/* Kendi sunucumuzda barındırılan fontlar (Google Fonts, OFL) */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/BarlowCondensed-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/BarlowCondensed-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/BarlowCondensed-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/BarlowCondensed-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/BarlowCondensed-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/BarlowCondensed-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/Manrope-400-800-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/Manrope-400-800-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Kurumsal palet — 60 zemin / 30 lacivert / 10 amber. Kontrastlar WCAG AA+ ile doğrulandı. */
:root{
  /* Primary — Derin Lacivert: otorite, güven, su */
  --primary-950:#061B2E; --primary-900:#0B2A45; --primary-800:#123A5C; --primary-700:#1B4F7A; --primary-500:#2E6FA8;
  --primary-rgb:11 42 69; --glow-rgb:46 111 168;
  /* Background — ferah, serin zemin */
  --bg-main:#F4F7FA; --bg-surface:#FFFFFF; --bg-subtle:#EAF0F5;
  --bg-dark:var(--primary-900); --bg-darker:var(--primary-950); --bg-dark-raised:var(--primary-800);
  /* Text */
  --text-primary:#1B2A38; --text-body:#2B3A48; --text-secondary:#526070;
  --text-on-dark:#F3F6F9; --text-on-dark-muted:#A9BACB;
  /* Accent / CTA — Yalıtım Amberi: ısı, koruma, dönüşüm */
  --accent:#F5A623; --accent-hover:#E08C0B; --accent-rgb:245 166 35;
  --accent-text:#8A5300; --accent-icon:#B06F00; --accent-on-dark:#FFC25C;
  --accent-soft:#FEF3DE; --accent-softer:#FFF9EE; --accent-soft-border:#F8D9A0;
  --on-accent:var(--primary-900); --on-accent-muted:#33404B; --overlay-on-accent:rgb(255 255 255 / .38);
  /* Çizgiler ve koyu zemin katmanları */
  --border:#DCE3EA; --border-strong:#C3CDD7; --border-input:#8A97A5;
  --line-on-dark-subtle:rgb(255 255 255 / .08); --line-on-dark:rgb(255 255 255 / .12); --line-on-dark-strong:rgb(255 255 255 / .3);
  --overlay-on-dark:rgb(255 255 255 / .06); --overlay-on-dark-2:rgb(255 255 255 / .09);
  /* Durumlar */
  --success:#1D6B43; --success-bg:#E6F4EC; --success-icon:#2F8F5B;
  --danger:#B42318; --danger-strong:#9B1C14; --danger-bg:#FDECEA; --danger-border:#D92D20;
  --warning-icon:#B7791F;
  --brand-whatsapp:#25D366; --on-whatsapp:#FFFFFF;
  --focus-ring:var(--primary-500);
  --radius:6px;
  --shadow:0 1px 2px rgb(var(--primary-rgb) / .06), 0 8px 24px -8px rgb(var(--primary-rgb) / .14);
  --shadow-lg:0 24px 60px -20px rgb(var(--primary-rgb) / .45);
}
/* koyu bölümlerde odak halkası amber */
.topbar, header.site, .hero, .page-hero, .band, .quote, footer, .notice, .side-card.dark, .mobile-menu{--focus-ring:var(--accent);}
.form{--focus-ring:var(--primary-500);}
*{box-sizing:border-box;}
html{color-scheme:light; scroll-behavior:smooth;}
body{margin:0; background:var(--bg-main); color:var(--text-primary);
  font-family:"Manrope","Segoe UI",Arial,sans-serif; font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;}
img{max-width:100%; height:auto; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1200px; margin:0 auto; padding-inline:24px;}
.display{font-family:"Barlow Condensed","Arial Narrow",sans-serif; font-weight:700; letter-spacing:-.005em; text-wrap:balance; line-height:1;}
.icon{width:20px; height:20px; flex:none; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;}
:focus-visible{outline:3px solid var(--focus-ring); outline-offset:3px; border-radius:2px;}

.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:0 22px;
  border-radius:var(--radius); font-weight:700; font-size:15px; cursor:pointer; border:1.5px solid transparent;
  transition:background .2s, border-color .2s, color .2s, transform .2s;}
.btn-primary{background:var(--accent); color:var(--on-accent);}
.btn-primary:hover{background:var(--accent-hover);}
.btn-line{border-color:var(--line-on-dark-strong); color:var(--text-on-dark);}
.btn-line:hover{border-color:var(--text-on-dark); background:var(--overlay-on-dark);}
.btn-dark{background:var(--bg-dark); color:var(--text-on-dark);}
.btn-dark:hover{background:var(--primary-800);}
.btn .icon{width:18px; height:18px;}
.btn:hover .arrow{transform:translateX(3px);}
.arrow{transition:transform .2s;}

.eyebrow{display:inline-flex; align-items:center; gap:10px; font-size:13px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-text); margin:0 0 14px;}
.eyebrow::before{content:""; width:28px; height:2px; background:var(--accent);}
.on-dark .eyebrow{color:var(--accent-on-dark);}
.sec{padding-block:96px;}
.sec-head{display:flex; justify-content:space-between; align-items:end; gap:32px; flex-wrap:wrap; margin-bottom:48px;}
.sec-head h2{font-size:clamp(36px,4.6vw,56px); margin:0; max-width:16ch;}
.sec-head p{margin:0; max-width:44ch; color:var(--text-secondary); font-size:16.5px;}
@media (max-width:700px){ .sec{padding-block:64px;} .sec-head{margin-bottom:32px;} }

/* ---------- topbar + header ---------- */
.topbar{background:var(--bg-darker); color:var(--text-on-dark-muted); font-size:13px;}
.topbar .wrap{display:flex; justify-content:space-between; gap:16px; padding-block:9px; flex-wrap:wrap;}
.topbar span{display:inline-flex; align-items:center; gap:7px;}
.topbar .icon{width:15px; height:15px; color:var(--accent-on-dark);}
.topbar .left{display:flex; gap:22px; flex-wrap:wrap;}
@media (max-width:700px){ .topbar{display:none;} }

