:root {
  --bg: #07150f;
  --bg-soft: #0d2118;
  --green: #22c55e;
  --green-dark: #16a34a;
  --mint: #bbf7d0;
  --text: #ecfdf5;
  --muted: #a7f3d0;
  --card: rgba(255, 255, 255, 0.08);
  --card-border: rgba(255, 255, 255, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 21, 15, 0.85);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.15rem; }
.brand-icon {
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 16px; background: linear-gradient(135deg, var(--green), #84cc16);
  color: #052e16; font-size: .8rem; box-shadow: 0 12px 30px rgba(34,197,94,.32);
}
.nav-links { display: flex; gap: 26px; align-items: center; color: var(--muted); font-weight: 600; }
.nav-links a:hover { color: var(--white); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: rgba(34,197,94,.16); color: var(--white)!important; border: 1px solid rgba(34,197,94,.4); }
.menu-toggle { display: none; background: none; color: var(--white); border: 0; font-size: 1.8rem; }
.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 64px;
  align-items: center;
  padding: 72px 0;
}
.hero::before {
  content: ""; position: absolute; inset: 80px auto auto 0; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(34,197,94,.32), transparent 65%); filter: blur(20px); pointer-events: none;
}
.eyebrow { color: var(--mint); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: .97; letter-spacing: -0.07em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.05em; margin-bottom: 16px; }
h3 { margin-bottom: 8px; }
.hero-text { font-size: 1.18rem; color: #d1fae5; max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--green), #a3e635); color: #052e16; box-shadow: 0 18px 36px rgba(34,197,94,.25); }
.btn.secondary { border: 1px solid var(--card-border); color: var(--white); background: rgba(255,255,255,.06); }
.btn.large { min-height: 58px; padding: 0 28px; width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .95rem; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--card-border); border-radius: 999px; background: rgba(255,255,255,.05); }
.phone-card { display: flex; justify-content: center; }
.phone { width: min(360px, 100%); min-height: 640px; padding: 16px; border-radius: 46px; background: linear-gradient(145deg, #0f2d1f, #07150f); border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow); position: relative; }
.phone-top { width: 120px; height: 24px; border-radius: 0 0 18px 18px; background: #07150f; margin: 0 auto 12px; }
.app-screen { min-height: 565px; border-radius: 34px; padding: 24px; background: linear-gradient(180deg, #f0fdf4, #dcfce7); color: #052e16; overflow: hidden; }
.screen-header { display: flex; gap: 8px; align-items: center; margin-bottom: 22px; }
.leaf { color: var(--green-dark); }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.status-grid div, .report-card { background: white; border-radius: 20px; padding: 14px; box-shadow: 0 8px 28px rgba(5,46,22,.08); }
.status-grid strong { display: block; font-size: 1.4rem; }
.status-grid span { font-size: .68rem; color: #166534; }
.map-preview { height: 245px; background: linear-gradient(135deg, #86efac, #22c55e); border-radius: 28px; margin: 16px 0; position: relative; overflow: hidden; }
.map-preview::before, .map-preview::after { content: ""; position: absolute; inset: auto; width: 130%; height: 4px; background: rgba(255,255,255,.55); transform: rotate(-26deg); top: 85px; left: -50px; }
.map-preview::after { transform: rotate(32deg); top: 145px; }
.pin { position: absolute; width: 18px; height: 18px; background: #052e16; border: 4px solid white; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,0,0,.2); }
.p1 { left: 58px; top: 54px; } .p2 { right: 70px; top: 120px; } .p3 { left: 135px; bottom: 52px; }
.report-card span { color: #15803d; font-weight: 800; font-size: .78rem; text-transform: uppercase; }
.report-card strong { display: block; font-size: 1.2rem; }
.report-card small { color: #166534; }
.problem-section { background: #f0fdf4; color: #052e16; padding: 90px 0; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.problem-section .eyebrow, .section-heading .eyebrow { color: var(--green-dark); }
.problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.problem-grid article { padding: 24px; background: white; border-radius: 26px; box-shadow: 0 14px 38px rgba(5,46,22,.08); }
.problem-grid span { color: var(--green-dark); font-weight: 900; }
.problem-grid p { color: #166534; margin: 0; }
.section { padding: 96px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.section-heading p:last-child { color: #b7f7d4; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { padding: 24px; border: 1px solid var(--card-border); background: var(--card); border-radius: 28px; }
.step span { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--green); color: #052e16; font-weight: 900; margin-bottom: 18px; }
.step p { color: #d1fae5; margin: 0; }
.screens-section { background: linear-gradient(180deg, #0d2118, #07150f); }
.section-heading.light .eyebrow { color: var(--mint); }
.screens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.screens-grid article { padding: 24px; background: rgba(255,255,255,.07); border: 1px solid var(--card-border); border-radius: 26px; }
.screens-grid span { font-size: 1.6rem; }
.screens-grid p { color: #d1fae5; margin: 0; }
.tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.tech-grid span { padding: 14px 20px; border-radius: 999px; background: rgba(34,197,94,.13); border: 1px solid rgba(34,197,94,.35); color: #dcfce7; font-weight: 800; }
.download-section { padding: 92px 0; background: #f0fdf4; color: #052e16; }
.download-card { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: center; padding: 42px; border-radius: 34px; background: white; box-shadow: 0 20px 60px rgba(5,46,22,.12); }
.download-card p { color: #166534; }
.download-box { padding: 24px; border: 1px solid #bbf7d0; border-radius: 28px; background: #f0fdf4; text-align: center; }
.download-box small { display: block; margin-top: 14px; color: #166534; }
.footer { padding: 32px 0; border-top: 1px solid rgba(255,255,255,.08); color: #bbf7d0; }
.footer-content { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.footer p { margin: 0; }
.footer a { font-weight: 800; }
@media (max-width: 940px) {
  .hero, .split, .download-card { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; gap: 36px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .screens-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; padding: 22px; background: #092016; border: 1px solid var(--card-border); border-radius: 24px; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px; }
  .problem-grid, .steps, .screens-grid { grid-template-columns: 1fr; }
  .download-card { padding: 26px; }
  .footer-content { flex-direction: column; text-align: center; }
  h1 { font-size: 2.65rem; }
}
