:root {
  --navy-950: #07172f;
  --navy-900: #0b2142;
  --navy-800: #12315d;
  --blue: #2368e8;
  --teal: #12a99a;
  --coral: #f15d5f;
  --purple: #7657d5;
  --green: #2aa873;
  --amber: #e89b2c;
  --ink: #122039;
  --muted: #64748b;
  --line: #dfe7f0;
  --surface: #f5f8fc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(223, 231, 240, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-900);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
}
.brand strong { color: var(--coral); }
.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: var(--white);
  background: linear-gradient(145deg, var(--teal), #087e76);
  box-shadow: 0 9px 22px rgba(18, 169, 154, .24);
}
.brand-mark svg { width: 25px; fill: currentColor; }
.site-header nav { display: flex; justify-content: center; gap: 27px; }
.site-header nav a, .login-link {
  color: #43526b;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}
.site-header nav a:hover, .login-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 17px; }
.header-cta {
  padding: 10px 18px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy-900);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}
.hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: 50px;
  padding: 80px 5.5vw 95px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(18, 169, 154, .15), transparent 27%),
    radial-gradient(circle at 53% 75%, rgba(35, 104, 232, .08), transparent 29%),
    linear-gradient(145deg, #fff 30%, #f5f9ff);
}
.hero-copy { max-width: 690px; }
.eyebrow {
  margin: 0 0 13px;
  color: var(--teal);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy-900); line-height: 1.16; }
