@import "tailwindcss";

:root {
  --ink: #080807;
  --ink-2: #111311;
  --ink-3: #181614;
  --paper: #ffffff;
  --soft: #f3f1ec;
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.105);
  --glass-strong: rgba(255, 255, 255, 0.18);
  --sage: #79d0a4;
  --gold: #e5c36a;
  --coral: #ff7f6e;
  --plum: #7c5cff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.parallax-frame {
  --mx: 0;
  --my: 0;
  --sy: 0;
  background: var(--ink);
}

.site-shell,
.policy-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(121, 208, 164, 0.18), transparent 26%),
    linear-gradient(320deg, rgba(124, 92, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #070807 0%, #121411 45%, #16110f 100%);
}

.site-shell::before,
.policy-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 75%);
  opacity: 0.18;
  transform: translate3d(calc(var(--mx) * -10px), calc(var(--sy) * -80px), 0);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    repeating-radial-gradient(circle at 17% 29%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}

.light-field {
  position: fixed;
  inset: -20% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(from 120deg at 28% 22%, rgba(255, 255, 255, 0.12), rgba(121, 208, 164, 0.16), transparent 34%, rgba(229, 195, 106, 0.14), transparent 66%, rgba(255, 127, 110, 0.1), rgba(255, 255, 255, 0.12)),
    linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  filter: blur(48px) saturate(1.2);
  opacity: 0.92;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 18px - var(--sy) * 120px), 0) scale(1.04);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 12, 10, 0.58);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(28px) saturate(1.35);
}

.brand {
  gap: 10px;
  min-height: 50px;
  padding: 8px 17px 8px 9px;
  border-radius: 999px;
  font-weight: 900;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.nav-links {
  gap: 4px;
  min-height: 50px;
  padding: 5px;
  border-radius: 999px;
}

.nav-links a {
  border-radius: 999px;
  padding: 11px 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(560px, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  width: min(1240px, calc(100% - 56px));
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: 52px 0 96px;
}

.depth {
  will-change: transform;
}

.depth-copy {
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--my) * -6px + var(--sy) * -16px), 0);
}

.depth-device {
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 12px + var(--sy) * -38px), 0);
}

.eyebrow {
  margin: 0 0 16px;
  color: rgba(229, 195, 106, 0.88);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(4.8rem, 10vw, 9.6rem);
  line-height: 0.78;
  font-weight: 950;
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.hero-copy h1 {
  max-width: 100%;
  font-size: clamp(5.2rem, 7.1vw, 7.8rem);
  line-height: 0.86;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.06rem, 1.8vw, 1.34rem);
  line-height: 1.62;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(20px);
}

.store-row,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 54px;
  border-radius: 14px;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.store-badge img {
  display: block;
  width: 174px;
  height: auto;
}

.store-badge.google img {
  width: 182px;
}

.hero-product {
  position: relative;
  display: grid;
  justify-items: end;
  align-items: center;
  min-height: 760px;
  min-width: 0;
}

.glass-slab,
.glass-note,
.download-section,
.policy-cta,
.domain-section,
.channels-section,
.split-showcase article,
.itinerary-band,
.feature-card,
.policy-page-list article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(30px) saturate(1.25);
}

.glass-slab {
  position: absolute;
  pointer-events: none;
  border-radius: 34px;
}

.slab-one {
  width: 360px;
  height: 530px;
  transform: translate3d(calc(var(--mx) * -22px - 54px), calc(var(--my) * -18px + 30px), 0) rotate(-13deg);
}

.slab-two {
  width: 300px;
  height: 430px;
  transform: translate3d(calc(var(--mx) * 18px + 84px), calc(var(--my) * 18px - 70px), 0) rotate(14deg);
  opacity: 0.72;
}

.app-device {
  position: relative;
  z-index: 3;
  width: min(100%, 406px);
  border: 8px solid #10110f;
  border-radius: 48px;
  padding: 0;
  background: #10110f;
  box-shadow:
    0 54px 130px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.app-device::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 4;
  width: 104px;
  height: 25px;
  border-radius: 999px;
  background: #070807;
  transform: translateX(-50%);
}

.app-home {
  position: relative;
  min-height: 748px;
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
  color: #050505;
}

.app-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 58px 24px 0;
}

.app-header h2 {
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}

.app-header p {
  margin: 0;
  color: #777;
  font-size: 18px;
}

.app-header button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.app-header button span {
  position: relative;
  width: 17px;
  height: 19px;
  border: 2px solid #383838;
  border-bottom: 0;
  border-radius: 10px 10px 4px 4px;
}

.app-header button span::before,
.app-header button span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #383838;
}

.app-header button span::before {
  top: -5px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}

.app-header button span::after {
  bottom: -6px;
  width: 11px;
  height: 2px;
  border-radius: 999px;
}

