*{margin:0;padding:0;box-sizing:border-box}

body, html, img, a, p, h1, h2, h3, span, strong, div {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none; 
}

img {
    pointer-events: none;
}

html{scroll-behavior:smooth}

body{
font-family:'Inter',sans-serif;
background:#08111d;
color:#fff;
overflow-x:hidden;
line-height:1.6;
}

a{
text-decoration:none;
color:inherit;
}

.container{
width:min(1280px,92%);
margin:auto;
}

/*========================*/

.background{
position:fixed;
inset:0;
z-index:-10;
background:
radial-gradient(circle at 15% 20%,rgba(91,99,255,.30),transparent 32%),
radial-gradient(circle at 85% 10%,rgba(0,174,255,.18),transparent 28%),
radial-gradient(circle at 80% 90%,rgba(95,55,255,.22),transparent 34%),
linear-gradient(180deg,#07101c 0%,#091425 100%);
}

/*========================*/

header{
position:fixed;
top:20px;
left:0;
width:100%;
z-index:999;
}

header .container{

height:78px;

display:flex;
align-items:center;
justify-content:space-between;

padding:0 26px;

border-radius:24px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(24px);

}

.logo img{
height:42px;
}

/*========================*/

nav ul{
display:flex;
gap:34px;
list-style:none;
}

nav li{
position:relative;
}

nav>ul>li>a{

height:78px;

display:flex;

align-items:center;

font-weight:600;

font-size:15px;

color:#d9e2ff;

transition:.25s;

}

nav>ul>li>a:hover{

color:#fff;

}
/*==================================================
LANGUAGE
==================================================*/

.lang-switch{

display:flex;
align-items:center;
gap:10px;

padding:0 18px;
height:44px;

border-radius:14px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

}

.lang-switch span{

color:rgba(255,255,255,.25);

}

.lang-switch a{

font-size:14px;
font-weight:700;

color:#9fb0c8;

transition:.25s;

}

.lang-switch a:hover{
color:#fff;
}
.lang-switch a.active{

color:#fff;

}
.demo-btn{

height:50px;

padding:0 26px;

display:flex;

align-items:center;

justify-content:center;

border-radius:14px;

background:linear-gradient(135deg,#5d63ff,#7b56ff);

font-weight:700;

transition:.30s;

box-shadow:0 15px 45px rgba(93,99,255,.30);

}

.demo-btn:hover{

transform:translateY(-3px);

}

/*========================*/

.mobile-btn{

display:none;

font-size:30px;

cursor:pointer;

}

/*========================*/

.hero{

min-height:calc(100vh - 120px);

display:flex;

align-items:center;

padding-top:130px;

}

.hero-grid{

display:grid;

grid-template-columns:1.05fr .95fr;

align-items:center;

gap:80px;

}

/*========================*/

.badge{

display:inline-flex;

align-items:center;

padding:11px 20px;

border-radius:999px;

background:rgba(91,99,255,.15);

border:1px solid rgba(91,99,255,.25);

font-size:14px;

font-weight:700;

color:#98a9ff;

margin-bottom:28px;

}

/*========================*/

.hero h1{

font-size:74px;

font-weight:800;

line-height:1.02;

letter-spacing:-3px;

margin-bottom:28px;

max-width:650px;

}

/*========================*/

.hero p{

font-size:21px;

color:#b8c5dd;

max-width:620px;

}

/*========================*/

.buttons{

display:flex;

gap:18px;

margin-top:42px;

}

.btn1{

padding:18px 34px;

border-radius:15px;

background:linear-gradient(135deg,#5d63ff,#7b56ff);

font-weight:700;

transition:.30s;

}

.btn2{

padding:18px 34px;

border-radius:15px;

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.05);

font-weight:700;

transition:.30s;

}

.btn1:hover,
.btn2:hover{

transform:translateY(-3px);

}
/*==================================================
PHONE
==================================================*/

.right{
position:relative;
display:flex;
justify-content:center;
align-items:center;
min-height:760px;
overflow:hidden;
}

.hero-image{

position:absolute;

right:-240px;

top:50%;

transform:translateY(-50%);

width:980px;

height:980px;

z-index:1;

pointer-events:none;

}

.hero-bg{

position:absolute;

inset:0;

width:100%;

height:100%;

object-fit:cover;

border-radius:40px;

opacity:0;

transition:
opacity 1.4s ease,
transform 8s linear;

filter:

blur(.4px)
brightness(.92)
contrast(1.05)
saturate(1.05);

mask-image:linear-gradient(to left,
rgba(0,0,0,1) 10%,
rgba(0,0,0,.9) 35%,
rgba(0,0,0,.45) 65%,
transparent 100%);

-webkit-mask-image:linear-gradient(to left,
rgba(0,0,0,1) 10%,
rgba(0,0,0,.9) 35%,
rgba(0,0,0,.45) 65%,
transparent 100%);

transform:scale(1.08);

}

.hero-bg.active{

opacity:1;

transform:scale(1);

}

.phone{
position:relative;
width:390px;
height:790px;
animation:phoneIn 2.8s cubic-bezier(.16,1,.30,1) forwards;
transform-style:preserve-3d;
z-index:10;
}

.iphone-frame{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
pointer-events:none;
z-index:20;
filter:
drop-shadow(0 45px 80px rgba(0,0,0,.45));
}

.phone-screen{

position:absolute;

top:53px;
left:31px;

width:328px;
height:682px;

overflow:hidden;

border-radius:34px;

z-index:5;

}

.app-screen{

width:100%;
height:100%;

object-fit:cover;

display:block;

}

/*==================================================
DASHBOARD
==================================================*/

.dashboard{

position:absolute;

right:-90px;

bottom:70px;

width:300px;

padding:24px;

border-radius:24px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(22px);

box-shadow:0 30px 70px rgba(0,0,0,.35);

z-index:6;

}

.dashboard h3{

margin-bottom:22px;

font-size:18px;

}

.row{

display:flex;

justify-content:space-between;

margin-top:16px;

margin-bottom:8px;

font-size:14px;

}

.bar{

height:8px;

border-radius:30px;

background:rgba(255,255,255,.08);

overflow:hidden;

}

.bar div{

height:100%;

background:#6366F1;

border-radius:30px;

}

.bar.orange div{

background:#F59E0B;

}

.bar.green div{

background:#10B981;

}

/*==================================================
ANIMATION
==================================================*/

@keyframes phoneIn{

0%{

opacity:0;
transform:translateY(180px) scale(0.94);

}

60%{

opacity:1;

}

100%{

opacity:1;
transform:translateY(0) scale(1);

}

}

/*==================================================
FEATURES
==================================================*/

.features{

padding:90px 0 120px;

position:relative;

z-index:5;

}

.features .container{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:22px;

}

.feature{

padding:32px 22px;

text-align:center;

border-radius:24px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

transition:.35s;

cursor:pointer;

}

.feature:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.08);

border-color:#5d63ff;

box-shadow:0 20px 45px rgba(0,0,0,.25);

}

