:root {
  --yellow: #ffd400;
  --yellow-soft: #ffe66a;
  --ink: #0a0d12;
  --navy: #10151d;
  --navy-2: #171d27;
  --paper: #f3f1ea;
  --paper-2: #e7e5dd;
  --white: #fff;
  --muted: #6c727c;
  --line: rgba(11, 14, 19, .14);
  --radius: 24px;
  --container: 1180px;
  --header: 76px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", sans-serif; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open::before { content: ""; position: fixed; inset: 0; z-index: 999; background: #080b0f; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
em { color: var(--yellow); font-style: normal; }
h1, h2, h3 { text-wrap: balance; word-break: keep-all; }
p { text-wrap: pretty; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.centered { text-align: center; }
.mobile-only { display: none; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); border-radius: 8px; color: var(--ink); background: var(--yellow); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #1473e6; outline-offset: 4px; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; padding-top: env(safe-area-inset-top); color: #fff; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.menu-open { background: rgba(8, 11, 15, .94); border-color: rgba(255,255,255,.1); box-shadow: 0 12px 30px rgba(0,0,0,.16); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.site-header.menu-open { background: #080b0f; -webkit-backdrop-filter: none; backdrop-filter: none; }
.header-inner { width: min(calc(100% - 40px), 1360px); min-height: var(--header); margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 700; }
.desktop-nav a { padding: 10px 0; color: rgba(255,255,255,.78); transition: color .2s; }
.desktop-nav a:hover { color: var(--yellow); }
.header-cta { min-height: 46px; padding: 11px 20px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: 14px; font-weight: 900; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: var(--yellow-soft); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: calc(var(--header) + env(safe-area-inset-top)) 0 0; z-index: 1001; width: 100vw; height: calc(100dvh - var(--header) - env(safe-area-inset-top)); min-height: calc(100vh - var(--header)); padding: 28px 24px calc(100px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: #080b0f; isolation: isolate; }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu a { position: relative; display: block; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; font-size: 18px; font-weight: 700; }
.mobile-menu .button { margin-top: 24px; border: 0; color: var(--ink); text-align: center; }

.hero { position: relative; width: 100%; min-height: max(920px, 100svh); height: auto; padding: calc(var(--header) + 42px) 0 70px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,12,.88) 0%, rgba(5,8,12,.68) 30%, rgba(5,8,12,.2) 50%, rgba(5,8,12,.04) 64%, transparent 76%), linear-gradient(0deg, rgba(5,8,12,.58), transparent 32%); }
.hero-grid { position: relative; z-index: 2; min-width: 0; padding-top: 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 72px; }
.hero-copy { min-width: 0; max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #525965; font-family: Inter, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .19em; }
.eyebrow span { width: 34px; height: 2px; background: var(--yellow); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.hero h1 { margin: 0; font-size: clamp(44px, 5.3vw, 78px); line-height: 1.18; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; }
.hero-lead { max-width: 620px; margin: 28px 0 22px; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.4vw, 19px); font-weight: 500; line-height: 1.9; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.hero-proof span { position: relative; padding: 7px 12px 7px 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; background: rgba(7,9,13,.45); }
.hero-proof span::before { content: ""; position: absolute; top: 50%; left: 11px; width: 7px; height: 7px; transform: translateY(-50%); border-radius: 50%; background: var(--yellow); }
.hero-news { width: fit-content; min-height: 42px; margin: -10px 0 22px; padding: 7px 11px 7px 8px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(8,11,15,.46); font-size: 12px; font-weight: 700; transition: border-color .2s, background .2s, transform .2s; }
.hero-news:hover { transform: translateY(-2px); border-color: rgba(255,212,0,.5); background: rgba(8,11,15,.72); }
.hero-news b { padding: 5px 9px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-family: Inter, sans-serif; font-size: 9px; letter-spacing: .1em; }
.hero-news i { color: var(--yellow); font-style: normal; }
.button { min-height: 54px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; font-size: 15px; font-weight: 900; line-height: 1.4; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 14px 34px rgba(255,212,0,.18); }
.button-yellow:hover { background: var(--yellow-soft); box-shadow: 0 18px 40px rgba(255,212,0,.26); }
.button-dark { color: #fff; background: var(--ink); }
.button-large { min-height: 62px; padding-inline: 30px; }
.store-row { display: flex; align-items: center; gap: 12px; }
.hero-stores { margin-top: 22px; }
.store-link { display: block; border-radius: 8px; transition: transform .2s, opacity .2s; }
.store-link:hover { transform: translateY(-2px); opacity: .9; }
.store-link img { width: auto; height: 46px; }
.hero-qr { display: flex; align-items: center; gap: 9px; padding-left: 8px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; line-height: 1.5; }
.hero-qr img { width: 62px; height: 62px; padding: 3px; border-radius: 5px; background: #fff; }
.hero-product { position: relative; min-width: 0; min-height: 670px; display: grid; place-items: center; }
.phone { position: relative; width: min(310px, 100%); aspect-ratio: 1170 / 2532; overflow: hidden; border: 9px solid #171a20; border-radius: 46px; background: #15171b; box-shadow: var(--shadow); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 36px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.phone > img { width: 100%; height: 100%; object-fit: cover; }
.phone-hero { width: min(350px, 80%); transform: perspective(1200px) rotateY(-8deg) rotateX(2deg) rotate(2deg); border-width: 10px; }
.phone-speaker { position: absolute; z-index: 2; top: 16px; left: 50%; width: 34%; height: 23px; transform: translateX(-50%); border-radius: 999px; background: #08090b; }
.live-card { position: absolute; z-index: 3; min-width: 190px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(10,13,18,.86); box-shadow: 0 15px 40px rgba(0,0,0,.28); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.live-card b, .live-card span { display: block; }
.live-card b { color: #fff; font-size: 13px; }
.live-card span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 10px; }
.live-card i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #2dd676; box-shadow: 0 0 0 5px rgba(45,214,118,.14); }
.live-card-members { top: 24%; left: -3%; }
.live-card-sync { right: -2%; bottom: 22%; border-color: rgba(255,212,0,.36); }
.live-card-sync b { color: var(--yellow); }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: rgba(255,255,255,.6); font-family: Inter, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.hero-scroll span { width: 48px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.hero-scroll span::after { content: ""; display: block; width: 50%; height: 100%; background: var(--yellow); animation: slide 2s ease-in-out infinite; }
.hero-route { position: absolute; z-index: 1; right: -4%; bottom: 6%; width: 52%; height: 40%; opacity: .7; pointer-events: none; }
.hero-route span { position: absolute; inset: 30% 0 auto 0; height: 4px; transform: rotate(-8deg); background: linear-gradient(90deg, transparent, var(--yellow), transparent); filter: drop-shadow(0 0 9px rgba(255,212,0,.7)); }
.hero-route i { position: absolute; width: 9px; height: 9px; border: 2px solid var(--yellow); border-radius: 50%; background: var(--ink); }
.hero-route i:nth-of-type(1) { left: 20%; top: 34%; }.hero-route i:nth-of-type(2) { left: 51%; top: 27%; }.hero-route i:nth-of-type(3) { left: 80%; top: 19%; }

.section-heading { max-width: 760px; margin-bottom: 64px; }
.section-heading.centered { margin-inline: auto; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.3vw, 60px); line-height: 1.3; letter-spacing: -.05em; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 16px; }
.problems { background: #f0eee7; }
.problem-heading { margin-bottom: 54px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; gap: 70px; }
.problem-heading h2 { max-width: 800px; margin: 0; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.3; letter-spacing: -.05em; }
.problem-heading > p { max-width: 400px; margin: 0 0 8px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.problem-card { min-height: 300px; display: grid; grid-template-columns: minmax(190px, .9fr) minmax(220px, 1.1fr); overflow: hidden; border: 1px solid rgba(11,14,19,.1); border-radius: 26px; background: rgba(255,255,255,.74); box-shadow: 0 18px 50px rgba(41,39,33,.06); }
.problem-visual { position: relative; min-height: 100%; display: grid; place-items: center; overflow: hidden; background: #e3e1d9; }
.problem-visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(11,14,19,.07); border-radius: 18px; }
.problem-copy { align-self: center; padding: 34px; }
.problem-no { color: #8d928e; font-family: Inter, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.problem-card h3 { margin: 14px 0 10px; font-size: 23px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }
.traffic-signal { position: relative; z-index: 2; width: 142px; height: 58px; padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; border: 5px solid var(--ink); border-radius: 999px; background: #292d31; box-shadow: 0 12px 24px rgba(0,0,0,.13); }
.traffic-signal i { width: 26px; height: 26px; border-radius: 50%; background: #d5d4ce; box-shadow: inset 0 2px 5px rgba(0,0,0,.24); }
.traffic-signal i:first-child { background: #e3483f; }.traffic-signal i:nth-child(2) { background: var(--yellow); }.traffic-signal i:last-child { background: #4ebd76; }
.split-mark { position: absolute; z-index: 3; right: 32px; bottom: 45px; width: 54px; height: 22px; border-top: 3px dashed rgba(11,14,19,.35); transform: rotate(-18deg); }
.route-mismatch svg { position: relative; z-index: 2; width: 82%; }
.route-mismatch path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-mismatch .route-one { stroke: var(--yellow); stroke-width: 7; }.route-mismatch .route-two { stroke: var(--ink); stroke-width: 3; stroke-dasharray: 7 7; opacity: .58; }.route-mismatch circle { fill: var(--ink); }.route-mismatch .goal { stroke: var(--ink); stroke-width: 4; }
.message-visual { align-content: center; gap: 9px; }
.message-visual span { position: relative; z-index: 2; min-width: 110px; padding: 9px 20px; border-radius: 999px; color: var(--ink); background: #fff; box-shadow: 0 9px 20px rgba(0,0,0,.08); font-size: 12px; font-weight: 800; text-align: center; }
.message-visual span:nth-child(2) { transform: translateX(22px); background: var(--yellow); }.message-visual span:nth-child(3) { transform: translateX(-16px); color: #fff; background: #30353b; }
.restriction-visual { align-content: center; gap: 16px; }
.restriction-visual > div { position: relative; z-index: 2; width: 112px; height: 112px; display: grid; place-items: center; border: 9px solid #e34b42; border-radius: 50%; color: var(--ink); background: #f7f5ee; font-family: Inter, sans-serif; font-size: 15px; font-weight: 900; }
.restriction-visual > div i { position: absolute; width: 116px; height: 9px; transform: rotate(-45deg); border-radius: 9px; background: #e34b42; }
.restriction-visual b { position: relative; z-index: 2; font-family: Inter, sans-serif; font-size: 10px; letter-spacing: .16em; }

.value { color: var(--ink); background: #fff; }
.value .section-heading { margin-bottom: 110px; }
.value .section-heading > p:not(.eyebrow) { margin-left: 0; color: var(--muted); }
.feature-split { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; margin-bottom: 140px; }
.feature-split:last-child { margin-bottom: 0; }
.feature-split.reverse .feature-media { order: 2; }.feature-split.reverse .feature-copy { order: 1; }
.feature-media { position: relative; min-height: 650px; display: grid; place-items: center; border: 1px solid rgba(11,14,19,.08); border-radius: 40px; background: radial-gradient(circle at 50% 32%, rgba(255,212,0,.28), transparent 44%), #e9eceb; overflow: hidden; }
.feature-media::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(11,14,19,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(11,14,19,.025), 0 0 0 140px rgba(11,14,19,.016); }
.feature-media .phone { width: 285px; }
.feature-copy { max-width: 500px; }
.feature-index { color: var(--yellow); font-family: Inter, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.feature-copy h3 { margin: 20px 0; font-size: clamp(34px, 3.6vw, 54px); line-height: 1.3; letter-spacing: -.05em; }
.feature-copy > p { color: var(--muted); font-size: 17px; }
.feature-copy small { display: block; margin-top: 18px; color: #8b9199; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); color: #252a31; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.member-pin { position: absolute; z-index: 4; width: 45px; height: 45px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); color: #fff; background: #e23838; box-shadow: 0 10px 22px rgba(0,0,0,.4); font-family: Inter, sans-serif; font-size: 9px; font-weight: 800; }
.member-pin::before { content: attr(class); display: none; }.member-pin { color: transparent; }.member-pin::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.pin-a { top: 24%; left: 21%; background: var(--yellow); }.pin-b { top: 48%; right: 18%; }.pin-c { right: 28%; bottom: 17%; background: #3478e5; }

.sync-section { padding: 130px 0; color: #fff; background: #080b10; }
.sync-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.sync-copy h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.25; letter-spacing: -.05em; }
.sync-copy > p:last-child { color: rgba(255,255,255,.56); }
.sync-visual { position: relative; min-height: 480px; display: grid; grid-template-columns: 1fr 1.35fr; align-items: center; gap: 100px; }
.sync-lines { position: absolute; inset: 8% 0 0; width: 100%; height: 84%; }
.sync-lines path { fill: none; stroke: var(--yellow); stroke-width: 3; stroke-dasharray: 10 9; opacity: .7; animation: routeDash 2.3s linear infinite; }
.mini-phone { position: relative; width: 118px; aspect-ratio: 1170 / 2532; overflow: hidden; border: 5px solid #292e38; border-radius: 21px; background: #111; box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.mini-phone img { width: 100%; height: 100%; object-fit: cover; }
.sync-host { position: relative; z-index: 2; display: grid; justify-items: center; gap: 12px; }
.sync-host .mini-phone { width: 150px; border-color: var(--yellow); }
.sync-host b, .sync-members b { color: rgba(255,255,255,.55); font-family: Inter, sans-serif; font-size: 9px; letter-spacing: .12em; }
.sync-members { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sync-members > div { position: relative; z-index: 1; display: grid; justify-items: center; gap: 11px; }

.unique { background: var(--paper); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(220px, auto); gap: 18px; }
.bento { grid-column: span 3; position: relative; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); }
.bento h3 { margin: 18px 0 10px; font-size: 23px; line-height: 1.4; }
.bento p { margin: 0; color: var(--muted); font-size: 14px; }
.bento-large { grid-column: span 7; min-height: 380px; padding: 45px; background: var(--yellow); }
.bento-large h3 { max-width: 600px; margin-top: 28px; font-size: clamp(30px, 3.2vw, 46px); letter-spacing: -.04em; }
.bento-large p { max-width: 570px; color: rgba(10,13,18,.68); font-size: 16px; }
.bento-tag { font-family: Inter, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.route-chips { position: absolute; right: 36px; bottom: 34px; left: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.route-chips span { padding: 10px 14px; border: 1px solid rgba(10,13,18,.18); border-radius: 10px; background: rgba(255,255,255,.48); font-size: 12px; font-weight: 700; }
.route-chips b { display: block; font-size: 10px; }
.bento-visual { grid-column: span 5; min-height: 380px; padding: 0; color: #fff; background: var(--navy); }
.bento-visual > img { position: absolute; top: -13%; right: -2%; width: 48%; transform: rotate(7deg); opacity: .86; }
.bento-visual > div { position: absolute; z-index: 2; bottom: 30px; left: 30px; width: 55%; }
.bento-visual p { color: rgba(255,255,255,.55); }
.bento-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: Inter, sans-serif; font-size: 20px; font-weight: 800; }
.bento-dark { color: #fff; background: var(--navy); }.bento-dark p { color: rgba(255,255,255,.56); }

.conquest { position: relative; overflow: hidden; background: #dfe8d9; }
.conquest::before { content: ""; position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(20,44,28,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(20,44,28,.025), 0 0 0 180px rgba(20,44,28,.018); }
.conquest-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.conquest-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; border-radius: 42px; background: #17281c; box-shadow: 0 28px 70px rgba(29,52,35,.16); }
.conquest-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg,rgba(255,255,255,.08),transparent 38%); pointer-events: none; }
.conquest-sun { position: absolute; top: 7%; right: 8%; width: 230px; height: 230px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 55px rgba(255,212,0,.06); }
.conquest-phone { z-index: 2; width: 295px; transform: rotate(-4deg); }
.conquest-stat { position: absolute; z-index: 3; right: 24px; bottom: 30px; min-width: 235px; padding: 16px 18px; border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.conquest-stat b, .conquest-stat span { display: block; }.conquest-stat b { font-size: 13px; }.conquest-stat span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.new-badge { display: inline-flex; margin-bottom: 16px; padding: 6px 11px; border-radius: 999px; color: #fff; background: #287c49; font-family: Inter, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.conquest-copy h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.3; letter-spacing: -.05em; }
.conquest-copy > p:not(.eyebrow) { margin: 24px 0; color: #56655a; font-size: 17px; }
.conquest-copy ul { margin: 26px 0 34px; padding: 0; list-style: none; }
.conquest-copy li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(20,44,28,.14); font-weight: 600; }
.conquest-copy li::before { content: "✓"; position: absolute; left: 0; color: #287c49; font-weight: 900; }
.conquest-actions { display: grid; justify-items: start; gap: 12px; }
.conquest-actions small { max-width: 470px; color: #647268; font-size: 11px; }

.story { background: var(--paper-2); }
.story-list { position: relative; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 71px; width: 1px; background: var(--line); }
.story-list li { min-height: 190px; display: grid; grid-template-columns: 110px 1fr 120px; align-items: center; gap: 30px; padding: 24px 30px 24px 0; border-bottom: 1px solid var(--line); }
.story-list li > span { position: relative; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; margin-left: 49px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-2); font-family: Inter, sans-serif; font-size: 11px; font-weight: 800; }
.story-list li > div b { color: #9197a0; font-family: Inter, sans-serif; font-size: 9px; letter-spacing: .16em; }
.story-list h3 { margin: 4px 0; font-size: 24px; }.story-list p { margin: 0; color: var(--muted); font-size: 14px; }
.story-list img { justify-self: end; width: 72px; height: 142px; object-fit: cover; object-position: top; border: 4px solid #22262d; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,.12); }

.memory { position: relative; min-height: 800px; padding: 130px 0; overflow: hidden; color: #fff; background: #0c1119; }
.memory-bg { position: absolute; inset: 0; background: radial-gradient(circle at 20% 35%, rgba(182,94,33,.32), transparent 34%), radial-gradient(circle at 70% 80%, rgba(255,212,0,.11), transparent 30%), linear-gradient(135deg,#1d1718,#0d1420 58%,#080b10); }
.memory-bg::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 70px 70px; -webkit-mask-image: linear-gradient(90deg,transparent,#000); mask-image: linear-gradient(90deg,transparent,#000); }
.memory-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.memory-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.3; letter-spacing: -.05em; }
.memory-copy > p:last-of-type { max-width: 590px; color: rgba(255,255,255,.6); font-size: 17px; }
.memory-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 40px; background: rgba(255,255,255,.14); }
.memory-features span { padding: 18px; background: #131923; font-size: 13px; font-weight: 700; }
.memory-features span::before { content: "＋"; margin-right: 8px; color: var(--yellow); }
.memory-phone { display: grid; justify-items: center; gap: 24px; }
.memory-phone .phone { width: 305px; transform: rotate(4deg); }
.memory-phone a { color: var(--yellow); font-size: 13px; font-weight: 700; }

.start { background: var(--yellow); }
.start .eyebrow { color: rgba(10,13,18,.6); }.start .eyebrow span { background: var(--ink); }
.start-grid { margin: 0 0 54px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(10,13,18,.22); border-left: 1px solid rgba(10,13,18,.22); }
.start-grid li { padding: 36px; border-right: 1px solid rgba(10,13,18,.22); border-bottom: 1px solid rgba(10,13,18,.22); }
.start-grid span { color: rgba(10,13,18,.46); font-family: Inter, sans-serif; font-size: 12px; font-weight: 800; }.start-grid h3 { margin: 48px 0 8px; font-size: 22px; }.start-grid p { margin: 0; color: rgba(10,13,18,.62); }

.pricing { background: var(--paper); }
.pricing-grid { max-width: 920px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.price-card.premium { color: #fff; background: var(--navy); }
.price-head > span { color: #8a909a; font-family: Inter, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.price-head h3 { margin: 8px 0 22px; font-size: 24px; }.price { margin: 0; line-height: 1; }.price b { font-family: Inter, sans-serif; font-size: 64px; letter-spacing: -.05em; }.price small { font-size: 13px; }.price-head > small { display: block; margin-top: 12px; color: #8b919a; }
.price-card ul { margin: 32px 0; padding: 0; list-style: none; }.price-card li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid var(--line); font-size: 14px; }.premium li { border-color: rgba(255,255,255,.1); }.price-card li::before { content: "✓"; position: absolute; left: 0; color: #1f9b5c; font-weight: 900; }.premium li::before { color: var(--yellow); }
.price-card .button { width: 100%; }.recommended { position: absolute; top: 0; right: 30px; padding: 8px 14px; transform: translateY(-50%); border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: 10px; font-weight: 900; }.price-note { margin: 0; color: rgba(255,255,255,.46); font-size: 11px; }

.trust { background: #fff; }
.trust-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.trust .section-heading { position: sticky; top: calc(var(--header) + 40px); align-self: start; margin: 0; }
.text-link { display: inline-block; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 42px 0; border-bottom: 1px solid var(--line); }.trust-list article > span { color: #9aa0a8; font-family: Inter, sans-serif; font-size: 11px; font-weight: 800; }.trust-list h3 { margin: 0 0 10px; font-size: 24px; }.trust-list p { margin: 0; color: var(--muted); }

.faq { background: var(--paper-2); }
.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; }
.faq .section-heading { position: sticky; top: calc(var(--header) + 40px); align-self: start; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 56px 28px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 10px; width: 18px; height: 2px; background: var(--ink); transition: transform .2s; }.faq-list summary::after { transform: rotate(90deg); }.faq-list details[open] summary::after { transform: rotate(0); }.faq-list details p { margin: -6px 50px 28px 0; color: var(--muted); font-size: 14px; }

.download { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.download > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.download-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,8,12,.92),rgba(5,8,12,.56) 55%,rgba(5,8,12,.22)), linear-gradient(0deg,rgba(5,8,12,.65),transparent); }
.download-content { position: relative; z-index: 2; }.download-content h2 { max-width: 780px; margin: 0; font-size: clamp(44px, 5.4vw, 74px); line-height: 1.25; letter-spacing: -.055em; }.download-content > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 18px; }.final-stores { margin-top: 34px; }.final-stores .store-link img { height: 58px; }

.site-footer { padding: 74px 0 24px; color: rgba(255,255,255,.64); background: #07090d; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1.2fr; gap: 60px; }.footer-brand { color: #fff; }.footer-grid > div:first-child p { font-size: 13px; }.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 12px; }.footer-grid > div > a:not(.brand) { display: block; padding: 5px 0; font-size: 12px; }.footer-grid > div > a:hover { color: var(--yellow); }.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.mobile-download { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes slide { 0% { transform: translateX(-100%); } 100% { transform: translateX(250%); } }
@keyframes routeDash { to { stroke-dashoffset: -38; } }

@media (max-width: 1100px) {
  :root { --container: 960px; }
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 28px; }
  .hero-product { min-height: 600px; }.phone-hero { width: 310px; }
  .live-card-members { left: 0; }.live-card-sync { right: 0; }
  .feature-split { gap: 60px; }.sync-grid { grid-template-columns: 1fr; }.sync-copy { max-width: 700px; }
  .bento { grid-column: span 6; }.bento-large, .bento-visual { grid-column: span 6; }
  .conquest-grid { gap: 54px; }
  .trust-grid, .faq-grid { gap: 56px; }
}

@media (max-width: 820px) {
  :root { --header: 68px; }
  .section { padding: 92px 0; }.container { width: min(calc(100% - 32px), var(--container)); }
  .desktop-nav, .header-cta { display: none; }.menu-button { display: block; margin-left: auto; }
  .hero { min-height: 820px; height: auto; padding: 110px 0 70px; }
  .hero-shade { background: linear-gradient(90deg,rgba(5,8,12,.96),rgba(5,8,12,.62)), linear-gradient(0deg,rgba(5,8,12,.88),transparent); }
  .hero-grid { padding-top: 20px; grid-template-columns: 1fr .72fr; gap: 24px; }.hero h1 { font-size: clamp(40px, 7vw, 58px); }.hero-product { min-height: 520px; }.phone-hero { width: 270px; }.live-card { display: none; }.hero-qr { display: none; }
  .problem-heading { grid-template-columns: 1fr; gap: 24px; }.problem-heading > p { max-width: 620px; }
  .problem-grid { grid-template-columns: 1fr; }.problem-card { grid-template-columns: minmax(220px,.8fr) 1.2fr; }
  .feature-split { min-height: 0; grid-template-columns: 1fr; gap: 50px; margin-bottom: 110px; }.feature-split.reverse .feature-media { order: initial; }.feature-split.reverse .feature-copy { order: initial; }.feature-media { min-height: 600px; }
  .sync-visual { min-height: 430px; gap: 60px; }.sync-members { gap: 8px; }.sync-members .mini-phone { width: 100px; }
  .bento-large, .bento-visual { grid-column: 1 / -1; }.bento { grid-column: span 6; }
  .conquest-grid { grid-template-columns: 1fr; }.conquest-visual { min-height: 580px; }.conquest-copy { max-width: 720px; }
  .memory-grid { gap: 40px; }.memory-phone .phone { width: 260px; }
  .trust-grid, .faq-grid { grid-template-columns: 1fr; }.trust .section-heading, .faq .section-heading { position: static; }.trust-list article { padding: 30px 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); font-size: 15px; }
  .section { padding: 78px 0; }.container { width: min(calc(100% - 28px), var(--container)); }.mobile-only { display: block; }
  .header-inner { width: calc(100% - 28px); }.brand { font-size: 18px; }.brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 0; padding: calc(var(--header) + 32px) 0 58px; }
  .hero-bg { object-position: 64% center; }.hero-shade { background: linear-gradient(180deg,rgba(5,8,12,.56),rgba(5,8,12,.74) 54%,rgba(5,8,12,.86) 100%); }
  .hero-grid { padding: 0; display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
  .hero-copy { display: flex; flex-direction: column; }.hero h1 { font-size: clamp(38px, 11vw, 51px); line-height: 1.2; }.hero-lead { margin: 20px 0 15px; font-size: 14px; line-height: 1.75; }.hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 18px; }.hero-proof span { padding: 5px 9px 5px 22px; font-size: 10px; white-space: nowrap; }.hero-news { width: 100%; margin: -4px 0 16px; justify-content: flex-start; }.hero-news i { margin-left: auto; }.hero-main-cta { display: none; }.hero-stores { order: 5; justify-content: center; margin-top: 16px; }.store-link img { height: 42px; }
  .hero-product { min-height: 430px; }.phone-hero { width: 215px; transform: rotate(2deg); border-width: 7px; border-radius: 34px; }.phone-speaker { top: 10px; height: 16px; }.hero-route, .hero-scroll { display: none; }
  .eyebrow { margin-bottom: 14px; font-size: 9px; }.eyebrow span { width: 24px; }.section-heading { margin-bottom: 44px; }.section-heading h2 { font-size: 34px; }.section-heading > p:not(.eyebrow) { font-size: 14px; }
  .value .section-heading h2, .story .section-heading h2, .pricing .section-heading h2 { font-size: 32px; line-height: 1.35; }
  .problem-heading { margin-bottom: 34px; }.problem-heading h2 { font-size: clamp(30px, 8.7vw, 34px); }.problem-heading > p { font-size: 13px; }.problem-grid { grid-template-columns: 1fr; gap: 12px; }.problem-card { min-height: 200px; grid-template-columns: 132px 1fr; }.problem-visual { min-height: 200px; }.problem-visual::after { inset: 12px; border-radius: 14px; }.problem-copy { padding: 22px 18px; }.problem-card h3 { margin: 10px 0 7px; font-size: 18px; }.problem-card p { font-size: 12px; }.traffic-signal { transform: scale(.75); }.split-mark { right: 14px; bottom: 39px; transform: scale(.7) rotate(-18deg); }.route-mismatch svg { width: 95%; }.message-visual span { min-width: 88px; padding: 7px 12px; font-size: 10px; }.message-visual span:nth-child(2) { transform: translateX(10px); }.message-visual span:nth-child(3) { transform: translateX(-7px); }.restriction-visual > div { width: 82px; height: 82px; border-width: 7px; font-size: 11px; }.restriction-visual > div i { width: 86px; height: 7px; }.restriction-visual b { font-size: 8px; }
  .value .section-heading { margin-bottom: 70px; }.feature-split { gap: 38px; margin-bottom: 90px; }.feature-media { min-height: 480px; border-radius: 26px; }.feature-media .phone { width: 225px; border-width: 7px; border-radius: 34px; }.feature-copy h3 { margin: 14px 0; font-size: 34px; }.feature-copy > p { font-size: 15px; }.check-list li { font-size: 13px; }.member-pin { width: 36px; height: 36px; }
  .sync-section { padding: 78px 0; }.sync-grid { gap: 40px; }.sync-copy h2 { font-size: 38px; }.sync-visual { min-height: 310px; grid-template-columns: .8fr 1.2fr; gap: 24px; }.sync-host .mini-phone { width: 92px; }.sync-members { align-items: center; }.sync-members > div:nth-child(2) { display: none; }.sync-members .mini-phone { width: 78px; }.sync-lines { transform: scale(.94); }
  .bento-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 12px; }.bento { grid-column: span 1; min-height: 0; padding: 24px; }.bento-large, .bento-visual { grid-column: 1 / -1; min-height: 0; padding: 24px; }.bento-large { min-height: 355px; }.bento-large h3 { font-size: 30px; }.route-chips { right: 20px; bottom: 22px; left: 20px; gap: 5px; }.route-chips span { padding: 8px; font-size: 10px; }.route-chips i { font-size: 10px; }.bento-visual { min-height: 360px; }.bento-visual > div { left: 24px; bottom: 24px; }.bento-visual > img { width: 53%; }.bento h3 { font-size: 18px; }.bento p { font-size: 12px; }.bento-icon { width: 45px; height: 45px; }
  .conquest-visual { min-height: 480px; border-radius: 28px; }.conquest-phone { width: 220px; border-width: 7px; border-radius: 34px; }.conquest-sun { width: 150px; height: 150px; }.conquest-stat { right: 14px; bottom: 18px; min-width: 205px; padding: 13px 15px; }.conquest-copy h2 { font-size: clamp(30px, 8.3vw, 38px); }.conquest-copy > p:not(.eyebrow) { font-size: 14px; }.conquest-copy li { font-size: 13px; }.conquest-actions .button { width: 100%; padding-inline: 18px; font-size: 13px; }
  .story-list::before { left: 22px; }.story-list li { min-height: 160px; grid-template-columns: 48px 1fr 72px; gap: 12px; padding: 18px 0; }.story-list li > span { width: 34px; height: 34px; margin-left: 5px; font-size: 9px; }.story-list h3 { font-size: 18px; }.story-list p { font-size: 12px; }.story-list img { width: 58px; height: 112px; border-width: 3px; border-radius: 11px; }
  .memory { min-height: 0; padding: 80px 0; }.memory-grid { grid-template-columns: 1fr; }.memory-copy h2 { font-size: 40px; }.memory-copy > p:last-of-type { font-size: 14px; }.memory-phone .phone { width: 230px; }.memory-features span { padding: 13px 10px; font-size: 11px; }
  .start-grid { grid-template-columns: 1fr; }.start-grid li { display: grid; grid-template-columns: 54px 1fr; padding: 22px; }.start-grid h3 { margin: 0; font-size: 18px; }.start-grid p { grid-column: 2; font-size: 13px; }.start .button { width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { padding: 32px 26px; }.price b { font-size: 54px; }
  .trust-list article { grid-template-columns: 46px 1fr; gap: 12px; }.trust-list h3 { font-size: 20px; }.trust-list p { font-size: 13px; }
  .faq-list summary { padding: 23px 42px 23px 0; font-size: 15px; }.faq-list details p { margin-right: 24px; font-size: 13px; }
  .download { min-height: 620px; text-align: center; }.download > img { object-position: 65% center; }.download-shade { background: linear-gradient(180deg,rgba(5,8,12,.56),rgba(5,8,12,.94)); }.download-content h2 { font-size: 40px; }.download-content > p:not(.eyebrow) { font-size: 14px; }.download-content .eyebrow { justify-content: center; }.final-stores { justify-content: center; flex-wrap: wrap; }.final-stores .store-link img { height: 46px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 8px; }
  .mobile-download { position: fixed; z-index: 900; right: max(10px, env(safe-area-inset-right)); bottom: calc(8px + env(safe-area-inset-bottom)); left: max(10px, env(safe-area-inset-left)); width: auto; max-width: none; min-height: 56px; padding: 15px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 16px; color: var(--ink); background: var(--yellow); box-shadow: 0 14px 40px rgba(0,0,0,.35); font-size: 14px; font-weight: 900; white-space: nowrap; }
  .mobile-download span { display: none; }
  .mobile-download::after { content: "→"; flex: 0 0 auto; font-size: 20px; line-height: 1; }
}

@media (max-width: 380px) {
  .download-content h2 { font-size: 34px; }
}

@media (min-width: 1600px) {
  :root { --container: 1280px; }.hero-grid { grid-template-columns: 1.1fr .9fr; }.hero-product { min-height: 720px; }.phone-hero { width: 370px; }
}

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