:root {
  --ink: #f6fbff;
  --muted: #a7b6c8;
  --soft: #718299;
  --night: #071322;
  --panel: #10233a;
  --panel-2: #152b49;
  --line: rgba(184,219,255,.18);
  --blue: #2f8cff;
  --cyan: #12d6f1;
  --green: #31d876;
  --yellow: #ffd31a;
  --purple: #8f5cff;
  --pink: #ff65a9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top left, rgba(18,214,241,.22), transparent 34%), radial-gradient(circle at 75% 12%, rgba(143,92,255,.28), transparent 32%), var(--night); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 12px max(24px, calc((100vw - 1160px) / 2)); background: rgba(7,19,34,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 800; text-decoration: none; letter-spacing: .01em; }
.brand img { width: 40px; height: 40px; border-radius: 12px; box-shadow: 0 10px 28px rgba(47,140,255,.34); }
nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
nav a, .text-link { text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--ink); }
.nav-button { padding: 10px 15px; color: var(--ink); border: 1px solid rgba(47,140,255,.5); border-radius: 999px; background: rgba(47,140,255,.14); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 470px); gap: clamp(34px, 8vw, 112px); align-items: center; min-height: 790px; padding-top: 74px; padding-bottom: 96px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(48px, 7vw, 88px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, var(--cyan), var(--blue), var(--purple)); -webkit-background-clip: text; background-clip: text; }
.lede { max-width: 580px; margin-bottom: 34px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(100deg, var(--blue), var(--cyan)); color: #06111f; box-shadow: 0 18px 45px rgba(18,214,241,.23); }
.text-link { color: var(--muted); font-weight: 700; }
.text-link span, .feature-card a span { color: var(--cyan); }
.proof-row { display: flex; gap: 20px; margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--line); }
.proof-row span { display: grid; gap: 2px; min-width: 0; }
.proof-row strong { font-size: 13px; }
.proof-row small { color: var(--soft); font-size: 11px; }
.hero-visual { position: relative; justify-self: center; width: min(100%, 450px); }
.hero-visual::before { position: absolute; inset: 4% -16% -2%; z-index: -1; content: ""; border: 1px solid rgba(18,214,241,.28); border-radius: 46% 46% 38% 38%; box-shadow: 0 0 95px rgba(47,140,255,.22); }
.app-mark { position: absolute; top: -18px; left: -10px; z-index: 1; width: 92px; padding: 8px; border-radius: 26px; background: rgba(255,255,255,.08); border: 1px solid var(--line); backdrop-filter: blur(14px); }
.app-mark img { border-radius: 20px; }
.hero-phone { width: 100%; max-height: 700px; object-fit: contain; filter: drop-shadow(0 36px 70px rgba(0,0,0,.42)); }
.metric-band, .privacy-band { background: rgba(12,30,52,.72); border-block: 1px solid var(--line); }
.metric-strip { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding-block: 24px; }
.metric-strip span { padding: 9px 13px; color: var(--ink); background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 750; }
.feature-section { padding-block: 130px; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { min-height: 360px; padding: 28px; background: linear-gradient(150deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border: 1px solid var(--line); border-radius: 22px; }
.feature-card::before { display: block; width: 36px; height: 4px; margin-bottom: 40px; content: ""; background: var(--accent); box-shadow: 0 0 25px var(--accent); }
.feature-blue { --accent: var(--blue); } .feature-yellow { --accent: var(--yellow); } .feature-green { --accent: var(--green); } .feature-purple { --accent: var(--purple); }
.feature-number { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.feature-card h3 { margin: 40px 0 14px; font-size: 24px; line-height: 1.05; letter-spacing: -.03em; }
.feature-card p { min-height: 132px; color: var(--muted); font-size: 14px; }
.feature-card a { color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.quote-band { padding-block: 112px; background: linear-gradient(100deg, var(--blue), var(--cyan)); color: #04101d; }
.quote-layout { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 40px; align-items: start; }
.quote-band .section-kicker { color: rgba(4,16,29,.62); }
blockquote { margin: 0; font-size: clamp(34px, 4.8vw, 64px); font-weight: 850; line-height: 1; letter-spacing: -.055em; }
.quote-layout > p:last-child { margin: 8px 0 0; color: rgba(4,16,29,.68); font-weight: 650; }
.gallery-section { padding-block: 130px; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 380px; margin: 0 0 5px; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.shot { margin: 0; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 55px rgba(0,0,0,.18); }
.shot img { width: 100%; aspect-ratio: 9 / 19.5; object-fit: cover; object-position: top; }
.shot figcaption { display: grid; gap: 2px; padding: 15px 16px 17px; }
.shot figcaption strong { font-size: 15px; }
.shot figcaption span { color: var(--soft); font-size: 12px; }
.more-screenshots { margin-top: 34px; border-top: 1px solid var(--line); }
.more-screenshots summary { padding: 20px 0; color: var(--muted); cursor: pointer; font-weight: 800; }
.gallery-more { padding-top: 12px; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; padding-block: 105px; }
.privacy-grid h2 { margin: 0; font-size: clamp(34px, 4.5vw, 62px); line-height: 1; letter-spacing: -.05em; }
.privacy-grid > div:last-child { max-width: 520px; color: var(--muted); }
.privacy-grid .text-link { display: inline-block; margin-top: 18px; color: var(--ink); }
.download { padding-block: 130px; text-align: center; }
.download h2 { margin: 0 auto 34px; font-size: clamp(46px, 7vw, 90px); line-height: .94; letter-spacing: -.06em; }
.site-footer { border-top: 1px solid var(--line); color: var(--soft); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; }
.footer-inner div { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer a { text-decoration: none; }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  nav a:not(.nav-button) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 70px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(84vw, 420px); }
  .quote-layout, .privacy-grid { grid-template-columns: 1fr 1fr; }
  .quote-layout .section-kicker { grid-column: 1 / -1; margin-bottom: -14px; }
  .quote-layout > p:last-child { grid-column: 2; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .section-wrap { width: min(100% - 34px, 520px); }
  .site-header { padding-inline: 17px; }
  .brand { font-size: 16px; }
  .nav-button { padding: 8px 11px; font-size: 12px; }
  .hero { padding-top: 52px; padding-bottom: 70px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .lede { font-size: 17px; }
  .proof-row { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; }
  .proof-row span:last-child { grid-column: 1 / -1; }
  .quote-layout, .privacy-grid, .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .quote-layout .section-kicker, .quote-layout > p:last-child { grid-column: auto; }
  .privacy-grid { padding-block: 74px; }
  .feature-section, .gallery-section, .download { padding-block: 84px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 24px; }
  .feature-card h3 { margin-top: 32px; }
  .feature-card p { min-height: 0; }
  .quote-band { padding-block: 74px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery .shot-large { grid-column: span 2; }
  .shot figcaption { padding: 11px 12px 13px; }
  .shot figcaption strong { font-size: 13px; }
  .shot figcaption span { font-size: 10px; }
  .footer-inner { display: grid; }
}
