:root {
  color-scheme: dark;
  --navy-950: #020c18;
  --navy-900: #041427;
  --navy-850: #071b32;
  --navy-800: #0a2440;
  --navy-700: #123557;
  --ink: #061b31;
  --ivory: #f7edd9;
  --ivory-soft: #fff8ea;
  --paper: #f3e4c8;
  --gold: #d8a53b;
  --gold-soft: #f0c86a;
  --sky: #0096ff;
  --sky-soft: #73c5ff;
  --white: #fffdf7;
  --muted: #b5c4d2;
  --line-dark: rgba(239, 198, 104, 0.22);
  --line-light: rgba(5, 27, 49, 0.15);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino,
    "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI",
    "Hiragino Sans", "Yu Gothic UI", sans-serif;
  --content: min(1200px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html[data-theme="light"] {
  color-scheme: light;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--white);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.23;
  background-image:
    radial-gradient(circle at 20% 15%, rgba(0, 150, 255, 0.16), transparent 25%),
    radial-gradient(circle at 82% 34%, rgba(216, 165, 59, 0.1), transparent 22%);
}

a {
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
summary {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--sky-soft);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ivory-soft);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(3, 15, 29, 0.88);
  backdrop-filter: blur(18px) saturate(1.2);
}

.header-inner {
  width: var(--content);
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(132px, 168px) 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(168px, 100%);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.7vw, 27px);
}

.site-nav > a,
.language-menu summary,
.legal-menu summary {
  color: rgba(255, 253, 247, 0.82);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav > a:hover,
.language-menu summary:hover,
.legal-menu summary:hover {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.theme-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 253, 247, 0.82);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.theme-toggle:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

.theme-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.theme-icon-moon,
html[data-theme="light"] .theme-icon-sun {
  display: none;
}

html[data-theme="light"] .theme-icon-moon {
  display: block;
}

.language-menu {
  position: relative;
}

.mobile-language-menu {
  display: none;
}

.legal-menu {
  position: relative;
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: flex-start;
}

.language-menu summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  cursor: pointer;
  list-style: none;
  background: rgba(255, 255, 255, 0.045);
}

.legal-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  list-style: none;
}

.legal-menu summary::-webkit-details-marker {
  display: none;
}

.legal-menu summary .legal-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.legal-menu summary .menu-chevron {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.legal-menu[open] summary .menu-chevron {
  transform: rotate(180deg);
}

.legal-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 10;
  min-width: 192px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #0a1d33;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  transform: none;
}

.legal-panel a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.9rem;
  text-decoration: none;
}

.legal-panel a:hover {
  background: rgba(115, 197, 255, 0.12);
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary .menu-chevron {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.language-menu[open] summary .menu-chevron {
  transform: rotate(180deg);
}

.language-panel {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 210px;
  max-height: min(70vh, 620px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #0a1d33;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
}

html[dir="rtl"] .legal-toc,
html[dir="rtl"] .support-content section {
  padding-right: 18px;
  padding-left: 0;
  border-right: 2px solid rgba(216, 165, 59, 0.5);
  border-left: 0;
}

.language-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.9rem;
  text-decoration: none;
}

.language-panel a:hover,
.language-panel a[aria-current="page"] {
  background: rgba(115, 197, 255, 0.12);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--white);
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(216, 165, 59, 0.2);
}

.button-primary:hover {
  background: var(--gold-soft);
}

.button-secondary {
  border-color: rgba(115, 197, 255, 0.42);
  color: var(--sky-soft);
  background: rgba(0, 150, 255, 0.07);
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-store-badge:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.app-store-badge img {
  width: auto;
  height: 40px;
  max-width: none;
}

.app-store-badge-hero img,
.app-store-badge-final img {
  height: 54px;
}

.final-cta .app-store-badge {
  justify-content: center;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 118px) 0 90px;
  background:
    linear-gradient(90deg, rgba(3, 15, 29, 0.98) 0%, rgba(3, 15, 29, 0.79) 52%, rgba(3, 15, 29, 0.3) 100%),
    radial-gradient(circle at 78% 38%, rgba(0, 150, 255, 0.2), transparent 31%);
}

.hero::before,
.route-band::before,
.privacy-band::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.45;
  background-image:
    linear-gradient(31deg, transparent 48.5%, rgba(216, 165, 59, 0.16) 49%, transparent 49.5%),
    radial-gradient(circle at 18% 65%, transparent 0 1px, rgba(216, 165, 59, 0.14) 2px, transparent 3px);
  background-size: 320px 180px, 155px 155px;
  mask-image: linear-gradient(to right, transparent, black 35%, black 80%, transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 48px;
}

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

.hero h1,
.section-heading,
.legal-page h1,
.support-hero h1,
.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.9rem, 6.5vw, 7rem);
  line-height: 0.94;
}

html[lang="ja"] .hero h1 {
  font-size: clamp(3rem, 5.7vw, 6.2rem);
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--gold);
  font-weight: inherit;
}

.hero-lede {
  max-width: 610px;
  margin: 28px 0 0;
  color: #c8d4df;
  font-size: clamp(1.06rem, 1.45vw, 1.3rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-row {
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  padding: 0;
  color: #9eb2c4;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  list-style: none;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.brand-seal {
  position: absolute;
  z-index: 0;
  top: 110px;
  left: -45px;
  width: 430px;
  opacity: 0.77;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.4));
}

.phone {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 48px;
  background: linear-gradient(145deg, #232b34, #020407 45%, #38424b);
  box-shadow: var(--shadow);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  width: 34%;
  height: 24px;
  border-radius: 20px;
  content: "";
  background: #020406;
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: auto;
  border-radius: 39px;
  object-fit: cover;
}

.phone-main {
  top: 6px;
  right: 120px;
  width: 330px;
  transform: rotate(-3deg);
}

.phone-side {
  top: 98px;
  right: -48px;
  width: 292px;
  transform: rotate(7deg);
}

.app-icon-chip {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(4, 20, 39, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.app-icon-chip img {
  width: 54px;
  border-radius: 13px;
}

.app-icon-chip strong,
.app-icon-chip span {
  display: block;
}

.app-icon-chip strong {
  color: var(--white);
  font-size: 0.9rem;
}

.app-icon-chip span {
  color: var(--muted);
  font-size: 0.7rem;
}

.paper-band {
  position: relative;
  overflow: hidden;
  background-color: var(--ivory);
  color: var(--ink);
  background-image:
    radial-gradient(rgba(5, 27, 49, 0.055) 0.8px, transparent 0.8px),
    linear-gradient(90deg, rgba(216, 165, 59, 0.06), transparent 32%, rgba(216, 165, 59, 0.07));
  background-size: 6px 6px, auto;
}

.memory-band {
  padding: clamp(72px, 9vw, 128px) 0;
}

.memory-grid,
.section-grid,
.privacy-grid,
.unlock-grid,
.legal-layout,
.support-grid {
  width: var(--content);
  margin: 0 auto;
}

.memory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.section-heading {
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: 1.02;
}

html[lang="ja"] .section-heading {
  line-height: 1.25;
}

.section-heading em {
  color: #a66f07;
  font-weight: inherit;
}

.section-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: #34506a;
  font-size: 1.06rem;
}

.memory-stamps {
  position: relative;
  min-height: 340px;
}

.memory-ticket {
  position: absolute;
  width: min(360px, 74%);
  padding: 26px;
  border: 1px solid rgba(5, 27, 49, 0.24);
  border-radius: 7px;
  background: rgba(255, 250, 239, 0.82);
  box-shadow: 0 18px 46px rgba(5, 27, 49, 0.14);
}

.memory-ticket:nth-child(1) {
  top: 0;
  left: 6%;
  transform: rotate(-5deg);
}

.memory-ticket:nth-child(2) {
  top: 68px;
  right: 1%;
  transform: rotate(5deg);
}

.memory-ticket:nth-child(3) {
  right: 18%;
  bottom: 0;
  transform: rotate(-1.5deg);
}

.memory-ticket span,
.memory-ticket strong,
.memory-ticket small {
  display: block;
}

.memory-ticket span {
  color: #8b620d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.memory-ticket strong {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 2rem;
}

.memory-ticket small {
  color: #52677b;
}

.route-band {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 10vw, 144px) 0;
  background: var(--navy-900);
}

.route-band .section-grid {
  position: relative;
  z-index: 1;
}

.section-intro {
  max-width: 760px;
}

.section-intro .section-heading {
  color: var(--ivory-soft);
}

.section-intro .section-copy {
  color: var(--muted);
}

.steps {
  position: relative;
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.steps::before {
  position: absolute;
  top: 45px;
  right: 14%;
  left: 14%;
  border-top: 1px dashed rgba(216, 165, 59, 0.62);
  content: "";
}

.step {
  position: relative;
  z-index: 1;
  padding: 8px 20px 0 0;
}

.step-number {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 2.2rem;
  box-shadow: 0 0 0 9px var(--navy-900);
}

.step h3 {
  margin: 28px 0 8px;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.step p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.screens-section {
  padding: clamp(84px, 10vw, 150px) 0;
}

.product-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 150px) 0 clamp(64px, 8vw, 104px);
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 150, 255, 0.2), transparent 28%),
    radial-gradient(circle at 14% 80%, rgba(216, 165, 59, 0.14), transparent 26%),
    var(--navy-900);
}

