/* Dermoram — tasarım sistemi. Mobil öncelikli; sıcak krem zemin, derin yeşil vurgu, serif başlıklar. */

:root {
  color-scheme: light;   /* tarayıcının otomatik koyu teması görselleri karartmasın */
  /* Renk */
  --bg: #faf7f2;
  --bg-deep: #f2ebe1;
  --surface: #fffdfa;
  --surface-2: #f7f3ec;
  --text: #1c2420;
  --ink: #1c2420;
  --ink-2: #3b463f;
  --muted: #6b7670;
  --line: #e7e0d4;
  --line-strong: #d8cfbf;
  --accent: #2f6b4f;
  --accent-strong: #24543e;
  --accent-deep: #24543e;
  --accent-soft: #e6f0e8;
  --accent-tint: #f1f7f2;
  --gold-soft: #f7edd8;
  --blush-soft: #fbeae5;
  --danger: #a2382c;
  --danger-soft: #fbeae7;
  --warn: #7d5312;
  --warn-ink: #7d5312;
  --warn-bg: #f7edd8;

  /* Biçim */
  --r-sm: 10px;
  --radius: 16px;
  --r: 16px;
  --r-lg: 22px;
  --r-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(28, 36, 32, .05);
  --shadow-sm: 0 2px 4px rgba(28, 36, 32, .04), 0 6px 16px -10px rgba(28, 36, 32, .18);
  --shadow-md: 0 4px 10px rgba(28, 36, 32, .05), 0 18px 40px -22px rgba(28, 36, 32, .35);
  --ring: 0 0 0 3px rgba(47, 107, 79, .25);
  --focus: 0 0 0 3px rgba(47, 107, 79, .25);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 6% -10%, #eef5ef 0%, transparent 60%),
    radial-gradient(760px 440px at 106% 0%, var(--blush-soft) 0%, transparent 58%),
    var(--bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }
a { color: var(--accent-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; letter-spacing: -.015em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(1.7rem, 1.25rem + 2.1vw, 2.45rem); }
h2 { font-size: clamp(1.22rem, 1.05rem + .85vw, 1.55rem); }
h3 { font-size: 1.08rem; }
h4 { font-family: var(--sans); font-size: 1rem; font-weight: 600; margin: 0 0 .4em; }
p { margin: 0 0 .8em; }
strong { font-weight: 600; }

:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }
[tabindex="-1"]:focus { box-shadow: none; }
::selection { background: var(--accent-soft); }

.wrap { width: 100%; max-width: 820px; margin: 0 auto; padding: 0 18px; }
.main { padding-top: 26px; padding-bottom: 64px; min-height: 62vh; }
.narrow { max-width: 540px; margin-inline: auto; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.hint { font-size: .85rem; color: var(--muted); margin-top: -.2em; }
.mt { margin-top: 1.1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.js-hidden { display: none !important; }
/* Ekran dışına taşımak yerine kırpıyoruz: RTL'de negatif left sayfayı yatay kaydırıyordu. */
.skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus {
  width: auto; height: auto; clip: auto; overflow: visible; z-index: 30;
  inset-inline-start: 12px; top: 12px; background: var(--surface); padding: 10px 14px;
  border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--shadow-sm);
}

/* ---------- Üst bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 253, 250, .84);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-weight: 600; font-size: 1.24rem; letter-spacing: -.02em; color: var(--ink); text-decoration: none; }
.brand svg { flex: none; }
.topnav { display: flex; align-items: center; gap: 4px; }
.topnav a { text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--ink-2); padding: 9px 13px; border-radius: var(--r-pill); }
.topnav a:hover { background: var(--accent-tint); color: var(--accent-deep); }

.banner { font-size: .88rem; padding: 9px 0; }
.banner-warn { background: var(--gold-soft); color: var(--warn-ink); }
.banner-inline { background: var(--gold-soft); color: var(--warn-ink); padding: 11px 14px; border-radius: var(--r-sm); border: 1px solid #efe0c2; }

/* ---------- Kartlar ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px;
  margin: 0 0 18px;
  box-shadow: var(--shadow-sm);
}
.card.soft { background: linear-gradient(180deg, var(--accent-tint), var(--surface)); border-color: #dfeadf; }
.card.alert {
  background: linear-gradient(180deg, #fdf6ea, var(--surface)); border-color: #ecdfc4; box-shadow: none;
  border-inline-start: 4px solid #d8a745; padding-inline-start: 18px;
}
.card.alert h2 { font-family: var(--sans); font-size: .95rem; font-weight: 600; letter-spacing: .01em; color: var(--warn-ink); margin-bottom: .6em; }
.card.alert p, .card.alert li { color: var(--ink-2); font-size: .94rem; }
.card.soon { background: linear-gradient(135deg, #f2f7f3 0%, var(--gold-soft) 135%); border-color: #e4e9e0; }
.pill {
  display: inline-block; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; background: var(--accent); color: #fff; border-radius: var(--r-pill); padding: 4px 11px; margin-bottom: 10px;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: var(--r-pill);
  background: var(--accent); color: #fff; font: inherit; font-weight: 600; letter-spacing: .01em;
  text-decoration: none; cursor: pointer; box-shadow: 0 1px 2px rgba(28,36,32,.12), 0 10px 20px -14px rgba(36,84,62,.9);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { background: var(--accent-deep); color: #fff; transform: translateY(-1px); box-shadow: 0 2px 4px rgba(28,36,32,.14), 0 16px 28px -16px rgba(36,84,62,.95); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-ghost { background: transparent; color: var(--accent-deep); border-color: var(--line-strong); box-shadow: none; }
.btn-ghost:hover { background: var(--accent-tint); color: var(--accent-deep); border-color: var(--accent); }
.btn-large { min-height: 58px; font-size: 1.06rem; padding: 14px 30px; }
.btn-small { min-height: 40px; padding: 8px 16px; font-size: .9rem; }
.btn-block { width: 100%; }
.btn-danger { background: var(--danger); border-color: var(--danger); color: #fff; }
.btn-danger:hover { background: #8d3025; }
.btn-ghost.btn-danger { background: transparent; color: var(--danger); border-color: #e4bdb6; }
.danger-text { color: var(--danger); cursor: pointer; }
.warn-text { color: var(--warn-ink); }
.ok-text { color: var(--accent-deep); font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.linkbtn { background: none; border: 0; padding: 0; color: var(--accent-deep); font: inherit; font-weight: 600; text-decoration: underline; cursor: pointer; }

/* ---------- Formlar ---------- */
label { display: block; font-weight: 600; font-size: .95rem; margin: 16px 0 6px; }
input[type=email], input[type=password], input[type=text], input[type=number], input[type=url], input[type=date], select, textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; font: inherit; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--r-sm);
  transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: var(--ring); outline: none; }
