:root {
  --forest: #173f31;
  --green: #287b56;
  --green-bright: #56a778;
  --mint: #dff1e7;
  --ink: #15231d;
  --muted: #66766e;
  --paper: #f4f7f4;
  --cream: #f5f0e7;
  --white: #fff;
  --line: rgba(25, 63, 49, .12);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow: hidden; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 78px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: var(--ink); transition: color .35s ease, background .35s ease, border-color .35s ease; }
.site-header::after { content: ""; position: absolute; left: clamp(24px, 5vw, 80px); right: clamp(24px, 5vw, 80px); bottom: 0; border-bottom: 1px solid transparent; transition: border-color .35s ease; }
.site-header.is-dark { color: #fff; }
.site-header.scrolled::after { border-color: currentColor; opacity: .13; }
.brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 680; letter-spacing: .04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; overflow: visible; background: transparent; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.header-cta { position: relative; z-index: 1; padding: 10px 17px; border: 1px solid currentColor; border-radius: 999px; font-size: 14px; font-weight: 650; transition: color .25s, background .25s; }
.header-cta:hover { color: var(--forest); background: #fff; }
.section-dots { position: fixed; z-index: 110; right: 24px; top: 50%; display: flex; flex-direction: column; gap: 11px; transform: translateY(-50%); }
.section-dots a { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; opacity: .45; transition: transform .3s, opacity .3s, background .3s; }
.section-dots a.active { opacity: 1; background: currentColor; transform: scale(1.45); }

#page-scroller { height: 100svh; overflow-y: auto; overflow-x: hidden; scroll-snap-type: y mandatory; scroll-behavior: smooth; }
.screen { position: relative; min-height: 100svh; height: 100svh; scroll-snap-align: start; scroll-snap-stop: always; overflow: hidden; padding: 78px clamp(24px, 5vw, 80px) 28px; }
.section-inner { position: relative; z-index: 2; width: min(1220px, 100%); height: 100%; margin: 0 auto; }
.section-number { position: absolute; z-index: 5; right: clamp(30px, 6vw, 90px); bottom: 28px; font-size: 11px; font-weight: 700; letter-spacing: .18em; opacity: .42; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--green); font-size: 13px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.eyebrow-light { color: #a8dfbd; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 27px; font-size: clamp(54px, 6.7vw, 98px); font-weight: 680; letter-spacing: -.075em; line-height: .98; }
h1 em, h2 em { color: var(--green); font-style: normal; }
h2 { margin: 0; font-size: clamp(42px, 5.1vw, 72px); font-weight: 660; letter-spacing: -.065em; line-height: 1.05; }
.lead, .section-lead { color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.85; }
.section-heading > p:not(.eyebrow) { max-width: 480px; margin: 26px 0 0; color: inherit; opacity: .65; font-size: 17px; line-height: 1.85; }

.hero-screen { color: var(--ink); background: radial-gradient(circle at 76% 44%, rgba(215,236,223,.72), transparent 31%), #f6f8f6; }
.hero-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(23,63,49,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,49,.022) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-grid { display: grid; grid-template-columns: minmax(430px, 1.05fr) minmax(390px, .78fr); align-items: center; gap: clamp(55px, 8vw, 125px); }
.hero-copy { z-index: 4; padding-bottom: 2vh; }
.hero-copy h1 { color: var(--ink); }
.hero-copy h1 em { color: var(--green); }
.hero-copy .lead { color: var(--muted); }
.hero-scan { display: inline-flex; align-items: center; gap: 18px; margin-top: 32px; padding: 10px 22px 10px 10px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(23,63,49,.1); border-radius: 13px; box-shadow: 0 20px 50px rgba(23,63,49,.11); }
.hero-scan > img { width: 108px; height: 108px; flex: 0 0 auto; object-fit: contain; background: #fff; }
.hero-scan-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.hero-scan-copy strong { font-size: 15px; }
.hero-scan-copy small { color: var(--muted); font-size: 11px; }
.text-button { margin-top: 4px; padding: 7px 0; color: var(--green); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 650; }
.hero-product-stage { position: relative; justify-self: end; width: min(650px, 100%); height: min(76vh, 720px); overflow: hidden; background: linear-gradient(145deg, #e5f2e9 0%, #cce4d5 100%); border-radius: 32px 32px 8px 32px; box-shadow: 0 40px 90px rgba(0,0,0,.22); }
.hero-product-stage::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -170px; border: 1px solid rgba(23,63,49,.14); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.08), 0 0 0 120px rgba(255,255,255,.06); }
.stage-label { position: absolute; z-index: 4; top: 33px; left: 36px; display: flex; flex-direction: column; gap: 8px; color: var(--forest); }
.stage-label span { font-size: 10px; font-weight: 750; letter-spacing: .18em; }
.stage-label b { font-size: 19px; letter-spacing: -.03em; }
.stage-phone-wrap { position: absolute; z-index: 3; right: 8%; bottom: -14%; width: 48%; height: 90%; transform: rotate(2.5deg); }
.phone { position: relative; overflow: hidden; padding: 8px; background: #151b18; border: 1px solid rgba(255,255,255,.35); border-radius: 42px; box-shadow: 0 45px 80px rgba(18, 54, 40, .24), 0 10px 24px rgba(18, 54, 40, .13); }
.phone::after { content: ""; position: absolute; inset: 8px; pointer-events: none; border-radius: 34px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.phone-main { width: 100%; height: 100%; }
.phone-speaker { position: absolute; z-index: 4; top: 15px; left: 50%; width: 76px; height: 20px; border-radius: 999px; background: #111; transform: translateX(-50%); }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 34px; background: #fff; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.screen-stack img { position: absolute; inset: 0; opacity: 0; animation: screenStory 12s infinite; }
.screen-stack img:nth-child(1) { opacity: 1; animation-delay: 0s; }
.screen-stack img:nth-child(2) { animation-delay: 4s; }
.screen-stack img:nth-child(3) { animation-delay: 8s; }
@keyframes screenStory { 0%, 28% { opacity: 1; transform: scale(1); } 33%, 95% { opacity: 0; transform: scale(1.015); } 100% { opacity: 1; } }
.trip-ticket { position: absolute; z-index: 5; left: 6%; top: 24%; width: 45%; padding: 20px; color: var(--ink); background: rgba(255,255,255,.91); border: 1px solid rgba(23,63,49,.08); border-radius: 17px; box-shadow: 0 26px 50px rgba(23,63,49,.14); backdrop-filter: blur(12px); }
.trip-ticket > div { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; min-height: 49px; border-top: 1px solid rgba(23,63,49,.09); }
.trip-ticket .ticket-head { grid-template-columns: 1fr auto; min-height: 37px; border: 0; color: var(--green); }
.ticket-head span { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ticket-head small { color: var(--muted); font-size: 9px; }
.trip-ticket i { width: 22px; height: 22px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 750; }
.trip-ticket b { font-size: 12px; }.trip-ticket small { color: var(--muted); font-size: 9px; }
.stage-status { position: absolute; z-index: 6; left: 9%; bottom: 9%; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: #fff; background: var(--forest); border-radius: 11px; box-shadow: 0 20px 40px rgba(23,63,49,.23); animation: floatStatus 4.2s ease-in-out infinite; }
.stage-status > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--forest); background: #a8dfbd; border-radius: 50%; }
.stage-status div { display: flex; flex-direction: column; gap: 3px; }.stage-status small { color: rgba(255,255,255,.55); font-size: 8px; }.stage-status b { font-size: 11px; }
@keyframes floatStatus { 50% { transform: translateY(-8px); } }
.hero-glow { position: absolute; width: 52vw; height: 52vw; left: 25%; bottom: -44vw; background: radial-gradient(circle, rgba(86,167,120,.13), transparent 68%); }
.hero-route { position: absolute; z-index: 1; left: 2%; bottom: 8%; width: 36%; height: 24%; border: 1px dashed rgba(40,123,86,.17); border-right: 0; border-bottom: 0; border-radius: 90% 0 0 0; transform: rotate(-6deg); }
.hero-route i { position: absolute; width: 7px; height: 7px; background: var(--green); border: 2px solid #f6f8f6; border-radius: 50%; box-shadow: 0 0 0 1px var(--green); }.hero-route i:nth-child(1) { left: -3px; bottom: -2px; }.hero-route i:nth-child(2) { left: 47%; top: 19%; }.hero-route i:nth-child(3) { right: -3px; top: -3px; }
.scroll-hint { position: absolute; z-index: 4; left: 50%; bottom: 23px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; letter-spacing: .14em; transform: translateX(-50%); }
.scroll-hint span { width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); animation: scrollCue 1.7s infinite; }
@keyframes scrollCue { 50% { transform: translateY(5px) rotate(45deg); } }

.hero-visual { position: relative; justify-self: center; width: min(100%, calc(76vh * .53), 400px); aspect-ratio: .53; }
.hero-halo { position: absolute; width: 132%; aspect-ratio: 1; left: 50%; top: 50%; border: 1px dashed rgba(40,123,86,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.hero-halo::before, .hero-halo::after { content: ""; position: absolute; border: 1px solid rgba(40,123,86,.09); border-radius: 50%; }
.hero-halo::before { inset: 12%; }.hero-halo::after { inset: 25%; }
.hero-phone-wrap { position: absolute; z-index: 3; inset: 0; }
.hero-phone-wrap .phone-main { transform: rotate(2deg); }
.floating-note { position: absolute; z-index: 6; display: flex; align-items: center; gap: 9px; padding: 12px 15px; white-space: nowrap; color: var(--forest); background: rgba(255,255,255,.94); border: 1px solid rgba(23,63,49,.1); border-radius: 10px; box-shadow: 0 15px 35px rgba(23,63,49,.13); font-size: 13px; font-weight: 650; backdrop-filter: blur(10px); animation: floatNote 4s ease-in-out infinite; }
.floating-note span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; }
.note-route { top: 22%; left: -31%; }.note-time { right: -31%; bottom: 22%; animation-delay: -1.7s; }
@keyframes floatNote { 50% { transform: translateY(-9px); } }

.benefits-screen, .final-screen { color: #fff; background: var(--forest); }
.benefits-screen::before { content: ""; position: absolute; width: 540px; height: 540px; left: -200px; top: -210px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.benefit-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-card { position: relative; min-height: 236px; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 3px; transition: transform .3s var(--ease), background .3s; }
.benefit-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.card-index { position: absolute; right: 22px; top: 21px; color: rgba(255,255,255,.3); font: 700 10px/1 sans-serif; letter-spacing: .12em; }
.benefit-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 33px; color: var(--forest); background: #a8dfbd; border-radius: 50%; font-size: 20px; }
.benefit-card h3 { margin-bottom: 11px; font-size: 21px; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }

.voices-screen { background: linear-gradient(115deg, #f5f8f5 0%, #edf4ef 100%); }
.voices-layout { display: flex; flex-direction: column; justify-content: center; padding: 25px 0; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.quote-stage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: min(1120px, 100%); margin: 46px auto 0; }
.quote-card { position: relative; min-height: 310px; padding: clamp(24px, 2.3vw, 34px); background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(30, 69, 50, .08); }
.quote-card-main { transform: translateY(12px); }
.quote-card-side { background: var(--green); color: #fff; transform: translateY(-12px); }
.quote-card-third { background: #e5f1e9; transform: translateY(6px); }
.quote-mark { position: absolute; right: 25px; top: 12px; color: var(--mint); font: 100px/.9 Georgia, serif; }
.quote-card-side .quote-mark { color: rgba(255,255,255,.16); }
blockquote { position: relative; z-index: 1; margin: 0; font-size: clamp(17px, 1.6vw, 22px); font-weight: 560; line-height: 1.9; letter-spacing: -.015em; }
.quote-card footer { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.avatar { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 14px; font-weight: 700; }
.avatar-two { color: var(--green); background: #fff; }
.avatar-three { background: var(--green); }
.quote-card footer div { display: flex; flex-direction: column; gap: 4px; }
.quote-card footer strong { font-size: 14px; }
.quote-card footer small { color: var(--muted); font-size: 11px; }
.quote-card-side footer small { color: rgba(255,255,255,.6); }

.ai-screen { background: var(--cream); }
.ai-layout, .privacy-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(65px, 10vw, 155px); }
.ai-visual { position: relative; justify-self: center; height: min(70vh, 650px); aspect-ratio: .51; }
.phone-secondary { width: 100%; height: 100%; transform: rotate(-2deg); }
.ai-prompt { position: absolute; z-index: 5; padding: 13px 18px; white-space: nowrap; background: #fff; border: 1px solid rgba(23,63,49,.1); box-shadow: 0 16px 36px rgba(39,61,51,.12); border-radius: 999px; color: var(--muted); font-size: 13px; }
.prompt-one { top: 19%; right: -44%; }
.prompt-two { bottom: 30%; left: -46%; }
.prompt-three { right: -50%; bottom: 13%; color: #fff; background: var(--green); }
.prompt-three span { margin-right: 7px; }
.ai-copy .section-lead { margin-bottom: 35px; }
.ai-points { display: grid; gap: 4px; }
.ai-points > div, .privacy-list > div { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(23,63,49,.13); }
.ai-points > div > span { padding-top: 4px; color: var(--green); font-size: 11px; font-weight: 750; }
.ai-points p, .privacy-list p { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.ai-points strong, .privacy-list strong { font-size: 16px; }
.ai-points small, .privacy-list small { color: var(--muted); font-size: 13px; line-height: 1.55; }

.privacy-screen { background: #f3f7f4; }
.privacy-layout { grid-template-columns: 1fr .88fr; }
.privacy-list { margin-top: 35px; }
.check { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; }
.privacy-visual { position: relative; justify-self: center; }
.share-card-frame { position: relative; z-index: 2; width: min(440px, 32vw); padding: 18px; background: #fff; border-radius: 28px; box-shadow: 0 35px 70px rgba(23,63,49,.15); transform: rotate(2deg); }
.share-card-frame img { border-radius: 14px; }
.privacy-shield { position: absolute; right: -50px; bottom: -34px; display: flex; align-items: center; gap: 13px; min-width: 245px; padding: 15px; background: var(--forest); color: #fff; border-radius: 12px; box-shadow: 0 20px 40px rgba(23,63,49,.22); }
.privacy-shield > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--green-bright); border-radius: 50%; }
.privacy-shield div { display: flex; flex-direction: column; gap: 3px; }
.privacy-shield strong { font-size: 13px; }
.privacy-shield small { color: rgba(255,255,255,.58); font-size: 10px; }
.privacy-ring { position: absolute; border: 1px solid rgba(40,123,86,.2); border-radius: 50%; }
.ring-one { width: 480px; height: 480px; left: -80px; top: -60px; }
.ring-two { width: 350px; height: 350px; left: -15px; top: 5px; }

.final-screen { text-align: center; }
.final-screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 80%, rgba(82,168,119,.26), transparent 43%); }
.final-content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 40px; }
.final-content .eyebrow { justify-content: center; }
.final-content h2 { max-width: 930px; }
.final-content h2 em { color: #a8dfbd; }
.final-cta-wrap { margin-top: 47px; }
.qr-shell { display: inline-flex; align-items: center; gap: 20px; padding: 12px 22px 12px 12px; color: var(--ink); text-align: left; background: #fff; border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.qr-code { width: 112px; height: 112px; flex: 0 0 auto; object-fit: contain; background: #fff; }
.qr-copy { display: flex; flex-direction: column; gap: 8px; }
.qr-copy strong { font-size: 16px; }
.qr-copy small { color: var(--muted); font-size: 11px; }
.final-facts { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 24px; color: rgba(255,255,255,.52); font-size: 11px; }
.final-facts i { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.page-footer { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .08em; }
.final-map { position: absolute; inset: 0; opacity: .18; }
.map-line { position: absolute; height: 1px; background: #a8dfbd; transform-origin: left center; }
.line-one { width: 34vw; left: 7%; top: 38%; transform: rotate(18deg); }
.line-two { width: 30vw; right: 2%; bottom: 34%; transform: rotate(-22deg); }
.map-dot { position: absolute; width: 9px; height: 9px; background: #a8dfbd; border: 3px solid var(--forest); border-radius: 50%; box-shadow: 0 0 0 1px #a8dfbd; }
.dot-one { left: 7%; top: 38%; }.dot-two { left: 39%; top: 49%; }.dot-three { right: 12%; bottom: 44%; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.delay-1 { transition-delay: .12s; }.reveal.delay-2 { transition-delay: .22s; }
.screen.in-view .reveal { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 66px; padding: 0 20px; }
  .site-header::after { left: 20px; right: 20px; }
  .brand { font-size: 15px; }.brand-mark { width: 36px; height: 36px; border-radius: 9px; }
  .header-cta { padding: 8px 13px; font-size: 12px; }
  .section-dots { display: none; }
  .screen { padding: 66px 22px 18px; }
  .section-number { right: 20px; bottom: 15px; }
  .hero-grid, .benefit-layout, .ai-layout, .privacy-layout { grid-template-columns: .9fr 1.1fr; gap: 25px; }
  h1 { font-size: clamp(45px, 9vw, 68px); }
  h2 { font-size: clamp(38px, 7vw, 55px); }
  .hero-visual { width: min(92%, calc(67vh * .53), 340px); }
  .note-route { left: -20%; }.note-time { right: -16%; }
  .benefit-card { min-height: 190px; padding: 21px; }
  .benefit-icon { margin-bottom: 20px; }
  .share-card-frame { width: min(400px, 42vw); }
  .prompt-one { right: -24%; }.prompt-two { left: -25%; }.prompt-three { right: -30%; }
}

@media (max-width: 680px) {
  .site-header.scrolled { background: rgba(244,247,244,.82); backdrop-filter: blur(14px); }
  .site-header.is-dark.scrolled { background: rgba(23,63,49,.82); }
  .screen { padding: 69px 18px 16px; }
  .desktop-only { display: none; }
  .eyebrow { margin-bottom: 13px; font-size: 10px; }.eyebrow span { width: 26px; }
  .hero-screen { padding-right: 0; padding-left: 0; }
  .hero-screen::after { mask-image: linear-gradient(to bottom, #000, transparent 58%); }
  .hero-grid { display: block; width: 100%; padding: 2.5vh 18px 0; }
  .hero-copy { position: relative; z-index: 8; padding: 0; }
  .hero-copy .eyebrow { margin-bottom: 11px; }
  .hero-copy h1 { max-width: 330px; margin-bottom: 12px; font-size: clamp(43px, 12.6vw, 56px); letter-spacing: -.065em; line-height: 1; }
  .hero-copy .lead { max-width: 345px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
  .lead, .section-lead { margin-bottom: 0; font-size: 14px; line-height: 1.7; }
  .hero-scan { gap: 10px; margin-top: 14px; padding: 6px 12px 6px 6px; border: 1px solid rgba(23,63,49,.08); border-radius: 9px; box-shadow: 0 15px 35px rgba(23,63,49,.11); }
  .hero-scan > img { width: 68px; height: 68px; }
  .hero-scan-copy { gap: 2px; }.hero-scan-copy strong { font-size: 11px; }.hero-scan-copy small { font-size: 8px; }.text-button { margin-top: 1px; padding: 3px 0; font-size: 9px; }
  .hero-visual { position: absolute; z-index: 3; right: 7vw; bottom: -5vh; width: 44vw; min-width: 166px; aspect-ratio: .53; }
  .hero-halo { width: 155%; }
  .floating-note { padding: 8px 10px; font-size: 9px; }.floating-note span { width: 19px; height: 19px; }
  .note-route { top: 17%; left: -52%; }.note-time { display: none; }
  .hero-route { display: none; }
  .phone { border-radius: 31px; }.phone-screen { border-radius: 24px; }.phone::after { border-radius: 24px; }.phone-speaker { top: 12px; width: 57px; height: 15px; }
  .scroll-hint { display: none; }
  .benefit-layout { display: flex; flex-direction: column; justify-content: center; gap: 26px; }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .section-heading > p:not(.eyebrow) { margin-top: 14px; font-size: 13px; line-height: 1.65; }
  .benefit-grid { gap: 9px; width: 100%; }
  .benefit-card { min-height: 158px; padding: 16px; }
  .benefit-icon { width: 30px; height: 30px; margin-bottom: 14px; font-size: 15px; }
  .benefit-card h3 { margin-bottom: 6px; font-size: 16px; }.benefit-card p { font-size: 11px; line-height: 1.5; }.card-index { top: 15px; right: 13px; }
  .voices-layout { padding: 0; }
   .quote-stage { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
   .quote-card, .quote-card-main, .quote-card-side, .quote-card-third { min-height: 0; padding: 14px 16px; transform: none; }
   .quote-card blockquote { padding-right: 12px; font-size: 12px; line-height: 1.55; }.quote-card footer { margin-top: 8px; }.quote-mark { top: 7px; font-size: 48px; }
   .quote-card footer strong { font-size: 11px; }.quote-card footer small { font-size: 9px; }.avatar { width: 30px; height: 30px; font-size: 10px; }
  .ai-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; }
  .ai-visual { height: 44vh; align-self: end; margin-bottom: 5vh; }
  .ai-prompt { display: none; }
  .ai-copy .section-lead { margin-bottom: 12px; }
  .ai-points { gap: 0; }
  .ai-points > div, .privacy-list > div { grid-template-columns: 27px 1fr; gap: 9px; padding: 11px 0; }
  .ai-points strong, .privacy-list strong { font-size: 13px; }.ai-points small, .privacy-list small { font-size: 10px; }
  .privacy-layout { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 23px; }
  .privacy-list { margin-top: 16px; }.check { width: 23px; height: 23px; font-size: 9px; }
  .privacy-visual { align-self: center; }.share-card-frame { width: min(330px, 76vw); padding: 10px; border-radius: 18px; }
  .privacy-shield { right: -16px; bottom: -21px; min-width: 195px; padding: 10px; }.privacy-shield > span { width: 27px; height: 27px; }.privacy-shield strong { font-size: 11px; }
  .ring-one { width: 320px; height: 320px; }.ring-two { width: 240px; height: 240px; }
  .final-content { padding-top: 20px; }
  .final-content h2 { font-size: clamp(38px, 10.7vw, 54px); line-height: 1.15; }
  .final-cta-wrap { margin-top: 34px; }
  .qr-shell { gap: 13px; padding: 9px 15px 9px 9px; }.qr-code { width: 92px; height: 92px; }.qr-copy strong { font-size: 13px; }.qr-copy small { font-size: 9px; }
  .final-facts { gap: 8px; font-size: 9px; }.page-footer { bottom: 4px; }
}

@media (max-width: 430px) and (max-height: 760px) {
  .hero-grid { padding-top: 0; }.hero-copy h1 { font-size: 41px; }.hero-copy .lead { font-size: 11px; }
  .hero-scan { margin-top: 10px; }.hero-scan > img { width: 58px; height: 58px; }
  .hero-visual { bottom: -7vh; }
  .benefit-layout { gap: 17px; }.benefit-card { min-height: 138px; }.benefit-icon { margin-bottom: 9px; }
  .quote-stage { margin-top: 10px; gap: 6px; }.quote-card { padding: 11px 13px; }.quote-card blockquote { font-size: 11px; line-height: 1.48; }.quote-card footer { margin-top: 5px; }
  .ai-visual { height: 40vh; }.ai-points small { display: none; }
  .privacy-list small { display: none; }.share-card-frame { width: 64vw; }
}

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