/* =========================================================
   AKIŞ — Yerel Tesisat Servisi Teması
   Beyaz + buz mavisi, su mavisi & akua, yumuşak köşeler, dalgalar · Rubik / Nunito Sans
   ========================================================= */
:root {
  --primary: #0a66ff;
  --primary-dark: #0050d6;
  --on-primary: #ffffff;
  --secondary: #00c2ff;
  --on-secondary: #0b1b33;
  --aqua: #00c2ff;
  --red: #ef4444;
  --dark: #0b1b33;
  --text: #33425a;
  --muted: #6a7890;
  --bg: #ffffff;
  --surface: #eef6ff;
  --surface-2: #dcebff;
  --border: #dbe6f3;
  --radius: 16px;
  --radius-sm: 12px;
  --radius-btn: 12px;
  --shadow: 0 18px 40px -22px rgba(10, 60, 140, .28);
  --shadow-lg: 0 30px 70px -30px rgba(10, 60, 140, .38);
  --font-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-head: "Rubik", system-ui, sans-serif;
  --container: 1240px;
  --header-h: 84px;
}
body { font-size: 16px; }
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -.01em; }
::selection { background: var(--aqua); color: var(--dark); }

/* ---------- Ortak ---------- */
.ak-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 26px; border-radius: 14px; font-family: var(--font-head); font-weight: 600; font-size: 1rem; line-height: 1.1; border: 2px solid transparent; transition: all .25s var(--ease); white-space: nowrap; }
.ak-btn i { font-size: 1.25em; }
.ak-btn-blue { background: linear-gradient(135deg, var(--primary), #1f8bff); color: #fff; box-shadow: 0 14px 28px -14px rgba(10,102,255,.8); }
.ak-btn-blue:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 32px -14px rgba(10,102,255,.9); }
.ak-btn-wa { background: #fff; color: #128c4a; border-color: #bfeccf; }
.ak-btn-wa:hover { background: #22c55e; border-color: #22c55e; color: #fff; }
.ak-btn-white { background: #fff; color: var(--primary); }
.ak-btn-white:hover { background: var(--dark); color: #fff; }
.ak-btn-outline-white { border-color: rgba(255,255,255,.6); color: #fff; }
.ak-btn-outline-white:hover { background: #fff; color: var(--primary); }
.ak-btn-block { display: flex; width: 100%; }
.ak-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; color: var(--primary); }
.ak-link i { transition: transform .25s; }
.ak-link:hover i { transform: translateX(4px); }
.ak-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--primary); background: var(--surface); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.ak-eyebrow i { color: var(--aqua); }
.ak-title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.12; margin: 0 0 14px; color: var(--dark); }
.ak-lead { color: var(--muted); font-size: 1.05rem; }
.ak-head { margin-bottom: 44px; }
.ak-head-center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.ak-head-center p { color: var(--muted); margin: 0; }
.ak-head-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.ak-head-split .ak-title { margin: 0; }
.ak-live { position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.ak-live::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--red); animation: akPulse 1.6s infinite; }
@keyframes akPulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.8); opacity: 0; } }
.ak-wave { position: absolute; left: 0; bottom: -1px; width: 100%; height: 70px; display: block; pointer-events: none; }
.ak-wave.is-flip { top: -1px; bottom: auto; transform: scaleY(-1); }
.ak-drop { position: absolute; border-radius: 50% 0 50% 50%; transform: rotate(-45deg); background: linear-gradient(135deg, var(--aqua), var(--primary)); opacity: .12; pointer-events: none; }
.ak-drop-1 { width: 140px; height: 140px; left: -40px; top: 60px; }
.ak-drop-2 { width: 70px; height: 70px; right: 6%; top: 40px; opacity: .16; }
.ak-drop-3 { width: 40px; height: 40px; left: 44%; bottom: 120px; opacity: .2; }

