*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #0D0D0D; --ink-soft: #3A3A3A; --ink-muted: #8A8A8A;
  --paper: #F7F5F0; --paper-warm: #EFECE5; --paper-dark: #E0DDD5;
  --green: #1C6B45; --green-l: #E8F5EE;
  --amber: #B85C00; --amber-l: #FFF4E8;
  --red: #B82020; --red-l: #FDEAEA;
  --mono: 'DM Mono', monospace;
  --serif: 'DM Serif Display', serif;
  --sans: 'Outfit', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 40px; height: 58px; display: flex; align-items: center; justify-content: space-between; background: rgba(247,245,240,0.88); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); }
.nav-logo { font-family: var(--serif); font-size: 19px; color: var(--ink); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--ink-muted); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--ink); color: var(--paper); border: none; border-radius: 6px; padding: 8px 16px; font-size: 13px; font-weight: 500; font-family: var(--sans); cursor: pointer; text-decoration: none; }
.nav-cta:hover { opacity: 0.8; }
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); transition: 0.3s; }
.nav-menu { display: block; }

/* HERO */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120px 24px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(28,107,69,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%); }
.hero-eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 22px; display: flex; align-items: center; gap: 8px; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; display: block; height: 1px; width: 26px; background: var(--green); opacity: .5; }
.hero-title { font-family: var(--serif); font-size: clamp(40px, 7vw, 80px); line-height: 1.05; letter-spacing: -1px; text-align: center; color: var(--ink); max-width: 760px; margin-bottom: 18px; }
.hero-title em { font-style: italic; color: var(--green); }
.hero-sub { font-size: 16px; font-weight: 300; color: var(--ink-soft); text-align: center; max-width: 480px; line-height: 1.7; margin-bottom: 48px; }
.domain-form { display: flex; background: #fff; border: 1.5px solid rgba(0,0,0,0.12); border-radius: 10px; overflow: hidden; width: 100%; max-width: 520px; box-shadow: 0 2px 20px rgba(0,0,0,0.06); transition: box-shadow .3s, border-color .3s; }
.domain-form:focus-within { border-color: var(--green); box-shadow: 0 2px 20px rgba(0,0,0,0.06), 0 0 0 3px rgba(28,107,69,0.12); }
.domain-prefix { padding: 0 13px; display: flex; align-items: center; font-family: var(--mono); font-size: 13px; color: var(--ink-muted); background: var(--paper-warm); border-right: 1px solid rgba(0,0,0,0.08); white-space: nowrap; }
.domain-input { flex: 1; padding: 15px 14px; border: none; outline: none; font-family: var(--mono); font-size: 15px; color: var(--ink); background: transparent; }
.domain-input::placeholder { color: var(--ink-muted); }
.domain-btn { padding: 13px 22px; background: var(--ink); color: var(--paper); border: none; cursor: pointer; font-family: var(--sans); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 7px; transition: background .2s; white-space: nowrap; }
.domain-btn:hover { background: #222; }
.domain-btn svg { width: 15px; height: 15px; }
.form-error { margin-top: 10px; color: var(--red); font-size: 13px; font-family: var(--mono); text-align: center; }
.hero-trust { margin-top: 32px; display: flex; align-items: center; gap: 20px; font-size: 12px; color: var(--ink-muted); flex-wrap: wrap; justify-content: center; }
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.sep { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-muted); opacity: .4; }

/* HOW IT WORKS */
.how-section, .pricing-section { padding: 80px 24px; }
.container { max-width: 900px; margin: 0 auto; }
.section-tag { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.section-title { font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); color: var(--ink); margin-bottom: 40px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { background: white; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 28px 24px; }
.step-num { font-family: var(--serif); font-size: 32px; color: var(--green); margin-bottom: 12px; }
.step-card h3 { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.step-card p { font-size: 13px; color: var(--ink-muted); line-height: 1.6; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.price-card { background: white; border: 1px solid rgba(0,0,0,0.1); border-radius: 14px; padding: 28px 24px; position: relative; }
.price-card.featured { border-color: var(--ink); border-width: 2px; }
.price-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--ink); color: white; font-size: 10px; font-family: var(--mono); letter-spacing: .07em; padding: 3px 12px; border-radius: 20px; white-space: nowrap; }
.price-label { font-size: 11px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-muted); margin-bottom: 8px; }
.price-amount { font-family: var(--serif); font-size: 36px; color: var(--ink); margin-bottom: 20px; }
.price-amount span { font-size: 13px; font-family: var(--sans); color: var(--ink-muted); }
.price-features { list-style: none; margin-bottom: 24px; }
.price-features li { font-size: 13px; color: var(--ink-soft); padding: 4px 0; }
.price-features li.muted { color: var(--ink-muted); }
.price-btn, .price-btn-outline { width: 100%; padding: 12px; border-radius: 8px; font-family: var(--sans); font-size: 13px; font-weight: 500; cursor: pointer; transition: opacity .2s; border: none; }
.price-btn { background: var(--ink); color: white; }
.price-btn-outline { background: transparent; border: 1.5px solid rgba(0,0,0,0.2); color: var(--ink); }
.price-btn:hover, .price-btn-outline:hover { opacity: .8; }

/* ANALYZING OVERLAY */
.analyzing-overlay { position: fixed; inset: 0; z-index: 200; background: var(--ink); display: flex; align-items: center; justify-content: center; padding: 24px; }
.analyzing-box { max-width: 540px; width: 100%; text-align: center; }
.analyzing-domain { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: .06em; margin-bottom: 32px; }
.analyzing-title { font-family: var(--serif); font-size: 32px; color: white; margin-bottom: 6px; }
.analyzing-sub { font-size: 14px; color: rgba(255,255,255,0.4); font-weight: 300; margin-bottom: 44px; }
.checks-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 40px; text-align: left; }
.check-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; }
.check-icon { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; }
.check-pending { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.08); }
.check-running { background: rgba(184,92,0,.2); color: #fb923c; border: 1px solid rgba(184,92,0,.3); animation: pulse 1.2s infinite; }
.check-done { background: rgba(28,107,69,.3); color: #4ade80; border: 1px solid rgba(28,107,69,.4); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.check-label { font-size: 12px; color: rgba(255,255,255,.55); }
.check-label.done { color: rgba(255,255,255,.85); }
.progress-wrap { text-align: left; }
.progress-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
.progress-label { font-size: 11px; color: rgba(255,255,255,.3); font-family: var(--mono); }
.progress-pct { font-size: 12px; color: white; font-family: var(--mono); }
.progress-track { height: 3px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--green), #4ade80); border-radius: 2px; transition: width .4s ease; }

/* RESULTS PAGE */
.results-page { padding-top: 80px; }
.results-container { max-width: 1040px; margin: 0 auto; padding: 32px 32px 80px; }
.results-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.results-domain { font-family: var(--mono); font-size: 11px; color: var(--green); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.results-title { font-family: var(--serif); font-size: 28px; color: var(--ink); }
.results-meta { font-size: 11px; color: var(--ink-muted); margin-top: 4px; font-family: var(--mono); }
.unlock-btn { background: var(--ink); color: white; border: none; border-radius: 8px; padding: 12px 20px; font-family: var(--sans); font-size: 13px; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 14px rgba(0,0,0,.2); transition: transform .15s; white-space: nowrap; }
.unlock-btn:hover { transform: translateY(-1px); }
.unlock-badge { background: var(--green); color: white; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; font-family: var(--mono); }

/* Scores */
.scores-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; margin-bottom: 20px; }
.score-main-card { background: white; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 24px 18px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.tag { font-size: 9px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .1em; color: var(--ink-muted); background: var(--paper-warm); padding: 3px 8px; border-radius: 3px; margin-bottom: 4px; }
.score-big { font-family: var(--serif); font-size: 64px; line-height: 1; }
.score-max { font-family: var(--mono); font-size: 12px; color: var(--ink-muted); }
.score-status { margin-top: 10px; padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700; font-family: var(--mono); text-transform: uppercase; }
.status-good { background: var(--green-l); color: var(--green); }
.status-warning { background: var(--amber-l); color: var(--amber); }
.status-bad { background: var(--red-l); color: var(--red); }
.score-sub-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.sub-card { background: white; border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; padding: 16px 14px; }
.sub-card-label { font-size: 9px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .07em; color: var(--ink-muted); margin-bottom: 8px; }
.sub-card-score { font-family: var(--serif); font-size: 30px; margin-bottom: 7px; }
.sub-card-bar { height: 3px; background: var(--paper-dark); border-radius: 2px; overflow: hidden; }
.sub-card-fill { height: 100%; border-radius: 2px; }
.bar-green { background: var(--green); } .bar-amber { background: var(--amber); } .bar-red { background: var(--red); }

/* CWV */
.cwv-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 20px; }
.cwv-card { background: white; border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; padding: 18px 18px 14px; }
.cwv-label { font-size: 10px; font-family: var(--mono); color: var(--ink-muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }
.cwv-value { font-family: var(--serif); font-size: 32px; line-height: 1; }
.cwv-unit { font-size: 12px; font-family: var(--mono); color: var(--ink-muted); }

/* Metrics grid */
.metrics-section { margin-top: 20px; }
.metrics-section-title { font-size: 10px; font-family: var(--mono); color: var(--ink-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.metrics-section-title::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,0.07); }
.metrics-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.metric-card { background: white; border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; padding: 14px 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.metric-card-name { font-size: 12px; font-weight: 500; color: var(--ink-soft); margin-bottom: 3px; }
.metric-card-val { font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--ink); }
.metric-card-sub { font-size: 11px; color: var(--ink-muted); margin-top: 2px; }
.status-pill { padding: 2px 7px; border-radius: 4px; font-size: 9px; font-weight: 700; font-family: var(--mono); text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; flex-shrink: 0; }
.pill-ok { background: var(--green-l); color: var(--green); }
.pill-warn { background: var(--amber-l); color: var(--amber); }
.pill-error { background: var(--red-l); color: var(--red); }
.pill-good { background: var(--green-l); color: var(--green); }
.pill-needs_improvement { background: var(--amber-l); color: var(--amber); }
.pill-poor { background: var(--red-l); color: var(--red); }

/* Locked */
.locked-section { margin-top: 28px; background: white; border: 1.5px dashed rgba(0,0,0,.12); border-radius: 12px; padding: 36px; position: relative; overflow: hidden; text-align: center; }
.locked-blur { filter: blur(6px); pointer-events: none; user-select: none; opacity: .4; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: -160px; }
.fake-card { background: var(--paper); border-radius: 8px; height: 70px; }
.locked-overlay { position: relative; z-index: 2; padding: 50px 0 16px; }
.lock-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--paper-warm); border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: center; font-size: 17px; margin: 0 auto 14px; }
.locked-title { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 8px; }
.locked-sub { font-size: 14px; color: var(--ink-muted); font-weight: 300; max-width: 380px; margin: 0 auto 20px; line-height: 1.6; }
.locked-features { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.locked-feature { font-size: 12px; color: var(--ink-soft); }
.locked-feature::before { content: '✓'; color: var(--green); font-weight: 700; margin-right: 4px; }
.pay-btn { background: var(--ink); color: white; border: none; border-radius: 8px; padding: 13px 28px; font-family: var(--sans); font-size: 14px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.pay-price { background: rgba(255,255,255,.15); padding: 2px 8px; border-radius: 4px; font-family: var(--mono); font-size: 12px; }

/* AI Recs */
.rec-card { margin-bottom: 8px; border-radius: 10px; overflow: hidden; }
.rec-card.prio-alta { border: 1px solid var(--red); }
.rec-card.prio-media { border: 1px solid var(--amber); }
.rec-card.prio-baja { border: 1px solid var(--green); }
.rec-header { display: flex; align-items: center; gap: 10px; padding: 10px 14px; }
.rec-card.prio-alta .rec-header { background: var(--red-l); }
.rec-card.prio-media .rec-header { background: var(--amber-l); }
.rec-card.prio-baja .rec-header { background: var(--green-l); }
.rec-num { font-family: var(--serif); font-size: 18px; color: var(--ink-muted); width: 28px; flex-shrink: 0; }
.rec-info { flex: 1; }
.rec-title { font-size: 13px; font-weight: 600; color: var(--ink); }
.rec-meta { font-size: 11px; color: var(--ink-muted); margin-top: 2px; font-family: var(--mono); }
.prio-badge { font-size: 9px; font-weight: 700; font-family: var(--mono); letter-spacing: .06em; padding: 2px 7px; border-radius: 4px; flex-shrink: 0; }
.prio-alta .prio-badge { background: var(--red-l); color: var(--red); }
.prio-media .prio-badge { background: var(--amber-l); color: var(--amber); }
.prio-baja .prio-badge { background: var(--green-l); color: var(--green); }
.rec-body { padding: 12px 14px; background: white; }
.rec-body p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 6px; }

/* PAYMENT MODAL */
.modal-backdrop { position: fixed; inset: 0; z-index: 300; background: rgba(13,13,13,.75); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal { background: white; border-radius: 16px; width: 100%; max-width: 420px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.4); }
.modal-header { background: var(--ink); padding: 22px 26px 18px; position: relative; }
.modal-tag { font-family: var(--mono); font-size: 9px; color: rgba(255,255,255,.3); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.modal-title { font-family: var(--serif); font-size: 21px; color: white; }
.modal-domain-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: 3px 9px; font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.5); margin-top: 7px; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.1); border: none; color: rgba(255,255,255,.5); cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.modal-body { padding: 22px 26px; }
.modal-features-list { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.modal-feature { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); }
.modal-feature-icon { width: 18px; height: 18px; border-radius: 50%; background: var(--green-l); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 9px; flex-shrink: 0; }
.modal-divider { height: 1px; background: rgba(0,0,0,.07); margin: 18px 0; }
.form-label { font-size: 10px; font-family: var(--mono); color: var(--ink-muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 5px; display: block; }
.form-input { width: 100%; padding: 10px 12px; border: 1.5px solid rgba(0,0,0,.1); border-radius: 7px; font-family: var(--sans); font-size: 14px; color: var(--ink); background: var(--paper); outline: none; transition: border-color .2s; margin-bottom: 12px; }
.form-input:focus { border-color: var(--green); background: white; }
.stripe-card-element { padding: 11px 12px; border: 1.5px solid rgba(0,0,0,.1); border-radius: 7px; background: var(--paper); margin-bottom: 14px; min-height: 40px; }
.pay-confirm-btn { width: 100%; padding: 14px; background: var(--ink); color: white; border: none; border-radius: 8px; font-family: var(--sans); font-size: 14px; font-weight: 500; cursor: pointer; }
.pay-confirm-btn:hover:not(:disabled) { background: #222; }
.pay-confirm-btn:disabled { opacity: .6; cursor: not-allowed; }
.pay-secure { text-align: center; font-size: 10px; color: var(--ink-muted); margin-top: 10px; font-family: var(--mono); }
.payment-error { background: var(--red-l); color: var(--red); border: 1px solid rgba(184,32,32,.2); border-radius: 6px; padding: 9px 12px; font-size: 12px; margin-bottom: 12px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 0 20px; }
  .nav-toggle { display: flex; }
  .nav-menu { position: absolute; top: 58px; left: 0; right: 0; background: rgba(247,245,240,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); transform: translateY(-100%); opacity: 0; visibility: hidden; transition: all 0.3s; }
  .nav-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links { display: flex; flex-direction: column; gap: 0; padding: 20px; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
  .nav-links a:last-child { border-bottom: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .scores-row { grid-template-columns: 1fr; }
  .score-sub-cards { grid-template-columns: repeat(3,1fr); }
  .metrics-grid { grid-template-columns: repeat(2,1fr); }
  .cwv-row { grid-template-columns: 1fr; }
  .results-header { flex-direction: column; gap: 16px; align-items: flex-start; }
  .checks-grid { grid-template-columns: 1fr; }
}
/* FOOTER */
.site-footer { background: var(--ink); padding: 80px 0 60px; color: white; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: flex-start; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-logo { font-family: var(--serif); font-size: 24px; color: white; }
.footer-copy { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; font-weight: 400; transition: color 0.2s; }
.footer-links a:hover { color: white; }

@media (max-width: 768px) {
  .footer-inner { flex-direction: column; gap: 40px; text-align: center; align-items: center; }
  .footer-links { align-items: center; }
}

/* FAQ SECTION */
.faq-section { padding: 80px 24px; background: white; border-top: 1px solid rgba(0,0,0,0.05); }
.containerSmall { max-width: 700px; margin: 0 auto; }
.faq-grid { margin-top: 40px; display: flex; flex-direction: column; gap: 32px; }
.faq-item h3 { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.faq-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; }