.feature i{

font-size:38px;

margin-bottom:18px;

color:#7a7cff;

}

.feature h3{

font-size:20px;

margin-bottom:8px;

}

.feature p{

font-size:14px;

color:#9fb0c8;

line-height:1.6;

}

/*==================================================
MEGA MENU
==================================================*/

.has-menu{

position:relative;

}

.mega {

position:absolute;

top:100%;
left:50%;

transform:translateX(-50%) translateY(15px);

width:420px;
max-width: calc(100vw - 32px); /* Ekran kenarlarından güvenli boşluk bırakarak taşmayı engeller */

padding:26px;

border-radius:28px;

background:rgba(10,18,35,.92);

border:1px solid rgba(140,170,255,.18);

backdrop-filter:blur(38px);

box-shadow:
0 35px 80px rgba(0,0,0,.45),
0 0 0 1px rgba(255,255,255,.04) inset,
0 0 30px rgba(90,110,255,.18);

opacity:0;
visibility:hidden;

transition:.35s;

z-index:1000;

overflow:hidden;

}

.mega::before{

content:"";

position:absolute;

top:0;
left:0;
right:0;

height:1px;

background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.55),
transparent
);

opacity:.75;

}

.has-menu.active .mega{

opacity:1;

visibility:visible;

transform:translateX(-50%) translateY(0);

box-shadow:
0 45px 90px rgba(0,0,0,.55),
0 0 0 1px rgba(120,160,255,.10) inset,
0 0 45px rgba(93,99,255,.22);

}