.product-page-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.55;
  background-image: radial-gradient(circle at 1px 1px, rgba(216, 165, 59, 0.35) 1px, transparent 0);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
}

.product-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.product-page-hero-inner > img {
  width: 112px;
  margin: 0 auto 26px;
  opacity: 0.86;
}

.product-page-hero h1 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(3.4rem, 7.5vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.product-page-hero p {
  max-width: 690px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.product-page-section {
  scroll-margin-top: 90px;
}

.features-page {
  overflow: hidden;
  background: var(--navy-950);
}

.features-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 150, 255, 0.2), transparent 31%),
    radial-gradient(circle at 12% 78%, rgba(216, 165, 59, 0.12), transparent 28%),
    var(--navy-900);
}

.features-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.48;
  background-image: radial-gradient(circle at 1px 1px, rgba(216, 165, 59, 0.3) 1px, transparent 0);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, black 25%, black 75%, transparent);
}

.features-hero::after {
  position: absolute;
  right: -12%;
  bottom: 6%;
  width: 68%;
  height: 34%;
  border: 1px dashed rgba(216, 165, 59, 0.34);
  border-radius: 50%;
  content: "";
  transform: rotate(-11deg);
}

.features-hero-grid {
  position: relative;
  z-index: 1;
  width: var(--content);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  padding: clamp(72px, 9vw, 120px) 0;
}

.feature-kicker {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.features-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7.25rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.95;
  text-wrap: balance;
}

.features-hero-copy h1 em {
  color: var(--gold-soft);
  font-weight: inherit;
}

.features-hero-copy > p:not(.feature-kicker) {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.features-hero-actions,
.features-cta-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.features-hero-visual {
  position: relative;
  min-height: 610px;
}

.features-hero-seal {
  position: absolute;
  top: 9%;
  right: -6%;
  width: 440px;
  opacity: 0.18;
  filter: saturate(0.8);
}

.features-hero-phone,
.feature-story-phone {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(216, 165, 59, 0.42);
  background: #02070d;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.48);
}

.features-hero-phone {
  position: absolute;
  border-radius: 48px;
}

.features-hero-phone img,
.feature-story-phone img {
  border-radius: inherit;
}

.features-hero-phone-main {
  z-index: 2;
  right: 29%;
  bottom: -110px;
  width: min(330px, 59%);
}

.features-hero-phone-side {
  z-index: 1;
  right: -7%;
  bottom: -58px;
  width: min(282px, 51%);
  opacity: 0.86;
  transform: rotate(3deg);
}

.features-intro {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: end;
  gap: clamp(44px, 8vw, 130px);
  padding: clamp(92px, 11vw, 156px) 0 clamp(70px, 8vw, 112px);
  border-bottom: 1px solid var(--line-dark);
}

.features-intro h2,
.feature-story-copy h2,
.feature-transfer h2,
.features-privacy-copy h2,
.features-cta h2 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.features-intro h2 {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.features-intro > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.feature-stories {
  position: relative;
  width: var(--content);
  margin: 0 auto;
}

.feature-stories::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(216, 165, 59, 0.2) 7%, rgba(216, 165, 59, 0.2) 93%, transparent);
  content: "";
}