header.site{position:sticky; top:0; z-index:40; background:rgb(var(--primary-rgb) / .95); backdrop-filter:blur(10px); border-bottom:1px solid var(--line-on-dark-subtle);}
header.site > .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; height:84px;}
.brand img{height:64px; width:auto; filter:invert(1) brightness(1.05);}
.nav{display:flex; align-items:center; gap:4px;}
.nav a{color:var(--text-on-dark-muted); font-weight:600; font-size:15px; padding:10px 14px; border-radius:var(--radius); transition:color .2s, background .2s;}
.nav a:hover{color:var(--text-on-dark); background:var(--overlay-on-dark);}
.nav a.active{color:var(--text-on-dark);}
.header-cta{display:flex; gap:10px; align-items:center;}
.menu-btn{display:none; width:48px; height:48px; border-radius:var(--radius); border:1px solid var(--line-on-dark-strong); background:transparent; color:var(--text-on-dark); cursor:pointer; align-items:center; justify-content:center;}
@media (max-width:1020px){ .nav{display:none;} .menu-btn{display:inline-flex;} .header-cta .btn-primary span.long{display:none;} }

/* ---------- hero ---------- */
.hero{background:var(--bg-dark); color:var(--text-on-dark); position:relative; overflow:hidden;}
.hero::before{content:""; position:absolute; inset:0;
  background:radial-gradient(900px 500px at 85% 20%, rgb(var(--accent-rgb) / .14), transparent 60%),
             radial-gradient(700px 500px at 0% 100%, rgb(var(--glow-rgb) / .22), transparent 60%);
  pointer-events:none;}
.hero .wrap{position:relative; display:grid; grid-template-columns:1.02fr .98fr; gap:64px; align-items:center; padding-block:88px 104px;}
.hero h1{font-size:clamp(48px,6.6vw,86px); margin:0 0 24px;}
.hero h1 .hl{color:var(--accent);}
.hero .lede{font-size:18.5px; color:var(--text-on-dark-muted); max-width:50ch; margin:0 0 34px;}
.hero .actions{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:40px;}
.assurances{display:flex; flex-wrap:wrap; gap:14px 26px; list-style:none; margin:0; padding:26px 0 0; border-top:1px solid var(--line-on-dark);}
.assurances li{display:flex; align-items:center; gap:9px; font-size:14.5px; font-weight:600;}
.assurances .icon{color:var(--accent); width:19px; height:19px;}

.collage{position:relative; min-height:560px;}
.collage .main{position:absolute; right:0; top:0; width:74%; height:500px; object-fit:cover; border-radius:10px; box-shadow:var(--shadow-lg);}
.collage .sub{position:absolute; left:0; bottom:0; width:48%; height:280px; object-fit:cover; border-radius:10px; border:6px solid var(--primary-900); box-shadow:var(--shadow-lg);}
.float{position:absolute; background:var(--bg-surface); color:var(--text-primary); border-radius:10px; box-shadow:var(--shadow-lg); padding:16px 18px; display:flex; align-items:center; gap:14px;}
.float .big{font-family:"Barlow Condensed",sans-serif; font-weight:700; font-size:40px; line-height:1; color:var(--primary-900);}
.float .small{font-size:13px; color:var(--text-secondary); line-height:1.35; font-weight:600;}
.float.f1{left:6%; top:34px;}
.float.f2{right:-8px; bottom:64px; background:var(--accent); color:var(--on-accent);}
.float.f2 .small{color:var(--on-accent-muted);}
.float.f2 .big{color:var(--on-accent);}
.float .badge-ic{width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:var(--overlay-on-accent);}
.float.f1 .badge-ic{background:var(--accent-soft); color:var(--accent-text);}
@media (max-width:980px){
  .hero .wrap{grid-template-columns:1fr; gap:48px; padding-block:56px 72px;}
  .collage{min-height:440px;}
  .collage .main{height:380px;}
  .collage .sub{height:210px;}
}
@media (max-width:520px){
  .collage{min-height:380px;}
  .collage .main{width:82%; height:320px;}
  .collage .sub{width:54%; height:170px;}
  .float.f1{left:0; top:12px;}
  .float.f2{right:0; bottom:24px;}
  .float .big{font-size:32px;}
}

/* ---------- logo marquee ---------- */
.clients{background:var(--bg-surface); border-bottom:1px solid var(--border); padding-block:44px 48px;}
.clients .label{text-align:center; font-size:14px; font-weight:700; color:var(--text-secondary); margin:0 0 26px; letter-spacing:.02em;}
.clients .label b{color:var(--text-primary);}
.marquee{overflow:hidden; mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);}
.marquee + .marquee{margin-top:14px;}
.track{display:flex; width:max-content; animation:scroll 60s linear infinite;}
.marquee.rev .track{animation-direction:reverse; animation-duration:70s;}
.marquee:hover .track{animation-play-state:paused;}
.logo-set{display:flex; gap:14px; padding-right:14px;}
.logo-tile{width:150px; height:84px; flex:none; display:grid; place-items:center; border:1px solid var(--border); border-radius:var(--radius); background:var(--bg-surface); padding:10px 18px;}
.logo-tile img{max-height:62px; max-width:100%; object-fit:contain; filter:grayscale(1); opacity:.72; transition:filter .25s, opacity .25s;}
.logo-tile:hover img{filter:none; opacity:1;}
@keyframes scroll{to{transform:translateX(-50%);}}
@media (prefers-reduced-motion:reduce){
  .track{animation:none; width:auto;}
  .logo-set{flex-wrap:wrap; justify-content:center;}
  .logo-set[aria-hidden="true"]{display:none;}
  .marquee{mask-image:none; -webkit-mask-image:none;}
}

