:root {
  color-scheme: dark;
  --ink: #f8f5ff;
  --muted: #aaa4bc;
  --deep: #08060f;
  --panel: #12101a;
  --panel-soft: #181425;
  --purple: #8f62ff;
  --purple-deep: #3c146f;
  --gold: #f8c75c;
  --red: #ff3d48;
  --line: rgba(255, 255, 255, .11);
  --max: 1240px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  background: var(--deep);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--deep); color: var(--ink); overflow-x: hidden; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
section[id] { scroll-margin-top: 28px; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-180%); background: #fff; color: #000; padding: 12px 16px; border-radius: 8px; z-index: 100; }
.skip-link:focus { transform: none; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; font-size: 18px; }
.brand img { border-radius: 12px; box-shadow: 0 10px 35px rgba(117, 57, 240, .25); }
nav { display: flex; align-items: center; gap: 34px; }
nav a { text-decoration: none; color: #d8d3e3; font-size: 14px; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: #fff; }
.nav-download { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 11px 17px; }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: 700px;
  margin: 0 auto;
  padding: 88px 0 78px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 42px;
  position: relative;
}
.storm-field { position: absolute; width: 760px; height: 760px; right: -210px; top: -90px; opacity: .62; pointer-events: none; }
.radar-ring { position: absolute; border: 1px solid rgba(152, 101, 255, .22); border-radius: 50%; inset: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 280px; height: 280px; }
.ring-two { width: 500px; height: 500px; }
.ring-three { width: 720px; height: 720px; }
.radar-sweep { position: absolute; width: 360px; height: 360px; top: 20px; left: 20px; transform-origin: 100% 100%; background: conic-gradient(from 25deg at 100% 100%, transparent 0 304deg, rgba(255, 38, 76, .08) 315deg, rgba(255, 46, 85, .4) 348deg, transparent 359deg); filter: blur(.3px); animation: sweep 13s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .radar-sweep { animation: none; transform: rotate(32deg); } }