.feature-story {
  position: relative;
  min-height: 750px;
  display: grid;
  grid-template-columns: minmax(300px, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(56px, 9vw, 144px);
  padding: clamp(90px, 11vw, 158px) 0;
  border-bottom: 1px solid rgba(216, 165, 59, 0.14);
}

.feature-story-number {
  position: absolute;
  z-index: 0;
  top: clamp(42px, 6vw, 78px);
  inset-inline-start: -10px;
  color: rgba(41, 116, 165, 0.16);
  font-family: var(--display);
  font-size: clamp(6rem, 13vw, 11.5rem);
  line-height: 1;
}

.feature-story-media,
.feature-story-copy {
  position: relative;
  z-index: 1;
}

.feature-story-media {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.feature-story-phone {
  width: min(330px, 76%);
  border-radius: 48px;
}

.feature-story-reverse .feature-story-media {
  grid-column: 2;
}

.feature-story-reverse .feature-story-copy {
  grid-row: 1;
  grid-column: 1;
}

.feature-story-fact {
  position: absolute;
  top: 5%;
  inset-inline-end: 0;
  display: grid;
  justify-items: end;
  color: rgba(216, 165, 59, 0.28);
  text-align: end;
}

.feature-story-fact strong {
  font-family: var(--display);
  font-size: clamp(6rem, 12vw, 10.5rem);
  font-weight: 500;
  line-height: 1;
}

.feature-story-fact span {
  max-width: 150px;
  margin-top: -6px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.feature-story-copy h2 {
  max-width: 630px;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
}

.feature-story-lede {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.feature-story-copy ul,
.features-privacy-copy ul {
  max-width: 620px;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.feature-story-copy li,
.features-privacy-copy li {
  position: relative;
  padding-inline-start: 25px;
  color: #c5d4e0;
  font-size: 0.94rem;
}

.feature-story-copy li::before,
.features-privacy-copy li::before {
  position: absolute;
  top: 0.52em;
  inset-inline-start: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.features-support {
  width: var(--content);
  margin: clamp(92px, 11vw, 158px) auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 5%, rgba(0, 150, 255, 0.13), transparent 34%),
    #071b31;
  box-shadow: var(--shadow);
}

.feature-transfer,
.feature-languages {
  padding: clamp(34px, 5vw, 68px);
}

.feature-transfer {
  border-inline-end: 1px solid var(--line-dark);
}

.feature-transfer h2,
.features-privacy-copy h2,
.features-cta h2 {
  font-size: clamp(2.75rem, 4.8vw, 4.7rem);
}

.feature-transfer > p:not(.feature-kicker),
.features-privacy-copy > p:not(.feature-kicker),
.features-cta > div > p:not(.feature-kicker) {
  margin: 24px 0 0;
  color: var(--muted);
}

.feature-transfer .feature-transfer-note {
  color: #c4d2de;
  font-size: 0.9rem;
}

.feature-access-note {
  margin-top: 30px;
  display: grid;
  gap: 6px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.feature-access-note strong {
  color: var(--gold-soft);
}

.feature-access-note span {
  color: #c4d2de;
  font-size: 0.9rem;
}

.feature-language-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.feature-language-heading strong {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: clamp(4.6rem, 8vw, 7.8rem);
  font-weight: 500;
  line-height: 0.8;
}

.feature-language-heading span {
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.feature-languages ul {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  list-style: none;
}

.feature-languages li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c4d2de;
  font-size: 0.78rem;
}

.features-privacy {
  position: relative;
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(56px, 10vw, 150px);
  padding: 0 0 clamp(100px, 12vw, 170px);
}

.features-privacy-emblem {
  position: relative;
  width: min(380px, 100%);
  margin: 0 auto;
}

.features-privacy-emblem::before,
.features-privacy-emblem::after {
  position: absolute;
  inset: 7%;
  border: 1px dashed rgba(216, 165, 59, 0.4);
  border-radius: 50%;
  content: "";
}

.features-privacy-emblem::after {
  inset: 18%;
  border-style: solid;
  opacity: 0.44;
}

.features-privacy-emblem img {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0.48;
}

.features-privacy-copy > p:not(.feature-kicker) {
  max-width: 720px;
}

.features-privacy-copy .text-link {
  display: inline-flex;
  margin-top: 34px;
}

.features-cta {
  width: var(--content);
  margin: 0 auto clamp(90px, 11vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: end;
  gap: clamp(42px, 7vw, 100px);
  padding: clamp(38px, 6vw, 78px);
  border: 1px solid rgba(216, 165, 59, 0.55);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(216, 165, 59, 0.08), transparent 46%),
    radial-gradient(circle at 90% 16%, rgba(0, 150, 255, 0.18), transparent 32%),
    #071b31;
  box-shadow: var(--shadow);
}

.features-journal-link {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 18px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  color: var(--ivory-soft);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.features-journal-link:hover {
  border-color: rgba(216, 165, 59, 0.65);
  background: rgba(216, 165, 59, 0.06);
  transform: translateY(-3px);
}

.features-journal-link span {
  font-family: var(--display);
  font-size: 1.5rem;
}

.features-journal-link small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-journal-link b {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--gold-soft);
  font-size: 1.5rem;
}

.screens-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px) 30px;
}

.screens-grid .screen-card {
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.screens-grid .screen-card:hover {
  transform: translateY(-12px) rotate(-1deg);
}

.screens-grid .screen-card:nth-child(even):hover {
  transform: translateY(-12px) rotate(1deg);
}

.screens-grid .screen-device {
  padding: 10px;
  border-radius: 54px;
  transition: box-shadow 260ms ease, border-color 260ms ease;
}

.screens-grid .screen-card:hover .screen-device {
  border-color: rgba(216, 165, 59, 0.7);
  box-shadow: 0 32px 70px rgba(5, 27, 49, 0.3);
}

.screens-grid .screen-device img {
  border-radius: 45px;
}

.route-band.product-page-section::after {
  position: absolute;
  right: -15vw;
  bottom: -7vw;
  width: 68vw;
  height: 26vw;
  border: 1px dashed rgba(216, 165, 59, 0.42);
  border-radius: 50%;
  content: "";
  transform: rotate(-14deg);
  animation: skystamp-route-drift 13s ease-in-out infinite alternate;
}

@keyframes skystamp-route-drift {
  from { transform: rotate(-14deg) translateX(0); }
  to { transform: rotate(-10deg) translateX(-22px); }
}

.screens-heading-row {
  width: var(--content);
  margin: 0 auto 54px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.screens-heading-row .section-copy {
  max-width: 470px;
}

.rail-controls {
  display: flex;
  gap: 9px;
}

.rail-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
  cursor: pointer;
}

.screenshot-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 360px);
  gap: 28px;
  overflow-x: auto;
  padding: 15px max(24px, calc((100vw - 1200px) / 2)) 54px;
  scroll-padding-inline: max(24px, calc((100vw - 1200px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(5, 27, 49, 0.26) transparent;
}

.screen-card {
  position: relative;
  scroll-snap-align: start;
}

.screen-device {
  padding: 8px;
  border: 1px solid rgba(5, 27, 49, 0.35);
  border-radius: 50px;
  background: #07101a;
  box-shadow: 0 24px 55px rgba(5, 27, 49, 0.22);
}

.screen-device img {
  width: 100%;
  border-radius: 42px;
}

.screen-preview-trigger {
  display: block;
  width: 100%;
  margin: 0;
  appearance: none;
  color: inherit;
  cursor: zoom-in;
}

.screen-preview-trigger:focus-visible {
  outline-color: var(--sky);
  outline-offset: 6px;
}

.screen-card figcaption {
  padding: 19px 6px 0;
}

.screen-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
}

.screen-card span {
  display: block;
  margin-top: 4px;
  color: #486078;
  font-size: 0.88rem;
}

body.screen-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.screen-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 200ms ease;
}

.screen-lightbox[hidden] {
  display: none;
}

.screen-lightbox[data-open] {
  opacity: 1;
}

.screen-lightbox-image {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  max-height: 90dvh;
  border-radius: 16px;
  object-fit: contain;
  cursor: default;
  opacity: 0;
  transform: scale(0.97);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.62);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.screen-lightbox[data-open] .screen-lightbox-image {
  opacity: 1;
  transform: scale(1);
}

.screen-lightbox-close {
  position: absolute;
  z-index: 1;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #c3d3ef;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.screen-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.screen-lightbox-close:focus-visible {
  outline: 2px solid var(--sky-soft);
  outline-offset: 3px;
}

.screen-lightbox-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.personal-section {
  padding: clamp(84px, 10vw, 144px) 0;
  background: #06172a;
}

.personal-section .section-heading {
  color: var(--ivory-soft);
}

.personal-section .section-copy {
  color: var(--muted);
}

.feature-spread {
  width: var(--content);
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-panel {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 150, 255, 0.14), transparent 32%),
    #0a2038;
}

.feature-panel:nth-child(2) {
  transform: translateY(38px);
}

.feature-panel h3 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
}

.feature-panel p {
  margin: 10px 0 26px;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-panel img {
  width: 83%;
  margin: auto auto -21% auto;
  border: 7px solid #050b12;
  border-radius: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

.privacy-band {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 160px) 0;
  background: #02101e;
}

.privacy-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.privacy-emblem {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 165, 59, 0.45);
  border-radius: 50%;
  color: var(--gold-soft);
}

.privacy-emblem::before,
.privacy-emblem::after {
  position: absolute;
  border: 1px dashed rgba(216, 165, 59, 0.22);
  border-radius: 50%;
  content: "";
}

.privacy-emblem::before {
  inset: 22px;
}

.privacy-emblem::after {
  inset: 48px;
}

.lock-icon {
  position: relative;
  width: 82px;
  height: 67px;
  border: 5px solid currentColor;
  border-radius: 13px;
}

.lock-icon::before {
  position: absolute;
  bottom: 58px;
  left: 15px;
  width: 42px;
  height: 42px;
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  content: "";
}

.privacy-copy .section-heading {
  color: var(--ivory-soft);
}

.privacy-copy .section-copy {
  color: var(--muted);
}

.privacy-points {
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  padding: 0;
  list-style: none;
}

.privacy-points li {
  position: relative;
  padding-left: 28px;
  color: #d3dee8;
  font-size: 0.93rem;
}

.privacy-points li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  content: "";
  transform: rotate(-45deg);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  color: var(--sky-soft);
  font-weight: 800;
  text-underline-offset: 4px;
}

.unlock-section {
  padding: clamp(84px, 10vw, 140px) 0;
}

.unlock-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.unlock-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(5, 27, 49, 0.18);
  border-radius: 22px;
  background: rgba(255, 250, 239, 0.72);
  box-shadow: 0 20px 52px rgba(5, 27, 49, 0.13);
}

.unlock-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 30px;
}

.unlock-actions .text-link {
  margin-top: 0;
  color: var(--ink);
}

.unlock-card::before {
  position: absolute;
  top: -85px;
  right: -75px;
  width: 220px;
  height: 220px;
  border: 20px double rgba(216, 165, 59, 0.24);
  border-radius: 50%;
  content: "";
}

.access-row {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-light);
}

.access-row:first-child {
  padding-top: 0;
}

.access-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.access-row strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
}

.access-row span {
  display: block;
  margin-top: 4px;
  color: #4d6275;
  font-size: 0.9rem;
}

.aviation-thank-you {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 156px) 0;
  border-top: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 9% 18%, rgba(216, 165, 59, 0.15), transparent 27%),
    radial-gradient(circle at 91% 82%, rgba(0, 150, 255, 0.13), transparent 31%),
    var(--navy-950);
}

.aviation-thank-you::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image: radial-gradient(circle at 1px 1px, rgba(216, 165, 59, 0.42) 1px, transparent 0);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, black 24%, black 76%, transparent);
}

.aviation-thank-you-grid {
  position: relative;
  z-index: 1;
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 118px);
}