/* ---------- services ---------- */
.services{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.svc{background:var(--bg-surface); border:1px solid var(--border); border-radius:10px; overflow:hidden; display:flex; flex-direction:column; transition:transform .25s, box-shadow .25s;}
.svc:hover{transform:translateY(-4px); box-shadow:var(--shadow);}
.svc-media{position:relative; aspect-ratio:4/3; overflow:hidden;}
.svc-media img{width:100%; height:100%; object-fit:cover; transition:transform .5s;}
.svc:hover .svc-media img{transform:scale(1.04);}
.svc-tag{position:absolute; left:16px; top:16px; background:rgb(var(--primary-rgb) / .88); color:var(--text-on-dark); font-size:12.5px; font-weight:700; padding:6px 11px; border-radius:4px; display:flex; align-items:center; gap:7px;}
.svc-tag .icon{width:15px; height:15px; color:var(--accent-on-dark);}
.svc-body{padding:26px 26px 24px; display:flex; flex-direction:column; gap:14px; flex:1;}
.svc h3{font-size:34px; margin:0;}
.svc p{margin:0; color:var(--text-secondary); font-size:15px;}
.svc ul{list-style:none; margin:0; padding:0; display:grid; gap:8px; flex:1;}
.svc li{display:flex; gap:9px; font-size:14.5px; font-weight:600;}
.svc li .icon{width:17px; height:17px; color:var(--accent-icon); margin-top:3px;}
.svc-foot{display:flex; justify-content:space-between; align-items:center; padding-top:18px; border-top:1px solid var(--border); margin-top:6px;}
.metric b{display:block; font-family:"Barlow Condensed",sans-serif; font-size:30px; line-height:1; color:var(--primary-900);}
.metric span{font-size:12.5px; color:var(--text-secondary); font-weight:600;}
.link-more{display:inline-flex; align-items:center; gap:6px; font-weight:700; font-size:14.5px; color:var(--accent-text);}
.link-more:hover .arrow{transform:translateX(3px);}
@media (max-width:980px){ .services{grid-template-columns:1fr; max-width:560px; margin-inline:auto;} }

/* sub-service chips (iç linkleme) */
.subs{margin-top:40px; background:var(--bg-surface); border:1px solid var(--border); border-radius:10px; padding:28px;}
.subs h3{margin:0 0 18px; font-size:15px; font-weight:800; display:flex; align-items:center; gap:10px;}
.subs h3 .icon{color:var(--accent-icon);}
.chips{display:flex; flex-wrap:wrap; gap:10px;}
.chip{display:inline-flex; align-items:center; gap:8px; min-height:44px; padding:0 16px; border:1px solid var(--border-strong); border-radius:999px; font-size:14.5px; font-weight:600; transition:border-color .2s, background .2s, color .2s;}
.chip:hover{border-color:var(--accent-icon); background:var(--accent-soft); color:var(--accent-text);}
.chip .icon{width:15px; height:15px; opacity:.55;}

/* ---------- stats band ---------- */
.band{background:var(--bg-dark); color:var(--text-on-dark); position:relative; overflow:hidden;}
.band .bg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.16;}
.band .wrap{position:relative;}
.stats{display:grid; grid-template-columns:repeat(4,1fr);}
.stat{padding:56px 28px; border-left:1px solid var(--line-on-dark);}
.stat:first-child{border-left:none; padding-left:0;}
.stat b{display:block; font-family:"Barlow Condensed",sans-serif; font-size:clamp(52px,6vw,76px); line-height:.9; font-variant-numeric:tabular-nums;}
.stat b em{font-style:normal; color:var(--accent);}
.stat span{display:block; margin-top:12px; color:var(--text-on-dark-muted); font-weight:600; font-size:15px; max-width:18ch;}
@media (max-width:860px){
  .stats{grid-template-columns:repeat(2,1fr);}
  .stat{padding:34px 20px;}
  .stat:nth-child(odd){border-left:none; padding-left:0;}
  .stat:nth-child(n+3){border-top:1px solid var(--line-on-dark);}
}

/* ---------- doğru sistem ---------- */
.feature{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.feature-media{position:relative;}
.feature-media img{width:100%; aspect-ratio:5/4; object-fit:cover; border-radius:10px;}
.feature-media .stamp{position:absolute; right:-18px; top:28px; background:var(--bg-dark); color:var(--text-on-dark); border-radius:10px; padding:18px 20px; box-shadow:var(--shadow-lg);}
.stamp b{display:block; font-family:"Barlow Condensed",sans-serif; font-size:42px; line-height:1; color:var(--accent);}
.stamp span{font-size:13px; color:var(--text-on-dark-muted); font-weight:600;}
.feature h2{font-size:clamp(36px,4.4vw,54px); margin:0 0 18px;}
.feature > div > p{color:var(--text-secondary); margin:0 0 28px; max-width:50ch;}
.compare{width:100%; border-collapse:separate; border-spacing:0; background:var(--bg-surface); border:1px solid var(--border); border-radius:10px; overflow:hidden; font-size:15px;}
.compare th, .compare td{padding:13px 18px; text-align:left; border-bottom:1px solid var(--border);}
.compare tr:last-child td{border-bottom:none;}
.compare thead th{font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--text-secondary); background:var(--bg-subtle);}
.compare thead th.win{color:var(--accent-text); background:var(--accent-soft);}
.compare td:first-child{font-weight:700;}
.compare td.win{background:var(--accent-softer); font-weight:700; color:var(--primary-900);}
.compare td.lose{color:var(--text-secondary);}
.table-scroll{overflow-x:auto;}
@media (max-width:980px){ .feature{grid-template-columns:1fr; gap:40px;} .feature-media .stamp{right:12px;} }

/* ---------- process ---------- */
.process-sec{background:var(--bg-surface); border-block:1px solid var(--border);}
.steps{display:grid; grid-template-columns:repeat(var(--n,4),1fr); gap:0; counter-reset:step; position:relative;}
.step{padding:0 28px 0 0; position:relative;}
.step-top{display:flex; align-items:center; gap:14px; margin-bottom:22px;}
.step-n{width:56px; height:56px; border-radius:50%; display:grid; place-items:center; flex:none;
  font-family:"Barlow Condensed",sans-serif; font-size:24px; font-weight:700; background:var(--bg-dark); color:var(--text-on-dark); position:relative; z-index:1;}
.step:first-child .step-n{background:var(--accent); color:var(--on-accent);}
.step-top::after{content:""; flex:1; height:2px; background:repeating-linear-gradient(90deg, var(--border-strong) 0 8px, transparent 8px 14px);}
.step:last-child .step-top::after{display:none;}
.step h3{margin:0 0 10px; font-size:19px; font-weight:800;}
.step p{margin:0 0 14px; color:var(--text-secondary); font-size:15px;}
.step ul{list-style:none; margin:0; padding:0; display:grid; gap:6px;}
.step li{font-size:14px; font-weight:600; display:flex; gap:8px; align-items:center;}
.step li .icon{width:15px; height:15px; color:var(--accent-icon);}
@media (max-width:980px){
  .steps{grid-template-columns:1fr 1fr; gap:40px 24px;}
  .step-top::after{display:none;}
}
@media (max-width:560px){ .steps{grid-template-columns:1fr;} }

