:root {
  color-scheme: dark;
  --bg: #0b1220;
  --bg-deep: #070c16;
  --panel: #111c2f;
  --panel-light: #17263e;
  --text: #eaf2ff;
  --muted: #a8b8d4;
  --accent: #ffd34d;
  --accent-dark: #d8a900;
  --cyan: #41d3ff;
  --red: #ff4d47;
  --orange: #ff9f1c;
  --border: rgba(168, 184, 212, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 84% 6%, rgba(65, 211, 255, 0.09), transparent 31rem),
    radial-gradient(circle at 8% 20%, rgba(255, 211, 77, 0.07), transparent 26rem),
    var(--bg);
  color: var(--text);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.025em; }
p { color: var(--muted); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--accent);
  color: #141414;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: rgba(7, 12, 22, 0.83);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(calc(100% - 36px), var(--max));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.02em;
}
.brand-mark { width: 34px; height: 34px; display: inline-flex; }
.brand-mark svg { width: 100%; height: 100%; }
.mark-glow { fill: rgba(65, 211, 255, 0.32); }
.mark-bolt { fill: var(--accent); }
.primary-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.primary-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 650;
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--text); }
.language-switcher {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}
.language-switcher button {
  min-width: 38px;
  border: 0;
  border-radius: 999px;
  padding: 6px 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
}
.language-switcher button[aria-pressed="true"] { background: var(--accent); color: #131820; }

.hero, .section, .site-footer {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
  padding: 92px 0 88px;
}
.eyebrow, .kicker {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255, 211, 77, 0.13); }
.hero h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(3rem, 6.6vw, 5.9rem); }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #111722; box-shadow: 0 12px 36px rgba(255, 211, 77, 0.18); }
.button-primary:hover { background: #ffe078; }
.button-secondary { border: 1px solid var(--border); background: rgba(255, 255, 255, 0.035); color: var(--text); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-facts span { border: 1px solid var(--border); border-radius: 999px; padding: 5px 10px; color: var(--muted); font-size: 0.78rem; }

.phone-stage { position: relative; display: grid; place-items: center; min-height: 590px; }
.phone-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(65, 211, 255, 0.19), transparent 66%); filter: blur(10px); }
.phone {
  position: relative;
  width: min(100%, 340px);
  min-height: 610px;
  overflow: hidden;
  border: 8px solid #26334a;
  border-radius: 42px;
  background: var(--panel);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.05);
  transform: rotate(1.5deg);
}
.phone-speaker { position: absolute; z-index: 5; top: 9px; left: 50%; width: 84px; height: 7px; transform: translateX(-50%); border-radius: 999px; background: #26334a; }
.app-bar { height: 82px; display: flex; align-items: center; gap: 11px; padding: 20px 18px 10px; background: #0f1a2c; }
.app-bar strong, .app-bar small { display: block; }
.app-bar strong { font-size: 0.98rem; }
.app-bar small { color: var(--muted); font-size: 0.69rem; }
.mini-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--accent); color: #14191f; font-size: 1.35rem; font-weight: 900; }
.map-preview { position: relative; height: 425px; overflow: hidden; background: linear-gradient(145deg, #172c35 0%, #203d3c 42%, #172f3b 100%); }
.map-preview::before { content: ""; position: absolute; inset: -30px; opacity: .28; background-image: linear-gradient(31deg, transparent 46%, #8da18c 47%, transparent 49%), linear-gradient(115deg, transparent 47%, #839789 48%, transparent 50%); background-size: 82px 72px, 115px 92px; }
.water { position: absolute; display: block; border: 2px solid rgba(65, 211, 255, .25); border-radius: 50%; }
.water-a { width: 190px; height: 86px; left: -36px; top: 40px; transform: rotate(-24deg); }
.water-b { width: 150px; height: 60px; right: -35px; bottom: 70px; transform: rotate(20deg); }
.map-line { position: absolute; display: block; height: 2px; background: rgba(255,255,255,.17); transform-origin: left center; }
.map-line-a { width: 260px; top: 180px; left: 20px; transform: rotate(-23deg); }
.map-line-b { width: 220px; top: 285px; left: 50px; transform: rotate(38deg); }
.map-line-c { width: 190px; top: 70px; left: 130px; transform: rotate(70deg); }
.alert-radius { position: absolute; width: 190px; height: 190px; left: 82px; top: 115px; border: 2px solid var(--cyan); border-radius: 50%; background: rgba(65, 211, 255, .08); }
.selected-pin { position: absolute; z-index: 3; width: 13px; height: 13px; left: 171px; top: 205px; border: 3px solid #fff; border-radius: 50%; background: var(--cyan); box-shadow: 0 4px 12px rgba(0,0,0,.45); }
.strike { position: absolute; z-index: 3; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 13px currentColor; }
.strike-new { background: var(--red); color: var(--red); }
.strike-old { background: var(--orange); color: var(--orange); opacity: .72; }
.strike-a { left: 120px; top: 165px; }.strike-b { right: 74px; top: 104px; }.strike-c { left: 68px; bottom: 92px; }.strike-d { right: 48px; bottom: 146px; }
.pulse-ring { position: absolute; left: 105px; top: 150px; width: 38px; height: 38px; border: 2px solid rgba(255,77,71,.65); border-radius: 50%; animation: pulse 2s ease-out infinite; }
.map-controls { position: absolute; z-index: 4; top: 13px; left: 12px; display: grid; overflow: hidden; border-radius: 7px; box-shadow: 0 3px 10px rgba(0,0,0,.3); }
.map-controls span { display: grid; place-items: center; width: 31px; height: 31px; border-bottom: 1px solid #d8dce1; background: #fff; color: #253141; font-weight: 800; }
.map-controls span:last-child { margin-top: 8px; border-bottom: 0; border-radius: 5px; }
.map-status { position: absolute; z-index: 4; left: 12px; bottom: 12px; border-radius: 11px; padding: 7px 9px; background: rgba(11,18,32,.88); color: var(--text); font-size: .65rem; }
.app-summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; }
.app-summary strong, .app-summary small { display: block; }
.app-summary strong { font-size: .72rem; }.app-summary small { color: var(--muted); font-size: .65rem; }
.settings-pill { border-radius: 10px; padding: 8px 10px; background: var(--accent); color: #111722; font-size: .68rem; font-weight: 850; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2, .data-copy h2, .privacy-section h2, .contact-section h2 { margin: 10px 0 16px; font-size: clamp(2rem, 4.8vw, 3.7rem); }
.section-heading > p:last-child { font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .plan-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(23, 38, 62, .9), rgba(17, 28, 47, .9));
  box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
}
.feature-card { min-height: 245px; padding: 26px; }
.feature-card h3 { margin: 22px 0 10px; font-size: 1.18rem; }
.feature-card p { margin-bottom: 0; font-size: .93rem; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(65,211,255,.23); border-radius: 14px; background: rgba(65,211,255,.08); color: var(--cyan); font-size: 1.25rem; font-weight: 900; }

.steps-section { padding-top: 60px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 26px 0; border-top: 1px solid var(--border); }
.steps li > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--accent); color: #101722; font-weight: 900; }
.steps h3 { margin-bottom: 8px; font-size: 1.08rem; }.steps p { margin-bottom: 0; font-size: .9rem; }

.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.plan-card { position: relative; padding: clamp(28px, 4vw, 42px); }
.plan-pro { border-color: rgba(255, 211, 77, .4); background: linear-gradient(145deg, rgba(44, 43, 35, .94), rgba(21, 31, 46, .95)); }
.recommended { position: absolute; top: 20px; right: 20px; border-radius: 999px; padding: 5px 10px; background: var(--accent); color: #111722; font-size: .73rem; font-weight: 900; }
.plan-name { margin-bottom: 12px; color: var(--text); font-size: 1.05rem; font-weight: 800; }
.price { margin: 0; color: var(--muted); }.price strong { color: var(--text); font-size: 2.2rem; }.price span { font-size: .9rem; }
.price-pair { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }.price-pair .or { margin: 0; font-size: .8rem; }
.trial { display: inline-block; margin: 14px 0 0; border-radius: 9px; padding: 6px 9px; background: rgba(255, 211, 77, .1); color: var(--accent); font-size: .78rem; font-weight: 750; }
.tax-note { margin: 9px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.plan-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 27px; color: var(--muted); }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.plan-card .button { margin-top: 28px; }
.fine-print { max-width: 900px; margin: 20px 0 0; font-size: .82rem; }

.data-section, .privacy-section, .contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.data-section { margin-top: 42px; padding-inline: clamp(24px, 5vw, 64px); border: 1px solid var(--border); border-radius: 32px; background: linear-gradient(135deg, rgba(65,211,255,.07), rgba(17,28,47,.75)); }
.source-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.source-links a, .text-link { color: var(--accent); font-weight: 760; text-decoration: none; }
.source-links a:hover, .text-link:hover { text-decoration: underline; }
.data-code { border: 1px solid rgba(65,211,255,.22); border-radius: 22px; padding: 30px; background: #08111f; box-shadow: inset 0 0 32px rgba(65,211,255,.04); }
.data-code span, .data-code small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.data-code code { display: block; margin: 18px 0; color: var(--cyan); font: 700 1rem/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.privacy-section { align-items: start; }
.privacy-points { display: grid; gap: 15px; }
.privacy-points p { margin: 0; padding-left: 20px; border-left: 2px solid rgba(65,211,255,.4); }
.safety-note { width: min(calc(100% - 36px), var(--max)); margin: 28px auto 50px; display: flex; gap: 18px; border: 1px solid rgba(255,211,77,.25); border-radius: 22px; padding: 24px; background: rgba(255,211,77,.06); }
.safety-note h2 { margin-bottom: 6px; font-size: 1.1rem; }.safety-note p { margin: 0; }
.safety-icon { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--accent); color: #111722; font-weight: 950; }
.contact-section { margin-top: 40px; margin-bottom: 100px; padding-inline: clamp(24px, 5vw, 64px); border-radius: 30px; background: var(--panel); box-shadow: var(--shadow); }
.contact-section .button { justify-self: end; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: .84rem; }
.site-footer div { display: flex; flex-wrap: wrap; gap: 18px; }.site-footer a { color: var(--muted); text-decoration: none; }.site-footer a:hover { color: var(--text); }

.policy-main { width: min(calc(100% - 36px), 900px); margin: 0 auto; padding: 70px 0 100px; }
.policy-hero { margin-bottom: 30px; }.policy-hero h1 { margin: 12px 0; font-size: clamp(2.2rem, 6vw, 4rem); }.policy-hero p { margin-bottom: 0; }
.policy-article { border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(24px, 6vw, 54px); background: var(--panel); box-shadow: var(--shadow); }
.policy-article[hidden] { display: none; }
.policy-article h2 { margin: 38px 0 12px; font-size: 1.35rem; }.policy-article h2:first-child { margin-top: 0; }
.policy-article li { color: var(--muted); }.policy-article a { color: var(--accent); }
.policy-notice { margin-top: 32px; border-left: 4px solid var(--accent); padding: 14px 18px; background: rgba(255,211,77,.07); }
.back-link { display: inline-block; margin-top: 24px; color: var(--accent); font-weight: 750; text-decoration: none; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
@keyframes pulse { 0% { transform: scale(.2); opacity: 1; } 85%,100% { transform: scale(1.7); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
  .primary-nav { display: none; }
  .language-switcher { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 68px; }
  .hero-copy { text-align: center; }.hero-lead, .section-heading { margin-inline: auto; }.hero-actions, .hero-facts { justify-content: center; }
  .phone-stage { min-height: 630px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .data-section, .privacy-section, .contact-section { grid-template-columns: 1fr; }
  .contact-section .button { justify-self: start; }
}
@media (max-width: 620px) {
  .nav-shell { width: min(calc(100% - 24px), var(--max)); min-height: 64px; }
  .brand { font-size: .92rem; }.brand-mark { width: 30px; height: 30px; }
  .language-switcher button { min-width: 34px; padding: 5px 6px; }
  .hero, .section, .site-footer, .safety-note { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; padding: 58px 0 70px; gap: 28px; }.hero h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .phone-stage { min-height: 560px; }.phone { width: 300px; min-height: 550px; }.map-preview { height: 374px; }.alert-radius { left: 64px; top: 96px; }.selected-pin { left: 153px; top: 186px; }
  .feature-grid, .plan-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .section { padding: 72px 0; }.data-section, .contact-section { padding: 34px 22px; }
  .price-pair { display: block; }.price-pair .or { margin: 3px 0; }
  .site-footer { padding: 26px 0; align-items: flex-start; flex-direction: column; }
  .policy-main { width: min(calc(100% - 28px), 900px); padding-top: 46px; }
}