.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .17em; font-weight: 760; font-size: 11px; color: #cbc4db; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 17px var(--red); }
h1 { margin: 24px 0 25px; font-size: clamp(54px, 6.4vw, 92px); line-height: .93; letter-spacing: -.065em; max-width: 760px; }
h1 em { font-style: normal; color: var(--gold); }
.hero-copy > p { color: #c7c0d4; font-size: 19px; line-height: 1.65; max-width: 610px; margin: 0; }
.hero-copy > .release-teaser { max-width: 490px; margin-top: 22px; padding-left: 16px; border-left: 2px solid var(--gold); color: #c7c0d4; font-size: 14px; line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.app-store-button { display: inline-flex; min-width: 178px; align-items: center; justify-content: center; gap: 11px; padding: 10px 17px 11px; background: #fff; color: #08060f; border-radius: 13px; text-decoration: none; box-shadow: 0 18px 38px rgba(0, 0, 0, .28); transition: transform .18s ease, box-shadow .18s ease; }
.app-store-button:hover, .app-store-button:focus-visible { transform: translateY(-2px); box-shadow: 0 22px 45px rgba(0, 0, 0, .4); }
.app-store-button .apple { font-size: 24px; line-height: 1; transform: scaleX(.85); }
.app-store-button span:last-child { display: grid; }
.app-store-button small { font-size: 10px; line-height: 1; }
.app-store-button strong { font-size: 20px; line-height: 1.1; letter-spacing: -.02em; }
.text-link { font-size: 14px; font-weight: 720; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 3px; }
.text-link span { color: var(--gold); margin-left: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 42px; color: #9790a8; font-size: 12px; }
.trust-row span::before { content: "✓"; color: var(--gold); margin-right: 7px; }

.hero-visual { position: relative; height: 560px; z-index: 2; }
.phone { position: absolute; overflow: hidden; border: 9px solid #1b1722; border-radius: 45px; background: #000; box-shadow: 0 36px 90px rgba(0,0,0,.65), 0 0 0 1px rgba(255,255,255,.12); }
.phone::before { content: ""; width: 72px; height: 18px; border-radius: 20px; background: #111; position: absolute; z-index: 2; top: 10px; left: 50%; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { width: 286px; height: 620px; right: 35px; top: -20px; transform: rotate(3deg); z-index: 1; }
.phone-back { width: 236px; height: 510px; left: 10px; top: 72px; transform: rotate(-8deg); filter: saturate(.9) brightness(.8); }
.live-chip { position: absolute; right: -4px; top: 48px; z-index: 3; background: rgba(22, 15, 29, .86); backdrop-filter: blur(14px); border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; font-size: 12px; font-weight: 720; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.live-chip span { display: inline-block; width: 7px; height: 7px; background: #ff4456; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 14px #ff4456; }

.signal-strip { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 23px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4.5vw, 70px); color: #8f899c; letter-spacing: .2em; font-size: 11px; font-weight: 820; }
.signal-strip i { width: 3px; height: 3px; background: #514a5c; border-radius: 50%; }

.release-preview { width: min(calc(100% - 40px), var(--max)); margin: 74px auto 0; padding: 56px; border: 1px solid rgba(248, 199, 92, .34); border-radius: 28px; background: radial-gradient(ellipse at top right, rgba(143, 98, 255, .17), transparent 65%), #15111f; }
.release-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 56px; }
.release-heading .section-label { color: var(--gold); }
.release-heading h2, .everyday-section h2, .product-faq h2 { font-size: clamp(36px, 4.8vw, 62px); line-height: 1.04; letter-spacing: -.045em; margin: 18px 0 0; }
.release-heading > p { margin: 0; color: #c7c0d4; line-height: 1.7; font-size: 17px; }
.preview-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.preview-grid article { padding-top: 24px; border-top: 1px solid var(--line); }
.preview-kicker { color: var(--gold); font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.preview-grid h3 { margin: 14px 0 12px; font-size: 23px; letter-spacing: -.025em; line-height: 1.2; }
.preview-grid p, .everyday-grid p { margin: 0; color: #bbb4c7; font-size: 15px; line-height: 1.75; }
.release-note { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.release-note p { margin: 0 0 12px; font-size: 13px; color: #b7afc4; line-height: 1.7; }
.release-note strong { color: var(--gold); }
.release-note a { color: #e4d4ff; text-underline-offset: 3px; }
.release-note > span { color: #aaa2b7; font-size: 12px; }
.everyday-section, .product-faq { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 90px 0; }
.everyday-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 38px; }
.everyday-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
.everyday-grid h3 { font-size: 21px; margin: 0 0 14px; letter-spacing: -.02em; }
.product-faq { padding-bottom: 0; }
.product-faq h2 { margin-bottom: 36px; }
.product-faq details { border-top: 1px solid var(--line); }
.product-faq details:last-child { border-bottom: 1px solid var(--line); }
.product-faq summary { padding: 23px 4px; cursor: pointer; font-size: 18px; font-weight: 650; line-height: 1.45; }
.product-faq summary::marker { color: var(--gold); }
.product-faq details p { color: #bbb4c7; line-height: 1.75; margin: 0 0 24px; max-width: 850px; font-size: 15px; }

.intro { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 130px 0 65px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.intro h2, .safety-section h2, .download-panel h2 { font-size: clamp(40px, 5.2vw, 70px); line-height: 1; letter-spacing: -.055em; margin: 18px 0 0; }
.intro > p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 470px; margin: 0 0 6px; }

.feature-grid { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: grid; gap: 16px; }
.feature-card { min-height: 610px; position: relative; overflow: hidden; display: grid; grid-template-columns: 76px minmax(300px, .82fr) minmax(310px, 1fr); align-items: center; gap: 26px; background: var(--panel); border: 1px solid var(--line); border-radius: 28px; padding: 60px 46px; }
.feature-card::after { content: ""; width: 520px; height: 520px; border-radius: 50%; position: absolute; right: -210px; top: -160px; background: radial-gradient(circle, rgba(116, 66, 221, .25), transparent 67%); pointer-events: none; }
.feature-number { align-self: start; color: var(--gold); font-size: 12px; letter-spacing: .15em; font-weight: 800; border-top: 1px solid var(--gold); padding-top: 10px; }
.feature-content { align-self: center; position: relative; z-index: 2; }
.feature-content h3 { font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.05em; margin: 0 0 24px; max-width: 500px; }
.feature-content p { color: #aaa3b7; line-height: 1.7; font-size: 16px; max-width: 500px; }
.feature-content ul { list-style: none; padding: 18px 0 0; margin: 0; display: grid; gap: 11px; font-size: 13px; color: #d7d1e0; }
.feature-content li::before { content: "—"; color: var(--purple); margin-right: 10px; }
.feature-shot { width: 270px; height: 585px; justify-self: center; align-self: end; margin-bottom: -110px; overflow: hidden; border-radius: 40px 40px 0 0; border: 8px solid #26212e; border-bottom: 0; box-shadow: 0 30px 70px rgba(0,0,0,.5); transform: rotate(2deg); position: relative; z-index: 1; background: #000; }
.feature-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.feature-weather { background: #10141a; }
.feature-weather::after { background: radial-gradient(circle, rgba(37, 119, 171, .23), transparent 68%); }
.feature-weather .feature-shot { transform: rotate(-2deg); }
.feature-rain { background: #15111c; }
.feature-rain::after { background: radial-gradient(circle, rgba(202, 48, 87, .18), transparent 68%); }

.safety-section { width: min(calc(100% - 40px), var(--max)); margin: 16px auto 0; border-radius: 28px; padding: 92px 72px; background: linear-gradient(135deg, #201033 0%, #120c1b 56%, #0e0915 100%); border: 1px solid rgba(166, 115, 255, .24); display: grid; grid-template-columns: 100px 1fr .72fr; gap: 50px; align-items: center; }
.safety-mark { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid rgba(255, 65, 76, .45); border-radius: 50%; box-shadow: 0 0 45px rgba(255, 36, 57, .16); }
.safety-mark span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--red); color: white; font-size: 27px; font-weight: 900; }
.safety-section h2 { font-size: clamp(36px, 4.4vw, 60px); }
.safety-section p { color: #b8b0c4; line-height: 1.7; max-width: 690px; }
.safety-points { display: grid; gap: 0; }
.safety-points div { display: grid; gap: 5px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.safety-points div:last-child { border-bottom: 0; }
.safety-points strong { font-size: 14px; }
.safety-points span { color: #948b9f; font-size: 12px; }

.download-panel { width: min(calc(100% - 40px), var(--max)); margin: 110px auto 0; padding: 70px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 45px; background: #f3eff8; color: #100b18; border-radius: 28px; }
.download-panel img { border-radius: 25px; box-shadow: 0 18px 38px rgba(35, 18, 58, .2); }
.download-panel .section-label { color: #665b72; }
.download-panel h2 { font-size: clamp(36px, 4.6vw, 61px); }
.download-panel p { color: #5f5667; line-height: 1.6; }
.download-panel .download-compatibility { font-size: 13px; }
.download-panel .app-store-button { background: #0b0810; color: #fff; }

footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 75px 0 30px; display: grid; grid-template-columns: 1fr auto; gap: 42px 80px; color: #928a9e; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.footer-brand img { border-radius: 9px; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand strong { font-size: 14px; }
.footer-brand span { color: #81798c; font-size: 10px; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links a { text-decoration: none; color: #bcb4c6; }
footer > p { max-width: 720px; line-height: 1.65; margin: 0; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; }

.legal-main { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 90px 0 120px; }
.legal-hero { border-bottom: 1px solid var(--line); padding-bottom: 42px; margin-bottom: 38px; }
.legal-hero h1 { font-size: clamp(46px, 7vw, 74px); max-width: 850px; margin-bottom: 18px; }
.legal-hero p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.legal-main section { border-bottom: 1px solid var(--line); padding: 26px 0 32px; }
.legal-main h2 { font-size: 23px; letter-spacing: -.03em; margin: 0 0 13px; }
.legal-main p, .legal-main li { color: #b5aec0; line-height: 1.72; }
.legal-main a { color: #d3b7ff; }
.legal-main li + li { margin-top: 8px; }
.support-card { background: var(--panel-soft); border: 1px solid var(--line); border-radius: 22px; padding: 26px; margin-top: 20px; }
.support-card a { display: inline-block; margin-top: 8px; font-weight: 760; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(600px, 100%); margin: 10px auto 0; }
  .storm-field { top: 420px; right: -140px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .release-preview { padding: 38px; }
  .release-heading { grid-template-columns: 1fr; gap: 24px; }
  .preview-grid { gap: 20px; }
  .everyday-grid { gap: 24px; }
  .feature-card { grid-template-columns: 52px 1fr; min-height: 650px; }
  .feature-shot { grid-column: 2; position: absolute; right: 35px; bottom: -90px; opacity: .3; }
  .feature-content { max-width: 590px; }
  .safety-section { grid-template-columns: 86px 1fr; }
  .safety-points { grid-column: 2; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .download-panel { grid-template-columns: 100px 1fr; }
  .download-panel > .app-store-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 38px; height: 38px; }
  nav { gap: 10px; }
  nav a:not(.nav-download) { display: none; }
  .hero, .signal-strip, .release-preview, .intro, .feature-grid, .everyday-section, .safety-section, .product-faq, .download-panel, footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding: 64px 0 56px; min-height: 0; }
  h1 { font-size: clamp(52px, 15.2vw, 74px); }
  .hero-copy > p { font-size: 17px; }
  .hero-visual { height: 440px; margin-top: 25px; }
  .phone-main { width: 210px; height: 455px; right: 15px; }
  .phone-back { width: 176px; height: 382px; left: 0; top: 48px; }
  .live-chip { right: -6px; top: 25px; }
  .signal-strip { gap: 13px; padding-inline: 8px; letter-spacing: .08em; font-size: 9px; }
  .release-preview { margin-top: 48px; padding: 32px 24px; }
  .preview-grid, .everyday-grid { grid-template-columns: 1fr; gap: 28px; }
  .preview-grid h3 { max-width: 310px; }
  .everyday-section, .product-faq { padding-top: 65px; }
  .everyday-section { padding-bottom: 65px; }
  .intro { padding: 90px 0 45px; }
  .intro h2 { font-size: 47px; }
  .feature-card { grid-template-columns: 1fr; min-height: 590px; padding: 35px 28px 310px; align-items: start; }
  .feature-number { width: 38px; }
  .feature-content h3 { font-size: 39px; }
  .feature-shot { grid-column: 1; width: 205px; height: 445px; right: 15px; bottom: -165px; opacity: .52; }
  .safety-section { grid-template-columns: 1fr; padding: 50px 28px; gap: 28px; }
  .safety-points { grid-column: 1; grid-template-columns: 1fr; gap: 0; }
  .download-panel { grid-template-columns: 1fr; padding: 42px 28px; }
  .download-panel > .app-store-button { grid-column: 1; }
  .download-panel img { width: 82px; height: 82px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { grid-column: 1; }
  .legal-main { width: min(calc(100% - 32px), 900px); padding-top: 65px; }
}
