:root {
  --canvas: #f7f8fa;
  --surface: #fff;
  --raised: #f0f4f7;
  --ink: #111318;
  --muted: #5c6470;
  --line: #dce2ea;
  --line-soft: #e8edf2;
  --blue: #0a84ff;
  --amber: #ffb340;
  --coral: #ff5a5f;
  --mint: #32d583;
  --violet: #6e5aef;
  --max: 1180px;
  /* Refined elevation system — layered shadows for natural depth */
  --shadow-xs: 0 1px 2px rgba(25, 38, 52, .05), 0 1px 1px rgba(25, 38, 52, .03);
  --shadow-sm: 0 4px 12px rgba(25, 38, 52, .06), 0 1px 3px rgba(25, 38, 52, .04);
  --shadow-md: 0 12px 28px rgba(25, 38, 52, .09), 0 4px 10px rgba(25, 38, 52, .05);
  --shadow-lg: 0 24px 56px rgba(25, 38, 52, .12), 0 8px 20px rgba(25, 38, 52, .06);
  --shadow-xl: 0 32px 80px rgba(25, 38, 52, .15), 0 12px 28px rgba(25, 38, 52, .08);
  --shadow-blue: 0 14px 32px rgba(10, 132, 255, .22), 0 4px 10px rgba(10, 132, 255, .12);
  --shadow: 0 28px 80px rgba(25, 38, 52, .13);
  /* Premium surface tokens */
  --glass-bg: rgba(255, 255, 255, .72);
  --glass-border: rgba(255, 255, 255, .92);
  --glass-blur: saturate(1.5) blur(20px);
  --focus-ring: 0 0 0 3px rgba(10, 132, 255, .32);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--ink); color: white; border-radius: 12px; }