.mega-title{

font-size:11px;

letter-spacing:2px;

margin-bottom:20px;

color:#8ea4c8;

font-weight:700;

}

.product{

display:flex;

align-items:center;

gap:18px;

padding:18px;

border-radius:18px;

transition:.30s;

}

.product:hover{

background:rgba(255,255,255,.06);

transform:translateX(4px);


}

.product i{

width:58px;
height:58px;

display:flex;
align-items:center;
justify-content:center;

border-radius:16px;

background:rgba(255,255,255,.06);

font-size:22px;

color:#6d7cff;

flex-shrink:0;

transition:.3s;

}

.product:hover i{

background:#5d63ff;
color:#fff;

transform:scale(1.08);

}

.product h3{

font-size:20px;

margin-bottom:6px;

}

.product p{

font-size:14px;

color:#9fb0c8;

}

.product i{

width:72px;
height:72px;

border-radius:18px;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;

background:rgba(255,255,255,.06);

color:#6d7cff;

flex-shrink:0;

transition:.30s;

}

.product:hover i{

background:#5d63ff;
color:#fff;

}

/*==================================================
OVERLAY
==================================================*/

.menu-overlay{

position:fixed;

inset:0;

background:rgba(3,8,18,.45);

backdrop-filter:blur(0px);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:900;

}

.menu-overlay.show{

opacity:1;

visibility:visible;

backdrop-filter:blur(12px);

}

/*==================================================
RESPONSIVE (MONİTÖR TASARIMI - SIFIR BOŞLUK AYARI)
==================================================*/

@media(max-width: 1150px) {
    .hero-grid {
        grid-template-columns: 1.05fr 0.95fr !important;
        gap: 30px !important;
        text-align: left !important;
    }

    .buttons {
        justify-content: flex-start !important;
    }

    .right {
        margin-top: 0 !important;
        min-height: 500px !important;
    }

    .dashboard {
        display: none !important;
    }

    .features .container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 900px) {
    /* Hamburger menüyü tamamen kapatıyoruz */
    .mobile-btn {
        display: none !important;
    }

    /* Üst Bar - Sığacak boyutta tek satır */
    header .container {
        height: 58px !important;
        padding: 0 16px !important;
        border-radius: 16px !important;
    }

    .logo img {
        height: 22px !important;
    }

    nav {
        display: block !important;
    }

    nav ul {
        gap: 14px !important;
    }

    nav>ul>li>a {
        height: 58px !important;
        font-size: 11px !important;
    }

    .lang-switch {
        display: flex !important;
        padding: 0 10px !important;
        height: 32px !important;
        border-radius: 10px !important;
        gap: 6px !important;
    }

    .lang-switch a, .lang-switch span {
        font-size: 11px !important;
    }

    .demo-btn {
        display: none !important;
    }

    /* Hero Bölümü - Boşlukları Sıfırlayan Ayar */
    .hero {
        min-height: auto !important; /* Yüksekliği içeriğe göre esnetir, boşluğu engeller */
        height: auto !important;
        padding-top: 100px !important; 
        padding-bottom: 20px !important; /* Alttaki gereksiz boşluğu öldürdük */
        display: block !important;
        overflow: hidden !important; /* Dikeyde taşan tüm hayalet elemanları temizler */
    }

    .hero-grid {
        grid-template-columns: 1.1fr 0.9fr !important;
        gap: 20px !important;
    }

    .badge {
        font-size: 10px !important;
        padding: 6px 12px !important;
        margin-bottom: 16px !important;
    }

    .hero h1 {
        font-size: 28px !important;
        letter-spacing: -1px !important;
        line-height: 1.1 !important;
        margin-bottom: 14px !important;
    }

    .hero p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .buttons {
        gap: 10px !important;
        margin-top: 20px !important;
    }

    .btn1, .btn2 {
        padding: 12px 18px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
        white-space: nowrap !important;
    }

    /* İstatistikler */
    .hero-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin-top: 24px !important;
    }

    .stat-item {
        gap: 6px !important;
    }

    .stat-item i {
        font-size: 13px !important;
        width: 16px !important;
    }

    .stat-item strong {
        font-size: 14px !important;
    }

    .stat-item span {
        font-size: 9px !important;
        margin-top: 1px !important;
    }

    /* Sağ Taraf Telefon Alanı */
    .right {
        min-height: 380px !important;
        height: 380px !important;
        overflow: hidden !important; /* Telefon parlamalarının aşağı taşmasını engeller */
    }

    .hero-image {
        width: 480px !important;
        height: 480px !important;
        right: -100px !important;
    }

    .phone {
        width: 170px !important;
        height: 345px !important;
    }

    .phone-screen {
        top: 23px !important;
        left: 14px !important;
        width: 142px !important;
        height: 298px !important;
        border-radius: 15px !important;
    }

    .features .container {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.mega {
        left: 50% !important;
        transform: translateX(-50%) translateY(25px) !important;
        width: 380px !important; /* Küçük ekranlar için ideal genişlik */
    }
    
    .has-menu.active .mega {
        transform: translateX(-50%) translateY(0) !important;
    }
}

