:root {
  --ink: #0f1c22;
  --muted: #5b6b73;
  --line: #e6ecee;
  --paper: #f6f8f9;
  --card: #fff;
  --navy: #0b2c38;
  --navy-2: #123948;
  --teal: #0e4a46;
  --green: #16a34a;
  --green-2: #12803c;
  --green-soft: #e8f8ee;
  --tap: 48px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(15, 28, 34, 0.08);
  --sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; background: #fff; color: var(--ink); }
body { font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 20; }

.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.top {
  position: sticky; top: 0; z-index: 40;
  background: #06262f;
  color: #eef6f4;
}
.top-inner {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 68px;
  display: flex; align-items: center; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.brand img { width: 36px; height: 36px; border-radius: 50%; background: #fff; }
.brand strong { display: block; font-size: 15px; letter-spacing: -0.03em; }
.brand em { display: block; font-style: normal; font-size: 11px; color: #9dc3ba; margin-top: 1px; }
nav.primary { display: flex; gap: 16px; margin-left: 8px; }
nav.primary a { color: #c5ddd7; text-decoration: none; font-size: 14px; font-weight: 550; }
nav.primary a:hover, nav.primary a[aria-current="page"] { color: #fff; }
.top-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.search-btn, .menu-btn {
  min-height: 40px; min-width: 40px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16); background: transparent; color: #fff; cursor: pointer;
}
.menu-btn { display: none; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: var(--tap); padding: 0 18px; border-radius: 999px; border: 0;
  font-weight: 700; text-decoration: none; cursor: pointer;
}
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-2); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: 14px; }

.hero {
  background: linear-gradient(#f3f7f6, #fff 70%);
  padding: 28px 0 10px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center;
}
.kicker { font-size: 12px; font-weight: 800; letter-spacing: .14em; color: var(--green-2); text-transform: uppercase; }
h1 { font-size: clamp(36px, 5vw, 58px); letter-spacing: -0.05em; line-height: 1.02; margin: 8px 0 14px; }
h1 .g { color: var(--green); }
.lede { color: var(--muted); max-width: 38rem; margin: 0 0 16px; }
.checks { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 0; margin: 0 0 22px; list-style: none; color: var(--muted); font-size: 14px; }
.checks li { display: flex; align-items: center; gap: 6px; }
.checks i { color: var(--green); font-style: normal; font-weight: 800; }

.composer {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); padding: 10px;
}
.tabs { display: flex; flex-wrap: wrap; gap: 6px; padding: 4px; }
.tabs button {
  border: 0; background: transparent; color: var(--muted); min-height: 40px;
  padding: 0 12px; border-radius: 999px; cursor: pointer; font-weight: 650; font-size: 13px;
}
.tabs button[aria-selected="true"] { background: var(--green); color: #fff; }
.ask-row { display: flex; gap: 8px; padding: 8px; align-items: center; }
.ask-row input {
  flex: 1; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px;
}
.examples { color: var(--muted); font-size: 12px; padding: 0 16px 10px; }

.hero-visual { position: relative; min-height: 340px; }
.hero-visual img.plate {
  width: 100%; height: 420px; object-fit: cover; border-radius: 28px;
}
.signs {
  position: absolute; left: 18px; top: 18px; display: grid; gap: 8px;
}
.sign {
  min-width: 168px; background: #176b3a; color: #fff; border-radius: 10px;
  padding: 8px 10px 10px; box-shadow: 0 10px 24px rgba(0,0,0,.25);
  border: 3px solid #c9d4cf;
}
.sign b { display: block; font-size: 16px; letter-spacing: -0.03em; }
.sign span { font-size: 11px; opacity: .9; }
.sign .row { display: flex; align-items: center; gap: 8px; }
.flag { width: 22px; height: 14px; border-radius: 2px; overflow: hidden; flex: none; }
.connect {
  position: absolute; right: 16px; top: 18px; color: #fff; font-weight: 800;
  text-align: right; text-shadow: 0 8px 18px rgba(0,0,0,.45); font-size: 15px; line-height: 1.25;
  max-width: 11rem;
}
.stats {
  position: absolute; right: 14px; bottom: 14px;
  background: rgba(255,255,255,.94); border-radius: 16px; padding: 10px 12px;
  display: grid; gap: 8px; min-width: 190px;
  box-shadow: var(--shadow);
}
.stats div { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: start; font-size: 12px; color: var(--muted); }
.stats strong { display: block; color: var(--ink); font-size: 13px; }

.section { padding: 42px 0; }
.section h2 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.04em; margin: 0 0 6px; }
.section .sub { color: var(--muted); margin: 0 0 22px; }
.head-row { display: flex; justify-content: space-between; gap: 12px; align-items: end; flex-wrap: wrap; }

.journeys { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.journey {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  min-height: 220px;
}
.journey img { height: 110px; width: 100%; object-fit: cover; }
.journey b { display: block; padding: 10px 12px 0; font-size: 14px; letter-spacing: -0.02em; }
.journey span { display: block; padding: 4px 12px 14px; color: var(--muted); font-size: 12px; }
.journey:hover { border-color: #b7e0c6; }

.how-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 16px; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px;
}
.step .n {
  width: 28px; height: 28px; border-radius: 50%; background: var(--green-soft); color: var(--green-2);
  display: grid; place-items: center; font-weight: 800; font-size: 13px; margin-bottom: 8px;
}
.step h3 { margin: 0 0 6px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.gov {
  background: var(--navy); color: #e8f1ee; border-radius: 18px; padding: 22px;
}
.gov h3 { margin: 0 0 8px; font-size: 18px; }
.gov p { margin: 0 0 16px; color: #c5d8d2; }
.gov a { color: #fff; }

.world-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.map {
  background: var(--navy); color: #fff; border-radius: 20px; min-height: 360px; padding: 22px;
  position: relative; overflow: hidden;
}
.map h2, .map p { position: relative; z-index: 1; }
.map p { color: #c5d8d2; max-width: 28rem; }
.svg-map { width: 100%; height: 230px; margin-top: 8px; }
.node { fill: #3ec77a; }
.node.hub { fill: #f4c15d; }
.edge { stroke: #3ec77a; stroke-width: 1.6; fill: none; opacity: .7; }
.lbl { fill: #d7ece4; font-size: 11px; font-family: var(--sans); }

.preview {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px 18px 8px;
}
.preview-top { display: flex; justify-content: space-between; gap: 8px; align-items: start; }
.preview h3 { margin: 0; font-size: 16px; }
.preview .meta { color: var(--muted); font-size: 13px; margin: 4px 0 12px; }
.plan-item {
  display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: start;
  padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px;
}
.plan-item .n {
  width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 12px; font-weight: 800;
}
.plan-item b { display: block; }
.plan-item span { color: var(--muted); font-size: 13px; }
.plan-item a { color: var(--green-2); font-weight: 700; text-decoration: none; font-size: 13px; }

.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.cat {
  border: 1px solid var(--line); border-radius: 16px; padding: 16px 14px; text-decoration: none;
  min-height: 132px; background: #fff;
}
.cat i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--green-soft); margin-bottom: 10px; font-style: normal; }
.cat b { display: block; margin-bottom: 4px; }
.cat span { color: var(--muted); font-size: 13px; }

.cta-band {
  background: #f3faf6; border-top: 1px solid #dcefe3; border-bottom: 1px solid #dcefe3;
  padding: 28px 0;
}
.cta-inner { display: flex; justify-content: space-between; gap: 16px; align-items: center; flex-wrap: wrap; }
.cta-inner h2 { margin: 0; }
.cta-inner p { margin: 4px 0 0; color: var(--muted); }

.door {
  display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap;
  border: 1px solid #d7efe0; background: #f4fbf6; border-radius: 16px; padding: 14px 16px; margin-top: 8px;
}
.door b { display: block; }
.door span { color: var(--muted); font-size: 14px; }
.door a { font-weight: 800; color: var(--green-2); text-decoration: none; }

footer.site { background: var(--navy); color: #c5d8d2; padding: 28px 0 36px; font-size: 13px; }
footer.site .row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
footer.site a { color: #dceee8; text-decoration: none; }
footer.site .brand { color: #fff; }
.legal { max-width: 720px; }
.legal h1 { font-size: 36px; }
.legal p, .legal li { color: var(--muted); }

@media (max-width: 980px) {
  nav.primary { display: none; }
  .menu-btn { display: inline-flex; }
  .hero-grid, .how-grid, .world-grid { grid-template-columns: 1fr; }
  .journeys, .cats { grid-template-columns: repeat(2, 1fr); }
  .hero-visual img.plate { height: 280px; }
  .connect { font-size: 13px; max-width: 9rem; }
  .stats { position: static; margin-top: 10px; }
  .signs { left: 10px; top: 10px; transform: scale(.9); transform-origin: top left; }
}
@media (max-width: 640px) {
  .ask-row { flex-direction: column; align-items: stretch; }
  .journeys, .cats, .steps { grid-template-columns: 1fr; }
  .top-right .btn-ghost { display: none; }
}
.nav-open nav.primary {
  display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 68px;
  background: #06262f; padding: 12px 18px 18px; gap: 10px;
}

.crumb { padding: 18px 0 0; color: var(--muted); font-size: 13px; }
.crumb a { color: var(--green-2); text-decoration: none; font-weight: 650; }
.page-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: center; }
.page-hero img { width: 100%; height: 280px; object-fit: cover; border-radius: 20px; }
.official-url { margin: 10px 0 0; font-size: 13px; }
.official-url a { color: var(--green-2); }
.res-list { margin: 8px 0 0; padding-left: 18px; }
.res-list a { color: var(--green-2); }
.plan-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 22px; box-shadow: var(--shadow); max-width: 640px;
}
.plan-card h2 { margin: 0 0 14px; font-size: 22px; }
.choices { display: grid; gap: 10px; }
.choices button, .choices a.choice {
  display: block; width: 100%; text-align: left; min-height: 52px;
  border: 1px solid var(--line); background: #fff; border-radius: 14px;
  padding: 12px 14px; cursor: pointer; font-weight: 650;
  text-decoration: none; color: inherit;
}
.choices button:hover, .choices a.choice:hover { border-color: #86efac; background: var(--green-soft); }
.plan-progress { height: 6px; background: #e8eee9; border-radius: 99px; margin: 0 0 16px; overflow: hidden; }
.plan-progress i { display: block; height: 100%; background: var(--green); }
.plan-nav { display: flex; gap: 10px; margin-top: 16px; }
@media (max-width: 980px) {
  .page-hero { grid-template-columns: 1fr; }
}
