:root {
  --ink: #071916;
  --ink-2: #0d2a25;
  --paper: #f5f8ee;
  --lime: #dfff62;
  --orange: #ff6b35;
  --mint: #9be7cf;
  --muted: #60716d;
  --line: rgba(7, 25, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.topbar {
  width: min(1180px, calc(100% - 40px));
  height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--lime); background: var(--ink); border-radius: 9px; font-size: 17px; }
nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .65; }
.nav-cta { padding: 11px 18px; color: var(--paper); background: var(--ink); border-radius: 999px; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 620px;
  margin: auto;
  padding: 74px 0 88px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 72px;
  align-items: center;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font: 700 13px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 4px; background: var(--orange); border-radius: 3px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.25rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 650px; margin: 28px 0 0; color: #40524e; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button.primary:hover { box-shadow: 3px 3px 0 var(--ink); }
.button.secondary { background: transparent; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: #287e62; }

.signal-card { position: relative; padding: 26px; color: white; background: var(--ink); border-radius: 28px; box-shadow: 16px 18px 0 var(--mint); overflow: hidden; }
.signal-card::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 34px 34px; }
.signal-card > * { position: relative; }
.signal-head { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; color: #b9cbc5; }
.live { display: flex; align-items: center; gap: 7px; }
.live i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(223,255,98,.1); }
.search-box { height: 58px; margin-top: 23px; padding: 0 18px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: white; border-radius: 14px; font-weight: 600; }
.search-box svg { width: 21px; fill: none; stroke: var(--ink); stroke-width: 2; }
.route { padding: 30px 8px 10px; }
.route-step { display: flex; align-items: center; gap: 13px; opacity: .9; }
.route-step b { display: grid; place-items: center; flex: 0 0 37px; height: 37px; border: 1px solid #45605a; border-radius: 50%; font-size: 13px; }
.route-step strong, .route-step small { display: block; }
.route-step strong { font-size: 16px; }
.route-step small { color: #8fa59f; }
.route-step.active b { color: var(--ink); background: var(--mint); border-color: var(--mint); }
.route-step.hot b { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.route-line { width: 1px; height: 29px; margin-left: 18px; background: #45605a; }
.card-note { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid #29423d; color: #b9cbc5; font-size: 14px; }

.problem-strip { padding: 20px max(20px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: white; background: var(--orange); overflow: hidden; }
.problem-strip p { margin: 0; white-space: nowrap; font-weight: 700; }
.problem-strip i { flex: 0 0 5px; height: 5px; background: var(--ink); border-radius: 50%; }
.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -42px; }
h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.03; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 460px; margin: 0; color: var(--muted); font-size: 18px; }
.delivery-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.delivery-grid article { min-height: 295px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number { display: inline-block; color: var(--orange); font: 800 14px/1 "Manrope", sans-serif; }
.delivery-grid h3 { margin: 78px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.delivery-grid p { margin: 0; color: var(--muted); }

.diagnostic { width: 100%; padding-inline: max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; color: white; background: var(--ink); }
.eyebrow.light { color: var(--mint); }
.diagnostic-copy > p:not(.eyebrow) { max-width: 480px; color: #aac0ba; font-size: 17px; }
.score-box { margin-top: 42px; display: flex; align-items: center; gap: 18px; }
.score-box > strong { font: 800 42px/1 "Manrope", sans-serif; color: var(--lime); }
.score-box span, .score-box small { display: block; }
.score-box span { font-weight: 700; }
.score-box small { color: #839b95; }
.checklist { display: grid; gap: 10px; }
.checklist label { min-height: 64px; padding: 15px 18px; display: flex; align-items: center; gap: 14px; background: #102e28; border: 1px solid #24463f; border-radius: 13px; cursor: pointer; transition: border .2s, background .2s; }
.checklist label:hover { border-color: #48746a; }
.checklist label:has(input:checked) { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.checklist input { width: 19px; height: 19px; accent-color: var(--orange); }

.offer { display: grid; grid-template-columns: 1fr 430px; gap: 100px; align-items: center; }
.offer-note { max-width: 570px; margin: 25px 0 0; color: var(--muted); font-size: 19px; }
.price-card { padding: 34px; color: white; background: var(--ink-2); border-radius: 24px; box-shadow: 12px 12px 0 var(--orange); }
.price-line { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #35514b; }
.price-line > span { color: #b6c8c3; }
.price-line strong { font: 800 43px/1 "Manrope", sans-serif; color: var(--lime); }
.price-line small { font-size: 18px; }
.price-card ul { margin: 26px 0; padding: 0; list-style: none; }
.price-card li { margin: 12px 0; color: #d9e4e1; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--lime); }
.full { width: 100%; }
.capacity { display: block; margin-top: 15px; color: #9db0ab; text-align: center; }

.principles { padding-top: 35px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); }
.principles h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.principles p { margin: 0 0 18px; color: var(--muted); }
.principles strong { color: var(--ink); }
footer { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 30px 0 45px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer p { margin: 0; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; gap: 55px; }
  .signal-card { max-width: 570px; }
  .section-heading, .diagnostic, .offer, .principles { grid-template-columns: 1fr; gap: 45px; }
  .section-heading .eyebrow { margin-bottom: -20px; }
  .delivery-grid { grid-template-columns: repeat(2, 1fr); }
  .offer { justify-items: stretch; }
  .price-card { max-width: 540px; }
}

@media (max-width: 580px) {
  .topbar, .hero, .section, footer { width: min(100% - 28px, 1180px); }
  .topbar { height: 72px; }
  .brand { font-size: 19px; }
  .nav-cta { padding: 10px 14px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .signal-card { padding: 20px; box-shadow: 8px 10px 0 var(--mint); }
  .signal-head { align-items: flex-start; }
  .problem-strip { justify-content: flex-start; }
  .problem-strip p:nth-of-type(n+3), .problem-strip i:nth-of-type(n+2) { display: none; }
  .section { padding-block: 82px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-grid article { min-height: auto; }
  .delivery-grid h3 { margin-top: 42px; }
  .diagnostic { padding-inline: 14px; }
  .diagnostic-copy, .checklist { padding-inline: 0; }
  .checklist label { min-height: 72px; }
  .price-card { padding: 25px 20px; box-shadow: 7px 8px 0 var(--orange); }
  .price-line { align-items: flex-end; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