@media(max-width: 600px) {
    header .container {
        height: 50px !important;
        padding: 0 8px !important;
        border-radius: 10px !important;
    }

    .logo img {
        height: 15px !important;
    }

    nav ul {
        gap: 6px !important;
    }

    nav>ul>li>a {
        height: 50px !important;
        font-size: 8.5px !important;
    }

    .lang-switch {
        padding: 0 6px !important;
        height: 26px !important;
        border-radius: 6px !important;
        gap: 4px !important;
    }

    .lang-switch a, .lang-switch span {
        font-size: 8.5px !important;
    }

    /* Mobil için tam kenetlenmiş sıkı ayarlar */
    .hero {
        padding-top: 85px !important; 
        padding-bottom: 15px !important; /* Alttaki boşluğu tamamen yok ettik */
        min-height: auto !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .hero-grid {
        grid-template-columns: 1.15fr 0.85fr !important;
        gap: 12px !important;
    }

    .badge {
        font-size: 8px !important;
        padding: 4px 8px !important;
        margin-bottom: 10px !important;
    }

    .hero h1 {
        font-size: 17px !important;
        letter-spacing: -0.5px !important;
        line-height: 1.15 !important;
        margin-bottom: 8px !important;
    }

    .hero p {
        font-size: 9.5px !important;
        line-height: 1.35 !important;
    }

    .buttons {
        gap: 6px !important;
        margin-top: 12px !important;
    }

    .btn1, .btn2 {
        padding: 8px 10px !important;
        font-size: 8.5px !important;
        border-radius: 8px !important;
        gap: 6px !important;
    }

    .hero-stats {
        gap: 8px !important;
        margin-top: 16px !important;
    }

    .stat-item strong {
        font-size: 11px !important;
    }

    .stat-item span {
        font-size: 8px !important;
    }

    /* Sağ Taraf - Telefonu Sağ Köşeye Kenetleme */
    .right {
        min-height: 250px !important;
        height: 250px !important;
        overflow: hidden !important; /* Telefon görselinin dikeyde yaratacağı sanal boşluğu kırpar */
    }

    .hero-image {
        width: 320px !important;
        height: 320px !important;
        right: -80px !important;
    }

    .phone {
        width: 120px !important;
        height: 243px !important;
    }

    .phone-screen {
        top: 16px !important;
        left: 10px !important;
        width: 100px !important;
        height: 210px !important;
        border-radius: 11px !important;
    }

    .features .container {
        grid-template-columns: 1fr;
    }

    .feature {
        padding: 22px;
    }

    /* Footer'ı içeriğe tamamen yaklaştırma */
    footer {
        margin-top: 15px !important; /* Boşluğu kapatıp footer'ı sıfır hizaya çektik */
    }
	
	.mega {
        width: calc(100vw - 24px) !important; /* Mobilde ekranı tam kaplamasını ama taşmamasını sağlar */
        padding: 16px !important; /* İç boşluğu küçülterek yüksekliği dengeler */
    }
    
    .product {
        padding: 10px !important; /* Kartların sığması için iç eleman boşluğunu daraltır */
        gap: 12px !important;
    }
    
    .product i {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }
    
    .product h3 {
        font-size: 16px !important;
    }
    
    .product p {
        font-size: 12px !important;
    }
}


.btn1,.btn2{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
}

.btn1 i,
.btn2 i{
transition:.35s;
}

.btn1:hover i{
transform:translateX(6px);
}

.btn2:hover i{
transform:scale(1.15);
}

.stat{

display:flex;
align-items:center;
gap:14px;

}

.stat i{

width:46px;
height:46px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

color:#7c8cff;

font-size:18px;

}

.stat strong{

display:block;
font-size:26px;

}

.stat span{

font-size:14px;
color:#9eb0cb;

}

/* HERO MINI STATS */

.hero-stats{
display:flex;
align-items:center;
gap:26px;
margin-top:42px;
}

.stat-item{
display:flex;
align-items:center;
gap:10px;
}

.stat-item i{
font-size:18px;
color:#6478ff;
width:20px;
text-align:center;
}

.stat-item strong{
display:block;
font-size:20px;
line-height:1;
font-weight:700;
color:#fff;
}

.stat-item span{
display:block;
margin-top:3px;
font-size:12px;
color:#9ca6c7;
}

@media(max-width:900px){

.hero-stats{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

}

/*==================================================
FOOTER
==================================================*/

footer{

    margin-top:120px;

    padding:30px 0;

    border-top:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.02);

}

footer p{

    text-align:center;

    color:#8f9ab8;

    font-size:14px;

}

#blogModal.kselflow-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#blogModal.kselflow-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.blog-modal-content {
    background: #000000;
    color: #f5f5f7; 
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 3rem;
    border-radius: 18px;
    border: 1px solid #1d1d1f;
    position: relative;
    outline: none; 
}
.blog-modal-content .close-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d1d1f;
    border: 1px solid #333336;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    padding: 0;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.blog-modal-content .close-modal-btn:hover {
    background: #2d2d2f;
    color: #2997ff; 
    transform: scale(1.05);
}
.blog-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 0.5rem;
    color: #ffffff;
    padding-right: 50px; 
}