/* ---------- why + areas ---------- */
.why{display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:start;}
.why-media{position:relative; border-radius:10px; overflow:hidden;}
.why-media img{width:100%; aspect-ratio:4/5; object-fit:cover;}
.why-media .cap{position:absolute; left:16px; right:16px; bottom:16px; background:rgb(var(--primary-rgb) / .9); color:var(--text-on-dark); border-radius:8px; padding:16px 18px; display:flex; gap:14px; align-items:center;}
.why-media .cap .icon{width:30px; height:30px; color:var(--accent-on-dark);}
.why-media .cap b{display:block; font-size:15.5px;}
.why-media .cap span{font-size:13px; color:var(--text-on-dark-muted);}
.why h2{font-size:clamp(36px,4.4vw,54px); margin:0 0 30px;}
.reasons{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:40px;}
.reason{background:var(--bg-surface); border:1px solid var(--border); border-radius:10px; padding:20px;}
.reason .ic{width:44px; height:44px; border-radius:8px; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent-text); margin-bottom:14px;}
.reason b{display:block; font-size:16px; margin-bottom:4px;}
.reason span{font-size:14px; color:var(--text-secondary);}
.areas h3{font-size:15px; font-weight:800; margin:0 0 14px; display:flex; align-items:center; gap:9px;}
.areas h3 .icon{color:var(--accent-icon);}
.areas .list{display:flex; flex-wrap:wrap; gap:8px;}
.areas .list span, .areas .list a{font-size:13.5px; font-weight:600; padding:7px 13px; background:var(--bg-surface); border:1px solid var(--border); border-radius:999px; text-decoration:none; color:inherit;}
.areas .list span.hq, .areas .list a.hq{background:var(--bg-dark); color:var(--text-on-dark); border-color:var(--bg-dark);}
.areas .list a:hover{border-color:var(--accent); color:var(--accent-text);}
@media (max-width:980px){ .why{grid-template-columns:1fr;} .why-media img{aspect-ratio:16/10;} }
@media (max-width:520px){ .reasons{grid-template-columns:1fr;} }

/* ---------- blog ---------- */
.posts{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.post{background:var(--bg-surface); border:1px solid var(--border); border-radius:10px; padding:28px; display:flex; flex-direction:column; gap:14px; transition:border-color .2s, box-shadow .2s;}
.post:hover{border-color:var(--border-strong); box-shadow:var(--shadow);}
.post .cat{align-self:flex-start; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--accent-text); background:var(--accent-soft); padding:5px 10px; border-radius:4px;}
.post h3{margin:0; font-size:23px; line-height:1.2; font-weight:800; text-wrap:balance;}
.post p{margin:0; color:var(--text-secondary); font-size:15px; flex:1;}
@media (max-width:980px){ .posts{grid-template-columns:1fr;} }

/* ---------- faq ---------- */
.faq-grid{display:grid; grid-template-columns:.8fr 1.2fr; gap:56px; align-items:start;}
.faq-grid h2{font-size:clamp(36px,4.4vw,54px); margin:0 0 18px;}
.faq-grid .intro p{color:var(--text-secondary); margin:0 0 26px;}
.faq{display:grid; gap:10px;}
.faq details{background:var(--bg-surface); border:1px solid var(--border); border-radius:10px;}
.faq details[open]{border-color:var(--border-strong); box-shadow:var(--shadow);}
.faq summary{list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 22px; font-weight:700; font-size:16.5px; min-height:48px;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary .icon{transition:transform .25s; color:var(--text-secondary);}
.faq details[open] summary .icon{transform:rotate(45deg); color:var(--accent-icon);}
.faq details p{margin:0; padding:0 22px 20px; color:var(--text-secondary); font-size:15.5px;}
@media (max-width:980px){ .faq-grid{grid-template-columns:1fr; gap:32px;} }

/* ---------- quote / contact ---------- */
.quote{background:var(--bg-dark); color:var(--text-on-dark); position:relative; overflow:hidden;}
.quote .bg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.22;}
.quote::after{content:""; position:absolute; inset:0; background:linear-gradient(90deg, var(--primary-900) 30%, rgb(var(--primary-rgb) / .72));}
.quote .wrap{position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.quote h2{font-size:clamp(40px,5vw,64px); margin:0 0 18px;}
.quote .lede{color:var(--text-on-dark-muted); font-size:17px; margin:0 0 32px; max-width:44ch;}
.contact-lines{display:grid; gap:16px;}
.cline{display:flex; gap:14px; align-items:center;}
.cline .ic{width:48px; height:48px; border-radius:50%; display:grid; place-items:center; background:var(--overlay-on-dark-2); color:var(--accent-on-dark); flex:none;}
.cline small{display:block; color:var(--text-on-dark-muted); font-size:12.5px; font-weight:600;}
.quote .wrap > *{min-width:0;}
.cline > span:last-child{min-width:0;}
.cline b{font-size:17px; overflow-wrap:anywhere;}
.form{background:var(--bg-surface); color:var(--text-primary); border-radius:12px; padding:34px; box-shadow:var(--shadow-lg);}
.form h3{margin:0 0 6px; font-size:24px; font-weight:800;}
.form > p{margin:0 0 22px; color:var(--text-secondary); font-size:14.5px;}
.fields{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.field{display:grid; gap:6px;}
.field.full{grid-column:1/-1;}
.field label{font-size:13.5px; font-weight:700;}
.field input, .field select, .field textarea{width:100%; min-height:48px; padding:12px 14px; border:1.5px solid var(--border-input); border-radius:var(--radius); font:inherit; font-size:15px; background:var(--bg-surface); color:var(--text-primary); transition:border-color .2s, box-shadow .2s;}
.field textarea{min-height:96px; resize:vertical;}
.field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--primary-500); box-shadow:0 0 0 3px rgb(var(--glow-rgb) / .22);}
.form .btn{width:100%; margin-top:18px;}
.form .note{display:flex; align-items:center; gap:8px; justify-content:center; margin-top:12px; font-size:13px; color:var(--text-secondary);}
.form .note .icon{width:15px; height:15px; color:var(--success-icon);}
.sent{display:block; margin-top:14px; padding:12px 14px; border-radius:var(--radius); background:var(--success-bg); color:var(--success); font-weight:700; font-size:14px;}
@media (max-width:980px){ .quote .wrap{grid-template-columns:1fr; gap:44px;} }
@media (max-width:520px){ .fields{grid-template-columns:1fr;} .form{padding:24px;} }

