/* NOFEE — hand-rolled, dependency-free, GDPR-clean (no external fonts/CDNs). */
:root {
  --ink: #0c1713;
  --ink-soft: #3d5248;
  --paper: #ffffff;
  --mist: #f2f6f4;
  --line: #dbe5e0;
  --brand: #0e7a52;
  --brand-dark: #0a5c3e;
  --accent: #eafaf2;
  --amber: #8a6d1f;
  --amber-bg: #fdf6e3;
  --radius: 14px;
  --max: 1080px;
}
:root { --brand-ink: #06301f; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-dark); }
img { max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* Header */
header { border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 0; z-index: 20; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.logo { font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; }
.logo span { color: var(--brand); }
.langs { display: flex; gap: 4px; }
.langs a { text-decoration: none; font-size: 0.85rem; font-weight: 600; padding: 6px 10px; border-radius: 8px; color: var(--ink-soft); }
.langs a[aria-current="true"] { background: var(--mist); color: var(--ink); }
.langs a:hover { background: var(--mist); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%); padding: 56px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: start; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px; }
.sub { font-size: 1.12rem; color: var(--ink-soft); max-width: 46ch; }
.badge { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.badge-t2 { background: var(--accent); color: var(--brand-dark); border: 1px solid #bfe8d4; }
.badge-t0 { background: var(--amber-bg); color: var(--amber); border: 1px solid #efe2b8; }
.tier-why { margin-top: 14px; font-size: 0.95rem; color: var(--ink-soft); background: var(--mist); border-left: 3px solid var(--line); padding: 10px 14px; border-radius: 0 10px 10px 0; max-width: 52ch; }

/* Selector card */
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 30px rgba(12, 23, 19, 0.06); }
.card h2 { font-size: 1.12rem; margin-bottom: 4px; }
.card .hint { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 14px; }
label { display: block; font-weight: 600; font-size: 0.92rem; margin: 12px 0 6px; }
select, input[type="email"], input[type="text"] {
  width: 100%; padding: 12px 14px; font-size: 1rem; border: 1.5px solid var(--line); border-radius: 10px;
  background: var(--paper); color: var(--ink); appearance: auto;
}
select:focus, input:focus { outline: 2px solid var(--brand); outline-offset: 1px; border-color: var(--brand); }
.region-gate { margin-top: 12px; padding: 12px 14px; background: var(--amber-bg); border: 1px solid #efe2b8; border-radius: 10px; }
.region-gate p { font-weight: 600; font-size: 0.92rem; margin-bottom: 8px; }
.region-opts { display: flex; gap: 14px; flex-wrap: wrap; }
.region-opts label { display: flex; align-items: center; gap: 6px; font-weight: 500; margin: 0; cursor: pointer; }
.btn {
  display: inline-block; width: 100%; margin-top: 16px; padding: 13px 22px; font-size: 1.02rem; font-weight: 700;
  color: #fff; background: var(--brand); border: 0; border-radius: 10px; cursor: pointer; transition: background 0.15s;
}
.btn:hover { background: var(--brand-dark); }
.btn:disabled { opacity: 0.6; cursor: wait; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; }
.consent input { margin-top: 4px; width: auto; }
.consent label { font-weight: 400; font-size: 0.83rem; color: var(--ink-soft); margin: 0; }
.form-msg { margin-top: 12px; font-size: 0.95rem; font-weight: 600; padding: 10px 14px; border-radius: 10px; }
.form-msg.ok { background: var(--accent); color: var(--brand-dark); }
.form-msg.err { background: #fdeaea; color: #a03030; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Sections */
section { padding: 52px 0; }
section.alt { background: var(--mist); }
h2.sec { font-size: 1.7rem; letter-spacing: -0.01em; margin-bottom: 26px; }
.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .cols { grid-template-columns: 1fr; } }
.col h3 { font-size: 1.05rem; margin-bottom: 8px; }
.col p { font-size: 0.95rem; color: var(--ink-soft); }
.step-n { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; background: var(--accent); color: var(--brand-dark); font-weight: 800; border-radius: 50%; margin-bottom: 10px; }

/* Offer feature lists */
.feat { list-style: none; margin-top: 18px; }
.feat li { padding: 7px 0 7px 30px; position: relative; font-size: 1rem; }
.feat li::before { content: "✓"; position: absolute; left: 4px; color: var(--brand); font-weight: 800; }

/* FAQ */
details { border: 1px solid var(--line); border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; background: var(--paper); }
summary { font-weight: 600; cursor: pointer; }
details p { margin-top: 10px; color: var(--ink-soft); font-size: 0.95rem; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 30px 0 40px; font-size: 0.85rem; color: var(--ink-soft); }
footer .frow { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer a { color: var(--ink-soft); }
.fineprint { margin-top: 12px; max-width: 78ch; font-size: 0.78rem; }

/* Article / content pages */
.article { max-width: 780px; margin: 0 auto; padding: 44px 20px 20px; }
.article h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.18; margin-bottom: 14px; }
.article .lede { font-size: 1.12rem; color: var(--ink-soft); margin-bottom: 26px; }
.article h2 { font-size: 1.45rem; margin: 36px 0 12px; letter-spacing: -0.01em; }
.article h3 { font-size: 1.1rem; margin: 24px 0 8px; }
.article p, .article li { font-size: 1.02rem; }
.article p { margin-bottom: 14px; }
.article ul, .article ol { margin: 0 0 16px 22px; }
.article li { margin-bottom: 7px; }
.article table { width: 100%; border-collapse: collapse; margin: 18px 0 22px; font-size: 0.96rem; }
.article th, .article td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--line); }
.article th { background: var(--mist); font-weight: 700; }
.article td.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.keybox { background: var(--accent); border: 1px solid #bfe8d4; border-radius: var(--radius); padding: 18px 20px; margin: 22px 0; }
.keybox strong { color: var(--brand-dark); }
.notebox { background: var(--amber-bg); border: 1px solid #efe2b8; border-radius: var(--radius); padding: 16px 20px; margin: 20px 0; font-size: 0.96rem; }
.crumbs { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 18px; }
.crumbs a { color: var(--ink-soft); }
.toc { background: var(--mist); border-radius: var(--radius); padding: 16px 20px; margin: 22px 0; }
.toc ol { margin: 8px 0 0 20px; }
.toc li { margin-bottom: 4px; font-size: 0.95rem; }
.cta-wrap { max-width: 780px; margin: 34px auto 10px; padding: 0 20px; }
.article-foot { max-width: 780px; margin: 0 auto; padding: 8px 20px 40px; font-size: 0.82rem; color: var(--ink-soft); }
.article-foot a { color: var(--ink-soft); }

/* Calculator */
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; margin: 24px 0; }
@media (max-width: 720px) { .calc-grid { grid-template-columns: 1fr; } }
.calc-out { background: var(--mist); border-radius: var(--radius); padding: 20px; }
.calc-out .row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.calc-out .row:last-child { border-bottom: 0; }
.calc-out .row span:last-child { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.calc-out .row.big { font-size: 1.12rem; padding-top: 14px; }
.calc-out .row.big span:last-child { color: var(--brand-dark); font-size: 1.3rem; }
.calc-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 12px; }
.switch-row { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.switch-row input { width: auto; }
.switch-row label { margin: 0; font-weight: 400; font-size: 0.92rem; }

/* Support chat widget */
.sup-launch {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--brand); color: #fff; font-size: 0.95rem; font-weight: 700;
  font-family: inherit; box-shadow: 0 6px 22px rgba(12, 23, 19, 0.22);
}
.sup-launch:hover { background: var(--brand-dark); }
.sup-launch:focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 2px; }
@media (max-width: 520px) { .sup-launch-t { display: none; } .sup-launch { padding: 14px; } }

.sup-panel {
  position: fixed; right: 18px; bottom: 78px; z-index: 61;
  width: min(380px, calc(100vw - 36px)); max-height: min(560px, calc(100vh - 110px));
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(12, 23, 19, 0.20); overflow: hidden;
}
.sup-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px;
  padding: 14px 16px; background: var(--mist); border-bottom: 1px solid var(--line); }
.sup-head strong { font-size: 1rem; }
.sup-head span { font-size: 0.78rem; color: var(--ink-soft); }
.sup-x { background: none; border: 0; font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--ink-soft); padding: 0 4px; }
.sup-x:hover { color: var(--ink); }
.sup-log { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.sup-msg { max-width: 88%; padding: 9px 13px; border-radius: 12px; font-size: 0.93rem; line-height: 1.5; white-space: pre-wrap; }
.sup-user { align-self: flex-end; background: var(--brand); color: #fff; border-bottom-right-radius: 4px; }
.sup-bot { align-self: flex-start; background: var(--mist); color: var(--ink); border-bottom-left-radius: 4px; }
.sup-pending { opacity: 0.6; font-style: italic; }
.sup-form { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--line); }
.sup-form input { flex: 1; padding: 10px 12px; font-size: 0.95rem; border: 1.5px solid var(--line); border-radius: 9px; font-family: inherit; }
.sup-form input:focus { outline: 2px solid var(--brand); outline-offset: 1px; }
.sup-form button { padding: 10px 16px; border: 0; border-radius: 9px; background: var(--brand); color: #fff; font-weight: 700; font-family: inherit; font-size: 0.92rem; cursor: pointer; }
.sup-form button:hover { background: var(--brand-dark); }
.sup-form button:disabled { opacity: 0.55; cursor: wait; }

/* Privacy page */
.legal { max-width: 760px; padding: 48px 20px; margin: 0 auto; }
.legal h1 { font-size: 1.8rem; margin-bottom: 20px; }
.legal h2 { font-size: 1.15rem; margin: 28px 0 8px; }
.legal p, .legal li { font-size: 0.95rem; color: var(--ink-soft); }
.legal ul { padding-left: 22px; }

/* ── Listing Check ─────────────────────────────────────────────────────── */
.lc-form{margin:1.5rem 0 .5rem}
.lc-label{display:block;font-weight:600;margin-bottom:.4rem}
.lc-row{display:flex;gap:.6rem;flex-wrap:wrap}
.lc-row input{flex:1 1 22rem;min-width:0;padding:.85rem 1rem;border:1px solid var(--line,#d8d8d8);border-radius:10px;font-size:1rem}
.lc-row .btn{flex:0 0 auto}
.lc-hint{font-size:.9rem;opacity:.72;margin:.5rem 0}
.lc-paste{margin:1rem 0;padding:1rem;border:1px dashed var(--line,#d8d8d8);border-radius:12px}
.lc-paste input,.lc-paste textarea{width:100%;margin:.4rem 0;padding:.7rem;border:1px solid var(--line,#d8d8d8);border-radius:8px;font:inherit}
.lc-result{margin:2rem 0}
.lc-score{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;padding:1.2rem;border-radius:14px;background:var(--soft,#f5f7f6);margin-bottom:1.5rem}
.lc-score-num{font-size:3.4rem;font-weight:700;line-height:1}
.lc-score-num small{font-size:1.1rem;font-weight:400;opacity:.6}
.lc-score-side{flex:1 1 16rem}
.lc-verdict{font-weight:600;margin:0 0 .3rem}
.lc-table{width:100%;border-collapse:collapse;margin:.5rem 0 1.5rem}
.lc-table td{padding:.7rem .4rem;border-bottom:1px solid var(--line,#eee);vertical-align:top}
.lc-band{text-align:right;white-space:nowrap;letter-spacing:.1em}
.lc-copybox{padding:1rem;border:1px solid var(--line,#e5e5e5);border-radius:12px;margin:.8rem 0}
.lc-copybox strong{display:block;margin-bottom:.3rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;opacity:.7}
.btn-ghost{background:transparent;border:1px solid currentColor;padding:.5rem .9rem;font-size:.9rem}
.form-msg.err{color:#b3261e}

/* Ladder B — listing preparation */
.lb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem 1rem;margin:.6rem 0 1rem}
.lb-grid input,.lb-grid select{width:100%}
.lb-promise{font-weight:600;padding:.8rem 1rem;border-left:3px solid var(--accent,#111);background:rgba(0,0,0,.03);border-radius:0 8px 8px 0}
.lb-note{font-size:.9rem;opacity:.85;padding:.6rem .8rem;border:1px dashed var(--line,#e5e5e5);border-radius:8px;margin:.6rem 0}
.lb-portal{border:1px solid var(--line,#e5e5e5);border-radius:14px;padding:1rem 1.2rem;margin:1.2rem 0}
.lb-portal-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}
.lb-portal-head h3{margin:0}
.lb-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;border:1px solid var(--line,#e5e5e5);opacity:.8}
.lb-tag-free{border-color:#1f7a3f;color:#1f7a3f;opacity:1}
.lb-steps{margin:.6rem 0 0;padding-left:1.2rem}
.lb-steps li{margin:.35rem 0}
.lc-next{margin:2rem 0;padding:1.4rem 1.6rem;border:1px solid var(--line,#e5e5e5);border-radius:14px;background:rgba(0,0,0,.02)}
.lc-next h2{margin-top:0}