.blog-subtitle {
    color: #86868b;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background: #1d1d1f;
    padding: 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    background: #2d2d2f;
}

.blog-card-category, .blog-detail-category {
    color: #2997ff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-card-title {
    font-size: 1.3rem;
    margin: 0.75rem 0 1.5rem 0;
    line-height: 1.4;
    color: #ffffff;
}

.blog-card-footer, .blog-detail-meta {
    color: #86868b;
    font-size: 0.85rem;
    display: flex;
    gap: 0.5rem;
}
.blog-back-btn {
    background: none;
    border: none;
    color: #2997ff;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-back-btn:hover {
    text-decoration: underline;
}

.blog-detail-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0.5rem 0 1rem 0;
    color: #ffffff;
}

.blog-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 2rem;
}

.blog-detail-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e8e8ed;
    margin-bottom: 1.5rem;
}

.blog-detail-content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.blog-detail-content blockquote {
    border-left: 3px solid #2997ff;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #86868b;
}

/* ========================================================================== */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 11, 21, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                visibility 0.4s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-window {
    background: rgba(11, 22, 37, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    width: min(680px, 94%);
    max-height: 90vh;
    border-radius: 28px;
    padding: 40px;
    position: relative;
    overflow-y: auto;
    transform: scale(0.95) translateY(10px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active .modal-window {
    transform: scale(1) translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 138, 0, 0.1);
    border-color: rgba(255, 138, 0, 0.3);
    color: #ff8a00;
}

.modal-header {
    margin-bottom: 30px;
}

.modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.modal-header h3 i {
    color: #ff8a00;
}

.modal-header p {
    font-size: 14px;
    color: #b9c5da;
    line-height: 1.5;
}
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.2px;
}

.modal-form input,
.modal-form textarea,
.modal-form select {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.25s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.modal-form select option {
    background: #0b1625;
    color: #fff;
}

.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: #5d63ff;
    box-shadow: 0 0 12px rgba(93, 99, 255, 0.15);
}

.modal-form textarea {
    resize: vertical;
}
.form-submit-btn {
    margin-top: 10px;
    padding: 16px 30px;
    border-radius: 14px;
    background: #ff8a00;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 138, 0, 0.2);
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 138, 0, 0.35);
    background: #ff9d24;
}
@media (max-width: 768px) {
    .modal-window {
        padding: 30px 20px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ==========================================================================*/
.modal-form input.invalid-field,
.modal-form textarea.invalid-field,
.modal-form select.invalid-field {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.03) !important;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.15) !important;
}
.error-message {
    font-size: 11px;
    color: #ef4444;
    font-weight: 600;
    margin-top: -4px;
    display: none;
    animation: fadeInError 0.2s ease-in-out;
}