.aviation-thank-you-eyebrow {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.aviation-thank-you-intro h2 {
  max-width: 640px;
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.aviation-thank-you-intro > p:not(.aviation-thank-you-eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.aviation-thank-you-cta {
  margin-top: 32px;
  border-color: rgba(216, 165, 59, 0.68);
  background: var(--gold);
  color: var(--navy-950);
  box-shadow: 0 16px 42px rgba(216, 165, 59, 0.18);
}

.aviation-thank-you-cta:hover {
  border-color: var(--gold-soft);
  background: var(--gold-soft);
}

.aviation-thank-you-cta span {
  font-size: 1.02em;
}

.aviation-thank-you-details {
  display: grid;
  gap: 14px;
}

.aviation-thank-you-details article {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 27px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(7, 27, 49, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.aviation-thank-you-details article > span {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.1;
}

.aviation-thank-you-details h3 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.15;
}

.aviation-thank-you-details article p {
  margin: 10px 0 0;
  color: #b9cad8;
  font-size: 0.9rem;
}

.aviation-thank-you-details aside {
  padding: 24px 27px;
  border: 1px solid rgba(216, 165, 59, 0.38);
  border-radius: 18px;
  background: rgba(216, 165, 59, 0.1);
}

.aviation-thank-you-details aside h3 {
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aviation-thank-you-details ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.aviation-thank-you-details li {
  position: relative;
  min-width: 0;
  padding-inline-start: 18px;
  color: #d4dfe7;
  font-size: 0.77rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.aviation-thank-you-details li::before {
  position: absolute;
  top: 0.45em;
  inset-inline-start: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.faq-section {
  padding: clamp(84px, 10vw, 140px) 0;
  background: var(--navy-900);
}

.faq-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.faq-inner .section-heading {
  color: var(--ivory-soft);
  text-align: center;
  margin-block-end: clamp(40px, 5vw, 52px);
}

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

.faq-all-link {
  display: table;
  margin: 28px auto 0;
}

.faq-disclosure {
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(8, 26, 47, 0.68);
  transition: border-color 220ms ease, background-color 220ms ease;
}

.faq-disclosure > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 68px;
  padding: 20px 24px;
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: start;
}

.faq-disclosure > button::before,
.faq-disclosure > button::after { content: none !important; }

.faq-disclosure > button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.faq-disclosure[data-open] {
  border-color: rgba(207, 164, 62, 0.6);
  background: rgba(8, 31, 57, 0.9);
}

.faq-disclosure > button > svg.faq-disclosure-chevron {
  display: block !important;
  flex: 0 0 20px !important;
  inline-size: 20px !important;
  block-size: 20px !important;
  max-inline-size: 20px !important;
  max-block-size: 20px !important;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1), color 220ms ease;
}

.faq-disclosure[data-open] .faq-disclosure-chevron {
  transform: rotate(180deg);
}


.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

.faq-answer-inner > p {
  overflow: hidden;
  max-width: 760px;
  margin: 0;
  padding: 0 24px 20px;
  color: var(--muted);
}

.faq-answer-inner { min-height: 0; }

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(95px, 12vw, 180px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(0, 150, 255, 0.18), transparent 35%),
    var(--navy-950);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}

.final-cta .section-heading {
  color: var(--ivory-soft);
}

.final-cta p {
  max-width: 620px;
  margin: 22px auto 32px;
  color: var(--muted);
}

.final-seal {
  width: 150px;
  margin: 0 auto 32px;
}

.departure-section {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 152px) 0 clamp(76px, 9vw, 120px);
  background:
    linear-gradient(118deg, transparent 0 32%, rgba(216, 165, 59, 0.08) 32.1% 32.25%, transparent 32.35% 100%),
    var(--navy-950);
}

.departure-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: radial-gradient(rgba(216, 165, 59, 0.42) 0.65px, transparent 0.7px);
  background-size: 7px 7px;
  content: "";
  pointer-events: none;
}

.departure-inner {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

.departure-copy {
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}

.departure-copy .section-heading { color: var(--ivory-soft); }

.departure-copy p {
  margin: 18px auto 0;
  color: var(--muted);
}

.departure-board-wrap { min-height: 188px; }

.departure-board {
  overflow: hidden;
  padding: 15px clamp(18px, 4vw, 42px) clamp(26px, 4vw, 38px);
  border: 1px solid rgba(216, 165, 59, 0.65);
  border-radius: 24px;
  background: #0b1017;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35), inset 0 0 0 5px rgba(255, 255, 255, 0.025);
  min-width: 0;
  cursor: pointer;
}

.departure-board:focus-visible {
  outline: 3px solid rgba(216, 165, 59, 0.9);
  outline-offset: 8px;
}

.departure-board-logo {
  display: block;
  width: clamp(150px, 22vw, 300px);
  max-width: 42vw;
  height: auto;
  margin: 0 auto 20px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}

.departure-board-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  color: rgba(255, 247, 230, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: initial;
}

.departure-board-message {
  display: grid;
  gap: clamp(3px, 0.55vw, 8px);
}

.flap-row {
  display: grid;
  /* One explicit row makes column auto-placement deterministic in every
     engine: each real flap becomes the next horizontal track. */
  grid-template-rows: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  justify-content: center;
  gap: clamp(2px, 0.35vw, 6px);
  direction: inherit;
  min-width: 0;
}

.flap-product-row { direction: ltr !important; unicode-bidi: isolate; }

.flap-character {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 230, 0.12);
  border-radius: 2px;
  color: var(--ivory-soft);
  background: linear-gradient(#222b34 0 49%, #071019 51% 100%);
  box-shadow: inset 0 -0.04em 0 rgba(0, 0, 0, 0.75);
  font-family: "SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  perspective: 600px;
}

.flap-character::after {
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  background: rgba(0, 0, 0, 0.65);
  content: "";
}

.flap-fixed, .flap-face { position:absolute; inset:0; display:grid; place-items:center; font-family:"SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size:clamp(0.45rem,2.35vw,2.15rem); font-weight:800; line-height:1; backface-visibility:hidden; }
.flap-fixed-top, .flap-face-front { clip-path:inset(0 0 50% 0); }
.flap-fixed-bottom, .flap-face-back { clip-path:inset(50% 0 0 0); }
.flap-rotor { position:absolute; inset:0; transform-style:preserve-3d; transform-origin:50% 50%; }
.flap-face-back { transform:rotateX(180deg); }
.flap-character[data-flip] .flap-rotor { animation: flap-turn 160ms linear forwards; }
.flap-character-blank { color: transparent; }

.departure-action { display: flex; justify-content: center; margin-top: 30px; }

@keyframes flap-turn {
  0% { transform:rotateX(0deg); }
  100% { transform:rotateX(-180deg); }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  padding: 58px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #020b15;
}

.footer-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 1.6fr) repeat(3, minmax(140px, 1fr));
  gap: 46px;
}

.footer-brand img {
  width: 190px;
}

.footer-brand p {
  max-width: 260px;
  margin: 16px 0 0;
  color: #869bad;
  font-size: 0.86rem;
}

.footer-column strong {
  display: block;
  margin-bottom: 13px;
  color: var(--ivory-soft);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column .footer-legal-heading {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-legal-heading .legal-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-column a {
  display: block;
  margin: 8px 0;
  color: #91a5b7;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  width: var(--content);
  margin: 42px auto 0;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #71879a;
  font-size: 0.76rem;
}

.legal-hero,
.support-hero,
.not-found {
  padding: 86px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 150, 255, 0.14), transparent 24%),
    var(--navy-900);
}

.legal-hero-inner,
.support-hero-inner,
.not-found-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.legal-kicker {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-page h1,
.support-hero h1,
.not-found h1 {
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: 1;
}

.legal-updated,
.support-hero p,
.not-found p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
}

.legal-page {
  background: var(--ivory-soft);
  color: var(--ink);
}

.legal-layout {
  padding: 74px 0 110px;
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  justify-content: center;
  gap: 70px;
}

.legal-toc {
  position: sticky;
  top: 115px;
  align-self: start;
  padding-left: 18px;
  border-left: 2px solid rgba(216, 165, 59, 0.5);
}

.legal-toc a {
  display: block;
  margin: 8px 0;
  color: #52677b;
  font-size: 0.83rem;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--ink);
}

.legal-content {
  font-size: 1rem;
}

.legal-summary {
  margin: 0 0 42px;
  padding: 25px;
  border: 1px solid rgba(5, 27, 49, 0.15);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #f8ecd4;
  font-weight: 650;
}

.legal-content section {
  margin-top: 48px;
}

.legal-content section:first-of-type {
  margin-top: 0;
}

.legal-content h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.legal-content p,
.legal-content li {
  color: #314b61;
}

.legal-content a,
.support-content a {
  color: #006bb5;
  text-underline-offset: 3px;
}

.legal-content li + li {
  margin-top: 8px;
}

.support-page {
  background: var(--ivory-soft);
  color: var(--ink);
}

.support-grid {
  padding: 70px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 62px;
}

.support-content h2 {
  margin: 46px 0 10px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
}

.support-content h2:first-child {
  margin-top: 0;
}

.support-content p {
  color: #314b61;
}

.support-card {
  position: sticky;
  top: 115px;
  align-self: start;
  padding: 30px;
  border: 1px solid rgba(5, 27, 49, 0.16);
  border-radius: 18px;
  background: #f7e8cc;
  box-shadow: 0 18px 45px rgba(5, 27, 49, 0.1);
}

.support-card img {
  width: 72px;
  border-radius: 17px;
}

.support-card h2 {
  margin: 20px 0 8px;
  font-family: var(--display);
  font-size: 1.8rem;
}

.support-card p {
  color: #41596f;
  font-size: 0.9rem;
}

.not-found {
  min-height: 74vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found img {
  width: 160px;
  margin: 0 auto 28px;
}

html[data-theme="light"] body {
  background: var(--ivory);
  color: var(--ink);
}

html[data-theme="light"] body::before {
  opacity: 0.34;
}

html[data-theme="light"] .site-header {
  border-color: rgba(5, 27, 49, 0.12);
  background: rgba(255, 248, 234, 0.9);
}

html[data-theme="light"] .site-nav > a,
html[data-theme="light"] .language-menu summary {
  color: rgba(5, 27, 49, 0.78);
}

html[data-theme="light"] .site-nav > a:hover,
html[data-theme="light"] .language-menu summary:hover {
  color: var(--ink);
}

html[data-theme="light"] .legal-menu summary {
  color: rgba(5, 27, 49, 0.78);
}

html[data-theme="light"] .legal-panel {
  border-color: rgba(5, 27, 49, 0.15);
  background: var(--ivory-soft);
}

html[data-theme="light"] .legal-panel a {
  color: var(--ink);
}

html[data-theme="light"] .language-menu summary,
html[data-theme="light"] .theme-toggle {
  border-color: rgba(5, 27, 49, 0.18);
  background: rgba(255, 255, 255, 0.52);
  color: rgba(5, 27, 49, 0.8);
}

html[data-theme="light"] .theme-toggle:hover {
  border-color: rgba(5, 27, 49, 0.3);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
}

html[data-theme="light"] .menu-button {
  color: var(--ink);
}

html[data-theme="light"] .language-panel {
  border-color: rgba(5, 27, 49, 0.14);
  background: var(--ivory-soft);
  box-shadow: 0 16px 42px rgba(5, 27, 49, 0.18);
}

html[data-theme="light"] .language-panel a {
  color: var(--ink);
}

html[data-theme="light"] .language-panel a:hover,
html[data-theme="light"] .language-panel a[aria-current="page"] {
  background: rgba(0, 150, 255, 0.1);
}

html[data-theme="light"] .hero {
  background:
    linear-gradient(90deg, rgba(255, 248, 234, 0.99) 0%, rgba(255, 248, 234, 0.86) 52%, rgba(247, 237, 217, 0.4) 100%),
    radial-gradient(circle at 78% 38%, rgba(0, 150, 255, 0.18), transparent 31%);
}

html[data-theme="light"] .hero h1 {
  color: var(--ink);
}

html[data-theme="light"] .hero-lede {
  color: #34506a;
}

html[data-theme="light"] .trust-row {
  color: #52677b;
}

html[data-theme="light"] .button-secondary {
  border-color: rgba(0, 107, 181, 0.38);
  background: rgba(0, 107, 181, 0.07);
  color: #006bb5;
}

html[data-theme="light"] .text-link {
  color: #006bb5;
}

html[data-theme="light"] .app-icon-chip {
  border-color: rgba(5, 27, 49, 0.16);
  background: rgba(255, 248, 234, 0.9);
  box-shadow: 0 16px 40px rgba(5, 27, 49, 0.18);
}

html[data-theme="light"] .app-icon-chip strong {
  color: var(--ink);
}

html[data-theme="light"] .app-icon-chip span {
  color: #52677b;
}

html[data-theme="light"] .route-band,
html[data-theme="light"] .privacy-band,
html[data-theme="light"] .faq-section {
  background: #eaf3f7;
}

html[data-theme="light"] .personal-section {
  background: #f1e5ce;
}

html[data-theme="light"] .section-intro .section-heading,
html[data-theme="light"] .personal-section .section-heading,
html[data-theme="light"] .privacy-copy .section-heading,
html[data-theme="light"] .faq-inner .section-heading,
html[data-theme="light"] .final-cta .section-heading {
  color: var(--ink);
}

html[data-theme="light"] .section-intro .section-copy,
html[data-theme="light"] .personal-section .section-copy,
html[data-theme="light"] .privacy-copy .section-copy,
html[data-theme="light"] .faq-list p,
html[data-theme="light"] .final-cta p {
  color: #3d586f;
}

html[data-theme="light"] .step-number {
  background: #eaf3f7;
  color: #8b620d;
  box-shadow: 0 0 0 9px #eaf3f7;
}

html[data-theme="light"] .step h3,
html[data-theme="light"] .privacy-points li,
html[data-theme="light"] .faq-list summary {
  color: var(--ink);
}

html[data-theme="light"] .step p {
  color: #486078;
}

html[data-theme="light"] .feature-panel {
  border-color: rgba(5, 27, 49, 0.15);
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 150, 255, 0.11), transparent 32%),
    rgba(255, 248, 234, 0.84);
}

