/* KARNO tanıtım sitesi — tasarım sistemi
   İlkeler (WEBSITE-BRIEF §9): açık tema, indigo TEK vurgu, Nunito, mobil-öncelik,
   gerçek ürün ekranı kahraman, süs animasyonu yok, LCP<2sn. */

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-subset.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1c1a35;
  --muted: #5d5b77;
  --faint: #9d9bb4;
  --ground: #ffffff;
  --wash: #f7f7fc;
  --line: #e8e7f2;
  --indigo: #4f46e5;
  --indigo-dark: #4338ca;
  --indigo-deep: #1e1b4b;
  --indigo-wash: #eef0fd;
  --good: #0f9b6c;
  --good-wash: #e7f6ef;
  --warn: #b7791f;
  --wa: #1fa855;          /* WhatsApp yeşili — tek istisna renk, işlevsel */
  --wa-dark: #178a45;
  --radius: 16px;
  --shadow-lg: 0 30px 70px -30px rgba(30, 27, 75, .35);
  --shadow-sm: 0 2px 14px -6px rgba(30, 27, 75, .16);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--ground);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 64px; /* mobil sticky bar payı */
}
@media (min-width: 900px) { body { padding-bottom: 0; } }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--indigo); }

h1, h2, h3 { line-height: 1.14; letter-spacing: -.02em; margin: 0; text-wrap: balance; }
h1 { font-weight: 900; font-size: clamp(30px, 6vw, 52px); }
h2 { font-weight: 900; font-size: clamp(24px, 4vw, 36px); }
h3 { font-weight: 800; font-size: 19px; }
p  { margin: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--indigo); background: var(--indigo-wash);
  padding: 6px 14px; border-radius: 999px;
}
.eyebrow::before { content: ''; width: 9px; height: 9px; border-radius: 50%;
  background: var(--indigo); box-shadow: 0 0 0 2.5px #fff, 0 0 0 4.5px var(--indigo); transform: scale(.72); }

.lede { font-size: clamp(16.5px, 2.2vw, 19px); color: var(--muted); max-width: 62ch; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 800; font-size: 16px;
  padding: 13px 26px; border-radius: 13px; border: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: transform .08s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: scale(.985); }
.btn-primary { background: var(--indigo); color: #fff; box-shadow: 0 10px 26px -12px rgba(79, 70, 229, .55); }
.btn-primary:hover { background: var(--indigo-dark); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 26px -12px rgba(31, 168, 85, .5); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--indigo); color: var(--indigo); }
.btn-lg { font-size: 17px; padding: 15px 30px; }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; gap: 18px; height: 62px; }
.logo img { height: 26px; width: auto; }
nav.main { display: none; gap: 4px; margin-left: 8px; }
nav.main a {
  text-decoration: none; color: var(--muted); font-weight: 700; font-size: 15px;
  padding: 8px 13px; border-radius: 10px;
}
nav.main a:hover { color: var(--ink); background: var(--wash); }
nav.main a[aria-current="page"] { color: var(--indigo); background: var(--indigo-wash); }
.head-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.head-tel { display: none; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 15px; }
.head-tel span { color: var(--faint); font-weight: 600; font-size: 12px; display: block; line-height: 1.1; }
.head-cta .btn { padding: 9px 16px; font-size: 14.5px; }
.head-cta .btn-demo { display: none; }
@media (min-width: 900px) {
  nav.main { display: flex; }
  .head-tel { display: block; text-align: right; }
  .head-cta .btn-demo { display: inline-flex; }
}

