:root {
    --ink: #18181b;
    --ink-2: #3f3f46;
    --muted: #8a8a93;
    --line: #ececef;
    --line-2: #e0e0e4;
    --bg: #ffffff;
    --bg-soft: #fafafa;
    --accent: #059669;       /* tek vurgu rengi, ölçülü kullanılır */
    --accent-soft: #ecfdf5;
    --red: #b91c1c;
    --red-soft: #fef2f2;

    --r: 12px;
    --r-sm: 9px;

    --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, svg { max-width: 100%; }

/* ---------- Kabuk ---------- */
.app {
    display: flex;
    min-height: 100vh;
    background: var(--bg);
}

/* ---------- Sol panel ---------- */
.sidebar {
    width: 280px; flex: 0 0 280px;
    background: var(--bg-soft);
    border-right: 1px solid var(--line);
    padding: 40px 28px;
    display: flex; flex-direction: column; align-items: center;
}
.brand { text-align: center; }
.brand .logo { font-size: 1.3rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.brand .logo i { color: var(--accent); margin-right: 5px; font-weight: 400; }
.brand .logo > span { color: var(--accent); }
.brand .tagline { display: block; margin-top: 7px; font-size: .76rem; color: var(--muted); }

.progress-ring { position: relative; width: 120px; height: 120px; margin: 40px 0 44px; }
.progress-ring svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.progress-ring circle { fill: none; stroke-width: 4; }
.ring-bg { stroke: var(--line-2); }
.ring-fg {
    stroke: var(--accent);
    stroke-linecap: round;
    stroke-dasharray: 327;
    stroke-dashoffset: 245;
    transition: stroke-dashoffset .55s cubic-bezier(.4,0,.2,1);
}
.ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ring-label .pct { font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; }
.ring-label .frac { font-size: .8rem; color: var(--muted); margin-top: 1px; }

.steps-nav { width: 100%; }
.steps-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.steps-nav li {
    display: flex; align-items: center; gap: 13px;
    padding: 11px 10px; border-radius: var(--r-sm);
    color: var(--muted); font-weight: 500; font-size: .92rem;
    transition: color .2s, background .2s;
}
.steps-nav .ico {
    width: 32px; height: 32px; border-radius: 8px;
    display: grid; place-items: center; font-size: .95rem;
    background: #fff; border: 1px solid var(--line-2); color: var(--muted);
    flex: 0 0 32px; transition: all .2s;
}
.steps-nav li.active { color: var(--ink); }
.steps-nav li.active .ico { background: var(--ink); border-color: var(--ink); color: #fff; }
.steps-nav li.done { color: var(--ink-2); }
.steps-nav li.done .ico { background: var(--accent-soft); border-color: transparent; color: var(--accent); }

/* ---------- İçerik ---------- */
.content {
    flex: 1; display: flex; flex-direction: column;
    padding: 64px clamp(24px, 6vw, 88px) 0;
    min-width: 0;
}
#wizard { flex: 1; max-width: 520px; width: 100%; margin: 0 auto; }

.step-eyebrow {
    text-align: center; color: var(--muted); letter-spacing: .16em; font-size: .72rem;
    font-weight: 600; text-transform: uppercase; margin: 0 0 10px;
}
.step h2 {
    text-align: center; font-weight: 700; font-size: clamp(1.45rem, 3vw, 1.85rem);
    letter-spacing: -.025em; margin: 0 0 36px; color: var(--ink);
}
.muted { color: var(--muted); }
.muted.small, .small { font-size: .85rem; }

/* Adım giriş animasyonu (ölçülü) */
.step.step-in { animation: stepIn .4s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.field { margin-bottom: 20px; }
.field > label { display: block; font-weight: 600; margin-bottom: 8px; font-size: .9rem; color: var(--ink-2); }
.form-select, .form-control {
    width: 100%;
    padding: 13px 15px; border-radius: var(--r);
    border: 1px solid var(--line-2); background: #fff;
    font-family: var(--font); font-size: 1rem; color: var(--ink);
    transition: border-color .18s, box-shadow .18s;
}
.form-select { appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8a93' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px;
}
.form-control::placeholder { color: #b6b6bd; }
.form-select:focus, .form-control:focus {
    outline: none; border-color: var(--ink);
    box-shadow: 0 0 0 3px rgba(24,24,27,.07);
}
.form-select:disabled, .form-control:disabled { background: var(--bg-soft); color: #b6b6bd; cursor: not-allowed; }

/* ---------- Aranabilir select (Tom Select) minimalist tema ---------- */
/* Tom Select orijinal <select>'in form-select sınıfını wrapper'a kopyalar;
   o stilleri (chevron/kenarlık/padding) sıfırla, görsel kutuyu .ts-control taşısın. */
.ts-wrapper.form-select {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.ts-wrapper { font-family: var(--font); width: 100%; }
.ts-wrapper.single .ts-control,
.ts-control {
    border: 1px solid var(--line-2) !important;
    border-radius: var(--r) !important;
    background: #fff !important;
    padding: 12px 40px 12px 14px !important;
    min-height: 0 !important;
    font-size: 1rem; color: var(--ink);
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8a93' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}
.ts-wrapper.single .ts-control:after { display: none !important; }  /* varsayılan oku gizle */
.ts-control input { font-size: 1rem !important; color: var(--ink); }
.ts-control input::placeholder { color: #b6b6bd; }
.ts-wrapper.single .ts-control { cursor: text; }
.ts-wrapper.focus .ts-control {
    border-color: var(--ink) !important;
    box-shadow: 0 0 0 3px rgba(24,24,27,.07) !important;
}
.ts-wrapper.disabled .ts-control { background: var(--bg-soft) !important; opacity: 1; cursor: not-allowed; }
.ts-wrapper.disabled .ts-control, .ts-wrapper.disabled .ts-control input { color: #b6b6bd; }

.ts-dropdown {
    border: 1px solid var(--line-2);
    border-radius: var(--r);
    box-shadow: 0 10px 28px rgba(24,24,27,.10);
    margin-top: 6px; overflow: hidden;
    font-size: .95rem; color: var(--ink);
}
.ts-dropdown .option { padding: 11px 14px; border-radius: 0; }
.ts-dropdown .option:hover,
.ts-dropdown .option.active { background: var(--bg-soft); color: var(--ink); }
.ts-dropdown .option[aria-selected="true"],
.ts-dropdown .selected { background: var(--accent-soft); color: var(--accent); }
.ts-dropdown .no-results { padding: 11px 14px; color: var(--muted); }
.ts-dropdown-content { max-height: 260px; }

.chk { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; font-size: .88rem; color: var(--ink-2); line-height: 1.55; }
.chk input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--ink); flex: 0 0 18px; cursor: pointer; }

.actions { margin-top: 32px; }
.btn-next, .btn-submit {
    width: 100%; border: none; border-radius: var(--r); padding: 15px;
    font-family: var(--font); font-weight: 600; font-size: 1rem; cursor: pointer;
    background: var(--ink); color: #fff;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    transition: opacity .18s, background .18s;
}
.btn-next:hover:not(:disabled), .btn-submit:hover:not(:disabled) { background: #000; }
.btn-next:disabled, .btn-submit:disabled { background: #e7e7ea; color: #b6b6bd; cursor: not-allowed; }

.hint { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 14px; }

/* ---------- Araç şeması ---------- */
.car-diagram { display: flex; justify-content: center; margin: 4px 0 18px; padding: 12px; }
.car-svg { width: 460px; max-width: 100%; height: auto; }

/* Taban çizim (araba.svg) kendi satır-içi renklerini taşır; sadece hasar
   bölgeleri (hotspot) etkileşimlidir. */
.car-svg .part > * {
    fill: transparent; stroke: transparent; stroke-width: 3; cursor: pointer;
    transition: fill .15s, stroke .15s;
}
.car-svg .part:hover > * { fill: rgba(120, 124, 132, .28); }
.car-svg .part.selected > * { fill: rgba(214, 41, 41, .42); stroke: var(--red); }

.selected-parts { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 18px; min-height: 4px; }
.selected-parts .tag {
    background: var(--red-soft); color: var(--red); border: 1px solid #f3c9c9;
    border-radius: 7px; padding: 4px 11px; font-size: .8rem; font-weight: 500;
}

/* ---------- Kusur slider ---------- */
.kusur-range { width: 100%; height: 4px; -webkit-appearance: none; appearance: none;
    background: var(--line-2); border-radius: 10px; outline: none; cursor: pointer; }
.kusur-range::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%;
    background: #fff; border: 2px solid var(--ink); cursor: grab; }
.kusur-range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--ink); cursor: grab; }
.range-labels { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 14px; font-size: .8rem; color: var(--muted); gap: 8px; }
.range-labels small { font-size: .7rem; opacity: .85; }
.range-labels .range-val { color: var(--ink); font-weight: 700; font-size: .95rem; white-space: nowrap; }

/* ---------- Toggle ---------- */
.toggle-row {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 16px 0; margin: 0; border-top: 1px solid var(--line);
}
.toggle-row > span { font-weight: 500; font-size: .92rem; color: var(--ink-2); }
.switch { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; color: var(--muted); font-size: .85rem; flex: 0 0 auto; }
.switch input { display: none; }
.switch i { width: 44px; height: 25px; border-radius: 20px; background: var(--line-2); position: relative; transition: background .2s; flex: 0 0 44px; }
.switch i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.15); transition: left .2s; }
.switch input:checked + i { background: var(--accent); }
.switch input:checked + i::after { left: 22px; }

/* ---------- Radio pill (ikili seçim) ---------- */
.field-label { display: block; font-weight: 600; margin-bottom: 10px; font-size: .9rem; color: var(--ink-2); }
.radio-group { display: flex; gap: 12px; }
.radio-pill {
    flex: 1; position: relative;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    border: 1.5px solid var(--line-2); border-radius: var(--r); padding: 14px 16px;
    cursor: pointer; font-weight: 600; color: var(--ink-2); user-select: none;
    transition: border-color .18s, background .18s, color .18s;
}
.radio-pill input { position: absolute; opacity: 0; pointer-events: none; }
.radio-pill .dot {
    width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%;
    border: 2px solid #cfcfd4; background: #fff;
    display: inline-grid; place-items: center; transition: border-color .18s;
}
.radio-pill .dot::after {
    content: ""; width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent); transform: scale(0); transition: transform .18s;
}
.radio-pill:hover { border-color: #c2c2c8; }
.radio-pill:focus-within { box-shadow: 0 0 0 3px rgba(5,150,105,.12); border-color: var(--accent); }
.radio-pill:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); color: var(--ink); }
.radio-pill:has(input:checked) .dot { border-color: var(--accent); }
.radio-pill:has(input:checked) .dot::after { transform: scale(1); }

/* ---------- Sonuç ---------- */
.result-card { text-align: center; padding: 8px 0; animation: stepIn .4s ease both; }
.result-card .amount {
    font-size: clamp(2.6rem, 8vw, 3.4rem); font-weight: 700; letter-spacing: -.035em;
    color: var(--ink); margin: 6px 0 4px; line-height: 1.05;
}
.result-card .amount.zero { color: var(--muted); }
.result-card .lead-ok {
    color: var(--accent); background: var(--accent-soft); border: 1px solid #c7f0dd;
    border-radius: var(--r); padding: 10px 14px; font-size: .86rem; font-weight: 500;
    display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
}
.result-card .reason {
    background: var(--red-soft); border: 1px solid #f3c9c9; color: var(--red);
    border-radius: var(--r); padding: 15px; margin: 16px 0; font-size: .9rem;
    display: flex; align-items: center; gap: 10px; text-align: left;
}
.result-card .disclaimer { font-size: .77rem; color: var(--muted); margin-top: 22px; line-height: 1.5; }
.result-card .breakdown {
    text-align: left; max-width: 360px; margin: 24px auto 0; font-size: .88rem;
    border: 1px solid var(--line); border-radius: var(--r); padding: 4px 18px;
}
.result-card .breakdown div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.result-card .breakdown div:last-child { border-bottom: none; }
.result-card .breakdown span:first-child { color: var(--muted); }
.result-card .breakdown span:last-child { font-weight: 600; }

/* ---------- Footer ---------- */
.content-footer {
    margin-top: 44px; padding: 20px clamp(24px, 6vw, 88px);
    border-top: 1px solid var(--line);
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    margin-left: clamp(-24px, -6vw, -88px); margin-right: clamp(-24px, -6vw, -88px);
}
.btn-back { background: none; border: none; color: var(--muted); cursor: pointer; font-size: .9rem; font-weight: 500; display: inline-flex; align-items: center; gap: 4px; transition: color .18s; }
.btn-back:hover:not(:disabled) { color: var(--ink); }
.btn-back:disabled { opacity: .4; cursor: not-allowed; }
.footer-links { display: flex; align-items: center; gap: 16px; font-size: .8rem; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--muted); text-decoration: none; transition: color .18s; }
.footer-links a:hover { color: var(--ink); }
.logo-sm { font-weight: 700; color: var(--ink); }
.logo-sm span { color: var(--accent); }

.d-none { display: none !important; }

/* ---------- Responsive ---------- */

/* Tablet / dar masaüstü: sidebar'ı daralt, içerik nefes alsın */
@media (max-width: 1100px) and (min-width: 861px) {
    .sidebar { width: 240px; flex-basis: 240px; padding: 32px 20px; }
    .content { padding: 52px clamp(24px, 4vw, 56px) 0; }
}

/* Yatay düzene geçiş: tablet ve altı */
@media (max-width: 860px) {
    .app { flex-direction: column; min-height: 100vh; }
    .sidebar { width: 100%; flex: none; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 16px 20px; gap: 12px; border-right: none; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; background: var(--bg-soft); }
    .brand { text-align: left; } .brand .tagline { display: none; }
    .progress-ring { width: 52px; height: 52px; margin: 0; order: 2; }
    .progress-ring circle { stroke-width: 6; }
    .ring-label .pct { font-size: .72rem; } .ring-label .frac { display: none; }
    .steps-nav { order: 3; width: 100%; }
    .steps-nav ul { flex-direction: row; justify-content: space-between; gap: 4px; }
    .steps-nav li { flex-direction: column; font-size: .64rem; text-align: center; gap: 5px; padding: 6px 2px; flex: 1; }
    .steps-nav li span:not(.ico) { line-height: 1.1; }
    .steps-nav .ico { margin: 0 auto; }
    .content { padding: 36px 24px 0; }
    #wizard { max-width: 540px; }
    .content-footer { flex-direction: column; align-items: stretch; text-align: center; gap: 12px; }
    .footer-links { justify-content: center; }
}

/* Telefon: dokunma hedefleri ve boşluklar */
@media (max-width: 560px) {
    .content { padding: 28px 18px 0; }
    .step h2 { margin-bottom: 28px; }
    .form-select, .form-control { padding: 13px 14px; font-size: 16px; } /* iOS zoom önleme */
    .car-svg { width: 100%; max-width: 100%; }
    .car-diagram { padding: 4px; }
    .radio-pill { padding: 12px 18px; }
    .toggle-row { gap: 12px; }
    .toggle-row > span { font-size: .88rem; }
}

/* Küçük telefon */
@media (max-width: 400px) {
    .sidebar { padding: 14px 16px; }
    .brand .logo { font-size: 1.15rem; }
    .steps-nav li { font-size: .58rem; }
    .steps-nav .ico { width: 30px; height: 30px; flex-basis: 30px; font-size: .85rem; }
    .content { padding: 24px 14px 0; }
    .step h2 { font-size: 1.3rem; }
    .range-labels { font-size: .72rem; }
    .range-labels small { font-size: .64rem; }
    .range-labels .range-val { font-size: .85rem; padding: 2px 9px; }
    .car-svg { width: 100%; max-width: 100%; }
    .result-card .breakdown { padding: 2px 14px; }
    .content-footer { padding-left: 14px; padding-right: 14px; margin-left: -14px; margin-right: -14px; }
}

/* Yatay (landscape) kısa ekranlar */
@media (max-height: 480px) and (orientation: landscape) and (max-width: 860px) {
    .sidebar { position: static; }
}

/* ---------- Yasal sayfalar ---------- */
.legal-body { background: var(--bg-soft); overflow-x: hidden; }
.legal-shell { max-width: 820px; margin: 0 auto; padding: 0 clamp(18px, 5vw, 32px); }

.legal-top {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 22px 0; border-bottom: 1px solid var(--line);
}
.legal-brand { font-size: 1.2rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); text-decoration: none; }
.legal-brand i { color: var(--accent); margin-right: 5px; font-weight: 400; }
.legal-brand span { color: var(--accent); }
.legal-home { font-size: .85rem; color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: color .18s; }
.legal-home:hover { color: var(--ink); }

.legal { padding: 44px 0 24px; }
.legal-eyebrow {
    color: var(--muted); letter-spacing: .16em; font-size: .72rem;
    font-weight: 600; text-transform: uppercase; margin: 0 0 10px;
}
.legal h1 { font-weight: 700; font-size: clamp(1.6rem, 4vw, 2.2rem); letter-spacing: -.025em; margin: 0 0 8px; color: var(--ink); }
.legal-updated { color: var(--muted); font-size: .85rem; margin: 0 0 32px; }

.legal-content { color: var(--ink-2); font-size: 1rem; line-height: 1.7; }
.legal-content h2 { font-weight: 700; font-size: 1.18rem; letter-spacing: -.01em; color: var(--ink); margin: 34px 0 12px; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 0 0 16px; padding-left: 22px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: var(--accent); text-decoration: none; font-weight: 600; }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: var(--ink); }
.legal-content code { background: var(--line); padding: 1px 6px; border-radius: 5px; font-size: .88em; }

.legal-note {
    display: flex; gap: 12px; align-items: flex-start;
    background: var(--accent-soft); border: 1px solid #cdeee0; border-radius: var(--r);
    padding: 14px 16px; margin: 0 0 28px; font-size: .9rem; line-height: 1.55; color: var(--ink-2);
}
.legal-note i { color: var(--accent); font-size: 1.1rem; margin-top: 1px; flex: 0 0 auto; }

.legal-footer {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    padding: 22px 0 36px; margin-top: 20px; border-top: 1px solid var(--line);
}
.legal-links { display: flex; align-items: center; gap: 16px; font-size: .8rem; flex-wrap: wrap; }
.legal-links a { color: var(--muted); text-decoration: none; transition: color .18s; }
.legal-links a:hover { color: var(--ink); }
.legal-links a.is-active { color: var(--ink); font-weight: 600; }

@media (max-width: 560px) {
    .legal-top { padding: 16px 0; }
    .legal { padding: 32px 0 16px; }
    .legal-footer { flex-direction: column; align-items: flex-start; }
}

/* ---------- SEO / bilgilendirme bölümü (ana sayfa, içerik sütununda) ---------- */
.seo-section { border-top: 1px solid var(--line); margin-top: 28px; }
.seo-inner { max-width: 640px; margin: 0 auto; padding: clamp(36px, 5vw, 52px) 0 clamp(48px, 6vw, 64px); }
.seo-article { color: var(--ink-2); font-size: 1rem; line-height: 1.7; }
.seo-article h2 { font-weight: 700; font-size: clamp(1.4rem, 3vw, 1.75rem); letter-spacing: -.02em; color: var(--ink); margin: 40px 0 14px; }
.seo-article h2:first-child { margin-top: 0; }
.seo-article h3 { font-weight: 700; font-size: 1.12rem; color: var(--ink); margin: 26px 0 10px; }
.seo-article p { margin: 0 0 16px; }
.seo-article strong { color: var(--ink); }
.seo-article a { color: var(--accent); text-decoration: none; font-weight: 600; }
.seo-article a:hover { text-decoration: underline; }
.seo-steps { margin: 0 0 16px; padding-left: 20px; }
.seo-steps li { margin-bottom: 10px; }
.seo-note { font-size: .9rem; color: var(--muted); background: #fff; border: 1px solid var(--line-2); border-radius: var(--r); padding: 14px 16px; }
.seo-note strong { color: var(--ink-2); }

.faq-list { margin-top: 6px; }
.faq-item { border: 1px solid var(--line-2); border-radius: var(--r); background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq-item summary {
    list-style: none; cursor: pointer; padding: 16px 46px 16px 18px; position: relative;
    font-weight: 600; color: var(--ink); font-size: .98rem; user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "\F282"; font-family: "bootstrap-icons"; position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); color: var(--muted); font-size: 1rem; transition: transform .2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq-item summary:hover { color: var(--accent); }
.faq-answer { padding: 0 18px 18px; color: var(--ink-2); line-height: 1.7; font-size: .95rem; }
.faq-answer strong { color: var(--ink); }

@media (max-width: 560px) {
    .seo-article h2 { margin-top: 32px; }
    .faq-item summary { font-size: .92rem; padding: 14px 42px 14px 15px; }
    .faq-answer { padding: 0 15px 15px; }
}
