:root {
  color-scheme: light;
  --ink: #241b3b;
  --ink-soft: #3c3157;
  --muted: #6d647e;
  --violet: #6c5ce7;
  --violet-dark: #5041c7;
  --violet-soft: #eeeafe;
  --coral: #ff6b5f;
  --coral-dark: #d94e47;
  --coral-soft: #ffe8e3;
  --sand: #f6f1e9;
  --paper: #fffcf8;
  --white: #ffffff;
  --line: #ded7e8;
  --success: #267664;
  --shadow: 0 28px 90px rgba(36, 27, 59, 0.16);
  --shadow-soft: 0 14px 42px rgba(36, 27, 59, 0.08);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Avenir Next", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: var(--violet-dark); }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.beta-application { display: grid; max-width: 680px; gap: 14px; margin-top: 24px; }
.beta-application label { display: grid; gap: 6px; color: #ece8f1; font-size: .88rem; font-weight: 800; }
.beta-application input, .beta-application textarea { width: 100%; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--ink); background: white; font-weight: 500; }
.beta-application textarea { resize: vertical; }
.beta-application .button { justify-self: start; border: 0; cursor: pointer; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 215, 232, 0.75);
  background: rgba(255, 252, 248, 0.91);
  backdrop-filter: blur(20px);
}
.site-header .shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-decoration: none;
}
.wordmark span { color: var(--coral-dark); }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.28rem; font-weight: 900; letter-spacing: -0.045em; text-decoration: none; }
.brand-lockup > img { width: 39px; height: 39px; border-radius: 12px; box-shadow: 0 7px 16px rgba(36, 27, 59, 0.16); }
.brand-lockup span span { color: var(--coral-dark); }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--muted); font-size: 0.92rem; font-weight: 750; text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--ink); }
.language-picker { min-height: 36px; padding: 0 8px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--paper); font-size: .78rem; font-weight: 750; }
html[dir="rtl"] .site-header .shell, html[dir="rtl"] .nav { direction: rtl; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: white;
  background: var(--violet);
  box-shadow: 0 12px 28px rgba(108, 92, 231, 0.28);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--violet-dark); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(255, 107, 95, 0.5); outline-offset: 3px; }
.button.secondary { color: var(--ink); background: white; border-color: var(--line); box-shadow: none; }
.button.coral { color: var(--ink); background: var(--coral); box-shadow: 0 12px 28px rgba(255, 107, 95, 0.26); }
.button.coral:hover { background: #ff8177; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  color: white;
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 107, 95, 0.28), transparent 22rem),
    radial-gradient(circle at 8% 85%, rgba(108, 92, 231, 0.42), transparent 28rem),
    var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  top: -290px;
  left: 37%;
  border: 70px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 70px; align-items: center; }