@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.kselflow-toast {
    position: fixed;
    top: 30px;
    right: 30px;
    background: rgba(11, 22, 37, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.kselflow-toast.active {
    transform: translateX(0);
}

.kselflow-toast-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.kselflow-toast.toast-error { border-color: rgba(239, 68, 68, 0.3); }
.kselflow-toast.toast-error .kselflow-toast-icon { background: rgba(239, 68, 68, 0.15); color: #ef4444; }
.kselflow-toast.toast-success { border-color: rgba(52, 211, 153, 0.3); }
.kselflow-toast.toast-success .kselflow-toast-icon { background: rgba(52, 211, 153, 0.15); color: #34d399; }

.kselflow-toast-content strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}

.kselflow-toast-content span {
    font-size: 12.5px;
    color: #b9c5da;
}

#demoAddress {
    resize: none;
    overflow-y: hidden;
}
#blogModal.kselflow-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#blogModal.kselflow-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.blog-modal-content {
    background: #000000;
    color: #f5f5f7; 
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 3rem;
    border-radius: 18px;
    border: 1px solid #1d1d1f;
    position: relative;
    outline: none; 
}
.blog-modal-content .close-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d1d1f;
    border: 1px solid #333336;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    padding: 0;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.blog-modal-content .close-modal-btn:hover {
    background: #2d2d2f;
    color: #2997ff; 
    transform: scale(1.05);
}
.blog-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 0.5rem;
    color: #ffffff;
    padding-right: 50px; 
}

.blog-subtitle {
    color: #86868b;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background: #1d1d1f;
    padding: 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    background: #2d2d2f;
}

.blog-card-category, .blog-detail-category {
    color: #2997ff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-card-title {
    font-size: 1.3rem;
    margin: 0.75rem 0 1.5rem 0;
    line-height: 1.4;
    color: #ffffff;
}

.blog-card-footer, .blog-detail-meta {
    color: #86868b;
    font-size: 0.85rem;
    display: flex;
    gap: 0.5rem;
}
.blog-back-btn {
    background: none;
    border: none;
    color: #2997ff;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-back-btn:hover {
    text-decoration: underline;
}

.blog-detail-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0.5rem 0 1rem 0;
    color: #ffffff;
}

.blog-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 2rem;
}

