:root {
  --navy: #1F3A5F;
  --navy-2: #2E5C8A;
  --ink: #1b2430;
  --muted: #5b6776;
  --line: #e5e9f0;
  --bg: #f7f9fc;
  --card: #ffffff;
  --accent: #FFD166;
  --ok-bg: #C6E0B4; --ok-fg: #375623;
  --thin-bg: #FFE699; --thin-fg: #7F6000;
  --loss-bg: #F8CBAD; --loss-fg: #9C0006;
  --radius: 14px;
  --max: 1100px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--bg);
  font: 17px/1.55 -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
a { color: var(--navy-2); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
h2 { font-size: clamp(26px, 3.4vw, 36px); }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
.muted { color: var(--muted); }
.small { font-size: 14px; }

/* nav */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { font-weight: 800; color: #fff; text-decoration: none; letter-spacing: .02em; }
.brand span { color: var(--accent); }
.nav a.lang { color: #DDE6F0; text-decoration: none; font-size: 14px; border: 1px solid rgba(255,255,255,.25); padding: 6px 12px; border-radius: 999px; }
.nav a.lang:hover { border-color: #fff; color: #fff; }

/* hero */
.hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; right: -220px; top: -260px; width: 720px; height: 720px; border-radius: 50%; background: var(--navy-2); opacity: .55; }
.hero .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; padding: 48px 0 72px; }
.kicker { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: #B9CCE3; font-weight: 700; margin-bottom: 14px; }
.hero h1 { font-size: clamp(38px, 5.6vw, 64px); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .sub { font-size: clamp(18px, 2vw, 22px); color: #DDE6F0; max-width: 560px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 26px; }
.btn { display: inline-block; padding: 15px 26px; border-radius: 999px; font-weight: 800; text-decoration: none; font-size: 17px; border: 2px solid transparent; }
.btn-primary { background: var(--accent); color: var(--navy); }
.btn-primary:hover { filter: brightness(1.05); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { border-color: #fff; }
.deadline { font-size: 14px; color: #B9CCE3; }
.pill { display: inline-block; margin-top: 18px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-weight: 700; font-size: 14px; }

/* mock table */
.mock { background: #fff; color: var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.mock table { width: 100%; border-collapse: collapse; font-size: 15px; }
.mock th { background: var(--navy-2); color: #fff; text-align: left; padding: 11px 12px; font-size: 13px; }
.mock td { padding: 13px 12px; border-bottom: 1px solid var(--line); }
.mock td.n { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mock .cap { font-size: 12px; color: var(--muted); padding: 10px 12px; }
.status { display: inline-block; min-width: 76px; text-align: center; font-weight: 800; border-radius: 6px; padding: 5px 8px; font-size: 13px; }
.ok { background: var(--ok-bg); color: var(--ok-fg); }
.thin { background: var(--thin-bg); color: var(--thin-fg); }
.loss { background: var(--loss-bg); color: var(--loss-fg); }

/* sections */
section { padding: 64px 0; }
section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lead { font-size: 20px; max-width: 760px; }
.cost-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; max-width: 760px; }
.cost-list li { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; }
.cost-list li > b:first-child { color: var(--loss-fg); margin-right: 8px; }
.punch { margin-top: 24px; padding: 18px 22px; border-left: 5px solid var(--accent); background: #fff; border-radius: 0 10px 10px 0; font-size: 19px; max-width: 760px; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 24px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card .num { display: inline-block; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; text-align: center; line-height: 34px; margin-bottom: 12px; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }

.two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.two .card ul { margin: 0; padding-left: 20px; }
.two .card li { margin: 6px 0; }

.stat { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.stat .card { border-top: 5px solid var(--accent); }
.stat .big { font-size: 36px; font-weight: 800; color: var(--navy); margin: 4px 0 6px; }

.get { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; max-width: 760px; }
.get li { padding-left: 30px; position: relative; }
.get li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok-fg); font-weight: 800; }

details { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 18px; margin: 10px 0; max-width: 820px; }
summary { cursor: pointer; font-weight: 700; }
details p { margin: 10px 0 0; color: var(--muted); }

.final { background: var(--navy); color: #fff; text-align: center; padding: 72px 0; }
.final h2 { color: #fff; }
.final .sub { color: #DDE6F0; max-width: 640px; margin: 0 auto 8px; }
footer { padding: 28px 0 40px; color: var(--muted); font-size: 13.5px; }
footer a { color: var(--muted); }

.hero-grid > * { min-width: 0; }   /* keep the mock table from widening the grid track */
.mock { overflow-x: auto; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; padding: 32px 0 48px; gap: 30px; }
  .mock table { font-size: 14px; }
  .mock th, .mock td { padding: 10px 8px; }
  .status { min-width: 58px; padding: 4px 6px; font-size: 12px; }
  .two, .stat { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
  .btn { width: 100%; text-align: center; }
}