.skip-link:focus { top: 16px; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,248,250,.72); border-bottom: 1px solid rgba(220,226,234,.6); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 8px 24px rgba(25,38,52,.035); }
.nav-shell { width: min(var(--max), calc(100% - 48px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 20px; font-weight: 730; letter-spacing: -.02em; }
.brand img, .footer-brand img, .download-copy img { border-radius: 22%; box-shadow: 0 8px 22px rgba(17,19,24,.15), 0 2px 6px rgba(17,19,24,.08), inset 0 0 0 1px rgba(255,255,255,.5); }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .22s ease; }
.desktop-nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { min-width: 44px; min-height: 44px; border: 0; border-radius: 99px; background: transparent; color: var(--muted); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.language-toggle:hover { background: var(--raised); color: var(--ink); }
.language-select{min-width:66px;min-height:40px;padding:0 24px 0 11px;border:1px solid transparent;border-radius:99px;background-color:transparent;color:var(--muted);font:700 12px/1 -apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif;cursor:pointer;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#737b86 50%),linear-gradient(135deg,#737b86 50%,transparent 50%);background-position:calc(100% - 13px) 17px,calc(100% - 9px) 17px;background-size:4px 4px,4px 4px;background-repeat:no-repeat;transition:background-color .2s ease,border-color .2s ease,color .2s ease}
.language-select:hover{border-color:var(--line);background-color:var(--raised);color:var(--ink)}
.language-select:focus-visible{outline:3px solid rgba(10,132,255,.22);outline-offset:2px}
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 99px; background: linear-gradient(180deg,#1a1d23,#0d0f13); color: white; text-decoration: none; font-size: 13px; font-weight: 700; box-shadow: 0 6px 16px rgba(17,19,24,.22), inset 0 1px 0 rgba(255,255,255,.14); transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, filter .22s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(17,19,24,.26), inset 0 1px 0 rgba(255,255,255,.16); filter: brightness(1.08); }
.nav-cta:active { transform: translateY(0); box-shadow: 0 4px 10px rgba(17,19,24,.2), inset 0 1px 0 rgba(255,255,255,.1); }

.hero { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; padding-top: 72px; padding-bottom: 88px; overflow: hidden; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.eyebrow-dot { width: 14px; height: 14px; display:grid; place-items:center; background:#20a96a; border-radius:50%; box-shadow:0 0 0 5px rgba(32,169,106,.1); }
.eyebrow-dot::after{content:"✓";color:#fff;font-size:9px;font-weight:900;line-height:1}
h1 { margin: 22px 0 24px; font-size: clamp(48px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.055em; font-weight: 760; }
.hero-lead { max-width: 560px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.65; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 22px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-size: 15px; font-weight: 700; transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, filter .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); transition-duration: .08s; }
.button-primary { background: linear-gradient(180deg,#1a8eff,#0a84ff); color: white; box-shadow: 0 14px 32px rgba(10,132,255,.25), inset 0 1px 0 rgba(255,255,255,.22), 0 1px 0 rgba(10,80,160,.4); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(10,132,255,.32), inset 0 1px 0 rgba(255,255,255,.28), 0 1px 0 rgba(10,80,160,.4); filter: brightness(1.05); }
.button-primary:active { box-shadow: 0 8px 18px rgba(10,132,255,.2), inset 0 1px 0 rgba(255,255,255,.12); }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.65); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: #c4cdd8; background: rgba(255,255,255,.85); box-shadow: var(--shadow-sm); }
.availability { margin: 18px 0 0; color: #79818c; font-size: 12px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(10,132,255,.16), rgba(50,213,131,.08) 42%, transparent 69%); filter: blur(5px); }
.phone { position: relative; width: 334px; height: 670px; padding: 10px; border-radius: 52px; background: linear-gradient(145deg,#202329,#050608); box-shadow: 0 42px 90px rgba(15,22,31,.29), inset 0 0 0 1px rgba(255,255,255,.23); transform: rotate(3deg); }
.phone::after { content: ""; position: absolute; top: 18px; left: 50%; width: 94px; height: 27px; transform: translateX(-50%); border-radius: 20px; background: #050608; z-index: 3; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 43px; background: #dfe9e4; }
.status-line { height: 50px; padding: 17px 24px 0; display: flex; justify-content: space-between; position: relative; z-index: 2; font-size: 11px; font-weight: 750; }
.map-canvas { height: calc(100% - 50px); position: relative; overflow: hidden; background: linear-gradient(145deg,#dae9e7,#f2eee0 62%,#d9e8db); }
.map-canvas::before { content: ""; position: absolute; inset: 0; opacity: .52; background: repeating-linear-gradient(22deg,transparent 0 34px,rgba(255,255,255,.55) 35px 38px,transparent 39px 74px); }
.map-lines { position: absolute; inset: -32px -24px 0; width: calc(100% + 48px); height: calc(100% + 32px); }
.road, .mini-road { fill: none; stroke: #fffdf4; stroke-width: 13; stroke-linecap: round; }
.road-b { stroke-width: 20; }.road-c { stroke-width: 10; }
.river { fill: none; stroke: rgba(83,174,203,.3); stroke-width: 42; }
.route-halo, .mini-route-halo { fill: none; stroke: rgba(255,255,255,.95); stroke-width: 14; stroke-linecap: round; }
.route, .mini-route { fill: none; stroke: var(--amber); stroke-width: 7; stroke-linecap: round; }
.map-label { position: absolute; color: rgba(43,61,63,.58); font-size: 9px; font-weight: 700; letter-spacing: .02em; }
.label-one { top: 37%; left: 11%; transform: rotate(-8deg); }.label-two { top: 59%; right: 10%; transform: rotate(5deg); }
.map-pin { position: absolute; width: 38px; height: 44px; border-radius: 50% 50% 50% 8px; padding: 4px; background: white; transform: rotate(-45deg); box-shadow: 0 8px 18px rgba(23,37,38,.25); }
.map-pin span { display:block; width:100%; height:100%; border-radius:50%; background: linear-gradient(145deg,#ffd08b,#ff8f77); }
.pin-one { top: 26%; right: 15%; }.pin-two { top: 49%; left: 37%; }.pin-three { bottom: 16%; left: 14%; }
.recording-pill { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: max-content; display: flex; align-items: center; gap: 6px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.75); border-radius: 99px; background: rgba(255,255,255,.78); box-shadow: 0 9px 24px rgba(37,57,60,.11); backdrop-filter: blur(12px); font-size: 9px; color: var(--muted); }
.recording-pill strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.live-dot { width: 7px; height: 7px; border-radius:50%; background:var(--coral); box-shadow:0 0 0 3px rgba(255,90,95,.13); }
.metric-card { position:absolute; left:14px; right:14px; bottom:16px; display:grid; grid-template-columns:repeat(3,1fr); padding:14px 8px; border:1px solid rgba(255,255,255,.65); border-radius:20px; background:rgba(20,24,28,.79); color:white; backdrop-filter:blur(18px); box-shadow:0 16px 36px rgba(17,23,30,.24); }
.metric-card div { display:grid; gap:4px; padding:0 8px; text-align:center; border-right:1px solid rgba(255,255,255,.12); }.metric-card div:last-child{border:0}.metric-card span{color:rgba(255,255,255,.6);font-size:9px}.metric-card strong{font-size:13px;font-variant-numeric:tabular-nums}
.photo-card { position:absolute; width:118px; padding:6px 6px 9px; border:1px solid rgba(255,255,255,.85); border-radius:18px; background:rgba(255,255,255,.88); box-shadow:0 19px 44px rgba(24,38,43,.18); backdrop-filter:blur(14px); }
.photo-card span { display:block; padding:7px 4px 0; color:var(--muted); font-size:9px; font-weight:650; }
.photo-card-one { right: 0; top: 110px; transform:rotate(7deg); }.photo-card-two { left:10px; bottom:88px; transform:rotate(-8deg); }
.photo-scene { height:98px; border-radius:13px; overflow:hidden; position:relative; }
.scene-coast { background:linear-gradient(#9acde0 0 43%,#e7e0b9 44% 58%,#68a4b6 59%); }.scene-coast::after { content:""; position:absolute; width:78px; height:54px; left:18px; top:32px; background:#456c5d; clip-path:polygon(0 100%,26% 32%,45% 58%,66% 15%,100% 100%); }
.scene-hill { background:linear-gradient(#e9c59e 0 48%,#9eb681 49%); }.scene-hill::after { content:""; position:absolute; inset:42px -10px 0; background:#557258; clip-path:polygon(0 100%,0 54%,26% 14%,52% 52%,75% 3%,100% 50%,100% 100%); }

.trust-strip { background: linear-gradient(180deg,#fff 0%,#fbfcfd 100%); border-block:1px solid var(--line); }
.trust-grid { min-height:124px; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; }
.trust-grid > div { min-height:60px; display:grid; grid-template-columns:52px 1fr; grid-template-rows:auto auto; align-content:center; padding:0 8%; border-right:1px solid var(--line); }.trust-grid > div:last-child{border:0}.trust-grid strong{font-size:14px}.trust-grid small{color:var(--muted);font-size:12px;margin-top:4px}.trust-icon{grid-row:1/3;width:38px;height:38px;border-radius:12px;position:relative}.route-icon{background:rgba(255,179,64,.14)}.route-icon::after{content:"";position:absolute;width:17px;height:17px;border:3px solid var(--amber);border-left-color:transparent;border-radius:50%;top:8px;left:8px}.photo-icon{background:rgba(255,90,95,.12)}.photo-icon::after{content:"";position:absolute;width:19px;height:15px;border:2px solid var(--coral);border-radius:5px;top:10px;left:8px}.privacy-icon{background:rgba(50,213,131,.12)}.privacy-icon::after{content:"";position:absolute;width:15px;height:17px;border:2px solid #20a96a;border-radius:5px;top:11px;left:10px}.privacy-icon::before{content:"";position:absolute;width:9px;height:9px;border:2px solid #20a96a;border-bottom:0;border-radius:9px 9px 0 0;top:6px;left:13px}

.features { padding-top:130px; padding-bottom:140px; }
.section-heading { max-width:720px; margin-bottom:56px; }
.section-kicker { margin:0 0 13px; color:var(--blue); font-size:12px; font-weight:750; letter-spacing:.09em; text-transform:uppercase; display:inline-flex; align-items:center; gap:7px; }
.section-kicker::before{content:"";width:18px;height:1.5px;border-radius:2px;background:linear-gradient(90deg,currentColor,rgba(10,132,255,.2));display:inline-block;opacity:.55}
.section-heading h2, .privacy-copy h2, .download h2 { margin:0; font-size:clamp(36px,4vw,58px); line-height:1.08; letter-spacing:-.05em; }
.section-heading > p:last-child { margin:22px 0 0; color:var(--muted); font-size:18px; line-height:1.7; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:560px; display:flex; flex-direction:column; overflow:hidden; position:relative; border:1px solid var(--line); border-radius:28px; background:white; box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.8); }
.feature-number { position:absolute; top:22px; left:24px; z-index:2; font-size:11px; font-weight:800; color:var(--muted); letter-spacing:.08em; }
.feature-copy { margin-top:auto; padding:28px 28px 31px; position:relative; z-index:2; background:linear-gradient(transparent,white 14%); }.feature-copy h3{margin:0 0 12px;font-size:22px;letter-spacing:-.03em}.feature-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.68}
.mini-map { height:350px; position:relative; background:linear-gradient(142deg,#e6efea,#f3ecdf); overflow:hidden; }.mini-map::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-18deg,transparent 0 45px,rgba(255,255,255,.5) 46px 51px,transparent 52px 91px)}.mini-map svg{position:absolute;z-index:1;width:110%;left:-5%;bottom:34px}.mini-road{stroke-width:18}.mini-route-halo{stroke-width:15}.mini-route{stroke-width:8}.mini-start,.mini-end{position:absolute;z-index:2;width:18px;height:18px;border:4px solid white;border-radius:50%;box-shadow:0 4px 9px rgba(0,0,0,.15)}.mini-start{left:15px;bottom:67px;background:var(--mint)}.mini-end{right:8px;top:82px;background:var(--coral)}
.feature-match { background:linear-gradient(180deg,#f6eee6,white 62%); }.match-stack{height:350px;position:relative}.stack-photo{position:absolute;width:210px;height:248px;padding:8px;border-radius:25px;background:white;box-shadow:0 24px 50px rgba(48,37,31,.16)}.stack-photo span{display:block;width:100%;height:100%;border-radius:19px;background:linear-gradient(180deg,#bad6dc 0 46%,#d8c490 47% 61%,#5d7c64 62%);position:relative;overflow:hidden}.stack-photo span::after{content:"";position:absolute;left:-10%;right:-10%;bottom:0;height:45%;background:#3e604d;clip-path:polygon(0 100%,0 60%,27% 3%,48% 50%,69% 10%,100% 68%,100% 100%)}.stack-a{left:35px;top:72px;transform:rotate(-9deg)}.stack-b{right:20px;top:42px;transform:rotate(8deg)}.stack-b span{background:linear-gradient(#d9b785 0 48%,#7b9b81 49%)}.match-badge{position:absolute;right:32px;bottom:25px;z-index:3;padding:11px 15px;border-radius:99px;background:rgba(255,255,255,.9);box-shadow:0 13px 30px rgba(31,49,42,.16);color:#20a96a;font-size:13px}.match-badge b{color:var(--ink);margin-left:5px}
.feature-insight { background:linear-gradient(180deg,#eceafb,white 62%); }.insight-panel{margin:75px 22px 0;height:250px;padding:24px;border:1px solid rgba(110,90,239,.12);border-radius:23px;background:rgba(255,255,255,.8);box-shadow:0 22px 44px rgba(67,56,137,.1)}.insight-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.insight-top b{color:var(--ink);font-size:21px}.bars{height:128px;display:flex;align-items:flex-end;gap:13px;margin-top:21px}.bars i{flex:1;height:var(--h);display:block;border-radius:7px 7px 3px 3px;background:#d9d5f7}.bars i.active{background:var(--violet);box-shadow:0 9px 18px rgba(110,90,239,.25)}.bar-labels{display:flex;justify-content:space-around;margin-top:9px;color:#8b879e;font-size:9px}

.privacy-section { padding:130px 0; color:#f4f6f8; background:linear-gradient(180deg,#090b0e 0%,#0c0f13 100%); overflow:hidden; position:relative; }.privacy-section::before{content:"";position:absolute;width:560px;height:560px;right:-180px;top:-250px;border-radius:50%;background:radial-gradient(circle,rgba(50,213,131,.11),transparent 68%);pointer-events:none}.privacy-section::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.4;background-image:radial-gradient(circle,rgba(255,255,255,.025) 1px,transparent 1px);background-size:3px 3px}
.privacy-layout { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; position:relative; }.privacy-copy .section-kicker{color:var(--mint)}.privacy-copy h2{max-width:520px}.privacy-copy > p:not(.section-kicker){max-width:570px;margin:24px 0;color:#a8afb8;font-size:17px;line-height:1.78}.text-link{display:inline-flex;gap:8px;color:white;text-decoration:none;font-size:14px;font-weight:700;padding-bottom:6px;border-bottom:1px solid #3c434c;transition:border-color .25s ease,gap .25s ease}.text-link:hover{border-color:var(--mint);gap:12px}.text-link span{color:var(--mint);transition:transform .25s ease}.text-link:hover span{transform:translateX(3px)}
.privacy-points{display:grid;gap:0;border-top:1px solid #2a2e35}.privacy-points div{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:27px 0;border-bottom:1px solid #2a2e35}.privacy-points span{color:var(--mint);font-size:11px;font-weight:800}.privacy-points p{margin:0;color:#d5d9de;font-size:15px;line-height:1.65}

.download { padding-top:120px; padding-bottom:120px; }.download-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border-radius:32px;background:linear-gradient(125deg,#0a84ff,#2468d7 58%,#3855b8);color:white;box-shadow:0 28px 64px rgba(10,92,200,.23)}.download-copy{display:flex;align-items:center;gap:26px}.download-copy .section-kicker{color:rgba(255,255,255,.65)}.download h2{max-width:680px;font-size:clamp(30px,3vw,45px)}.download-copy p:last-child{margin:13px 0 0;color:rgba(255,255,255,.75);line-height:1.6}.button-light{flex:0 0 auto;background:white;color:#125bb9;box-shadow:0 12px 30px rgba(5,47,105,.2)}

.site-footer { padding:40px 0 30px; background:linear-gradient(180deg,#fff 0%,#f9fafb 100%); border-top:1px solid var(--line); }.footer-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand div{display:grid;gap:3px}.footer-brand strong{font-size:15px}.footer-brand span{color:var(--muted);font-size:11px}.footer-links{display:flex;flex-wrap:wrap;gap:24px}.footer-links a{color:var(--muted);font-size:12px;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--ink)}.copyright{grid-column:1/-1;margin:0;padding-top:25px;border-top:1px solid var(--line);color:#8a919b;font-size:11px}

@media (max-width: 920px) {
  .desktop-nav{display:none}.hero{grid-template-columns:1fr;gap:40px;padding-top:70px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:660px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:520px}.privacy-layout{grid-template-columns:1fr;gap:55px}.download-card{align-items:flex-start;flex-direction:column}.download-copy{align-items:flex-start}.trust-grid>div{padding:0 4%}
}
@media (max-width: 640px) {
  .section-shell,.nav-shell{width:min(100% - 32px,var(--max))}.nav-shell{min-height:64px}.brand span{font-size:18px}.brand img{width:36px;height:36px}.nav-cta{display:none}.hero{min-height:auto;padding-top:64px;padding-bottom:66px}.hero-copy{text-align:left}.eyebrow{justify-content:flex-start}h1{font-size:40px}.hero-lead{font-size:17px}.hero-actions{justify-content:flex-start;align-items:stretch;flex-direction:column}.button{width:100%}.availability{font-size:11px}.hero-visual{min-height:540px;transform:scale(.82);margin:-42px -50px}.phone{width:310px;height:625px}.photo-card-one{right:2px}.photo-card-two{left:1px}.trust-grid{grid-template-columns:1fr;padding-block:14px}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 8px}.trust-grid>div:last-child{border:0}.features{padding-top:90px;padding-bottom:90px}.section-heading{margin-bottom:36px}.section-heading h2,.privacy-copy h2{font-size:38px}.section-heading>p:last-child{font-size:16px}.feature-card{min-height:500px;border-radius:23px}.privacy-section{padding:88px 0}.download{padding-top:72px;padding-bottom:72px}.download-card{padding:28px;border-radius:25px}.download-copy{display:block}.download-copy img{margin-bottom:25px}.button-light{width:auto}.footer-grid{grid-template-columns:1fr}.footer-links{gap:18px}.copyright{grid-column:auto}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.button{transition:none} }

/* Production website expansion */
.launch-bar{background:#090b0e;color:#f4f6f8}.launch-bar-inner{min-height:40px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:11px}.launch-bar-inner p{display:flex;align-items:center;gap:9px;margin:0}.launch-bar-inner p span{color:#a8afb8}.launch-bar-inner a{color:#fff;font-weight:700;text-underline-offset:3px}.launch-status-dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px rgba(50,213,131,.12)}
.availability a{display:block;width:max-content;margin-top:6px;color:var(--blue);text-decoration:none;font-weight:650}.store-actions{align-items:center}.app-store-link{display:inline-flex;align-items:center;min-height:60px;border-radius:12px;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.app-store-link:hover{transform:translateY(-2px)}.app-store-link[aria-disabled="true"]{opacity:.88}.figma-app-store-badge{display:block;position:relative;overflow:hidden;width:180px;aspect-ratio:119.664/40;flex:0 0 auto}.launch-price{display:flex;align-items:center;gap:9px;min-height:58px;padding:8px 11px;border:1px solid #dfe5ec;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 10px 28px rgba(31,42,55,.07);white-space:nowrap}.launch-price>span{padding:5px 7px;border-radius:7px;background:#fff0eb;color:#d84c31;font-size:9px;font-weight:850;letter-spacing:.05em}.launch-price strong{display:block;color:var(--ink);font-size:20px;line-height:1.05;letter-spacing:-.03em}.launch-price small{display:block;margin-top:3px;color:var(--muted);font-size:9px;font-weight:700}.launch-price s{opacity:.66}
.trust-grid{grid-template-columns:repeat(4,1fr)}.insight-icon{background:rgba(110,90,239,.12)}.insight-icon::before{content:"";position:absolute;left:9px;bottom:9px;width:4px;height:9px;border-radius:3px 3px 1px 1px;background:#b8aff6;box-shadow:7px -6px 0 #8f80ef,14px -13px 0 var(--violet)}.insight-icon::after{content:"";position:absolute;left:8px;right:8px;bottom:7px;height:2px;border-radius:2px;background:rgba(110,90,239,.38)}
.product-story{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:132px;padding-bottom:132px}.story-intro h2{margin:0;font-size:clamp(38px,4.2vw,59px);line-height:1.1;letter-spacing:-.05em}.story-body>p{max-width:620px;margin:3px 0 0;color:var(--muted);font-size:18px;line-height:1.78}
.workflow-section{padding:128px 0;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);border-block:1px solid var(--line)}.workflow-heading{margin-bottom:50px}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.workflow-step{min-height:330px;position:relative;padding:28px;border:1px solid var(--line-soft);border-radius:26px;background:linear-gradient(180deg,var(--canvas) 0%,#fff 60%);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.7)}.step-index{position:absolute;top:25px;right:26px;color:#9aa1aa;font-size:11px;font-weight:800;letter-spacing:.08em}.step-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:56px;border-radius:20px;position:relative}.step-record{background:rgba(255,90,95,.1)}.step-record i{width:23px;height:23px;border:7px solid var(--coral);border-radius:50%;box-shadow:0 0 0 5px #fff}.step-match{background:rgba(10,132,255,.1)}.step-match::before,.step-match::after{content:"";position:absolute;width:28px;height:23px;border:2px solid var(--blue);border-radius:7px;background:#fff}.step-match::before{transform:translate(-5px,4px) rotate(-7deg);opacity:.55}.step-match::after{transform:translate(5px,-4px) rotate(6deg)}.step-match i{position:absolute;z-index:2;width:10px;height:10px;border-radius:50%;background:var(--mint);transform:translate(11px,-10px)}.step-review{background:rgba(110,90,239,.1)}.step-review i{width:30px;height:30px;border:3px solid var(--violet);border-radius:50%;position:relative}.step-review i::after{content:"";position:absolute;width:13px;height:3px;border-radius:2px;background:var(--violet);right:-9px;bottom:-5px;transform:rotate(45deg)}.workflow-step h3{margin:0 0 12px;font-size:22px;letter-spacing:-.03em}.workflow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.72}
.capability-section{padding:130px 0;background:linear-gradient(180deg,#eef2f6 0%,#e9eef3 100%);border-top:1px solid var(--line)}.capability-heading{margin-bottom:54px}.capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.capability-card{min-height:430px;overflow:hidden;position:relative;border:1px solid rgba(205,214,224,.85);border-radius:30px;background:#fff;box-shadow:var(--shadow-sm),inset 0 1px 0 rgba(255,255,255,.9)}.capability-copy{position:relative;z-index:3;padding:32px}.capability-label{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:99px;background:linear-gradient(180deg,#eef5ff,#e1eeff);color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.06em;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 1px 2px rgba(10,132,255,.08)}.capability-copy h3{max-width:480px;margin:18px 0 12px;font-size:27px;line-height:1.2;letter-spacing:-.04em}.capability-copy p{max-width:490px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.live-card{color:#fff;background:#060709}.live-card .capability-label{background:rgba(255,90,95,.14);color:#ff7b80}.live-card .capability-copy p{color:#a8afb8}.dynamic-island-demo{width:min(440px,calc(100% - 64px));height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;position:absolute;left:32px;bottom:48px;padding:0 22px;border:1px solid #30343a;border-radius:28px;background:#15171b;box-shadow:0 24px 50px rgba(0,0,0,.35)}.dynamic-island-demo div{display:grid;gap:4px}.dynamic-island-demo b{font-size:13px}.dynamic-island-demo small{color:#9ba2ac;font-size:11px}.dynamic-island-demo strong{font-size:18px;font-variant-numeric:tabular-nums}.island-dot{width:14px;height:14px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.12)}
.map-style-card{background:linear-gradient(145deg,#f6f8fb,#e8f0ed)}.map-style-stack{position:absolute;left:36px;right:36px;bottom:0;height:185px}.style-card{position:absolute;width:210px;height:145px;border:5px solid #fff;border-radius:21px;box-shadow:0 18px 40px rgba(31,46,55,.17);overflow:hidden}.style-card::before,.style-card::after{content:"";position:absolute;inset:-20%;border:11px solid rgba(255,255,255,.7);border-radius:50%;transform:rotate(20deg)}.style-card span{position:absolute;left:22px;bottom:25px;width:120px;height:6px;border-radius:5px;background:var(--amber);transform:rotate(-18deg)}.style-light{left:0;bottom:-35px;background:#dceae5;transform:rotate(-8deg)}.style-dark{left:33%;bottom:-12px;background:#20252a;transform:rotate(1deg)}.style-satellite{right:0;bottom:-42px;background:linear-gradient(135deg,#46664b,#80935f 42%,#355968 43%);transform:rotate(9deg)}
.poster-card{background:#f9f4ea}.poster-card .capability-copy{width:50%;margin-left:auto}.poster-preview{position:absolute;left:34px;top:42px;bottom:42px;width:42%;padding:16px;border-radius:22px;background:#111318;color:#fff;box-shadow:0 24px 50px rgba(28,28,25,.22);transform:rotate(-3deg)}.poster-photo{height:61%;border-radius:13px;background:linear-gradient(#d9b281 0 46%,#77966e 47%);position:relative;overflow:hidden}.poster-photo::after{content:"";position:absolute;inset:46% -10% 0;background:#405e4d;clip-path:polygon(0 100%,0 52%,28% 5%,49% 49%,71% 11%,100% 58%,100% 100%)}.poster-preview svg{width:100%;height:70px;margin-top:4px}.poster-preview path{fill:none;stroke:var(--amber);stroke-width:5;stroke-linecap:round}.poster-preview circle{fill:var(--coral);stroke:#fff;stroke-width:3}.poster-meta{display:grid;gap:4px}.poster-meta b{font-size:12px}.poster-meta span{color:#969da6;font-size:9px}.cloud-card{background:linear-gradient(145deg,#eaf5ff,#f8fbff)}.cloud-orbit{position:absolute;left:50%;bottom:36px;width:300px;height:170px;transform:translateX(-50%);border:1px solid rgba(10,132,255,.15);border-radius:50%}.cloud-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:100px;height:70px;border-radius:35px;background:#fff;color:var(--blue);font-size:13px;font-weight:750;box-shadow:0 18px 42px rgba(10,89,155,.15)}.cloud-orbit i{position:absolute;width:38px;height:52px;border:4px solid #fff;border-radius:10px;background:#1c2732;box-shadow:0 10px 22px rgba(25,59,87,.18)}.device-one{left:10px;top:56px}.device-two{right:9px;top:57px;transform:rotate(7deg)}.device-three{left:132px;top:-15px;width:50px!important;height:34px!important;border-radius:8px!important}
.formats-section{padding:132px 0;background:#fff}.formats-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.formats-copy h2{margin:0;font-size:clamp(40px,4.2vw,58px);letter-spacing:-.05em}.formats-copy>p:not(.section-kicker){margin:23px 0 30px;color:var(--muted);font-size:17px;line-height:1.75}.format-pills{display:flex;flex-wrap:wrap;gap:8px}.format-pills span{padding:10px 14px;border-radius:11px;background:#f0f3f7;color:#363d46;font-size:12px;font-weight:800;letter-spacing:.04em}.formats-details{border-top:1px solid var(--line)}.formats-details article{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:29px 0;border-bottom:1px solid var(--line)}.formats-details h3{margin:0 0 7px;font-size:18px}.formats-details p{margin:0;color:var(--muted);font-size:14px;line-height:1.68}.detail-icon{width:44px;height:44px;border-radius:14px;background:#eef5ff;position:relative}.detail-icon::before{content:"";position:absolute;width:15px;height:18px;left:13px;top:10px;border:2px solid var(--blue);border-radius:3px}.import-icon::after{content:"↓";position:absolute;right:7px;bottom:4px;color:var(--blue);font-size:17px;font-weight:800}.export-icon::after{content:"↑";position:absolute;right:7px;top:3px;color:var(--blue);font-size:17px;font-weight:800}.control-icon{background:rgba(50,213,131,.11)}.control-icon::before{border-color:#20a96a;border-radius:50%}.control-icon::after{content:"✓";position:absolute;right:5px;bottom:2px;color:#20a96a;font-size:17px;font-weight:900}
.requirements-section{padding:125px 0;background:#f7f8fa}.requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.requirements-copy h2{margin:0;font-size:clamp(38px,4vw,56px);line-height:1.1;letter-spacing:-.05em}.requirements-copy>p:last-child{max-width:560px;margin:23px 0 0;color:var(--muted);font-size:17px;line-height:1.75}.requirements-list{margin:0;border-top:1px solid var(--line)}.requirements-list div{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.requirements-list dt{color:var(--muted);font-size:12px}.requirements-list dd{margin:0;font-size:14px;font-weight:650;line-height:1.5}
.faq-section{padding:130px 0;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);border-top:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:100px;align-items:start}.faq-heading{position:sticky;top:110px}.faq-heading h2{margin:0;font-size:48px;letter-spacing:-.05em}.faq-heading>p:last-child{color:var(--muted);font-size:15px;line-height:1.65}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);transition:background-color .2s ease}.faq-list details:hover{background:linear-gradient(90deg,rgba(10,132,255,.02),transparent 70%)}.faq-list summary{position:relative;padding:25px 46px 25px 0;cursor:pointer;font-size:17px;font-weight:700;list-style:none;transition:color .2s ease}.faq-list details:hover summary{color:var(--blue)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:5px;top:21px;color:var(--muted);font-size:24px;font-weight:400;transition:transform .3s cubic-bezier(.22,1,.36,1),color .2s ease}.faq-list details[open] summary::after{content:"−";transform:rotate(180deg);color:var(--blue)}.faq-list details p{max-width:680px;margin:-6px 0 25px;color:var(--muted);font-size:14px;line-height:1.75}
.download-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:12px}.app-store-link-footer .figma-app-store-badge{width:190px}.launch-mail-link{color:#fff;font-size:12px;font-weight:700;text-underline-offset:3px}.launch-price-dark{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:none}.launch-price-dark strong{color:#fff}.launch-price-dark small{color:#c7cdd5}.launch-price-dark>span{background:rgba(255,90,95,.15);color:#ff9b88}
@media(max-width:920px){.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-story,.formats-layout,.requirements-grid,.faq-layout{grid-template-columns:1fr;gap:50px}.workflow-grid,.capability-grid{grid-template-columns:1fr}.faq-heading{position:static}.download-actions{justify-items:start}}
@media(max-width:640px){.launch-bar-inner{min-height:48px;justify-content:flex-start;gap:9px}.launch-bar-inner p{display:grid;gap:0}.launch-bar-inner a{margin-left:auto;white-space:nowrap}.hero-actions{align-items:flex-start}.app-store-link .figma-app-store-badge{width:170px}.availability a{margin-inline:0}.trust-grid{grid-template-columns:1fr}.trust-grid>div,.trust-grid>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.product-story{padding-top:88px;padding-bottom:88px}.story-intro h2{font-size:38px}.story-body>p{font-size:16px}.workflow-section{padding:88px 0}.workflow-step{min-height:300px}.capability-section,.formats-section,.requirements-section,.faq-section{padding:88px 0}.capability-card{min-height:420px;border-radius:24px}.capability-copy{padding:25px}.capability-copy h3{font-size:23px}.dynamic-island-demo{left:24px;width:calc(100% - 48px);bottom:35px}.poster-card{min-height:600px}.poster-card .capability-copy{width:100%;margin:0}.poster-preview{top:auto;left:50%;bottom:24px;width:65%;height:320px;transform:translateX(-50%) rotate(-3deg)}.map-style-stack{left:20px;right:20px}.style-card{width:175px}.formats-layout,.requirements-grid,.faq-layout{gap:38px}.requirements-copy h2,.faq-heading h2{font-size:38px}.requirements-list div{grid-template-columns:84px 1fr}.download-actions{justify-items:start}}

/* Layered motion: calm entrance, scroll hierarchy, and product-focused micro motion. */
.motion-ready .hero-copy > *{opacity:0;transform:translateY(18px);transition:opacity .72s ease,transform .82s cubic-bezier(.22,1,.36,1)}
.motion-ready .hero-copy > :nth-child(1){transition-delay:.05s}.motion-ready .hero-copy > :nth-child(2){transition-delay:.13s}.motion-ready .hero-copy > :nth-child(3){transition-delay:.22s}.motion-ready .hero-copy > :nth-child(4){transition-delay:.31s}.motion-ready .hero-copy > :nth-child(5){transition-delay:.39s}
.motion-ready .hero-visual{opacity:0;transform:translateY(24px) scale(.975);transition:opacity .9s .16s ease,transform 1.05s .16s cubic-bezier(.22,1,.36,1)}
.motion-ready.page-loaded .hero-copy > *{opacity:1;transform:none}.motion-ready.page-loaded .hero-visual{opacity:1;transform:none}
.motion-ready.page-loaded .visual-glow{animation:glowDrift 8s ease-in-out infinite alternate}
.motion-ready.page-loaded .phone{animation:phoneFloat 8.5s ease-in-out 1.1s infinite}
.motion-ready.page-loaded .photo-card-one{animation:photoFloatOne 6.8s ease-in-out .9s infinite}.motion-ready.page-loaded .photo-card-two{animation:photoFloatTwo 7.4s ease-in-out 1.35s infinite}
.motion-ready.page-loaded .route{stroke-dasharray:760;stroke-dashoffset:760;animation:routeDraw 1.8s .7s cubic-bezier(.65,0,.35,1) forwards}
.motion-ready.page-loaded .route-halo{opacity:0;animation:routeHaloIn .8s 1.15s ease forwards}
.motion-ready.page-loaded .map-pin{animation:pinIn .55s cubic-bezier(.34,1.56,.64,1) both}.motion-ready.page-loaded .pin-one{animation-delay:1.15s}.motion-ready.page-loaded .pin-two{animation-delay:1.38s}.motion-ready.page-loaded .pin-three{animation-delay:1.61s}
.live-dot,.island-dot{animation:statusPulse 2.4s ease-in-out infinite}.launch-status-dot{animation:mintStatusPulse 2.4s ease-in-out infinite}

.supports-reveal .reveal-item{opacity:0;transform:translateY(28px) scale(.988);transition:opacity .72s ease,transform .82s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--reveal-order,0) * 85ms)}
.supports-reveal .reveal-item.is-visible{opacity:1;transform:none}
.supports-reveal .feature-card.reveal-item,.supports-reveal .capability-card.reveal-item,.supports-reveal .workflow-step.reveal-item{transform:translateY(34px) scale(.975)}
.supports-reveal .feature-card.reveal-item.is-visible,.supports-reveal .capability-card.reveal-item.is-visible,.supports-reveal .workflow-step.reveal-item.is-visible{transform:none}
.workflow-step,.feature-card,.capability-card{transition-property:opacity,transform,box-shadow,border-color;transition-duration:.72s,.82s,.3s,.3s;transition-timing-function:ease,cubic-bezier(.22,1,.36,1),ease,ease}
@media(hover:hover){.workflow-step:hover,.capability-card:hover{transform:translateY(-5px);border-color:#c2cbd6;box-shadow:var(--shadow-lg),inset 0 1px 0 rgba(255,255,255,.9)}.formats-details article{transition:transform .25s ease}.formats-details article:hover{transform:translateX(6px)}}
.feature-route.is-visible .mini-route{stroke-dasharray:640;stroke-dashoffset:640;animation:miniRouteDraw 1.35s .18s cubic-bezier(.65,0,.35,1) forwards}
.feature-insight.is-visible .bars i{transform-origin:bottom;animation:barRise .65s cubic-bezier(.22,1,.36,1) both}.feature-insight.is-visible .bars i:nth-child(2){animation-delay:.08s}.feature-insight.is-visible .bars i:nth-child(3){animation-delay:.16s}.feature-insight.is-visible .bars i:nth-child(4){animation-delay:.24s}.feature-insight.is-visible .bars i:nth-child(5){animation-delay:.32s}
.feature-match.is-visible .stack-a{animation:stackSettleA .8s cubic-bezier(.22,1,.36,1) both}.feature-match.is-visible .stack-b{animation:stackSettleB .9s .08s cubic-bezier(.22,1,.36,1) both}.feature-match.is-visible .match-badge{animation:badgePop .52s .48s cubic-bezier(.34,1.56,.64,1) both}
.cloud-card.is-visible .device-one{animation:deviceOrbitOne 6s ease-in-out infinite}.cloud-card.is-visible .device-two{animation:deviceOrbitTwo 6.8s ease-in-out .35s infinite}.cloud-card.is-visible .device-three{animation:deviceOrbitThree 5.6s ease-in-out .7s infinite}

@keyframes glowDrift{to{transform:translate3d(18px,-14px,0) scale(1.06);opacity:.82}}
@keyframes phoneFloat{0%,100%{transform:rotate(3deg) translateY(0)}50%{transform:rotate(2.3deg) translateY(-9px)}}
@keyframes photoFloatOne{0%,100%{transform:rotate(7deg) translateY(0)}50%{transform:rotate(5.5deg) translateY(-12px)}}
@keyframes photoFloatTwo{0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-6.5deg) translateY(10px)}}
@keyframes routeDraw{to{stroke-dashoffset:0}}@keyframes routeHaloIn{to{opacity:1}}@keyframes miniRouteDraw{to{stroke-dashoffset:0}}
@keyframes pinIn{from{opacity:0;scale:.45}to{opacity:1;scale:1}}
@keyframes statusPulse{0%,100%{box-shadow:0 0 0 3px rgba(255,90,95,.13)}50%{box-shadow:0 0 0 7px rgba(255,90,95,.035)}}
@keyframes mintStatusPulse{0%,100%{box-shadow:0 0 0 4px rgba(50,213,131,.12)}50%{box-shadow:0 0 0 8px rgba(50,213,131,.035)}}
@keyframes barRise{from{transform:scaleY(.08);opacity:.35}to{transform:scaleY(1);opacity:1}}
@keyframes stackSettleA{from{opacity:0;transform:translate(-22px,28px) rotate(-15deg)}to{opacity:1;transform:rotate(-9deg)}}@keyframes stackSettleB{from{opacity:0;transform:translate(24px,-18px) rotate(15deg)}to{opacity:1;transform:rotate(8deg)}}@keyframes badgePop{from{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
@keyframes deviceOrbitOne{0%,100%{transform:translate(0,0)}50%{transform:translate(6px,-8px)}}@keyframes deviceOrbitTwo{0%,100%{transform:rotate(7deg) translate(0,0)}50%{transform:rotate(3deg) translate(-7px,7px)}}@keyframes deviceOrbitThree{0%,100%{transform:translate(0,0)}50%{transform:translate(-5px,8px)}}

@media(prefers-reduced-motion:reduce){.app-store-link,.hero-copy>* ,.hero-visual,.reveal-item,.workflow-step,.feature-card,.capability-card,.formats-details article{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}.route,.route-halo,.mini-route{stroke-dasharray:none!important;stroke-dashoffset:0!important}.bars i{transform:none!important}}
/* Hero copy balance for the Chinese product promise. */
html[lang="zh-CN"] .hero{grid-template-columns:1.08fr .92fr;gap:32px}
@media(max-width:920px){html[lang="zh-CN"] .hero{grid-template-columns:1fr;gap:40px}}
html[lang="zh-CN"] .hero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}
@media(max-width:920px){html[lang="zh-CN"] .hero{grid-template-columns:minmax(0,1fr)}}
.hero-title-wide{display:block}.hero-title-compact{display:none}
@media(max-width:640px){.hero-title-wide{display:none}.hero-title-compact{display:block}html[lang="zh-CN"] h1{font-size:34px}}
/* Exact Figma node 6:250: Apple App Store / Black / EN, 119.664 × 40. */
.figma-app-store-badge>img{position:absolute;display:block;max-width:none}
.figma-app-store-badge .badge-frame{inset:0;width:100%;height:100%}
.figma-app-store-badge .badge-apple{top:21.8%;right:76.86%;bottom:23.76%;left:8.33%;width:14.81%;height:54.44%}
.figma-app-store-badge .badge-title{top:44.68%;right:8.5%;bottom:16.27%;left:28.77%;width:62.73%;height:39.05%}
.figma-app-store-badge .badge-kicker{top:21.09%;right:12.41%;bottom:63.01%;left:29.81%;width:57.78%;height:15.9%}

/* Conversion-focused information architecture */
.release-prelaunch .released-only,.release-released .prelaunch-only{display:none!important}
.release-released .released-only,.release-prelaunch .prelaunch-only{display:revert}
#workflow,#capabilities,#formats,#privacy,#faq,#download{scroll-margin-top:92px}
.hero-actions .button-primary{min-width:178px;background:var(--blue);color:#fff;box-shadow:0 14px 32px rgba(10,132,255,.24)}
.availability>span{display:block}.availability .prelaunch-only{margin-top:6px;color:var(--blue);font-weight:650}
.copy-icon{background:rgba(50,213,131,.12)}.copy-icon::before,.copy-icon::after{content:"";position:absolute;width:15px;height:18px;border:2px solid #20a96a;border-radius:4px;background:#fff}.copy-icon::before{left:8px;top:8px;opacity:.48}.copy-icon::after{left:14px;top:12px}.copy-icon{overflow:hidden}

.mobile-menu-toggle,.mobile-nav{display:none}
.mobile-sticky-cta{display:none}

.workflow-section{padding:112px 0}.workflow-step{min-height:300px}.workflow-heading{max-width:850px}.workflow-heading>p:last-child{max-width:780px}
.features{padding-top:112px;padding-bottom:118px}.feature-card{min-height:520px}
.capability-section{padding:112px 0}.capability-card{min-height:360px}.capability-copy{padding:28px}.capability-copy h3{font-size:24px}.dynamic-island-demo{bottom:34px}.map-style-stack{height:150px}.style-card{height:125px}.poster-preview{top:32px;bottom:32px}.cloud-orbit{bottom:24px;height:145px}

.formats-compact{margin-top:68px;padding:48px;border:1px solid rgba(205,214,224,.9);border-radius:30px;background:#fff}
.formats-compact-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;padding-bottom:30px;border-bottom:1px solid var(--line)}
.formats-compact-heading h3{max-width:690px;margin:0;font-size:clamp(28px,3vw,42px);line-height:1.14;letter-spacing:-.045em}
.formats-compact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.formats-compact-grid article{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:30px 26px 4px;border-right:1px solid var(--line)}.formats-compact-grid article:first-child{padding-left:0}.formats-compact-grid article:last-child{padding-right:0;border-right:0}.formats-compact-grid h3{margin:0 0 7px;font-size:17px}.formats-compact-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}

/* Interactive route-source explorer */
.route-sources{margin-top:72px;padding:52px;border:1px solid rgba(201,211,222,.85);border-radius:34px;background:linear-gradient(145deg,#fff,#f5f8fb);box-shadow:var(--shadow-lg),inset 0 1px 0 rgba(255,255,255,.85)}
.route-sources-heading{max-width:900px}.route-sources-heading h3{max-width:820px;margin:0;font-size:clamp(31px,3.3vw,48px);line-height:1.1;letter-spacing:-.048em}.route-sources-heading>p:last-child{max-width:780px;margin:19px 0 0;color:var(--muted);font-size:16px;line-height:1.72}
.route-source-layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:32px;margin-top:38px;align-items:stretch}
.route-source-controls{display:grid;gap:10px;align-content:start}
.route-source-tab{display:grid;grid-template-columns:46px 1fr;gap:14px;width:100%;padding:17px;border:1px solid transparent;border-radius:19px;background:transparent;color:var(--ink);text-align:left;font:inherit;cursor:pointer;transition:background .24s ease,border-color .24s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .24s ease}.route-source-tab:hover{background:#fff;transform:translateX(3px)}.route-source-tab.is-active{border-color:#cbdcf4;background:#fff;box-shadow:0 14px 32px rgba(42,72,109,.1)}.route-source-tab:focus-visible{outline:3px solid rgba(10,132,255,.24);outline-offset:2px}.route-source-tab strong,.route-source-tab small{display:block}.route-source-tab strong{font-size:15px}.route-source-tab small{margin-top:5px;color:var(--muted);font-size:11.5px;line-height:1.55}
.source-tab-icon{position:relative;width:46px;height:46px;overflow:hidden;border-radius:15px;background-color:#edf3f8;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 6px 16px rgba(31,54,71,.12),inset 0 0 0 1px rgba(255,255,255,.7)}.source-icon-lensrove{background-image:url("assets/app-icon.png")}.source-icon-watch{background-image:url("assets/apple-fitness-icon.jpg")}.source-icon-files{background-image:url("assets/track-file-import-icon.svg")}.source-icon-lensrove::before,.source-icon-lensrove::after,.source-icon-watch::before,.source-icon-watch::after,.source-icon-files::before,.source-icon-files::after{content:none}
.route-source-preview{position:relative;min-height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:27px;background:#e8f0f2;box-shadow:inset 0 0 0 1px rgba(173,190,201,.24),0 18px 46px rgba(32,52,65,.12)}
.source-preview-panel{position:absolute;inset:0 0 58px;background-color:#e9f0f1;background-image:linear-gradient(90deg,rgba(246,249,250,.15),rgba(246,249,250,.35)),url("assets/hero-map-light.jpg");background-size:cover;background-position:center;animation:sourcePanelIn .46s cubic-bezier(.22,1,.36,1) both}.source-preview-panel[hidden]{display:none}.source-preview-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 54%,rgba(239,245,247,.65));pointer-events:none}
.source-preview-route{position:absolute;z-index:2;inset:0;width:100%;height:100%}.source-preview-road,.source-preview-track{fill:none;stroke-linecap:round;stroke-linejoin:round}.source-preview-road{stroke:rgba(255,255,255,.94);stroke-width:17}.source-preview-track{stroke:var(--amber);stroke-width:7;stroke-dasharray:760;stroke-dashoffset:760;animation:sourceRouteDraw 1.35s .12s cubic-bezier(.55,.05,.3,1) forwards}.source-preview-route circle{fill:var(--coral);stroke:#fff;stroke-width:5}.watch-route .source-preview-track{stroke:#ff375f}
.source-status-card,.watch-workout-card{position:absolute;z-index:4;left:24px;bottom:22px;display:flex;align-items:center;gap:11px;min-width:230px;padding:13px 15px;border:1px solid rgba(255,255,255,.92);border-radius:17px;background:rgba(255,255,255,.88);box-shadow:0 16px 38px rgba(33,51,60,.16);backdrop-filter:blur(16px)}.source-status-card>div,.watch-workout-card>div{min-width:0}.source-status-card strong,.source-status-card small,.watch-workout-card strong,.watch-workout-card small,.watch-workout-card span{display:block}.source-status-card strong,.watch-workout-card strong{font-size:13px}.source-status-card small,.watch-workout-card small,.watch-workout-card span{margin-top:3px;color:var(--muted);font-size:9px}.source-status-card>b{margin-left:auto;color:#20a96a}.status-live-dot{width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px rgba(10,132,255,.12)}
.watch-workout-card{min-width:274px}.watch-workout-card>b{margin-left:auto;padding:5px 7px;border-radius:7px;background:#edf9f1;color:#20a96a;font-size:9px}.watch-rings{position:relative;width:43px;height:43px;flex:0 0 auto}.watch-rings i{position:absolute;border:4px solid;border-radius:50%}.watch-rings i:nth-child(1){inset:0;border-color:#ff375f}.watch-rings i:nth-child(2){inset:7px;border-color:#a6d40d}.watch-rings i:nth-child(3){inset:14px;border-color:#0a84ff}
.file-import-visual{position:absolute;z-index:2;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,rgba(240,247,249,.76),rgba(255,255,255,.4))}.file-stack{position:relative;width:230px;height:170px}.file-stack span{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:118px;height:142px;border:1px solid rgba(205,214,224,.95);border-radius:17px;background:#fff;box-shadow:0 20px 45px rgba(32,49,59,.14);color:#68717b;font-size:14px;font-weight:900}.file-stack span:nth-child(1){transform:translate(-105%,-48%) rotate(-10deg)}.file-stack span:nth-child(2){transform:translate(5%,-48%) rotate(10deg)}.file-stack span:nth-child(3){z-index:2;color:var(--blue);transform:translate(-50%,-56%)}.file-import-result{position:absolute;left:50%;bottom:20px;display:flex;align-items:center;gap:10px;min-width:250px;padding:12px 15px;border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(35,51,62,.13);transform:translateX(-50%)}.file-import-result>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e9f8ef;color:#20a96a;font-weight:900}.file-import-result strong,.file-import-result small{display:block}.file-import-result strong{font-size:12px}.file-import-result small{margin-top:3px;color:var(--muted);font-size:9px}
.source-format-selector{position:absolute;z-index:6;left:0;right:0;bottom:0;min-height:58px;display:flex;align-items:center;gap:7px;padding:10px 16px;border-top:1px solid rgba(201,211,220,.8);background:rgba(255,255,255,.92);backdrop-filter:blur(16px)}.source-format-selector>span{margin-right:auto;color:var(--muted);font-size:10px;font-weight:750}.source-format-selector button{min-width:44px;min-height:32px;padding:0 9px;border:1px solid #dce3ea;border-radius:9px;background:#fff;color:#59626c;font:800 10px/1 var(--font);cursor:pointer;transition:.2s ease}.source-format-selector button:hover,.source-format-selector button.is-active{border-color:#acd0fa;background:#eaf4ff;color:var(--blue);transform:translateY(-1px)}
@keyframes sourcePanelIn{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}@keyframes sourceRouteDraw{to{stroke-dashoffset:0}}

.privacy-section{padding:112px 0}.privacy-layout{grid-template-columns:.86fr 1.14fr;gap:80px}.confidence-grid{display:grid;gap:0;border-top:1px solid #2a2e35}.confidence-grid article{display:grid;grid-template-columns:42px 1fr;column-gap:18px;padding:23px 0;border-bottom:1px solid #2a2e35}.confidence-grid span{grid-row:1/3;color:var(--mint);font-size:11px;font-weight:800}.confidence-grid h3{margin:0 0 7px;font-size:17px}.confidence-grid p{margin:0;color:#aeb5be;font-size:14px;line-height:1.65}

.faq-section{padding:112px 0}.download{padding-top:88px;padding-bottom:96px}.download-card{padding:42px}.download-actions .button-light{min-height:54px;padding:0 22px;border:0;border-radius:16px;text-decoration:none;font-size:15px;font-weight:750}

/* Shorter, reading-first motion. */
.motion-ready .hero-copy > *{transition-duration:.48s,.56s}.motion-ready .hero-copy > :nth-child(1){transition-delay:.02s}.motion-ready .hero-copy > :nth-child(2){transition-delay:.07s}.motion-ready .hero-copy > :nth-child(3){transition-delay:.12s}.motion-ready .hero-copy > :nth-child(4){transition-delay:.17s}.motion-ready .hero-copy > :nth-child(5){transition-delay:.22s}
.motion-ready .hero-visual{transition-duration:.62s,.72s;transition-delay:.1s}
.supports-reveal .reveal-item{transition-duration:.48s,.58s;transition-delay:calc(var(--reveal-order,0) * 55ms)}

@media(max-width:920px){
  .nav-shell{gap:18px}.desktop-nav,.nav-cta{display:none}.mobile-menu-toggle{width:44px;height:44px;display:grid;place-content:center;gap:6px;border:0;border-radius:99px;background:transparent;cursor:pointer}.mobile-menu-toggle:hover{background:var(--raised)}.mobile-menu-toggle span{display:block;width:19px;height:2px;border-radius:2px;background:var(--ink);transition:transform .2s ease}.mobile-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.mobile-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .mobile-nav{display:grid;padding:8px max(24px,calc((100% - var(--max))/2)) 18px;border-top:1px solid rgba(220,226,234,.7);background:rgba(247,248,250,.96);backdrop-filter:blur(20px)}.mobile-nav[hidden]{display:none}.mobile-nav a{min-height:46px;display:flex;align-items:center;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:14px;font-weight:650}.mobile-nav a:last-child{border:0}
  .workflow-grid,.feature-grid,.capability-grid,.formats-compact-grid{grid-template-columns:1fr}.formats-compact-heading{align-items:flex-start;flex-direction:column}.formats-compact-grid article,.formats-compact-grid article:first-child,.formats-compact-grid article:last-child{padding:22px 0;border-right:0;border-bottom:1px solid var(--line)}.formats-compact-grid article:last-child{border-bottom:0}.privacy-layout{grid-template-columns:1fr;gap:50px}
}

@media(max-width:640px){
  body{padding-bottom:72px}.launch-bar-inner{font-size:10px}.site-header{top:0}.nav-shell{min-height:64px}.nav-actions{margin-left:auto}.language-toggle{min-width:40px}.language-select{min-width:62px}.mobile-menu-toggle{width:40px;height:40px}
  .hero{padding-top:48px;padding-bottom:34px;gap:10px}.hero-lead{font-size:16px;line-height:1.62}.hero-actions{margin-top:26px}.hero-actions .button-primary{width:auto;min-width:172px}.availability{margin-top:14px}.hero-visual{min-height:465px;transform:scale(.72);margin:-76px -76px -66px}
  .trust-grid{padding-block:10px}.trust-grid>div{min-height:72px;padding:14px 6px}.trust-grid strong{font-size:13px}.trust-grid small{font-size:11px}
  .workflow-section{padding:72px 0}.workflow-heading{margin-bottom:28px}.workflow-heading h2{font-size:36px}.workflow-heading>p:last-child{font-size:15px}.workflow-grid{gap:10px}.workflow-step{min-height:0;display:grid;grid-template-columns:54px 1fr;column-gap:16px;align-items:start;padding:20px;border-radius:21px}.step-icon{grid-row:1/3;width:54px;height:54px;margin:0;border-radius:17px}.workflow-step h3{margin:3px 28px 7px 0;font-size:19px}.workflow-step p{grid-column:2;margin:0;font-size:13px}.step-index{top:20px;right:20px}
  .features{padding-top:72px;padding-bottom:72px}.section-heading{margin-bottom:28px}.section-heading h2,.privacy-copy h2{font-size:36px}.section-heading>p:last-child{font-size:15px}.feature-grid{gap:10px}.feature-card{min-height:350px}.mini-map,.match-stack{height:215px}.stack-photo{width:155px;height:188px}.stack-a{left:27px;top:46px}.stack-b{right:16px;top:26px}.match-badge{right:22px;bottom:13px}.insight-panel{height:185px;margin:52px 18px 0;padding:19px}.bars{height:91px}.feature-copy{padding:21px}.feature-copy h3{font-size:19px}.feature-copy p{font-size:13px}
  .capability-section{padding:72px 0}.capability-heading{margin-bottom:28px}.capability-grid{gap:10px}.capability-card{min-height:260px;border-radius:22px}.capability-copy{padding:20px}.capability-copy h3{margin-top:13px;font-size:19px}.capability-copy p{font-size:12.5px;line-height:1.6}.dynamic-island-demo{left:20px;width:calc(100% - 40px);height:58px;bottom:20px;border-radius:22px}.map-style-stack{left:16px;right:16px;height:92px}.style-card{width:145px;height:86px}.poster-card{min-height:320px}.poster-card .capability-copy{width:100%;margin:0}.poster-preview{top:auto;left:50%;bottom:14px;width:45%;height:150px;padding:10px;transform:translateX(-50%) rotate(-3deg)}.poster-photo{height:58%}.poster-preview svg{height:38px}.cloud-orbit{bottom:16px;width:230px;height:92px}.cloud-core{width:84px;height:56px}.cloud-orbit i{width:29px;height:42px}.device-three{left:101px!important}
  .formats-compact{margin-top:38px;padding:21px;border-radius:22px}.formats-compact-heading{gap:18px;padding-bottom:18px}.formats-compact-heading h3{font-size:26px}.format-pills span{padding:7px 10px}.formats-compact-grid article{grid-template-columns:44px 1fr;padding:16px 0}.formats-compact-grid h3{font-size:16px}.formats-compact-grid p{font-size:12.5px}.detail-icon{width:40px;height:40px}
  .privacy-section{padding:76px 0}.privacy-layout{gap:38px}.privacy-copy>p:not(.section-kicker){font-size:15px}.confidence-grid article{padding:20px 0}.confidence-grid h3{font-size:16px}.confidence-grid p{font-size:13px}
  .faq-section{padding:76px 0}.faq-layout{gap:28px}.faq-heading h2{font-size:36px}.faq-list summary{padding:21px 40px 21px 0;font-size:16px}.faq-list summary::after{top:17px}
  .download{padding-top:62px;padding-bottom:68px}.download-card{padding:26px;border-radius:24px}.download-copy img{width:72px;height:72px}.download h2{font-size:31px}.download-copy p:last-child{font-size:14px}.download-actions{width:100%;justify-items:start}.download-actions .button-light{width:auto}
  .mobile-sticky-cta{position:fixed;z-index:80;left:16px;right:16px;bottom:max(10px,env(safe-area-inset-bottom));min-height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--blue);color:#fff;text-decoration:none;font-size:15px;font-weight:750;box-shadow:0 14px 34px rgba(10,91,190,.3);opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1)}.mobile-sticky-cta.is-visible{opacity:1;transform:none;pointer-events:auto}
}

/* Hero route-to-photo matching demonstration */
.hero{grid-template-columns:minmax(0,.96fr) minmax(520px,1.04fr);gap:34px}
.hero-match-demo{min-height:610px;isolation:isolate;overflow:visible}
.hero-match-demo .visual-glow{width:650px;height:560px;background:radial-gradient(ellipse,rgba(10,132,255,.16),rgba(50,213,131,.07) 48%,transparent 72%)}
.hero-map-shell{position:absolute;left:-22px;right:128px;top:50%;aspect-ratio:1600/1287;overflow:hidden;transform:translateY(-50%);-webkit-mask-image:radial-gradient(ellipse 74% 69% at 48% 48%,#000 0 42%,rgba(0,0,0,.96) 54%,rgba(0,0,0,.72) 68%,rgba(0,0,0,.28) 83%,transparent 100%);mask-image:radial-gradient(ellipse 74% 69% at 48% 48%,#000 0 42%,rgba(0,0,0,.96) 54%,rgba(0,0,0,.72) 68%,rgba(0,0,0,.28) 83%,transparent 100%)}
.hero-map-shell::after{content:"";position:absolute;inset:-1px;z-index:8;pointer-events:none;background:linear-gradient(90deg,var(--canvas) 0,rgba(247,248,250,.72) 5%,transparent 19%,transparent 80%,rgba(247,248,250,.7) 95%,var(--canvas) 100%),linear-gradient(180deg,var(--canvas) 0,rgba(247,248,250,.68) 5%,transparent 19%,transparent 78%,rgba(247,248,250,.72) 94%,var(--canvas) 100%);opacity:.66}
.hero-map-stage{position:absolute;inset:0}
.hero-map-canvas{height:100%;border-radius:0;background-color:#f4f7f7;background-image:linear-gradient(rgba(247,248,250,.08),rgba(247,248,250,.2)),url("assets/hero-map-light.jpg");background-size:100% 100%;background-position:center}
.hero-map-canvas::before{z-index:1;opacity:.16;background:linear-gradient(145deg,rgba(195,225,231,.38),transparent 42%,rgba(255,244,225,.24))}
.hero-map-lines{inset:0;width:100%;height:100%}
.hero-map-lines .route-road,.hero-map-lines .route,.hero-map-lines .route-halo{vector-effect:non-scaling-stroke}.hero-map-lines .route-road{fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-map-lines .route-road-casing{stroke:rgba(255,255,255,.88);stroke-width:14}.hero-map-lines .route-road-center{stroke:rgba(82,94,102,.3);stroke-width:2}.hero-map-lines .route-halo{display:none}.hero-map-lines .route{stroke-width:5.5;stroke-linejoin:round}
.route-progress-dot{fill:var(--coral);stroke:#fff;stroke-width:6;filter:drop-shadow(0 6px 8px rgba(45,62,58,.25));opacity:0}
.photo-target-dot{fill:rgba(255,255,255,.88);stroke:rgba(255,90,95,.38);stroke-width:5;opacity:0;transform-box:fill-box;transform-origin:center}
.photo-queue{position:absolute;z-index:12;right:0;top:92px;width:124px;display:grid;gap:12px;pointer-events:none}
.photo-queue-label{padding:0 5px;color:#68717b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateX(14px);transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1)}
.timeline-photo,.matched-photo-marker{padding:6px 6px 8px;border:1px solid rgba(255,255,255,.88);border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 18px 40px rgba(24,38,43,.17);backdrop-filter:blur(14px)}
.timeline-photo{width:112px;opacity:0;transform:translateX(30px) scale(.94)}
.timeline-photo .photo-scene{height:83px}.timeline-photo>span,.matched-photo-marker>span{display:block;padding:6px 3px 0;color:var(--muted);font-size:9px;font-weight:700}
.matched-photo-marker{position:absolute;z-index:10;width:76px;opacity:0;transform:translate(-50%,calc(-100% - 8px)) scale(.68);transform-origin:50% 100%;pointer-events:none}.matched-photo-marker::after{content:"";position:absolute;z-index:-1;left:50%;bottom:-7px;width:14px;height:14px;border-right:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.94);box-shadow:3px 3px 8px rgba(24,38,43,.07);transform:translateX(-50%) rotate(45deg)}.matched-photo-marker .photo-scene{height:54px;border-radius:10px}.matched-photo-marker>span{padding-top:4px;font-size:8px}
.marker-one{left:32.625%;top:54.079%}.marker-two{left:53.5%;top:37.451%}.marker-three{left:70.563%;top:24.087%}
.scene-city{background:linear-gradient(#bdcfe2 0 46%,#d8cda9 47% 61%,#728477 62%);position:relative}.scene-city::before{content:"";position:absolute;left:15px;right:15px;bottom:0;height:48%;background:linear-gradient(90deg,#4e6872 0 21%,transparent 21% 28%,#657b73 28% 52%,transparent 52% 60%,#455a61 60%);clip-path:polygon(0 100%,0 35%,16% 35%,16% 10%,34% 10%,34% 48%,58% 48%,58% 0,78% 0,78% 38%,100% 38%,100% 100%)}
.hero-replay-button{position:absolute;z-index:14;right:34px;bottom:34px;display:flex;align-items:center;gap:5px;min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.88);border-radius:99px;background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(31,49,42,.12);backdrop-filter:blur(14px);color:#4f5964;font:700 10px/1 var(--font);cursor:pointer;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .3s ease,transform .4s cubic-bezier(.22,1,.36,1),background .2s ease}.hero-replay-button>span:first-child{font-size:15px;line-height:.7}.hero-replay-button:hover{background:#fff}.hero-replay-button.is-visible{opacity:1;transform:none;pointer-events:auto}
.flying-photo-clone{position:fixed;z-index:999;width:112px;margin:0;pointer-events:none;will-change:transform,opacity}

.hero-match-demo.is-running .route{animation:none}
.hero-match-demo.is-running .route-halo{opacity:0;animation:heroDemoHaloIn .55s .55s ease forwards}
.hero-match-demo.is-running .route-progress-dot{opacity:0}
.hero-match-demo.is-running .photo-queue-label{opacity:1;transform:none;transition-delay:.58s}
.hero-match-demo .timeline-photo.is-queued{animation:queuePhotoIn .55s cubic-bezier(.22,1,.36,1) forwards}
.hero-match-demo .timeline-photo.is-departing{opacity:0!important}
.hero-match-demo .photo-target-dot.is-active{animation:targetPulse .7s cubic-bezier(.22,1,.36,1) both}
.hero-match-demo .matched-photo-marker.is-matched{animation:matchedMarkerIn .58s cubic-bezier(.34,1.56,.64,1) forwards}
.hero-match-demo.is-resetting{opacity:.28;transition:opacity .38s ease}
.hero-match-demo.is-running{opacity:1;transition:opacity .5s ease}

@keyframes heroDemoHaloIn{to{opacity:1}}
@keyframes queuePhotoIn{from{opacity:0;transform:translateX(30px) scale(.94)}to{opacity:1;transform:none}}
@keyframes targetPulse{0%{opacity:0;transform:scale(.55)}45%{opacity:1;transform:scale(1.42)}100%{opacity:.55;transform:scale(1)}}
@keyframes matchedMarkerIn{from{opacity:0;transform:translate(-50%,calc(-100% - 8px)) scale(.55)}to{opacity:1;transform:translate(-50%,calc(-100% - 8px)) scale(1)}}

/* Disable the former phone/card ambient animations inside the new hero. */
.motion-ready.page-loaded .hero-match-demo .route,.motion-ready.page-loaded .hero-match-demo .route-halo{animation:none}
.motion-ready.page-loaded .hero-match-demo.is-running .route{animation:none}
.motion-ready.page-loaded .hero-match-demo.is-running .route-halo{animation:heroDemoHaloIn .55s .55s ease forwards}

@media(max-width:920px){
  .hero{grid-template-columns:1fr;gap:24px}.hero-match-demo{width:min(680px,100%);min-height:535px;margin-inline:auto}.hero-map-shell{left:24px;right:128px;top:50%}.photo-queue{right:18px;top:66px}
}

@media(min-width:921px) and (max-width:1180px){
  .hero-map-shell{right:128px}.photo-queue{right:0}
}

@media(max-width:640px){
  .hero-match-demo{min-height:430px!important;margin:0 -8px -20px!important;transform:none!important;width:calc(100% + 16px)}
  .hero-map-shell{left:-22px;right:92px;top:50%}.hero-match-demo .visual-glow{width:470px;height:390px}.hero-map-shell::after{background:linear-gradient(90deg,var(--canvas),rgba(247,248,250,.62) 4%,transparent 16%,transparent 84%,rgba(247,248,250,.62) 96%,var(--canvas)),linear-gradient(180deg,var(--canvas),rgba(247,248,250,.58) 4%,transparent 17%,transparent 82%,rgba(247,248,250,.68) 96%,var(--canvas));opacity:.72}
  .photo-queue{right:4px;top:54px;width:88px;gap:8px}.photo-queue-label{font-size:8px}.timeline-photo{width:82px;padding:4px 4px 6px;border-radius:13px}.timeline-photo .photo-scene{height:57px;border-radius:9px}.timeline-photo>span{padding-top:4px;font-size:8px}
  .matched-photo-marker{width:58px;padding:4px 4px 5px;border-radius:12px}.matched-photo-marker::after{bottom:-6px;width:12px;height:12px}.matched-photo-marker .photo-scene{height:39px;border-radius:8px}.matched-photo-marker>span{font-size:7px}.hero-replay-button{right:16px;bottom:8px;min-height:31px;padding:6px 9px;font-size:9px}
  .hero-map-lines .route-halo{stroke-width:18}.hero-map-lines .route{stroke-width:5.25}
  .flying-photo-clone{width:82px}
}

@media(prefers-reduced-motion:reduce){
  .hero-match-demo .route{stroke-dasharray:none!important;stroke-dashoffset:0!important}.hero-match-demo .route-halo{opacity:1!important}.hero-match-demo .route-progress-dot{display:none}.hero-match-demo .photo-queue{display:none}.hero-match-demo .matched-photo-marker{opacity:1!important;transform:translate(-50%,calc(-100% - 8px)) scale(1)!important;animation:none!important}.hero-match-demo .photo-target-dot,.hero-match-demo .hero-replay-button{display:none}
}

@media(max-width:1100px){
  .route-source-layout{grid-template-columns:1fr}.route-source-controls{grid-template-columns:repeat(3,1fr)}.route-source-tab{grid-template-columns:40px 1fr;padding:14px}.source-tab-icon{width:40px;height:40px}.route-source-tab:hover{transform:translateY(-2px)}
}

@media(max-width:700px){
  .route-sources{margin-top:46px;padding:28px;border-radius:26px}.route-sources-heading h3{font-size:32px}.route-source-controls{grid-template-columns:1fr}.route-source-tab{grid-template-columns:42px 1fr}.route-source-preview{min-height:380px}.source-format-selector{overflow-x:auto;justify-content:flex-start}.source-format-selector>span{position:sticky;left:0;z-index:2;flex:0 0 auto;padding-right:8px;background:rgba(255,255,255,.94)}
}

@media(max-width:640px){
  .store-actions{width:100%;display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:9px}.store-actions .app-store-link{flex:0 0 auto}.store-actions .figma-app-store-badge{width:164px}.launch-price{min-height:54px;gap:6px;padding:7px 8px;border-radius:12px}.launch-price>span{padding:4px 5px;font-size:8px}.launch-price strong{font-size:17px}.launch-price small{font-size:8px}.download-actions{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.download-actions .launch-price{width:auto}
  .route-sources{margin-inline:-2px;padding:22px 18px}.route-sources-heading h3{font-size:28px}.route-sources-heading>p:last-child{font-size:14px}.route-source-layout{gap:20px;margin-top:26px}.route-source-tab{padding:12px;border-radius:16px}.route-source-tab small{font-size:11px}.route-source-preview{min-height:348px;border-radius:21px}.source-preview-panel{bottom:56px}.source-status-card,.watch-workout-card{left:14px;right:14px;bottom:14px;min-width:0;padding:11px 12px}.file-stack{transform:scale(.84)}.file-import-result{bottom:13px;min-width:225px}.source-format-selector{min-height:56px;padding:9px 10px;gap:5px}.source-format-selector button{min-width:40px;padding-inline:7px}
}

@media(max-width:360px){
  .store-actions .figma-app-store-badge{width:150px}.launch-price{padding-inline:6px}.launch-price>span{display:none}.launch-price strong{font-size:16px}
}

@media(prefers-reduced-motion:reduce){
  .source-preview-panel,.source-preview-track,.route-source-tab{animation:none!important;transition:none!important;transform:none!important}.source-preview-track{stroke-dasharray:none!important;stroke-dashoffset:0!important}
}

/* Hero coordination and layered motion refinement */
.hero{
  position:relative;
  isolation:isolate;
  width:min(1260px,calc(100% - 48px));
  min-height:650px;
  grid-template-columns:minmax(0,.9fr) minmax(600px,1.1fr);
  gap:24px;
  padding-top:28px;
  padding-bottom:48px;
}
.hero::before,.hero::after{content:"";position:absolute;z-index:-2;pointer-events:none;border-radius:50%;filter:blur(2px)}
.hero::before{width:640px;height:480px;right:-120px;top:38px;background:radial-gradient(ellipse,rgba(10,132,255,.075),rgba(50,213,131,.045) 47%,transparent 72%)}
.hero::after{width:420px;height:360px;left:-190px;bottom:-130px;background:radial-gradient(circle,rgba(110,90,239,.04),transparent 70%)}
.hero-copy{position:relative;z-index:4;align-self:center;padding-bottom:4px}
.hero-copy h1{max-width:650px;margin-top:20px;margin-bottom:22px;text-wrap:balance}
.hero-lead{max-width:590px}
.hero-actions{margin-top:28px}
.availability{margin-top:15px}
.hero-match-demo{min-height:540px;align-self:center}
.hero-match-demo::before,.hero-match-demo::after{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:50%}
.hero-match-demo::before{width:420px;height:420px;right:38px;top:42px;border:1px solid rgba(10,132,255,.055);box-shadow:0 0 0 42px rgba(50,213,131,.018),0 0 0 86px rgba(10,132,255,.012)}
.hero-match-demo::after{width:180px;height:180px;right:108px;bottom:48px;background:radial-gradient(circle,rgba(255,179,64,.07),transparent 70%);filter:blur(12px)}
.hero-match-demo .visual-glow{width:730px;height:510px;background:radial-gradient(ellipse,rgba(10,132,255,.14),rgba(50,213,131,.075) 44%,rgba(255,179,64,.025) 60%,transparent 74%);filter:blur(8px)}
.hero-map-shell{left:-34px;right:124px;top:49%;filter:drop-shadow(0 28px 42px rgba(38,61,72,.085));-webkit-mask-image:radial-gradient(ellipse 82% 78% at 49% 49%,#000 0 52%,rgba(0,0,0,.95) 64%,rgba(0,0,0,.56) 79%,transparent 100%);mask-image:radial-gradient(ellipse 82% 78% at 49% 49%,#000 0 52%,rgba(0,0,0,.95) 64%,rgba(0,0,0,.56) 79%,transparent 100%)}
.hero-map-shell::after{background:linear-gradient(90deg,var(--canvas),rgba(247,248,250,.5) 4%,transparent 15%,transparent 86%,rgba(247,248,250,.5) 96%,var(--canvas)),linear-gradient(180deg,var(--canvas),rgba(247,248,250,.45) 4%,transparent 16%,transparent 84%,rgba(247,248,250,.5) 96%,var(--canvas));opacity:.44}
.hero-map-canvas{background-image:linear-gradient(135deg,rgba(247,248,250,.04),rgba(222,243,244,.09) 48%,rgba(255,246,231,.08)),url("assets/hero-map-light.jpg")}
.hero-map-canvas::before{opacity:.1}
.hero-map-lines .route-road-casing{stroke:rgba(255,255,255,.92);stroke-width:13}
.hero-map-lines .route-road-center{stroke:rgba(62,75,84,.24);stroke-width:1.5}
.hero-map-lines .route{stroke-width:5.25;filter:drop-shadow(0 3px 5px rgba(174,105,9,.2))}
.route-progress-dot{filter:drop-shadow(0 5px 8px rgba(255,90,95,.3))}
.photo-queue{right:0;top:66px;gap:10px}
.photo-queue-label{padding-left:7px;color:#5f6973}
.timeline-photo,.matched-photo-marker{border-color:rgba(255,255,255,.96);background:rgba(255,255,255,.91);box-shadow:0 20px 48px rgba(24,38,43,.16),0 2px 8px rgba(24,38,43,.06)}
.timeline-photo{width:116px}
.timeline-photo .photo-scene{height:85px}
.matched-photo-marker{width:80px}
.matched-photo-marker .photo-scene{height:57px}
.hero-replay-button{right:22px;bottom:22px;min-height:36px;padding:8px 12px;border-color:rgba(255,255,255,.96);background:rgba(255,255,255,.86);box-shadow:0 12px 30px rgba(31,49,42,.12)}
.launch-price{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,249,252,.76));border-color:rgba(206,215,225,.92);box-shadow:0 12px 30px rgba(31,42,55,.075),inset 0 1px 0 rgba(255,255,255,.9)}
.launch-price::after{content:"";position:absolute;inset:-40% auto -40% -55%;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transform:skewX(-18deg);pointer-events:none}
.app-store-link,.launch-price{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease}
.app-store-link:hover{transform:translateY(-3px) scale(1.01)}
.launch-price:hover{transform:translateY(-3px);border-color:#cbd8e6;box-shadow:0 17px 38px rgba(31,42,55,.11),inset 0 1px 0 rgba(255,255,255,.9)}
.eyebrow-dot{box-shadow:0 0 0 5px rgba(32,169,106,.09),0 4px 10px rgba(32,169,106,.18)}

.motion-ready .hero-map-shell{opacity:0;transform:translateY(-46%) scale(.965);transition:opacity .78s .22s ease,transform 1.05s .22s cubic-bezier(.22,1,.36,1)}
.motion-ready.page-loaded .hero-map-shell{opacity:1;transform:translateY(-50%) scale(1)}
.motion-ready.page-loaded .hero-match-demo::before{animation:heroOrbitBreathe 9s 1s ease-in-out infinite alternate}
.motion-ready.page-loaded .hero-match-demo::after{animation:heroWarmDrift 7.5s .8s ease-in-out infinite alternate}
.motion-ready.page-loaded .hero-map-lines .route-road{animation:heroRoadReveal .8s .34s ease both}
.motion-ready.page-loaded .launch-price::after{animation:priceSheen 1.05s 1.15s cubic-bezier(.22,1,.36,1) both}
.motion-ready.page-loaded .eyebrow-dot{animation:heroCheckSettle .58s .34s cubic-bezier(.34,1.56,.64,1) both}
@keyframes heroOrbitBreathe{to{transform:translate3d(10px,-7px,0) scale(1.035);opacity:.72}}
@keyframes heroWarmDrift{to{transform:translate3d(-15px,-10px,0) scale(1.08);opacity:.75}}
@keyframes heroRoadReveal{from{opacity:0}to{opacity:1}}
@keyframes priceSheen{from{left:-55%}to{left:135%}}
@keyframes heroCheckSettle{from{opacity:0;transform:scale(.45) rotate(-18deg)}to{opacity:1;transform:scale(1) rotate(0)}}

@media(max-width:1060px){
  .hero{grid-template-columns:1fr;width:min(820px,calc(100% - 48px));min-height:auto;gap:6px;padding-top:40px;padding-bottom:50px}
  .hero-copy{max-width:760px}.hero-copy h1{max-width:720px}
  .hero-match-demo{width:min(760px,100%);min-height:535px;margin-inline:auto}
  .hero-map-shell{left:16px;right:128px;top:50%}
  .photo-queue{right:8px;top:62px}
}

@media(max-width:640px){
  .hero{width:min(100% - 32px,var(--max));padding-top:30px;padding-bottom:30px;gap:0}
  .hero::before{width:410px;height:330px;right:-180px;top:300px}
  .hero-copy h1{margin-top:18px;margin-bottom:20px}
  .hero-actions{margin-top:24px}
  .hero-match-demo{min-height:390px!important;margin:-18px -8px -16px!important}
  .hero-map-shell{left:-12px;right:92px;top:52%}
  .hero-match-demo .visual-glow{width:430px;height:330px}
  .hero-match-demo::before{width:270px;height:270px;right:38px;top:54px;box-shadow:0 0 0 28px rgba(50,213,131,.016),0 0 0 56px rgba(10,132,255,.01)}
  .photo-queue{right:4px;top:58px}
  .hero-replay-button{right:12px;bottom:6px}
}

@media(prefers-reduced-motion:reduce){
  .hero-map-shell,.hero-match-demo::before,.hero-match-demo::after,.hero-map-lines .route-road,.launch-price::after,.eyebrow-dot{animation:none!important;transition:none!important;opacity:1!important}
  .hero-map-shell{transform:translateY(-50%)!important}
  .launch-price::after{display:none}
}

/* Final desktop hero balance and route-head synchronization */
.hero{min-height:570px;padding-top:12px;padding-bottom:32px}
html[lang="zh-CN"] .hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}
html[lang="zh-CN"] .hero-copy h1{max-width:620px;font-size:clamp(50px,4.15vw,58px);line-height:1.045}
.hero-match-demo{min-height:500px}
.hero-map-shell{left:-34px;right:90px}
.photo-queue{top:52px}
.hero-replay-button{bottom:12px}
.hero-map-lines .route{will-change:stroke-dashoffset;shape-rendering:geometricPrecision}
.route-progress-dot{vector-effect:non-scaling-stroke;stroke-width:4;will-change:opacity;paint-order:stroke fill;filter:drop-shadow(0 4px 7px rgba(255,90,95,.38))}

@media(max-width:1060px){
  html[lang="zh-CN"] .hero{grid-template-columns:1fr;gap:4px}
  html[lang="zh-CN"] .hero-copy h1{max-width:720px}
  .hero{min-height:auto;padding-top:34px;padding-bottom:44px}
  .hero-match-demo{min-height:500px}
  .hero-map-shell{left:8px;right:112px}
}

@media(max-width:640px){
  .hero{padding-top:26px;padding-bottom:26px}
  html[lang="zh-CN"] .hero-copy h1{font-size:34px;line-height:1.08}
  .hero-match-demo{min-height:370px!important}
  .hero-map-shell{left:-12px;right:88px}
  .photo-queue{top:50px}
}

/* Edge fade, blue route head, and icon-only replay */
.hero-map-shell{-webkit-mask-image:radial-gradient(ellipse 91% 88% at 49% 50%,#000 0 57%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 76%,rgba(0,0,0,.48) 87%,transparent 100%);mask-image:radial-gradient(ellipse 91% 88% at 49% 50%,#000 0 57%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 76%,rgba(0,0,0,.48) 87%,transparent 100%)}
.hero-map-shell::after{background:linear-gradient(90deg,var(--canvas) 0,rgba(247,248,250,.82) 4%,rgba(247,248,250,.38) 10%,transparent 20%,transparent 81%,rgba(247,248,250,.38) 91%,rgba(247,248,250,.82) 97%,var(--canvas) 100%),linear-gradient(180deg,var(--canvas) 0,rgba(247,248,250,.76) 5%,rgba(247,248,250,.32) 12%,transparent 23%,transparent 75%,rgba(247,248,250,.34) 87%,rgba(247,248,250,.82) 96%,var(--canvas) 100%),radial-gradient(ellipse 91% 88% at 49% 50%,transparent 0 57%,rgba(247,248,250,.04) 67%,rgba(247,248,250,.2) 79%,rgba(247,248,250,.58) 91%,var(--canvas) 100%);opacity:1}
.hero-map-lines .route-road-casing,.hero-map-lines .route-road-center{display:none}
.route-progress-dot{fill:var(--blue);stroke:#fff;filter:drop-shadow(0 4px 8px rgba(10,132,255,.42))}
.hero-replay-button{width:38px;height:38px;min-height:38px;padding:0;display:grid;place-items:center;border-radius:50%}
.hero-replay-button>span:first-child{font-size:17px;line-height:1}

@media(max-width:640px){
  .hero-map-shell::after{background:linear-gradient(90deg,var(--canvas),rgba(247,248,250,.72) 5%,transparent 20%,transparent 80%,rgba(247,248,250,.72) 95%,var(--canvas)),linear-gradient(180deg,var(--canvas),rgba(247,248,250,.68) 6%,transparent 22%,transparent 76%,rgba(247,248,250,.76) 94%,var(--canvas)),radial-gradient(ellipse 93% 90% at 48% 50%,transparent 0 53%,rgba(247,248,250,.05) 65%,rgba(247,248,250,.25) 79%,rgba(247,248,250,.66) 91%,var(--canvas) 100%)}
  .hero-replay-button{width:34px;height:34px;min-height:34px;padding:0}
}

/* The blue location marker is the single animation head. */
.hero-match-demo .route{animation:none!important;transition:none!important;stroke-linecap:round}
.route-progress-outer,.route-progress-dot{vector-effect:non-scaling-stroke;pointer-events:none;will-change:opacity}
.route-progress-outer{fill:rgba(255,255,255,.9);stroke:rgba(17,19,24,.72);stroke-width:1;filter:drop-shadow(0 3px 5px rgba(17,19,24,.22));opacity:0}
.route-progress-dot{fill:var(--blue);stroke:none;filter:none;opacity:0}
.hero-match-demo.is-running .route-progress-outer,.hero-match-demo.is-running .route-progress-dot{opacity:0}
.launch-bar-inner p span{color:#f4f6f8;font-weight:750;letter-spacing:.02em}
.hero-copy{top:14px}

@media(max-width:640px){.hero-copy{top:8px}}

/* Two-state sticky navigation */
.site-header,.nav-shell,.brand,.brand img,.brand span,.desktop-nav a,.nav-cta,.language-toggle,.language-select,.mobile-menu-toggle{transition-duration:.32s;transition-timing-function:cubic-bezier(.22,1,.36,1)}
.site-header{transition-property:background-color,border-color,box-shadow}
.nav-shell{transition-property:min-height,gap}
.brand{transition-property:gap,font-size}
.brand img{width:42px;height:42px;transition-property:width,height,opacity,transform,margin}
.brand span{transition-property:font-size,letter-spacing}
.desktop-nav a,.nav-cta,.language-toggle,.language-select,.mobile-menu-toggle{transition-property:min-height,height,padding,font-size,background-color,color,transform}
.site-header.is-compact{background:rgba(247,248,250,.92);border-bottom-color:rgba(203,212,222,.82);box-shadow:0 8px 26px rgba(31,42,55,.075);backdrop-filter:saturate(1.55) blur(24px)}
.site-header.is-compact .nav-shell{min-height:48px;gap:24px}
.site-header.is-compact .brand{gap:0;font-size:17px}
.site-header.is-compact .brand img{width:0;height:0;margin:0;opacity:0;transform:scale(.55) translateX(-8px)}
.site-header.is-compact .brand span{font-size:17px;letter-spacing:-.025em}
.site-header.is-compact .desktop-nav{gap:24px}
.site-header.is-compact .desktop-nav a{font-size:13px}
.site-header.is-compact .language-toggle{min-width:38px;min-height:34px;font-size:12px}.site-header.is-compact .language-select{min-width:62px;min-height:34px;background-position:calc(100% - 13px) 14px,calc(100% - 9px) 14px}
.site-header.is-compact .nav-cta{min-height:34px;padding-inline:15px;font-size:12px}

@media(max-width:920px){
  .site-header.is-compact .nav-shell{min-height:48px}
  .site-header.is-compact .mobile-menu-toggle{width:36px;height:36px}
  .site-header.is-compact .language-toggle{min-width:36px;min-height:36px}.site-header.is-compact .language-select{min-height:36px}
}

@media(prefers-reduced-motion:reduce){
  .site-header,.nav-shell,.brand,.brand img,.brand span,.desktop-nav a,.nav-cta,.language-toggle,.language-select,.mobile-menu-toggle{transition:none!important}
}

/* 2026 full-site optimization: typography, hierarchy, density, and responsive product proof. */
@font-face{
  font-family:"LensRove WenKai";
  src:url("assets/fonts/lxgw-wenkai-title-medium.woff2") format("woff2");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:"LensRove Source Han Serif VF";
  src:url("assets/fonts/source-han-serif-vf-latin.woff2") format("woff2-variations");
  font-style:normal;
  font-weight:250 900;
  font-display:swap;
}

:root{
  --max:1200px;
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  --font-display:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue","PingFang SC","Hiragino Sans GB",sans-serif;
  --font-art:"LensRove WenKai","PingFang SC","Hiragino Sans GB",sans-serif;
  --font-art-en:"LensRove Source Han Serif VF","Times New Roman",serif;
  --section-space:104px;
}

html{scroll-padding-top:84px}
body{font-family:var(--font);overflow:visible!important}
main,#main,#product,#workflow,#capabilities,#formats,#privacy,#faq,#download{scroll-margin-top:84px}
h1,.section-heading h2,.privacy-copy h2,.faq-heading h2,.download h2{font-family:var(--font-display)}
html[lang="zh-CN"] h1,
html[lang="zh-CN"] .section-heading h2,
html[lang="zh-CN"] .privacy-copy h2,
html[lang="zh-CN"] .faq-heading h2,
html[lang="zh-CN"] .download h2{
  font-family:var(--font-art);
  font-weight:500;
  letter-spacing:-.025em;
}
html[lang="en"] h1,
html[lang="en"] .section-heading h2,
html[lang="en"] .privacy-copy h2,
html[lang="en"] .faq-heading h2,
html[lang="en"] .download h2,
html[lang="de"] h1,
html[lang="de"] .section-heading h2,
html[lang="de"] .privacy-copy h2,
html[lang="de"] .faq-heading h2,
html[lang="de"] .download h2,
html[lang="fr"] h1,
html[lang="fr"] .section-heading h2,
html[lang="fr"] .privacy-copy h2,
html[lang="fr"] .faq-heading h2,
html[lang="fr"] .download h2{font-family:var(--font-art-en);font-weight:650;letter-spacing:-.035em}
html[lang="ja"] h1,html[lang="ja"] .section-heading h2,html[lang="ja"] .privacy-copy h2,html[lang="ja"] .faq-heading h2,html[lang="ja"] .download h2{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-weight:600;letter-spacing:-.025em}

.section-shell,.nav-shell{width:min(var(--max),calc(100% - 48px))}
.site-header{position:fixed;top:40px;left:0;right:0;width:100%;transition:top .28s ease,background-color .28s ease,border-color .28s ease,box-shadow .28s ease}
.site-header.is-compact{top:0}
main{padding-top:72px}
.site-header.is-compact .brand{gap:8px}
.site-header.is-compact .brand img{width:28px;height:28px;margin:0;opacity:1;transform:none}
.desktop-nav{gap:26px}
.desktop-nav a,.mobile-nav a{position:relative}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:2px;background:var(--blue);opacity:0;transform:scaleX(.4);transition:opacity .2s ease,transform .25s ease}
.desktop-nav a.is-active{color:var(--ink)}
.desktop-nav a.is-active::after{opacity:1;transform:scaleX(1)}
.nav-cta[aria-disabled="true"],.app-store-link[aria-disabled="true"]{cursor:not-allowed;opacity:.9}
.nav-cta[aria-disabled="true"]{background:#272b31;color:#e5e8ec}
.app-store-link[aria-disabled="true"]:hover{transform:none}

.hero{min-height:570px;grid-template-columns:minmax(0,.96fr) minmax(500px,1.04fr);gap:34px;padding-top:20px;padding-bottom:34px;overflow:clip}
.hero-copy{padding-bottom:0}
h1{max-width:660px;margin:18px 0 20px;font-size:clamp(54px,5.15vw,68px);line-height:1.08}
.hero-lead{max-width:580px;font-size:clamp(17px,1.55vw,20px);line-height:1.68}
.hero-actions{margin-top:26px}
.availability{margin-top:13px}
.hero-match-demo{min-height:500px}
.hero-match-demo .visual-glow{opacity:.82}

.trust-grid{min-height:110px}
.trust-grid>div{padding:0 5.5%}

/* Real product screenshots */
.product-showcase{padding:var(--section-space) 0 92px;background:linear-gradient(180deg,#fff 0%,#f4f7fa 70%,#eef2f6 100%);border-bottom:1px solid var(--line)}
.product-showcase-heading{max-width:790px;margin-bottom:48px}
.device-showcase{min-height:500px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:26px;padding:16px 4% 0;overflow:hidden}
.device-slot{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:15px;min-width:0}
.device-slot-secondary{padding-bottom:6px;transform:translateY(30px) scale(.88);opacity:.93}
.device-frame{position:relative;width:min(100%,228px);aspect-ratio:49/100;padding:0;border:0;border-radius:0;background:transparent;filter:drop-shadow(0 24px 28px rgba(27,37,48,.17)) drop-shadow(0 8px 10px rgba(27,37,48,.1)) drop-shadow(0 2px 4px rgba(27,37,48,.08))}
.device-slot-primary .device-frame{width:min(100%,258px)}
.device-speaker{display:none}
.device-screen{height:100%;overflow:visible;border-radius:0}
.product-screen{background:transparent}
.product-screen img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.device-caption{display:flex;align-items:center;justify-content:center;gap:9px;min-height:30px;color:#34414c;text-align:center}
.device-caption span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #d5dde5;border-radius:50%;background:rgba(255,255,255,.76);color:#78828d;font-size:8px;font-weight:850;letter-spacing:.05em}
.device-caption strong{font-size:12px;font-weight:760;letter-spacing:-.01em}

.product-outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-outcome-grid article{display:grid;grid-template-columns:30px 1fr;gap:13px;padding:24px 26px 25px 0}
.product-outcome-grid article+article{padding-left:26px;border-left:1px solid var(--line)}
.product-outcome-grid article>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid #d5dde5;border-radius:50%;background:rgba(255,255,255,.72);color:#78828d;font-size:9px;font-weight:850;letter-spacing:.05em}
.product-outcome-grid strong{display:block;color:var(--ink);font-size:15px;line-height:1.35;letter-spacing:-.02em}
.product-outcome-grid p{margin:7px 0 0;color:var(--muted);font-size:12.5px;line-height:1.62}

/* Three-step flow */
.workflow-section{padding:var(--section-space) 0;background:#fff}
.workflow-heading{max-width:850px;margin-bottom:46px}
.workflow-grid{position:relative;grid-template-columns:repeat(3,1fr);gap:28px}
.workflow-grid::before{content:"";position:absolute;left:16.5%;right:16.5%;top:43px;height:1px;background:linear-gradient(90deg,rgba(255,90,95,.25),rgba(10,132,255,.3),rgba(110,90,239,.3))}
.workflow-step{min-height:230px;padding:0 20px 18px;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}
.step-index{top:7px;right:18px}
.step-icon{z-index:2;width:72px;height:72px;margin:7px auto 34px;border:8px solid #fff;border-radius:24px}
.workflow-step h3{font-size:21px}
.workflow-step p{max-width:330px;margin-inline:auto}

/* Outcome bento */
.features{padding-top:var(--section-space);padding-bottom:var(--section-space)}
.features>.section-heading{max-width:850px;margin-bottom:46px}
.feature-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-rows:repeat(2,260px);gap:18px}
.feature-card{min-height:0;border-radius:26px}
.feature-route{grid-row:1/3}
.feature-copy{padding:24px 25px 27px}
.feature-copy h3{font-size:20px}
.feature-route .mini-map{height:100%}
.feature-route .feature-copy{position:absolute;left:0;right:0;bottom:0;padding-top:72px}
.feature-match .match-stack,.feature-insight .insight-panel{transform:scale(.72);transform-origin:center top}
.feature-match .match-stack{height:158px;margin-top:-3px}
.feature-insight .insight-panel{height:190px;margin:35px 0 0;width:138%}
.feature-match .feature-copy,.feature-insight .feature-copy{padding-top:42px}

/* Compact professional tools */
.capability-section{padding:var(--section-space) 0;background:#eef2f6}
.capability-heading{max-width:850px;margin-bottom:46px}
.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.capability-card{min-height:300px;border-radius:26px}
.capability-copy{padding:25px}
.capability-copy h3{max-width:430px;margin:14px 0 9px;font-size:22px}
.capability-copy p{font-size:13px;line-height:1.62}
.dynamic-island-demo{left:25px;bottom:25px;width:calc(100% - 50px);height:64px;border-radius:23px}
.map-style-stack{left:26px;right:26px;height:116px}
.style-card{width:170px;height:102px;border-width:4px}
.poster-preview{left:26px;top:auto;bottom:24px;width:37%;height:178px;padding:11px;border-radius:18px}
.poster-photo{height:54%}
.poster-preview svg{height:47px}
.poster-card .capability-copy{width:61%}
.cloud-orbit{bottom:20px;width:244px;height:110px}
.cloud-core{width:82px;height:52px}
.cloud-orbit i{transform:scale(.82)}

.route-sources{margin-top:68px;padding:40px;border-radius:30px}
.route-sources-heading h3{font-size:clamp(29px,3vw,42px)}
.route-source-layout{gap:26px;margin-top:32px}
.route-source-preview{min-height:360px}
.route-source-tab{padding:14px;border-radius:16px}
.route-source-tab:hover{transform:translateX(2px)}

/* Trust, FAQ, and conversion close */
.privacy-section{padding:var(--section-space) 0}
.privacy-layout{grid-template-columns:.88fr 1.12fr;gap:72px}
.privacy-copy h2{font-size:clamp(38px,4vw,52px);line-height:1.12}
.privacy-copy>p:not(.section-kicker){margin:20px 0 16px;font-size:16px}
.privacy-promise{display:block;margin:0 0 22px;color:#fff;font-size:20px;font-weight:650}
.confidence-grid article{padding:20px 0}

.faq-section{padding:var(--section-space) 0}
.faq-layout{grid-template-columns:.72fr 1.28fr;gap:78px}
.faq-heading{top:90px}
.faq-heading h2{font-size:clamp(38px,4vw,48px);line-height:1.18}
.faq-list summary{padding:22px 46px 22px 0}
.faq-list summary::after{top:18px}
.faq-list details p{margin:-3px 0 23px}
.faq-list details[open] p{animation:faqAnswerIn .24s ease both}
@keyframes faqAnswerIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}

.download{padding:82px 0 88px;background:#fff}
.download-card{gap:36px;padding:38px 42px;border-radius:30px;background:linear-gradient(128deg,#0e2a4a 0%,#0b3a5e 50%,#0a5a68 100%);box-shadow:0 24px 54px rgba(16,42,67,.22),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.2)}
.download-copy{gap:24px}
.download-copy>div{min-width:0}
.download-copy .section-kicker{color:#afc2d3}
.download h2{font-size:clamp(30px,3.2vw,43px);line-height:1.16}
.download-copy>div>p:not(.section-kicker){margin:12px 0 0;color:#d6e1ea;font-size:14px;line-height:1.6}
.download-facts{display:flex;flex-wrap:wrap;gap:8px 16px;margin:17px 0 0;padding:0;list-style:none;color:#d6e1ea;font-size:11px}
.download-facts li{position:relative;padding-left:14px}
.download-facts li::before{content:"✓";position:absolute;left:0;color:#66e3a4;font-weight:900}
.download-actions{display:grid;justify-items:center;gap:8px}
.store-preview-note{color:#b7cad6;font-size:10px}
.release-preview .launch-status-dot{background:var(--amber)}
.release-preview .app-store-link,.release-preview .nav-cta{filter:saturate(.9)}

.metric-card strong,.dynamic-island-demo strong,.insight-top b,.download-facts,.launch-bar-inner,.availability,.source-status-card small,.watch-workout-card strong,.poster-meta span{font-variant-numeric:tabular-nums}

.supports-reveal .reveal-item{transform:translateY(20px);transition-duration:.46s,.54s;transition-delay:calc(var(--reveal-order,0) * 50ms)}
@media(hover:hover){.workflow-step:hover,.capability-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(33,43,54,.08)}}

@media(max-width:920px){
  :root{--section-space:84px}
  .hero{grid-template-columns:1fr;gap:8px;padding-top:52px;padding-bottom:42px}
  .hero-copy{text-align:center}.eyebrow,.hero-actions{justify-content:center}.hero-lead{margin-inline:auto}
  .hero-match-demo{min-height:470px}
  .device-showcase{gap:8px;padding-inline:0}
  .device-frame{width:min(100%,205px)}.device-slot-primary .device-frame{width:min(100%,230px)}
  .product-outcome-grid{grid-template-columns:1fr}.product-outcome-grid article{padding:20px 0}.product-outcome-grid article+article{padding-left:0;border-left:0;border-top:1px solid var(--line)}
  .feature-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 320px}
  .feature-route{grid-column:1/3;grid-row:auto}.feature-match,.feature-insight{grid-row:2}
  .capability-card{min-height:310px}
  .route-source-layout{grid-template-columns:1fr}
  .route-source-controls{grid-template-columns:repeat(3,1fr);gap:8px}
  .route-source-tab{grid-template-columns:1fr;padding:12px;text-align:center}.route-source-tab .source-tab-icon{margin:auto}.route-source-tab small{display:none}
  .privacy-layout,.faq-layout{grid-template-columns:1fr;gap:45px}.faq-heading{position:static}
  .download-card{align-items:flex-start}.download-actions{justify-items:start}
}

@media(max-width:640px){
  :root{--section-space:68px}
  .section-shell,.nav-shell{width:min(var(--max),calc(100% - 32px))}
  .launch-bar-inner{min-height:40px;justify-content:center}.launch-bar-inner p{display:flex}
  .nav-shell{min-height:64px}.site-header.is-compact .brand img{width:28px;height:28px}main{padding-top:64px}
  .hero{min-height:auto;padding-top:42px;padding-bottom:30px;overflow:hidden}
  .hero-copy{text-align:left}.eyebrow,.hero-actions{justify-content:flex-start}
  h1{margin:17px 0 17px;font-size:clamp(36px,10.4vw,40px);line-height:1.14}
  html[lang="zh-CN"] h1{font-size:clamp(36px,10.4vw,40px)}
  .hero-lead{font-size:16px;line-height:1.68}
  .hero-match-demo{min-height:355px;margin:0 -8px;transform:none}
  .trust-grid{grid-template-columns:repeat(2,1fr);padding:8px 0}
  .trust-grid>div,.trust-grid>div:nth-child(2){min-height:92px;padding:12px 8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .trust-grid>div:nth-child(2n){border-right:0}.trust-grid>div:nth-last-child(-n+2){border-bottom:0}
  .trust-grid strong{font-size:12px}.trust-grid small{font-size:10px}.trust-icon{width:34px;height:34px}

  .section-heading{margin-bottom:34px}.section-heading h2,.privacy-copy h2,.download h2{font-size:clamp(31px,9.2vw,36px);line-height:1.2}.section-heading>p:last-child{margin-top:16px;font-size:15px}
  .product-showcase{padding-top:68px;padding-bottom:58px}
  .device-showcase{display:flex;align-items:flex-end;gap:16px;min-height:490px;margin-inline:-16px;padding:0 16px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .device-showcase::-webkit-scrollbar{display:none}
  .device-slot{flex:0 0 72%;scroll-snap-align:center}.device-slot-recording{order:1;flex-basis:78%}.device-slot-geotagging{order:2}.device-slot-insights{order:3}.device-slot-light-phase{order:4}
  .device-slot-secondary{padding-bottom:0;transform:none;opacity:1}
  .device-frame,.device-slot-primary .device-frame{width:230px;max-width:100%}
  .product-outcome-grid{margin-top:25px}.product-outcome-grid article{grid-template-columns:28px 1fr;gap:11px;padding:17px 0}.product-outcome-grid strong{font-size:14px}.product-outcome-grid p{font-size:12px}

  .workflow-grid{display:grid;grid-template-columns:1fr;gap:0;padding-left:8px}
  .workflow-grid::before{left:43px;right:auto;top:28px;bottom:38px;width:1px;height:auto;background:linear-gradient(var(--coral),var(--blue),var(--violet))}
  .workflow-step{min-height:156px;display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;column-gap:20px;padding:0;text-align:left}
  .step-icon{grid-row:1/3;width:64px;height:64px;margin:0;border-width:7px}
  .step-index{display:none}.workflow-step h3{margin:7px 0 8px;font-size:19px}.workflow-step p{margin:0;font-size:13px}

  .features{padding-top:68px;padding-bottom:68px}
  .feature-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:14px}
  .feature-route,.feature-match,.feature-insight{grid-column:auto;grid-row:auto;min-height:330px}
  .feature-route .feature-copy{position:relative;margin-top:auto;padding-top:52px}
  .feature-route .mini-map{position:absolute;inset:0 0 116px;height:auto}
  .feature-match .match-stack{height:180px}.feature-insight .insight-panel{height:190px;margin-top:32px}

  .capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .capability-card{min-height:300px;border-radius:20px}
  .capability-copy{padding:18px}.capability-label{min-height:23px;padding-inline:8px;font-size:8px}
  .capability-copy h3{font-size:17px;line-height:1.25}.capability-copy p{font-size:11px;line-height:1.55}
  .dynamic-island-demo{left:14px;bottom:16px;width:calc(100% - 28px);height:54px;padding:0 12px;gap:8px}.dynamic-island-demo div{display:none}.dynamic-island-demo strong{font-size:15px}
  .map-style-stack{left:12px;right:12px;height:92px}.style-card{width:96px;height:76px}
  .poster-card .capability-copy{width:100%;margin:0}.poster-preview{left:18px;right:18px;bottom:14px;width:auto;height:112px;transform:rotate(-2deg)}.poster-photo{height:45%}.poster-preview svg{display:none}
  .cloud-orbit{bottom:16px;width:140px;height:80px}.cloud-core{width:66px;height:44px;font-size:11px}.cloud-orbit i{transform:scale(.62)}

  .route-sources{margin-top:52px;padding:24px 16px;border-radius:24px}
  .route-sources-heading h3{font-size:28px;line-height:1.2}.route-sources-heading>p:last-child{font-size:14px}
  .route-source-controls{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory}.route-source-tab{flex:0 0 76%;grid-template-columns:38px 1fr;text-align:left;scroll-snap-align:start}.route-source-tab .source-tab-icon{width:38px;height:38px;margin:0}.route-source-tab small{display:block;font-size:10px}
  .route-source-preview{min-height:330px;border-radius:22px}.source-format-selector{gap:5px;padding:9px 10px;overflow-x:auto}.source-format-selector>span{display:none}.source-format-selector button{min-width:44px}

  .privacy-layout{gap:34px}.privacy-copy>p:not(.section-kicker){font-size:15px}.privacy-promise{font-size:18px}
  .confidence-grid article{padding:18px 0}
  .faq-layout{gap:30px}.faq-heading h2{font-size:34px}.faq-list summary{font-size:15px}
  .download{padding:58px 0 64px}.download-card{gap:26px;padding:26px 22px;border-radius:24px}.download-copy{display:block}.download-copy img{width:68px;height:68px;margin-bottom:22px}.download-facts{display:grid;gap:8px}.download-actions{width:100%}.app-store-link-footer .figma-app-store-badge{width:176px}
}

@media(max-width:360px){
  .capability-grid{grid-template-columns:1fr}.capability-card{min-height:260px}
  .device-slot{flex-basis:84%}.device-slot-primary{flex-basis:88%}
  .route-source-tab{flex-basis:88%}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .device-slot-secondary{transform:none!important}
  .faq-list details[open] p{animation:none}
  .cloud-card.is-visible .device-one,.cloud-card.is-visible .device-two,.cloud-card.is-visible .device-three,.live-dot,.island-dot,.launch-status-dot{animation:none!important}
}

/* Final density pass after introducing the product-proof chapter. */
@media(min-width:921px){
  .hero{grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr)}
  html[lang="zh-CN"] .hero h1{max-width:700px;font-size:clamp(56px,4.7vw,64px)}
  .product-showcase{padding-top:60px;padding-bottom:52px}
  .product-showcase-heading{margin-bottom:24px}
  .device-showcase{min-height:380px;padding-top:4px}
  .device-frame{width:min(100%,172px)}.device-slot-primary .device-frame{width:min(100%,196px)}
  .device-slot-secondary{transform:translateY(20px) scale(.9)}

  .workflow-section{padding:70px 0}.workflow-heading{margin-bottom:30px}
  .features{padding-top:68px;padding-bottom:68px}.features>.section-heading{max-width:920px;margin-bottom:30px}
  .feature-grid{grid-template-rows:repeat(2,210px)}
  .capability-section{padding:68px 0}.capability-heading{max-width:920px;margin-bottom:30px}
  .capability-card{min-height:232px}.capability-grid{grid-auto-rows:232px}
  .dynamic-island-demo{bottom:18px}.map-style-stack{height:92px}.style-card{height:80px}
  .poster-preview{height:144px}.cloud-orbit{height:90px}
  .route-sources{margin-top:42px;padding:18px}.route-source-layout{margin-top:18px}.route-source-preview{min-height:230px}
  .route-sources-heading h3{font-size:34px}.route-sources-heading>p:last-child{margin-top:10px;font-size:13px}
  .route-source-tab{padding:8px}.source-tab-icon{width:36px;height:36px}.route-source-tab small{margin-top:2px;font-size:10px}
  .privacy-section{padding:68px 0}.faq-section{padding:64px 0}.faq-list summary{padding-top:17px;padding-bottom:17px}.faq-list summary::after{top:13px}.faq-list details p{margin-bottom:17px}
  .download{padding:44px 0 48px}
}

@media(max-width:640px){
  .hero{padding-top:28px;padding-bottom:18px}.hero-match-demo{min-height:295px}
  html[lang="zh-CN"] .hero-copy h1{font-size:36px;line-height:1.12}
  html[lang="en"] .hero-copy h1{font-size:36px;line-height:1.08}
  .trust-grid>div,.trust-grid>div:nth-child(2){min-height:76px}

  .product-showcase{padding-top:46px;padding-bottom:44px}
  .product-showcase-heading{margin-bottom:22px}
  .device-showcase{min-height:390px}
  .device-frame,.device-slot-primary .device-frame{width:181px}

  .workflow-section{padding:52px 0}.workflow-heading{margin-bottom:24px}
  .workflow-step{min-height:116px}.workflow-grid::before{bottom:20px}

  .features{padding-top:52px;padding-bottom:52px}
  .features>.section-heading{margin-bottom:26px}
  .feature-grid{display:flex;gap:14px;margin-inline:-16px;padding:0 16px 6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .feature-grid::-webkit-scrollbar{display:none}
  .feature-route,.feature-match,.feature-insight{flex:0 0 84%;min-height:400px;scroll-snap-align:center}
  .feature-route .mini-map{bottom:126px}
  .feature-match .match-stack{height:235px;transform:scale(.82)}
  .feature-insight .insight-panel{width:118%;height:220px;transform:scale(.84)}

  .capability-section{padding:48px 0}.capability-heading{margin-bottom:24px}
  .capability-card{min-height:236px}.capability-grid{grid-auto-rows:236px}
  .route-sources{margin-top:32px;padding:18px 14px}.route-source-layout{margin-top:18px}.route-source-preview{min-height:240px}
  .route-sources-heading h3{font-size:26px}.route-sources-heading>p:last-child{font-size:13px;line-height:1.6}

  .privacy-section{padding:52px 0}.privacy-layout{gap:20px}.privacy-copy>p:not(.section-kicker){margin:14px 0 11px;font-size:13px}.privacy-promise{margin-bottom:15px;font-size:17px}.confidence-grid article{padding:13px 0}.confidence-grid p{font-size:12px}.confidence-grid h3{font-size:15px}
  .faq-section{padding:48px 0}.faq-layout{gap:18px}.faq-heading>p:last-child{margin-bottom:0}.faq-list summary{padding-top:15px;padding-bottom:15px;font-size:14px}.faq-list summary::after{top:11px}.faq-list details p{margin-bottom:15px;font-size:12px}
  .download{padding:41px 0 45px}.download-card{padding:20px}.download-copy img{display:none}.download-copy>div>p:not(.section-kicker){font-size:13px}.download-facts{margin-top:12px}.download-actions{margin-top:0}
}

/* Hero refinement: sales banner is opt-in, English copy stays above the fold,
   and the map fades into a neutral atmosphere without a green split edge. */
.launch-bar{display:none}
.sales-banner-visible .launch-bar{display:block}
.site-header{top:0}
.sales-banner-visible .site-header{top:40px}
.site-header.is-compact,.sales-banner-visible .site-header.is-compact{top:0}

.hero::before{
  background:radial-gradient(ellipse,rgba(10,132,255,.065),rgba(116,148,177,.025) 48%,transparent 73%);
}
.hero::after{background:radial-gradient(circle,rgba(110,90,239,.025),transparent 70%)}
.hero-match-demo .visual-glow{
  width:680px;
  height:500px;
  opacity:.62;
  background:radial-gradient(ellipse at 49% 50%,rgba(10,132,255,.105),rgba(121,151,178,.035) 48%,transparent 74%);
  filter:blur(14px);
}
.hero-match-demo::before{
  border-color:rgba(10,132,255,.038);
  box-shadow:0 0 0 42px rgba(10,132,255,.012),0 0 0 86px rgba(88,120,150,.008);
}
.hero-match-demo::after{background:radial-gradient(circle,rgba(255,179,64,.035),transparent 70%)}

html[lang="en"] .hero-copy h1,html[lang="de"] .hero-copy h1,html[lang="fr"] .hero-copy h1{
  max-width:690px;
  font-size:clamp(46px,3.85vw,54px);
  line-height:1.065;
  letter-spacing:-.038em;
}
html[lang="en"] .hero-lead,html[lang="de"] .hero-lead,html[lang="fr"] .hero-lead{max-width:620px;font-size:18px;line-height:1.62}

@media(min-width:921px){
  .hero-map-shell{
    left:-34px;
    right:90px;
    -webkit-mask-image:radial-gradient(ellipse 91% 88% at 49% 50%,#000 0 57%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 76%,rgba(0,0,0,.48) 87%,transparent 100%);
    mask-image:radial-gradient(ellipse 91% 88% at 49% 50%,#000 0 57%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 76%,rgba(0,0,0,.48) 87%,transparent 100%);
  }
  .hero-map-shell::after{
    background:linear-gradient(90deg,var(--canvas) 0,rgba(247,248,250,.82) 4%,rgba(247,248,250,.38) 10%,transparent 20%,transparent 81%,rgba(247,248,250,.38) 91%,rgba(247,248,250,.82) 97%,var(--canvas) 100%),linear-gradient(180deg,var(--canvas) 0,rgba(247,248,250,.76) 5%,rgba(247,248,250,.32) 12%,transparent 23%,transparent 75%,rgba(247,248,250,.34) 87%,rgba(247,248,250,.82) 96%,var(--canvas) 100%),radial-gradient(ellipse 91% 88% at 49% 50%,transparent 0 57%,rgba(247,248,250,.04) 67%,rgba(247,248,250,.2) 79%,rgba(247,248,250,.58) 91%,var(--canvas) 100%);
    opacity:1;
  }
}

@media(max-width:920px){
  html[lang="en"] .hero-copy h1,html[lang="de"] .hero-copy h1,html[lang="fr"] .hero-copy h1{max-width:720px;font-size:clamp(42px,7vw,52px)}
  .hero-match-demo .visual-glow{width:520px;height:390px;opacity:.54}
}

@media(max-width:640px){
  html[lang="en"] .hero-copy h1,html[lang="de"] .hero-copy h1,html[lang="fr"] .hero-copy h1{font-size:34px;line-height:1.08;letter-spacing:-.025em}
  html[lang="en"] .hero-lead,html[lang="de"] .hero-lead,html[lang="fr"] .hero-lead{font-size:15px;line-height:1.62}
  .hero-match-demo .visual-glow{width:390px;height:300px;opacity:.48}
}

.hero-map-lines .route-guide{fill:none;stroke:none;opacity:0;pointer-events:none}
.hero-match-demo .route{animation:none!important;transition:none!important;stroke-dasharray:none!important;stroke-dashoffset:0!important}
.hero-match-demo.is-running .photo-queue-label.is-complete{
  opacity:0;
  transform:translateX(10px);
  transition:opacity .5s ease,transform .55s ease;
  transition-delay:0s;
}

/* Desktop map interaction: wake the hero map without disturbing the matching animation. */
.hero-map-stage{
  --hero-map-shift-x:0px;
  --hero-map-shift-y:0px;
  transform:translate3d(var(--hero-map-shift-x),var(--hero-map-shift-y),0) scale(1);
  transform-origin:center;
  transition:transform .58s cubic-bezier(.22,1,.36,1);
}
.hero-match-demo .visual-glow{transition:opacity .5s ease,filter .5s ease,transform .7s cubic-bezier(.22,1,.36,1)}

@media(hover:hover) and (pointer:fine){
  .hero-match-demo.is-map-interactive .hero-map-shell{cursor:zoom-in}
  .hero-match-demo.is-map-hovered .hero-map-stage{
    transform:translate3d(var(--hero-map-shift-x),var(--hero-map-shift-y),0) scale(1.045);
    transition-duration:.16s;
    transition-timing-function:ease-out;
    will-change:transform;
  }
  .hero-match-demo.is-map-hovered .visual-glow{opacity:.82;filter:blur(10px);transform:scale(1.035)}
  .hero-match-demo.is-map-hovered .matched-photo-marker .photo-scene{filter:saturate(1.06) contrast(1.02)}
}

@media(max-width:920px),(prefers-reduced-motion:reduce){
  .hero-map-stage{transform:none!important;transition:none!important}
  .hero-match-demo .visual-glow{transition:none!important;transform:none!important}
}

/* Hero compatibility information sits beside the App Store badge. */
.hero-actions.hero-download-row{
  width:max-content;
  max-width:100%;
  display:grid;
  grid-template-columns:minmax(220px,290px) auto;
  align-items:center;
  gap:18px;
}
.hero-download-row .availability{margin:0;text-align:left}
.hero-download-row .availability strong{display:block;color:#343b45;font-size:12px;line-height:1.45;font-weight:760}
.hero-download-row .availability>span{display:block;margin-top:4px;color:#7b8490;font-size:10.5px;line-height:1.45}
.hero-download-row .availability .prelaunch-only{margin-top:6px}

@media(max-width:920px){
  .hero-actions.hero-download-row{margin-inline:auto}
}

@media(max-width:640px){
  .hero-actions.store-actions.hero-download-row{width:100%;display:grid!important;grid-template-columns:1fr;justify-items:start;align-items:start!important;gap:12px;margin-inline:0}
  .hero-download-row .availability{max-width:330px}
  .hero-download-row .availability strong{font-size:11.5px}
  .hero-download-row .availability>span{font-size:10px}
}

/* Advanced page motion: layered section entrances, scroll depth, and restrained interaction light. */
:root{--page-progress:0}
.advanced-motion .site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),var(--violet) 72%,var(--amber));
  transform:scaleX(var(--page-progress));
  transform-origin:left center;
  opacity:.48;
  pointer-events:none;
  will-change:transform;
}
.advanced-motion .motion-section{--section-progress:.5;--section-shift:0px}

.advanced-motion .product-showcase,
.advanced-motion .capability-section,
.advanced-motion .faq-section,
.advanced-motion .download{position:relative;isolation:isolate;overflow:hidden}
.advanced-motion .product-showcase::before,
.advanced-motion .capability-section::before,
.advanced-motion .faq-section::before,
.advanced-motion .download::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:560px;
  height:560px;
  border-radius:50%;
  pointer-events:none;
  transform:translate3d(0,var(--section-shift),0);
  transition:opacity .8s ease;
  will-change:transform;
}
.advanced-motion .product-showcase::before{right:-220px;top:7%;background:radial-gradient(circle,rgba(10,132,255,.085),transparent 69%)}
.advanced-motion .capability-section::before{left:-260px;top:24%;background:radial-gradient(circle,rgba(110,90,239,.07),transparent 70%)}
.advanced-motion .faq-section::before{right:-300px;top:8%;background:radial-gradient(circle,rgba(50,213,131,.055),transparent 70%)}
.advanced-motion .download::before{right:-180px;top:-190px;background:radial-gradient(circle,rgba(10,132,255,.09),transparent 68%)}

.advanced-motion .device-frame{
  --device-tilt-x:0deg;
  --device-tilt-y:0deg;
  --device-light-x:50%;
  --device-light-y:25%;
  opacity:0;
  transform:perspective(900px) translateY(34px) scale(.965) rotateX(var(--device-tilt-x)) rotateY(var(--device-tilt-y));
  transform-style:preserve-3d;
  transition:opacity .65s ease,transform .9s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;
  will-change:transform;
}
.advanced-motion .device-frame::after{content:none}
.advanced-motion .product-showcase.is-section-visible .device-frame{
  opacity:1;
  transform:perspective(900px) translateY(0) scale(1) rotateX(var(--device-tilt-x)) rotateY(var(--device-tilt-y));
}
.advanced-motion .device-slot-recording .device-frame{transition-delay:.08s}
.advanced-motion .device-slot-geotagging .device-frame{transition-delay:.18s}
.advanced-motion .device-slot-insights .device-frame{transition-delay:.28s}
.advanced-motion .device-slot-light-phase .device-frame{transition-delay:.38s}
.advanced-motion .device-speaker{overflow:hidden}
.advanced-motion .device-speaker::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,transparent 15%,rgba(255,255,255,.32) 48%,transparent 80%);
  transform:translateX(-125%);
}
.advanced-motion .product-showcase.is-section-visible .device-speaker::after{animation:deviceSpeakerSweep .8s .62s ease both}

.advanced-motion .workflow-grid::before{
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform 1.15s .2s cubic-bezier(.22,1,.36,1);
}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-grid::before{transform:scaleX(1)}
.advanced-motion .workflow-step .step-icon{
  opacity:0;
  transform:translateY(12px) scale(.72) rotate(-8deg);
  transition:opacity .42s ease,transform .64s cubic-bezier(.34,1.56,.64,1);
}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step .step-icon{opacity:1;transform:none}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(1) .step-icon{transition-delay:.22s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(2) .step-icon{transition-delay:.38s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(3) .step-icon{transition-delay:.54s}
.advanced-motion .workflow-section.workflow-sequence-visible .step-record i{animation:recordSettle .72s .34s cubic-bezier(.22,1,.36,1) both}
.advanced-motion .workflow-section.workflow-sequence-visible .step-match::before{animation:matchCardLeft .7s .46s cubic-bezier(.22,1,.36,1) both}
.advanced-motion .workflow-section.workflow-sequence-visible .step-match::after{animation:matchCardRight .72s .5s cubic-bezier(.22,1,.36,1) both}
.advanced-motion .workflow-section.workflow-sequence-visible .step-review i::after{animation:reviewCheck .58s .68s cubic-bezier(.22,1,.36,1) both}

.advanced-motion .motion-surface{--pointer-x:50%;--pointer-y:50%;isolation:isolate}
.advanced-motion .motion-surface::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(380px circle at var(--pointer-x) var(--pointer-y),rgba(10,132,255,.085),transparent 58%);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
}
.advanced-motion .motion-surface:hover::before{opacity:1}
.advanced-motion .live-card.motion-surface::before,
.advanced-motion .download-card.motion-surface::before{background:radial-gradient(420px circle at var(--pointer-x) var(--pointer-y),rgba(255,255,255,.14),transparent 60%)}

.advanced-motion .capability-card .dynamic-island-demo{opacity:0;transform:translateY(22px) scale(.96);transition:opacity .55s ease,transform .75s cubic-bezier(.22,1,.36,1)}
.advanced-motion .capability-section.is-section-visible .live-card.is-visible .dynamic-island-demo{opacity:1;transform:none;transition-delay:.2s}
.advanced-motion .map-style-card .style-light{transform:translate3d(22px,30px,0) rotate(-15deg);opacity:0}
.advanced-motion .map-style-card .style-dark{transform:translate3d(0,38px,0) rotate(0);opacity:0}
.advanced-motion .map-style-card .style-satellite{transform:translate3d(-22px,32px,0) rotate(16deg);opacity:0}
.advanced-motion .map-style-card .style-card{transition:opacity .52s ease,transform .78s cubic-bezier(.22,1,.36,1)}
.advanced-motion .capability-section.is-section-visible .map-style-card.is-visible .style-light{opacity:1;transform:rotate(-8deg);transition-delay:.18s}
.advanced-motion .capability-section.is-section-visible .map-style-card.is-visible .style-dark{opacity:1;transform:rotate(1deg);transition-delay:.28s}
.advanced-motion .capability-section.is-section-visible .map-style-card.is-visible .style-satellite{opacity:1;transform:rotate(9deg);transition-delay:.38s}
.advanced-motion .poster-preview{transition:transform .85s cubic-bezier(.22,1,.36,1),opacity .55s ease}
.advanced-motion .poster-card:not(.is-visible) .poster-preview{opacity:0;transform:translateY(24px) rotate(-7deg) scale(.94)}
.advanced-motion .poster-preview svg path{stroke-dasharray:360;stroke-dashoffset:360}
.advanced-motion .capability-section.is-section-visible .poster-card.is-visible .poster-preview svg path{animation:posterRouteDraw 1.05s .42s cubic-bezier(.55,.05,.3,1) forwards}
.advanced-motion .cloud-orbit{opacity:0;transform:translateX(-50%) scale(.82);transition:opacity .55s ease,transform .85s cubic-bezier(.22,1,.36,1)}
.advanced-motion .capability-section.is-section-visible .cloud-card.is-visible .cloud-orbit{opacity:1;transform:translateX(-50%) scale(1);transition-delay:.25s}
.advanced-motion .cloud-core::after{
  content:"";
  position:absolute;
  inset:-12px;
  border:1px solid rgba(10,132,255,.14);
  border-radius:inherit;
  opacity:0;
  transform:scale(.7);
}
.advanced-motion .capability-section.is-section-visible .cloud-core::after{animation:cloudSignal 1.4s .72s ease-out both}

.advanced-motion .route-sources{
  opacity:0;
  transform:translateY(26px) scale(.99);
  transition:opacity .62s ease,transform .78s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;
}
.advanced-motion .route-sources.is-visible{opacity:1;transform:none;transition-delay:.08s}
.advanced-motion .source-status-card,
.advanced-motion .watch-workout-card,
.advanced-motion .file-import-result{animation:sourceCardSettle .58s .18s cubic-bezier(.22,1,.36,1) both}

.advanced-motion .privacy-section::before{transform:translate3d(0,var(--section-shift),0) scale(1.02);will-change:transform}
.advanced-motion .privacy-promise{position:relative;display:inline-block}
.advanced-motion .privacy-promise::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--mint),rgba(50,213,131,.12));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .8s .38s cubic-bezier(.22,1,.36,1);
}
.advanced-motion .privacy-section.is-section-visible .privacy-promise::after{transform:scaleX(1)}
.advanced-motion .confidence-grid article>span{display:inline-block;transition:color .35s ease,transform .55s cubic-bezier(.22,1,.36,1)}
.advanced-motion .confidence-grid article.is-visible>span{color:#78e8a6;transform:translateX(4px)}

.advanced-motion .faq-list details{transition:border-color .25s ease,background-color .25s ease,padding .3s cubic-bezier(.22,1,.36,1)}
.advanced-motion .faq-list details:hover{border-color:#c8d5e3;background:linear-gradient(90deg,rgba(10,132,255,.035),transparent 76%);padding-left:12px}
.advanced-motion .faq-list summary::after{transition:transform .36s cubic-bezier(.22,1,.36,1),color .25s ease}
.advanced-motion .faq-list details[open] summary::after{transform:rotate(180deg);color:var(--blue)}

.advanced-motion .download-card{position:relative;overflow:hidden}
.advanced-motion .download-card::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:-60% auto -60% -30%;
  width:18%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transform:skewX(-18deg) translateX(-180%);
  pointer-events:none;
}
.advanced-motion .download-card.is-visible::after{animation:downloadSheen 1.15s .5s cubic-bezier(.22,1,.36,1) both}
.advanced-motion .download-card>*{position:relative;z-index:1}
.advanced-motion .download-card.is-visible .download-copy>img{animation:downloadIconSettle .72s .18s cubic-bezier(.34,1.56,.64,1) both}
.advanced-motion .download-card.is-visible .download-facts li{animation:downloadFactIn .48s cubic-bezier(.22,1,.36,1) both}
.advanced-motion .download-card.is-visible .download-facts li:nth-child(1){animation-delay:.34s}
.advanced-motion .download-card.is-visible .download-facts li:nth-child(2){animation-delay:.43s}
.advanced-motion .download-card.is-visible .download-facts li:nth-child(3){animation-delay:.52s}

@keyframes deviceSpeakerSweep{to{transform:translateX(125%)}}
@keyframes recordSettle{0%{transform:scale(.55);box-shadow:0 0 0 0 #fff}65%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(255,255,255,.62)}100%{transform:scale(1);box-shadow:0 0 0 5px #fff}}
@keyframes matchCardLeft{from{opacity:0;transform:translate(-14px,12px) rotate(-16deg)}to{opacity:.55;transform:translate(-5px,4px) rotate(-7deg)}}
@keyframes matchCardRight{from{opacity:0;transform:translate(14px,-10px) rotate(16deg)}to{opacity:1;transform:translate(5px,-4px) rotate(6deg)}}
@keyframes reviewCheck{from{opacity:0;transform:scaleX(.2) rotate(45deg)}to{opacity:1;transform:scaleX(1) rotate(45deg)}}
@keyframes posterRouteDraw{to{stroke-dashoffset:0}}
@keyframes cloudSignal{0%{opacity:0;transform:scale(.72)}35%{opacity:.72}100%{opacity:0;transform:scale(1.28)}}
@keyframes sourceCardSettle{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
@keyframes downloadSheen{to{transform:skewX(-18deg) translateX(900%)}}
@keyframes downloadIconSettle{from{opacity:0;transform:translateY(14px) scale(.78) rotate(-8deg)}to{opacity:1;transform:none}}
@keyframes downloadFactIn{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:none}}

@media(max-width:920px){
  .advanced-motion .workflow-grid::before{transform:scaleY(0);transform-origin:center top}
  .advanced-motion .workflow-section.workflow-sequence-visible .workflow-grid::before{transform:scaleY(1)}
}

@media(max-width:640px){
  .advanced-motion .device-frame{transform:translateY(24px) scale(.98)}
  .advanced-motion .product-showcase.is-section-visible .device-frame{transform:none}
  .advanced-motion .faq-list details:hover{padding-left:0;background:transparent}
  .advanced-motion .motion-surface::before{display:none}
}

@media(prefers-reduced-motion:reduce){
  .site-header::after{display:none!important}
  .motion-section::before,.motion-surface::before,.device-frame::after,.device-speaker::after,.download-card::after,.privacy-promise::after{display:none!important}
  .device-frame,.workflow-grid::before,.workflow-step .step-icon,.dynamic-island-demo,.style-card,.poster-preview,.cloud-orbit,.route-sources,.download-copy>img,.download-facts li{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}
  .poster-preview svg path{stroke-dasharray:none!important;stroke-dashoffset:0!important}
}

/* Workflow: route recording, track matching, and photo export */
.workflow-grid::before{
  background:linear-gradient(90deg,rgba(10,132,255,.24),rgba(10,132,255,.34),rgba(32,169,106,.3));
}
.step-record{
  overflow:visible;
  background:rgba(10,132,255,.1);
}
.step-record::before{
  content:"";
  position:absolute;
  width:34px;
  height:22px;
  left:17px;
  top:24px;
  border-bottom:2px solid rgba(10,132,255,.46);
  border-radius:50%;
  transform:rotate(-18deg);
}
.step-record i{
  z-index:2;
  width:15px;
  height:15px;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 2px var(--blue),0 7px 16px rgba(10,132,255,.25);
}
.step-record::after{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  left:18px;
  top:40px;
  border-radius:50%;
  background:rgba(10,132,255,.34);
}
.step-export{background:rgba(32,169,106,.11)}
.step-export i{
  width:31px;
  height:25px;
  position:relative;
  border:2.5px solid #20a96a;
  border-radius:7px;
  background:#fff;
}
.step-export i::before{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  left:8px;
  top:-6px;
  border-right:3px solid #20a96a;
  border-bottom:3px solid #20a96a;
  transform:rotate(45deg);
}
.step-export i::after{
  content:"";
  position:absolute;
  width:3px;
  height:13px;
  left:12px;
  top:-13px;
  border-radius:3px;
  background:#20a96a;
}

.workflow-example{
  position:relative;
  overflow:hidden;
  margin-top:44px;
  padding:30px 32px 24px;
  border:1px solid rgba(205,215,225,.85);
  border-radius:28px;
  background:linear-gradient(145deg,#f8fafc,#f1f6fb);
  box-shadow:var(--shadow-md),inset 0 1px 0 rgba(255,255,255,.8);
}
.workflow-example::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-130px;
  top:-155px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(10,132,255,.09),transparent 70%);
  pointer-events:none;
}
.workflow-example-heading{
  position:relative;
  z-index:1;
  max-width:760px;
}
.workflow-example-heading h3{
  margin:8px 0 9px;
  font-size:28px;
  line-height:1.18;
  letter-spacing:-.035em;
}
.workflow-example-heading>p:last-child{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.68;
}
.workflow-example-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:27px 0 0;
  padding:0;
  list-style:none;
}
.workflow-example-grid li{
  position:relative;
  display:grid;
  grid-template-columns:44px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-content:start;
  min-width:0;
  padding:2px 20px;
  border-right:1px solid rgba(205,215,225,.92);
}
.workflow-example-grid li:first-child{padding-left:0}
.workflow-example-grid li:last-child{padding-right:0;border-right:0}
.workflow-example-grid strong{
  align-self:end;
  color:#222831;
  font-size:13px;
  line-height:1.35;
}
.workflow-example-grid small{
  grid-column:2;
  margin-top:6px;
  color:#69737e;
  font-size:11px;
  line-height:1.58;
}
.example-icon{
  grid-row:1/3;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  position:relative;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 20px rgba(35,50,66,.08);
}
.example-camera i{
  width:24px;
  height:17px;
  position:relative;
  border:2px solid var(--blue);
  border-radius:5px;
}
.example-camera i::before{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  left:6px;
  top:3px;
  border:2px solid var(--blue);
  border-radius:50%;
}
.example-camera i::after{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  right:-6px;
  bottom:-6px;
  border:2px solid #fff;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 1px var(--blue);
}
.example-card i{
  width:22px;
  height:27px;
  position:relative;
  border:2px solid #657180;
  border-radius:4px 4px 6px 6px;
  clip-path:polygon(0 0,65% 0,100% 24%,100% 100%,0 100%);
}
.example-card i::after{
  content:"";
  position:absolute;
  left:4px;
  right:4px;
  bottom:5px;
  height:6px;
  border-top:2px solid #657180;
  border-bottom:2px solid #657180;
}
.example-import i{
  width:25px;
  height:17px;
  position:relative;
  border:2px solid var(--blue);
  border-radius:4px;
}
.example-import i::before{
  content:"";
  position:absolute;
  width:9px;
  height:5px;
  left:2px;
  top:-7px;
  border:2px solid var(--blue);
  border-bottom:0;
  border-radius:3px 3px 0 0;
}
.example-import i::after{
  content:"↓";
  position:absolute;
  right:-7px;
  bottom:-10px;
  display:grid;
  place-items:center;
  width:15px;
  height:15px;
  border:2px solid #fff;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font:800 10px/1 var(--font);
}
.example-album i{
  width:24px;
  height:20px;
  position:relative;
  border:2px solid #20a96a;
  border-radius:5px;
  box-shadow:-4px -4px 0 -1px #fff,-4px -4px 0 1px rgba(32,169,106,.35);
}
.example-album i::after{
  content:"✓";
  position:absolute;
  right:-8px;
  bottom:-8px;
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border:2px solid #fff;
  border-radius:50%;
  background:#20a96a;
  color:#fff;
  font:800 9px/1 var(--font);
}
.workflow-example-note{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:8px;
  margin:24px 0 0;
  padding-top:18px;
  border-top:1px solid rgba(205,215,225,.8);
  color:#5f6974;
  font-size:11px;
  font-weight:650;
}
.workflow-example-note>span:first-child{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:rgba(32,169,106,.12);
  color:#168a57;
  font-size:11px;
}

.advanced-motion .workflow-section.workflow-sequence-visible .step-record i{
  animation:workflowRoutePointSettle .72s .34s cubic-bezier(.22,1,.36,1) both;
}
.advanced-motion .workflow-section.workflow-sequence-visible .step-export i::before,
.advanced-motion .workflow-section.workflow-sequence-visible .step-export i::after{
  animation:workflowExportArrow .58s .68s cubic-bezier(.22,1,.36,1) both;
}
@keyframes workflowRoutePointSettle{
  from{opacity:0;transform:scale(.45)}
  70%{opacity:1;transform:scale(1.14)}
  to{opacity:1;transform:scale(1)}
}
@keyframes workflowExportArrow{
  from{opacity:0;transform:translateY(-5px) rotate(45deg)}
  to{opacity:1;transform:translateY(0) rotate(45deg)}
}
.advanced-motion .workflow-section.workflow-sequence-visible .step-export i::after{
  animation-name:workflowExportStem;
}
@keyframes workflowExportStem{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:none}
}

@media(max-width:920px){
  .workflow-example-grid{grid-template-columns:repeat(2,1fr);row-gap:24px}
  .workflow-example-grid li:nth-child(2){border-right:0;padding-right:0}
  .workflow-example-grid li:nth-child(3){padding-left:0}
}

@media(max-width:640px){
  .workflow-grid::before{background:linear-gradient(var(--blue),var(--blue),#20a96a)}
  .workflow-example{margin-top:30px;padding:24px 20px 20px;border-radius:23px}
  .workflow-example-heading h3{font-size:24px}
  .workflow-example-heading>p:last-child{font-size:13px}
  .workflow-example-grid{grid-template-columns:1fr;gap:0;margin-top:22px}
  .workflow-example-grid li,
  .workflow-example-grid li:first-child,
  .workflow-example-grid li:nth-child(2),
  .workflow-example-grid li:nth-child(3),
  .workflow-example-grid li:last-child{
    display:block;
    min-height:86px;
    padding:0 0 18px 58px;
    border-right:0;
  }
  .workflow-example-grid li:not(:last-child)::after{
    content:"";
    position:absolute;
    left:21px;
    top:48px;
    bottom:4px;
    width:1px;
    background:rgba(10,132,255,.22);
  }
  .example-icon{position:absolute;left:0;top:0}
  .workflow-example-grid strong{display:block;padding-top:3px;font-size:14px}
  .workflow-example-grid small{display:block;margin-top:5px;font-size:12px}
  .workflow-example-note{margin-top:4px}
}

@media(prefers-reduced-motion:reduce){
  .workflow-example,.step-record i,.step-export i::before,.step-export i::after{animation:none!important;transition:none!important}
}

/* Workflow icon direction and sentence-per-line bullet treatment */
.workflow-step p{
  display:grid;
  gap:8px;
  text-align:left;
}
.workflow-step p>span{
  display:block;
  position:relative;
  padding-left:14px;
}
.workflow-step p>span::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#111318;
  transform:translateY(-50%);
}

.step-match::before{
  content:"";
  width:30px;
  height:21px;
  left:19px;
  top:29px;
  border:2.5px solid var(--blue);
  border-radius:7px;
  background:#fff;
  opacity:1;
  transform:none;
}
.step-match::after{
  content:"";
  width:9px;
  height:9px;
  left:29px;
  top:17px;
  border:0;
  border-right:3px solid var(--blue);
  border-bottom:3px solid var(--blue);
  border-radius:0;
  background:transparent;
  opacity:1;
  transform:rotate(45deg);
}
.step-match i{
  z-index:2;
  width:3px;
  height:15px;
  left:34px;
  top:13px;
  border-radius:3px;
  background:var(--blue);
  transform:none;
}

.step-export i::before{
  content:"↑";
  display:block;
  width:22px;
  height:25px;
  left:2px;
  top:-18px;
  border:0;
  color:#20a96a;
  font:800 23px/1 var(--font);
  text-align:center;
  transform:none;
}
.step-export i::after{display:none}

.example-album i::after{
  content:"↑";
  font:800 13px/1 var(--font);
}

.advanced-motion .workflow-section.workflow-sequence-visible .step-match::before,
.advanced-motion .workflow-section.workflow-sequence-visible .step-match::after{
  animation:none!important;
}
.advanced-motion .workflow-section.workflow-sequence-visible .step-match i{
  animation:workflowImportArrow .55s .48s cubic-bezier(.22,1,.36,1) both;
}
.advanced-motion .workflow-section.workflow-sequence-visible .step-export i::before{
  animation:workflowUploadArrow .55s .68s cubic-bezier(.22,1,.36,1) both;
}
@keyframes workflowImportArrow{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:none}
}
@keyframes workflowUploadArrow{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:none}
}

@media(max-width:640px){
  .workflow-step p{gap:6px}
  .workflow-step p>span{padding-left:13px}
}

/* Workflow icons use self-contained SVGs to avoid pseudo-element collisions. */
.workflow-step .step-index{
  left:18px;
  right:auto;
  top:7px;
}
.workflow-step .step-icon{
  overflow:visible;
}
.workflow-step .step-icon::before,
.workflow-step .step-icon::after,
.workflow-step .step-icon>i{
  display:none!important;
}
.workflow-step .step-icon svg{
  width:42px;
  height:42px;
  display:block;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.workflow-step .step-record{
  color:var(--blue);
  background:rgba(10,132,255,.1);
}
.workflow-step .step-record .icon-route{
  opacity:.36;
  stroke-width:2.2;
}
.workflow-step .step-record .icon-point-ring{
  fill:#fff;
  stroke:currentColor;
  stroke-width:2.7;
}
.workflow-step .step-record .icon-point-core{
  fill:currentColor;
  stroke:none;
}
.workflow-step .step-match{
  color:var(--blue);
  background:rgba(10,132,255,.1);
}
.workflow-step .step-export{
  color:#20a96a;
  background:rgba(32,169,106,.11);
}
.advanced-motion .workflow-section.workflow-sequence-visible .step-icon svg{
  animation:workflowSVGIconSettle .68s cubic-bezier(.22,1,.36,1) both;
}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(1) .step-icon svg{animation-delay:.24s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(2) .step-icon svg{animation-delay:.4s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(3) .step-icon svg{animation-delay:.56s}
@keyframes workflowSVGIconSettle{
  from{opacity:0;transform:translateY(5px) scale(.86)}
  to{opacity:1;transform:none}
}

@media(max-width:640px){
  .workflow-step .step-index{
    display:block;
    left:2px;
    right:auto;
    top:-18px;
  }
  .workflow-step .step-icon svg{width:38px;height:38px}
}

@media(prefers-reduced-motion:reduce){
  .workflow-step .step-icon svg{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}
}

/* Four product pillars use explicit SVG icons with consistent geometry. */
.trust-icon{
  display:grid;
  place-items:center;
}
.trust-icon svg{
  width:27px;
  height:27px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.source-icon,
.location-icon,
.footprint-icon,
.insight-data-icon{
  color:#111318;
  background:#f5f6f7;
  box-shadow:inset 0 0 0 1px #dce2ea;
}

/* Premium three-state Dynamic Island showcase — mirrors the app's minimal,
   compact and expanded Live Activity layouts without pretending to be a screenshot. */
.live-card{
  isolation:isolate;
  background:
    radial-gradient(circle at 78% 78%,rgba(50,213,131,.09),transparent 32%),
    radial-gradient(circle at 18% 100%,rgba(10,132,255,.07),transparent 38%),
    linear-gradient(145deg,#111419 0%,#08090c 56%,#050608 100%);
}
.live-card::after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 24%,transparent 72%,rgba(255,255,255,.025));
}
.live-card .capability-copy{position:relative;z-index:4}
.dynamic-island-showcase{
  position:absolute;z-index:2;left:22px;right:22px;bottom:18px;height:166px;
  perspective:900px;pointer-events:none;
}
.dynamic-island-showcase::before{
  content:"";position:absolute;left:6%;right:6%;bottom:-16px;height:78px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(0,0,0,.52),transparent 68%);filter:blur(8px)
}
.island-ambient{position:absolute;border-radius:50%;filter:blur(22px);opacity:.28}
.island-ambient-cyan{left:7%;bottom:22px;width:130px;height:66px;background:#0a84ff}
.island-ambient-violet{right:7%;bottom:16px;width:110px;height:70px;background:#6e5aef}
.island-state{
  position:absolute;color:#f7f9fb;background:#000;border:1px solid rgba(255,255,255,.105);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.42);
  font-variant-numeric:tabular-nums;
}
.island-state svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.island-compact{
  left:1px;top:3px;width:142px;height:42px;display:flex;align-items:center;justify-content:space-between;
  padding:0 15px 0 12px;border-radius:22px;transform:rotate(-1.8deg);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 30px rgba(0,0,0,.38),0 0 0 1px rgba(50,213,131,.04)
}
.island-compact::after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(105deg,rgba(255,255,255,.06),transparent 30%);pointer-events:none}
.island-location-mark{width:24px;height:24px;display:grid;place-items:center;color:#fff}
.island-location-mark svg{width:18px;height:18px}.island-location-mark svg circle,.island-minimal svg circle{fill:currentColor;stroke:none}
.island-compact strong{font-size:13px;line-height:1;font-weight:750;letter-spacing:.01em}
.island-minimal{
  right:2px;top:1px;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;
  transform:rotate(2deg);box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 14px 30px rgba(0,0,0,.4),0 0 18px rgba(50,213,131,.07)
}
.island-minimal svg{width:18px;height:18px;color:#fff}
.island-expanded{
  left:50%;bottom:0;width:min(100%,380px);height:116px;transform:translateX(-50%);
  border-radius:36px 36px 32px 32px;overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 38%),
    #000;
}
.island-expanded::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.045),transparent 27%,transparent 76%,rgba(255,255,255,.025))
}
.island-hardware{position:absolute;left:50%;top:12px;width:88px;height:25px;transform:translateX(-50%);border-radius:15px;background:#050505;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.island-hardware i{position:absolute;left:11px;top:7px;width:48px;height:11px;border-radius:7px;background:#090a0b;box-shadow:inset 0 0 5px rgba(255,255,255,.03)}
.island-hardware b{position:absolute;right:8px;top:6px;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 40% 38%,#233a4e 0 9%,#101c28 22%,#05080c 58%,#000 72%);box-shadow:inset 0 0 0 1px rgba(67,113,150,.24)}
.island-expanded-stat{position:absolute;top:15px;width:104px;display:grid;gap:5px}
.island-expanded-distance{left:18px;text-align:left}.island-expanded-altitude{right:18px;text-align:right}
.island-expanded-stat>span{display:flex;align-items:center;gap:5px;color:#8d949e}
.island-expanded-altitude>span{justify-content:flex-end}
.island-expanded-stat svg{width:11px;height:11px}.island-expanded-distance svg{color:#54d6ff}.island-expanded-altitude svg{color:#a992ff}
.island-expanded-stat small{font-size:8px;font-weight:750;letter-spacing:.035em}
.island-expanded-stat strong{font-size:18px;line-height:1;font-weight:760;letter-spacing:-.025em}
.island-expanded-stat em{color:#9ca3ad;font-size:9px;font-style:normal;font-weight:700;letter-spacing:0}
.island-expanded-timer{position:absolute;left:50%;bottom:15px;display:flex;align-items:center;gap:8px;transform:translateX(-50%);white-space:nowrap}
.island-expanded-timer svg{width:13px;height:13px;color:#32d583}
.island-expanded-timer strong{font-size:24px;line-height:1;font-weight:760;letter-spacing:-.035em}

@media(min-width:921px){
  .live-card{min-height:340px}
}
@media(max-width:640px){
  .live-card{grid-column:1/-1;min-height:350px}
  .dynamic-island-showcase{left:18px;right:18px;bottom:17px;height:164px}
  .island-expanded{width:min(100%,360px)}
}
@media(max-width:420px){
  .live-card{min-height:342px}
  .dynamic-island-showcase{left:12px;right:12px;height:157px}
  .island-expanded{height:110px;border-radius:32px}
  .island-expanded-stat{width:92px}.island-expanded-distance{left:14px}.island-expanded-altitude{right:14px}
  .island-expanded-stat strong{font-size:16px}.island-expanded-timer{bottom:14px}.island-expanded-timer strong{font-size:21px}
  .island-compact{width:126px;height:39px;padding-inline:11px;border-radius:20px}.island-minimal{width:40px;height:40px}
}
@media(prefers-reduced-motion:no-preference){
  .advanced-motion .capability-card .dynamic-island-showcase{opacity:0;transform:translateY(18px) scale(.97);transition:opacity .55s ease,transform .8s cubic-bezier(.22,1,.36,1)}
  .advanced-motion .capability-section.is-section-visible .live-card.is-visible .dynamic-island-showcase{opacity:1;transform:none;transition-delay:.16s}
  .live-card.is-visible .island-compact{animation:islandCompactFloat 5.8s ease-in-out infinite}
  .live-card.is-visible .island-minimal{animation:islandMinimalFloat 5.8s ease-in-out .35s infinite}
}
@keyframes islandCompactFloat{0%,100%{transform:translateY(0) rotate(-1.8deg)}50%{transform:translateY(-4px) rotate(-1deg)}}
@keyframes islandMinimalFloat{0%,100%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-5px) rotate(1deg)}}

/* The desktop grid previously forced every row to 232px; give the richer live
   showcase its own row so it never overlaps the cards below. */
@media(min-width:921px){
  .capability-grid{grid-template-rows:340px 232px;grid-auto-rows:232px}
  .live-card,.map-style-card{min-height:340px}
}
@media(max-width:640px){
  .capability-grid{grid-auto-rows:auto}
  .live-card{min-height:342px}
}

/* Dynamic Island atelier v2 — route telemetry becomes the visual narrative,
   while the three system states read as one restrained product composition. */
.live-card{
  background:
    radial-gradient(circle at 56% 96%,rgba(29,113,255,.12),transparent 34%),
    radial-gradient(circle at 92% 64%,rgba(110,90,239,.09),transparent 27%),
    linear-gradient(150deg,#13161b 0%,#080a0e 54%,#050608 100%);
}
.live-card::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.24;
  background-image:radial-gradient(circle,rgba(255,255,255,.16) .55px,transparent .75px);
  background-size:15px 15px;
  mask-image:linear-gradient(to bottom,transparent 30%,#000 72%,transparent 100%);
}
.dynamic-island-showcase{height:174px;bottom:13px}
.dynamic-island-showcase::after{
  content:"";position:absolute;left:18px;right:18px;top:22px;height:1px;opacity:.34;
  background:linear-gradient(90deg,rgba(84,214,255,.5),rgba(255,255,255,.08) 28%,rgba(255,255,255,.08) 72%,rgba(169,146,255,.5));
}
.island-ambient{opacity:.2;filter:blur(30px)}
.island-ambient-cyan{left:11%;bottom:5px;width:160px;height:90px}
.island-ambient-violet{right:9%;bottom:2px;width:150px;height:88px}
.island-state{border-color:rgba(255,255,255,.12);background:#020304}
.island-compact{
  z-index:3;left:8px;top:0;width:148px;height:43px;padding:0 14px 0 11px;gap:8px;
  border-radius:24px;transform:none;
  background:linear-gradient(105deg,#030405 0%,#080a0d 58%,#030405 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 28px rgba(0,0,0,.4),0 0 0 1px rgba(84,214,255,.035)
}
.island-location-mark{flex:0 0 24px;color:#54d6ff}
.compact-live-pulse{width:4px;height:4px;margin-left:auto;border-radius:50%;background:#32d583;box-shadow:0 0 0 4px rgba(50,213,131,.08),0 0 11px rgba(50,213,131,.48)}
.island-compact strong{font-size:12px;color:#f5f7fa;letter-spacing:.025em}
.island-minimal{
  z-index:3;right:8px;top:0;width:43px;height:43px;transform:none;overflow:visible;
  color:#a992ff;background:radial-gradient(circle at 48% 42%,#0c0f15,#020304 68%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 28px rgba(0,0,0,.42),0 0 0 1px rgba(169,146,255,.05)
}
.island-minimal svg{position:relative;z-index:2;width:16px;height:16px;color:#f7f8fa}
.minimal-orbit{position:absolute;inset:-5px;border:1px solid rgba(169,146,255,.13);border-radius:50%;transform:rotate(-25deg)}
.minimal-orbit::after{content:"";position:absolute;right:2px;top:3px;width:3px;height:3px;border-radius:50%;background:#a992ff;box-shadow:0 0 8px rgba(169,146,255,.8)}
.island-expanded{
  width:min(100%,360px);height:118px;bottom:0;overflow:hidden;
  border-radius:35px 35px 39px 39px;
  border-color:rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 50% -15%,rgba(255,255,255,.06),transparent 34%),
    linear-gradient(148deg,#040506 0%,#000 52%,#040506 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(255,255,255,.035),0 18px 40px rgba(0,0,0,.48)
}
.island-expanded-edge{position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(112deg,rgba(84,214,255,.075),transparent 20%,transparent 78%,rgba(169,146,255,.07));mix-blend-mode:screen}
.island-hardware{z-index:4;top:9px;width:90px;height:27px;background:#000;border:1px solid rgba(255,255,255,.035);box-shadow:0 5px 14px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.025)}
.island-hardware i{background:linear-gradient(180deg,#0c0d10,#060709)}
.island-expanded-stat{z-index:3;top:12px;width:92px;gap:4px}
.island-expanded-distance{left:16px}.island-expanded-altitude{right:16px}
.island-expanded-stat>span{gap:4px;color:#818995}
.island-expanded-stat small{font-size:7.5px;font-weight:780;letter-spacing:.07em}
.island-expanded-stat strong{font-size:17px;font-weight:720;letter-spacing:-.02em}
.island-expanded-stat em{font-size:8px;color:#717986}
.island-route-signal{position:absolute;z-index:1;inset:0;width:100%;height:100%;overflow:visible}
.island-route-shadow,.island-route-line{fill:none;stroke-linecap:round;stroke-linejoin:round}
.island-route-shadow{stroke:#32d583;stroke-width:8;opacity:.08;filter:blur(4px)}
.island-route-line{stroke:url(#islandRouteGlow);stroke-width:1.35;opacity:.86;stroke-dasharray:2 3}
.island-route-origin{fill:#071319;stroke:#54d6ff;stroke-width:1.4}
.island-route-head{fill:#32d583;stroke:#07130d;stroke-width:1.6;filter:drop-shadow(0 0 5px rgba(50,213,131,.85))}
.island-expanded-timer{z-index:3;bottom:13px;gap:7px;padding:5px 11px 5px 8px;border-radius:16px;background:rgba(5,7,8,.72);box-shadow:0 0 0 1px rgba(255,255,255,.025);backdrop-filter:blur(5px)}
.island-expanded-timer svg{width:12px;height:12px;stroke-width:2;color:#32d583}
.island-expanded-timer strong{font-size:21px;font-weight:700;letter-spacing:-.02em}
@media(max-width:420px){
  .dynamic-island-showcase{height:164px;bottom:10px}
  .island-expanded{width:min(100%,336px);height:114px}
  .island-expanded-stat{width:82px}.island-expanded-stat strong{font-size:15px}
  .island-expanded-timer strong{font-size:19px}
}
@media(prefers-reduced-motion:no-preference){
  .live-card.is-visible .island-route-line{animation:islandRouteTravel 8s linear infinite}
  .live-card.is-visible .island-route-head{animation:islandRouteBeacon 2.4s ease-in-out infinite}
  .live-card.is-visible .minimal-orbit{animation:islandOrbit 9s linear infinite}
}
@keyframes islandRouteTravel{to{stroke-dashoffset:-30}}
@keyframes islandRouteBeacon{0%,100%{opacity:.7}50%{opacity:1;filter:drop-shadow(0 0 8px rgba(50,213,131,1))}}
@keyframes islandOrbit{to{transform:rotate(335deg)}}
@media(min-width:921px){
  .capability-grid{grid-template-rows:370px 232px}
  .live-card,.map-style-card{min-height:370px}
}

/* Workflow sequence: reveal each complete step in order and keep the progress line synchronized. */
.workflow-step .step-index{
  left:50%;
  right:auto;
  top:88px;
  transform:translateX(-50%);
  z-index:3;
  padding-inline:4px;
  background:#fff;
  text-align:center;
}

.advanced-motion .workflow-step{
  opacity:0;
  transform:translateY(22px) scale(.98);
  transition-property:opacity,transform,box-shadow,border-color;
  transition-duration:.52s,.72s,.3s,.3s;
  transition-timing-function:ease,cubic-bezier(.22,1,.36,1),ease,ease;
  transition-delay:0s;
}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step{
  opacity:1;
  transform:none;
}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(1){transition-delay:.12s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(2){transition-delay:.72s}
.advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(3){transition-delay:1.32s}
.advanced-motion .workflow-grid::before{
  transition-duration:1.5s;
  transition-delay:.34s;
  transition-timing-function:cubic-bezier(.65,0,.35,1);
}

@media(max-width:640px){
  .workflow-step .step-index{
    display:block;
    left:32px;
    right:auto;
    top:70px;
    transform:translateX(-50%);
  }
  .advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(1){transition-delay:.1s}
  .advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(2){transition-delay:.62s}
  .advanced-motion .workflow-section.workflow-sequence-visible .workflow-step:nth-child(3){transition-delay:1.14s}
  .advanced-motion .workflow-grid::before{transition-duration:1.35s;transition-delay:.28s}
}

@media(prefers-reduced-motion:reduce){
  .workflow-step{opacity:1!important;transform:none!important;transition:none!important}
  .workflow-grid::before{transform:none!important;transition:none!important}
}

/* Real in-app map imagery for the map-style capability card. */
.map-style-card{
  background:
    radial-gradient(circle at 86% 12%,rgba(10,132,255,.12),transparent 34%),
    linear-gradient(145deg,#f8fafc,#edf3f6 72%);
}
.map-style-showcase{
  position:absolute;
  z-index:2;
  left:26px;
  right:26px;
  top:174px;
  bottom:18px;
  min-height:174px;
}
.map-style-viewport{
  position:absolute;
  inset:0;
  overflow:hidden;
  border:4px solid rgba(255,255,255,.96);
  border-radius:24px;
  background:#dce6eb;
  box-shadow:0 22px 48px rgba(27,43,55,.22),0 1px 0 rgba(255,255,255,.8) inset;
}
.map-style-viewport img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 45%;
  transform:scale(1.002);
  transition:opacity .22s ease,transform .55s cubic-bezier(.22,1,.36,1);
}
.map-style-viewport img.is-switching{opacity:.18;transform:scale(1.025)}
.map-style-image-shade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(3,8,13,.04) 25%,rgba(3,8,13,.54) 100%);
}
.map-style-meta{
  position:absolute;
  left:18px;
  bottom:60px;
  display:grid;
  gap:2px;
  color:#fff;
  text-shadow:0 1px 8px rgba(0,0,0,.48);
}
.map-style-meta small{font-size:9px;font-weight:750;letter-spacing:.08em;opacity:.72}
.map-style-meta strong{font-size:18px;letter-spacing:-.025em}
.map-style-tabs{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:5px;
  padding:5px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:16px;
  background:rgba(9,15,20,.63);
  box-shadow:0 10px 28px rgba(0,0,0,.2);
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
}
.map-style-tab{
  min-width:0;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 8px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:rgba(255,255,255,.7);
  font:inherit;
  font-size:10px;
  font-weight:760;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.map-style-tab:hover{color:#fff;background:rgba(255,255,255,.1)}
.map-style-tab.is-active{color:#111318;background:rgba(255,255,255,.94);box-shadow:0 5px 15px rgba(0,0,0,.17)}
.map-style-tab:active{transform:scale(.97)}
.map-style-tab:focus-visible{outline:2px solid #fff;outline-offset:2px}
.map-style-swatch{width:8px;height:8px;flex:0 0 auto;border:1px solid rgba(255,255,255,.65);border-radius:50%}
.swatch-simplified{background:#b6d3d8}
.swatch-grid{background:linear-gradient(135deg,#d9eff0 0 58%,#ff453a 59%)}
.swatch-standard{background:#273544}
.swatch-satellite{background:#5f7f4d}
.map-style-tab.is-active .map-style-swatch{border-color:rgba(17,19,24,.18)}

@media(max-width:920px){
  .map-style-showcase{top:174px}
}
@media(max-width:640px){
  .map-style-card{grid-column:1/-1;min-height:390px}
  .map-style-showcase{left:14px;right:14px;top:174px;bottom:14px;min-height:182px}
  .map-style-viewport{border-width:3px;border-radius:20px}
  .map-style-tabs{left:8px;right:8px;bottom:8px;gap:3px;padding:4px}
  .map-style-tab{gap:4px;padding-inline:4px;font-size:9px}
  .map-style-meta{left:15px;bottom:55px}
}
@media(prefers-reduced-motion:reduce){
  .map-style-viewport img,.map-style-tab{transition:none!important}
}

/* Simplified-map deck: five real styles form a calm, evenly stepped stack.
   Hover brings a card to the front; click/touch and keyboard remain available. */
.map-style-showcase{left:10px;right:10px;top:156px;bottom:8px;min-height:206px}
.map-style-deck{
  position:absolute;
  inset:20px 0 0;
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  pointer-events:none;
}
.map-style-visual{
  --deck-x:0px;
  --deck-bottom:2px;
  position:absolute;
  left:calc(50% + var(--deck-x));
  bottom:var(--deck-bottom);
  width:min(44%,232px);
  height:166px;
  min-height:0;
  display:block;
  padding:0;
  overflow:hidden;
  border:4px solid rgba(255,255,255,.97);
  border-radius:20px;
  color:#fff;
  background:#dce6eb;
  box-shadow:0 16px 34px rgba(31,46,55,.2);
  transform:translateX(-50%);
  transform-origin:50% 100%;
  transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,filter .3s ease;
}
.map-style-visual:nth-child(1){--deck-x:-134px;--deck-bottom:32px;z-index:1}
.map-style-visual:nth-child(2){--deck-x:-67px;--deck-bottom:24px;z-index:2}
.map-style-visual:nth-child(3){--deck-x:0px;--deck-bottom:16px;z-index:3}
.map-style-visual:nth-child(4){--deck-x:67px;--deck-bottom:8px;z-index:4}
.map-style-visual:nth-child(5){--deck-x:134px;--deck-bottom:0px;z-index:5}
.map-style-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.map-style-accessible-name{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.map-style-visual.is-active{z-index:20;color:#fff;background:#dce6eb;box-shadow:0 24px 48px rgba(27,43,55,.3);transform:translateX(-50%)}
.map-style-visual.is-active img{transform:scale(1.035)}
.map-style-hit-zones{position:absolute;z-index:40;inset:26px 0 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.map-style-hit-zone{position:relative;min-width:0;border:0;border-radius:14px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}
.map-style-hit-zone::after{content:"";position:absolute;left:50%;bottom:-2px;width:5px;height:5px;border-radius:99px;background:rgba(92,100,112,.3);transform:translateX(-50%);transition:width .25s ease,background .25s ease}
.map-style-hit-zone:hover{background:linear-gradient(180deg,transparent 74%,rgba(10,132,255,.045))}
.map-style-hit-zone.is-active::after{width:18px;background:#0a84ff}
.map-style-hit-zone:focus-visible{outline:2px solid #0a84ff;outline-offset:-4px}

@media(min-width:921px){
  .capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:370px 232px;grid-auto-rows:232px}
  .live-card,.map-style-card{min-height:370px}
  .map-style-card{grid-row:auto}
  .cloud-card{grid-column:auto;min-height:232px}
}

@media(min-width:641px) and (max-width:920px){
  .map-style-card{min-height:420px}
  .map-style-showcase{top:158px;bottom:12px}
}

@media(max-width:640px){
  .map-style-card{min-height:414px}
  .map-style-showcase{left:4px;right:4px;top:156px;bottom:8px;min-height:226px}
  .map-style-deck{left:0;right:0;bottom:0;overflow:visible}
  .map-style-hit-zones{left:0;right:0;bottom:0}
  .map-style-visual{width:150px;height:126px;border-width:3px;border-radius:16px}
  .map-style-visual:nth-child(1){--deck-x:-84px}
  .map-style-visual:nth-child(2){--deck-x:-42px}
  .map-style-visual:nth-child(3){--deck-x:0px}
  .map-style-visual:nth-child(4){--deck-x:42px}
  .map-style-visual:nth-child(5){--deck-x:84px}
}

@media(prefers-reduced-motion:reduce){
  .map-style-visual,.map-style-visual img,.map-style-hit-zone::after{transition:none!important}
}
/* Privacy confidence section: keep the assurance and policy link visually distinct. */
.privacy-copy .text-link{min-height:44px;align-items:center;padding-bottom:0}
.advanced-motion .privacy-promise{display:block}
@media (min-width:721px){.confidence-grid p{font-size:15px}}
@media (min-width:721px){
  html[lang="zh-CN"] .privacy-copy h2{font-size:clamp(40px,3.5vw,46px)}
}
@media (max-width:720px){
  .confidence-grid p{font-size:13px}
}

/* Final cloud illustration sizing: keep these after all responsive legacy rules. */
.cloud-card{background:radial-gradient(circle at 52% 83%,rgba(10,132,255,.12),transparent 30%),linear-gradient(145deg,#eaf5ff,#f8fbff)}
.cloud-orbit{bottom:18px;width:272px;height:126px;border-color:rgba(10,132,255,.2);box-shadow:inset 0 0 46px rgba(10,132,255,.035)}
.cloud-core{top:54%;display:flex;align-items:center;justify-content:center;gap:7px;width:118px;height:62px;border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.94)}
.cloud-core svg{width:30px;height:23px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.cloud-core b{font-size:14px;font-weight:780;letter-spacing:-.02em}
.cloud-device{position:absolute;display:block;color:#293744;filter:drop-shadow(0 10px 12px rgba(25,59,87,.18))}
.cloud-device svg{display:block;width:100%;height:100%;overflow:visible;fill:#eef3f7;stroke:#fff;stroke-width:4;stroke-linejoin:round}
.cloud-device .device-screen-fill{fill:#18232d;stroke:none}.cloud-device .device-detail{fill:#52606c;stroke:#52606c;stroke-width:1.5;stroke-linecap:round}
.cloud-orbit .device-one{left:8px;top:50px;width:34px;height:58px}
.cloud-orbit .device-two{right:8px;top:47px;width:42px;height:56px;transform:rotate(5deg) scale(.82)}
.cloud-orbit .device-three{left:50%!important;top:-18px;width:70px!important;height:47px!important;transform:translateX(-50%) scale(.82)}
@keyframes deviceOrbitOne{0%,100%{transform:translate(0,0) scale(.82)}50%{transform:translate(6px,-8px) scale(.86)}}
@keyframes deviceOrbitTwo{0%,100%{transform:rotate(5deg) translate(0,0) scale(.82)}50%{transform:rotate(2deg) translate(-7px,7px) scale(.86)}}
@keyframes deviceOrbitThree{0%,100%{transform:translateX(-50%) translate(0,0) scale(.82)}50%{transform:translateX(-50%) translate(-5px,7px) scale(.86)}}
@media(max-width:640px){
  .cloud-orbit{width:178px;height:86px;bottom:13px}.cloud-core{width:78px;height:44px;gap:4px}.cloud-core svg{width:21px;height:17px}.cloud-core b{font-size:11px}
  .cloud-orbit .device-one{left:3px;top:36px;width:27px;height:46px}.cloud-orbit .device-two{right:2px;top:34px;width:32px;height:44px}.cloud-orbit .device-three{top:-13px;width:54px!important;height:36px!important}
}

/* ============================================================
   Visual Quality Enhancement — 2026-07-29
   Refined elevation, glass, micro-interactions & surface texture
   ============================================================ */

/* Refined text selection with brand accent */
::selection{background:rgba(10,132,255,.16);color:#0a84ff;text-shadow:none}
::-moz-selection{background:rgba(10,132,255,.16);color:#0a84ff}

/* Premium scrollbar */
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:rgba(140,150,165,.32);border-radius:99px;border:3px solid transparent;background-clip:content-box}
::-webkit-scrollbar-thumb:hover{background:rgba(120,132,150,.48);background-clip:content-box;border:3px solid transparent}

/* High-DPI image rendering */
img{image-rendering:auto;image-rendering:-webkit-optimize-contrast}

/* Global focus-visible ring for keyboard accessibility */
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:8px}
.desktop-nav a:focus-visible,.nav-cta:focus-visible{box-shadow:0 0 0 3px rgba(10,132,255,.3);border-radius:99px}

/* Eyebrow refinement */
.eyebrow{transition:opacity .4s ease}

/* Trust icon surface lift */
.trust-icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 2px 6px rgba(25,38,52,.05)}
.source-icon,.location-icon,.footprint-icon,.insight-data-icon{box-shadow:inset 0 0 0 1px #dce2ea,inset 0 1px 0 rgba(255,255,255,.6),0 2px 5px rgba(25,38,52,.04)}

/* Step icon refined surface */
.step-icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 6px 14px rgba(25,38,52,.06)}

/* Workflow example icon surface */
.example-icon{box-shadow:0 8px 20px rgba(35,50,66,.08),inset 0 1px 0 rgba(255,255,255,.7),0 1px 2px rgba(35,50,66,.05)}

/* Confidence grid separator refinement */
.confidence-grid article{transition:background-color .3s ease}
.confidence-grid article:hover{background:rgba(50,213,131,.03)}

/* Product outcome card hover */
.product-outcome-grid article{transition:background-color .3s ease,transform .3s ease}
.product-outcome-grid article:hover{background:rgba(10,132,255,.025)}
.product-outcome-grid article>span{box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 2px 5px rgba(25,38,52,.04);transition:transform .3s ease,border-color .3s ease}
.product-outcome-grid article:hover>span{transform:scale(1.08);border-color:#bcd5f0}

/* Source format selector button refinement */
.source-format-selector button{transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s ease,color .2s ease,border-color .2s ease}
.source-format-selector button:active{transform:scale(.95)}

/* Map style tab refined active glow */
.map-style-tab.is-active{box-shadow:0 5px 15px rgba(0,0,0,.17),inset 0 1px 0 rgba(255,255,255,.6)}

/* Download facts list mark glow */
.download-facts li::before{filter:drop-shadow(0 0 4px rgba(102,227,164,.4))}

/* Hero lead refined weight balance */
.hero-lead{font-feature-settings:"kern" 1,"liga" 1}

/* Section heading title kerning */
.section-heading h2,.privacy-copy h2,.download h2,.faq-heading h2{font-feature-settings:"kern" 1,"liga" 1,"ss01" 1}

/* Smooth color transition on interactive text */
.desktop-nav a,.footer-links a,.faq-list summary,.text-link{transition-duration:.22s}

/* App store link refined hover glow */
.app-store-link{transition:transform .28s cubic-bezier(.22,1,.36,1),filter .28s ease}
.app-store-link:hover{transform:translateY(-3px) scale(1.01);filter:drop-shadow(0 8px 16px rgba(25,38,52,.12))}

/* Launch price card refined inner light */
.launch-price::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.5),transparent 50%);pointer-events:none;opacity:.6}

/* Route source tab active glow */
.route-source-tab.is-active{box-shadow:0 14px 32px rgba(42,72,109,.1),inset 0 1px 0 rgba(255,255,255,.8),0 0 0 1px rgba(10,132,255,.06)}

/* Reduced motion: keep transitions snappy */
@media(prefers-reduced-motion:reduce){
  ::-webkit-scrollbar-thumb{transition:none}
  .product-outcome-grid article,.confidence-grid article{transition:none}
}