.blog-detail-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e8e8ed;
    margin-bottom: 1.5rem;
}

.blog-detail-content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.blog-detail-content blockquote {
    border-left: 3px solid #2997ff;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #86868b;
}
@media(max-width: 900px) {
    .right {
        min-height: auto !important;
        height: 350px !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .hero-image {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        max-height: 100% !important;
    }
    .mega {
        position: fixed !important;
        top: 70px !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: calc(100vw - 32px) !important;
        transform: translateY(15px) !important;
    }

    .has-menu.active .mega {
        transform: translateY(0) !important;
    }
}

@media(max-width: 600px) {
    .right {
        height: 250px !important;
    }

    .mega {
        top: 60px !important;
        padding: 16px !important;
    }
    body, html {
        overflow-x: hidden !important;
    }
    
    .hero {
        padding-bottom: 0 !important;
    }
}

.kselflow-chart-section {
    padding: 60px 0;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.01);
}

.chart-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.chart-main-title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff 30%, #8ea4c8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chart-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.chart-ruler {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
}

.chart-ruler span {
    font-size: 12px;
    font-weight: 700;
    color: #8ea4c8;
    position: relative;
}
.chart-ruler span::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
}
.chart-grid-lines {
    position: absolute;
    top: 35px;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.grid-line {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
}
.chart-bars {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.chart-bar-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.chart-bar-item:last-child {
    border-bottom: none;
}

.chart-bar-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #b8c5dd;
}

.chart-bar-info strong {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.chart-bar-bg {
    height: 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.chart-bar-fill {
    height: 100%;
    border-radius: 30px;
    width: 0;
    transition: width 1.5s cubic-bezier(0.1, 1, 0.1, 1);
}

/* Renk Dolguları */
.fill-blue {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

.fill-purple {
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
    box-shadow: 0 0 12px rgba(124, 58, 237, 0.4);
}

.fill-orange {
    background: linear-gradient(90deg, #ea580c, #fb923c);
    box-shadow: 0 0 12px rgba(234, 88, 12, 0.4);
}

.fill-green {
    background: linear-gradient(90deg, #059669, #34d399);
    box-shadow: 0 0 12px rgba(5, 150, 105, 0.4);
}

.fill-pink {
    background: linear-gradient(90deg, #db2777, #f472b6);
    box-shadow: 0 0 12px rgba(219, 39, 119, 0.4);
}
.chart-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9fb0c8;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-blue { background: #3b82f6; box-shadow: 0 0 8px #3b82f6; }
.dot-purple { background: #7c3aed; box-shadow: 0 0 8px #7c3aed; }
.dot-orange { background: #ea580c; box-shadow: 0 0 8px #ea580c; }
.dot-green { background: #059669; box-shadow: 0 0 8px #059669; }
.dot-pink { background: #db2777; box-shadow: 0 0 8px #db2777; }

@media(max-width: 900px) {
    .chart-wrapper {
        padding: 24px !important;
    }
    
    .chart-main-title {
        font-size: 22px !important;
        margin-bottom: 25px !important;
    }
}

@media(max-width: 600px) {
    .kselflow-chart-section {
        padding: 30px 0 !important;
    }

    .chart-legend {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding-left: 10px !important;
    }
    
    .chart-bar-info {
        font-size: 12px !important;
    }
    
    .chart-bar-bg {
        height: 12px !important;
    }
	
	/* Logonun kesilmesini ve büzüşmesini kesin olarak çözen net ayar */
    a.product {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow: visible !important; /* Kesilmeyi engeller */
    }

    a.product img {
        width: 70px !important;
        min-width: 70px !important;
        max-width: 70px !important;
        height: 70px !important; /* Yüksekliği auto yerine sabitleyip tarayıcıyı zorluyoruz */
        flex-shrink: 0 !important;
        object-fit: contain !important;
        display: block !important;
    }

    a.product div {
        flex: 1 !important;
        min-width: 0 !important;
        padding-left: 12px !important;
    }
}