textarea { min-height: 130px; }
input[aria-invalid=true] { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: .88rem; margin: 6px 0 0; }
.checks { margin: 18px 0; }
.check { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; margin: 12px 0; font-size: .95rem; }
.check input { width: 22px; height: 22px; margin-top: 1px; flex: none; accent-color: var(--accent); }
.flash { padding: 13px 16px; border-radius: var(--r-sm); margin-bottom: 18px; background: var(--accent-soft); color: var(--accent-deep); }
.flash-error { background: var(--danger-soft); color: var(--danger); }
.plain { list-style: none; padding: 0; margin: 0; }
.plain li { padding: 5px 0; }
details summary { cursor: pointer; font-weight: 600; min-height: 34px; }

/* ---------- Ana sayfa ---------- */
.hero { position: relative; padding: 42px 0 26px; }
.hero::before {
  content: ""; position: absolute; inset: -90px -34% auto auto; width: 360px; height: 360px; z-index: -1;
  border-radius: 50%; background: radial-gradient(circle, rgba(230,240,232,.95), rgba(230,240,232,0) 70%);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: var(--accent-deep); background: var(--accent-soft);
  font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  padding: 6px 13px; border-radius: var(--r-pill); margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2rem, 1.35rem + 3.1vw, 3.1rem); max-width: 15ch; }
.lead { font-size: clamp(1.02rem, .97rem + .35vw, 1.16rem); color: var(--ink-2); max-width: 46ch; margin-bottom: 24px; }
.page-home .main { padding-top: 6px; }