/* ---------- footer ---------- */
footer{background:var(--bg-darker); color:var(--text-on-dark-muted); font-size:14.5px;}
.foot{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-block:64px 44px;}
.foot img{height:58px; width:auto; filter:invert(1); margin-bottom:18px;}
.foot h4{color:var(--text-on-dark); font-size:15px; margin:0 0 16px;}
.foot ul{list-style:none; margin:0; padding:0; display:grid; gap:10px;}
.foot a:hover{color:var(--text-on-dark);}
.partners{display:flex; flex-wrap:wrap; gap:8px; margin-top:6px;}
.partners span{border:1px solid var(--line-on-dark); border-radius:4px; padding:5px 9px; font-size:12.5px; font-weight:700; color:var(--text-on-dark);}
.dealer{display:inline-block; margin-top:14px; background:var(--accent); color:var(--on-accent); font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; padding:6px 10px; border-radius:4px;}
.legal{border-top:1px solid var(--line-on-dark-subtle); padding-block:22px; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; font-size:13px;}
@media (max-width:900px){ .foot{grid-template-columns:1fr 1fr;} }
@media (max-width:520px){ .foot{grid-template-columns:1fr;} }

/* ---------- floating whatsapp ---------- */
.wa{position:fixed; right:22px; bottom:22px; z-index:50; width:60px; height:60px; border-radius:50%; background:var(--brand-whatsapp); color:var(--on-whatsapp); display:grid; place-items:center; box-shadow:0 10px 30px -8px rgb(var(--primary-rgb) / .45); transition:transform .2s, opacity .2s, visibility .2s;}
.wa:hover{transform:scale(1.06);}
.wa.is-hidden{opacity:0; visibility:hidden; transform:scale(.8); pointer-events:none;}
.wa svg{width:30px; height:30px; fill:currentColor;}

/* ---------- chat widget ---------- */
.chat-fab{position:fixed; right:22px; bottom:96px; z-index:52; display:inline-flex; align-items:center; gap:10px; height:56px; padding:0 22px 0 16px; border:none; border-radius:32px;
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); color:var(--on-accent); font:inherit; font-weight:800; font-size:15px; cursor:pointer;
  box-shadow:0 14px 34px -10px rgb(var(--accent-rgb) / .75), 0 2px 6px rgb(var(--primary-rgb) / .2); transition:transform .22s, box-shadow .22s;}