.hero-devices { position: relative; display: grid; min-height: 570px; place-items: center; }
.hero-phone { position: relative; z-index: 2; width: min(315px, 84%); transform: rotate(4deg); }
.hero-screenshot { position: relative; z-index: 2; width: min(330px, 86%); margin: 0; padding: 6px; overflow: visible; transform: rotate(2deg); border: 2px solid #9a98a0; border-radius: 53px; background: linear-gradient(105deg, #d4d0d7 0%, #45434a 4%, #111115 10%, #1d1d22 50%, #09090b 90%, #bab6be 100%); box-shadow: 0 36px 78px rgba(4, 2, 12, .55), 0 0 0 2px rgba(255, 255, 255, .16), 0 2px 5px rgba(255, 255, 255, .2) inset; }
.hero-screenshot::before { content: ""; position: absolute; z-index: 2; inset: 3px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 47px; pointer-events: none; }
.hero-screenshot img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: 45px; }
.hero-screenshot .volume-up { top: 120px; left: -7px; height: 42px; }
.hero-screenshot .volume-down { top: 171px; left: -7px; height: 42px; }
.hero-screenshot .power { top: 141px; right: -7px; height: 65px; }
.hero-orbit { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: white; background: rgba(255,255,255,.12); box-shadow: 0 18px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); font-weight: 900; }
.orbit-one { top: 11%; left: 4%; width: 54px; height: 54px; color: var(--ink); background: var(--coral); font-size: 1.3rem; }
.orbit-two { right: -2%; bottom: 16%; padding: 9px 13px; font-size: .76rem; }
.device-frame { position: relative; isolation: isolate; padding: 42px 9px 22px; overflow: visible; border: 2px solid #8b8491; border-radius: 52px; background: linear-gradient(105deg, #d6d1db 0%, #5e5963 5%, #17151a 13%, #35313a 49%, #09090b 87%, #9d969f 100%); box-shadow: 0 38px 76px rgba(10, 5, 22, .42), 0 8px 18px rgba(255, 255, 255, .16) inset, 0 -9px 16px rgba(0, 0, 0, .34) inset; }
.device-frame::after { content: ""; position: absolute; z-index: 3; bottom: 9px; left: 50%; width: 32%; height: 4px; transform: translateX(-50%); border-radius: 999px; background: rgba(255, 255, 255, .9); box-shadow: 0 1px 2px rgba(0, 0, 0, .42); }
.device-screen, .phone-screen { position: relative; z-index: 2; min-height: 545px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .22); border-radius: 40px; background: #fffcf8; color: var(--ink); box-shadow: 0 0 0 1px rgba(0, 0, 0, .55), 0 0 18px rgba(0, 0, 0, .28) inset; }
.device-screen { min-height: 0; }
.device-camera { position: absolute; z-index: 4; top: 13px; left: 50%; width: 37%; height: 25px; transform: translateX(-50%); border-radius: 999px; background: #050507; box-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 2px 5px rgba(0, 0, 0, .54); }
.device-camera::after { content: ""; position: absolute; top: 50%; right: 13%; width: 7px; height: 7px; transform: translateY(-50%); border: 1px solid #25232a; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #53627d, #0e1016 60%); }
.device-button { position: absolute; z-index: 1; display: block; width: 5px; border: 1px solid #bcb6c0; border-radius: 3px 0 0 3px; background: linear-gradient(90deg, #403c45, #d1cbd5 55%, #59545e); box-shadow: 0 2px 4px rgba(0, 0, 0, .48); }
.device-button.volume-up { top: 116px; left: -5px; height: 42px; }
.device-button.volume-down { top: 167px; left: -5px; height: 42px; }
.device-button.power { top: 132px; right: -5px; height: 64px; border-radius: 0 3px 3px 0; }
.galaxy-frame { padding: 31px 7px 20px; border-color: #5e6167; border-radius: 39px; background: linear-gradient(105deg, #c7cbd1 0%, #3d424a 4%, #12151a 12%, #22272f 50%, #0a0b0d 90%, #a4a8ae 100%); }
.galaxy-frame .device-screen, .galaxy-frame .phone-screen { border-radius: 29px; }
.galaxy-frame .device-camera { top: 13px; width: 11px; height: 11px; border: 2px solid #20242b; border-radius: 50%; background: radial-gradient(circle at 37% 30%, #788ba2 0 13%, #151b28 29%, #030405 68%); box-shadow: 0 0 0 1px rgba(255, 255, 255, .11); }
.galaxy-frame .device-camera::after { display: none; }
.galaxy-frame::after { bottom: 9px; width: 28%; height: 3px; background: rgba(255, 255, 255, .68); }
.galaxy-frame .volume-up { top: 101px; right: -5px; left: auto; height: 36px; border-radius: 0 3px 3px 0; }
.galaxy-frame .volume-down { top: 145px; right: -5px; left: auto; height: 36px; border-radius: 0 3px 3px 0; }
.galaxy-frame .power { top: 198px; right: -5px; height: 45px; }
.app-top { display: flex; align-items: center; gap: 8px; padding: 28px 17px 14px; font-size: .76rem; font-weight: 900; }
.app-top img { width: 24px; height: 24px; border-radius: 8px; }
.app-top b { margin-left: auto; color: var(--violet-dark); letter-spacing: .08em; }
.screen-home { padding: 0 13px; background: linear-gradient(180deg,#fffcf8 0%,#f4efff 100%); }
.screen-trip { display: grid; gap: 5px; padding: 18px; border-radius: 23px; color: white; background: linear-gradient(145deg,var(--ink),#4f3f95); }
.screen-trip span, .phone-screen small { font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.screen-trip strong { font-size: 1.43rem; letter-spacing: -.05em; }
.screen-trip small { color: #d8d1e8; letter-spacing: 0; font-weight: 700; }
.screen-pulse { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding: 16px 18px; border-radius: 19px; color: white; background: var(--violet); }
.screen-pulse div { display: grid; gap: 0; }.screen-pulse small { color: #ddd8ff; }.screen-pulse b { font-size: 2rem; line-height: 1.05; letter-spacing: -.07em; }.screen-pulse span { color: #e7e3ff; font-size: .68rem; font-weight: 800; }.screen-pulse i { width: 51px; height: 51px; border: 7px solid #bcb2ff; border-top-color: var(--coral); border-radius: 50%; }
.screen-next { display: grid; gap: 5px; margin-top: 12px; padding: 16px; border: 1px solid #e4dfee; border-radius: 19px; background: white; }.screen-next b { font-size: .8rem; }.screen-next span { color: var(--muted); font-size: .65rem; }.screen-next em { color: var(--coral-dark); font-style: normal; font-weight: 900; }
.screen-tabs { position: absolute; right: 13px; bottom: 13px; left: 13px; display: flex; justify-content: space-around; padding: 11px; border-radius: 17px; color: #776b8b; background: white; box-shadow: 0 8px 24px rgba(36,27,59,.09); font-size: .8rem; }.screen-tabs b:nth-child(2) { color: var(--violet); }
.eyebrow { color: var(--violet-dark); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.hero .eyebrow, .cta .eyebrow { color: #bdb4ff; }
.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #f8f5ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
}
.availability-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 107, 95, 0.17); }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -0.045em; }
h1 { max-width: 760px; font-size: clamp(3.2rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.2rem); }
h3 { font-size: 1.3rem; }
.lead { max-width: 690px; margin: 24px 0 30px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero .lead { color: #d8d1e7; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button.secondary { color: white; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); }
.fine-print { margin-top: 16px; color: var(--muted); font-size: 0.86rem; }
.hero .fine-print { color: #aaa1bc; }

.product-board { position: relative; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 34px; background: #fffaf5; box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28); transform: rotate(1.2deg); }
.product-board::after { content: ""; position: absolute; inset: 15px -15px -15px 15px; z-index: -1; border-radius: 34px; background: var(--coral); }
.board-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 4px 20px; color: var(--ink); }
.board-trip { font-weight: 900; letter-spacing: -0.025em; }
.board-date { color: var(--muted); font-size: 0.82rem; font-weight: 750; }
.readiness-card { padding: 22px; border-radius: 23px; color: white; background: var(--violet); }
.readiness-label { display: flex; justify-content: space-between; gap: 16px; color: #e5e1ff; font-size: 0.82rem; font-weight: 800; }
.readiness-score { margin: 8px 0 15px; font-size: 2.35rem; font-weight: 950; letter-spacing: -0.06em; }
.progress { height: 9px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, 0.18); }
.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--coral); }
.board-list { display: grid; gap: 10px; margin-top: 12px; }
.board-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid #e9e2ef; border-radius: 16px; color: var(--ink); background: white; }
.board-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--violet-dark); background: var(--violet-soft); font-weight: 950; }
.board-row b { display: block; font-size: 0.9rem; }
.board-row small { color: var(--muted); }
.status { padding: 5px 8px; border-radius: 999px; color: var(--success); background: #e0f3ed; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.status.coral { color: #8e2d35; background: var(--coral-soft); }

.truth-strip { border-bottom: 1px solid var(--line); background: white; }
.truth-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.truth-item { padding: 25px 28px; border-right: 1px solid var(--line); }
.truth-item:last-child { border-right: 0; }
.truth-item strong { display: block; margin-bottom: 3px; font-size: 1.04rem; }
.truth-item span { color: var(--muted); font-size: 0.9rem; }

.app-showcase { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f6f1ff 100%); }
.app-showcase-heading { max-width: 720px; text-align: center; margin-right: auto; margin-left: auto; }
.screen-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.screen-story { display: grid; gap: 25px; }.screen-story > div:last-child { padding: 0 8px; }.screen-story h3 { font-size: 1.55rem; }.screen-story p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }.screen-story .eyebrow { margin: 0 0 6px; }
.showcase-phone { width: min(100%, 305px); margin: 0 auto; transform: rotate(-1.2deg); }.featured-screen .showcase-phone { transform: translateY(-17px) rotate(1.2deg); }
.screen-live { padding: 0 13px; background: #f5f1ff; }.live-hero { display: grid; gap: 7px; padding: 20px; border-radius: 21px; color: white; background: linear-gradient(145deg,#251b3c,#6c5ce7); }.live-hero small { color: #cbc3ff; }.live-hero strong { font-size: 1.45rem; letter-spacing: -.05em; }.live-hero span { color: #ded9f4; font-size: .67rem; line-height: 1.35; }.live-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 11px 0; }.live-metrics span { display: grid; gap: 1px; padding: 10px 7px; border-radius: 13px; color: var(--muted); background: white; font-size: .57rem; font-weight: 800; }.live-metrics b { color: var(--ink); font-size: 1rem; }.live-card { display: grid; gap: 4px; padding: 14px; border-radius: 16px; background: white; }.live-card b { font-size: .7rem; }.live-card span { color: var(--muted); font-size: .62rem; }.live-row { display: flex; gap: 10px; align-items: center; margin-top: 11px; padding: 12px; border-radius: 16px; background: white; }.live-row i { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: white; background: var(--success); font-size: .7rem; font-style: normal; }.live-row span { display: grid; gap: 2px; }.live-row b { font-size: .66rem; }.live-row small { color: var(--muted); letter-spacing: 0; font-weight: 700; }
.screen-control { padding: 0 13px; background: linear-gradient(180deg,#fff 0%,#f4eeff 100%); }.control-title { display: grid; gap: 6px; padding: 18px; border-radius: 20px; color: white; background: var(--ink); }.control-title small { color: #c3bcda; }.control-title strong { font-size: 1.33rem; line-height: 1.08; letter-spacing: -.055em; }.control-score { display: grid; gap: 1px; margin: 11px 0; padding: 15px; border-radius: 18px; color: white; background: var(--violet); }.control-score span { color: #d7d2ff; font-size: .58rem; font-weight: 900; letter-spacing: .08em; }.control-score b { font-size: 2rem; letter-spacing: -.08em; }.control-score small { color: #e8e5ff; letter-spacing: 0; }.control-row { display: grid; grid-template-columns: 31px 1fr auto; gap: 8px; align-items: center; margin-top: 8px; padding: 11px; border-radius: 15px; background: white; }.control-row i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--violet-dark); background: var(--violet-soft); font-size: .62rem; font-style: normal; font-weight: 900; }.control-row span { display: grid; gap: 2px; }.control-row b { font-size: .67rem; }.control-row small { color: var(--muted); letter-spacing: 0; font-weight: 700; }.control-row em { padding: 4px 6px; border-radius: 99px; color: var(--success); background: #e3f5ee; font-size: .54rem; font-style: normal; font-weight: 900; }.control-row.action em { color: #9b3235; background: var(--coral-soft); }
.screen-money { padding: 0 13px; background: #fffaf6; }.money-hero { display: grid; gap: 4px; padding: 19px; border-radius: 21px; color: white; background: linear-gradient(145deg,var(--coral),#ff9885); }.money-hero small { color: #fff0ed; }.money-hero strong { font-size: 1.66rem; letter-spacing: -.07em; }.money-hero span { color: #fff6f3; font-size: .62rem; }.money-tabs { display: flex; justify-content: space-between; margin: 13px 2px; color: var(--muted); font-size: .64rem; font-weight: 800; }.money-tabs b { color: var(--ink); }.money-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; padding: 12px 0; border-top: 1px solid #ebe4df; }.money-row i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--violet-dark); background: var(--violet-soft); font-size: .7rem; font-style: normal; }.money-row span { display: grid; gap: 2px; }.money-row b { font-size: .68rem; }.money-row small { color: var(--muted); letter-spacing: 0; font-weight: 700; }.money-row > strong { font-size: .67rem; }.settle-tip { display: grid; gap: 3px; margin-top: 8px; padding: 13px; border-radius: 15px; color: white; background: var(--ink); }.settle-tip b { font-size: .68rem; }.settle-tip span { color: #d8d1e8; font-size: .6rem; }

.section { padding: 96px 0; }
.section.soft { background: var(--sand); }
.section.violet-wash { background: linear-gradient(135deg, #f4f1ff, #fff8f4); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { grid-column: span 4; min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-soft); }
.feature-card.wide { grid-column: span 8; }
.feature-card.dark { color: white; border-color: var(--ink); background: var(--ink); }
.feature-card.coral { background: var(--coral-soft); }
.feature-number { display: grid; width: 42px; height: 42px; margin-bottom: 58px; place-items: center; border-radius: 13px; color: var(--violet-dark); background: var(--violet-soft); font-weight: 950; }
.feature-card.dark .feature-number { color: var(--ink); background: var(--coral); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-card.dark p { color: #cfc7df; }
.feature-card .micro-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.micro-list span { padding: 7px 10px; border-radius: 999px; color: var(--ink-soft); background: var(--sand); font-size: 0.76rem; font-weight: 800; }

.promise { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: center; }
.promise-list { display: grid; gap: 12px; }
.promise-row { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; padding: 20px; border: 1px solid rgba(222, 215, 232, 0.75); border-radius: 20px; background: white; }
.promise-row b { display: block; margin-bottom: 2px; }
.promise-row span { color: var(--muted); }
.tick { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; color: var(--ink); background: var(--coral); font-weight: 950; }

.use-cases { display: flex; flex-wrap: wrap; gap: 10px; }
.use-cases span { padding: 12px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: white; font-weight: 800; }
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq summary { color: var(--ink); font-weight: 850; cursor: pointer; }
.faq p { margin-bottom: 0; color: var(--muted); }
.cta { position: relative; overflow: hidden; padding: 58px; border-radius: 34px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.cta::after { content: ""; position: absolute; width: 240px; height: 240px; right: -90px; bottom: -140px; border: 48px solid rgba(255, 107, 95, 0.23); border-radius: 50%; }
.cta > * { position: relative; z-index: 1; }
.cta p { max-width: 650px; color: #d0c8df; }

/* Premium launch experience */
.premium-hero {
  padding-top: 82px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 107, 95, 0.34), transparent 23rem),
    radial-gradient(circle at 2% 92%, rgba(108, 92, 231, 0.48), transparent 31rem),
    linear-gradient(145deg, #1c152e 0%, var(--ink) 48%, #2e2350 100%);
}
.premium-hero h1 { font-size: clamp(3.45rem, 6.7vw, 6.45rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: #c9c1d8; background: rgba(255, 255, 255, 0.07); font-size: 0.75rem; font-weight: 800; }
.hero-proof span::before { content: "✓"; color: #6ee7c0; font-weight: 950; }
.premium-board { transform: rotate(0.7deg); }
.premium-board::after { background: linear-gradient(135deg, var(--coral), #ff9a78); }
.board-mode { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-bottom: 15px; padding: 5px; border-radius: 13px; color: var(--muted); background: #eee9f0; font-size: 0.72rem; font-weight: 900; text-align: center; }
.board-mode span { padding: 7px 5px; border-radius: 9px; }
.board-mode .active { color: white; background: var(--ink); box-shadow: 0 5px 14px rgba(36, 27, 59, 0.2); }
.premium-progress span { width: 88%; }
.health-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; color: #dedaff; font-size: 0.69rem; font-weight: 800; }
.next-move { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 12px; padding: 12px 14px; border-radius: 15px; color: white; background: var(--ink); font-size: 0.74rem; }
.next-move > span:first-child { color: #bdb4cb; font-weight: 850; text-transform: uppercase; }
.next-move > span:last-child { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--coral); font-weight: 950; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr); gap: 64px; align-items: end; max-width: none; }
.split-heading p:not(.eyebrow) { margin-bottom: 4px; }
.premium-bento .feature-card { min-height: 290px; }
.feature-top { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.feature-top .feature-number { margin-bottom: 54px; }
.feature-badge { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; color: #d8d0e6; background: rgba(255, 255, 255, 0.06); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.feature-command h3, .violet-card h3 { max-width: 660px; font-size: clamp(1.75rem, 3.2vw, 2.75rem); }
.command-mini { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.command-mini span { display: flex; align-items: baseline; gap: 6px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; color: #cfc7df; background: rgba(255, 255, 255, 0.06); font-size: 0.74rem; font-weight: 800; }
.command-mini b { color: white; font-size: 1.08rem; }
.violet-card { color: white; border-color: var(--violet); background: linear-gradient(145deg, var(--violet-dark), var(--violet)); }
.violet-card .feature-number { color: var(--ink); background: #c6beff; }
.violet-card p { color: #e0dcff; }
.violet-card .feature-badge { color: white; }
.coral-soft-card { background: linear-gradient(145deg, #fff8f5, var(--coral-soft)); }
.travel-mini { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 24px; padding: 15px; border-radius: 17px; color: var(--ink); background: white; }
.travel-time { color: var(--violet-dark); font-size: 1.12rem; font-weight: 950; }
.travel-mini b, .travel-mini small { display: block; }
.travel-mini small { color: var(--muted); }
.journey-layout { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 74px; align-items: start; }
.journey-heading { position: sticky; top: 114px; margin: 0; }
.journey-grid { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.journey-grid li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(222, 215, 232, 0.85); border-radius: 22px; background: rgba(255, 255, 255, 0.86); box-shadow: var(--shadow-soft); }
.journey-grid li > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; color: var(--ink); background: var(--coral); font-weight: 950; }
.journey-grid b { font-size: 1.22rem; }
.journey-grid p { margin: 4px 0 0; color: var(--muted); }
.trip-types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 25px; }
.trip-types-grid article { display: grid; grid-template-columns: 58px 1fr auto; gap: 16px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-soft); }
.trip-emoji { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--violet-soft); font-size: 1.7rem; }
.trip-types-grid h3 { margin-bottom: 5px; }
.trip-types-grid p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.workflow-count { padding: 6px 9px; border-radius: 999px; color: var(--violet-dark); background: var(--violet-soft); font-size: 0.68rem; font-weight: 900; white-space: nowrap; }
.pricing-section { color: white; background: linear-gradient(145deg, #171021, var(--ink) 58%, #33235b); }
.pricing-heading { max-width: 820px; }
.pricing-heading .eyebrow { color: #bbb2ff; }
.pricing-heading p:not(.eyebrow) { color: #cfc7db; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 27px; background: rgba(255, 255, 255, 0.07); }
.price-card.current { color: var(--ink); border-color: white; background: white; }
.price-card.featured { border-color: rgba(198, 190, 255, 0.68); background: linear-gradient(155deg, rgba(108, 92, 231, 0.46), rgba(255, 255, 255, 0.08)); box-shadow: 0 24px 64px rgba(0, 0, 0, 0.21); }
.price-kicker { color: #c9c0d8; font-size: 0.73rem; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; }
.price-card.current .price-kicker { color: var(--coral-dark); }
.price { display: grid; gap: 0; margin: 17px 0 12px; }
.price b { font-size: 3.15rem; line-height: 1; letter-spacing: -0.06em; }
.price span { color: #c3bbcf; font-size: 0.82rem; font-weight: 800; }
.price-card.current .price span, .price-card.current > p, .price-card.current li { color: var(--muted); }
.price-card > p { color: #d3ccdc; }
.price-card ul { display: grid; gap: 10px; margin: 15px 0 25px; padding: 0; color: #ece8f1; list-style: none; }
.price-card li { position: relative; padding-left: 23px; font-size: 0.9rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #6ee7c0; font-weight: 950; }
.price-card .button { align-self: stretch; margin-top: auto; }
.price-note { display: block; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: #aaa1b7; font-size: 0.72rem; font-weight: 800; }
.pricing-disclaimer { max-width: 890px; margin: 24px auto 0; color: #aaa2b4; font-size: 0.77rem; text-align: center; }
.trust-section { background: var(--coral-soft); }
.trust-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 72px; }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.trust-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 19px; border: 1px solid rgba(217, 78, 71, 0.16); border-radius: 19px; background: rgba(255, 255, 255, 0.72); }
.trust-points > div > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; background: var(--success); font-weight: 950; }
.trust-points p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.trust-points b { display: block; margin-bottom: 4px; color: var(--ink); }
.final-cta-section { background: var(--paper); }
.premium-cta { display: flex; justify-content: space-between; gap: 44px; align-items: center; padding: 58px 62px; background: radial-gradient(circle at 89% 30%, rgba(255, 107, 95, 0.24), transparent 18rem), linear-gradient(145deg, var(--ink), #38275f); }
.premium-cta .button { flex: 0 0 auto; min-width: 190px; }

.legal-hero { padding: 70px 0 36px; }
.legal-hero h1 { max-width: 880px; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-hero > p:last-child { color: var(--muted); }
.legal { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 96px; }
.legal h2 { margin: 44px 0 12px; font-size: 1.58rem; letter-spacing: -0.025em; }
.legal h3 { margin-top: 28px; font-size: 1.08rem; letter-spacing: -0.01em; }
.legal p, .legal li { color: #514862; }
.legal li + li { margin-top: 8px; }
.notice { padding: 20px 22px; border: 1px solid #edc4bc; border-radius: 18px; background: #fff1ed; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.legal-card { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: white; text-decoration: none; box-shadow: var(--shadow-soft); }
.legal-card strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 1.15rem; }
.legal-card span { color: var(--muted); }

.invite-main { min-height: calc(100vh - 160px); padding: 70px 0 96px; background: radial-gradient(circle at 50% 0%, var(--violet-soft), transparent 34rem); }
.invite-card { width: min(620px, calc(100% - 40px)); margin: 0 auto; padding: 40px; text-align: center; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.invite-emoji { font-size: 3.6rem; line-height: 1; }
.invite-card h1 { max-width: none; margin-top: 14px; font-size: clamp(2.2rem, 7vw, 3.7rem); }
.invite-destination { margin: 10px 0 0; color: var(--violet-dark); font-size: 1.2rem; font-weight: 850; }
.invite-facts { display: grid; gap: 9px; margin: 28px 0; padding: 20px; text-align: left; border-radius: 20px; background: var(--violet-soft); }
.invite-actions { display: grid; gap: 10px; }
.loading { display: inline-block; width: 30px; height: 30px; border: 3px solid var(--line); border-top-color: var(--violet); border-radius: 50%; animation: spin 0.8s linear infinite; }
[hidden] { display: none !important; }
@keyframes spin { to { transform: rotate(360deg); } }

.participate-main { min-height: calc(100vh - 150px); padding: 48px 0 90px; background: radial-gradient(circle at 50% -8rem, #ddd7ff, transparent 35rem), var(--sand); }
.participate-shell { width: min(780px, calc(100% - 32px)); margin: 0 auto; }
.participate-loading, .participate-error { padding: 64px 30px; text-align: center; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.participate-error > div { font-size: 3.5rem; }
.participate-error h1 { max-width: none; margin: 16px 0 12px; font-size: clamp(2rem, 7vw, 3.3rem); }
.participate-error p { margin: 0 auto 24px; color: var(--muted); }
.participate-hero { position: relative; overflow: hidden; padding: 36px; color: white; border-radius: 32px; background: radial-gradient(circle at 90% 0, rgba(255, 107, 95, 0.4), transparent 16rem), linear-gradient(135deg, var(--ink), var(--violet-dark)); box-shadow: var(--shadow); }
.participate-hero::after { content: ""; position: absolute; right: -80px; bottom: -130px; width: 220px; height: 220px; border: 44px solid rgba(255, 255, 255, 0.07); border-radius: 50%; }
.participate-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
#participate-emoji { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: rgba(255, 255, 255, 0.12); font-size: 2rem; }
.secure-pill, .count-pill, .action-status { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 10px; border-radius: 999px; font-size: 0.72rem; font-weight: 900; }
.secure-pill { color: white; border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.09); }
.secure-pill::before { content: "●"; margin-right: 7px; color: #6ee7c0; }
.participate-hero h1 { position: relative; z-index: 1; max-width: none; margin-top: 5px; font-size: clamp(2.5rem, 8vw, 4.5rem); }
.participate-intro { position: relative; z-index: 1; margin: 16px 0 22px; color: #ded7ea; font-size: 1.08rem; }
.participate-meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.participate-meta span { padding: 7px 10px; border-radius: 10px; color: #f4effa; background: rgba(255, 255, 255, 0.09); font-size: 0.82rem; font-weight: 800; }
.participate-section { margin-top: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-soft); }
.participate-heading { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.participate-heading .eyebrow { margin: 0 0 5px; color: var(--coral-dark); }
.participate-heading h2 { font-size: clamp(1.65rem, 5vw, 2.35rem); }
.count-pill { min-width: 31px; justify-content: center; color: var(--violet-dark); background: var(--violet-soft); }
.action-status { color: var(--success); background: #e0f3ed; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.browser-choice, .browser-option { min-height: 54px; padding: 11px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: white; cursor: pointer; }
.browser-choice { display: grid; gap: 1px; text-align: left; }
.browser-choice span { color: var(--muted); font-size: 0.75rem; }
.browser-choice.selected, .browser-option.selected { color: white; border-color: var(--violet); background: var(--violet); box-shadow: 0 10px 24px rgba(108, 92, 231, 0.22); }
.browser-choice.selected span { color: #e8e4ff; }
.browser-choice:hover, .browser-option:hover { border-color: var(--violet); }
.browser-choice:focus-visible, .browser-option:focus-visible, .browser-action-row button:focus-visible { outline: 3px solid rgba(255, 107, 95, 0.5); outline-offset: 2px; }
.action-stack { display: grid; gap: 10px; }
.participate-plan-actions { display: flex; justify-content: flex-end; margin: -2px 0 12px; }
.browser-action-card, .browser-action-row, .browser-empty { padding: 17px; border: 1px solid #e9e2ef; border-radius: 18px; background: #fffefd; }
.browser-action-card h3, .browser-action-row h3 { margin: 0; font-size: 1.04rem; letter-spacing: -0.018em; }
.browser-options { display: grid; gap: 8px; margin-top: 14px; }
.browser-option { text-align: left; font-weight: 800; }
.browser-action-row { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.browser-action-row p { margin: 4px 0 0; color: var(--muted); font-size: 0.84rem; }
.browser-money { color: var(--violet-dark) !important; font-weight: 900; }
.browser-empty { display: flex; gap: 11px; align-items: center; color: var(--success); background: #f3fbf8; }
.browser-empty p { margin: 0; font-weight: 800; }
.browser-empty-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: white; background: var(--success); }
.section-note, .private-link-note { color: var(--muted); font-size: 0.82rem; }
.section-note { margin: -7px 0 18px; }
.private-link-note { margin: 20px 10px 0; padding: 16px; text-align: center; }

.site-footer { padding: 48px 0; color: #d6cede; background: #191326; }
.demo-main { background: linear-gradient(180deg, #f4f0ff 0, var(--paper) 34rem); }
.demo-hero { padding: 82px 0 46px; color: white; background: radial-gradient(circle at 82% 18%, rgba(255,107,95,.38), transparent 20rem), linear-gradient(135deg, #181125, var(--violet-dark)); }
.demo-hero h1 { max-width: 740px; font-size: clamp(3rem, 7vw, 5.8rem); }.demo-hero p:not(.eyebrow) { max-width: 680px; color: #ded7ea; font-size: 1.1rem; }
.demo-progress { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.demo-progress span { padding: 7px 11px; border-radius: 999px; color: #c8c0d8; background: rgba(255,255,255,.09); font-size: .78rem; font-weight: 850; }.demo-progress .active { color: var(--ink); background: var(--coral); }
.demo-workspace { display: grid; grid-template-columns: 250px 1fr; min-height: 520px; margin-top: 38px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.demo-sidebar { display: grid; align-content: start; gap: 8px; padding: 27px 18px; color: white; background: var(--ink); }.demo-sidebar > p { margin: 0; color: #c9c0dd; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.demo-sidebar > strong { font-size: 1.35rem; }.demo-sidebar > span { margin-bottom: 15px; color: #b7adc9; font-size: .85rem; }
.demo-nav { display: grid; grid-template-columns: 28px 1fr; gap: 2px 7px; padding: 12px; border: 1px solid transparent; border-radius: 15px; color: #c8c0da; background: transparent; text-align: left; cursor: pointer; }.demo-nav b { color: white; }.demo-nav small { grid-column: 2; color: #aaa0be; }.demo-nav.active { color: var(--ink); background: white; }.demo-nav.active b { color: var(--ink); }.demo-nav.active small { color: var(--muted); }
.demo-panel { padding: clamp(28px, 6vw, 64px); }.demo-panel h2 { max-width: 650px; font-size: clamp(2.1rem, 5vw, 4rem); }.demo-lead { max-width: 610px; color: var(--muted); font-size: 1.05rem; }.demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; max-width: 600px; margin: 31px 0 16px; }.demo-metrics div { display: grid; gap: 2px; padding: 18px; border-radius: 18px; background: var(--violet-soft); }.demo-metrics div:nth-child(2) { background: var(--coral-soft); }.demo-metrics b { font-size: 2rem; }.demo-metrics span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.demo-card, .demo-poll, .demo-import-result, .today-card { max-width: 600px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: #fffefd; }.demo-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.demo-card > div:first-child { display: grid; gap: 2px; }.demo-card span { color: var(--muted); font-size: .85rem; }.demo-actions { display: flex; gap: 7px; }.demo-actions button, .demo-option { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; font-weight: 800; }.demo-actions button:first-child, .demo-option.selected { color: white; border-color: var(--violet); background: var(--violet); }
.demo-feedback { color: var(--success); font-weight: 750; }.demo-poll { display: grid; gap: 10px; }.demo-poll h3 { margin-bottom: 6px; }.demo-option { display: flex; justify-content: space-between; text-align: left; }.demo-option b { font-size: .8rem; }.demo-textarea-label { display: block; margin: 24px 0 7px; font-size: .82rem; font-weight: 900; }.demo-panel textarea { display: block; width: min(100%, 620px); margin-bottom: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: #fffcf8; resize: vertical; }.demo-import-result { display: grid; gap: 6px; margin-top: 16px; }.demo-import-result span { color: var(--muted); }.today-card { position: relative; display: grid; gap: 16px; color: white; border: 0; background: linear-gradient(145deg, var(--ink), var(--violet-dark)); }.today-card > div { display: grid; gap: 2px; }.today-card small { color: #d6ceef; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }.today-card strong { font-size: 1.7rem; }.today-pill { position: absolute; top: 21px; right: 20px; padding: 5px 8px; border-radius: 999px; color: var(--ink); background: var(--coral); font-size: .7rem; font-weight: 900; }.today-card ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.today-card li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.1); }.today-card time { color: var(--coral); font-weight: 900; }.today-card li span { display: grid; gap: 2px; }.today-card li small { color: #d7cfe9; letter-spacing: 0; }.today-card .button { justify-self: start; color: var(--ink); background: white; }.demo-finish { text-align: center; }.demo-finish h2, .demo-finish p:not(.eyebrow) { max-width: 680px; margin-right: auto; margin-left: auto; }.demo-finish p:not(.eyebrow) { color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.site-footer .wordmark, .site-footer .brand-lockup { color: white; }
.site-footer .brand-lockup > img { box-shadow: none; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #bfb6ce; font-size: 0.88rem; text-decoration: none; }
.footer-note { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 22px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: #91889f; font-size: 0.8rem; }

@media (max-width: 900px) {
  .hero-grid, .promise { grid-template-columns: 1fr; }
  .hero-devices { min-height: 505px; }
  .product-board { width: min(590px, 94%); margin: 0 auto; }
  .feature-card, .feature-card.wide { grid-column: span 6; }
  .nav a:not(.button) { display: none; }
  .language-picker { max-width: 106px; }
  .split-heading, .journey-layout, .trust-grid { grid-template-columns: 1fr; gap: 30px; }
  .journey-heading { position: static; }
  .trip-types-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .screen-gallery { grid-template-columns: repeat(3, minmax(190px, 1fr)); gap: 14px; }
  .screen-story h3 { font-size: 1.3rem; }
  .price-card.current { grid-column: 1 / -1; }
  .demo-workspace { grid-template-columns: 1fr; }.demo-sidebar { grid-template-columns: repeat(4, 1fr); align-items: stretch; }.demo-sidebar > p, .demo-sidebar > strong, .demo-sidebar > span { grid-column: 1 / -1; }.demo-nav { min-height: 82px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header .shell { min-height: 66px; }
  .nav .button { min-height: 42px; padding: 0 14px; font-size: 0.8rem; }
  .hero { padding: 66px 0 62px; }
  .hero-grid { gap: 46px; }
  .hero-devices { min-height: 485px; margin-top: -8px; }.hero-phone, .hero-screenshot { width: 292px; }.orbit-one { left: 0; }.orbit-two { right: 0; }
  h1 { font-size: 3.35rem; }
  .product-board, .invite-card { padding: 22px; border-radius: 24px; }
  .board-row { grid-template-columns: 36px 1fr; }
  .board-row .status { grid-column: 2; justify-self: start; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .truth-item:last-child { border-bottom: 0; }
  .feature-card, .feature-card.wide { grid-column: 1 / -1; min-height: auto; }
  .feature-number { margin-bottom: 34px; }
  .section { padding: 72px 0; }
  .cta { padding: 38px 26px; }
  .legal-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-note { display: grid; }
  .participate-main { padding-top: 24px; }
  .participate-hero { padding: 25px; border-radius: 25px; }
  .participate-section { padding: 20px; border-radius: 22px; }
  .choice-grid { grid-template-columns: 1fr; }
  .browser-action-row { align-items: stretch; flex-direction: column; }
  .browser-action-row .button { width: 100%; }
  .premium-hero h1 { font-size: clamp(3.1rem, 15vw, 4.2rem); }
  .hero-proof { display: grid; }
  .premium-board { width: 100%; }
  .health-meta { display: grid; gap: 4px; }
  .next-move { grid-template-columns: 1fr auto; }
  .next-move > span:first-child { grid-column: 1 / -1; }
  .feature-top { align-items: flex-start; }
  .feature-badge { max-width: 135px; text-align: right; }
  .travel-mini { grid-template-columns: auto 1fr; }
  .travel-mini .status { grid-column: 2; justify-self: start; }
  .journey-grid li { grid-template-columns: 48px 1fr; padding: 19px; }
  .journey-grid li > span { width: 44px; height: 44px; }
  .trip-types-grid, .pricing-grid, .trust-points { grid-template-columns: 1fr; }
  .screen-gallery { grid-template-columns: 1fr; gap: 48px; }.screen-story { grid-template-columns: minmax(0, 285px) 1fr; gap: 20px; align-items: center; }.featured-screen .showcase-phone { transform: rotate(1.2deg); }.screen-story > div:last-child { padding: 0; }.app-showcase-heading { text-align: left; }
  .price-card.current { grid-column: auto; }
  .trip-types-grid article { grid-template-columns: 52px 1fr; }
  .workflow-count { grid-column: 2; justify-self: start; }
  .premium-cta { display: grid; padding: 40px 26px; }
  .premium-cta .button { width: 100%; }
  .demo-hero { padding: 64px 0 34px; }.demo-workspace { margin-top: 24px; border-radius: 22px; }.demo-sidebar { grid-template-columns: 1fr 1fr; }.demo-panel { padding: 30px 20px; }.demo-card { align-items: stretch; flex-direction: column; }.demo-actions button { flex: 1; }.demo-metrics { grid-template-columns: 1fr; }.today-pill { position: static; justify-self: start; }.today-card li { grid-template-columns: 1fr; gap: 2px; }
}

@media (max-width: 430px) {
  .screen-story { grid-template-columns: 1fr; }.showcase-phone { width: min(305px, 100%); }.screen-story > div:last-child { padding: 0 5px; }.brand-lockup > img { width: 35px; height: 35px; }.brand-lockup { font-size: 1.16rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Accessible navigation and durable form feedback. */
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; font-weight: 750; padding: 12px; }
.mobile-menu nav { position: absolute; right: 0; top: 100%; min-width: 210px; display: grid; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 30px #241b3b20; z-index: 20; }
.mobile-menu nav a { padding: 12px; text-decoration: none; color: var(--ink); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.beta-application select { width: 100%; min-height: 48px; padding: 12px; border: 1px solid #bcb5c9; border-radius: 12px; font: inherit; color: var(--ink); background: white; }
.beta-application [role="status"] { overflow-wrap: anywhere; text-align: left; }
button:disabled { cursor: default; opacity: .65; }
:focus-visible { outline: 3px solid #6745d5; outline-offset: 4px; }
.demo-sidebar [role="tablist"] { display: grid; gap: 6px; }
@media (max-width: 900px) {
  .nav a:not(.button) { display: inline-flex; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .nav { flex-wrap: wrap; gap: 12px; }
  .demo-sidebar [role="tablist"] { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

.invite-card .beta-application label { color: var(--ink); }
