/* 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; }

/* 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; }