html[data-theme="light"] .feature-panel h3 {
  color: var(--ink);
}

html[data-theme="light"] .feature-panel p {
  color: #486078;
}

html[data-theme="light"] .faq-list,
html[data-theme="light"] .faq-disclosure {
  border-color: rgba(5, 27, 49, 0.15);
}

html[data-theme="light"] .faq-disclosure { background: rgba(255, 255, 255, 0.78); }
html[data-theme="light"] .faq-disclosure[data-open] { background: #fffaf0; border-color: rgba(139, 98, 13, 0.5); }
html[data-theme="light"] .faq-disclosure > button { color: var(--ink); }
html[data-theme="light"] .faq-disclosure > button > .faq-disclosure-chevron { color: #8b620d; }

html[data-theme="light"] .final-cta {
  background:
    radial-gradient(circle at 50% 10%, rgba(0, 150, 255, 0.16), transparent 35%),
    #f5ead5;
}

html[data-theme="light"] .aviation-thank-you {
  border-color: rgba(5, 27, 49, 0.14);
  background:
    radial-gradient(circle at 9% 18%, rgba(216, 165, 59, 0.14), transparent 27%),
    radial-gradient(circle at 91% 82%, rgba(0, 150, 255, 0.1), transparent 31%),
    #eaf3f7;
}

html[data-theme="light"] .aviation-thank-you-intro h2,
html[data-theme="light"] .aviation-thank-you-details h3 {
  color: var(--ink);
}

html[data-theme="light"] .aviation-thank-you-intro > p:not(.aviation-thank-you-eyebrow),
html[data-theme="light"] .aviation-thank-you-details article p,
html[data-theme="light"] .aviation-thank-you-details li {
  color: #3d586f;
}

html[data-theme="light"] .aviation-thank-you-details article {
  border-color: rgba(5, 27, 49, 0.15);
  background: rgba(255, 250, 239, 0.78);
  box-shadow: 0 18px 46px rgba(5, 27, 49, 0.1);
}

html[data-theme="light"] .aviation-thank-you-details aside {
  background: rgba(216, 165, 59, 0.11);
}

html[data-theme="light"] .features-page {
  background: var(--ivory);
}

html[data-theme="light"] .features-hero {
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 150, 255, 0.17), transparent 31%),
    radial-gradient(circle at 12% 78%, rgba(216, 165, 59, 0.13), transparent 28%),
    #f7edd9;
}

html[data-theme="light"] .features-hero-copy h1,
html[data-theme="light"] .features-intro h2,
html[data-theme="light"] .feature-story-copy h2,
html[data-theme="light"] .feature-transfer h2,
html[data-theme="light"] .features-privacy-copy h2,
html[data-theme="light"] .features-cta h2,
html[data-theme="light"] .feature-language-heading span,
html[data-theme="light"] .features-journal-link {
  color: var(--ink);
}