.search-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  margin: 24px 24px 0;
  border-radius: 999px;
  padding: 0 19px;
  background: #f1f1f1;
}

.search-pill span {
  width: 16px;
  height: 16px;
  border: 2px solid #a2a2a2;
  border-radius: 999px;
}

.search-pill span::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: 11px 0 0 11px;
  border-radius: 999px;
  background: #a2a2a2;
  transform: rotate(45deg);
}

.search-pill p {
  margin: 0;
  color: #9a9a9a;
  font-weight: 650;
}

.card-stack {
  position: relative;
  height: 452px;
  margin: 24px 24px 0;
}

.trip-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 40px;
  background: #10110f;
}

.trip-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.trip-card-back {
  top: 20px;
  opacity: 0.78;
  transform: translateX(12px) scale(0.92);
}

.trip-card-front {
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.trip-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 42%, rgba(0, 0, 0, 0.7));
}

.trip-meta {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.trip-meta.top {
  top: 24px;
  left: 24px;
  right: 24px;
}

.trip-meta p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.trip-meta p span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #4ade80;
  box-shadow: 0 0 12px #4ade80;
}

.trip-meta h3 {
  margin-bottom: 8px;
  font-size: 33px;
  line-height: 1;
  font-weight: 900;
}

.trip-meta small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 750;
}

.see-more {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  padding: 12px 12px 12px 28px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  backdrop-filter: blur(18px);
}

.see-more span {
  font-size: 1rem;
  font-weight: 800;
}

.see-more i {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
}

.see-more i::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-2px) rotate(45deg);
}

.bottom-nav {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  border-radius: 31px;
  padding: 9px;
  background: #111113;
}

.bottom-nav .nav-tab {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 56px;
  border-radius: 23px;
  color: #8b8b8b;
}

.bottom-nav .nav-tab.active {
  background: #252528;
  color: #fff;
}

.nav-tab i,
.nav-tab i::before,
.nav-tab i::after,
.nav-tab b {
  display: block;
  box-sizing: border-box;
}

.nav-home {
  position: relative;
  width: 22px;
  height: 18px;
  border: 2.4px solid currentColor;
  border-top: 0;
  border-radius: 4px 4px 6px 6px;
}

.nav-home::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 16px;
  height: 16px;
  border-left: 2.4px solid currentColor;
  border-top: 2.4px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.nav-plus {
  position: relative;
  width: 24px;
  height: 24px;
}

.nav-plus::before,
.nav-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.nav-plus::before {
  width: 24px;
  height: 2.8px;
}

.nav-plus::after {
  width: 2.8px;
  height: 24px;
}

.nav-bot {
  position: relative;
  width: 24px;
  height: 20px;
  border: 2.4px solid currentColor;
  border-radius: 8px;
}

.nav-bot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 2.4px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.nav-bot::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}

.nav-account i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(121, 208, 164, 0.44), rgba(255, 127, 110, 0.42)),
    #4b5563;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.nav-account b {
  position: absolute;
  right: calc(50% - 18px);
  bottom: 13px;
  width: 9px;
  height: 9px;
  border: 2px solid #111113;
  border-radius: 999px;
  background: #fbbf24;
}

.glass-note {
  position: absolute;
  z-index: 4;
  min-width: 210px;
  border-radius: 24px;
  padding: 18px;
}

.glass-note strong,
.glass-note span {
  display: block;
}

.glass-note strong {
  margin-bottom: 5px;
  font-size: 1rem;
}

.glass-note span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 700;
}

.note-import {
  right: 0;
  top: 118px;
  transform: translate3d(calc(var(--mx) * -22px), calc(var(--my) * 16px), 0);
}

.note-live {
  left: 0;
  bottom: 118px;
  transform: translate3d(calc(var(--mx) * 28px), calc(var(--my) * -18px), 0);
}

.itinerary-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: -38px auto 108px;
  border-radius: 30px;
  padding: 14px;
}

.itinerary-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.22);
}

.itinerary-item span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 900;
}

.itinerary-item strong {
  display: block;
  margin-bottom: 3px;
}

.itinerary-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.itinerary-item em {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(121, 208, 164, 0.16);
  color: #a7f3c7;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.download-section,
.policy-cta,
.features-section,
.channels-section,
.split-showcase,
.domain-section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
}

.download-section,
.policy-cta,
.domain-section {
  margin: 0 auto 26px;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 52px);
}

.download-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.download-section h2,
.policy-cta h2,
.domain-section h2,
.section-heading h2,
.split-showcase h2,
.policy-page-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 0.96;
  font-weight: 950;
}

.download-section p,
.policy-cta p,
.domain-section p,
.section-heading p,
.feature-card li,
.channel-rail p,
.split-showcase p,
.pro-grid span,
.policy-hero p,
.policy-page-heading p,
.policy-page-list p,
.footer a {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.68;
}

