/* checker.evos.md — selling landing (Legea 195/2024). Legal-authority palette + Swiss/Lexend. */
:root {
  --navy: #1E3A8A;
  --navy-2: #1E40AF;
  --navy-ink: #16224a;
  --navy-deep: #0f1b3d;
  --gold: #0D9488;
  --gold-2: #0F766E;

  --bg: #F5F7FB;
  --surface: #FFFFFF;
  --ink: #0F172A;
  --muted: #E9EEF5;
  --muted-ink: #475569;
  --line: #D7DEE9;
  --line-strong: #C2CCDB;

  --pass: #15803D; --pass-soft: #eaf5ee;
  --warn: #B45309; --warn-soft: #f6eee2;
  --fail: #DC2626; --fail-soft: #fbeaea;
  --na: #64748B;
  --rec: #F59E0B; --rec-soft: #FEF3C7; --rec-ink: #92620A;

  --radius: 12px;
  --shadow: 0 1px 2px rgba(15,23,42,.06), 0 10px 30px rgba(15,23,42,.06);
  --shadow-lg: 0 20px 50px rgba(15,23,42,.14);
  --maxw: 888px;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0; background: var(--bg); color: var(--ink); overflow-x: hidden;
  font-family: 'Source Sans 3', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased;
}
body::before { content: ""; display: block; height: 3px; background: linear-gradient(90deg, var(--navy) 0 68%, var(--gold) 68% 100%); }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1,h2,h3,h4,.brand-name,.gauge-score,.check-title,.fine-amount,.price-big { font-family: 'Lexend','Source Sans 3',sans-serif; }
a { color: var(--navy); }

/* buttons */
.btn { display: inline-block; font-family: 'Lexend',sans-serif; font-weight: 600; border: 0; border-radius: var(--radius);
  cursor: pointer; text-decoration: none; text-align: center; transition: background .15s, transform .06s, box-shadow .15s; }