html[data-theme="light"] .features-hero-copy > p:not(.feature-kicker),
html[data-theme="light"] .features-intro > p,
html[data-theme="light"] .feature-story-lede,
html[data-theme="light"] .feature-transfer > p:not(.feature-kicker),
html[data-theme="light"] .features-privacy-copy > p:not(.feature-kicker),
html[data-theme="light"] .features-cta > div > p:not(.feature-kicker),
html[data-theme="light"] .features-journal-link small {
  color: #3d586f;
}

html[data-theme="light"] .features-intro,
html[data-theme="light"] .feature-story,
html[data-theme="light"] .feature-transfer,
html[data-theme="light"] .feature-access-note {
  border-color: rgba(5, 27, 49, 0.15);
}

html[data-theme="light"] .feature-stories::before {
  background: linear-gradient(transparent, rgba(139, 98, 13, 0.18) 7%, rgba(139, 98, 13, 0.18) 93%, transparent);
}

html[data-theme="light"] .feature-story-number {
  color: rgba(0, 107, 181, 0.11);
}

html[data-theme="light"] .feature-story-fact {
  color: rgba(139, 98, 13, 0.2);
}

html[data-theme="light"] .feature-story-fact span {
  color: #8b620d;
}

html[data-theme="light"] .feature-story-copy li,
html[data-theme="light"] .features-privacy-copy li,
html[data-theme="light"] .feature-access-note span,
html[data-theme="light"] .feature-languages li {
  color: #3d586f;
}

html[data-theme="light"] .features-support,
html[data-theme="light"] .features-cta {
  border-color: rgba(5, 27, 49, 0.16);
  background:
    radial-gradient(circle at 95% 5%, rgba(0, 150, 255, 0.1), transparent 34%),
    rgba(255, 248, 234, 0.92);
  box-shadow: 0 28px 70px rgba(5, 27, 49, 0.16);
}

html[data-theme="light"] .features-journal-link {
  border-color: rgba(5, 27, 49, 0.16);
}

html[data-theme="light"] .features-journal-link:hover {
  border-color: rgba(139, 98, 13, 0.45);
  background: rgba(216, 165, 59, 0.09);
}

html[data-theme="light"] .site-footer {
  border-color: rgba(5, 27, 49, 0.12);
  background: #efe1c7;
}

html[data-theme="light"] .footer-brand p,
html[data-theme="light"] .footer-column a,
html[data-theme="light"] .footer-bottom {
  color: #52677b;
}

html[data-theme="light"] .footer-column strong {
  color: var(--ink);
}

html[data-theme="light"] .footer-column a:hover {
  color: var(--ink);
}

html[data-theme="light"] .footer-bottom {
  border-color: rgba(5, 27, 49, 0.12);
}

html[data-theme="light"] .legal-hero,
html[data-theme="light"] .support-hero,
html[data-theme="light"] .not-found {
  border-color: rgba(5, 27, 49, 0.12);
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 150, 255, 0.13), transparent 24%),
    #eaf3f7;
  color: var(--ink);
}

html[data-theme="light"] .legal-updated,
html[data-theme="light"] .support-hero p,
html[data-theme="light"] .not-found p {
  color: #3d586f;
}

.editorial-language,
.mobile-editorial-language {
  align-items: center;
  gap: 7px;
  color: rgba(255, 253, 247, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.editorial-language {
  display: inline-flex;
}

.mobile-editorial-language {
  display: none;
}

.journal-hub {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(78px, 8vw, 122px) 0 clamp(92px, 10vw, 148px);
}

.journal-hero {
  position: relative;
  max-width: 900px;
  margin: 0 auto clamp(54px, 7vw, 88px);
  text-align: center;
}

.journal-hero > img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 310px;
  opacity: 0.09;
  transform: translate(-50%, -46%) rotate(-8deg);
}

.journal-hero h1 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(4.2rem, 8vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.journal-hero > p:not(.english-only-disclosure) {
  margin: 25px 0 0;
  color: #d9e3ec;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.english-only-disclosure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 0;
  color: #aebfcd;
  font-size: 0.88rem;
}

.english-only-disclosure > span {
  width: 21px;
  height: 21px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 0.78rem;
  font-style: italic;
}

.english-only-disclosure strong {
  font-weight: 650;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
}

.journal-card {
  min-width: 0;
}

.journal-card-link {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(216, 165, 59, 0.3);
  border-radius: 20px;
  background: rgba(7, 27, 50, 0.84);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.journal-card-link:hover {
  border-color: rgba(240, 200, 106, 0.72);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px);
}

.journal-card-media {
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  background: var(--navy-900);
}

.journal-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.journal-card-link:hover .journal-card-media img {
  transform: scale(1.035);
}

.journal-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 27px 29px;
}

.journal-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: #91a5b7;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-card h2 {
  margin: 14px 0 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 600;
  line-height: 1.08;
}

.journal-card-copy > p:not(.journal-card-meta) {
  margin: 16px 0 0;
  color: #aebfcd;
  font-size: 0.92rem;
  line-height: 1.65;
}