.chat-fab:hover{transform:translateY(-2px) scale(1.03); box-shadow:0 20px 42px -10px rgb(var(--accent-rgb) / .9);}
.chat-fab-ic{display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:rgb(255 255 255 / .28);}
.chat-fab-ic svg{width:19px; height:19px;}
.chat-fab-dot{position:absolute; top:6px; right:14px; width:11px; height:11px; border-radius:50%; background:var(--brand-whatsapp, #25D366); border:2px solid var(--accent); animation:chatPulse 2.2s infinite;}
@keyframes chatPulse{0%,100%{box-shadow:0 0 0 0 rgb(37 211 102 / .6);}50%{box-shadow:0 0 0 7px rgb(37 211 102 / 0);}}
.chat-fab.is-open .chat-fab-txt, .chat-fab.is-open .chat-fab-dot{display:none;}
.chat-fab.is-open{padding:0; width:56px; justify-content:center;}

.chat-teaser{position:fixed; right:22px; bottom:162px; z-index:51; width:250px; max-width:calc(100vw - 44px); background:var(--bg-surface); color:var(--text-primary); border-radius:14px 14px 4px 14px;
  padding:14px 34px 14px 16px; box-shadow:var(--shadow-lg); cursor:pointer; display:grid; gap:4px; font-size:14px; line-height:1.45; animation:chatIn .35s ease-out;}
.chat-teaser b{font-size:15px;}
.chat-teaser span{color:var(--text-secondary);}
.chat-teaser-close{position:absolute; top:8px; right:8px; width:24px; height:24px; border-radius:50%; border:none; background:var(--bg-subtle); color:var(--text-secondary); font-size:16px; line-height:1; display:grid; place-items:center; cursor:pointer;}
.chat-teaser-close:hover{background:var(--border);}
@keyframes chatIn{from{opacity:0; transform:translateY(12px);}to{opacity:1; transform:none;}}

.chat-panel{position:fixed; right:22px; bottom:166px; z-index:52; width:376px; max-width:calc(100vw - 32px); height:540px; max-height:calc(100vh - 200px);
  background:var(--bg-surface); border-radius:18px; box-shadow:0 34px 80px -24px rgb(var(--primary-rgb) / .55); display:flex; flex-direction:column; overflow:hidden; animation:chatIn .28s ease-out;}
.chat-head{background:linear-gradient(135deg, var(--primary-900) 0%, var(--primary-700) 100%); color:var(--text-on-dark); padding:16px 18px; display:flex; align-items:center; gap:12px;}
.chat-head-av{width:42px; height:42px; border-radius:50%; background:var(--accent); color:var(--on-accent); display:grid; place-items:center; font-family:"Barlow Condensed",sans-serif; font-weight:700; font-size:22px; flex-shrink:0;}
.chat-head-txt{flex:1; display:grid; gap:2px; min-width:0;}
.chat-head-txt b{font-size:16px;}
.chat-head-txt span{display:inline-flex; align-items:center; gap:6px; font-size:12.5px; color:var(--text-on-dark-muted);}
.chat-live{width:7px; height:7px; border-radius:50%; background:#3ED27E; display:inline-block;}
.chat-close{background:rgb(255 255 255 / .12); border:none; color:var(--text-on-dark); width:32px; height:32px; border-radius:50%; display:grid; place-items:center; cursor:pointer; flex-shrink:0; transition:background .2s;}
.chat-close:hover{background:rgb(255 255 255 / .24);}
.chat-close svg{width:17px; height:17px;}

.chat-body{flex:1; overflow-y:auto; padding:18px; display:flex; flex-direction:column; gap:12px; background:var(--bg-main);}
.chat-msg{max-width:86%; padding:12px 15px; font-size:14.5px; line-height:1.55; white-space:pre-wrap; animation:chatIn .25s ease-out;}
.chat-msg.assistant{background:var(--bg-surface); color:var(--text-body); align-self:flex-start; border-radius:14px 14px 14px 4px; box-shadow:var(--shadow);}
.chat-msg.user{background:linear-gradient(135deg, var(--primary-800), var(--primary-700)); color:var(--text-on-dark); align-self:flex-end; border-radius:14px 14px 4px 14px;}
.chat-typing{display:flex; gap:5px; align-items:center; padding:15px;}
.chat-typing i{width:7px; height:7px; border-radius:50%; background:var(--text-secondary); opacity:.5; animation:chatDot 1.2s infinite;}
.chat-typing i:nth-child(2){animation-delay:.18s;} .chat-typing i:nth-child(3){animation-delay:.36s;}
@keyframes chatDot{0%,60%,100%{transform:translateY(0); opacity:.4;}30%{transform:translateY(-5px); opacity:1;}}

.chat-quick{display:flex; flex-wrap:wrap; gap:7px; padding:0 18px 12px; background:var(--bg-main);}
.chat-quick button{background:var(--bg-surface); border:1.5px solid var(--border); color:var(--primary-700); font:inherit; font-size:13px; font-weight:600; padding:8px 13px; border-radius:20px; cursor:pointer; transition:border-color .2s, color .2s;}
.chat-quick button:hover{border-color:var(--accent); color:var(--accent-text);}

.chat-form{display:flex; gap:9px; padding:12px 14px; background:var(--bg-surface); border-top:1px solid var(--border);}
.chat-form input{flex:1; min-height:44px; padding:0 15px; border:1.5px solid var(--border); border-radius:24px; font:inherit; font-size:14.5px; background:var(--bg-main); color:var(--text-primary); transition:border-color .2s;}
.chat-form input:focus{outline:none; border-color:var(--accent);}
.chat-form button{width:44px; height:44px; border-radius:50%; border:none; background:var(--accent); color:var(--on-accent); display:grid; place-items:center; cursor:pointer; flex-shrink:0; transition:background .2s;}
.chat-form button:hover{background:var(--accent-hover);}
.chat-form button svg{width:19px; height:19px;}
.chat-foot{padding:0 18px 12px; background:var(--bg-surface); font-size:12px; color:var(--text-secondary); text-align:center;}
.chat-foot a{color:var(--accent-text); font-weight:700;}

@media (max-width:520px){
  .chat-fab-txt{display:none;}
  .chat-fab{padding:0; width:56px; justify-content:center;}
  .chat-panel{right:12px; left:12px; width:auto; bottom:158px; height:min(520px, calc(100vh - 190px));}
  .chat-teaser{right:12px; max-width:calc(100vw - 100px);}
}

/* ================= ortak eklemeler ================= */
[hidden]{display:none !important;}
.topbar a{display:inline-flex; align-items:center; gap:7px;}
.topbar a:hover{color:var(--text-on-dark);}

/* açılır hizmet menüsü */
.dd{position:relative;}
.dd-btn{display:inline-flex; align-items:center; gap:4px; background:none; border:0; cursor:pointer; font:inherit; color:var(--text-on-dark-muted); font-weight:600; font-size:15px; padding:10px 14px; border-radius:var(--radius); transition:color .2s, background .2s;}
.dd-btn:hover, .dd-btn.active, .dd.open .dd-btn{color:var(--text-on-dark); background:var(--overlay-on-dark);}
.dd-btn .chev{width:16px; height:16px; transition:transform .2s;}
.dd.open .dd-btn .chev, .dd:hover .dd-btn .chev{transform:rotate(180deg);}
.dd-panel{position:absolute; left:50%; top:100%; transform:translate(-50%, 8px); width:720px; background:var(--bg-surface); color:var(--text-primary); border-radius:12px; box-shadow:var(--shadow-lg); padding:18px; display:grid; grid-template-columns:220px 1fr; gap:18px; opacity:0; visibility:hidden; transition:opacity .18s, transform .18s, visibility .18s;}
.dd-panel::before{content:""; position:absolute; left:0; right:0; top:-14px; height:14px;}
.dd:hover .dd-panel, .dd.open .dd-panel, .dd:focus-within .dd-panel{opacity:1; visibility:visible; transform:translate(-50%, 4px);}
.dd-main{display:grid; gap:6px; align-content:start;}
.nav .dd-main a{display:flex; align-items:center; gap:12px; padding:12px; border-radius:8px; font-weight:700; color:var(--text-primary);}
.nav .dd-main a:hover{background:var(--bg-main); color:var(--text-primary);}
.dd-ic{width:38px; height:38px; border-radius:8px; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent-text); flex:none;}
.dd-subs{border-left:1px solid var(--border); padding-left:18px;}
.dd-subs p{margin:4px 0 8px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--text-secondary);}
.dd-subs div{display:grid; grid-template-columns:1fr 1fr; gap:2px 12px;}
.nav .dd-subs a{font-size:14px; font-weight:600; padding:7px 8px; border-radius:6px; color:var(--text-primary);}
.nav .dd-subs a:hover{background:var(--bg-main); color:var(--accent-text);}

/* mobil menü */
.mobile-menu{background:var(--bg-dark-raised); border-top:1px solid var(--line-on-dark-subtle); max-height:calc(100vh - 84px); overflow-y:auto;}
.mobile-menu .wrap{display:grid; padding-block:12px 20px;}
.mobile-menu a, .mobile-menu summary{color:var(--text-on-dark); font-weight:700; padding:13px 4px; border-bottom:1px solid var(--line-on-dark-subtle); min-height:48px; display:flex; align-items:center; justify-content:space-between;}
.mobile-menu a.mm-sub{font-weight:600; color:var(--text-on-dark-muted); padding-left:16px;}
.mobile-menu .mm-label{margin:14px 0 2px; font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--accent-on-dark);}
.mobile-menu summary{list-style:none; cursor:pointer; color:var(--text-on-dark-muted); padding-left:16px; font-weight:600;}
.mobile-menu summary::-webkit-details-marker{display:none;}
.mobile-menu details[open] summary .icon{transform:rotate(180deg);}
@media (min-width:1021px){ .mobile-menu{display:none !important;} }

/* sayfa başlığı (iç sayfalar) */
.page-hero{background:var(--bg-dark); color:var(--text-on-dark); position:relative; overflow:hidden;}
.page-hero::before{content:""; position:absolute; inset:0; background:radial-gradient(800px 420px at 90% 10%, rgb(var(--accent-rgb) / .14), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgb(var(--glow-rgb) / .22), transparent 60%); pointer-events:none;}
.page-hero .wrap{position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; padding-block:40px 80px;}
.crumbs{display:flex; flex-wrap:wrap; align-items:center; gap:6px; list-style:none; margin:0 0 30px; padding:0; font-size:13.5px; color:var(--text-on-dark-muted); font-weight:600;}
.crumbs li{display:inline-flex; align-items:center; gap:6px;}
.crumbs li + li::before{content:"/"; opacity:.4;}
.crumbs a:hover{color:var(--text-on-dark);}
.crumbs [aria-current]{color:var(--text-on-dark);}
.page-hero h1{font-size:clamp(42px,5vw,68px); margin:0 0 18px;}
.page-hero .sub{font-size:20px; font-weight:700; color:var(--accent-on-dark); margin:0 0 14px;}
.page-hero .lede{font-size:17.5px; color:var(--text-on-dark-muted); margin:0 0 30px; max-width:54ch;}
.page-hero .actions{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:34px;}
.hero-media{position:relative;}
.hero-media img{width:100%; aspect-ratio:5/4.6; object-fit:cover; border-radius:12px; box-shadow:var(--shadow-lg);}
.hero-media .float{left:-24px; right:auto; top:auto; bottom:28px;}
@media (max-width:980px){
  .page-hero .wrap{grid-template-columns:1fr; gap:36px; padding-block:28px 60px;}
  .hero-media img{aspect-ratio:16/10;}
  .hero-media .float{left:12px; bottom:12px;}
}

