/* =========================================================
   ANAHTAR 24 — Acil Çilingir Teması
   Kömür siyahı + zümrüt yeşili, Bebas Neue + Roboto, 6px köşe
   ========================================================= */
:root {
  --primary: #16a34a;
  --primary-dark: #15803d;
  --primary-hi: #22c55e;
  --on-primary: #0b0b0b;
  --secondary: #fde047;
  --on-secondary: #111111;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --dark-3: #262626;
  --text: #262626;
  --muted: #5f6368;
  --bg: #ffffff;
  --surface: #f4f4f3;
  --surface-2: #e9e9e7;
  --border: #e2e2df;
  --radius: 6px;
  --radius-sm: 6px;
  --radius-btn: 6px;
  --shadow: 0 14px 34px -18px rgba(0, 0, 0, .35);
  --shadow-lg: 0 30px 60px -28px rgba(0, 0, 0, .5);
  --font-body: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-head: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --container: 1240px;
  --header-h: 78px;
  --ak-yellow: #fde047;
}
body { font-size: 16px; background: var(--bg); }
h1, h2, h3, h4 { font-weight: 400; letter-spacing: .01em; line-height: 1; text-transform: uppercase; }
h3 { letter-spacing: .02em; }
::selection { background: var(--primary); color: #0b0b0b; }
.section-alt { background: var(--surface); }

/* ---------- Butonlar ---------- */
.btn { font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: .88rem; }
.btn-primary:hover { background: var(--primary-hi); border-color: var(--primary-hi); color: #0b0b0b; }
.btn-outline { color: var(--dark); }
.btn-outline:hover { color: #0b0b0b; }
.ak-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 6px; font-weight: 900; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; border: 2px solid transparent; transition: background .2s, color .2s, border-color .2s, transform .2s; line-height: 1.1; }
.ak-btn i { font-size: 1.35em; }
.ak-btn-green { background: var(--primary); color: #0b0b0b; border-color: var(--primary); }
.ak-btn-green:hover { background: var(--primary-hi); border-color: var(--primary-hi); color: #0b0b0b; transform: translateY(-2px); }
.ak-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.ak-btn-outline:hover { border-color: var(--primary-hi); color: var(--primary-hi); }
.ak-btn-block { display: flex; width: 100%; }
.ak-btn-xl { padding: 16px 26px; min-height: 72px; }
.ak-btn-xl span { display: flex; flex-direction: column; align-items: flex-start; font-size: 1.25rem; }
.ak-btn-xl small { font-size: .78rem; font-weight: 500; letter-spacing: .02em; text-transform: none; opacity: .85; margin-top: 2px; }
.ak-btn-xl i { font-size: 30px; }
.ak-textlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .92rem; color: var(--primary-hi); border-bottom: 2px solid currentColor; padding-bottom: 2px; }
.ak-textlink:hover { color: #fff; }
.ak-light .ak-textlink { color: var(--primary-dark); }
.ak-light .ak-textlink:hover { color: var(--dark); }
.ak-mini { display: inline-flex; align-items: center; gap: 5px; padding: 8px 14px; border-radius: 6px; background: var(--primary); color: #0b0b0b; font-weight: 700; font-size: .85rem; white-space: nowrap; }
.ak-mini:hover { background: var(--primary-hi); color: #0b0b0b; }
.ak-mini-ghost { background: var(--surface); color: var(--dark); padding: 8px 10px; }
.ak-mini-ghost:hover { background: var(--dark); color: #fff; }

/* ---------- Bölüm yapısı ---------- */
.ak-sec { padding: clamp(64px, 8vw, 110px) 0; }
.ak-light { background: #fff; color: var(--text); }
.ak-dark { background: var(--dark); color: rgba(255,255,255,.78); }
.ak-dark .ak-title { color: #fff; }
.ak-kicker { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 12px; }
.ak-kicker::before { content: ""; width: 10px; height: 10px; border-radius: 2px; background: var(--primary); }
.ak-dark .ak-kicker { color: var(--primary-hi); }
.ak-title { font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: .92; margin: 0 0 18px; color: var(--dark); overflow-wrap: anywhere; }
.ak-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; margin-bottom: 44px; flex-wrap: wrap; }
.ak-head .ak-title { margin: 0; }
.ak-head-note { max-width: 420px; margin: 0; color: var(--muted); font-size: .95rem; }
.ak-head-note strong { color: var(--dark); }
.ak-head-center { justify-content: center; text-align: center; }
.ak-lead { font-size: 1.08rem; color: var(--muted); }

/* ---------- Üst çağrı barı + header ---------- */
.ak-sticky { position: sticky; top: 0; z-index: 300; }
body.nav-open .ak-sticky { z-index: 1001; }
.ak-callbar { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; padding: 6px 16px; background: var(--primary); color: #0b0b0b; font-size: .92rem; font-weight: 500; text-align: center; flex-wrap: wrap; }
.ak-callbar:hover { background: var(--primary-hi); color: #0b0b0b; }
.ak-callbar-q { font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.ak-callbar strong { font-weight: 900; letter-spacing: .03em; font-size: 1rem; }
.ak-callbar-pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: #0b0b0b; flex-shrink: 0; }
.ak-callbar-pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; animation: akPulse 1.6s infinite; }
@keyframes akPulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(2.6); opacity: 0; } }
.ak-header { background: var(--dark); border-bottom: 1px solid rgba(255,255,255,.08); }
.ak-header.is-scrolled { box-shadow: 0 12px 30px -14px rgba(0,0,0,.6); }
.ak-header-inner { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.ak-logo { color: #fff; gap: 10px; }
.ak-logo:hover { color: #fff; }
.ak-logo .logo-mark { width: 46px; height: 46px; border-radius: 6px; background: var(--primary); color: #0b0b0b; font-size: 26px; transform: rotate(-8deg); }
.ak-logo .logo-text strong { font-family: var(--font-head); font-size: 2rem; font-weight: 400; letter-spacing: .04em; line-height: .9; }
.ak-logo .logo-text small { color: var(--primary-hi); letter-spacing: .28em; font-size: .64rem; font-weight: 700; }
.ak-nav { justify-content: center; }
.ak-nav .nav-menu > li > a { color: #fff; font-weight: 500; font-size: .93rem; padding: 10px 12px; border-radius: 6px; }
.ak-nav .nav-menu > li > a:hover, .ak-nav .nav-menu > li.is-active > a { color: var(--primary-hi); }
.ak-nav .nav-menu > li.is-active > a { box-shadow: inset 0 -3px 0 var(--primary); border-radius: 0; }
.ak-nav .nav-menu .submenu { background: var(--dark-2); border-radius: 6px; border: 1px solid rgba(255,255,255,.08); border-top: 3px solid var(--primary); }
.ak-nav .nav-menu .submenu a { color: rgba(255,255,255,.82); border-radius: 4px; }
.ak-nav .nav-menu .submenu a:hover { background: rgba(255,255,255,.06); color: var(--primary-hi); }
.ak-nav-extra { display: none; }
.ak-header-end { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.ak-hphone { display: flex; align-items: center; gap: 12px; color: #fff; }
.ak-hphone:hover { color: var(--primary-hi); }
.ak-hphone-ico { width: 48px; height: 48px; border-radius: 6px; background: var(--primary); color: #0b0b0b; display: grid; place-items: center; font-size: 24px; flex-shrink: 0; animation: akRing 2.6s infinite; }
@keyframes akRing { 0%, 70%, 100% { transform: rotate(0); } 75% { transform: rotate(-12deg); } 80% { transform: rotate(12deg); } 85% { transform: rotate(-8deg); } 90% { transform: rotate(8deg); } }
.ak-hphone-txt { display: flex; flex-direction: column; line-height: 1; }
.ak-hphone-txt small { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ak-yellow); font-weight: 700; margin-bottom: 3px; }
.ak-hphone-txt strong { font-family: var(--font-head); font-weight: 400; font-size: 2.1rem; letter-spacing: .03em; white-space: nowrap; }
.ak-toggle { background: var(--dark-3); border-radius: 6px; }
.ak-toggle span { background: #fff; }
@media (max-width: 1240px) { .ak-nav .nav-menu > li > a { padding: 10px 8px; font-size: .88rem; } .ak-hphone-txt strong { font-size: 1.8rem; } }
@media (max-width: 1080px) {
  .ak-nav { background: var(--dark); }
  .ak-nav .nav-menu > li { border-color: rgba(255,255,255,.08) !important; }
  .ak-nav .nav-menu > li > a { color: #fff !important; font-size: 1.05rem; box-shadow: none !important; }
  .ak-nav .submenu-toggle { background: var(--dark-3) !important; color: #fff !important; }
  .ak-nav .nav-menu .submenu { background: transparent; border: 0; }
  .ak-nav .nav-menu .submenu a { color: rgba(255,255,255,.75) !important; }
  .ak-nav-extra { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; color: #fff; }
  .ak-nav-extra .social-links a { color: #fff; background: var(--dark-3); }
}
@media (max-width: 640px) {
  :root { --header-h: 64px; }
  .ak-header-inner { gap: 10px; }
  .ak-callbar { font-size: .8rem; gap: 6px; min-height: 34px; padding: 5px 10px; }
  .ak-callbar-a, .ak-callbar > i { display: none; }
  .ak-header-inner { padding-left: 14px; padding-right: 14px; }
  .ak-header-end { gap: 8px; }
  .ak-logo { gap: 8px; }
  .ak-logo .logo-mark { width: 36px; height: 36px; font-size: 20px; }
  .ak-logo .logo-text strong { font-size: 1.4rem; }
  .ak-logo .logo-text small { display: none; }
  .ak-hphone { gap: 5px; }
  .ak-hphone-ico { width: auto; height: auto; background: none; color: var(--primary-hi); font-size: 18px; }
  .ak-hphone-txt small { display: none; }
  .ak-hphone-txt strong { font-size: 1.32rem; }
  .ak-toggle { width: 40px; height: 40px; padding: 11px 10px; }
}
@media (max-width: 380px) { .ak-logo .logo-text { display: none; } }

/* ---------- Hero ---------- */
.ak-hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; isolation: isolate; }
.ak-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(900px 500px at 85% 20%, rgba(22,163,74,.16), transparent 60%), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 2px, transparent 2px 22px); }
.ak-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 56px; align-items: center; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(44px, 6vw, 80px); }
.ak-badge247 { display: inline-flex; align-items: center; gap: 6px; background: var(--ak-yellow); color: #111; font-weight: 900; font-size: .8rem; letter-spacing: .12em; padding: 6px 12px; border-radius: 4px; margin-bottom: 20px; }
.ak-hero-stack { display: grid; }
.ak-hero-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease, visibility .6s; }
.ak-hero-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.ak-eyebrow { display: block; color: var(--primary-hi); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .85rem; margin-bottom: 10px; }
.ak-hero-title { color: #fff; font-size: clamp(4rem, 9.6vw, 8.4rem); line-height: .86; margin: 0 0 18px; letter-spacing: .005em; overflow-wrap: anywhere; }
.ak-hero-text { max-width: 540px; font-size: 1.1rem; color: rgba(255,255,255,.75); margin-bottom: 14px; }
.ak-eta { display: flex; align-items: center; gap: 20px; margin: 26px 0 22px; padding: 16px 22px; background: var(--dark-2); border: 1px solid rgba(255,255,255,.1); border-left: 4px solid var(--primary); border-radius: 6px; max-width: 540px; }
.ak-eta-num { font-family: var(--font-head); font-size: 4.4rem; line-height: .8; color: var(--primary-hi); display: flex; align-items: baseline; gap: 4px; flex-shrink: 0; }
.ak-eta-num em { font-style: normal; font-size: 1.6rem; color: #fff; }
.ak-eta-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ak-eta-txt strong { text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; color: #fff; }
.ak-eta-txt span { font-size: .88rem; color: rgba(255,255,255,.65); }
.ak-eta-bar { display: block; height: 4px; background: rgba(255,255,255,.1); border-radius: 4px; overflow: hidden; margin-top: 6px; }
.ak-eta-bar i { display: block; height: 100%; width: 40%; background: var(--primary-hi); border-radius: 4px; animation: akDrive 2.8s ease-in-out infinite; }
@keyframes akDrive { 0% { transform: translateX(-100%); } 100% { transform: translateX(260%); } }
.ak-hero-btns { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 12px; max-width: 540px; }
.ak-hero-nav { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.ak-hero-nav button { width: 40px; height: 40px; border-radius: 6px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; font-size: 22px; display: grid; place-items: center; }
.ak-hero-nav button:hover { background: var(--primary); border-color: var(--primary); color: #0b0b0b; }
.ak-dots { display: flex; gap: 6px; }
.ak-dots button { width: 26px; height: 5px; border-radius: 3px; border: 0; padding: 0; background: rgba(255,255,255,.25); }
.ak-dots button.is-active { background: var(--primary-hi); width: 44px; }
.ak-hero-media { position: relative; }
.ak-hero-frame { position: relative; aspect-ratio: 4 / 4.4; border: 2px solid var(--primary); border-radius: 6px; padding: 14px; }
.ak-hero-frame::before, .ak-hero-frame::after { content: ""; position: absolute; width: 38px; height: 38px; border: 6px solid var(--primary-hi); }
.ak-hero-frame::before { left: -8px; top: -8px; border-right: 0; border-bottom: 0; }
.ak-hero-frame::after { right: -8px; bottom: -8px; border-left: 0; border-top: 0; }
.ak-hero-img { position: absolute; inset: 14px; border-radius: 4px; overflow: hidden; opacity: 0; transition: opacity .8s ease; background: var(--dark-2); }
.ak-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.ak-hero-img:nth-child(1) { opacity: 1; }
.ak-hero:has([data-slide]:nth-child(2).is-active) .ak-hero-img:nth-child(1),
.ak-hero:has([data-slide]:nth-child(3).is-active) .ak-hero-img:nth-child(1),
.ak-hero:has([data-slide]:nth-child(4).is-active) .ak-hero-img:nth-child(1),
.ak-hero:has([data-slide]:nth-child(5).is-active) .ak-hero-img:nth-child(1) { opacity: 0; }
.ak-hero:has([data-slide]:nth-child(2).is-active) .ak-hero-img:nth-child(2),
.ak-hero:has([data-slide]:nth-child(3).is-active) .ak-hero-img:nth-child(3),
.ak-hero:has([data-slide]:nth-child(4).is-active) .ak-hero-img:nth-child(4),
.ak-hero:has([data-slide]:nth-child(5).is-active) .ak-hero-img:nth-child(5) { opacity: 1; }
.ak-hero-tag { position: absolute; left: -22px; bottom: 44px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #111; font-weight: 700; font-size: .9rem; padding: 12px 16px; border-radius: 6px; box-shadow: var(--shadow-lg); }
.ak-hero-tag i { color: var(--primary); font-size: 22px; }
@media (max-width: 960px) {
  .ak-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .ak-hero-media { max-width: 560px; }
  .ak-hero-frame { aspect-ratio: 16 / 10; }
  .ak-hero-tag { left: 12px; bottom: 26px; }
}
@media (max-width: 560px) {
  .ak-hero-title { font-size: clamp(3.4rem, 17vw, 4.6rem); }
  .ak-hero-text { font-size: 1rem; }
  .ak-hero-btns { grid-template-columns: minmax(0, 1fr); }
  .ak-eta { gap: 14px; padding: 14px 16px; }
  .ak-eta-num { font-size: 3.6rem; }
}

/* Rakam şeridi */
.ak-stats { background: var(--dark-2); border-top: 1px solid rgba(255,255,255,.08); }
.ak-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ak-stat { padding: 26px 20px; border-left: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 2px; }
.ak-stat:first-child { border-left: 0; padding-left: 0; }
.ak-stat strong { font-family: var(--font-head); font-weight: 400; font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: .9; color: #fff; }
.ak-stat em { font-style: normal; color: var(--primary-hi); }
.ak-stat > span { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); font-weight: 700; }
@media (max-width: 760px) { .ak-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ak-stat { padding: 18px 14px; } .ak-stat:nth-child(odd) { border-left: 0; padding-left: 0; } .ak-stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); } }

/* ---------- Hizmet kartları ---------- */
.ak-svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1000px) { .ak-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ak-svc-grid { grid-template-columns: minmax(0, 1fr); } }
.page-services .grid-3 { gap: 16px; }
.ak-svc { display: grid; grid-template-columns: 58px minmax(0, 1fr); grid-template-rows: 1fr auto; column-gap: 18px; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 6px; height: 100%; transition: border-color .2s, box-shadow .2s, transform .2s; position: relative; }
.ak-svc:hover { border-color: var(--dark); box-shadow: 6px 6px 0 var(--primary); transform: translate(-3px, -3px); }
.ak-svc-ico { width: 58px; height: 58px; flex-shrink: 0; border-radius: 6px; background: var(--dark); color: var(--primary-hi); display: grid; place-items: center; font-size: 28px; }
.ak-svc-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; flex: 1; }
.ak-svc-title { font-size: 1.85rem; margin: 2px 0 0; line-height: .95; }
.ak-svc-title a { color: var(--dark); }
.ak-svc-title a:hover { color: var(--primary-dark); }
.ak-svc-body p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.ak-svc-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--border); }
.ak-svc-price { font-weight: 900; color: var(--dark); font-size: .98rem; line-height: 1.2; min-width: 0; }
.ak-svc-price small { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ak-svc-actions { display: flex; gap: 6px; margin-left: auto; }
.ak-svc-cta { display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 26px; border-radius: 6px; background: var(--primary); color: #0b0b0b; min-height: 100%; }
.ak-svc-cta:hover { background: var(--primary-hi); color: #0b0b0b; }
.ak-svc-cta > i { font-size: 36px; }
.ak-svc-cta strong { font-family: var(--font-head); font-weight: 400; font-size: 2.2rem; line-height: .95; }
.ak-svc-cta span { font-size: .95rem; }
.ak-svc-cta b { font-weight: 900; font-size: 1.15rem; display: inline-flex; gap: 6px; align-items: center; margin-top: 4px; }

/* ---------- Nasıl çalışır ---------- */
.ak-process { padding-top: 0; }
.ak-process .container { border-top: 1px solid var(--border); padding-top: clamp(56px, 7vw, 90px); }
.ak-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 860px) { .ak-steps { grid-template-columns: minmax(0, 1fr); gap: 8px; } }
.ak-steps li { display: flex; align-items: flex-start; gap: 16px; }
.ak-step-no { font-family: var(--font-head); font-size: 120px; line-height: .78; color: var(--dark); flex-shrink: 0; position: relative; min-width: .6em; }
.ak-steps li:nth-child(2) .ak-step-no { color: var(--primary); }
.ak-steps li:nth-child(3) .ak-step-no { color: transparent; -webkit-text-stroke: 2px var(--dark); }
.ak-steps h3 { font-size: 2rem; margin: 6px 0 8px; color: var(--dark); }
.ak-steps p { margin: 0; color: var(--muted); }
@media (max-width: 860px) { .ak-step-no { font-size: 96px; } }

/* ---------- Hizmet bölgeleri ---------- */
.ak-areas-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
@media (max-width: 900px) { .ak-areas-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; } }
.ak-areas-text p { font-size: 1.05rem; margin-bottom: 26px; }
.ak-district-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 560px) { .ak-district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ak-district-grid li { display: flex; align-items: center; gap: 8px; padding: 16px 14px; background: var(--dark-2); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; transition: border-color .2s, background .2s; min-width: 0; }
.ak-district-grid li:hover { border-color: var(--primary); background: #151a16; }
.ak-district-grid i { color: var(--primary-hi); font-size: 18px; flex-shrink: 0; }
.ak-district-grid span { font-family: var(--font-head); font-size: 1.45rem; line-height: 1; color: #fff; letter-spacing: .03em; min-width: 0; overflow-wrap: anywhere; }
.ak-district-grid em { margin-left: auto; font-style: normal; font-size: .72rem; font-weight: 700; color: #0b0b0b; background: var(--primary-hi); padding: 3px 7px; border-radius: 4px; white-space: nowrap; }

/* ---------- Güvenlik politikası ---------- */
.ak-trust-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
@media (max-width: 960px) { .ak-trust-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; } }
.ak-trust-media { position: relative; margin-top: 30px; }
.ak-trust-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }
.ak-trust-badge { position: absolute; right: 16px; bottom: -22px; background: var(--dark); color: #fff; padding: 16px 22px; border-radius: 6px; border-bottom: 4px solid var(--primary); display: flex; flex-direction: column; }
.ak-trust-badge strong { font-family: var(--font-head); font-weight: 400; font-size: 3.2rem; line-height: .85; color: var(--primary-hi); }
.ak-trust-badge em { font-style: normal; }
.ak-trust-badge span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.ak-policy { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ak-policy li { display: flex; gap: 16px; padding: 20px 22px; background: var(--surface); border-radius: 6px; border-left: 4px solid var(--dark); }
.ak-policy li:first-child { background: var(--dark); color: rgba(255,255,255,.75); border-left-color: var(--primary); }
.ak-policy li:first-child strong { color: #fff; }
.ak-policy i { font-size: 30px; color: var(--primary); flex-shrink: 0; line-height: 1; }
.ak-policy strong { display: block; font-family: var(--font-head); font-weight: 400; font-size: 1.6rem; line-height: 1; color: var(--dark); margin-bottom: 4px; letter-spacing: .02em; }
.ak-policy span { font-size: .94rem; color: inherit; }
.ak-policy li:not(:first-child) span { color: var(--muted); }
.ak-policy li.ak-policy-more { background: transparent; border: 0; padding: 6px 0 0; }
.ak-policy-more a { font-weight: 700; color: var(--primary-dark); display: inline-flex; gap: 6px; align-items: center; }
.ak-policy-more a:hover { color: var(--dark); }

/* ---------- Yorumlar ---------- */
.ak-rating { display: flex; align-items: center; gap: 10px 14px; flex-wrap: wrap; }
.ak-rating strong { font-family: var(--font-head); font-weight: 400; font-size: 3.4rem; line-height: .8; color: #fff; }
.ak-rating span { color: var(--ak-yellow); font-size: 1.2rem; }
.ak-rating small { color: rgba(255,255,255,.6); width: 100%; }
.testimonial-card { border-radius: 6px; padding: 28px; border: 1px solid var(--border); }
.t-stars { color: var(--primary); }
.t-initials { background: var(--dark); color: var(--primary-hi); border-radius: 6px; font-family: var(--font-head); font-weight: 400; font-size: 1.6rem; }
.ak-dark .testimonial-card { background: var(--dark-2); border-color: rgba(255,255,255,.08); }
.ak-dark .testimonial-card blockquote { color: rgba(255,255,255,.85); }
.ak-dark .testimonial-card figcaption strong { color: #fff; }
.ak-dark .testimonial-card figcaption small { color: rgba(255,255,255,.55); }
.ak-dark .t-stars { color: var(--ak-yellow); }
.ak-dark .t-initials { background: var(--primary); color: #0b0b0b; }

/* ---------- Kurumsal müşteriler ---------- */
.ak-clients { background: var(--surface); border-bottom: 1px solid var(--border); }
.ak-clients-inner { display: flex; align-items: center; gap: 24px 40px; padding-top: 30px; padding-bottom: 30px; flex-wrap: wrap; }
.ak-clients-label { font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; color: var(--dark); flex-shrink: 0; }
.ak-clients-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 30px; flex: 1 1 520px; min-width: 0; }
@media (max-width: 560px) { .ak-clients-row { gap: 6px 20px; } .ak-clients-row span { font-size: 1.3rem; } }
.ak-clients-row span { font-family: var(--font-head); font-size: 1.55rem; color: #8b8b87; letter-spacing: .04em; transition: color .2s; }
.ak-clients-row li:hover span { color: var(--dark); }
.ak-clients-row img { max-height: 44px; filter: grayscale(1); opacity: .6; }
.client-item { border-radius: 6px; }
.client-name { font-family: var(--font-head); font-weight: 400; font-size: 1.4rem; color: var(--dark); }

/* ---------- SSS ---------- */
.ak-faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
@media (max-width: 960px) { .ak-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; } }
.ak-faq-side p { color: var(--muted); }
.ak-callback { background: var(--dark); padding: 22px; border-radius: 6px; margin-top: 22px; }
.ak-callback .callback-fields { grid-template-columns: minmax(0, 1fr); }
.ak-callback input { background: var(--dark-2); border-color: rgba(255,255,255,.14); color: #fff; }
.ak-callback input::placeholder { color: rgba(255,255,255,.5); }
.ak-callback .btn { width: 100%; }
.faq-item { border-radius: 6px; border: 1px solid var(--border); }
.faq-item summary { font-weight: 700; font-size: 1.02rem; }
.faq-item summary i { width: 30px; height: 30px; border-radius: 6px; background: var(--dark); color: var(--primary-hi); display: grid; place-items: center; font-size: 20px; }
.faq-item[open] { border-color: var(--dark); box-shadow: 4px 4px 0 var(--primary); }
.faq-item[open] summary i { background: var(--primary); color: #0b0b0b; transform: none; }
.faq-item summary i::before { display: inline-block; transition: transform .3s; }
.faq-item[open] summary i::before { transform: rotate(45deg); }

/* ---------- Blog kartları ---------- */
.ak-post { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; transition: border-color .2s, transform .2s; }
.ak-post:hover { border-color: var(--dark); transform: translateY(-3px); }
.ak-post-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--dark-2); }
.ak-post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.ak-post:hover .ak-post-media img { transform: scale(1.05); }
.ak-post-cat { position: absolute; left: 12px; top: 12px; background: var(--primary); color: #0b0b0b; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; padding: 5px 9px; border-radius: 4px; }
.ak-post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ak-post-body time { font-size: .8rem; color: var(--muted); display: inline-flex; gap: 5px; align-items: center; }
.ak-post-title { font-size: 1.75rem; line-height: .98; margin: 0; }
.ak-post-title a { color: var(--dark); }
.ak-post-title a:hover { color: var(--primary-dark); }
.ak-post-body p { margin: 0; color: var(--muted); font-size: .92rem; }
.ak-post-link { margin-top: auto; padding-top: 6px; font-weight: 700; font-size: .88rem; color: var(--dark); display: inline-flex; gap: 6px; align-items: center; }
.ak-post-link:hover { color: var(--primary-dark); }
.ak-dark .ak-post { background: var(--dark-2); border-color: rgba(255,255,255,.08); }
.ak-dark .ak-post:hover { border-color: var(--primary); }
.ak-dark .ak-post-title a, .ak-dark .ak-post-link { color: #fff; }
.ak-dark .ak-post-title a:hover, .ak-dark .ak-post-link:hover { color: var(--primary-hi); }
.ak-dark .ak-post-body p, .ak-dark .ak-post-body time { color: rgba(255,255,255,.6); }

/* ---------- ŞİMDİ ARA bandı ---------- */
.ak-callband { background: var(--primary); color: #0b0b0b; position: relative; overflow: hidden; }
.ak-callband::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(0,0,0,.05) 0 14px, transparent 14px 28px); }
.ak-callband-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; padding-top: clamp(44px, 6vw, 72px); padding-bottom: clamp(44px, 6vw, 72px); flex-wrap: wrap; }
.ak-callband-text { min-width: 0; flex: 1 1 380px; }
.ak-callband h2 { color: #0b0b0b; font-size: clamp(3rem, 7vw, 6rem); line-height: .86; margin: 0 0 10px; overflow-wrap: anywhere; }
.ak-callband p { margin: 0; font-size: 1.1rem; font-weight: 500; max-width: 560px; }
.ak-callband-btn { display: inline-flex; align-items: center; gap: 16px; background: #0b0b0b; color: #fff; padding: 18px 30px 18px 22px; border-radius: 6px; box-shadow: 8px 8px 0 rgba(0,0,0,.25); max-width: 100%; }
.ak-callband-btn:hover { color: var(--primary-hi); transform: translate(-2px, -2px); box-shadow: 10px 10px 0 rgba(0,0,0,.25); }
.ak-callband-btn > i { width: 62px; height: 62px; border-radius: 6px; background: var(--primary); color: #0b0b0b; display: grid; place-items: center; font-size: 32px; flex-shrink: 0; animation: akRing 2.6s infinite; }
.ak-callband-btn span { display: flex; flex-direction: column; font-family: var(--font-head); font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: .9; letter-spacing: .02em; white-space: nowrap; }
.ak-callband-btn small { font-family: var(--font-body); font-size: .78rem; font-weight: 900; letter-spacing: .2em; color: var(--primary-hi); }
@media (max-width: 420px) { .ak-callband-btn { padding: 14px 16px; gap: 12px; } .ak-callband-btn > i { width: 48px; height: 48px; font-size: 24px; } .ak-callband-btn span { font-size: 2rem; } }

/* ---------- İç sayfa başlığı ---------- */
.ak-page-hero { background: var(--dark); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.ak-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 300px at 90% 0%, rgba(22,163,74,.18), transparent 60%), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 2px, transparent 2px 22px); }
.ak-page-hero-inner { position: relative; padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(36px, 5vw, 60px); }
.ak-page-hero-inner::before { content: ""; position: absolute; left: 20px; top: clamp(40px, 6vw, 72px); bottom: clamp(36px, 5vw, 60px); width: 6px; background: var(--primary); border-radius: 3px; }
.ak-page-hero-inner > * { margin-left: 30px; }
.ak-page-hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 5.6rem); line-height: .9; margin: 14px 0 12px 30px; max-width: 1000px; overflow-wrap: anywhere; }
.ak-page-hero p { color: rgba(255,255,255,.72); max-width: 700px; font-size: 1.05rem; margin-bottom: 0; }
.ak-page-hero .breadcrumb li, .ak-page-hero .breadcrumb a { font-size: .82rem; }
.ak-page-hero .breadcrumb a { color: var(--primary-hi); }
.ak-page-hero-call { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 20px; padding: 10px 16px; background: var(--dark-2); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: #fff; font-weight: 500; }
.ak-page-hero-call .ak-callbar-pulse { background: var(--primary-hi); }
.ak-page-hero-call strong { color: var(--primary-hi); font-size: 1.15rem; font-weight: 900; letter-spacing: .02em; }
.ak-page-hero-call em { font-style: normal; font-size: .82rem; color: rgba(255,255,255,.55); }
.ak-page-hero-call:hover { border-color: var(--primary); color: #fff; }
@media (max-width: 560px) { .ak-page-hero-inner::before { left: 16px; width: 4px; } .ak-page-hero-inner > * { margin-left: 18px; } .ak-page-hero h1 { margin-left: 18px; } }

/* ---------- İç sayfa bileşenleri ---------- */
.card { border-radius: 6px; }
.card-cat { color: var(--primary-dark); }
.content-cover { border-radius: 6px; }
.lead { color: var(--dark); }
.prose h2 { font-size: 2.3rem; }
.prose h3 { font-size: 1.7rem; }
.prose blockquote { border-left-color: var(--primary); font-style: normal; font-weight: 500; }
.prose table { border-radius: 6px; }
.prose th { background: var(--dark); color: #fff; border-color: var(--dark); font-weight: 700; white-space: nowrap; }
.prose td { border-color: var(--border); }
.prose tr:nth-child(even) td { background: var(--surface); }
.prose td:last-child { font-weight: 700; color: var(--dark); white-space: nowrap; }
.section-subtitle { font-size: clamp(2rem, 3.4vw, 2.8rem); }
.widget { background: var(--surface); border: 1px solid var(--border); }
.widget-title { font-size: 1.7rem; font-weight: 400; }
.widget-contact { background: var(--dark); border-color: var(--dark); color: #fff; }
.widget-contact .widget-title { color: #fff; border-color: rgba(255,255,255,.12); }
.widget-contact p { color: rgba(255,255,255,.65); }
.widget-contact .contact-list a { color: #fff; }
.widget-contact .contact-list i { background: var(--dark-3); color: var(--primary-hi); border-radius: 6px; }
.widget-links li.active > a { color: var(--primary-dark); }
.check-list i { border-radius: 4px; background: var(--dark); color: var(--primary-hi); }
.feature-box { border-left: 5px solid var(--primary); }
.feature-box h2 { font-size: 1.9rem; font-weight: 400; }
.inline-quote { background: var(--dark); border-top: 5px solid var(--primary); }
.inline-quote h2 { font-size: 2.2rem; font-weight: 400; }
.inline-quote input, .inline-quote select, .inline-quote textarea { background: var(--dark-2); border-color: rgba(255,255,255,.14); color: #fff; }
.inline-quote select option { color: #111; }
.ak-price-box { background: var(--dark); color: #fff; border-radius: 6px; padding: 24px; border-top: 5px solid var(--primary); }
.ak-price-label { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--ak-yellow); }
.ak-price-val { display: block; font-family: var(--font-head); font-weight: 400; font-size: 2.6rem; line-height: .95; color: var(--primary-hi); margin: 6px 0 14px; overflow-wrap: anywhere; }
.ak-price-box ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; font-size: .92rem; color: rgba(255,255,255,.8); }
.ak-price-box li { display: flex; gap: 8px; align-items: center; }
.ak-price-box li i { color: var(--primary-hi); font-size: 1.15rem; }
.chip.is-active { color: #0b0b0b; }
.pagination .pg-current { color: #0b0b0b; }
.pagination a, .pagination span { border-radius: 6px; }
.badge { border-radius: 4px; color: #0b0b0b; }
.contact-card { border-radius: 6px; }
.contact-card i { color: var(--primary-dark); }
a.contact-card:hover { border-color: var(--dark); box-shadow: 4px 4px 0 var(--primary); }
.quote-box { border-radius: 6px; border-top: 5px solid var(--primary); }
.qw-steps li.is-active span, .qw-steps li.is-done span { color: #0b0b0b; }
.qw-option-box i { color: var(--primary-dark); }
.choice input:checked + span { color: #0b0b0b; }
.mini-steps li::before { color: #0b0b0b; }
.form-section-title span { color: #0b0b0b; }
.about-media img { border-radius: 6px; }
.stat-item strong { font-weight: 400; }
.stat-item i, .why-item i { color: var(--primary-dark); }
.why-item h3 { font-size: 1.6rem; font-weight: 400; }
.post-nav a { border-radius: 6px; }
.error-code { color: var(--primary); font-weight: 400; }
.page-blog .grid-3 { gap: 22px; }
.cta-band { background: var(--primary); color: #0b0b0b; }
.cta-text h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 400; color: #0b0b0b; }
.cta-band .btn-primary { background: #0b0b0b; color: #fff; border-color: #0b0b0b; }
.cta-band .btn-primary:hover { background: #262626; border-color: #262626; color: #fff; }
.cta-band .btn-outline { color: #0b0b0b; border-color: #0b0b0b; }
.cta-band .btn-outline:hover { background: #0b0b0b; color: #fff; border-color: #0b0b0b; }

/* ---------- Footer ---------- */
.ak-footer { background: #0b0b0b; color: rgba(255,255,255,.6); font-size: .93rem; }
.ak-footer a { color: rgba(255,255,255,.7); }
.ak-footer a:hover { color: var(--primary-hi); }
.ak-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px 40px; padding: 54px 0 40px; border-bottom: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.ak-footer-brand { max-width: 480px; }
.ak-footer-brand p { margin: 16px 0 0; }
.ak-footer .ak-logo { color: #fff; }
.ak-footer-phone { display: flex; flex-direction: column; text-align: right; }
.ak-footer-phone small { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; color: var(--ak-yellow); }
.ak-footer-phone strong { font-family: var(--font-head); font-weight: 400; font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: .95; color: #fff; white-space: nowrap; }
.ak-footer a.ak-footer-phone:hover strong { color: var(--primary-hi); }
.ak-footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; padding: 44px 0; }
@media (max-width: 800px) { .ak-footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .ak-footer-grid > div:last-child { grid-column: 1 / -1; } .ak-footer-phone { text-align: left; } }
@media (max-width: 520px) { .ak-footer-grid { grid-template-columns: minmax(0, 1fr); } }
.ak-footer h3 { color: #fff; font-size: 1.6rem; margin-bottom: 16px; }
.ak-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ak-footer-links a { display: inline-flex; gap: 8px; align-items: baseline; }
.ak-footer-links a::before { content: ""; width: 6px; height: 6px; background: var(--primary); border-radius: 1px; flex-shrink: 0; transform: translateY(-2px); }
.ak-footer-contact { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 11px; }
.ak-footer-contact li { display: flex; gap: 10px; }
.ak-footer-contact i { color: var(--primary-hi); font-size: 18px; }
.ak-footer .social-links a { background: var(--dark-2); color: #fff; border-radius: 6px; }
.ak-footer .social-links a:hover { background: var(--primary); color: #0b0b0b !important; }
.ak-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: .82rem; }
.ak-footer-bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Hızlı iletişim / mobil bar ---------- */
.fc-phone { background: var(--primary); color: #0b0b0b; }
.fc-phone:hover { color: #0b0b0b; }
.fc-btn { border-radius: 6px; }
.fc-whatsapp::before { border-radius: 6px; }
@media (max-width: 768px) {
  .mobile-bar { background: #0b0b0b; box-shadow: 0 -6px 20px rgba(0,0,0,.4); }
  .mobile-bar a { color: #fff; }
  .mobile-bar .mb-call { background: var(--primary); color: #0b0b0b; }
  .mobile-bar .mb-wa { color: #4ade80; }
  .mobile-bar .mb-quote { background: var(--dark-3); color: #fff; }
  body { padding-bottom: 0; }
  .ak-footer-bottom { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
}
.cookie-bar { border-radius: 6px; }

/* ---------- Ek düzeltmeler ---------- */
.sidebar { top: 140px; }
.content-main > .lead, .content-narrow > .lead { margin-bottom: 1.6em; }
@media (max-width: 640px) { .prose th, .prose td { padding: 8px 9px; font-size: .86rem; } }
.contact-form-wrap h2 { font-size: 2.2rem; }
@media (max-width: 560px) { .ak-district-grid li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 8px; padding: 14px 12px; } .ak-district-grid span { overflow-wrap: normal; } .ak-district-grid em { grid-column: 2; margin-left: 0; justify-self: start; } }