.download-section > p {
  grid-column: 1 / -1;
  max-width: 640px;
  margin: 0;
}

.features-section {
  margin: 0 auto 26px;
  padding: 70px 0 52px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  margin-bottom: 22px;
}

.section-heading.compact {
  display: block;
  margin-bottom: 26px;
}

.section-heading p:last-child {
  margin: 0;
  max-width: 540px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 360px;
  border-radius: 28px;
  padding: 24px;
}

.feature-card > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(229, 195, 106, 0.9);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.feature-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-card li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
}

.feature-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 14px rgba(121, 208, 164, 0.7);
}

.channels-section {
  margin: 0 auto 26px;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 52px);
}

.channel-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.channel-rail article {
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 22px;
  background: rgba(0, 0, 0, 0.22);
}

.channel-rail strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.2rem;
}

.channel-rail p {
  margin: 0;
  font-size: 0.94rem;
}

.split-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 26px;
}

.split-showcase article {
  min-height: 420px;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 52px);
}

.split-showcase p {
  max-width: 620px;
  margin-top: 20px;
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pro-grid div {
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.22);
}

.pro-grid strong,
.pro-grid span {
  display: block;
}

.pro-grid strong {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
}

.domain-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.domain-section p {
  max-width: 740px;
  margin: 18px 0 0;
}

.domain-section > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-weight: 900;
}

.policy-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 72px;
}

.policy-cta p {
  max-width: 690px;
  margin: 18px 0 0;
}

.policy-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  padding: 0 24px;
  background: #fff;
  color: #080807;
  font-weight: 900;
}

.footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.footer img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

.policy-shell {
  overflow: visible;
}

.policy-hero,
.policy-page-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
}

.policy-hero {
  padding: 82px 0 70px;
}

.policy-hero h1 {
  margin-bottom: 18px;
}

.policy-hero p {
  max-width: 720px;
  font-size: 1.18rem;
}

.policy-page-section {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 30px;
  padding: 64px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.policy-page-heading {
  position: sticky;
  top: 96px;
  align-self: start;
}

.policy-page-heading p {
  margin-top: 18px;
}

.policy-page-list {
  display: grid;
  gap: 12px;
}

.policy-page-list article {
  border-radius: 22px;
  padding: 22px;
}

.policy-page-list h3 {
  margin-bottom: 12px;
}

.policy-page-list p {
  margin-bottom: 10px;
  font-size: 0.96rem;
}

.policy-page-list p:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .light-field,
  .site-shell::before,
  .policy-shell::before,
  .depth,
  .glass-slab,
  .glass-note {
    transform: none;
  }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .hero-product {
    min-height: 720px;
  }

  .itinerary-band,
  .download-section,
  .policy-cta,
  .domain-section,
  .section-heading,
  .split-showcase,
  .policy-page-section {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .channel-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-actions {
    justify-content: flex-start;
  }

  .policy-page-heading {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .brand,
  .nav-links {
    justify-content: center;
  }

  .hero {
    width: min(100% - 28px, 560px);
    min-height: auto;
    padding-bottom: 72px;
  }

  h1 {
    font-size: clamp(4.3rem, 22vw, 6rem);
  }

  .hero-product {
    min-height: 650px;
  }

  .app-device {
    width: min(100%, 380px);
    border-width: 6px;
    border-radius: 42px;
  }

  .app-home {
    min-height: 680px;
    border-radius: 35px;
  }

  .app-header {
    padding: 52px 20px 0;
  }

  .app-header h2 {
    font-size: 28px;
  }

  .app-header p {
    font-size: 16px;
  }

  .search-pill,
  .card-stack {
    margin-right: 20px;
    margin-left: 20px;
  }

  .card-stack {
    height: 398px;
  }

  .glass-note {
    display: none;
  }

  .itinerary-band {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }

  .download-section,
  .policy-cta,
  .domain-section,
  .features-section,
  .channels-section,
  .split-showcase {
    width: min(100% - 28px, 560px);
  }

  .policy-cta {
    align-items: start;
  }

  .feature-grid,
  .channel-rail,
  .pro-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .split-showcase article {
    min-height: auto;
  }
}

@media (max-width: 460px) {
  .nav-links a {
    padding: 10px 11px;
    font-size: 0.82rem;
  }

  .store-badge img {
    width: 156px;
  }

  .store-badge.google img {
    width: 162px;
  }

  .hero-product {
    min-height: 600px;
  }

  .app-home {
    min-height: 622px;
  }

  .bottom-nav span {
    font-size: 0.66rem;
  }

  .card-stack {
    height: 350px;
  }

  .trip-meta h3 {
    font-size: 29px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
