:root {
  --bg: #05070a;
  --surface: #0c1016;
  --surface-2: #121820;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f5f7fa;
  --muted: #9ba7b5;
  --blue: #14adff;
  --cyan: #27d5dc;
  --green: #38e59d;
  --max: 1180px;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding-top: 78px;
  width: 100%;
  max-width: 100%;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.ambient {
  position: fixed;
  top: -420px;
  right: -210px;
  width: 900px;
  height: 900px;
  z-index: -2;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 126, 255, .20), rgba(0, 126, 255, .05) 36%, transparent 68%);
  filter: blur(12px);
}
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
#features, #pricing, #gallery, #how-it-works, #download { scroll-margin-top: 96px; }
.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 32px), 1240px);
  min-height: 64px;
  margin: 0;
  padding: 0 12px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(7, 10, 14, .72);
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
  backdrop-filter: blur(22px) saturate(150%);
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 8px; box-shadow: 0 5px 14px rgba(0, 143, 255, .18); }
nav { display: flex; gap: 30px; color: #bdc5cf; font-size: 13px; }
nav a { transition: color .2s; }
nav a:hover { color: white; }
nav a.nav-active { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; font-weight: 650; }
.button-small { padding: 11px 16px; font-size: 12px; color: #04101a; background: #eef7ff; }
.button-primary { gap: 10px; min-width: 190px; padding: 12px 20px; color: #031017; background: linear-gradient(135deg, #ecfaff, #8eefff); box-shadow: 0 12px 44px rgba(29, 193, 255, .2); transition: transform .25s, box-shadow .25s; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 54px rgba(29, 193, 255, .28); }
.button-primary svg { width: 25px; height: 25px; fill: currentColor; }
.button-primary span { display: flex; flex-direction: column; line-height: 1.05; font-size: 16px; }
.button-primary small { font-size: 9px; font-weight: 500; margin-bottom: 2px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 12px; background: rgba(255,255,255,.07); }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: white; transition: transform .2s; }

.hero { min-height: 820px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; padding-top: 54px; overflow: hidden; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 750; color: #b3becb; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 26px; font-size: clamp(58px, 6.7vw, 102px); line-height: .91; letter-spacing: -.075em; font-weight: 720; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(110deg, #1aaaff 5%, #24d6df 52%, #48e690); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 530px; color: #aeb8c4; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.text-link { color: #dbe1e8; font-size: 14px; }
.text-link span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: 5px; border: 1px solid var(--line); border-radius: 50%; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 45px; color: #7f8c9a; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta i { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #536171; }
.hero-visual { position: relative; min-height: 760px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle at 48% 48%, rgba(18, 157, 255, .28), rgba(0, 77, 140, .08) 52%, transparent 72%); filter: blur(3px); }
.phone-stage { position: relative; z-index: 2; width: 330px; height: 714px; overflow: hidden; border: 1px solid rgba(140, 207, 255, .42); border-radius: 44px; background: #020407; box-shadow: 0 55px 90px rgba(0,0,0,.55), 0 0 0 8px rgba(255,255,255,.03), inset 0 0 30px rgba(91, 207, 255, .1); transform: perspective(1100px) rotateY(-7deg) rotateX(2deg); }
.phone-stage img { width: 100%; height: 100%; object-fit: cover; }
.hero-icon { position: absolute; z-index: 4; right: 6%; top: 14%; width: 108px; border-radius: 25px; filter: drop-shadow(0 22px 30px rgba(0,0,0,.5)); transform: rotate(6deg); }
.orbit { position: absolute; border: 1px solid rgba(42, 184, 255, .18); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; animation: spin 22s linear infinite; }
.orbit-two { width: 520px; height: 520px; border-color: rgba(47, 226, 158, .14); animation: spin 18s linear infinite reverse; }
.orbit::after { content: ""; position: absolute; top: 20%; left: 5%; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.status-chip { position: absolute; z-index: 6; padding: 10px 14px; border: 1px solid var(--line); border-radius: 100px; background: rgba(12,18,24,.82); backdrop-filter: blur(15px); box-shadow: 0 16px 35px rgba(0,0,0,.35); color: #c8d1db; font-size: 11px; }
.status-chip span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; }
.chip-local { left: 1%; top: 27%; }
.chip-local span { background: var(--green); box-shadow: 0 0 12px var(--green); }
.chip-cloud { right: -1%; bottom: 19%; }
.chip-cloud span { background: var(--blue); box-shadow: 0 0 12px var(--blue); }
@keyframes spin { to { transform: rotate(360deg); } }

.statement { padding: 150px 0 125px; text-align: center; }
.statement h2, .gallery-heading h2, .workflow h2, .download h2 { margin: 20px auto 24px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.06em; }
.statement h2 span, .gallery-heading h2 span, .workflow h2 span, .download h2 span { color: #627080; }
.statement > p:last-child { max-width: 670px; margin: auto; color: var(--muted); font-size: 18px; line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature-card { position: relative; min-height: 470px; padding: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(18,24,32,.94), rgba(8,11,16,.95)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.feature-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.03), transparent 40%); }
.feature-number { display: block; margin-bottom: 56px; color: #697686; font: 600 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.feature-card h3 { margin-bottom: 15px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.feature-card p { max-width: 490px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.feature-command { min-height: 560px; }
.command-demo { position: absolute; left: 40px; right: 40px; bottom: 38px; padding: 18px; border: 1px solid rgba(69, 206, 255, .17); border-radius: 18px; background: #080d12; box-shadow: 0 22px 60px rgba(0,0,0,.34); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.terminal-top { display: flex; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: #697686; }
.terminal-top span { width: 7px; height: 7px; border-radius: 50%; background: #33404e; }
.terminal-top b { margin-left: auto; font-weight: 500; }
.terminal-line { padding: 19px 0 12px; color: #dce8f2; }
.terminal-line .prompt { color: var(--cyan); margin-right: 7px; }
.success-line { color: #7e8c99; }
.success-line span { color: var(--green); margin-right: 6px; }
.feature-status { background: radial-gradient(circle at 80% 70%, rgba(0, 127, 255, .16), transparent 52%), linear-gradient(145deg,#111821,#080b10); }
.pulse-map { position: absolute; right: -25px; bottom: -30px; width: 300px; height: 300px; display: grid; place-items: center; }
.pulse-ring { position: absolute; border: 1px solid rgba(0, 176, 255, .25); border-radius: 50%; }
.ring-a { inset: 30%; } .ring-b { inset: 16%; } .ring-c { inset: 2%; }
.pulse-core { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(12, 166, 255, .13); box-shadow: 0 0 40px rgba(0, 166, 255, .3); }
.pulse-core i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px var(--blue); }
.feature-schedule { background: radial-gradient(circle at 80% 80%, rgba(49, 224, 151, .13), transparent 46%), linear-gradient(145deg,#111821,#080b10); }
.schedule-card { position: absolute; left: 40px; right: 40px; bottom: 36px; padding: 22px; border: 1px solid rgba(60,224,154,.15); border-radius: 20px; background: rgba(7,15,14,.85); }
.schedule-card div { display: flex; justify-content: space-between; color: #a9b5c1; font-size: 13px; }
.schedule-card b { color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.schedule-card strong { display: block; margin: 18px 0 6px; font-size: 44px; letter-spacing: -.05em; }
.schedule-card small { color: #667482; }
.feature-safe { min-height: 390px; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: radial-gradient(circle at 78% 55%, rgba(0,153,255,.16), transparent 32%), linear-gradient(145deg,#111821,#080b10); }
.feature-safe .feature-number { margin-bottom: 35px; }
.feature-safe p { max-width: 540px; }
.hold-control { justify-self: center; width: min(100%, 390px); height: 86px; padding: 7px; display: flex; align-items: center; border: 1px solid rgba(93,203,255,.25); border-radius: 24px; background: rgba(5,18,28,.78); box-shadow: inset 0 0 20px rgba(0,160,255,.08), 0 20px 50px rgba(0,0,0,.3); }
.hold-control span { flex: 1; text-align: center; color: #cfeefe; font-size: 15px; }
.hold-control i { width: 70px; height: 70px; border-radius: 18px; background: linear-gradient(145deg,#20c1ff,#1378ff); box-shadow: 0 5px 25px rgba(14, 159, 255, .45); }

/* Pricing */
.pricing-section { padding: 170px 0 40px; }
.pricing-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.pricing-heading h2 { margin: 20px 0 0; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.01; letter-spacing: -.06em; }
.pricing-heading h2 span { color: #627080; }
.pricing-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.plan-card { position: relative; min-height: 700px; padding: 40px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(18,24,32,.94), rgba(8,11,16,.96)); }
.plan-card.plan-pro { border-color: rgba(39,213,220,.23); background: radial-gradient(circle at 90% 0, rgba(20,173,255,.17), transparent 40%), linear-gradient(145deg, rgba(18,24,32,.97), rgba(8,11,16,.97)); }
.plan-badge { position: absolute; top: 28px; right: 30px; padding: 8px 11px; border: 1px solid rgba(56,229,157,.22); border-radius: 100px; color: var(--green); background: rgba(56,229,157,.07); font: 650 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.plan-name { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.plan-name span { grid-column: 1 / -1; margin-bottom: 62px; color: #d9e1e9; font-size: 17px; font-weight: 700; }
.plan-name strong { font-size: clamp(48px, 5.4vw, 72px); line-height: .9; letter-spacing: -.06em; }
.plan-name small { color: #788593; font-size: 12px; }
.plan-card > p { margin: 28px 0 22px; color: var(--muted); line-height: 1.7; }
.billing-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; margin-bottom: 20px; }
.billing-options div { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.billing-options b, .billing-options span { display: block; }
.billing-options b { margin-bottom: 5px; color: #dbe6ef; font-size: 12px; }
.billing-options span { color: #8896a4; font-size: 11px; }
.feature-list { margin: 0 0 32px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.055); color: #aab5c0; font-size: 13px; line-height: 1.45; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.plan-action { min-height: 58px; margin-top: auto; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(48,187,255,.2); border-radius: 16px; color: #dff6ff; background: rgba(18,139,206,.09); font-size: 13px; font-weight: 650; transition: transform .2s, background .2s; }
.plan-action:hover { transform: translateY(-2px); background: rgba(18,139,206,.16); }
.plan-action span { color: var(--cyan); font-size: 19px; }
.renewal-note { min-height: 175px; margin-top: 18px; padding: 32px 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: 28px; background: #090e14; }
.renewal-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(39,213,220,.2); border-radius: 50%; color: var(--cyan); background: rgba(39,213,220,.06); font-size: 25px; }
.renewal-note h3 { margin-bottom: 7px; font-size: 21px; letter-spacing: -.035em; }
.renewal-note p { max-width: 780px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.renewal-note > a { white-space: nowrap; color: #c8f2ff; font-size: 12px; font-weight: 650; }

.gallery-section { padding: 170px 0 120px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-controls { display: flex; gap: 9px; padding-bottom: 8px; }
.gallery-button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: white; background: #10151c; cursor: pointer; transition: border .2s, background .2s; }
.gallery-button:hover { border-color: rgba(52,190,255,.4); background: #15212b; }
.gallery-track-wrap { margin-top: 60px; }
.gallery-track { display: flex; gap: 24px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track figure { flex: 0 0 310px; margin: 0; scroll-snap-align: start; }
.gallery-track img { width: 100%; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.gallery-track figcaption { margin-top: 17px; color: #8592a0; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.workflow { padding: 100px 0 170px; }
.workflow-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; }
.workflow h2 { margin: 0 0 75px; }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 70px .8fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); font: 500 12px ui-monospace, monospace; }
.steps h3 { margin-bottom: 8px; font-size: 24px; letter-spacing: -.035em; }
.steps p { color: var(--muted); margin: 0; line-height: 1.6; }

.download { position: relative; min-height: 670px; padding: 90px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; border: 1px solid var(--line); border-radius: 42px; background: #080d13; }
.download::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 125%, rgba(0,186,255,.24), transparent 48%); }
.download-glow { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(36,190,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(26,154,255,.035), 0 0 0 140px rgba(26,154,255,.02); }
.download > *:not(.download-glow) { position: relative; z-index: 2; }
.download > img { margin-bottom: 30px; border-radius: 30px; box-shadow: 0 22px 60px rgba(0,108,204,.28); }
.download h2 { margin-top: 15px; }
.download > p:not(.section-kicker) { max-width: 600px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.availability { margin-top: 15px; color: #657282; }
.site-footer { min-height: 175px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #667382; font-size: 12px; }
.site-footer .brand { color: #dfe7ef; }
.site-footer > p { margin: 0; justify-self: end; }
.footer-brand p { margin: 9px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.footer-links a { color: #a8b3bf; transition: color .2s; }
.footer-links a:hover { color: white; }

/* Support and legal pages */
.legal-hero { max-width: 940px; padding: 150px 0 100px; text-align: center; }
.legal-hero h1 { margin: 24px 0 30px; font-size: clamp(64px, 8vw, 112px); }
.legal-hero h1 em { font-style: normal; }
.legal-hero > p:not(.section-kicker) { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 19px; line-height: 1.7; }
.legal-hero > small { display: block; margin-top: 22px; color: #667482; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 800px); justify-content: center; gap: 80px; padding-bottom: 100px; }
.legal-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; padding: 10px 0; border-top: 1px solid var(--line); }
.legal-nav a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.055); color: #84919f; font-size: 12px; transition: color .2s; }
.legal-nav a:hover { color: white; }
.legal-content section { padding: 0 0 45px; scroll-margin-top: 110px; }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.045em; }
.legal-content h3 { margin: 28px 0 9px; color: #d7e0e8; font-size: 18px; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #9aa7b4; font-size: 15px; line-height: 1.8; }
.legal-content strong { color: #e8eef4; }
.legal-content a { color: #85ddff; text-decoration: underline; text-decoration-color: rgba(133,221,255,.3); text-underline-offset: 3px; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-bottom: 100px; }
.support-card { min-height: 410px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(18,24,32,.94), rgba(8,11,16,.96)); }
.support-card > span { color: #687584; font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.support-card h2 { margin: 80px 0 15px; font-size: 34px; letter-spacing: -.045em; }
.support-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.support-card a { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #c8f2ff; font-size: 13px; font-weight: 650; }
.support-card a b { color: var(--cyan); }

/* Download pages */
.subpage main { padding-bottom: 90px; }
.page-hero { max-width: 920px; padding: 150px 0 90px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1, .direct-hero h1 { margin: 24px 0 28px; font-size: clamp(64px, 8vw, 112px); line-height: .88; letter-spacing: -.075em; }
.page-hero h1 em, .direct-hero h1 em { font-style: normal; color: transparent; background: linear-gradient(110deg, #1aaaff 5%, #24d6df 52%, #48e690); background-clip: text; -webkit-background-clip: text; }
.page-hero > p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 19px; line-height: 1.65; }
.platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-bottom: 140px; }
.platform-card { min-height: 520px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(18,24,32,.96), rgba(8,11,16,.96)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.platform-card.platform-featured { background: radial-gradient(circle at 90% 10%, rgba(0,160,255,.16), transparent 43%), linear-gradient(145deg, rgba(18,24,32,.96), rgba(8,11,16,.96)); }
.platform-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.platform-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #dff6ff; background: rgba(255,255,255,.05); box-shadow: 0 16px 35px rgba(0,0,0,.24); }
.platform-icon svg { width: 30px; height: 30px; fill: currentColor; }
.platform-icon.mac-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.platform-badge { padding: 7px 9px; border: 1px solid var(--line); border-radius: 100px; color: #7f8d9c; font: 600 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.platform-badge.accent { color: var(--green); border-color: rgba(56,229,157,.2); background: rgba(56,229,157,.07); }
.platform-card h2 { margin: 50px 0 14px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; }
.platform-card p { max-width: 480px; margin-bottom: 26px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.platform-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 25px; padding: 0; list-style: none; }
.platform-meta li { padding: 7px 10px; border-radius: 100px; color: #8694a2; background: rgba(255,255,255,.045); font-size: 10px; }
.platform-action { min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(48,187,255,.2); border-radius: 16px; color: #dff6ff; background: rgba(18,139,206,.09); font-size: 13px; font-weight: 650; transition: transform .2s, background .2s; }
.platform-action:hover { transform: translateY(-2px); background: rgba(18,139,206,.16); }
.platform-action span { font-size: 19px; color: var(--cyan); }
.download-note { min-height: 210px; padding: 36px 44px; display: flex; align-items: center; gap: 28px; border: 1px solid rgba(56,229,157,.16); border-radius: 30px; background: radial-gradient(circle at 10% 50%, rgba(56,229,157,.1), transparent 34%), #0a1014; }
.security-mark { flex: 0 0 auto; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(56,229,157,.25); border-radius: 50%; color: var(--green); background: rgba(56,229,157,.08); font-size: 27px; box-shadow: 0 0 40px rgba(56,229,157,.08); }
.download-note h2 { margin-bottom: 8px; font-size: 30px; letter-spacing: -.04em; }
.download-note p { max-width: 780px; margin: 0; color: var(--muted); line-height: 1.65; }

#benefits, #security, #install { scroll-margin-top: 100px; }
.direct-hero { min-height: 800px; padding-top: 80px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.direct-hero h1 { font-size: clamp(58px, 6.5vw, 96px); }
.direct-hero-copy > p { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.direct-requirement { display: block; margin-top: 27px; color: #667482; }
.direct-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.direct-visual > img { position: relative; z-index: 3; width: 185px; border-radius: 42px; filter: drop-shadow(0 40px 55px rgba(0,0,0,.55)); }
.direct-rings { position: absolute; width: 500px; height: 500px; display: grid; place-items: center; }
.direct-rings i { position: absolute; border: 1px solid rgba(32,183,255,.16); border-radius: 50%; }
.direct-rings i:nth-child(1) { inset: 26%; }
.direct-rings i:nth-child(2) { inset: 10%; }
.direct-rings i:nth-child(3) { inset: -6%; border-color: rgba(51,226,158,.11); }
.trust-pill { position: absolute; z-index: 4; padding: 11px 14px; border: 1px solid var(--line); border-radius: 100px; color: #b9c5d0; background: rgba(10,16,22,.88); box-shadow: 0 16px 35px rgba(0,0,0,.32); backdrop-filter: blur(15px); font-size: 11px; }
.trust-pill span { margin-right: 6px; color: var(--green); }
.trust-one { top: 18%; left: 1%; }
.trust-two { right: -2%; top: 45%; }
.trust-three { left: 5%; bottom: 17%; }
.direct-intro { padding: 150px 0 90px; text-align: center; }
.direct-intro h2, .security-copy h2, .install-heading h2 { margin: 20px auto 26px; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.01; letter-spacing: -.06em; }
.direct-intro h2 span, .security-copy h2 span, .install-heading h2 span { color: #627080; }
.direct-intro > p:last-child { max-width: 820px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; padding-bottom: 170px; }
.benefit-card { min-height: 360px; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(18,24,32,.92), rgba(8,11,16,.94)); }
.benefit-card > span { display: block; margin-bottom: 100px; color: #687584; font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.benefit-card h3 { margin-bottom: 13px; font-size: 28px; letter-spacing: -.045em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.security-section { padding: 130px 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; border: 1px solid var(--line); border-radius: 40px; background: radial-gradient(circle at 10% 10%, rgba(0,149,255,.12), transparent 36%), #090d13; }
.security-copy { position: sticky; top: 120px; }
.security-copy h2 { font-size: clamp(42px, 4.8vw, 66px); }
.security-copy > p:last-child { color: var(--muted); line-height: 1.75; }
.security-list { border-top: 1px solid var(--line); }
.security-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.security-list b { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(56,229,157,.2); border-radius: 50%; color: var(--green); font: 500 9px ui-monospace, monospace; }
.security-list h3 { margin-bottom: 7px; font-size: 20px; letter-spacing: -.03em; }
.security-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.install-section { padding: 170px 0; }
.install-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; }
.install-heading h2 { margin-top: 0; }
.install-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.install-steps li { padding: 34px 0; display: grid; grid-template-columns: 70px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.install-steps li > b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); font: 500 11px ui-monospace, monospace; }
.install-steps h3 { margin-bottom: 8px; font-size: 24px; letter-spacing: -.035em; }
.install-steps p { max-width: 700px; margin-bottom: 12px; color: var(--muted); line-height: 1.6; }
.install-steps a { display: inline-flex; gap: 9px; color: #c8f2ff; font-size: 13px; font-weight: 650; }
.install-steps a span { color: var(--cyan); }
.direct-cta { margin-bottom: 40px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .orbit { animation: none; } }

@media (max-width: 900px) {
  nav, .site-header > .button { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open nav { position: absolute; top: 72px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,10,14,.96); }
  .site-header.menu-open nav a { padding: 14px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 720px; margin-top: -10px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-safe { grid-column: auto; grid-template-columns: 1fr; gap: 35px; }
  .workflow-heading { grid-template-columns: 1fr; }
  .workflow-heading .section-kicker { margin-bottom: 20px; }
  .gallery-heading { align-items: end; }
  .platform-grid { grid-template-columns: 1fr; }
  .pricing-heading { grid-template-columns: 1fr; gap: 25px; }
  .plan-grid { grid-template-columns: 1fr; }
  .renewal-note { grid-template-columns: auto 1fr; }
  .renewal-note > a { grid-column: 2; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .support-grid { grid-template-columns: 1fr; }
  .direct-hero { min-height: auto; padding-top: 130px; grid-template-columns: 1fr; text-align: center; }
  .direct-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .direct-visual { min-height: 530px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 290px; }
  .benefit-card > span { margin-bottom: 70px; }
  .security-section { padding: 80px 46px; grid-template-columns: 1fr; gap: 60px; }
  .security-copy { position: static; }
  .install-heading { grid-template-columns: 1fr; }
  .install-heading .section-kicker { margin-bottom: 20px; }
}

@media (max-width: 600px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { width: calc(100% - 20px); top: 10px; }
  h1 { font-size: 58px; }
  .hero { gap: 20px; padding-top: 90px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-meta { justify-content: center; gap: 12px; }
  .hero-visual { width: 100%; min-width: 0; min-height: 610px; overflow: hidden; }
  .phone-stage { width: 260px; height: 562px; border-radius: 36px; }
  .hero-icon { width: 78px; right: 2%; }
  .orbit-one { width: 500px; height: 500px; }
  .orbit-two { width: 410px; height: 410px; }
  .chip-local { left: -3%; top: 29%; }
  .chip-cloud { right: -3%; }
  .statement { padding: 90px 0; }
  .feature-card { min-height: 460px; padding: 28px; border-radius: 26px; }
  .feature-number { margin-bottom: 38px; }
  .command-demo, .schedule-card { left: 28px; right: 28px; bottom: 26px; }
  .feature-safe { min-height: 600px; }
  .hold-control { align-self: end; }
  .gallery-section { padding: 110px 0 80px; }
  .gallery-heading { align-items: start; }
  .gallery-controls { display: none; }
  .gallery-track-wrap { margin-top: 40px; }
  .gallery-track { gap: 16px; padding-inline: 14px; }
  .gallery-track figure { flex-basis: 265px; }
  .workflow { padding: 80px 0 110px; }
  .workflow h2 { margin-bottom: 50px; }
  .steps article { grid-template-columns: 48px 1fr; gap: 12px; }
  .download { width: calc(100% - 20px); min-height: 620px; border-radius: 30px; }
  .site-footer { min-height: 260px; grid-template-columns: 1fr; justify-items: center; gap: 16px; padding: 40px 0; text-align: center; }
  .site-footer > p { justify-self: center; }
  .site-footer p { margin: 0; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .footer-brand p { margin: 0; }
  .page-hero { padding: 110px 0 65px; }
  .page-hero h1 { font-size: 58px; }
  .platform-grid { gap: 14px; padding-bottom: 90px; }
  .platform-card { min-height: 500px; padding: 26px; border-radius: 25px; }
  .pricing-section { padding-top: 110px; }
  .plan-card { min-height: 650px; padding: 27px; border-radius: 27px; }
  .plan-name span { margin-bottom: 50px; }
  .billing-options { grid-template-columns: 1fr; }
  .renewal-note { grid-template-columns: 1fr; padding: 27px; }
  .renewal-note > a { grid-column: auto; }
  .legal-hero { padding: 110px 0 75px; }
  .legal-hero h1 { font-size: 58px; }
  .legal-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-content p, .legal-content li { font-size: 14px; }
  .support-card { min-height: 390px; padding: 28px; }
  .platform-icon { width: 56px; height: 56px; border-radius: 16px; }
  .download-note { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .direct-hero { padding-top: 100px; gap: 10px; }
  .direct-hero h1 { font-size: 55px; }
  .direct-visual { min-height: 460px; }
  .direct-visual > img { width: 140px; border-radius: 32px; }
  .direct-rings { width: 400px; height: 400px; }
  .trust-one { left: 0; }
  .trust-two { right: 0; }
  .trust-three { left: 1%; }
  .direct-intro { padding: 100px 0 65px; }
  .benefit-grid { padding-bottom: 100px; }
  .security-section { width: calc(100% - 20px); padding: 65px 24px; border-radius: 30px; }
  .install-section { padding: 110px 0; }
  .install-steps li { grid-template-columns: 48px 1fr; gap: 12px; }
}
/* Paddle checkout */
.checkout-page {
  min-height: 100vh;
}

.checkout-shell {
  min-height: calc(100vh - 210px);
  display: grid;
  place-items: center;
  padding: 140px 24px 80px;
}

.checkout-card {
  width: min(620px, 100%);
  padding: clamp(34px, 7vw, 66px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(10, 14, 21, 0.82);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(22px);
}

.checkout-icon-wrap {
  width: 116px;
  height: 116px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: radial-gradient(circle at 30% 20%, rgba(72, 154, 255, 0.28), rgba(19, 35, 58, 0.32));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.checkout-icon-wrap img {
  border-radius: 22px;
}

.checkout-card h1 {
  margin: 10px 0 16px;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1;
}

.checkout-card > p:not(.section-kicker) {
  max-width: 470px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-progress {
  width: min(280px, 70%);
  height: 3px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.checkout-progress span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  animation: checkout-loading 1.2s ease-in-out infinite alternate;
}

.checkout-retry {
  margin: 28px auto 18px;
}

.checkout-return {
  width: fit-content;
  margin: 28px auto 18px;
}

.checkout-retry[hidden],
.checkout-return[hidden],
.checkout-progress[hidden] {
  display: none !important;
}

.checkout-home {
  display: block;
  width: fit-content;
  margin: 26px auto 18px;
}

.checkout-card small {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

@keyframes checkout-loading {
  from { transform: translateX(-20%); }
  to { transform: translateX(140%); }
}