/* ---------- Hero ---------- */
.hero { padding: 52px 0 0; background: linear-gradient(180deg, #fdfdff 0%, var(--wash) 100%); overflow: hidden; }
.hero .wrap { display: grid; gap: 34px; }
.hero-copy { max-width: 640px; }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy h1 em { font-style: normal; color: var(--indigo); }
.hero-copy .lede { margin-top: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-note { margin-top: 14px; font-size: 13.5px; color: var(--faint); font-weight: 600; }
.hero-note b { color: var(--good); }

.hero-shot { position: relative; }
.hero-shot .browser { margin: 0 auto; max-width: 980px; }
.hero-phone { display: block; max-width: 250px; margin: 0 auto; }
@media (min-width: 900px) {
  .hero { padding-top: 72px; }
  .hero-phone { display: none; }
  .hero-shot .browser { display: block; }
  /* masaüstünde orta hizalı kompozisyon — büyük ekran görüntüsü sahnenin yıldızı */
  .hero-copy { max-width: 800px; margin: 0 auto; text-align: center; }
  .hero-ctas { justify-content: center; }
}
@media (max-width: 899px) {
  .hero-shot .browser { display: none; }
}

/* Tarayıcı çerçevesi */
.browser {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.browser .bar {
  display: flex; align-items: center; gap: 6px; padding: 10px 14px;
  border-bottom: 1px solid var(--line); background: linear-gradient(#fafafe, #fff);
}
.browser .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.browser .addr { margin-left: 10px; font-size: 12px; color: var(--faint); font-weight: 600; }

/* Telefon çerçevesi */
.phone {
  border: 9px solid var(--indigo-deep); border-radius: 38px; overflow: hidden;
  background: var(--indigo-deep); box-shadow: var(--shadow-lg);
}

/* ---------- Güven şeridi ---------- */
.trust { background: var(--indigo-deep); color: #fff; padding: 22px 0; }
.trust .wrap { display: grid; grid-template-columns: 1fr; gap: 12px; }
.trust-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 600; color: #d9d7f5; }
.trust-item b { color: #fff; font-weight: 800; }
.trust-item .tick { color: #8be3b8; font-weight: 900; flex: none; }
@media (min-width: 760px) { .trust .wrap { grid-template-columns: repeat(2, 1fr); gap: 14px 40px; } }
@media (min-width: 1080px) { .trust .wrap { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Bölüm iskeleti ---------- */
section.blk { padding: 72px 0; }
section.blk.alt { background: var(--wash); }
.blk-head { max-width: 720px; margin-bottom: 40px; }
.blk-head .eyebrow { margin-bottom: 16px; }
.blk-head p { margin-top: 14px; }

/* ---------- Problem ---------- */
.pain-grid { display: grid; gap: 16px; }
@media (min-width: 860px) { .pain-grid { grid-template-columns: repeat(3, 1fr); } }
.pain {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
}
.pain .n { font-size: 13px; font-weight: 900; color: var(--faint); letter-spacing: .08em; }
.pain h3 { margin: 8px 0 8px; }
.pain p { font-size: 15px; color: var(--muted); }
.respect {
  margin-top: 26px; padding: 18px 22px; border-radius: 14px;
  background: var(--good-wash); border: 1px solid rgba(15, 155, 108, .25);
  font-size: 15.5px; max-width: 760px;
}
.respect b { color: var(--good); }

/* ---------- Kapanan Halka (4 kare) ---------- */
.loop-grid { display: grid; gap: 22px; counter-reset: adim; }
@media (min-width: 860px) { .loop-grid { grid-template-columns: repeat(2, 1fr); } }
.loop-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.loop-card .shot { border-bottom: 1px solid var(--line); background: var(--wash); }
.loop-card.is-phone .shot { display: flex; justify-content: center; padding: 22px 0 0; background: var(--indigo-wash); }
.loop-card.is-phone .shot img { max-width: 200px; border-radius: 22px 22px 0 0; border: 7px solid var(--indigo-deep); border-bottom: 0; }
.loop-card .body { padding: 20px 22px 22px; }
.loop-card .body::before {
  counter-increment: adim; content: counter(adim);
  display: inline-flex; width: 30px; height: 30px; border-radius: 50%;
  background: var(--indigo); color: #fff; font-weight: 900; font-size: 14px;
  align-items: center; justify-content: center;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--indigo-wash);
  margin-bottom: 12px;
}
.loop-card h3 { margin-bottom: 6px; }
.loop-card p { font-size: 15px; color: var(--muted); }

/* ---------- Optik vitrini ---------- */
.optic-grid { display: grid; gap: 30px; align-items: center; }
@media (min-width: 960px) { .optic-grid { grid-template-columns: 1fr 1.35fr; } }
.optic-visual { position: relative; padding-left: 0; }
.optic-visual .browser { margin-left: 0; }
.optic-paper {
  display: none; position: absolute; left: -26px; bottom: -26px; width: 190px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 20px 44px -18px rgba(30, 27, 75, .4);
  transform: rotate(-5deg); padding: 14px; z-index: 2;
}
@media (min-width: 700px) { .optic-paper { display: block; } }
.optic-paper .cam {
  position: absolute; top: -14px; right: -14px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--indigo); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: 0 8px 18px -6px rgba(79, 70, 229, .6);
}
.optic-points { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.optic-points li { position: relative; padding-left: 32px; font-size: 15.5px; }
.optic-points li::before { content: ''; position: absolute; left: 4px; top: 7px; width: 11px; height: 11px;
  border-radius: 50%; border: 3px solid var(--indigo); }
.optic-points li.filled::before { background: var(--indigo); }
.optic-points b { font-weight: 800; }

/* ---------- Modül ızgarası ---------- */
.mods { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.mod {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 16px;
  box-shadow: var(--shadow-sm);
}
.mod:hover { border-color: var(--indigo); }
.mod .ico { font-size: 21px; display: block; margin-bottom: 8px; }
.mod h3 { font-size: 15.5px; margin-bottom: 4px; }
.mod p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.mods-note {
  margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 22px;
  font-size: 14px; font-weight: 700; color: var(--muted);
}
.mods-note span::before { content: '✓ '; color: var(--good); font-weight: 900; }

/* ---------- Manifesto bandı ---------- */
.manifesto {
  background: var(--indigo-wash); border: 1.5px solid #dcd9f8; border-radius: 22px;
  padding: 40px 26px; text-align: center;
}
@media (min-width: 860px) { .manifesto { padding: 52px 60px; } }
.manifesto .eyebrow { background: #fff; }
.manifesto p.big {
  margin: 18px auto 0; max-width: 56ch; font-size: clamp(17.5px, 2.6vw, 22px);
  font-weight: 700; line-height: 1.55; color: var(--ink); text-wrap: balance;
}
.manifesto p.big b { color: var(--indigo); }
.manifesto p.small { margin: 14px auto 0; max-width: 58ch; font-size: 15px; color: var(--muted); }

/* ---------- 3-köşe sekmeler ---------- */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.tab-btn {
  font: inherit; font-weight: 800; font-size: 15px; cursor: pointer;
  padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--muted);
}
.tab-btn[aria-selected="true"] { background: var(--indigo); border-color: var(--indigo); color: #fff; }
.tab-panel { display: none; }
.tab-panel.active { display: grid; gap: 30px; align-items: center; }
@media (min-width: 960px) { .tab-panel.active { grid-template-columns: 1.35fr 1fr; } }
.tab-panel ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.tab-panel li { position: relative; padding-left: 30px; font-size: 15.5px; }
.tab-panel li::before { content: ''; position: absolute; left: 6px; top: 9px; width: 9px; height: 9px;
  border-radius: 50%; border: 2.5px solid var(--indigo); }
.tab-panel li b { font-weight: 800; }
.tab-shot-phone { display: flex; justify-content: center; }
.tab-shot-phone img { max-width: 230px; }

/* ---------- Demo daveti ---------- */
.demo-invite {
  background: var(--indigo-deep); color: #fff; border-radius: 22px;
  padding: 40px 26px; display: grid; gap: 28px; overflow: hidden; position: relative;
}
@media (min-width: 960px) { .demo-invite { grid-template-columns: 1fr 1fr; align-items: center; padding: 52px; } }
.demo-invite h2 { color: #fff; }
.demo-invite p { color: #c9c6f0; margin-top: 12px; font-size: 16.5px; }
.demo-invite .btn-primary { background: #fff; color: var(--indigo-deep); box-shadow: none; }
.demo-invite .btn-primary:hover { background: var(--indigo-wash); }
.demo-invite .browser { box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .55); }

/* Canlı demo giriş kutusu (koyu panel içinde açık kart) */
.demo-creds {
  background: #fff; color: var(--ink); border-radius: 18px; padding: 22px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .55);
}
.demo-creds .creds-top {
  display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: baseline;
  padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1.5px solid var(--line);
}
.demo-creds .kv { font-size: 14px; color: var(--faint); }
.demo-creds .kv b { color: var(--ink); font-size: 16px; font-weight: 900; letter-spacing: .2px; }
.demo-creds ul { list-style: none; display: grid; gap: 8px; }
.demo-creds li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; }
.demo-creds .r {
  flex: none; min-width: 74px; text-align: center; font-weight: 800; font-size: 12px;
  color: var(--indigo); background: var(--indigo-wash); border-radius: 999px; padding: 3px 8px;
}
.demo-creds .em { font-weight: 700; color: var(--ink); }
.demo-creds .note { margin-top: 14px; font-size: 12.5px; color: var(--faint); line-height: 1.5; }

/* ---------- Kart ikilisi (geçiş+fiyat) ---------- */
.duo { display: grid; gap: 18px; }
@media (min-width: 860px) { .duo { grid-template-columns: 1fr 1fr; } }
.duo-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px;
}
.duo-card:hover { border-color: var(--indigo); }
.duo-card .ico { font-size: 26px; }
.duo-card p { color: var(--muted); font-size: 15.5px; flex: 1; }
.duo-card a { font-weight: 800; text-decoration: none; }

/* ---------- Risk-indirme ---------- */
.pilot {
  border: 2px solid var(--indigo); border-radius: 22px; padding: 34px 26px;
  background: linear-gradient(180deg, #fff, var(--indigo-wash));
}
@media (min-width: 860px) { .pilot { padding: 44px; } }
.pilot h2 { font-size: clamp(22px, 3.4vw, 30px); }
.pilot .big { color: var(--indigo); }
.pilot-grid { display: grid; gap: 14px; margin-top: 24px; }
@media (min-width: 860px) { .pilot-grid { grid-template-columns: repeat(3, 1fr); } }
.pilot-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; font-size: 14.5px; }
.pilot-item b { display: block; margin-bottom: 4px; }

/* ---------- Final CTA ---------- */
.final { background: var(--indigo-deep); color: #fff; padding: 76px 0; }
.final h2 { color: #fff; }
.final .lede { color: #c9c6f0; }
.final-grid { display: grid; gap: 40px; margin-top: 36px; }
@media (min-width: 960px) { .final-grid { grid-template-columns: 1fr 1fr; } }
.contact-big { display: grid; gap: 14px; align-content: start; }
.contact-big a.tel {
  color: #fff; text-decoration: none; font-size: clamp(26px, 4vw, 34px); font-weight: 900; letter-spacing: .01em;
}
.contact-big .sub { color: #a5a1dd; font-size: 14px; font-weight: 600; }
.contact-big .btn { justify-self: start; }
.lead-form { background: #fff; color: var(--ink); border-radius: 18px; padding: 26px; display: grid; gap: 13px; }
.lead-form h3 { font-size: 17px; }
.lead-form .sub { font-size: 13.5px; color: var(--muted); margin-top: -6px; }
.lead-form label { font-size: 13px; font-weight: 800; color: var(--muted); display: grid; gap: 5px; }
.lead-form input, .lead-form select {
  font: inherit; font-size: 15px; padding: 11px 12px; border-radius: 10px;
  border: 1.5px solid var(--line); background: var(--wash); color: var(--ink); width: 100%;
}
.lead-form input:focus, .lead-form select:focus { outline: none; border-color: var(--indigo); background: #fff; }
.form-row { display: grid; gap: 13px; }
@media (min-width: 520px) { .form-row { grid-template-columns: 1fr 1fr; } }
.lead-form .btn { width: 100%; }
.lead-form .alt { font-size: 12.5px; color: var(--faint); text-align: center; }

/* ---------- Footer ---------- */
footer.site { background: #14122e; color: #8f8cba; padding: 34px 0 90px; font-size: 13.5px; }
@media (min-width: 900px) { footer.site { padding-bottom: 34px; } }
footer.site .wrap { display: grid; gap: 18px; }
@media (min-width: 760px) { footer.site .wrap { grid-template-columns: 1fr auto; align-items: center; } }
footer.site img { height: 20px; opacity: .9; }
footer.site .links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
footer.site a { color: #b9b6e0; text-decoration: none; font-weight: 600; }
footer.site a:hover { color: #fff; }
.olcer { margin-top: 6px; font-size: 12.5px; }

/* ---------- Mobil sticky bar ---------- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}
.sticky-bar .btn { flex: 1; padding: 12px 10px; font-size: 15px; }
@media (min-width: 900px) { .sticky-bar { display: none; } }

/* ---------- İç sayfa kahramanı ---------- */
.page-hero { padding: 56px 0 30px; background: linear-gradient(180deg, #fdfdff, var(--wash)); }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero .lede { margin-top: 14px; }

/* ---------- Tur (demo.html) ---------- */
.tour { display: grid; gap: 20px; }
@media (min-width: 1020px) { .tour { grid-template-columns: 1.6fr 1fr; align-items: start; } }
.tour-stage .browser .shot-holder { position: relative; background: var(--wash); }
.tour-stage img { width: 100%; }
.tour-stage .phone-holder { display: flex; justify-content: center; padding: 26px 0; background: var(--indigo-wash); }
.tour-stage .phone-holder img { max-width: 240px; border-radius: 30px; border: 8px solid var(--indigo-deep); }
.tour-side { display: grid; gap: 14px; align-content: start; }
.tour-caption { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.tour-caption .role { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: .1em;
  text-transform: uppercase; color: var(--indigo); background: var(--indigo-wash);
  padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.tour-caption h3 { font-size: 20px; }
.tour-caption p { margin-top: 8px; color: var(--muted); font-size: 15.5px; }
.tour-nav { display: flex; align-items: center; gap: 12px; }
.tour-nav .btn { flex: 1; }
.tour-count { font-weight: 900; color: var(--faint); font-size: 14px; white-space: nowrap; }
.tour-dots { display: flex; flex-wrap: wrap; gap: 7px; }
.tour-dots button {
  width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--indigo);
  background: transparent; cursor: pointer; padding: 0;
}
.tour-dots button[aria-current="true"] { background: var(--indigo); }
.tour-note { font-size: 13.5px; color: var(--faint); }

/* ---------- Adım listesi (geçiş) ---------- */
.steps { display: grid; gap: 0; counter-reset: s; max-width: 780px; }
.step {
  position: relative; padding: 0 0 34px 66px; counter-increment: s;
}
.step::before {
  content: counter(s); position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--indigo); color: #fff; font-weight: 900; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--indigo-wash);
}
.step:not(:last-child)::after {
  content: ''; position: absolute; left: 21px; top: 50px; bottom: 6px; width: 2px;
  background: var(--line);
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 15.5px; max-width: 60ch; }
.step .tag { display: inline-block; margin-left: 8px; font-size: 12px; font-weight: 800; color: var(--good);
  background: var(--good-wash); padding: 2px 9px; border-radius: 999px; vertical-align: 2px; }

/* ---------- SSS ---------- */
.faq { max-width: 780px; display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
.faq summary { cursor: pointer; font-weight: 800; font-size: 15.5px; padding: 17px 0; list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--indigo); }
.faq details[open] summary::after { content: '–'; }
.faq .a { padding: 0 0 18px; color: var(--muted); font-size: 15px; max-width: 65ch; }

/* ---------- Fiyat ---------- */
.price-grid { display: grid; gap: 22px; }
@media (min-width: 960px) { .price-grid { grid-template-columns: 1.1fr 1fr; align-items: start; } }
.price-card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.price-card h3 { font-size: 21px; }
.included { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.included li { position: relative; padding-left: 28px; font-size: 15px; }
.included li::before { content: '✓'; position: absolute; left: 2px; color: var(--good); font-weight: 900; }
.wizard { background: var(--indigo-deep); color: #fff; border-radius: var(--radius); padding: 30px; display: grid; gap: 15px; }
.wizard h3 { color: #fff; font-size: 21px; }
.wizard .sub { color: #c9c6f0; font-size: 14px; margin-top: -6px; }
.wizard label { font-size: 13px; font-weight: 800; color: #a5a1dd; display: grid; gap: 6px; }
.wizard select {
  font: inherit; font-size: 15px; padding: 12px; border-radius: 10px; border: 0; width: 100%;
  background: #fff; color: var(--ink);
}
.wizard .btn { width: 100%; }
.wizard .note { font-size: 12.5px; color: #8f8cba; text-align: center; }

/* ---------- Hakkımızda ---------- */
.founder {
  display: grid; gap: 20px; background: #fff; border: 1.5px solid var(--line);
  border-radius: 22px; padding: 34px; box-shadow: var(--shadow-sm); max-width: 780px;
}
.founder .name { font-size: 22px; font-weight: 900; }
.founder .role { color: var(--indigo); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.founder p { color: var(--muted); font-size: 16px; max-width: 60ch; }
.founder .reach { display: flex; flex-wrap: wrap; gap: 12px; }

.principles { display: grid; gap: 16px; max-width: 900px; }
@media (min-width: 860px) { .principles { grid-template-columns: repeat(2, 1fr); } }
.principle { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.principle h3 { font-size: 16.5px; margin-bottom: 6px; }
.principle p { font-size: 14.5px; color: var(--muted); }

/* ---------- KVKK sayfası ---------- */
.legal { max-width: 760px; font-size: 15.5px; color: var(--muted); display: grid; gap: 14px; }
.legal h2 { font-size: 20px; color: var(--ink); margin-top: 14px; }
.legal ul { margin: 0; padding-left: 22px; }

/* yardımcılar */
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; }
.center { text-align: center; }
