:root {
  --bg: #0b1220;
  --bg-soft: #111a2b;
  --card: rgba(255,255,255,0.08);
  --card-strong: rgba(255,255,255,0.12);
  --text: #f6f8fb;
  --muted: #aab5c8;
  --line: rgba(255,255,255,0.12);
  --primary: #22c55e;
  --primary-dark: #16a34a;
  --accent: #38bdf8;
  --warning: #f59e0b;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(34,197,94,0.14), transparent 25%),
    linear-gradient(180deg, #0a1020 0%, #0b1220 45%, #0d1728 100%);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10,16,32,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid;
  place-items: center;
  color: white;
  font-size: 22px;
  box-shadow: 0 10px 30px rgba(34,197,94,0.28);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
}

.nav-links a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  box-shadow: 0 14px 32px rgba(34,197,94,0.28);
}

.btn-primary:hover { transform: translateY(-1px); }

.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-color: rgba(255,255,255,0.12);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-1px);
}

.hero {
  padding: 56px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #d8e2f2;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  max-width: 11ch;
}

.hero p.lead {
  font-size: clamp(18px, 2.3vw, 22px);
  color: var(--muted);
  margin: 0 0 28px;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #d1d9e7;
  font-size: 14px;
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  padding: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 540px;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -80px auto auto -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(56,189,248,0.18);
  filter: blur(20px);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  margin: 18px auto 0;
  background: #06101d;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 36px;
  padding: 14px;
  box-shadow: 0 28px 50px rgba(0,0,0,0.36);
}

.phone-screen {
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #102138 0%, #0b1728 100%);
  min-height: 640px;
  position: relative;
}

.map {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(34,197,94,0.15), transparent 12%),
    radial-gradient(circle at 72% 34%, rgba(56,189,248,0.15), transparent 14%),
    radial-gradient(circle at 58% 75%, rgba(245,158,11,0.12), transparent 15%),
    linear-gradient(180deg, #102138 0%, #0b1728 100%);
  background-size: 36px 36px, 36px 36px, auto, auto, auto, auto;
  opacity: 0.95;
}

.road {
  position: absolute;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
}

.road.r1 { width: 74%; height: 10px; top: 18%; left: 10%; transform: rotate(12deg); }
.road.r2 { width: 82%; height: 10px; top: 50%; left: 4%; transform: rotate(-18deg); }
.road.r3 { width: 12px; height: 74%; top: 12%; left: 42%; }
.road.r4 { width: 10px; height: 60%; top: 24%; left: 70%; transform: rotate(10deg); }

.pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0,0,0,0.26);
}

.pin::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  inset: 6px;
}

.pin.green { background: var(--primary); }
.pin.blue { background: var(--accent); }
.pin.orange { background: var(--warning); }

.pin.p1 { top: 24%; left: 22%; }
.pin.p2 { top: 38%; left: 65%; }
.pin.p3 { top: 58%; left: 32%; }
.pin.p4 { top: 68%; left: 58%; }
.pin.p5 { top: 30%; left: 48%; }

.topbar, .bottomsheet, .floating-card {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  backdrop-filter: blur(14px);
  background: rgba(7,16,29,0.82);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
}

.topbar {
  top: 14px;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.topbar strong { display: block; font-size: 15px; }
.topbar span { color: var(--muted); font-size: 12px; }

.badge-mini {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,0.16);
  color: #bbf7d0;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.floating-card {
  top: 108px;
  left: auto;
  right: 14px;
  width: 210px;
  border-radius: 20px;
  padding: 14px;
}

.floating-card h4 {
  margin: 0 0 6px;
  font-size: 15px;
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.bottomsheet {
  bottom: 14px;
  border-radius: 26px;
  padding: 18px;
}

.sheet-handle {
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  margin: 0 auto 16px;
}

.sheet-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sheet-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
}

.sheet-sub {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.sheet-price {
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(34,197,94,0.14);
  color: #bbf7d0;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.sheet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

section {
  padding: 34px 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.stat span { color: var(--muted); }

.section-head {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-head .kicker {
  display: inline-block;
  color: #b7c4d9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.problem-grid,
.story-grid,
.benefits,
.steps,
.cities,
.faq,
.footer-grid {
  display: grid;
  gap: 18px;
}

.problem-grid,
.story-grid {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.card p,
.card li {
  color: var(--muted);
  font-size: 16px;
}

.manifest {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(34,197,94,0.12), rgba(56,189,248,0.08));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
}

.manifest p {
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0;
  color: #e8eef8;
}

.steps { grid-template-columns: repeat(3, 1fr); }
.benefits { grid-template-columns: repeat(3, 1fr); }
.cities { grid-template-columns: repeat(3, 1fr); }
.faq { grid-template-columns: 1fr 1fr; }

.step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(34,197,94,0.14);
  color: #bbf7d0;
  font-weight: 800;
  margin-bottom: 14px;
}

.step h3,
.benefit h3,
.faq-item h3,
.city h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.city .score {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(56,189,248,0.14);
  color: #bae6fd;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

ul.clean {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

ul.clean li {
  position: relative;
  padding-left: 24px;
}

ul.clean li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #86efac;
  font-weight: 800;
}

.cta {
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(34,197,94,0.18), rgba(56,189,248,0.12));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
  text-align: center;
}

.cta h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.cta p {
  max-width: 740px;
  margin: 0 auto 24px;
  color: #d6e0ef;
  font-size: 18px;
}

.cta .hero-actions { justify-content: center; margin-bottom: 0; }

footer {
  padding: 28px 0 48px;
  color: var(--muted);
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: start;
}

.footer-title {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-list {
  display: grid;
  gap: 10px;
  font-size: 15px;
}

.small { font-size: 14px; }

@media (max-width: 1080px) {
  .hero-grid,
  .problem-grid,
  .story-grid,
  .footer-grid,
  .faq {
    grid-template-columns: 1fr;
  }

  .steps,
  .benefits,
  .cities,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .nav-links { display: none; }
  .hero { padding-top: 28px; }
  .hero-card { min-height: auto; }
  .phone-screen { min-height: 560px; }
  .steps,
  .benefits,
  .cities,
  .stats,
  .faq {
    grid-template-columns: 1fr;
  }
  .cta,
  .manifest,
  .card,
  .stat { padding: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
}