:root {
  --ink: #f4f3fa;
  --muted: #a9a6b8;
  --muted-2: #777487;
  --bg: #09090f;
  --panel: #111119;
  --line: rgba(255, 255, 255, .09);
  --blue: #55a7ff;
  --violet: #8b67d6;
  --pink: #e14edf;
  --grad: linear-gradient(120deg, var(--blue), var(--violet) 52%, var(--pink));
  --max: 1180px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: rgba(139, 103, 214, .55); color: #fff; }
.svg-sprite { position: absolute; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: #fff; color: #111; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.ambient { position: fixed; inset: 0; pointer-events: none; z-index: -2; background: radial-gradient(circle at 8% 2%, rgba(74, 158, 255, .18), transparent 28%), radial-gradient(circle at 92% 18%, rgba(217, 70, 239, .13), transparent 27%), radial-gradient(circle at 50% 75%, rgba(123, 94, 167, .09), transparent 32%); }
.noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled, .site-header.menu-open { background: rgba(9, 9, 15, .82); border-color: var(--line); backdrop-filter: blur(20px); }
.nav-shell { width: min(var(--max), calc(100% - 40px)); height: 74px; margin: auto; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #fff; background: var(--grad); box-shadow: 0 8px 25px rgba(85,167,255,.2); font-size: 15px; font-weight: 800; }
.brand-mark-large { width: 42px; height: 42px; font-size: 17px; }
.brand-logo { height: 38px; width: auto; display: block; }
.brand-icon { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; display: block; }
@media (max-width: 560px) { .brand-logo { height: 31px; } }
.desktop-nav { margin: auto; display: flex; gap: 34px; color: var(--muted); font-size: 14px; }
.desktop-nav a, .site-footer nav a { transition: color .2s; }
.desktop-nav a:hover, .site-footer nav a:hover { color: #fff; }
.apps-menu-wrap { position: relative; }
.apps-menu-button { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; transition: color .2s; }
.apps-menu-button:hover, .apps-menu-button[aria-expanded="true"] { color: #fff; }
.apps-menu-button svg { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .2s; }
.apps-menu-button[aria-expanded="true"] svg { transform: rotate(180deg); }
.apps-menu { position: absolute; z-index: 60; width: 430px; top: 34px; left: 50%; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(16,16,24,.97); box-shadow: 0 28px 70px rgba(0,0,0,.55); backdrop-filter: blur(22px); transform: translateX(-38%); }
.apps-menu-label { margin: 2px 5px 11px; color: #777487; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.app-menu-card { display: grid; grid-template-columns: 78px 1fr 20px; align-items: center; gap: 15px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.app-menu-card:hover { color: #fff; border-color: rgba(139,103,214,.4); background: rgba(139,103,214,.07); }
.menu-icon-stack { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 13px; background: rgba(255,255,255,.035); }
.menu-icon-stack img { width: 66px; height: 66px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.4)); }
.app-menu-copy, .app-menu-copy > span { min-width: 0; display: block; }
.app-menu-copy > span { display: flex; align-items: center; gap: 7px; }
.app-menu-copy strong { overflow: hidden; color: #f5f3fb; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.app-menu-copy em { padding: 5px 7px; border-radius: 999px; color: #aee8c6; background: rgba(72,190,121,.11); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.app-menu-copy small { display: block; margin-top: 8px; color: #aaa6b7; font-size: 12px; line-height: 1.45; }
.app-menu-arrow { color: #9d81df; font-size: 17px; }
.apps-menu-soon { display: flex; align-items: center; gap: 7px; margin: 12px 6px 3px; color: #777487; font-size: 9px; }
.apps-menu-soon span { width: 5px; height: 5px; border-radius: 50%; background: #8b67d6; box-shadow: 0 0 10px #8b67d6; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 11px; font-size: 13px; font-weight: 700; background: rgba(255, 255, 255, .045); transition: border-color .2s, transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-1px); border-color: rgba(139, 103, 214, .65); background: rgba(139, 103, 214, .1); }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; color: #fff; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { padding: 8px 20px 22px; text-align: center; }
.mobile-nav a { display: block; padding: 12px; color: var(--muted); }
.mobile-nav-label { margin: 8px 0 4px; color: #777487; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mobile-nav .mobile-app-link { width: min(330px,100%); margin: 0 auto 6px; padding: 9px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 14px; text-align: left; background: rgba(255,255,255,.025); }
.mobile-icon-stack { width: 90px; display: flex; align-items: center; flex: 0 0 auto; }
.mobile-icon-stack img { width: 35px; height: 35px; margin-left: -6px; object-fit: contain; }
.mobile-icon-stack img:first-child { width: 42px; height: 42px; margin-left: 0; z-index: 2; }
.mobile-app-link span, .mobile-app-link strong, .mobile-app-link small { display: block; }
.mobile-app-link strong { color: #fff; font-size: 12px; }
.mobile-app-link small { margin-top: 4px; color: #817d8d; font-size: 9px; }

.hero { width: min(var(--max), calc(100% - 40px)); min-height: 810px; margin: auto; padding: 150px 0 90px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: #b6a6e0; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.app-suite-mark { width: 104px; height: 104px; margin-top: 22px; display: grid; place-items: center; padding: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.035); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.app-suite-mark img { width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 10px 15px rgba(0,0,0,.42)); }
.hero h1 { margin: 24px 0 0; font-size: clamp(52px, 6vw, 82px); line-height: .97; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: var(--grad); background-clip: text; -webkit-background-clip: text; }
.hero h1 small { display: block; margin-bottom: 17px; color: var(--ink); font-size: clamp(20px,2.2vw,29px); line-height: 1.1; letter-spacing: -.035em; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.play-badge { display: inline-flex; align-items: center; gap: 12px; min-width: 185px; padding: 11px 20px; border: 1px solid rgba(255,255,255,.19); border-radius: 14px; background: #050507; box-shadow: 0 16px 34px rgba(0,0,0,.35); transition: transform .2s, border-color .2s, box-shadow .2s; }
.play-badge:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.4); box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 30px rgba(139,103,214,.12); }
.play-badge small, .play-badge strong { display: block; }
.play-badge small { color: #c5c3ce; font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .09em; }
.play-badge strong { margin-top: 3px; font-size: 19px; line-height: 1; }
.text-link { color: #d6d3df; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.trust-list { display: flex; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted-2); font-size: 12px; font-weight: 600; }
.trust-list span { color: #9f82e3; margin-right: 5px; }

.hero-visual { position: relative; min-height: 610px; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(139,103,214,.18); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; left: 50%; top: 48%; transform: translate(-50%, -50%); }
.orbit-two { width: 430px; height: 430px; left: 50%; top: 48%; transform: translate(-50%, -50%); border-color: rgba(85,167,255,.13); }
.preview-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #11111a; box-shadow: 0 38px 80px rgba(0,0,0,.5); }
.preview-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.preview-main { width: 286px; height: 590px; left: 50%; top: 50%; z-index: 3; padding: 7px; border-radius: 38px; transform: translate(-50%, -50%) rotate(1.5deg); background: linear-gradient(145deg,#2b2b39,#0b0b10); box-shadow: 0 45px 100px rgba(0,0,0,.65), 0 0 70px rgba(92,104,255,.16); }
.preview-main img { border-radius: 31px; }
.phone-speaker { position: absolute; z-index: 2; width: 72px; height: 6px; top: 14px; left: 50%; transform: translateX(-50%); border-radius: 10px; background: rgba(0,0,0,.62); }
.preview-left, .preview-right { width: 210px; height: 440px; top: 51%; border-radius: 28px; opacity: .62; filter: saturate(.78); }
.preview-left { left: 0; transform: translateY(-50%) rotate(-8deg); }
.preview-right { right: -62px; width: 235px; height: 455px; opacity: .78; filter: saturate(.95); transform: translateY(-50%) rotate(8deg); }
.floating-note { position: absolute; z-index: 5; min-width: 174px; padding: 13px 15px 13px 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(20,20,30,.8); backdrop-filter: blur(18px); box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.floating-note b, .floating-note small { display: block; }
.floating-note b { font-size: 13px; }
.floating-note small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.note-icon { position: absolute; left: 13px; top: 13px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(140deg,rgba(85,167,255,.75),rgba(139,103,214,.75)); }
.note-top { right: 8%; bottom: 10%; top: auto; }
.note-bottom { bottom: 15%; left: -2%; }

.capability-panel { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 58px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg,rgba(21,21,31,.96),rgba(12,12,19,.96)); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.capability-heading { max-width: 760px; margin-bottom: 42px; }
.capability-heading h2 { margin: 11px 0 0; font-size: clamp(34px,4.2vw,54px); line-height: 1.06; letter-spacing: -.052em; }
.capability-heading > p:last-child { max-width: 610px; margin: 19px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.capability-card { position: relative; min-height: 255px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(255,255,255,.028); transition: transform .3s, border-color .3s, background .3s; }
.capability-card::after { content: ""; position: absolute; width: 180px; height: 180px; top: -80px; right: -70px; border-radius: 50%; background: rgba(139,103,214,.14); filter: blur(50px); }
.capability-card:hover { transform: translateY(-5px); border-color: rgba(139,103,214,.38); background: rgba(139,103,214,.055); }
.capability-card > img { position: relative; z-index: 1; width: 92px; height: 92px; object-fit: contain; filter: drop-shadow(0 13px 18px rgba(0,0,0,.42)); }
.capability-card > div { position: relative; z-index: 1; }
.capability-card small, .capability-card strong { display: block; }
.capability-card small { margin-bottom: 7px; color: #817d91; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.capability-card strong { font-size: clamp(28px,3vw,39px); line-height: 1; letter-spacing: -.045em; }
.capability-card p { display: flex; align-items: center; gap: 9px; margin: 13px 0 0; color: #a6a2b2; font-size: 13px; font-weight: 600; }
.capability-card p span { width: 4px; height: 4px; border-radius: 50%; background: #736d80; }
.capability-files::after { background: rgba(85,167,255,.16); }
.capability-music::after { background: rgba(255,164,41,.14); }
.capability-gallery::after { background: rgba(225,78,223,.15); }

.section { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2, .why h2, .download-card h2 { margin: 13px 0 0; font-size: clamp(38px, 5vw, 61px); line-height: 1.07; letter-spacing: -.055em; }
.section-heading > p, .why-intro > p:last-child { margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 620px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(22,22,32,.96), rgba(13,13,20,.96)); }
.feature-card::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(94,80,170,.12); filter: blur(80px); pointer-events: none; }
.feature-wide { grid-column: 1 / -1; min-height: 530px; display: grid; grid-template-columns: .82fr 1.18fr; }
.feature-wide.reverse { grid-template-columns: 1.18fr .82fr; }
.feature-wide.reverse .feature-copy { order: 2; }
.feature-copy { position: relative; z-index: 2; padding: 52px; align-self: center; }
.feature-number { color: #817d91; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.feature-card h3 { margin: 18px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.feature-card p { max-width: 440px; margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.feature-tag { display: inline-block; margin-top: 27px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; color: #bdb9ca; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature-shot { position: relative; align-self: end; justify-self: center; width: 70%; height: 420px; overflow: hidden; border: 8px solid #242431; border-bottom: 0; border-radius: 30px 30px 0 0; box-shadow: 0 25px 60px rgba(0,0,0,.5); }
.feature-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.shot-dual { width: 72%; transform: translateY(38px) rotate(2deg); }
.shot-docs { width: 62%; order: 1; transform: translateY(32px) rotate(-2deg); }
.utility-feature { min-height: 790px; }
.utility-feature .feature-copy { padding-right: 30px; }
.utility-feature .feature-shot { width: min(360px, 72%); height: auto; aspect-ratio: 1080 / 2255; align-self: center; border: 8px solid #242431; border-radius: 30px; transform: rotate(2deg); }
.utility-feature .feature-shot img { object-fit: contain; object-position: center; background: #101018; }
.backup-feature .feature-copy { padding-left: 35px; }
.backup-feature .shot-backup { transform: rotate(2deg); }
.feature-wide.reverse .shot-transfer { order: 1; transform: rotate(-2deg); }
.feature-tall .feature-copy { padding-bottom: 28px; }
.feature-tall .feature-shot { height: 390px; width: 58%; }
.card-gallery::before { right: -10%; bottom: 0; background: rgba(85,167,255,.15); }
.card-music::before { left: -10%; bottom: 0; background: rgba(225,78,223,.14); }
.compact-card { min-height: 430px; padding: 40px; }
.compact-card h3 { margin-top: 20px; font-size: 29px; }
.compact-card p { max-width: 350px; margin-top: 12px; font-size: 14px; }
.compact-card img { position: absolute; width: 170px; height: 315px; right: 30px; bottom: -110px; object-fit: cover; object-position: top; border: 6px solid #292936; border-radius: 25px; transform: rotate(5deg); box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.mini-icon { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(139,103,214,.35); border-radius: 14px; background: rgba(139,103,214,.12); color: #bea9ee; font-size: 22px; }
.more-features { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 18px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: rgba(17,17,25,.6); }
.more-features div { position: relative; padding: 28px; border-right: 1px solid var(--line); }
.more-features div:last-child { border: 0; }
.more-features span { display: block; margin-bottom: 23px; color: #a98be8; font-size: 20px; }
.more-features b, .more-features small { display: block; }
.more-features b { font-size: 14px; }
.more-features small { margin-top: 6px; color: var(--muted-2); font-size: 11px; }

.why { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding-top: 80px; }
.why-intro { position: sticky; top: 130px; align-self: start; }
.why-intro > p:last-child { max-width: 450px; margin-top: 25px; }
.principle { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 38px 0; border-top: 1px solid var(--line); }
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle > span { color: #777284; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.principle h3 { margin: 0; font-size: 23px; letter-spacing: -.03em; }
.principle p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }

.future-apps { position: relative; width: min(var(--max), calc(100% - 40px)); margin: 20px auto 50px; padding: 65px; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,rgba(85,167,255,.08),rgba(139,103,214,.07) 48%,rgba(225,78,223,.07)); }
.future-apps::after { content: "K"; position: absolute; right: -20px; bottom: -85px; color: rgba(255,255,255,.025); font-size: 260px; font-weight: 800; line-height: 1; }
.future-apps h2 { margin: 13px 0 0; font-size: clamp(34px,4.5vw,54px); line-height: 1.08; letter-spacing: -.05em; }
.future-apps > p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.75; }
.future-badge { position: absolute; right: 65px; top: 55px; padding: 8px 11px; border: 1px solid rgba(139,103,214,.28); border-radius: 999px; color: #c9b8ef; background: rgba(139,103,214,.09); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.download-section { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 70px 0 120px; }
.download-card { position: relative; min-height: 590px; overflow: hidden; display: grid; grid-template-columns: 1fr .82fr; align-items: center; padding: 75px 75px 0; border: 1px solid rgba(139,103,214,.25); border-radius: 34px; background: linear-gradient(135deg,#151520,#0e0e16); }
.download-glow { position: absolute; width: 650px; height: 650px; left: -180px; top: -240px; border-radius: 50%; background: var(--grad); filter: blur(130px); opacity: .18; }
.download-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 75px; }
.download-copy > img { margin-bottom: 26px; border-radius: 19px; box-shadow: 0 18px 45px rgba(85,167,255,.22); }
.download-copy > p:not(.kicker) { max-width: 480px; margin: 22px 0 30px; color: var(--muted); line-height: 1.7; }
.download-phone { align-self: end; justify-self: center; width: 300px; height: 525px; padding: 8px; border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 38px 38px 0 0; background: #272733; box-shadow: 0 35px 80px rgba(0,0,0,.5); transform: rotate(2deg); }
.download-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 30px 30px 0 0; }

.site-footer { width: min(var(--max), calc(100% - 40px)); margin: auto; border-top: 1px solid var(--line); }
.footer-main { min-height: 160px; display: flex; align-items: center; justify-content: space-between; }
.footer-main .brand span small { display: block; margin-top: 4px; color: var(--muted-2); font-size: 11px; font-weight: 500; }
.site-footer nav { display: flex; gap: 30px; color: var(--muted); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 25px 0 40px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* Shared privacy-page helpers */
.glass { background: rgba(255,255,255,.035); backdrop-filter: blur(14px); border-radius: 1.25rem; box-shadow: 0 18px 40px -20px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.04); }
.grad-text { color: transparent; background: var(--grad); background-clip: text; -webkit-background-clip: text; }
.grad-border { position: relative; }
.grad-border::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(139,103,214,.35); border-radius: inherit; pointer-events: none; }
.policy h2 { color: var(--ink); }
.todo-note { display: inline-flex; padding: 7px 13px; border: 1px dashed rgba(255,170,60,.45); border-radius: 10px; color: #ffd9a0; background: rgba(255,170,60,.1); font-size: 12px; font-weight: 600; }

/* Privacy policy */
.policy-header { background: rgba(9,9,15,.75); border-bottom-color: var(--line); backdrop-filter: blur(20px); }
.back-link { margin-left: auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 11px; color: #d8d5e0; font-size: 13px; font-weight: 700; transition: border-color .2s, background .2s; }
.back-link:hover { border-color: rgba(139,103,214,.55); background: rgba(139,103,214,.08); }
.policy-page { width: min(1080px, calc(100% - 40px)); margin: auto; padding: 150px 0 120px; }
.policy-title { text-align: center; }
.policy-title h1 { margin: 15px 0 0; font-size: clamp(45px,7vw,70px); line-height: 1; letter-spacing: -.06em; }
.policy-title > p:last-child { margin-top: 18px; color: var(--muted); }
.draft-banner { display: grid; grid-template-columns: 38px 1fr; gap: 15px; margin: 55px 0 70px; padding: 22px; border: 1px solid rgba(255,178,82,.25); border-radius: 17px; background: rgba(255,178,82,.055); }
.draft-banner > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #ffd59d; background: rgba(255,178,82,.12); font-weight: 800; }
.draft-banner strong { display: block; font-size: 14px; }
.draft-banner p { margin: 7px 0 0; color: #b8b0a8; font-size: 13px; line-height: 1.65; }
.policy-layout { display: grid; grid-template-columns: 190px 1fr; gap: 70px; align-items: start; }
.policy-toc { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 13px; }
.policy-toc p { margin: 0 0 8px; color: #777487; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.policy-toc a { color: var(--muted); font-size: 12px; line-height: 1.4; transition: color .2s; }
.policy-toc a:hover { color: #fff; }
.policy-body section { position: relative; padding: 0 0 54px; margin-bottom: 54px; border-bottom: 1px solid var(--line); }
.policy-body section > span { color: #7d778d; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.policy-body h2 { margin: 13px 0 0; font-size: 26px; letter-spacing: -.035em; }
.policy-body p { margin: 18px 0 0; color: var(--muted); line-height: 1.8; }
.policy-body p a { color: #d6c6ff; text-decoration: underline; text-decoration-color: rgba(214,198,255,.35); text-underline-offset: 3px; }
.policy-body mark { display: inline-block; margin-top: 19px; padding: 7px 10px; border-radius: 8px; color: #d3b98f; background: rgba(255,178,82,.08); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.policy-body ul { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 13px; }
.policy-body li { position: relative; padding-left: 22px; color: var(--muted); line-height: 1.75; }
.policy-body li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
.policy-body li strong, .policy-body p strong { color: var(--ink); font-weight: 600; }
.policy-footer .footer-bottom a { color: var(--muted); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 135px; text-align: center; }
  .hero-copy { position: relative; z-index: 8; }
  .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .app-suite-mark { margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(630px,100%); margin: -20px auto 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .why { grid-template-columns: 1fr; gap: 55px; }
  .why-intro { position: static; }
  .more-features { grid-template-columns: 1fr 1fr; }
  .more-features div:nth-child(2) { border-right: 0; }
  .more-features div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .download-card { padding-left: 55px; padding-right: 35px; }
  .future-apps { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav-shell { width: min(100% - 30px, var(--max)); height: 66px; }
  .hero, .section, .capability-panel, .future-apps, .download-section, .site-footer { width: min(100% - 30px, var(--max)); }
  .hero { min-height: 0; padding: 120px 0 65px; gap: 45px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-lede { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .trust-list { gap: 13px; font-size: 10px; }
  .hero-visual { min-height: 490px; }
  .preview-main { width: 230px; height: 475px; }
  .preview-left, .preview-right { width: 145px; height: 330px; }
  .preview-left { left: -10%; }
  .preview-right { right: -22%; width: 165px; height: 345px; opacity: .72; }
  .orbit-one { width: 460px; height: 460px; }
  .orbit-two { width: 340px; height: 340px; }
  .floating-note { min-width: 145px; padding: 11px 11px 11px 43px; }
  .note-icon { left: 10px; top: 10px; width: 26px; height: 26px; }
  .note-top { right: 4%; bottom: 11%; top: auto; }
  .note-bottom { bottom: 9%; left: -2%; }
  .capability-panel { padding: 38px 25px; }
  .capability-heading { margin-bottom: 30px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 205px; flex-direction: row; align-items: center; }
  .capability-card > img { width: 100px; height: 100px; }
  .capability-card > div { min-width: 145px; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 35px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-wide, .feature-wide.reverse { grid-column: auto; grid-template-columns: 1fr; min-height: 710px; }
  .feature-wide.reverse .feature-copy { order: initial; }
  .feature-card { min-height: 640px; border-radius: 23px; }
  .feature-copy { padding: 35px 30px; }
  .feature-shot, .feature-tall .feature-shot, .shot-docs { width: 66%; height: 370px; order: initial; }
  .utility-feature { min-height: 850px; }
  .utility-feature .feature-copy, .backup-feature .feature-copy { padding: 35px 30px; }
  .utility-feature .feature-shot { width: min(270px, 78%); height: auto; order: initial; }
  .compact-card { min-height: 380px; padding: 30px; }
  .compact-card img { width: 145px; height: 265px; bottom: -85px; }
  .more-features { grid-template-columns: 1fr; }
  .more-features div { border-right: 0; border-bottom: 1px solid var(--line); }
  .more-features div:last-child { border-bottom: 0; }
  .why { padding-top: 30px; }
  .future-apps { margin-top: 0; padding: 42px 30px; }
  .future-badge { position: static; justify-self: start; }
  .download-card { min-height: 740px; grid-template-columns: 1fr; padding: 48px 30px 0; text-align: center; }
  .download-copy { padding-bottom: 42px; }
  .download-copy > img, .download-copy .play-badge { margin-left: auto; margin-right: auto; }
  .download-phone { width: 245px; height: 390px; }
  .footer-main { padding: 42px 0; align-items: flex-start; gap: 35px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .policy-page { width: min(100% - 30px, 940px); padding-top: 125px; }
  .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .policy-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; padding: 22px; border: 1px solid var(--line); border-radius: 17px; }
  .policy-toc p { grid-column: 1 / -1; }
  .policy-header .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