h1 { max-width: 690px; margin-bottom: 23px; font-size: clamp(3.2rem, 5.5vw, 5.65rem); letter-spacing: -.06em; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: #506079; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 13px 28px rgba(241, 93, 95, .24); }
.button-primary:hover { background: #dc494c; }
.button-secondary { color: var(--navy-900); border-color: #cbd7e5; background: var(--white); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 14px; }
.trust-pills span {
  padding: 6px 10px;
  border: 1px solid #d9e3ed;
  border-radius: 999px;
  color: #506079;
  background: rgba(255,255,255,.78);
  font-size: .74rem;
  font-weight: 750;
}
.trust-pills span::before { margin-right: 6px; color: var(--teal); content: "●"; font-size: .55rem; }
.legal-note { max-width: 650px; margin: 0; color: #78869a; font-size: .77rem; }
.hero-visual { position: relative; min-height: 560px; display: grid; align-items: center; }
.glow { position: absolute; inset: 4% 2% 2% 8%; border-radius: 50%; background: linear-gradient(135deg, var(--navy-900), #12487b 62%, var(--teal)); filter: drop-shadow(0 35px 55px rgba(7, 23, 47, .2)); }
.dashboard-preview {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(710px, 100%);
  min-height: 440px;
  grid-template-columns: 82px 1fr;
  margin-left: auto;
  overflow: hidden;
  border: 7px solid var(--navy-950);
  border-radius: 22px;
  background: #edf3f8;
  box-shadow: 0 35px 80px rgba(7, 23, 47, .38);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.preview-sidebar { display: flex; align-items: center; flex-direction: column; gap: 18px; padding: 18px 14px; color: white; background: var(--navy-900); }
.mini-brand { margin-bottom: 25px; font-size: .57rem; font-weight: 850; white-space: nowrap; }
.mini-brand span { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border-radius: 3px; background: var(--teal); }
.preview-sidebar i { width: 31px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.18); }
.preview-sidebar i.active { height: 31px; border-radius: 9px; background: var(--coral); }
.preview-main { padding: 28px; }
.preview-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preview-head div { display: grid; }
.preview-head small { color: #8190a4; font-size: .65rem; }
.preview-head strong { color: var(--navy-900); font-size: 1.12rem; }
.online { padding: 6px 9px; border-radius: 999px; color: #16704e; background: #dbf5e9; font-size: .63rem; font-weight: 800; }
.online::before { margin-right: 5px; content: "●"; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 24px 0; }
.preview-metrics > div { display: grid; padding: 15px; border: 1px solid #dfe8f0; border-radius: 11px; background: white; }
.preview-metrics small, .preview-metrics span { color: #8a97a9; font-size: .58rem; }
.preview-metrics strong { margin: 5px 0 3px; color: var(--navy-900); font-size: .83rem; }
.preview-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 13px; }
.map-card, .activity-card { position: relative; min-height: 205px; overflow: hidden; border-radius: 13px; background: white; }
.map-card { display: flex; justify-content: flex-end; flex-direction: column; padding: 20px; background: #dfeae8; }
.map-card::before, .map-card::after { position: absolute; inset: -20% 25% -20% auto; width: 45px; background: #fff; content: ""; transform: rotate(32deg); }
.map-card::after { inset: 42% -10% auto -5%; width: 120%; height: 28px; transform: rotate(-9deg); }
.road { position: absolute; z-index: 1; border: 2px solid rgba(35,104,232,.18); border-radius: 50%; }
.road-one { inset: 18% 12% 30% 28%; }
.road-two { inset: 38% 44% 7% 5%; }
.map-dot { position: absolute; z-index: 2; top: 45%; left: 53%; width: 20px; height: 20px; border: 6px solid white; border-radius: 50%; background: var(--coral); box-shadow: 0 4px 14px rgba(241,93,95,.42); }
.map-card strong, .map-card small { position: relative; z-index: 3; width: max-content; padding: 3px 6px; border-radius: 5px; background: rgba(255,255,255,.88); }
.map-card strong { color: var(--navy-900); font-size: .76rem; }
.map-card small { color: #65758b; font-size: .58rem; }
.activity-card { padding: 18px; }
.activity-card > strong { color: var(--navy-900); font-size: .78rem; }
.activity-card p { display: grid; grid-template-columns: auto 1fr; margin: 12px 0 0; column-gap: 8px; }
.activity-card i { width: 9px; height: 9px; margin-top: 4px; border-radius: 3px; }
.activity-card span { color: #3c4c64; font-size: .65rem; font-weight: 700; }
.activity-card small { grid-column: 2; color: #93a0b1; font-size: .54rem; }
.teal { background: var(--teal); }
.blue { background: var(--blue); }
.coral { background: var(--coral); }
.floating-status { position: absolute; z-index: 4; display: grid; min-width: 175px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 16px 35px rgba(7,23,47,.22); }
.floating-status b { color: var(--navy-900); font-size: .77rem; }
.floating-status span { color: var(--muted); font-size: .62rem; }
.status-sos { top: 7%; right: -1%; }
.status-visible { bottom: 5%; left: 1%; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1240px; margin: -37px auto 0; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 18px 45px rgba(18, 32, 57, .1); overflow: hidden; }
.proof-strip div { display: grid; padding: 25px 28px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { color: var(--navy-900); font-size: .88rem; }
.proof-strip span { color: var(--muted); font-size: .7rem; }
.section { padding: 105px 6vw; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .split-heading h2, .safety-copy h2 { margin-bottom: 17px; font-size: clamp(2.2rem, 4vw, 3.55rem); letter-spacing: -.047em; }
.section-heading > p:last-child, .split-heading > p, .safety-copy > p { color: var(--muted); }
.intro-section { background: white; }
.feature-groups { display: grid; max-width: 1240px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: white; transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(18,32,57,.08); }
.feature-wide { display: grid; grid-column: span 3; grid-template-columns: auto 1fr; gap: 24px; padding: 35px; background: linear-gradient(135deg, #f2f8ff, #f4fbfa); }
.feature-icon { display: grid; width: 49px; height: 49px; margin-bottom: 22px; place-items: center; border-radius: 14px; color: white; font-size: 1.2rem; font-weight: 900; }
.feature-wide .feature-icon { margin: 0; }
.feature-icon.coral { background: var(--coral); }
.feature-icon.blue { background: var(--blue); }
.feature-icon.teal { background: var(--teal); }
.feature-icon.purple { background: var(--purple); }
.feature-icon.green { background: var(--green); }
.feature-icon.amber { background: var(--amber); }
.feature-icon.red { background: #d94355; }
.feature-label { display: block; margin-bottom: 8px; color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.08rem; }
.feature-wide h3 { font-size: 1.4rem; }
.feature-card p { margin: 0 0 12px; color: var(--muted); font-size: .86rem; }
.feature-card small { color: #8895a7; font-size: .72rem; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.feature-tags span { padding: 5px 8px; border: 1px solid #d8e5ee; border-radius: 999px; color: #52647b; background: white; font-size: .68rem; font-weight: 700; }
.dark-section { color: white; background: radial-gradient(circle at 80% 0, rgba(18,169,154,.15), transparent 30%), var(--navy-950); }
.split-heading { display: grid; max-width: 1180px; margin: 0 auto 45px; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.dark-section h2 { color: white; }
.dark-section .eyebrow { color: #55d4c8; }
.split-heading > p { margin: 0 0 8px; color: #a9b8ca; }
.timeline-preview { max-width: 980px; margin: 0 auto; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.timeline-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.timeline-filter span { padding: 7px 11px; border-radius: 8px; color: #9eb0c5; background: rgba(255,255,255,.06); font-size: .71rem; font-weight: 700; }
.timeline-filter span.active { color: white; background: var(--coral); }
.timeline-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px 8px; border-top: 1px solid rgba(255,255,255,.09); }
.timeline-item .dot { width: 11px; height: 11px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.05); }
.timeline-item div { display: grid; }
.timeline-item strong { font-size: .85rem; }
.timeline-item span, .timeline-item time { color: #91a4ba; font-size: .69rem; }
.setup-section { background: var(--surface); }
.steps { display: grid; max-width: 1240px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.steps article > span { display: block; margin-bottom: 20px; color: var(--coral); font-size: .77rem; font-weight: 900; }
.steps h3 { margin-bottom: 9px; font-size: 1.02rem; }
.steps p { margin: 0; color: var(--muted); font-size: .84rem; }
.setup-cta { display: flex; max-width: 1240px; margin: 24px auto 0; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 29px; border-radius: 16px; color: white; background: var(--navy-900); }
.setup-cta div { display: grid; }
.setup-cta span { color: #aebed1; font-size: .76rem; }
.pricing-section { background: white; }
.pricing-grid { display: grid; max-width: 980px; margin: 0 auto; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; }
.price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 14px 38px rgba(18,32,57,.07); }
.price-card.premium { border: 2px solid var(--teal); box-shadow: 0 20px 50px rgba(18,169,154,.13); }
.popular { position: absolute; top: -13px; right: 24px; padding: 5px 11px; border-radius: 999px; color: white; background: var(--teal); font-size: .68rem; font-weight: 850; }
.plan-label { color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 6px 0 11px; font-size: 1.7rem; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price strong { color: var(--navy-900); font-size: 2.6rem; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: .74rem; }
.price-card > p { min-height: 52px; color: var(--muted); font-size: .83rem; }
.price-card .button { width: 100%; margin: 12px 0 17px; }
.price-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.price-card li { color: #4d5d74; font-size: .78rem; }
.price-card li::before { margin-right: 8px; color: var(--teal); content: "✓"; font-weight: 900; }
.refund-note { max-width: 980px; margin: 20px auto 0; padding: 21px 24px; border: 1px solid #f2d8a8; border-radius: 14px; background: #fffaf0; }
.refund-note strong { color: #7f5311; }
.refund-note p { margin: 5px 0 0; color: #8c6a35; font-size: .76rem; }
.safety-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; background: #f7fafc; }
.safety-copy { align-self: start; position: sticky; top: 110px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.boundary-list { display: grid; gap: 13px; }
.boundary-list article { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.boundary-list article > span { display: inline-block; margin-bottom: 9px; padding: 4px 8px; border-radius: 999px; color: #186b63; background: #def6f2; font-size: .65rem; font-weight: 850; }
.boundary-list h3 { margin-bottom: 7px; font-size: 1rem; }
.boundary-list p { margin: 0; color: var(--muted); font-size: .82rem; }
.faq-section { background: white; }
.faq-grid { display: grid; max-width: 1050px; margin: 0 auto; grid-template-columns: repeat(2, 1fr); gap: 13px; }
details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
summary { color: var(--navy-900); cursor: pointer; font-size: .9rem; font-weight: 800; }
details p { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin: 0 5vw 90px; padding: 55px 5vw; border-radius: 23px; color: white; background: linear-gradient(135deg, var(--navy-950), var(--navy-800) 65%, #0a776f); box-shadow: 0 25px 65px rgba(7,23,47,.25); }
.final-cta h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(2rem, 3.5vw, 3.1rem); letter-spacing: -.045em; }
.final-cta .eyebrow { color: #61dbd0; }
.button-light { color: var(--navy-900); background: white; }
.button-outline { color: white; border-color: rgba(255,255,255,.4); background: transparent; }
footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; padding: 65px 6vw 27px; color: #aab9cc; background: var(--navy-950); font-size: .79rem; }
.brand-footer { color: white; }
.footer-about p { max-width: 330px; }
footer h2 { margin-bottom: 13px; color: white; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: 7px; }
footer a { color: #cad4e1; text-decoration: none; }
footer a:hover { color: white; }
.copyright { grid-column: 1 / -1; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: .71rem; }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 600px; }
  .dashboard-preview { margin: auto; }
  .feature-groups { grid-template-columns: repeat(2, 1fr); }
  .feature-wide { grid-column: span 2; }
  .safety-section { grid-template-columns: 1fr; gap: 35px; }
  .safety-copy { position: static; }
}

@media (max-width: 760px) {
  .site-header { min-height: 67px; padding: 0 18px; }
  .login-link { display: none; }
  .brand { font-size: 1.12rem; }
  .brand-mark { width: 35px; height: 35px; }
  .header-cta { padding: 8px 12px; }
  .hero { min-height: auto; padding: 60px 20px 72px; }
  h1 { font-size: 3rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 450px; margin-top: 10px; }
  .glow { inset: 4%; }
  .dashboard-preview { min-height: 330px; grid-template-columns: 52px 1fr; border-width: 4px; transform: none; }
  .preview-sidebar { padding: 13px 8px; }
  .mini-brand { font-size: 0; }
  .mini-brand span { width: 18px; height: 18px; }
  .preview-sidebar i { width: 22px; }
  .preview-main { padding: 17px; }
  .preview-metrics { grid-template-columns: 1fr; }
  .preview-metrics > div:nth-child(n+2) { display: none; }
  .preview-grid { grid-template-columns: 1fr; }
  .activity-card { display: none; }
  .map-card { min-height: 175px; }
  .floating-status { min-width: 145px; padding: 11px 12px; }
  .status-sos { right: -3%; }
  .status-visible { left: -3%; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); margin: -25px 18px 0; }
  .proof-strip div { padding: 19px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .section { padding: 78px 20px; }
  .feature-groups, .steps, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .timeline-preview { padding: 18px; }
  .timeline-filter span:nth-child(n+4) { display: none; }
  .setup-cta, .final-cta { align-items: stretch; flex-direction: column; }
  .setup-cta .button, .final-cta .button { width: 100%; }
  .safety-section { gap: 25px; }
  .final-cta { margin: 0 18px 70px; padding: 38px 25px; }
  footer { grid-template-columns: 1fr; padding: 55px 25px 25px; }
}

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