/* içerik blokları */
.split{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
.block-title{font-size:clamp(34px,4.2vw,50px); margin:0 0 18px;}
.prose p{color:var(--text-secondary); margin:0 0 16px; max-width:60ch; font-size:16.5px;}
@media (max-width:980px){ .split{grid-template-columns:1fr; gap:32px;} }

.check-card{background:var(--bg-surface); border:1px solid var(--border); border-radius:12px; padding:28px;}
.check-card h3{margin:0 0 16px; font-size:18px; font-weight:800; display:flex; align-items:center; gap:10px;}
.check-card h3 .icon{color:var(--accent-icon);}
.check-list{list-style:none; margin:0; padding:0; display:grid; gap:12px;}
.check-list li{display:flex; gap:12px; font-weight:600; font-size:15.5px;}
.check-list li .icon{color:var(--accent-icon); width:19px; height:19px; margin-top:3px;}
.check-list.warn li .icon{color:var(--warning-icon);}
.check-card + .check-card{margin-top:16px;}

.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.cards.two{grid-template-columns:repeat(2,1fr);}
.cards.four{grid-template-columns:repeat(4,1fr);}
.card{background:var(--bg-surface); border:1px solid var(--border); border-radius:12px; padding:26px; display:flex; flex-direction:column; gap:12px;}
.card .ic{width:48px; height:48px; border-radius:10px; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent-text);}
.card .ic .icon{width:22px; height:22px;}
.card h3{margin:0; font-size:20px; font-weight:800;}
.card p{margin:0; color:var(--text-secondary); font-size:15px;}
.card ul{list-style:none; margin:4px 0 0; padding:0; display:grid; gap:7px;}
.card li{display:flex; gap:9px; font-size:14.5px; font-weight:600;}
.card li .icon{width:16px; height:16px; color:var(--accent-icon); margin-top:3px;}
a.card{transition:border-color .2s, box-shadow .2s, transform .2s;}
a.card:hover{border-color:var(--border-strong); box-shadow:var(--shadow); transform:translateY(-3px);}
a.card .link-more{margin-top:auto;}
@media (max-width:980px){ .cards, .cards.four{grid-template-columns:1fr 1fr;} }
@media (max-width:600px){ .cards, .cards.two, .cards.four{grid-template-columns:1fr;} }

.notice{margin-top:28px; display:flex; gap:16px; align-items:center; background:var(--bg-dark); color:var(--text-on-dark); border-radius:12px; padding:22px 26px; flex-wrap:wrap;}
.notice .ic{width:48px; height:48px; border-radius:50%; background:var(--overlay-on-dark-2); color:var(--accent-on-dark); display:grid; place-items:center; flex:none;}
.notice p{margin:0; flex:1; min-width:min(240px, 100%); color:var(--text-on-dark-muted);}
.notice p b{color:var(--text-on-dark); display:block; font-size:17px; margin-bottom:2px;}

.price{display:grid; grid-template-columns:1.1fr .9fr; background:var(--bg-surface); border:1px solid var(--border); border-radius:12px; overflow:hidden;}
.price > div{padding:36px;}
.price .factors{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:20px;}
.price .factor{display:flex; gap:10px; align-items:center; font-weight:700; font-size:15px; background:var(--bg-main); border-radius:8px; padding:12px 14px;}
.price .factor .icon{color:var(--accent-icon);}
.price .cta-side{background:var(--accent); color:var(--on-accent); display:flex; flex-direction:column; justify-content:center; gap:14px;}
.price .cta-side h3{margin:0; font-size:36px;}
.price .cta-side p{margin:0; color:var(--on-accent-muted);}
.price .cta-side .btn{background:var(--bg-dark); color:var(--text-on-dark); align-self:flex-start;}
.price .cta-side .btn:hover{background:var(--bg-dark-raised);}
@media (max-width:900px){ .price{grid-template-columns:1fr;} .price > div{padding:26px;} }
@media (max-width:480px){ .price .factors{grid-template-columns:1fr;} }

.areas-inline{display:flex; flex-wrap:wrap; gap:8px; margin-top:8px;}
.areas-inline span{font-size:13.5px; font-weight:600; padding:7px 13px; background:var(--bg-surface); border:1px solid var(--border); border-radius:999px;}
.areas-inline span.hq{background:var(--bg-dark); color:var(--text-on-dark); border-color:var(--bg-dark);}

.bg-paper{background:var(--bg-surface); border-block:1px solid var(--border);}
.bg-paper .card, .bg-paper .reason{background:var(--bg-main);}

/* ================= kurumsal + blog ================= */
.page-hero.compact .wrap{grid-template-columns:1fr; padding-block:36px 64px;}
.page-hero.compact .wrap > div{max-width:860px;}
.page-hero.compact h1{font-size:clamp(40px,5vw,64px);}
.page-hero.compact .actions{margin-bottom:0;}
.post-byline{display:flex; align-items:center; gap:8px; margin:0; color:var(--text-on-dark-muted); font-weight:600; font-size:14.5px;}
.post-byline .icon{width:17px; height:17px; color:var(--accent-on-dark);}

.sub-group{border-top:1px solid var(--border); padding-top:12px;}
.sub-group b{display:block; font-size:15px; margin-bottom:4px;}
.sub-group p{font-size:14px;}
.contact-mini{display:flex; gap:10px; flex-wrap:wrap;}
.check-list a{color:var(--text-primary); text-decoration:underline; text-decoration-color:var(--border-strong); text-underline-offset:3px;}
.check-list a:hover{color:var(--accent-text);}