/* ---------- Header ---------- */
.ak-header { position: sticky; top: 0; z-index: 300; background: #fff; border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
.ak-header.is-scrolled { box-shadow: 0 12px 30px -18px rgba(11,27,51,.3); }
.ak-header-inner { display: flex; align-items: center; gap: 20px; min-height: var(--header-h); }
.ak-logo { color: var(--dark); }
.ak-logo .logo-mark { width: 46px; height: 46px; border-radius: 50% 50% 50% 14px; background: linear-gradient(140deg, var(--aqua), var(--primary)); color: #fff; font-size: 24px; box-shadow: 0 10px 20px -10px rgba(10,102,255,.7); }
.ak-logo .logo-text strong { font-family: var(--font-head); font-size: 1.45rem; font-weight: 700; color: var(--dark); letter-spacing: -.02em; }
.ak-logo .logo-text small { color: var(--primary); letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.ak-logo-light .logo-text strong { color: #fff; }
.ak-logo-light .logo-text small { color: var(--aqua); }
.ak-nav .nav-menu > li > a { font-family: var(--font-head); font-weight: 500; font-size: .98rem; color: var(--dark); padding: 10px 13px; border-radius: 10px; }
.ak-nav .nav-menu > li > a:hover { color: var(--primary); background: var(--surface); }
.ak-nav .nav-menu > li.is-active > a { color: var(--primary); background: var(--surface); }
.ak-nav .nav-menu .submenu { border-radius: 16px; border: 1px solid var(--border); padding: 10px; min-width: 250px; }
.ak-nav .nav-menu .submenu a { border-radius: 10px; }
.ak-nav-extra { display: none; }
.ak-header-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.ak-callbox { display: flex; align-items: center; gap: 12px; padding: 7px 18px 7px 7px; border-radius: 18px; background: var(--surface); border: 1.5px solid var(--surface-2); color: var(--dark); transition: all .25s; }
.ak-callbox:hover { border-color: var(--primary); color: var(--dark); background: #fff; }
.ak-callbox-icon { position: relative; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(140deg, var(--primary), #2a8cff); color: #fff; display: grid; place-items: center; font-size: 22px; }
.ak-callbox-icon i { animation: akRing 2.4s infinite; }
@keyframes akRing { 0%, 60%, 100% { transform: rotate(0); } 65% { transform: rotate(-16deg); } 72% { transform: rotate(14deg); } 79% { transform: rotate(-10deg); } 86% { transform: rotate(6deg); } }
.ak-callbox-text { display: flex; flex-direction: column; line-height: 1.1; }
.ak-callbox-text small { display: inline-flex; align-items: center; gap: 7px; font-size: .74rem; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.ak-callbox-text strong { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; letter-spacing: -.01em; }
.ak-toggle { background: var(--surface); border-radius: 12px; }
.ak-toggle span { background: var(--primary); }
@media (max-width: 1180px) { .ak-nav .nav-menu > li > a { padding: 10px 9px; font-size: .94rem; } .ak-callbox-text strong { font-size: 1.15rem; } }
@media (max-width: 1080px) {
  .ak-header-inner { justify-content: space-between; }
  .ak-nav-extra { display: grid; gap: 14px; margin-top: 20px; }
  .ak-nav .nav-menu > li > a { border-radius: 0; background: transparent !important; }
}
@media (max-width: 560px) { .ak-callbox { padding: 4px; border: 0; background: transparent; } .ak-callbox-text { display: none; } .ak-callbox-icon { width: 46px; height: 46px; } .ak-logo .logo-text strong { font-size: 1.25rem; } .ak-logo .logo-mark { width: 40px; height: 40px; font-size: 20px; } }

/* ---------- Hero ---------- */
.ak-hero { position: relative; overflow: hidden; background: radial-gradient(900px 500px at 85% 20%, rgba(0,194,255,.18), transparent 60%), linear-gradient(165deg, #f4f9ff 0%, #e3f0ff 55%, #d3e8ff 100%); padding: clamp(40px, 6vw, 70px) 0 150px; isolation: isolate; }
.ak-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 60px; align-items: center; }
.ak-hero-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #ffd5d5; color: var(--red); font-family: var(--font-head); font-weight: 600; font-size: .92rem; padding: 7px 16px; border-radius: 999px; box-shadow: 0 8px 20px -14px rgba(239,68,68,.6); margin-bottom: 20px; }
.ak-hero h1 { font-size: clamp(2.3rem, 4.8vw, 3.8rem); line-height: 1.06; font-weight: 700; color: var(--dark); margin: 0 0 18px; letter-spacing: -.025em; }
.ak-hero-lead { font-size: 1.12rem; color: var(--text); max-width: 540px; margin-bottom: 22px; }
.ak-hero-points { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.ak-hero-points li { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--dark); font-size: 1.02rem; }
.ak-hero-points i { width: 26px; height: 26px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-size: 16px; }
.ak-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ak-hero-mini { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 28px; color: var(--muted); font-size: .92rem; }
.ak-hero-mini strong { font-family: var(--font-head); color: var(--primary); font-size: 1.2rem; }
.ak-hero-media { position: relative; padding: 0 0 70px 40px; }
.ak-hero-photo { position: relative; aspect-ratio: 1 / .95; border-radius: 32px 32px 32px 120px; overflow: hidden; background: var(--surface-2); box-shadow: var(--shadow-lg); }
.ak-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.ak-hero-slide.is-active { opacity: 1; }
.ak-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.ak-hero-eta { position: absolute; right: 18px; top: 18px; z-index: 2; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.94); padding: 10px 16px 10px 10px; border-radius: 16px; font-size: .85rem; color: var(--muted); line-height: 1.1; }
.ak-hero-eta i { width: 38px; height: 38px; border-radius: 12px; background: var(--surface); color: var(--primary); display: grid; place-items: center; font-size: 20px; }
.ak-hero-eta strong { display: block; font-family: var(--font-head); color: var(--dark); font-size: 1.15rem; }
.ak-callback-card { position: absolute; left: 0; bottom: 0; z-index: 3; width: min(360px, 90%); background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 30px 60px -24px rgba(11,27,51,.35); border: 1px solid var(--border); }
.ak-callback-head { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.ak-callback-icon { width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0; background: linear-gradient(140deg, var(--aqua), var(--primary)); color: #fff; display: grid; place-items: center; font-size: 20px; }
.ak-callback-head strong { display: block; font-family: var(--font-head); color: var(--dark); font-size: 1.12rem; }
.ak-callback-head small { color: var(--muted); font-size: .84rem; }
.ak-callback-card .callback-fields { grid-template-columns: minmax(0, 1fr); gap: 8px; }
.ak-callback-card input { padding: 11px 14px; }
@media (max-width: 960px) {
  .ak-hero { padding-bottom: 120px; }
  .ak-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .ak-hero-media { padding: 0; }
  .ak-callback-card { position: relative; width: auto; margin: -60px 16px 0; }
}
@media (max-width: 560px) { .ak-hero-actions .ak-btn { flex: 1; padding: 14px 16px; } .ak-hero-photo { border-radius: 24px 24px 24px 70px; } .ak-callback-card { margin: -50px 8px 0; } }

/* ---------- Güven şeridi ---------- */
.ak-trust { position: relative; z-index: 4; margin-top: -60px; }
.ak-trust-row { list-style: none; margin: 0; padding: 10px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.ak-trust-row li { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 16px; }
.ak-trust-row li:hover { background: var(--surface); }
.ak-trust-row i { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; background: var(--surface); color: var(--primary); display: grid; place-items: center; font-size: 24px; }
.ak-trust-row span { font-size: .86rem; color: var(--muted); line-height: 1.35; }
.ak-trust-row strong { display: block; font-family: var(--font-head); color: var(--dark); font-size: 1.05rem; margin-bottom: 2px; }
@media (max-width: 1000px) { .ak-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ak-trust-row { grid-template-columns: minmax(0, 1fr); } .ak-trust-row li { padding: 12px; } }

/* ---------- Hizmetler ---------- */
.ak-services { background: #fff; }
.ak-svc-grid, .page-services .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ak-svc { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 30px 28px 24px; background: #fff; border: 1px solid var(--border); border-radius: 20px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; height: 100%; }
.ak-svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.ak-svc-icon { width: 66px; height: 66px; border-radius: 50%; background: var(--surface); color: var(--primary); display: grid; place-items: center; font-size: 30px; margin-bottom: 8px; transition: all .3s; }
.ak-svc:hover .ak-svc-icon { background: linear-gradient(140deg, var(--aqua), var(--primary)); color: #fff; }
.ak-svc h3 { font-size: 1.28rem; margin: 0; }
.ak-svc h3 a { color: var(--dark); }
.ak-svc h3 a::after { content: ""; position: absolute; inset: 0; border-radius: 20px; }
.ak-svc h3 a:hover { color: var(--primary); }
.ak-svc p { color: var(--muted); font-size: .94rem; margin: 0 0 6px; }
.ak-svc-foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--border); display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.ak-price { display: inline-flex; align-items: center; gap: 6px; background: #e3f8ff; color: #006b99; font-weight: 800; font-size: .88rem; padding: 6px 12px; border-radius: 999px; }
.ak-svc-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-head); font-weight: 600; color: var(--primary); font-size: .95rem; }
@media (max-width: 1000px) { .ak-svc-grid, .page-services .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .ak-svc-grid, .page-services .grid-3 { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Süreç ---------- */
.ak-process { position: relative; background: var(--surface); padding-top: calc(var(--section-y) + 30px); }
.ak-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.ak-steps li { position: relative; text-align: center; padding: 0 10px; }
.ak-steps li:not(:last-child)::after { content: ""; position: absolute; top: 44px; left: calc(50% + 62px); right: calc(-50% + 50px); border-top: 2px dashed rgba(10,102,255,.45); }
.ak-steps li:not(:last-child)::before { content: ""; position: absolute; top: 39px; right: calc(-50% + 48px); width: 10px; height: 10px; border-top: 2px solid rgba(10,102,255,.6); border-right: 2px solid rgba(10,102,255,.6); transform: rotate(45deg); }
.ak-step-icon { position: relative; width: 88px; height: 88px; margin: 0 auto 18px; border-radius: 50%; background: #fff; color: var(--primary); display: grid; place-items: center; font-size: 36px; box-shadow: var(--shadow); }
.ak-step-icon b { position: absolute; right: -4px; top: -4px; width: 30px; height: 30px; border-radius: 50%; background: var(--aqua); color: var(--dark); font-family: var(--font-head); font-size: .95rem; display: grid; place-items: center; border: 3px solid var(--surface); }
.ak-steps h3 { font-size: 1.2rem; margin-bottom: 6px; }
.ak-steps p { color: var(--muted); font-size: .93rem; margin: 0; }
@media (max-width: 900px) { .ak-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; } .ak-steps li::after, .ak-steps li::before { display: none; } }
@media (max-width: 480px) { .ak-steps { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Bölgeler ---------- */
.ak-areas { background: #fff; }
.ak-areas-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.ak-pills { list-style: none; margin: 22px 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ak-pills li { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; background: var(--surface); color: var(--dark); font-weight: 700; font-size: .95rem; border: 1px solid var(--surface-2); }
.ak-pills i { color: var(--primary); }
.ak-map { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #fff; background: #e3f0ff; }
.ak-map-svg { display: block; width: 100%; height: auto; }
.ak-pin { position: absolute; transform: translate(-50%, -100%); display: flex; flex-direction: column; align-items: center; }
.ak-pin i { font-size: 30px; color: var(--primary); filter: drop-shadow(0 4px 6px rgba(10,60,140,.3)); line-height: 1; }
.ak-pin em { font-style: normal; font-size: .72rem; font-weight: 800; background: #fff; color: var(--dark); padding: 2px 8px; border-radius: 999px; margin-top: 2px; white-space: nowrap; box-shadow: 0 4px 10px -6px rgba(0,0,0,.3); }
.ak-pin.is-main i { font-size: 40px; color: var(--aqua); }
.ak-map-card { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; background: #fff; padding: 10px 14px; border-radius: 14px; font-size: .86rem; color: var(--muted); box-shadow: var(--shadow); }
.ak-map-card i { color: var(--primary); font-size: 22px; }
.ak-map-card strong { color: var(--dark); font-family: var(--font-head); }
@media (max-width: 960px) { .ak-areas-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; } }
@media (max-width: 480px) { .ak-pin em { display: none; } .ak-pin i { font-size: 24px; } }

/* ---------- Hakkımızda ---------- */
.ak-about { background: var(--surface); }
.ak-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.ak-about-media { position: relative; padding: 0 50px 60px 0; }
.ak-about-img1 { width: 100%; aspect-ratio: 4 / 3.5; object-fit: cover; border-radius: 28px; }
.ak-about-img2 { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1; object-fit: cover; border-radius: 22px; border: 6px solid var(--surface); }
.ak-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0 24px; }
.ak-stat { background: #fff; border-radius: 16px; padding: 16px 18px; border: 1px solid var(--border); }
.ak-stat strong { display: block; font-family: var(--font-head); font-size: 1.9rem; color: var(--primary); line-height: 1.1; font-weight: 700; }
.ak-stat > span { color: var(--muted); font-size: .9rem; font-weight: 600; }
@media (max-width: 960px) { .ak-about-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; } }
@media (max-width: 480px) { .ak-about-media { padding: 0 24px 40px 0; } .ak-stat strong { font-size: 1.5rem; } }

/* ---------- Yorumlar ---------- */
.ak-reviews { background: #fff; }
.ak-rating-box { display: flex; align-items: center; gap: 14px; background: var(--surface); padding: 12px 20px; border-radius: 18px; }
.ak-rating-box > strong { font-family: var(--font-head); font-size: 2.4rem; color: var(--dark); line-height: 1; }
.ak-rating-box small { display: block; color: var(--muted); font-size: .84rem; }
.ak-stars { color: #fbbc04; font-size: 1.05rem; }
.ak-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1000px) { .ak-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .ak-review-grid { grid-template-columns: minmax(0, 1fr); } }
.testimonial-card { border-radius: 18px; padding: 22px 22px 24px; gap: 10px; border-color: var(--border); }
.ak-review { box-shadow: 0 10px 30px -24px rgba(11,27,51,.4); }
.ak-review figcaption { gap: 12px; }
.ak-review figcaption > span:nth-child(2) { flex: 1; min-width: 0; }
.ak-review figcaption small { display: block; font-size: .82rem; }
.ak-g { font-size: 26px; color: var(--surface-2); }
.t-avatar.t-initials { font-family: var(--font-head); font-weight: 600; }
.ak-av-0 { background: #0a66ff; color: #fff; } .ak-av-1 { background: #00a3cc; color: #fff; } .ak-av-2 { background: #7c5cff; color: #fff; } .ak-av-3 { background: #0f9d58; color: #fff; } .ak-av-4 { background: #f59e0b; color: #fff; }
.t-stars { color: #fbbc04; display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }
.t-stars em { font-style: normal; font-size: .76rem; color: #0f9d58; font-weight: 700; margin-left: 8px; display: inline-flex; align-items: center; gap: 3px; }
.testimonial-card blockquote { font-size: .97rem; color: var(--text); }

/* ---------- SSS ---------- */
.ak-faq { background: var(--surface); }
.ak-faq-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; align-items: start; }
@media (max-width: 860px) { .ak-faq-cols { grid-template-columns: minmax(0, 1fr); } }
.faq-item { border-radius: 16px; border-color: var(--border); }
.faq-item summary { font-family: var(--font-head); font-weight: 500; font-size: 1.04rem; }
.faq-item summary i { width: 32px; height: 32px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font-size: 20px; }
.faq-item[open] { border-color: var(--primary); box-shadow: 0 14px 30px -24px rgba(10,102,255,.6); }
.faq-item[open] summary i { background: var(--primary); color: #fff; }

/* ---------- Rehber kartları ---------- */
.ak-blog { background: #fff; }
.post-card { border-radius: 20px; border-color: var(--border); }
.post-card:hover { box-shadow: var(--shadow-lg); }
.post-card .card-media { aspect-ratio: 16 / 10.5; margin: 10px 10px 0; border-radius: 14px; }
.ak-post-cat { position: absolute; left: 12px; top: 12px; background: rgba(255,255,255,.95); color: var(--primary); font-weight: 800; font-size: .76rem; padding: 5px 11px; border-radius: 999px; }
.post-card .post-meta span { display: inline-flex; align-items: center; gap: 4px; }
.post-card .card-title { font-size: 1.18rem; line-height: 1.3; }
.post-card .card-link { font-family: var(--font-head); font-weight: 600; }

/* ---------- Kurumsal müşteriler ---------- */
.ak-clients { background: #fff; border-top: 1px solid var(--border); padding: 28px 0; }
.ak-clients-inner { display: flex; align-items: center; gap: 20px 30px; flex-wrap: wrap; }
.ak-clients-title { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--dark); }
.ak-clients-title i { color: var(--primary); font-size: 1.3em; }
.ak-clients-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ak-clients-list li { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); color: var(--muted); font-weight: 700; font-size: .92rem; }
.ak-clients-list img { max-height: 30px; }

/* ---------- Acil bandı ---------- */
.ak-emergency { position: relative; color: #fff; margin-top: 10px; }
.ak-emergency .ak-wave { position: relative; bottom: auto; margin-bottom: -2px; height: 60px; }
.ak-emergency-body { background: linear-gradient(120deg, var(--primary) 0%, #0a8cff 55%, var(--aqua) 130%); padding: 36px 0 70px; position: relative; overflow: hidden; }
.ak-emergency-body::after { content: ""; position: absolute; right: -60px; top: -40px; width: 260px; height: 260px; border-radius: 50% 0 50% 50%; transform: rotate(-45deg); background: rgba(255,255,255,.08); }
.ak-emergency-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.ak-247 { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .9rem; letter-spacing: .05em; padding: 7px 16px; border-radius: 999px; margin-bottom: 14px; }
.ak-247 .ak-live, .ak-247 .ak-live::after { background: #fff; }
.ak-emergency h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin: 0 0 8px; }
.ak-emergency p { color: rgba(255,255,255,.88); max-width: 560px; margin: 0; }
.ak-emergency-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.ak-big-phone { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-family: var(--font-head); font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 700; letter-spacing: -.01em; }
.ak-big-phone i { width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--primary); display: grid; place-items: center; font-size: 26px; }
.ak-big-phone:hover { color: #fff; }
.ak-emergency-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- İç sayfa başlığı ---------- */
.ak-page-hero { position: relative; overflow: hidden; background: radial-gradient(700px 400px at 90% 0%, rgba(0,194,255,.2), transparent 60%), linear-gradient(165deg, #f4f9ff, #dcecff); padding: clamp(46px, 7vw, 80px) 0 clamp(90px, 10vw, 120px); isolation: isolate; }
.ak-page-hero-inner { position: relative; }
.ak-page-hero h1 { color: var(--dark); font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 700; margin: 14px 0 10px; letter-spacing: -.02em; max-width: 900px; }
.ak-page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 680px; margin: 0; }
.ak-page-hero .breadcrumb ol { display: inline-flex; background: rgba(255,255,255,.75); padding: 6px 14px; border-radius: 999px; font-size: .86rem; }
.ak-page-hero .breadcrumb li { color: var(--muted); }
.ak-page-hero .breadcrumb a { color: var(--primary); font-weight: 700; }
.ak-page-hero .breadcrumb a:hover { color: var(--primary-dark); }

/* ---------- Hizmet detayı ---------- */
.ak-cover { position: relative; border-radius: 24px !important; }
.ak-cover img { aspect-ratio: 16 / 9; }
.ak-cover-price { position: absolute; left: 18px; bottom: 18px; background: #fff; border-radius: 16px; padding: 10px 18px; font-family: var(--font-head); font-weight: 700; color: var(--primary); font-size: 1.2rem; line-height: 1.15; box-shadow: var(--shadow); }
.ak-cover-price small { display: block; font-family: var(--font-body); color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.ak-side-call { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--primary), #1b8cff 60%, var(--aqua)); color: #fff; border-radius: 22px; padding: 26px 24px; text-align: center; box-shadow: 0 24px 40px -24px rgba(10,102,255,.8); }
.ak-side-call::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 140px; height: 140px; border-radius: 50% 0 50% 50%; transform: rotate(-45deg); background: rgba(255,255,255,.1); }
.ak-side-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; font-weight: 800; font-size: .8rem; padding: 5px 12px; border-radius: 999px; }
.ak-side-badge .ak-live, .ak-side-badge .ak-live::after { background: #fff; }
.ak-side-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 16px auto 10px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 30px; }
.ak-side-call p { color: rgba(255,255,255,.9); margin-bottom: 6px; }
.ak-side-phone { display: block; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.9rem; margin-bottom: 16px; }
.ak-side-phone:hover { color: #fff; text-decoration: underline; }
.ak-side-call .ak-btn { position: relative; z-index: 1; }
.ak-side-price { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 800; background: rgba(11,27,51,.22); padding: 6px 12px; border-radius: 999px; font-size: .88rem; }
.ak-side-why ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ak-side-why li { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--dark); }
.ak-side-why i { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--primary); display: grid; place-items: center; font-size: 18px; }

/* ---------- Çekirdek bileşenler ---------- */
.btn { font-family: var(--font-head); font-weight: 600; border-radius: var(--radius-btn); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #1f8bff); border-color: transparent; }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.card { border-radius: var(--radius); border-color: var(--border); }
.widget { background: var(--surface); border-color: var(--surface-2); border-radius: 20px; }
.widget-title { font-size: 1.12rem; border-bottom-color: var(--surface-2); }
.widget-links li a { border-bottom-color: var(--surface-2); }
.widget-contact { background: var(--dark); color: #fff; border: 0; }
.widget-contact .widget-title { color: #fff; border-color: rgba(255,255,255,.12); }
.widget-contact p { color: rgba(255,255,255,.7); }
.widget-contact .contact-list a { color: #fff; }
.widget-contact .contact-list i { background: rgba(255,255,255,.08); color: var(--aqua); }
.check-list i { background: var(--surface); color: var(--primary); }
.feature-box { background: var(--surface); border-radius: 20px; }
.inline-quote { background: linear-gradient(150deg, #0b1b33, #12305a); border-radius: 22px; }
.content-cover { border-radius: 24px; }
.prose h2, .prose h3 { color: var(--dark); }
.prose blockquote { background: var(--surface); border-left-color: var(--aqua); border-radius: 0 14px 14px 0; }
.prose table { border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; }
.prose th, .prose td { border: 0; border-bottom: 1px solid var(--border); }
.prose thead th { background: var(--primary); color: #fff; font-family: var(--font-head); font-weight: 600; }
.prose thead th:first-child { border-top-left-radius: 15px; }
.prose thead th:last-child { border-top-right-radius: 15px; }
.prose tbody tr:nth-child(even) td { background: var(--surface); }
.prose tbody tr:last-child td { border-bottom: 0; }
.prose td:last-child { font-weight: 800; color: var(--primary); white-space: nowrap; }
.page-fiyat-listesi .prose table { display: table; width: 100%; }
@media (max-width: 640px) { .page-fiyat-listesi .prose table { display: block; } }
.contact-card { background: #fff; border-radius: 20px; }
.contact-card i { width: 52px; height: 52px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font-size: 24px; }
.quote-box { border-radius: 22px; }
.chip.is-active { color: #fff; }
.stats-row { background: #fff; border-radius: 24px; padding: 34px 20px; box-shadow: var(--shadow); }
.stat-item strong { color: var(--primary); }
.why-item { background: #fff; border-radius: 20px; }
.why-item i { width: 58px; height: 58px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font-size: 28px; }
.about-media img { border-radius: 24px; }
.client-item { border-radius: 16px; }
.client-name { font-family: var(--font-head); }
.cta-band { background: linear-gradient(120deg, var(--primary), #0a8cff 60%, var(--aqua) 140%); color: #fff; }
.cta-band .btn-primary { background: #fff; color: var(--primary); border-color: #fff; }
.cta-band .btn-primary:hover { background: var(--dark); border-color: var(--dark); color: #fff; }
.cta-band .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.cta-band .btn-outline:hover { background: #fff; color: var(--primary); border-color: #fff; }
.error-code { background: linear-gradient(135deg, var(--primary), var(--aqua)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.team-photo, .team-photo .t-initials { border-radius: 20px; }

/* ---------- Footer ---------- */
.ak-footer { position: relative; background: var(--dark); color: rgba(255,255,255,.66); font-size: .94rem; padding-top: 70px; }
.ak-footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 44px; padding-bottom: 40px; }
.ak-footer h3 { color: #fff; font-size: 1.08rem; margin-bottom: 18px; }
.ak-footer a { color: rgba(255,255,255,.7); }
.ak-footer a:hover { color: var(--aqua); }
.ak-footer-about .ak-logo { margin-bottom: 16px; }
.ak-footer-about p { max-width: 360px; }
.ak-footer-phone { display: inline-flex; align-items: center; gap: 12px; margin: 6px 0 18px; padding: 10px 18px 10px 10px; border-radius: 16px; background: rgba(255,255,255,.06); color: #fff !important; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; line-height: 1.1; }
.ak-footer-phone i { width: 42px; height: 42px; border-radius: 12px; background: var(--primary); display: grid; place-items: center; font-size: 20px; }
.ak-footer-phone small { display: block; font-family: var(--font-body); font-size: .72rem; color: #ffb4b4; font-weight: 700; }
.ak-footer-links, .ak-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ak-footer-contact li { display: flex; gap: 10px; }
.ak-footer-contact i { color: var(--aqua); margin-top: 2px; }
.ak-footer-contact span, .ak-footer-contact a { overflow-wrap: anywhere; }
.ak-footer .social-links a { background: rgba(255,255,255,.08); color: #fff; }
.ak-footer .social-links a:hover { background: var(--primary); }
.ak-footer-areas { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.ak-footer-areas strong { color: #fff; }
.ak-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: .84rem; }
.ak-footer-bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: center; }
@media (max-width: 960px) { .ak-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ak-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } .ak-footer { padding-top: 50px; } }

/* ---------- Hızlı iletişim ---------- */
.fc-phone { background: var(--primary); }
.fc-mail { background: var(--dark); }
.mobile-bar .mb-call { color: var(--primary); }
.mobile-bar .mb-quote { background: linear-gradient(135deg, var(--primary), #1f8bff); }
.cookie-bar { border-radius: 18px; }

/* ---------- Ek düzenlemeler ---------- */
.why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1024px) { .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .why-grid { grid-template-columns: minmax(0, 1fr); } }
.page-fiyat-listesi .prose table { table-layout: fixed; }
.page-fiyat-listesi .prose th:first-child { width: 36%; }
.page-fiyat-listesi .prose th:last-child { width: 24%; }
@media (max-width: 640px) { .page-fiyat-listesi .prose table { table-layout: auto; } .page-fiyat-listesi .prose th, .page-fiyat-listesi .prose td { min-width: 130px; } }