.btn-primary { background: var(--gold); color: #fff; padding: 14px 26px; font-size: 16px; box-shadow: 0 6px 18px rgba(13,148,136,.28); }
.btn-primary:hover { background: var(--gold-2); }
.btn-primary:active { transform: translateY(1px); }
.btn-block { display: block; width: 100%; }
.btn-nav { background: var(--navy); color: #fff; padding: 9px 16px; font-size: 14px; }
.btn-nav:hover { background: var(--navy-2); }

/* header */
.site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { display: flex; align-items: center; gap: 18px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-badge { background: var(--navy); color: #fff; font-family: 'Lexend',sans-serif; font-size: 12px; font-weight: 700; padding: 4px 9px; border-radius: 6px; position: relative; }
.brand-badge::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 2px; height: 2px; background: var(--gold); border-radius: 2px; }
.brand-name { font-size: 16px; font-weight: 600; color: var(--navy-ink); }
.main-nav { display: flex; gap: 20px; margin-left: auto; }
.main-nav a { color: var(--muted-ink); text-decoration: none; font-weight: 600; font-size: 14.5px; }
.main-nav a:hover { color: var(--navy); }
.header-right { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: flex; gap: 2px; background: var(--muted); padding: 3px; border-radius: 8px; border: 1px solid var(--line); }
.lang-switch a { text-decoration: none; color: var(--muted-ink); font-family: 'Lexend',sans-serif; font-weight: 600; font-size: 13px; padding: 5px 11px; border-radius: 6px; }
.lang-switch a.active { background: var(--surface); color: var(--navy); box-shadow: 0 1px 2px rgba(15,23,42,.12); }

/* hero */
.hero { padding: 60px 0 40px; text-align: center; background:
  radial-gradient(900px 380px at 50% -120px, #eaf0fb 0%, rgba(234,240,251,0) 70%); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line-strong); color: var(--navy);
  font-weight: 700; font-size: 13.5px; padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; box-shadow: var(--shadow); }
.hero-eyebrow .ic-sm { color: var(--gold); }
.hero h1 { font-size: clamp(28px, 5vw, 50px); line-height: 1.08; letter-spacing: -1px; margin: 0 auto 16px; max-width: 860px; font-weight: 800; color: var(--navy-ink); }
.hero-sub { color: var(--muted-ink); font-size: clamp(16px,2.2vw,19px); max-width: 640px; margin: 0 auto 30px; }
.check-form { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }
.check-form input { flex: 1; min-width: 0; background: #fff; border: 1.5px solid var(--line-strong); color: var(--ink);
  padding: 15px 16px; border-radius: var(--radius); font-size: 16px; font-family: inherit; outline: none; transition: border-color .15s, box-shadow .15s; }
.check-form input::placeholder { color: #94a3b8; }
.check-form input:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(30,58,138,.16); }
.check-form button { background: var(--navy); color: #fff; border: 0; padding: 0 24px; border-radius: var(--radius);
  font-family: 'Lexend',sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background .15s, transform .06s; }
.check-form button:hover { background: var(--navy-2); }
.check-form button:disabled { opacity: .55; cursor: default; }
.hero-trust { display: inline-flex; align-items: center; gap: 8px; color: var(--muted-ink); font-size: 14px; margin-top: 16px; }
.hero-trust .ic-sm { color: var(--pass); }

/* live console — the signature "audit terminal" */
.live-console { max-width: 100%; margin: 28px 0 0; background: var(--navy-deep); border-radius: 14px; text-align: left;
  box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid #24325f; }
.live-head { display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: #cdd7f0; font-family: 'Lexend',sans-serif;
  font-size: 13px; font-weight: 600; border-bottom: 1px solid #24325f; background: #16224a; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: pulse 1.4s infinite; flex: 0 0 auto; }
.live-dot.done { animation: none; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(52,211,153,.55)} 70%{box-shadow:0 0 0 7px rgba(52,211,153,0)} 100%{box-shadow:0 0 0 0 rgba(52,211,153,0)} }
.live-pct { margin-left: auto; font-family: 'Lexend',sans-serif; font-variant-numeric: tabular-nums; color: #8ea0cf; font-size: 12px; }
.live-bar { height: 8px; background: #24325f; }
.live-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), #2dd4bf); transition: width .5s linear; }
.live-log { padding: 12px 16px 16px; max-height: 280px; overflow-y: auto; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 13px; line-height: 1.75; }
.log-line { display: flex; gap: 9px; align-items: flex-start; color: #aeb9d6; animation: logIn .28s cubic-bezier(.2,.7,.3,1) both; }
.log-line.pass { color: #d6e6df; } .log-line.fail { color: #f4d4d4; } .log-line.warn { color: #f0e2c6; }
.lic { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.log-line.pass .lic { stroke: #34d399; } .log-line.fail .lic { stroke: #f87171; } .log-line.warn .lic { stroke: #fbbf24; } .log-line.info .lic { stroke: #60a5fa; }
.lic .dr { stroke-dasharray: 28; stroke-dashoffset: 28; animation: draw .45s ease forwards; }
.lic.spin { animation: spin .9s linear infinite; }
.lic.idle { stroke: #5b6b93 !important; animation: none !important; }
.lic.idle circle, .lic.idle .dr { stroke-dashoffset: 0 !important; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
.live-cursor { display: inline-block; width: 7px; height: 14px; background: #34d399; margin: 3px 0 0 2px; flex: 0 0 auto; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
@keyframes logIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .log-line, .lic .dr, .lic.spin, .live-cursor, .live-dot, .live-bar span { animation: none !important; }
  .lic .dr { stroke-dashoffset: 0 !important; } .live-bar span { transition: none; }
}

/* error box */
.error-box { max-width: 100%; margin: 22px 0 0; background: var(--fail-soft); border: 1px solid rgba(220,38,38,.35);
  color: #991b1b; padding: 16px 18px; border-radius: var(--radius); font-weight: 600; text-align: left; }

/* result */
.result { max-width: 100%; margin: 26px 0 0; text-align: left; }
.score-card { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 26px; box-shadow: var(--shadow); }
.gauge { width: 130px; height: 130px; flex: 0 0 auto; position: relative; display: grid; place-items: center; }
.gauge-svg { width: 130px; height: 130px; }
.g-track { fill: none; stroke: var(--muted); stroke-width: 11; }
.g-fill { fill: none; stroke-width: 11; stroke-linecap: round; transition: stroke-dashoffset 1.1s cubic-bezier(.2,.7,.2,1); }
.gauge-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.gauge-score { font-family: 'Lexend',sans-serif; font-size: 36px; font-weight: 800; color: var(--navy-ink); letter-spacing: -1.5px; }
.gauge-grade { font-size: 13px; color: var(--muted-ink); font-weight: 700; margin-top: 3px; }
.score-caption { font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted-ink); font-weight: 700; margin-bottom: 4px; }
.score-meta { flex: 1; min-width: 240px; }
@media (prefers-reduced-motion: reduce) { .g-fill { transition: none; } }
.score-meta h2 { margin: 0 0 6px; font-size: 20px; font-weight: 600; color: var(--navy-ink); }
.score-url { color: var(--navy); word-break: break-all; font-size: 14px; font-weight: 600; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.pill { font-family: 'Lexend',sans-serif; font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 8px;
  border: 1px solid var(--line-strong); background: var(--surface); color: var(--muted-ink); cursor: pointer; transition: transform .06s, background .15s; }
.pill:hover:not(:disabled) { background: var(--muted); transform: translateY(-1px); }
.pill:disabled { cursor: default; opacity: .5; }
.pill.pass { color: var(--pass); border-color: rgba(21,128,61,.4); background: var(--pass-soft); }
.pill.warn { color: var(--warn); border-color: rgba(180,83,9,.4); background: var(--warn-soft); }
.pill.fail { color: var(--fail); border-color: rgba(220,38,38,.4); background: var(--fail-soft); }
.pill.advisory, .pill.adv { color: var(--rec-ink); border-color: rgba(245,158,11,.45); background: var(--rec-soft); }

/* alarm block — calm notice (no red background) */
.alarm { margin: 22px 0 0; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 12px;
  background: var(--surface); padding: 20px 22px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; box-shadow: var(--shadow); }
.alarm .ic-alarm { width: 30px; height: 30px; color: var(--gold); flex: 0 0 auto; }
.alarm .a-body { flex: 1; min-width: 220px; }
.alarm .a-body h3 { margin: 0 0 3px; font-size: 17px; color: var(--navy-ink); font-weight: 700; }
.alarm .a-body p { margin: 0; color: var(--muted-ink); font-size: 14px; }
.alarm .a-risk { margin-top: 8px; font-size: 13px; color: var(--muted-ink); }
.alarm .a-amt { font-weight: 700; color: var(--navy-ink); }
.alarm .btn, .alarm .a-btn { flex: 0 0 auto; }
.alarm.ok { border-left-color: var(--pass); }
.alarm.ok .ic-alarm { color: var(--pass); }

/* sections + check cards */
.section-title { font-family: 'Lexend',sans-serif; margin: 30px 0 6px; font-size: 14px; font-weight: 700; letter-spacing: .6px;
  text-transform: uppercase; color: var(--navy); padding-bottom: 8px; border-bottom: 2px solid var(--navy); display: inline-block; }
.section-note { margin: 8px 0 0; font-size: 13.5px; color: var(--muted-ink); }
.checks { display: grid; gap: 12px; margin-top: 14px; }
.check { background: var(--surface); border: 1px solid var(--line); border-left-width: 4px; border-radius: 10px; padding: 15px 18px; transition: box-shadow .15s; }
.check:hover { box-shadow: var(--shadow); }
.check.pass { border-left-color: var(--pass); } .check.warn { border-left-color: var(--warn); }
.check.fail { border-left-color: var(--fail); } .check.na { border-left-color: var(--na); background: #fbfcfd; }
.check.adv { border-left-color: var(--rec); }
.check.adv .check-status { color: var(--rec-ink); background: var(--rec-soft); box-shadow: inset 0 0 0 1px rgba(245,158,11,.4); }
.check-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.check-status { font-family: 'Lexend',sans-serif; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 6px; text-transform: uppercase; letter-spacing: .4px; }
.check.pass .check-status { color:#fff; background: var(--pass); } .check.warn .check-status { color:#fff; background: var(--warn); }
.check.fail .check-status { color:#fff; background: var(--fail); } .check.na .check-status { color:#fff; background: var(--na); }
.check-title { font-weight: 600; font-size: 16px; flex: 1; color: var(--navy-ink); }
.check-weight { font-size: 12px; color: var(--muted-ink); font-weight: 600; font-family: 'Lexend',sans-serif; }
.sev { font-family: 'Lexend',sans-serif; font-size: 11px; font-weight: 600; padding: 2px 9px; border-radius: 999px; white-space: nowrap; border: 1px solid transparent; }
.sev-critical { color: var(--fail); background: var(--fail-soft); border-color: rgba(220,38,38,.35); }
.sev-required { color: var(--warn); background: var(--warn-soft); border-color: rgba(180,83,9,.35); }
.sev-advisory { color: var(--navy); background: #eef2fb; border-color: rgba(30,58,138,.3); }
.check-detail { margin: 10px 0 0; color: var(--ink); font-size: 15px; overflow-wrap: anywhere; word-break: break-word; }
.check-fix { margin: 8px 0 0; color: var(--muted-ink); font-size: 14px; overflow-wrap: anywhere; }
.check-fix b { color: var(--gold); font-weight: 600; }
.check-law { margin-top: 10px; font-size: 12px; color: var(--muted-ink); font-style: italic; border-top: 1px dashed var(--line); padding-top: 8px; overflow-wrap: anywhere; }
.check, .checks, .result, .score-meta, .score-card { min-width: 0; }
.check-title { overflow-wrap: anywhere; }
@keyframes flashcard { 0%{box-shadow:0 0 0 0 rgba(30,58,138,0)} 25%{box-shadow:0 0 0 3px rgba(30,58,138,.5)} 100%{box-shadow:0 0 0 0 rgba(30,58,138,0)} }
.check.flash { animation: flashcard 1.4s ease-out; }
.risk-legend { margin-top: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }
.risk-legend .section-title { margin-top: 0; }
.legend-scroll { width: 100%; overflow-x: auto; }
.legend-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 10px; }
.legend-table th, .legend-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legend-table th { color: var(--muted-ink); font-family: 'Lexend',sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.legend-table td:nth-child(2) { white-space: nowrap; color: var(--navy-ink); font-weight: 600; }
.legend-table tr:last-child td { border-bottom: 0; }

/* generic sections */
.section { padding: 56px 0; }
.section h2 { font-size: clamp(24px,3.6vw,34px); letter-spacing: -.6px; color: var(--navy-ink); margin: 0 0 12px; font-weight: 800; }
.section-lead { color: var(--muted-ink); font-size: 17px; max-width: 720px; margin: 0 0 26px; }

/* flat icons */
.ic { width: 22px; height: 22px; display: inline-block; vertical-align: middle; }
.ic-sm { width: 16px; height: 16px; }

/* fines — calm */
.fines { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fine-card { border-radius: 14px; padding: 22px 24px; background: var(--bg); border: 1px solid var(--line); }
.fine-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.fine-head .ic { width: 26px; height: 26px; color: var(--gold); flex: 0 0 auto; }
.fine-amount { font-family: 'Lexend',sans-serif; font-size: 21px; font-weight: 700; color: var(--navy-ink); letter-spacing: -.3px; }
.fine-card p { margin: 0; color: var(--muted-ink); font-size: 14.5px; }
.fine-note { margin-top: 16px; color: var(--muted-ink); font-size: 13.5px; display: flex; gap: 8px; align-items: flex-start; }
.fine-note .ic-note { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; margin-top: 1px; }

/* what we check — flat icon grid */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.feat { display: flex; align-items: center; gap: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; font-weight: 600; color: var(--navy-ink); font-size: 15px; }
.feat-ic { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; background: #eef2fb; border-radius: 11px; color: var(--navy); }
.feat-ic .ic { width: 21px; height: 21px; }

/* how it works — steps */
.steps { background: linear-gradient(180deg,#eef2fb,#fff); border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.step-n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--navy); color: #fff; font-family: 'Lexend',sans-serif; font-weight: 700; margin-bottom: 12px; }
.step h3 { margin: 0 0 6px; font-size: 18px; color: var(--navy-ink); }
.step p { margin: 0; color: var(--muted-ink); font-size: 14.5px; }

/* offer */
.offer-inner { display: grid; grid-template-columns: 1.4fr .9fr; gap: 30px; align-items: start; }
.offer-list { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 10px; }
.offer-list li { position: relative; padding-left: 30px; color: var(--ink); font-size: 15.5px; }
.offer-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: var(--pass-soft); color: var(--pass);
  border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.offer-meta { display: flex; gap: 22px; flex-wrap: wrap; color: var(--muted-ink); font-size: 14px; font-weight: 600; }
.offer-price { background: var(--navy-deep); color: #fff; border-radius: 16px; padding: 28px; box-shadow: var(--shadow-lg); position: sticky; top: 82px; }
.price-label { color: #b9c4e6; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; font-weight: 700; }
.price-big { font-size: 56px; font-weight: 800; letter-spacing: -2px; line-height: 1; margin: 8px 0 4px; }
.price-big span { font-size: 20px; font-weight: 600; margin-left: 8px; color: #cdd7f0; letter-spacing: 0; }
.price-note { color: #9fb0dd; font-size: 13.5px; margin-bottom: 20px; }

/* why */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.why-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.why-card h3 { margin: 0 0 8px; font-size: 18px; color: var(--navy-ink); }
.why-card p { margin: 0; color: var(--muted-ink); font-size: 14.5px; }

/* order form */
.order { background: linear-gradient(180deg,#eef2fb,#fff); border-top: 1px solid var(--line); }
.lead-form { max-width: 620px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); }
.lead-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form input, .lead-form textarea { width: 100%; background: #fff; border: 1.5px solid var(--line-strong); color: var(--ink);
  padding: 13px 15px; border-radius: 10px; font-size: 15.5px; font-family: inherit; outline: none; margin-bottom: 12px; transition: border-color .15s, box-shadow .15s; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(30,58,138,.14); }
.lead-consent { color: var(--muted-ink); font-size: 12.5px; margin: 12px 0 0; }
.lead-status { margin: 12px 0 0; font-weight: 600; }
.lead-status.ok { color: var(--pass); } .lead-status.err { color: var(--fail); }

/* faq */
.faq-list { display: grid; gap: 10px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 4px 18px; }
.faq-item summary { cursor: pointer; font-family: 'Lexend',sans-serif; font-weight: 600; color: var(--navy-ink); font-size: 16px; padding: 14px 0; list-style: none; position: relative; padding-right: 28px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 12px; color: var(--gold); font-size: 22px; font-weight: 700; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 16px; color: var(--muted-ink); font-size: 15px; }

/* share */
.share { padding: 40px 0; background: var(--surface); border-top: 1px solid var(--line); }
.share-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }
.share-title { font-weight: 600; color: var(--navy-ink); }
.share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.share-btn { text-decoration: none; border: 1px solid var(--line-strong); background: #fff; color: var(--navy-ink); font-weight: 600; font-size: 14px;
  padding: 9px 14px; border-radius: 10px; cursor: pointer; font-family: inherit; transition: transform .06s, background .15s; }
.share-btn:hover { transform: translateY(-1px); background: var(--muted); }
.share-btn.wa { color: #128C7E; } .share-btn.tg { color: #229ED9; } .share-btn.fb { color: #1877F2; }
.share-btn.fav { color: var(--gold); }

/* footer */
.site-footer { border-top: 1px solid var(--line); background: var(--navy-deep); color: #cdd7f0; margin-top: 0; overflow-x: hidden; }
.site-footer .brand-name { color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr); gap: 30px; padding: 40px 0 24px; }
.footer-grid > div { min-width: 0; }
.footer-grid a { overflow-wrap: anywhere; }
.footer-grid h4 { margin: 0 0 10px; font-size: 14px; color: #fff; }
.footer-grid a { color: #aebbdd; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-tagline { color: #9fb0dd; font-size: 14px; margin: 12px 0 0; max-width: 340px; }
.footer-legal { border-top: 1px solid #26345f; padding: 18px 0 40px; }
.footer-legal .disclaimer { color: #8fa0cd; font-size: 12.5px; margin: 0 0 6px; }
.footer-legal .copyright { color: #8fa0cd; font-size: 12.5px; margin: 0; }

/* article pages */
.article { padding: 30px 22px 50px; max-width: 800px; }
.breadcrumb { font-size: 13px; color: var(--muted-ink); margin-bottom: 14px; }
.breadcrumb a { color: var(--navy); text-decoration: none; }
.article h1 { font-size: clamp(26px,4vw,38px); letter-spacing: -.8px; color: var(--navy-ink); margin: 0 0 14px; font-weight: 800; line-height: 1.12; }
.article-lead { font-size: 18px; color: var(--muted-ink); margin: 0 0 20px; }
.article-check { margin-bottom: 26px; }
.article-body h2 { font-size: 22px; color: var(--navy-ink); margin: 30px 0 10px; font-weight: 700; }
.article-body p { font-size: 16px; color: var(--ink); margin: 0 0 14px; }
.article-body ul { margin: 0 0 16px; padding-left: 4px; list-style: none; display: grid; gap: 8px; }
.article-body ul li { position: relative; padding-left: 28px; color: var(--ink); }
.article-body ul li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; background: var(--pass-soft); color: var(--pass); border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 11px; }
.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 14px; padding: 24px 26px; margin: 34px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; box-shadow: var(--shadow); }
.cta-band p { margin: 0; font-size: 17px; font-weight: 600; }
.related { border-top: 1px solid var(--line); padding-top: 22px; }
.related h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .5px; color: var(--navy); margin: 0 0 12px; }
.related ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.related a { color: var(--navy); text-decoration: none; font-weight: 600; }
.related a:hover { text-decoration: underline; }
.footer-articles { margin-top: 10px; }
.footer-articles a { display: block; color: #aebbdd; text-decoration: none; font-size: 13.5px; margin-bottom: 6px; }
.footer-articles a:hover { color: #fff; }

/* congratulations block (100%) */
.congrats-inner { display: flex; align-items: center; gap: 18px; background: var(--pass-soft);
  border: 1px solid rgba(21,128,61,.3); border-left: 4px solid var(--pass); border-radius: 14px; padding: 26px 28px; }
.congrats-ic { width: 46px; height: 46px; color: var(--pass); flex: 0 0 auto; }
.congrats h2 { margin: 0 0 6px; color: #14532d; font-size: 22px; }
.congrats p { margin: 0; color: #256b45; font-size: 15px; }

/* high-risk fine warning (above legal checks, only when < 100%) */
.risk-banner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 24px 0 8px;
  background: var(--rec-soft); border: 1px solid rgba(245,158,11,.45); border-left: 4px solid var(--rec);
  border-radius: 14px; padding: 18px 20px; }
.risk-banner .risk-ic { flex: 0 0 auto; display: grid; place-items: center; }
.risk-banner .risk-ic svg { width: 30px; height: 30px; color: var(--rec-ink); }
.risk-banner .risk-body { flex: 1; min-width: 220px; }
.risk-banner h3 { margin: 0 0 4px; font-family: 'Lexend',sans-serif; font-size: 17px; font-weight: 700; color: var(--rec-ink); }
.risk-banner p { margin: 0; color: #7a5209; font-size: 14.5px; }
.risk-banner .risk-cta { flex: 0 0 auto; white-space: nowrap; }

/* inline congratulations (100%, above the checks) */
.congrats-inline { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 24px 0 8px;
  background: var(--pass-soft); border: 1px solid rgba(21,128,61,.3); border-left: 4px solid var(--pass);
  border-radius: 14px; padding: 18px 20px; }
.congrats-inline .risk-ic svg { width: 32px; height: 32px; color: var(--pass); }
.congrats-inline .risk-body { flex: 1; min-width: 220px; }
.congrats-inline h3 { margin: 0 0 4px; font-family: 'Lexend',sans-serif; font-size: 18px; font-weight: 700; color: #14532d; }
.congrats-inline p { margin: 0; color: #256b45; font-size: 14.5px; }

/* footer legal links */
.footer-legal-links { margin: 0 0 6px; }
.footer-legal-links a { color: #aebbdd; text-decoration: none; font-size: 13px; margin-right: 16px; }
.footer-legal-links a:hover { color: #fff; }

/* cookie consent banner + dimming backdrop */
.cookie-backdrop { position: fixed; inset: 0; z-index: 89; background: rgba(15,23,42,.55); backdrop-filter: blur(2px); animation: fadeIn .2s ease; }
.cookie-banner { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; margin: 0 auto; max-width: var(--maxw);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 16px 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cookie-text { margin: 0; flex: 1; min-width: 240px; font-size: 14px; color: var(--muted-ink); }
.cookie-text a { color: var(--navy); font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-reject { background: var(--muted); color: var(--navy-ink); padding: 11px 18px; font-family: 'Lexend',sans-serif; font-weight: 600; }
.cookie-reject:hover { background: var(--line); }
.cookie-actions .btn-primary { padding: 11px 22px; }

/* order modal */
body.modal-open { overflow: hidden; }
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.55); backdrop-filter: blur(3px); animation: fadeIn .18s ease; }
.modal-card { position: relative; z-index: 1; width: 100%; max-width: 460px; background: var(--surface); border-radius: 18px;
  box-shadow: var(--shadow-lg); padding: 28px 26px 24px; max-height: 92vh; overflow-y: auto; animation: modalIn .22s cubic-bezier(.2,.7,.3,1); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-x { position: absolute; top: 12px; right: 14px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--muted-ink); cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.modal-x:hover { background: var(--muted); color: var(--ink); }
.modal-card h3 { margin: 0 6px 8px 0; font-family: 'Lexend',sans-serif; font-size: 21px; font-weight: 700; color: var(--navy-ink); }
.modal-lead { margin: 0 0 18px; color: var(--muted-ink); font-size: 14.5px; }
.modal-form input[type="text"], .modal-form input[name="site"], .modal-form input[name="phone"] { width: 100%; background: #fff;
  border: 1.5px solid var(--line-strong); color: var(--ink); padding: 13px 15px; border-radius: 10px; font-size: 15.5px;
  font-family: inherit; outline: none; margin-bottom: 12px; transition: border-color .15s, box-shadow .15s; }
.modal-form input:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(30,58,138,.14); }
.modal-consent { display: flex; gap: 9px; align-items: flex-start; margin: 4px 0 16px; font-size: 12.5px; color: var(--muted-ink); line-height: 1.5; }
.modal-consent input { margin-top: 2px; flex: 0 0 auto; width: 16px; height: 16px; accent-color: var(--gold); }
.modal-consent a { color: var(--navy); font-weight: 600; }
.modal-alt { margin: 14px 0 0; text-align: center; font-size: 13.5px; color: var(--muted-ink); }
.modal-alt a { color: var(--navy); font-weight: 700; }

/* legal page */
.legal-page { max-width: 780px; }
.legal-updated { color: var(--muted-ink); font-size: 13.5px; margin: -6px 0 18px; }
.legal-sec { margin: 0 0 22px; }
.legal-sec h2 { font-size: 20px; color: var(--navy-ink); margin: 24px 0 8px; font-weight: 700; }
.legal-sec p { font-size: 15.5px; color: var(--ink); margin: 0 0 10px; }
.legal-sec ul { margin: 0 0 12px; padding-left: 4px; list-style: none; display: grid; gap: 8px; }
.legal-sec ul li { position: relative; padding-left: 26px; color: var(--ink); font-size: 15px; }
.legal-sec ul li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; background: var(--pass-soft);
  color: var(--pass); border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 11px; }
.legal-back { margin-top: 30px; }
.legal-back a { color: var(--navy); font-weight: 600; text-decoration: none; }

.hidden { display: none !important; }

/* ---------- responsive ---------- */
@media (max-width: 820px) {
  .main-nav { display: none; }
  .header-inner .header-right { margin-left: auto; }
  .offer-inner { grid-template-columns: 1fr; }
  .offer-price { position: static; }
  .why-grid, .feat-grid, .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .section { padding: 44px 0; }
  .hero { padding: 44px 0 32px; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .feat-grid, .steps-grid, .fine-grid, .footer-grid { grid-template-columns: 1fr; }
  .check-form { flex-direction: column; }
  .check-form button { padding: 15px; width: 100%; }
  .lead-row { grid-template-columns: 1fr; }
  .score-card { justify-content: center; text-align: center; padding: 22px 16px; }
  .score-meta { min-width: 0; }
  .pills { justify-content: center; }
  .section { padding: 38px 0; }
  .hero { padding: 36px 0 28px; }
  .hero h1 { letter-spacing: -.5px; }
  .price-big { font-size: 46px; }
  .risk-banner { flex-direction: column; align-items: flex-start; }
  .risk-banner .risk-cta { width: 100%; }
  .cookie-banner { flex-direction: column; align-items: stretch; left: 8px; right: 8px; bottom: 8px; padding: 14px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1; }
  .modal-card { padding: 24px 18px 20px; border-radius: 16px; }
  .live-log { font-size: 12px; }
  .section h2 { font-size: clamp(22px,6vw,28px); }
}