/* zikzak içerik blokları */
.zigzag{display:grid; gap:88px;}
.zz{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.zz.rev .zz-media{order:2;}
.zz-media img{width:100%; aspect-ratio:5/4; object-fit:cover; border-radius:12px; box-shadow:var(--shadow);}
@media (max-width:900px){ .zz{grid-template-columns:1fr; gap:28px;} .zz.rev .zz-media{order:0;} .zigzag{gap:64px;} }

/* iletişim kartları */
.contact-cards .card p{font-weight:600; color:var(--text-primary); word-break:break-word;}
.contact-cards .card .link-more{margin-top:auto;}

/* blog kartları */
.post-top{display:flex; justify-content:space-between; align-items:center; gap:10px;}
.post-top .cat{align-self:auto;}
.post-ic{width:40px; height:40px; border-radius:50%; display:grid; place-items:center; background:var(--bg-main); color:var(--primary-900);}
.post-ic .icon{width:18px; height:18px;}
.post-meta{font-size:13px; font-weight:600; color:var(--text-secondary);}
.post.featured{display:grid; grid-template-columns:1.05fr 1fr; padding:0; overflow:hidden; gap:0;}
.featured-media{position:relative; min-height:360px;}
.featured-media img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.featured-body{padding:40px; display:flex; flex-direction:column; gap:14px; justify-content:center;}
.featured-body h2{font-size:clamp(36px,4vw,52px); margin:0;}
.featured-body p{margin:0; color:var(--text-secondary);}
.featured-body .btn{align-self:flex-start; margin-top:6px;}
@media (max-width:860px){ .post.featured{grid-template-columns:1fr;} .featured-media{min-height:240px;} .featured-body{padding:26px;} }

/* yazı düzeni */
.article-layout{display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:56px; align-items:start;}
.article-body{max-width:72ch; font-size:17px; line-height:1.75; color:var(--text-body);}
.article-body > *:first-child{margin-top:0;}
.article-body p{margin:0 0 18px;}
.article-body h2{font-family:"Barlow Condensed","Arial Narrow",sans-serif; font-weight:700; font-size:34px; line-height:1.1; margin:44px 0 14px; color:var(--text-primary); text-wrap:balance;}
.article-body h3{font-size:20px; font-weight:800; line-height:1.3; margin:32px 0 10px; color:var(--text-primary);}
.article-body h4{font-size:17px; font-weight:800; margin:24px 0 8px; color:var(--text-primary);}
.article-body strong{color:var(--text-primary);}
.article-body ul, .article-body ol{margin:0 0 20px; padding-left:22px; display:grid; gap:8px;}
.article-body li::marker{color:var(--accent-icon);}
.article-body a{color:var(--accent-text); text-decoration:underline; text-underline-offset:3px;}
.article-body .table-scroll{margin:8px 0 24px;}
.article-body .compare{font-size:15px;}
.article-body .compare th, .article-body .compare td{padding:11px 16px;}
.article-body .compare tbody tr > :first-child{font-weight:700;}
.article-cta{margin-top:40px; display:flex; gap:20px; align-items:center; justify-content:space-between; flex-wrap:wrap; background:var(--accent-soft); border:1px solid var(--accent-soft-border); border-radius:12px; padding:22px 24px;}
.article-cta b{display:block; font-size:17px; color:var(--text-primary);}
.article-cta span{font-size:14.5px; color:var(--text-secondary); line-height:1.5; display:block; max-width:48ch;}
.article-side{position:sticky; top:104px; display:grid; gap:16px;}
.side-card{background:var(--bg-surface); border:1px solid var(--border); border-radius:12px; padding:22px; display:grid; gap:12px;}
.side-card.dark{background:var(--bg-dark); color:var(--text-on-dark); border-color:var(--bg-dark);}
.side-card.dark .eyebrow{margin:0; color:var(--accent-on-dark);}
.side-card.dark b{font-family:"Barlow Condensed",sans-serif; font-size:30px; line-height:1;}
.side-card .btn{width:100%;}
.side-label{margin:0; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--text-secondary);}
.side-link{display:flex; align-items:center; gap:12px; font-weight:800;}
.side-link .arrow{margin-left:auto; color:var(--accent-text);}
.side-link:hover .arrow{transform:translateX(3px);}
@media (max-width:980px){ .article-layout{grid-template-columns:1fr; gap:36px;} .article-side{position:static;} }

.legal{margin-inline:auto;}
.legal h2{font-size:28px;}

/* erişilebilirlik: içeriğe atla */
.skip{position:absolute; left:16px; top:-60px; z-index:100; background:var(--accent); color:var(--on-accent); font-weight:700; padding:12px 16px; border-radius:var(--radius); transition:top .15s;}
.skip:focus{top:12px;}

/* form durumları */
.hp{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}
.field label span{color:var(--accent-text);}
.field .err{display:block; min-height:0; color:var(--danger); font-size:12.5px; font-weight:600;}
.field .err:empty{display:none;}
.field [aria-invalid="true"]{border-color:var(--danger-border);}
.consent{grid-template-columns:22px 1fr; column-gap:10px; align-items:start;}
.consent input{width:20px; height:20px; min-height:0; margin:2px 0 0; accent-color:var(--primary-700); padding:0;}
.consent label{font-size:13px; font-weight:500; color:var(--text-secondary); line-height:1.5;}
.consent label a{color:var(--accent-text); text-decoration:underline; font-weight:700;}
.consent .err{grid-column:2;}
.form button[disabled]{opacity:.7; cursor:progress;}
.form-status{margin-top:14px; padding:12px 14px; border-radius:var(--radius); font-size:14px; line-height:1.5;}
.form-status b{display:block;}
.form-status.ok{background:var(--success-bg); color:var(--success);}
.form-status.fail{background:var(--danger-bg); color:var(--danger-strong);}
.form-status a{color:inherit; font-weight:700; text-decoration:underline;}

/* 404 / teşekkür */
.center-card{max-width:640px; margin-inline:auto; text-align:center; display:grid; justify-items:center; gap:16px;}
.center-card .ic{width:72px; height:72px; border-radius:50%; display:grid; place-items:center; background:var(--accent-soft); color:var(--accent-text);}
.center-card .ic .icon{width:34px; height:34px;}
.center-card h2{font-size:clamp(34px,4vw,48px); margin:0;}
.center-card p{margin:0; color:var(--text-secondary);}
.center-card .actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top:8px;}

@media (max-width:1020px){ .mobile-menu .wrap{height:auto;} }
@media (max-width:520px){ header.site > .wrap{height:72px; gap:12px;} .brand img{height:54px;} .mobile-menu{max-height:calc(100vh - 72px);} }