.journal-card-action {
  margin-top: auto;
  padding-top: 25px;
  color: var(--gold-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

.journal-cta {
  margin-top: clamp(64px, 7vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 35px 38px;
  border-top: 1px solid rgba(216, 165, 59, 0.38);
  border-bottom: 1px solid rgba(216, 165, 59, 0.18);
}

.journal-cta h2 {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
}

.journal-cta p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #aebfcd;
  font-size: 0.9rem;
}

.journal-cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.journal-article-page {
  padding: clamp(54px, 6vw, 88px) 24px clamp(92px, 10vw, 146px);
  background:
    radial-gradient(circle at 8% 14%, rgba(216, 165, 59, 0.1), transparent 19%),
    radial-gradient(circle at 92% 28%, rgba(0, 150, 255, 0.12), transparent 21%);
}

.journal-article {
  width: min(940px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(216, 165, 59, 0.22);
  border-radius: 22px;
  background: #fffaf0;
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.article-hero,
.article-content,
.article-product-cta,
.continue-reading {
  width: min(760px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
}

.article-hero {
  padding-top: clamp(46px, 6vw, 72px);
}

.back-to-blog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006ebd;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.back-to-blog:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-meta {
  margin-top: 48px;
  color: #5a6f82;
}

.article-hero h1 {
  margin: 18px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 5.3rem);
  font-weight: 600;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.article-standfirst {
  max-width: 700px;
  margin: 26px 0 0;
  color: #41596f;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.4;
}

.article-hero figure {
  width: min(860px, calc(100% + 100px));
  margin: 40px -50px 0;
  overflow: hidden;
  border-radius: 17px;
  box-shadow: 0 20px 50px rgba(5, 27, 49, 0.16);
}

.article-hero figure img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.article-hero .english-only-disclosure {
  justify-content: flex-start;
  margin-top: 24px;
  color: #53697d;
}

.article-content {
  padding: 34px 0 22px;
  color: #263e53;
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1.76;
}

.article-content h2 {
  margin: 56px 0 18px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.12;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 22px;
}

.article-content ul,
.article-content ol {
  padding-left: 1.35em;
}

.article-content li {
  margin: 10px 0;
  padding-left: 0.28em;
}

.article-content a {
  color: #006ebd;
  font-weight: 650;
  text-underline-offset: 4px;
}

.article-note {
  margin: 34px 0 42px;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: #f6ead2;
  color: #2f485d;
  font-family: var(--sans);
  font-size: 0.94rem;
  line-height: 1.6;
}

.article-note-caution {
  border-color: #b27517;
  background: #f3e2c1;
}

.article-product-cta {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px;
  border: 1px solid rgba(5, 27, 49, 0.14);
  border-radius: 16px;
  background: #f7ecd8;
}

.article-product-cta > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.article-product-cta img {
  width: 58px;
  border-radius: 13px;
}

.article-product-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1.15;
}

.article-product-cta p {
  margin: 4px 0 0;
  color: #53697d;
  font-size: 0.78rem;
}

.article-product-cta > div:last-child {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.article-product-cta > div:last-child > a:not(.app-store-badge) {
  color: #006ebd;
  font-size: 0.78rem;
  font-weight: 800;
}

.continue-reading {
  margin-top: 55px;
  padding: 38px 0 64px;
  border-top: 1px solid rgba(5, 27, 49, 0.14);
}

.continue-reading h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.65rem;
}

.continue-reading > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.continue-reading a {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 12px;
  padding: 18px;
  border: 1px solid rgba(5, 27, 49, 0.14);
  border-radius: 12px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.continue-reading a:hover {
  border-color: rgba(0, 110, 189, 0.4);
  background: #f7ecd8;
}

.continue-reading a > span:first-child {
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.25;
}

.continue-reading a > span:last-child {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: #006ebd;
}

.continue-reading small {
  color: #65798b;
}

html[data-theme="light"] .editorial-language {
  color: rgba(5, 27, 49, 0.78);
}

html[data-theme="light"] .journal-hero h1,
html[data-theme="light"] .journal-hero > p:not(.english-only-disclosure),
html[data-theme="light"] .journal-cta h2 {
  color: var(--ink);
}

html[data-theme="light"] .journal-hero > p:not(.english-only-disclosure),
html[data-theme="light"] .journal-cta p,
html[data-theme="light"] .english-only-disclosure {
  color: #53697d;
}

html[data-theme="light"] .journal-card-link {
  border-color: rgba(5, 27, 49, 0.16);
  background: rgba(255, 250, 239, 0.88);
  box-shadow: 0 20px 48px rgba(5, 27, 49, 0.12);
}

html[data-theme="light"] .journal-card h2 {
  color: var(--ink);
}

html[data-theme="light"] .journal-card-copy > p:not(.journal-card-meta),
html[data-theme="light"] .journal-card-meta {
  color: #53697d;
}

html[data-theme="light"] .journal-article-page {
  background: #f1e5ce;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal][data-visible="true"] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  :root {
    --content: min(940px, calc(100% - 40px));
  }

  .header-inner {
    grid-template-columns: 170px 1fr auto;
  }

  .site-nav {
    gap: 15px;
  }

  .site-nav > a,
  .legal-menu summary {
    font-size: 0.79rem;
  }

  .hero {
    min-height: 710px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
    gap: 18px;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 6.8vw, 5.6rem);
  }

  .hero-visual {
    min-height: 560px;
  }

  .brand-seal {
    width: 340px;
  }

  .phone-main {
    right: 70px;
    width: 292px;
  }

  .phone-side {
    right: -50px;
    width: 258px;
  }

  .feature-panel {
    min-height: 540px;
    padding: 24px 24px 0;
  }

  .features-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 28px;
  }

  .features-hero-phone-main {
    right: 27%;
  }

  .feature-story {
    gap: 58px;
  }

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

@media (max-width: 860px) {
  .header-inner {
    min-height: 62px;
    grid-template-columns: 148px 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .app-store-badge-header {
    display: none;
  }

  .header-actions > .language-menu,
  .header-actions > .editorial-language,
  .header-actions > .theme-toggle {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: auto;
    width: min(286px, calc(100vw - 28px));
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: #06182b;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  }

  html[data-theme="light"] .site-nav {
    border-color: rgba(5, 27, 49, 0.12);
    background: var(--ivory-soft);
  }

  .site-nav[data-open] {
    display: grid;
  }

  .site-nav > a {
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 0.9rem;
  }

  .site-nav > a:hover {
    background: rgba(115, 197, 255, 0.1);
  }

  .legal-menu summary {
    width: auto;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.9rem;
  }

  .legal-menu {
    align-self: stretch;
    margin: 10px 12px;
  }

  .legal-panel {
    position: static;
    align-self: stretch;
    min-width: 0;
    margin: 10px 0 4px;
    transform: none;
  }

  .mobile-language-menu {
    position: relative;
    display: block;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-editorial-language {
    min-height: 42px;
    display: flex;
    margin-top: 4px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 253, 247, 0.82);
    font-size: 0.9rem;
  }

  html[data-theme="light"] .mobile-editorial-language {
    border-color: rgba(5, 27, 49, 0.12);
    color: rgba(5, 27, 49, 0.78);
  }

  .mobile-language-menu summary {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: rgba(255, 253, 247, 0.82);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    list-style: none;
  }

  .mobile-language-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-language-menu summary .menu-chevron {
    width: 14px;
    margin-left: auto;
    fill: none;
    stroke: currentColor;
  }

  .mobile-language-menu[open] summary .menu-chevron {
    transform: rotate(180deg);
  }

  .mobile-language-menu .language-panel {
    position: static;
    min-width: 0;
    max-height: 290px;
    margin: 0 0 4px;
    transform: none;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    min-height: 590px;
    margin-top: 10px;
  }

  .phone-main {
    right: 28%;
    width: 300px;
  }

  .phone-side {
    right: 7%;
    width: 270px;
  }

  .brand-seal {
    top: 100px;
    left: 15%;
  }

  .memory-grid,
  .privacy-grid,
  .unlock-grid,
  .aviation-thank-you-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .memory-stamps {
    max-width: 620px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .steps::before {
    top: 40px;
    bottom: 40px;
    left: 43px;
    border-top: 0;
    border-left: 1px dashed rgba(216, 165, 59, 0.62);
  }

  .step {
    min-height: 100px;
    padding: 0 0 0 125px;
  }

  .step-number {
    position: absolute;
    top: 0;
    left: 0;
  }

  .step h3 {
    margin-top: 0;
  }

  .feature-spread {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .feature-panel:nth-child(2) {
    min-height: 680px;
    transform: none;
  }

  .feature-panel img {
    width: min(380px, 78%);
  }

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

  .privacy-emblem {
    width: 270px;
    margin: 0 auto;
  }

  .unlock-card {
    max-width: 650px;
  }

  .aviation-thank-you-details {
    max-width: 720px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .legal-toc {
    position: static;
    columns: 2;
  }

  .support-card {
    position: static;
    order: -1;
  }

  .journal-grid {
    max-width: 700px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .journal-card-link {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  }

  .journal-card-media {
    min-height: 100%;
    aspect-ratio: auto;
  }

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

  .article-hero figure {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .features-hero-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .features-hero-copy {
    max-width: 720px;
  }

  .features-hero-visual {
    width: min(620px, 100%);
    min-height: 620px;
    margin: 0 auto;
  }

  .features-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .feature-stories::before {
    display: none;
  }

  .feature-story,
  .feature-story-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .feature-story-media,
  .feature-story-reverse .feature-story-media {
    min-height: 520px;
    grid-row: 2;
    grid-column: 1;
  }

  .feature-story-copy,
  .feature-story-reverse .feature-story-copy {
    grid-row: 1;
    grid-column: 1;
  }

  .feature-story-number {
    top: 48px;
    inset-inline-start: auto;
    inset-inline-end: 0;
  }

  .features-support,
  .features-privacy,
  .features-cta {
    grid-template-columns: 1fr;
  }

  .feature-transfer {
    border-inline-end: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .features-privacy {
    gap: 48px;
  }

  .features-privacy-emblem {
    width: 280px;
  }
}

@media (max-width: 620px) {
  .language-current {
    display: none;
  }

  :root {
    --content: calc(100% - 32px);
  }

  body {
    font-size: 16px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .header-inner {
    width: calc(100% - 28px);
    grid-template-columns: minmax(120px, 140px) 1fr auto;
    gap: 7px;
  }

  .header-actions {
    gap: 5px;
  }

  .language-menu summary {
    min-height: 40px;
    padding: 7px 9px;
  }

  .theme-toggle,
  .menu-button {
    width: 40px;
    height: 40px;
  }

  .language-panel {
    min-width: 152px;
  }

  .product-page-hero {
    padding-top: 76px;
  }

  .product-page-hero-inner > img {
    width: 88px;
  }

  .screens-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .hero {
    min-height: auto;
    padding: 50px 0 35px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  html[lang="ja"] .hero h1 {
    font-size: clamp(2.55rem, 11.8vw, 4rem);
  }

  .hero-lede {
    margin-top: 22px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .app-store-badge {
    justify-self: start;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
  }

  .hero-visual {
    min-height: 480px;
    margin-top: 35px;
  }

  .brand-seal {
    top: 90px;
    left: -35px;
    width: 265px;
  }

  .phone {
    padding: 6px;
    border-radius: 36px;
  }

  .phone img {
    border-radius: 31px;
  }

  .phone::before {
    top: 13px;
    height: 17px;
  }

  .phone-main {
    right: 34%;
    width: 218px;
  }

  .phone-side {
    top: 68px;
    right: 0;
    width: 198px;
  }

  .app-icon-chip {
    right: auto;
    bottom: 2px;
    left: 0;
  }

  .app-icon-chip img {
    width: 45px;
  }

  .features-hero,
  .features-hero-grid {
    min-height: 0;
  }

  .features-hero-grid {
    gap: 24px;
    padding: 58px 0 0;
  }

  .features-hero-copy h1 {
    font-size: clamp(3.15rem, 14.4vw, 4.7rem);
  }

  html[lang="ja"] .features-hero-copy h1 {
    font-size: clamp(2.7rem, 11.4vw, 4rem);
  }

  .features-hero-copy > p:not(.feature-kicker) {
    margin-top: 22px;
  }

  .features-hero-actions,
  .features-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .features-hero-actions .app-store-badge,
  .features-cta-actions .app-store-badge {
    justify-self: start;
  }

  .features-hero-visual {
    min-height: 490px;
  }

  .features-hero-seal {
    top: 14%;
    right: -24%;
    width: 340px;
  }

  .features-hero-phone {
    padding: 6px;
    border-radius: 38px;
  }

  .features-hero-phone-main {
    right: 32%;
    bottom: -86px;
    width: 218px;
  }

  .features-hero-phone-side {
    right: -5%;
    bottom: -38px;
    width: 194px;
  }

  .features-intro {
    padding: 82px 0 62px;
  }

  .features-intro h2 {
    font-size: clamp(2.8rem, 12.5vw, 4.2rem);
  }

  .feature-story {
    gap: 26px;
    padding: 78px 0;
  }

  .feature-story-number {
    top: 28px;
    font-size: 5.8rem;
  }

  .feature-story-copy h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .feature-story-lede {
    margin-top: 18px;
  }

  .feature-story-copy ul,
  .features-privacy-copy ul {
    margin-top: 24px;
  }

  .feature-story-media,
  .feature-story-reverse .feature-story-media {
    min-height: 430px;
  }

  .feature-story-phone {
    width: min(260px, 78%);
    padding: 6px;
    border-radius: 39px;
  }

  .feature-story-fact {
    z-index: 2;
    top: 10px;
    inset-inline-end: 4px;
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(216, 165, 59, 0.32);
    border-radius: 12px;
    background: rgba(2, 12, 24, 0.9);
    text-align: start;
  }

  .feature-story-fact strong {
    font-size: 2.8rem;
  }

  .feature-story-fact span {
    max-width: 104px;
    margin-top: 0;
    font-size: 0.58rem;
  }

  html[data-theme="light"] .feature-story-fact {
    background: rgba(255, 248, 234, 0.92);
  }

  .features-support {
    margin-top: 78px;
    margin-bottom: 88px;
    border-radius: 20px;
  }

  .feature-transfer,
  .feature-languages {
    padding: 30px 24px;
  }

  .feature-transfer h2,
  .features-privacy-copy h2,
  .features-cta h2 {
    font-size: clamp(2.55rem, 11.2vw, 3.8rem);
  }

  .feature-language-heading {
    align-items: center;
  }

  .feature-language-heading strong {
    font-size: 4.9rem;
  }

  .feature-language-heading span {
    font-size: 1.65rem;
  }

  .feature-languages ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .feature-languages li {
    font-size: 0.72rem;
  }

  .features-privacy {
    gap: 30px;
    padding-bottom: 90px;
  }

  .features-privacy-emblem {
    width: 210px;
  }

  .features-cta {
    gap: 30px;
    margin-bottom: 84px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .features-journal-link {
    min-height: 98px;
    padding: 20px;
  }

  .memory-band,
  .route-band,
  .screens-section,
  .personal-section,
  .privacy-band,
  .unlock-section,
  .aviation-thank-you,
  .faq-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  html[lang="ja"] .section-heading {
    font-size: clamp(2.35rem, 10.5vw, 3.7rem);
  }

  .memory-grid {
    gap: 40px;
  }

  .memory-stamps {
    min-height: 380px;
  }

  .memory-ticket {
    width: 84%;
    padding: 22px;
  }

  .screens-heading-row {
    align-items: start;
  }

  .rail-controls {
    display: none;
  }

  .screenshot-rail {
    grid-auto-columns: 78vw;
    gap: 18px;
    padding-right: 16px;
    padding-left: 16px;
    scroll-padding-inline: 16px;
  }

  .feature-spread {
    margin-top: 42px;
  }

  .feature-panel {
    min-height: 580px;
    padding: 25px 22px 0;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-emblem {
    width: 220px;
  }

  .unlock-card {
    padding: 27px 23px;
  }

  .aviation-thank-you-grid {
    gap: 42px;
  }

  .aviation-thank-you-intro h2 {
    font-size: clamp(2.65rem, 12vw, 4.1rem);
  }

  .aviation-thank-you-details article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 23px 20px;
  }

  .aviation-thank-you-details article > span {
    font-size: 1.3rem;
  }

  .aviation-thank-you-details aside {
    padding: 22px 20px;
  }

  .aviation-thank-you-details ul {
    grid-template-columns: 1fr;
  }

  .faq-inner,
  .legal-hero-inner,
  .support-hero-inner,
  .not-found-inner {
    width: calc(100% - 32px);
  }

  .faq-inner .section-heading {
    text-align: left;
  }

  .final-cta-inner {
    width: calc(100% - 32px);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

  .legal-hero,
  .support-hero,
  .not-found {
    padding-top: 64px;
  }

  .legal-page h1,
  .support-hero h1,
  .not-found h1 {
    font-size: clamp(2.8rem, 15vw, 4.7rem);
  }

  .legal-layout,
  .support-grid {
    padding-top: 52px;
  }

  .legal-toc {
    columns: 1;
  }

  .journal-hub {
    width: calc(100% - 28px);
    padding-top: 58px;
  }

  .journal-hero {
    margin-bottom: 42px;
    text-align: left;
  }

  .journal-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
    line-height: 0.96;
  }

  .journal-hero > p:not(.english-only-disclosure) {
    margin-top: 17px;
    font-size: 1.28rem;
  }

  .journal-hero .english-only-disclosure {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .journal-card-link {
    display: flex;
  }

  .journal-card-media {
    min-height: 0;
    aspect-ratio: 1200 / 630;
  }

  .journal-card-copy {
    padding: 23px 22px 25px;
  }

  .journal-card h2 {
    font-size: 1.72rem;
  }

  .journal-cta {
    margin-top: 56px;
    padding: 28px 4px;
  }

  .journal-cta-actions {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .journal-article-page {
    padding: 12px 10px 70px;
  }

  .journal-article {
    border-radius: 14px;
  }

  .article-hero,
  .article-content,
  .article-product-cta,
  .continue-reading {
    width: calc(100% - 36px);
  }

  .article-hero {
    padding-top: 30px;
  }

  .article-meta {
    margin-top: 34px;
  }

  .article-hero h1 {
    margin-top: 14px;
    font-size: clamp(2.65rem, 12.5vw, 3.65rem);
    line-height: 0.98;
  }

  .article-standfirst {
    margin-top: 20px;
    font-size: 1.15rem;
  }

  .article-hero figure {
    margin-top: 28px;
    border-radius: 10px;
  }

  .article-hero .english-only-disclosure {
    align-items: flex-start;
    font-size: 0.8rem;
  }

  .article-content {
    padding-top: 24px;
    font-size: 1.03rem;
    line-height: 1.7;
  }

  .article-content h2 {
    margin-top: 44px;
    font-size: 2rem;
  }

  .article-note {
    margin-right: -4px;
    margin-left: -4px;
    padding: 19px 18px;
  }

  .article-product-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .article-product-cta > div:last-child {
    align-items: flex-start;
  }

  .continue-reading {
    margin-top: 44px;
    padding-top: 30px;
  }

  .continue-reading > div {
    grid-template-columns: 1fr;
  }

  .faq-disclosure { border-radius: 12px; }
  .faq-list summary { min-height: 52px; padding: 16px; gap: 16px; }
  .faq-disclosure > button > svg.faq-disclosure-chevron { flex-basis: 16px !important; inline-size: 16px !important; block-size: 16px !important; max-inline-size: 16px !important; max-block-size: 16px !important; }
  .faq-answer-inner > p { padding: 0 16px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-disclosure,
  .faq-disclosure-chevron,
  .faq-answer { transition: none !important; }
  .flap-character[data-flip] { animation: none; }
}

@media (max-width: 350px) {
  .header-inner {
    grid-template-columns: 132px 1fr auto;
    gap: 4px;
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
