:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --ink: #242d28;
  --muted: #5f665d;
  --red: #d8322e;
  --red-dark: #ba211f;
  --forest: #183c34;
  --line: #dedfd5;
  --white: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.65; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, h1, h2, h3, p, figure { margin: 0; }
button { border: 0; }
::selection { color: white; background: var(--forest); }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.wrap { width: calc(100% - 112px); max-width: 1240px; margin-inline: auto; }
.icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 20px; z-index: 100; padding: 10px 20px; border-radius: 6px; color: white; background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow .icon { width: 16px; height: 16px; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(247 247 242 / 95%); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 97px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; }
.brand img { width: 46px; height: 46px; }
.brand-name, .brand > span { font-size: 24px; font-weight: 770; line-height: 1; letter-spacing: -.075em; }
.brand-name span, .brand > span span { color: var(--red); }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 500; }
.desktop-nav a, .footer-nav a { transition: color .18s; }
.desktop-nav a:hover, .footer-nav a:hover { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.language-switch, .language-button { padding: 8px 0; background: none; font-size: 12px; font-weight: 600; }
.language-switch .icon, .language-button .icon { width: 13px; height: 13px; margin-left: 4px; }
.button, .btn, .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; padding: 16px 24px; border: 1px solid transparent; border-radius: 7px; background: var(--red); color: white; font-size: 13px; line-height: 1.5; font-weight: 600; transition: background .18s, transform .18s; }
.button:hover, .btn:hover, .primary-button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button .icon, .btn .icon { width: 18px; height: 18px; }
.button-small, .button--small, .nav-cta { padding: 12px 18px; font-size: 12px; border-radius: 5px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 6px; background: transparent; }
.mobile-nav { padding: 4px 20px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-size: 14px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 46px; margin-top: 52px; margin-bottom: 45px; }
.hero-copy { padding: 16px 0 14px; }
.hero h1 { max-width: 650px; margin-top: 26px; font-size: clamp(48px, 5.4vw, 78px); font-weight: 500; line-height: 1.07; letter-spacing: -.058em; }
.hero h1 em { color: var(--red); font-weight: 500; font-style: normal; }
.hero-description { max-width: 440px; margin-top: 26px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 32px; }
.hero-actions .button, .hero-actions .btn { min-height: 55px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; }
.text-link .icon { width: 17px; height: 17px; }
.text-link:hover { color: var(--red); }
.hero-note { display: flex; align-items: center; gap: 6px; margin-top: 13px; font-size: 12px; color: var(--muted); }
.hero-note .icon { width: 12px; height: 12px; }
.hero-bottom { display: flex; align-items: center; gap: 11px; margin-top: 48px; font-size: 12px; color: var(--muted); }
.hero-bottom .icon { width: 29px; height: 29px; color: var(--forest); stroke-width: 1.1; }
.hero-bottom strong { color: var(--ink); font-weight: 500; }
.hero-visual { position: relative; isolation: isolate; min-width: 0; }
.hero-photo { width: 100%; height: 574px; object-fit: cover; object-position: 72% center; border-radius: 18px 125px 18px 18px; }
.photo-caption { position: absolute; top: 26px; left: 27px; display: flex; align-items: center; gap: 8px; color: white; font-size: 12px; font-weight: 500; letter-spacing: .035em; text-shadow: 0 1px 12px #0006; }
.photo-caption .icon { width: 15px; height: 15px; }
.photo-bottom { position: absolute; bottom: 25px; left: 26px; color: white; font-size: 12px; text-shadow: 0 1px 7px #0009; }
.tag-visual { position: absolute; right: -22px; bottom: 49px; width: 145px; height: 145px; border: 9px solid white; border-radius: 50%; background: white; box-shadow: 0 15px 50px #172d292b; transform: rotate(12deg); }
.tag-visual::before { content: ""; position: absolute; width: 12px; height: 12px; left: calc(50% - 6px); top: -3px; z-index: 2; border: 3px solid #e0dfd8; border-radius: 50%; background: var(--paper); }
.tag-visual img { width: 100%; height: 100%; border-radius: 50%; }
.floating-label { position: absolute; left: -22px; bottom: 64px; display: flex; align-items: center; gap: 12px; max-width: 270px; padding: 14px 18px; border: 1px solid #e8e8df; border-radius: 9px; background: white; box-shadow: 0 8px 30px #172d2914; font-size: 12px; }
.floating-label > .icon { width: 30px; height: 30px; color: var(--forest); }
.floating-label strong { display: block; font-size: 12px; font-weight: 600; }
.floating-label span, .floating-label small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px 0; border-block: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border-right: 1px solid var(--line); }
.trust-item:first-child { justify-content: flex-start; padding-left: 0; }
.trust-item:last-child { justify-content: flex-end; padding-right: 0; border: 0; }
.trust-item > .icon { width: 24px; height: 24px; color: var(--forest); }
.trust-item strong { display: block; font-size: 12px; font-weight: 500; }
.trust-item small, .trust-item span { display: block; color: var(--muted); font-size: 12px; }
.section { padding-block: 99px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
h2 { font-size: clamp(34px, 3.4vw, 47px); font-weight: 500; letter-spacing: -.05em; line-height: 1.12; }
.section-heading h2 { max-width: 620px; margin-top: 18px; }
.section-heading > p { max-width: 305px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 39px; }
.step { padding: 25px 0 26px; border-top: 1px solid var(--line); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 27px; }
.step-number { color: var(--red); font-size: 13px; font-weight: 500; letter-spacing: -.02em; }
.step-top .icon { width: 27px; height: 27px; color: var(--forest); }
.step h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.3; font-weight: 500; letter-spacing: -.035em; }
.step p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.demo-section { position: relative; overflow: hidden; background: var(--forest); color: white; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; min-height: 670px; }
.demo-copy { position: relative; z-index: 2; padding: 74px 0; }
.demo-copy .eyebrow { color: #b0c5b6; }
.demo-copy .eyebrow::before { background: #c0d3b3; }
.demo-copy h2 { max-width: 520px; margin-top: 22px; font-size: 52px; }
.demo-copy > p { max-width: 410px; margin-top: 22px; color: #bac9bf; font-size: 13px; line-height: 1.8; }
.demo-tabs { display: flex; gap: 29px; margin-top: 35px; border-bottom: 1px solid #ffffff26; }
.demo-tabs button { position: relative; padding: 12px 0; background: transparent; color: #a9beb3; font-size: 12px; font-weight: 500; white-space: nowrap; }
.demo-tabs button[aria-selected="true"], .demo-tabs button.active { color: white; }
.demo-tabs button[aria-selected="true"]::after, .demo-tabs button.active::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #dce8cb; }
.demo-tabs button:hover { color: white; }
.demo-explanation { min-height: 99px; max-width: 380px; margin-top: 24px; color: #b7c7bd; font-size: 13px; line-height: 1.8; }
.demo-explanation h3 { margin-bottom: 8px; color: white; font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.demo-footnote { display: flex; align-items: center; gap: 8px; color: #adbbb2; font-size: 12px; }
.demo-footnote .icon { width: 14px; height: 14px; }
.demo-stage { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 560px; }
.demo-panel { position: relative; display: flex; justify-content: center; align-items: center; min-height: 535px; width: 100%; }
.phone-mockup { position: relative; z-index: 1; width: 270px; height: 510px; flex-shrink: 0; overflow: hidden; padding: 14px 17px 20px; border: 7px solid #12271f; outline: 1px solid #789583; border-radius: 39px; background: #fbfbf7; box-shadow: 18px 28px 38px #051d2140; color: var(--ink); transform: rotate(7deg); font-size: 12px; }
.phone-topbar { position: relative; display: flex; justify-content: space-between; align-items: center; height: 19px; padding-inline: 7px; font-size: 12px; font-weight: 600; }
.phone-topbar::after, .phone-notch { content: ""; position: absolute; left: 50%; top: 0; width: 68px; height: 16px; border-radius: 0 0 12px 12px; background: #12271f; transform: translateX(-50%); }
.phone-topbar .icon { width: 13px; height: 13px; }
.phone-brand { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 26px; padding-bottom: 16px; border-bottom: 1px solid #e4e5dd; font-size: 12px; font-weight: 700; letter-spacing: -.03em; }
.phone-brand img { width: 22px; height: 22px; }
.profile-top { display: flex; align-items: center; gap: 10px; margin-block: 17px; }
.profile-avatar { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #7b8272; background: #e4e6dc; font-size: 13px; }
.profile-top strong { display: block; font-size: 14px; line-height: 1.3; letter-spacing: -.03em; }
.profile-top small, .profile-top span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.medical-preview { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; padding: 11px 10px; border: 1px solid #f2ccc7; border-radius: 7px; background: #fff0ec; color: #bd3a31; font-size: 12px; font-weight: 600; }
.medical-preview .icon { width: 15px; height: 15px; }
.phone-card { margin-top: 8px; padding: 10px 11px; border: 1px solid #e7e8df; border-radius: 7px; background: white; }
.phone-card small, .phone-card dt { display: block; margin-bottom: 3px; font-size: 12px; color: var(--muted); }
.phone-card strong, .phone-card dd { display: block; margin: 0; color: #354035; font-size: 12px; font-weight: 500; }
.phone-card .icon { width: 14px; height: 14px; }
.phone-action { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 13px; min-height: 35px; border-radius: 6px; color: white; background: var(--red); font-size: 12px; font-weight: 500; }
.phone-action .icon { width: 13px; height: 13px; }
.phone-disclaimer { margin-top: 8px; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.5; }
.phone-mockup::after { content: ""; position: absolute; bottom: 8px; left: calc(50% - 36px); width: 72px; height: 3px; border-radius: 4px; background: #182921; }
.tag-panel { flex-direction: column; gap: 35px; }
.demo-tag { position: relative; width: 230px; height: 230px; padding: 15px; border-radius: 50%; background: white; box-shadow: 12px 30px 55px #071f2166; transform: rotate(-12deg); }
.demo-tag::before { content: ""; position: absolute; top: 3px; left: calc(50% - 8px); width: 16px; height: 16px; border: 4px solid #d9ded5; border-radius: 50%; background: var(--forest); }
.demo-tag img { width: 100%; height: 100%; border-radius: 50%; }
.tag-caption strong { display: block; color: white; font-size: 14px; font-weight: 500; }
.privacy { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.privacy h2 { max-width: 490px; margin-top: 19px; }
.privacy-copy > p { max-width: 435px; margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.privacy-copy .text-link { margin-top: 23px; }
.privacy-list { padding: 0; margin: 0; list-style: none; }
.privacy-item, .privacy-list > li { display: flex; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.privacy-item:first-child, .privacy-list > li:first-child { padding-top: 0; }
.privacy-list .icon { width: 19px; height: 19px; margin-top: 2px; color: var(--forest); }
.privacy-list h3 { margin-bottom: 7px; font-size: 16px; line-height: 1.4; font-weight: 500; letter-spacing: -.025em; }
.privacy-list p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.adventure-band { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 31px 0; border-block: 1px solid var(--line); }
.adventure-intro { display: flex; align-items: center; gap: 15px; font-size: 14px; font-weight: 500; letter-spacing: -.025em; }
.adventure-intro .icon { width: 29px; height: 29px; color: var(--red); stroke-width: 1.15; }
.activity-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.activity-chips span, .activity-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid #dedfd5; border-radius: 30px; color: #626b60; font-size: 12px; line-height: 1.5; }
.activity-chips .icon { width: 14px; height: 14px; }
.faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.faq h2 { max-width: 330px; margin-top: 20px; }
.faq-heading p { max-width: 290px; margin-top: 23px; color: var(--muted); font-size: 13px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 500; line-height: 1.6; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 16px; height: 16px; color: #787f74; transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p, .faq-list .faq-answer { padding: 0 24px 23px 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.faq-list a { text-decoration: underline; text-underline-offset: 3px; }
.launch { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 45px; overflow: hidden; padding: 53px 60px; border-radius: 16px; background: var(--red); color: white; }
.launch-copy { position: relative; z-index: 1; max-width: 670px; }
.launch .eyebrow { color: #fff; }
.launch .eyebrow::before { background: #fff; }
.launch h2 { max-width: 650px; margin-top: 18px; font-size: 45px; }
.launch p { max-width: 490px; margin-top: 18px; color: #fff; font-size: 13px; line-height: 1.85; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.platform, .platforms > div, .platforms > span { display: inline-flex; align-items: center; gap: 11px; min-width: 153px; padding: 11px 15px; border: 1px solid #ffffff60; border-radius: 7px; font-size: 12px; line-height: 1.35; }
.platforms strong { display: block; font-size: 13px; font-weight: 500; }
.platforms small { display: block; margin-bottom: 2px; color: #fff; font-size: 12px; }
.platforms .icon { width: 23px; height: 23px; }
.launch-mark { position: relative; width: 215px; height: 215px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border: 1px solid #ffffff27; border-radius: 50%; transform: rotate(-15deg); }
.launch-mark::before { content: ""; position: absolute; inset: -31px; border: 1px solid #ffffff1a; border-radius: 50%; }
.launch-mark .icon { width: 112px; height: 112px; color: #ffffffb3; stroke-width: .9; }
.launch-mark img { width: 130px; height: 130px; opacity: .8; }
.site-footer { padding: 44px 0 30px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.site-footer .brand img { width: 34px; height: 34px; }
.site-footer .brand > span, .site-footer .brand-name { font-size: 20px; }
.footer-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; color: var(--muted); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; color: var(--muted); font-size: 12px; }
.footer-bottom p { max-width: 560px; }

/* Markup-specific components. */
.red { color: var(--red); }
.muted { color: var(--muted); }
.green-light { color: #b2c9af; }
.language-toggle { padding: 8px 2px; background: transparent; font-size: 12px; font-weight: 600; }
.menu-toggle { position: relative; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 20px; height: 1.5px; background: var(--ink); transition: transform .18s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.play-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: 1px solid #bdc2b7; border-radius: 50%; font-size: 12px; line-height: 1; padding-left: 1px; }
.little-line { width: 23px; height: 1px; background: #acb7a8; }
.caption-cross { color: #e7efdc; font-size: 22px; line-height: 1; font-weight: 300; }
.tag-wave { position: absolute; top: -5px; right: -22px; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #ffffff8c; border-radius: 50%; color: white; background: #183c34bb; transform: rotate(-12deg); }
.tag-wave .icon { width: 22px; height: 22px; }
.floating-label .label-icon { display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; flex-shrink: 0; margin: 0; border-radius: 50%; background: #f0f2e9; color: #486147; }
.label-icon .icon { width: 18px; height: 18px; }
.mini-label, .floating-label .mini-label { display: block; margin: 0 0 3px; font-size: 12px; font-weight: 500; letter-spacing: .065em; color: var(--muted); }
.trust-bar > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding-inline: 18px; border-right: 1px solid var(--line); font-size: 12px; }
.trust-bar > div:first-child { justify-content: flex-start; padding-left: 0; }
.trust-bar > div:last-child { justify-content: flex-end; padding-right: 0; border: 0; }
.trust-bar > div .icon { width: 21px; height: 21px; color: var(--forest); }
.step-top > span { color: var(--red); font-size: 13px; font-weight: 500; }
.compatibility-note { margin-top: 15px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.demo-orbit { position: absolute; top: 50%; left: 50%; width: 440px; height: 440px; border: 1px solid #ffffff0c; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.demo-orbit::after { content: ""; position: absolute; inset: -65px; border: 1px solid #ffffff0c; border-radius: 50%; }
.phone-speaker { position: absolute; top: 9px; left: calc(50% - 33px); width: 66px; height: 15px; border-radius: 12px; background: #12271f; }
.phone-bar { display: flex; align-items: center; justify-content: space-between; padding-inline: 4px; font-size: 12px; line-height: 1.6; }
.app-brand { display: flex; align-items: center; gap: 6px; margin-top: 24px; padding-bottom: 14px; border-bottom: 1px solid #e4e5dd; font-size: 14px; font-weight: 750; letter-spacing: -.05em; }
.app-brand img { width: 28px; height: 28px; }
.phone-mockup .profile-top { display: block; margin-block: 15px 13px; }
.profile-top h3 { margin-top: 5px; font-size: 20px; font-weight: 550; letter-spacing: -.045em; line-height: 1.3; }
.profile-top .profile-chip { display: inline-block; margin-top: 6px; padding: 3px 7px; border-radius: 4px; background: #e9ecdf; color: #55614a; font-size: 12px; }
.medical-preview { padding: 10px 11px; }
.medical-preview .mini-label { color: #9c3a31; font-size: 12px; }
.medical-preview strong { display: block; font-size: 12px; font-weight: 600; }
.medical-plus { margin-right: 4px; font-size: 24px; line-height: 1; font-weight: 300; }
.phone-card { position: relative; padding: 10px 11px; }
.phone-card > .icon { position: absolute; right: 12px; top: 13px; color: #7b8b70; }
.phone-card .mini-label { font-size: 12px; }
.phone-card > span:last-child:not(.mini-label) { color: var(--muted); font-size: 12px; }
.phone-card strong { font-size: 12px; }
.phone-card.subtle-card { background: #f5f6ef; }
.phone-action { margin-top: 13px; min-height: 34px; }
.tag-panel { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 535px; }
.tag-panel > img { width: 230px; height: 230px; border: 15px solid white; border-radius: 50%; background: white; box-shadow: 12px 30px 55px #071f2166; transform: rotate(-12deg); }
.tag-panel-caption { max-width: 280px; text-align: center; color: #c2cec4; font-size: 12px; }
.tag-panel-caption > .icon { display: block; margin: 0 auto 10px; width: 25px; height: 25px; }
.tag-panel-caption strong { display: block; margin-bottom: 5px; color: white; font-size: 15px; font-weight: 500; }
.privacy-intro { max-width: 400px; margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.privacy-emblem { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-size: 12px; color: #617059; }
.privacy-emblem .icon { width: 19px; height: 19px; }
.privacy-list > article { display: flex; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.privacy-list > article:first-child { padding-top: 0; }
.check-circle { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 24px; height: 24px; margin-top: 2px; border: 1px solid #d7dfcc; border-radius: 50%; background: #edf0e3; }
.check-circle .icon { width: 14px; height: 14px; margin: 0; }
.adventure-star { flex: 0 0 auto; color: var(--red); font-size: 39px; font-weight: 300; line-height: 1; }
.adventure-band h2 { flex: 1; font-size: 18px; font-weight: 450; letter-spacing: -.03em; line-height: 1.35; }
.activity-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.activity-tags > span { padding: 7px 13px; border: 1px solid #dedfd5; border-radius: 30px; color: #626b60; font-size: 12px; white-space: nowrap; }
.launch-content { position: relative; z-index: 1; max-width: 670px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.footer-top > p { margin-right: auto; color: var(--muted); font-size: 12px; }
.footer-top > nav { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; color: var(--muted); font-size: 12px; }
.footer-top > nav a:hover { color: var(--red); }

@media (min-width: 1440px) {
  .hero h1 { font-size: 78px; }
}
@media (max-width: 1100px) {
  .trust-bar > div { gap: 10px; font-size: 12px; }
  .adventure-band h2 { font-size: 16px; }
  .activity-tags > span { padding: 6px 10px; }
  .wrap { width: calc(100% - 72px); }
  .nav-wrap { gap: 20px; height: 86px; }
  .desktop-nav { gap: 19px; font-size: 12px; }
  .nav-actions { gap: 17px; }
  .hero { gap: 32px; margin-top: 38px; }
  .hero h1 { font-size: 60px; }
  .hero-photo { height: 555px; border-top-right-radius: 95px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding: 14px 17px; }
  .floating-label { left: -14px; max-width: 230px; padding: 12px 13px; }
  .tag-visual { right: -12px; width: 120px; height: 120px; bottom: 134px; }
  .trust-item { gap: 10px; padding-inline: 17px; }
  .trust-item strong { font-size: 12px; }
  .section { padding-block: 80px; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 265px; }
  .demo-grid { gap: 35px; min-height: 630px; }
  .demo-copy h2 { font-size: 45px; }
  .demo-tabs { gap: 22px; }
  .demo-tabs button { font-size: 12px; }
  .privacy, .faq { gap: 55px; }
  .adventure-band { align-items: flex-start; gap: 25px; }
  .activity-chips { justify-content: flex-end; max-width: 440px; }
  .launch { padding: 48px; gap: 35px; }
  .launch h2 { font-size: 40px; }
  .launch-mark { width: 160px; height: 160px; }
  .launch-mark .icon { width: 95px; height: 95px; }
}
@media (max-width: 800px) {
  .trust-bar > div { align-items: flex-start; gap: 8px; font-size: 12px; }
  .trust-bar > div .icon { width: 18px; height: 18px; }
  .privacy-list > article { gap: 12px; }
  .adventure-band { flex-wrap: wrap; }
  .adventure-band h2 { flex: 1; font-size: 15px; }
  .activity-tags { width: 100%; padding-left: 52px; }
  .footer-top { gap: 18px; }
  .footer-top > p { display: none; }
  .footer-top > nav { gap: 20px; font-size: 12px; }
  .wrap { width: calc(100% - 48px); }
  .nav-wrap { height: 80px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-actions { gap: 18px; }
  .hero { gap: 28px; align-items: start; }
  .hero-copy { padding-top: 12px; }
  .hero h1 { font-size: 48px; }
  .hero .eyebrow { font-size: 12px; }
  .hero-description { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 25px; }
  .hero-bottom { margin-top: 27px; font-size: 12px; }
  .hero-photo { height: 530px; border-top-right-radius: 75px; }
  .floating-label { bottom: 35px; max-width: 225px; left: -10px; }
  .tag-visual { width: 97px; height: 97px; border-width: 6px; bottom: 114px; }
  .photo-bottom { display: none; }
  .photo-caption { left: 19px; top: 20px; font-size: 12px; }
  .trust-bar { padding-block: 23px; }
  .trust-item { align-items: flex-start; gap: 9px; padding-inline: 14px; }
  .trust-item > .icon { width: 19px; height: 19px; }
  .trust-item strong { font-size: 12px; }
  .trust-item small, .trust-item span { font-size: 12px; }
  .section { padding-block: 68px; }
  .section-heading { gap: 35px; margin-bottom: 35px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading > p { max-width: 215px; font-size: 12px; }
  .steps { gap: 26px; }
  .step h3 { font-size: 18px; }
  .step p { font-size: 12px; }
  .demo-grid { gap: 18px; min-height: 605px; }
  .demo-copy { padding-block: 60px; }
  .demo-copy h2 { font-size: 38px; }
  .demo-copy > p { font-size: 12px; }
  .demo-tabs { gap: 19px; margin-top: 26px; }
  .demo-tabs button { font-size: 12px; }
  .demo-explanation { min-height: 127px; font-size: 12px; }
  .demo-stage { min-height: 540px; }
  .phone-mockup { transform: rotate(5deg) scale(.9); }
  .privacy, .faq { gap: 36px; }
  .privacy h2, .faq h2 { font-size: 35px; }
  .privacy-copy > p { font-size: 12px; }
  .privacy-list h3 { font-size: 14px; }
  .privacy-list p { font-size: 12px; }
  .adventure-band { align-items: center; }
  .adventure-intro { font-size: 12px; gap: 11px; min-width: 220px; }
  .activity-chips { max-width: 330px; }
  .activity-chips span { font-size: 12px; padding: 6px 10px; }
  .faq-list summary { font-size: 13px; }
  .launch { padding: 38px; }
  .launch h2 { font-size: 36px; }
  .launch-mark { position: absolute; right: -50px; top: 38px; opacity: .5; }
  .launch-copy { max-width: 510px; }
  .footer-nav { gap: 18px; font-size: 12px; }
}
@media (max-width: 600px) {
  .trust-bar > div, .trust-bar > div:first-child, .trust-bar > div:last-child { align-items: center; justify-content: flex-start; gap: 13px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); font-size: 12px; }
  .trust-bar > div:last-child { border-bottom: 0; }
  .trust-bar > div .icon { width: 21px; height: 21px; }
  .compatibility-note { margin-top: 7px; font-size: 12px; }
  .demo-orbit { width: 340px; height: 340px; }
  .privacy-list > article { padding-block: 21px; }
  .privacy-intro { font-size: 13px; }
  .adventure-band { position: relative; padding-left: 46px; }
  .adventure-star { position: absolute; left: 0; top: 26px; font-size: 31px; }
  .adventure-band h2 { max-width: 285px; font-size: 18px; }
  .activity-tags { padding-left: 0; gap: 8px; }
  .activity-tags > span { font-size: 12px; padding: 6px 10px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 25px; padding-bottom: 26px; }
  .footer-top > nav { gap: 24px; font-size: 12px; }
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  .nav-wrap { height: 76px; gap: 16px; }
  .brand { gap: 8px; }
  .brand img { width: 39px; height: 39px; }
  .brand-name, .brand > span { font-size: 23px; }
  .nav-actions { gap: 17px; }
  .nav-actions > .button, .nav-actions > .btn, .nav-cta { display: none; }
  .menu-toggle { width: 33px; }
  .hero { grid-template-columns: 1fr; gap: 38px; margin-top: 26px; margin-bottom: 29px; }
  .hero-copy { padding-top: 11px; }
  .hero .eyebrow { font-size: 12px; }
  .hero h1 { max-width: 480px; margin-top: 22px; font-size: clamp(44px, 11.65vw, 65px); line-height: 1.075; }
  .hero-description { max-width: 400px; margin-top: 22px; font-size: 14px; line-height: 1.75; }
  .hero-actions { flex-direction: row; align-items: center; gap: 23px; margin-top: 26px; }
  .hero-actions .button, .hero-actions .btn { min-height: 53px; padding: 15px 19px; font-size: 12px; gap: 15px; }
  .hero-actions .text-link { font-size: 12px; gap: 6px; }
  .hero-actions .text-link .icon { width: 15px; height: 15px; }
  .hero-note { font-size: 12px; }
  .hero-bottom { margin-top: 26px; }
  .hero-photo { height: 420px; border-radius: 12px 92px 12px 12px; object-position: 72% 55%; }
  .photo-caption { font-size: 12px; }
  .photo-bottom { display: block; bottom: 18px; left: 20px; font-size: 12px; }
  .floating-label { left: 13px; bottom: 50px; padding: 12px; max-width: 220px; }
  .floating-label strong { font-size: 12px; }
  .floating-label span, .floating-label small { font-size: 12px; }
  .floating-label > .icon { width: 25px; height: 25px; }
  .tag-visual { right: 10px; bottom: 121px; width: 100px; height: 100px; }
  .trust-bar { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { align-items: center; justify-content: flex-start; padding: 15px 0; gap: 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .trust-item > .icon { width: 21px; height: 21px; }
  .trust-item strong { font-size: 12px; }
  .trust-item small, .trust-item span { font-size: 12px; }
  .section { padding-block: 60px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { max-width: 390px; font-size: 37px; }
  .section-heading > p { max-width: 355px; margin-top: 21px; font-size: 13px; }
  .steps { grid-template-columns: 1fr; gap: 10px; }
  .step { padding-block: 20px 23px; }
  .step-top { margin-bottom: 17px; }
  .step h3 { font-size: 22px; }
  .step p { max-width: 440px; font-size: 13px; }
  .demo-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .demo-copy { padding: 58px 0 0; }
  .demo-copy h2 { max-width: 440px; font-size: 42px; }
  .demo-copy > p { max-width: 390px; font-size: 13px; }
  .demo-tabs { gap: 29px; }
  .demo-tabs button { padding: 15px 0; font-size: 12px; }
  .demo-explanation { min-height: 110px; max-width: 450px; font-size: 13px; }
  .demo-footnote { margin-top: 13px; font-size: 12px; }
  .demo-stage { min-height: 574px; }
  .demo-panel { min-height: 540px; }
  .phone-mockup { transform: rotate(6deg) scale(.95); }
  .tag-panel { min-height: 540px; }
  .privacy { grid-template-columns: 1fr; gap: 39px; }
  .privacy h2, .faq h2 { max-width: 400px; font-size: 38px; }
  .privacy-copy > p { font-size: 13px; }
  .privacy-list h3 { font-size: 16px; }
  .privacy-list p { font-size: 12px; }
  .privacy-item, .privacy-list > li { padding-block: 21px; }
  .adventure-band { flex-direction: column; align-items: flex-start; gap: 23px; padding-block: 27px; }
  .adventure-intro { font-size: 14px; }
  .activity-chips { max-width: none; justify-content: flex-start; gap: 8px; }
  .activity-chips span { font-size: 12px; padding: 8px 11px; }
  .faq { grid-template-columns: 1fr; gap: 33px; }
  .faq-heading p { max-width: 380px; margin-top: 19px; }
  .faq-list summary { padding-block: 21px; font-size: 14px; }
  .faq-list details > p { font-size: 13px; }
  .launch { padding: 34px 25px; gap: 0; border-radius: 12px; }
  .launch .eyebrow { font-size: 12px; }
  .launch h2 { max-width: 340px; font-size: 36px; }
  .launch p { font-size: 12px; }
  .launch-mark { right: -78px; top: 95px; opacity: .28; }
  .platforms { gap: 9px; }
  .platform, .platforms > div, .platforms > span { min-width: 139px; padding: 10px 12px; gap: 9px; }
  .platforms strong { font-size: 12px; }
  .platforms small { font-size: 12px; }
  .site-footer { padding-top: 34px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 25px; padding-bottom: 26px; }
  .footer-nav { gap: 24px; font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 14px; padding-top: 21px; font-size: 12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 43px; }
  .hero-actions { gap: 17px; }
  .hero-actions .button, .hero-actions .btn { padding-inline: 14px; }
  .hero-actions .text-link { font-size: 12px; }
  .floating-label { max-width: 200px; left: 10px; padding: 11px 10px; }
  .floating-label strong { font-size: 12px; }
  .floating-label span, .floating-label small { font-size: 12px; }
  .hero-photo { height: 390px; }
  .demo-copy h2 { font-size: 38px; }
  .demo-tabs { gap: 22px; }
  .demo-tabs button { font-size: 12px; }
  .launch { padding: 31px 22px; }
  .launch h2 { font-size: 33px; }
  .platform, .platforms > div, .platforms > span { min-width: 0; width: 100%; }
  .footer-nav { gap: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