.steps-overview { margin: 44px 0 10px; }
.how { list-style: none; padding: 0; margin: 22px 0 10px; counter-reset: how; display: grid; gap: 22px 14px; }
.how li {
  counter-increment: how; position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px 20px 20px; box-shadow: var(--shadow-xs);
}
.how li::before {
  content: counter(how); position: absolute; top: -16px; inset-inline-start: 20px;
  width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff;
  font-family: var(--serif); font-size: 1rem; font-weight: 600; display: grid; place-items: center;
  box-shadow: 0 6px 14px -8px rgba(36,84,62,.9);
}
.how strong { display: block; font-size: 1.04rem; margin-bottom: 4px; }
.how span { color: var(--muted); font-size: .95rem; }
.checklist { padding: 0; list-style: none; margin: 0; }
.checklist li { padding: 6px 0 6px 30px; position: relative; }
.checklist li::before {
  content: ""; position: absolute; inset-inline-start: 4px; top: 14px; width: 11px; height: 6px;
  border-inline-start: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}

/* ---------- Anket ---------- */
.survey { max-width: 640px; margin-inline: auto; }
.q-title { margin: 16px 0 6px; font-size: clamp(1.4rem, 1.15rem + 1.1vw, 1.85rem); }
.progress { height: 8px; background: var(--bg-deep); border-radius: var(--r-pill); overflow: hidden; margin-bottom: 18px; }
.progress-bar { height: 100%; border-radius: var(--r-pill); background: linear-gradient(90deg, #4f8f6c, var(--accent)); transition: width .28s cubic-bezier(.4,0,.2,1); }

.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 20px; }
.tile {
  display: flex; flex-direction: column; align-items: center; gap: 8px; min-height: 176px;
  padding: 18px 12px 16px; border-radius: var(--r-lg); border: 1px solid var(--line);
  background: var(--surface); color: var(--ink); font: inherit; text-align: center; cursor: pointer; position: relative;
  box-shadow: var(--shadow-xs); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #cfdfd3; }
.tile.is-selected { border-color: var(--accent); background: var(--accent-tint); box-shadow: 0 0 0 2px var(--accent) inset, var(--shadow-sm); }
.tile.is-selected::after {
  content: ""; position: absolute; top: 10px; inset-inline-end: 10px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent) no-repeat center / 14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5 9-10' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  box-shadow: 0 4px 10px -4px rgba(36,84,62,.8);
}
.opt-icon { width: 86px; height: 86px; flex: none; }
.tile-label { font-weight: 600; font-size: .98rem; line-height: 1.3; }
.tile-note { font-size: .78rem; color: var(--muted); line-height: 1.3; font-weight: 400; }
.age-note { margin-top: 26px; text-align: center; }

/* ---------- Sonuç: bütçe sekmeleri ---------- */
.budget-tabs {
  position: sticky; top: 62px; z-index: 10; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
  padding: 5px; margin: 0 0 22px; background: var(--bg-deep); border: 1px solid var(--line); border-radius: var(--r-pill);
  box-shadow: var(--shadow-xs);
}
.budget-tabs button {
  min-height: 44px; border: 0; border-radius: var(--r-pill); background: transparent; font: inherit;
  font-weight: 600; font-size: .95rem; color: var(--muted); cursor: pointer; transition: background .16s ease, color .16s ease;
}
.budget-tabs button:hover { color: var(--ink); }
.budget-tabs button[aria-selected=true] { background: var(--surface); color: var(--accent-deep); box-shadow: var(--shadow-xs); }

/* ---------- Sonuç: bölümler ---------- */
.block { margin: 10px 0 34px; }
.block-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 14px; margin-bottom: 16px; }
.block-title { margin: 0; position: relative; padding-inline-start: 16px; }
.block-title::before {
  content: ""; position: absolute; inset-inline-start: 0; top: .18em; bottom: .18em; width: 4px;
  border-radius: var(--r-pill); background: linear-gradient(var(--accent), #8fc0a3);
}
.block-sub { margin: 0; color: var(--muted); font-size: .93rem; display: flex; gap: 10px; align-items: baseline; }
.block-sub .sum { font-family: var(--serif); color: var(--accent-deep); font-size: 1.22rem; font-weight: 600; }

/* Alışveriş listesi */
.shop-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.shop-item {
  display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px; box-shadow: var(--shadow-xs); transition: opacity .18s ease, box-shadow .18s ease;
}
.shop-item:hover { box-shadow: var(--shadow-sm); }
.shop-item.is-bought { opacity: .5; background: var(--surface-2); box-shadow: none; }
.shop-item.is-bought .product-title { text-decoration: line-through; }
.shop-check { margin: 3px 0 0; flex: none; }
.buy-check { width: 24px; height: 24px; accent-color: var(--accent); cursor: pointer; }
.shop-body { min-width: 0; flex: 1; }
.shop-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.shop-top .price { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; margin: 0; white-space: nowrap; color: var(--ink); }
.shop-meta { margin: 4px 0 8px; }
.product-title { font-family: var(--sans); font-size: 1.02rem; font-weight: 600; line-height: 1.35; margin: 6px 0 0; }
.brand-name { font-weight: 700; }
.why { color: var(--ink-2); }
.price { font-weight: 600; }

/* Kullanım düzeni */
.slots { display: grid; gap: 16px; }
.slot-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px 18px; box-shadow: var(--shadow-xs); position: relative; overflow: hidden; }
.slot-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; }
.slot-morning::before { background: linear-gradient(90deg, #f3c24b, #f6dca0); }
.slot-evening::before { background: linear-gradient(90deg, #7c8db5, #b9c5de); }
.slot-weekly::before { background: linear-gradient(90deg, var(--accent), #8fc0a3); }
.slot-head { display: flex; align-items: center; gap: 12px; margin: 2px 0 14px; }
.slot-head h3 { margin: 0; font-size: 1.16rem; }
.slot-head .opt-icon { width: 38px; height: 38px; }
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; inset-inline-start: 17px; top: 14px; bottom: 18px; width: 2px; background: linear-gradient(var(--line-strong), transparent); }
.tl-item { display: flex; gap: 14px; padding: 9px 0; }
.tl-num {
  flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--surface); color: var(--accent-deep);
  border: 2px solid var(--accent-soft); font-family: var(--serif); font-weight: 600; font-size: .98rem;
  display: grid; place-items: center; position: relative; z-index: 1;
}
.tl-body { min-width: 0; padding-top: 2px; }
.tl-step { margin: 0 0 3px; }
.tl-product { margin: 0 0 5px; font-weight: 600; }

.badge {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .02em; border-radius: var(--r-pill);
  padding: 4px 10px; background: var(--accent-soft); color: var(--accent-deep);
}
.badge-muted { background: var(--surface-2); color: var(--muted); border: 1px solid var(--line); }
.badge-safe { background: var(--accent); color: #fff; }
.badge-demo { background: var(--blush-soft); color: #8a3a2a; }
.badge-req { background: var(--accent); color: #fff; }
.badge-active { background: var(--gold-soft); color: var(--warn-ink); }
.product-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 0; }
.totals { background: linear-gradient(180deg, var(--accent-tint), var(--surface)); }
.save-box { border-style: dashed; }

/* ---------- Hukuki sayfalar ---------- */
.legal { max-width: 640px; }
.legal h2 { margin-top: 1.6em; }
.legal p { color: var(--ink-2); }

/* ---------- Alt bilgi ---------- */
.footer { margin-top: 44px; border-top: 1px solid var(--line); background: var(--surface); padding: 34px 0 120px; font-size: .92rem; }
.footer-disclaimer { color: var(--muted); max-width: 62ch; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 18px 0; }
.footer-links a { color: var(--ink-2); text-decoration: none; }
.footer-links a:hover { color: var(--accent-deep); text-decoration: underline; }
.lang-switch { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; }
.lang-switch label { margin: 0; font-weight: 500; color: var(--muted); }
.lang-switch select { width: auto; min-width: 165px; min-height: 44px; }
.footer-copy { color: var(--muted); margin-top: 16px; }

.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; padding: 16px 0;
  background: rgba(255, 253, 250, .97); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(28,36,32,.5);
  font-size: .92rem;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.cookie-actions .btn { flex: 1 1 auto; min-height: 44px; }

/* ---------- Yönetim paneli ---------- */
.admin-nav { display: flex; flex-wrap: wrap; gap: 6px 10px; margin-bottom: 20px; }
.admin-nav a { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 7px 14px; text-decoration: none; font-size: .9rem; }
.table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-xs); }
table { border-collapse: collapse; width: 100%; font-size: .88rem; }
th, td { text-align: start; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--surface-2); font-weight: 600; }
pre.code { background: #1c2420; color: #e6ede8; padding: 14px; border-radius: var(--r-sm); overflow: auto; font-size: .8rem; max-height: 420px; }
.grid-2 { display: grid; gap: 0 18px; grid-template-columns: 1fr; }

/* ---------- Duyarlılık ---------- */
@media (min-width: 640px) {
  .tile-grid { grid-template-columns: repeat(4, 1fr); }
  .opt-icon { width: 92px; height: 92px; }
  .how { grid-template-columns: repeat(3, 1fr); }
  .cookie-actions .btn { flex: 0 0 auto; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .footer { padding-bottom: 90px; }
}
@media (min-width: 760px) {
  .slots { grid-template-columns: 1fr 1fr; align-items: start; }
  .slot-weekly { grid-column: 1 / -1; }
}
@media (min-width: 1040px) {
  .wrap.main.admin { max-width: 1120px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- RTL ---------- */
[dir=rtl] .checklist li { padding: 6px 30px 6px 0; }

/* ---------- Ana sayfa: kahraman, rakamlar, önizleme, SSS ---------- */
.hero { display: grid; gap: 10px; align-items: center; }
.hero-art { justify-self: center; width: min(100%, 420px); }
.hero-art img { width: 100%; height: auto; filter: drop-shadow(0 26px 40px rgba(28,36,32,.12)); }

.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 26px 0 8px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 18px 10px; box-shadow: var(--shadow-xs); text-align: center;
}
.stat { display: flex; flex-direction: column; gap: 2px; position: relative; }
.stat + .stat::before { content: ""; position: absolute; inset-inline-start: 0; top: 12%; bottom: 12%; width: 1px; background: var(--line); }
.stat-n { font-family: var(--serif); font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem); font-weight: 600; color: var(--accent-deep); line-height: 1.1; }
.stat-l { font-size: .82rem; color: var(--muted); }

.preview { margin: 40px 0 8px; }
.preview-card {
  position: relative; overflow: hidden; background: linear-gradient(160deg, var(--surface) 55%, var(--accent-tint));
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow-sm);
}
.preview-card::after {
  content: ""; position: absolute; inset-inline-end: -40px; bottom: -50px; width: 170px; height: 170px; border-radius: 50%;
  background: radial-gradient(circle, rgba(143,192,163,.35), transparent 70%);
}
.preview-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.preview-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.preview-list li { display: flex; align-items: center; gap: 12px; }
.preview-num {
  flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep);
  font-size: .85rem; font-weight: 600; display: grid; place-items: center;
}
.preview-step { font-weight: 600; }
.preview-dots { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 5px, transparent 5px 10px); }

.faq { margin: 40px 0 10px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px;
  margin-bottom: 10px; box-shadow: var(--shadow-xs);
}
.faq-item summary { list-style: none; cursor: pointer; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 10px; height: 10px; border-inline-end: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(45deg); transition: transform .2s ease; margin-inline-start: auto;
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item p { margin: 10px 0 2px; color: var(--ink-2); }

@media (min-width: 820px) {
  .hero { grid-template-columns: 1.05fr .95fr; gap: 26px; padding-top: 34px; }
  .hero-art { justify-self: end; }
  .stats { padding: 22px 14px; }
}

/* ---------- Arama motoru hedef sayfaları ---------- */
.seo-hero { padding: 26px 0 8px; max-width: 46rem; }
.seo-hero h1 { font-size: clamp(1.8rem, 1.3rem + 2.6vw, 2.7rem); }
.seo-hero .lead { margin-bottom: 22px; }
.seo-section { margin: 30px 0; max-width: 46rem; }
.seo-section h2 { margin-bottom: .5em; }
.seo-section p { color: var(--ink-2); }
.seo-section-alt {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px; box-shadow: var(--shadow-xs);
}
.seo-cta { text-align: center; margin-top: 34px; }
.seo-cta h2 { margin-bottom: .3em; }
.seo-cta .btn { margin-top: 8px; }
.seo .how { margin-top: 22px; }
.seo-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 10px 0 0; }
.seo-links a { font-weight: 500; }
