.hero-preview {
  position: relative;
  overflow-x: clip;
  border-bottom: 1px solid var(--line-soft);
}

.hero-preview::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(620px 440px at 87% 88%, var(--twilight-glow), transparent 70%),
    radial-gradient(900px 600px at 61% 110%, var(--twilight-soft), transparent 72%);
}

.hero-preview-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 54px;
  min-height: calc(100svh - var(--header-height));
  padding-top: 48px;
  padding-bottom: 56px;
}

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

.hero-copy .eyebrow {
  margin-bottom: 20px;
}

.hero-copy .hero-title {
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-lead {
  margin-top: 23px;
  color: var(--color-text-soft);
  font-size: 17px;
  line-height: 1.72;
}

.hero-lead strong {
  color: var(--color-text);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 0;
  margin: 19px 0 0;
  padding: 0;
  color: var(--color-text-muted);
  font-size: 13px;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
}

.trust-list li + li::before {
  width: 3px;
  height: 3px;
  margin: 0 10px;
  border-radius: 50%;
  background: var(--color-border-strong);
  content: "";
}

.trust-list .trusted {
  color: var(--color-text);
}

.trust-list svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  color: var(--color-success);
}

.hero-meta-rows {
  display: grid;
  gap: 13px;
  margin-top: 27px;
}

.hero-meta-row {
  display: flex;
  align-items: flex-start;
}

.hero-meta-label {
  width: 72px;
  flex: 0 0 auto;
  padding-top: 7px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-chip {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 4px 8px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  color: var(--color-text-soft);
  font-size: 12px;
  font-weight: 600;
  box-shadow: var(--shadow-inner);
}

.hero-chip svg {
  width: 16px;
  height: 16px;
  color: var(--color-text);
}

.hero-chip .flag-svg {
  width: 20px;
  height: 14px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 3px;
}

.hero-visual-stage {
  position: relative;
  z-index: 1;
  width: 100%;
}

.cruise-window {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low), var(--shadow-mid), var(--shadow-high);
  transform: rotate(-1.5deg);
}

.cruise-window::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  content: "";
  box-shadow: var(--shadow-inner);
}

.window-chrome {
  display: grid;
  height: 42px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-inline: 14px;
  border-bottom: 1px solid var(--line-medium);
  background: var(--color-panel-strong);
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-border-strong);
}

.window-dots i:first-child {
  background: var(--color-error);
}

.window-dots i:nth-child(2) {
  background: var(--color-warning);
}

.window-dots i:last-child {
  background: var(--color-success);
}

.window-title {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 7px;
  padding: 3px 13px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
}

.window-title svg {
  width: 13px;
  height: 13px;
  color: var(--color-accent);
}

.window-handle {
  display: flex;
  justify-content: flex-end;
}

.window-handle i {
  width: 36px;
  height: 6px;
  border-radius: var(--radius-pill);
  background: var(--color-border-strong);
}

.cruise-body {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
}

.route-sidebar {
  padding: 14px 12px;
  border-right: 1px solid var(--line-medium);
  background: var(--color-bg-soft);
}

.route-sidebar-title {
  margin: 0 0 9px 4px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.route-mini-list {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-mini-list li {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  border-radius: var(--radius-sm);
  color: var(--color-text-muted);
  font-size: 11px;
  white-space: nowrap;
}

.route-mini-list li:first-child {
  background: var(--color-panel);
  color: var(--color-text);
  box-shadow: var(--shadow-low);
}

.route-mini-list svg {
  width: 18px;
  height: 12px;
  overflow: hidden;
  border-radius: 2px;
}

.route-mini-list em {
  color: var(--color-text-muted);
  font-style: normal;
}

.route-note {
  margin: 12px 4px 0;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 9px;
}

.altitude-profile {
  min-width: 0;
  padding: 12px 13px 4px 8px;
  background: linear-gradient(180deg, var(--color-panel) 0%, var(--color-panel-raised) 100%);
}

.altitude-profile svg {
  width: 100%;
  height: auto;
}

.profile-axis {
  stroke: var(--color-text-muted);
  stroke-width: 1;
  stroke-opacity: 0.24;
}

.profile-tick {
  stroke: var(--color-text-muted);
  stroke-width: 1;
  stroke-opacity: 0.55;
}

.profile-line-halo {
  stroke: var(--color-accent);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-opacity: 0.13;
}

.profile-line {
  stroke: var(--color-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.profile-node-ring {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 1;
  stroke-opacity: 0.36;
}

.profile-node {
  fill: var(--color-accent);
  stroke: var(--color-panel);
  stroke-width: 2;
}

.profile-label {
  fill: var(--color-text);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
}

.profile-caption {
  fill: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
}

.profile-caption-accent {
  fill: var(--color-accent-strong);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
}

.cloud-layer-one {
  fill: var(--cloud-bottom);
}

.cloud-layer-two {
  fill: var(--cloud-top);
  opacity: 0.42;
}

.cloud-layer-three {
  fill: var(--color-panel-strong);
  opacity: 0.78;
}

.cloud-edge {
  fill: none;
  stroke: var(--color-warning);
  stroke-width: 1;
  stroke-opacity: 0.34;
}

.cruise-status {
  display: flex;
  min-height: 50px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  border-top: 1px solid var(--line-medium);
  background: var(--color-panel-strong);
}

.status-left,
.status-right {
  display: flex;
  align-items: center;
  gap: 11px;
}

.switch-on {
  position: relative;
  width: 39px;
  height: 23px;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  background: var(--color-success);
  box-shadow: 0 0 0 3px var(--success-soft);
}

.switch-on::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--color-white);
  content: "";
  box-shadow: var(--shadow-low);
}

.status-copy {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 750;
}

.status-copy em {
  color: var(--color-text-muted);
  font-style: normal;
  font-weight: 550;
}

.status-right {
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.status-lock {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid var(--accent-line);
  border-radius: 7px;
  background: var(--accent-soft);
  color: var(--color-accent-strong);
}

.status-lock svg {
  width: 14px;
  height: 14px;
}

.tabs {
  min-width: 0;
}

.tab-list {
  display: flex;
  max-width: 100%;
  gap: 5px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-bg-soft);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.tab-list [role="tab"] {
  min-width: max-content;
  min-height: 42px;
  padding: 8px 15px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--color-text-muted);
  font-weight: 700;
}

.tab-list [role="tab"][aria-selected="true"] {
  background: var(--color-panel);
  color: var(--color-text);
  box-shadow: var(--shadow-low);
}

.tab-panel {
  padding-top: 24px;
}

.tab-panel[hidden] {
  display: none;
}

.toc-tabs {
  position: sticky;
  z-index: 40;
  top: calc(var(--header-height) + 8px);
  display: flex;
  max-width: 100%;
  gap: 6px;
  margin-bottom: 36px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-mid);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.toc-tabs a {
  display: inline-flex;
  min-width: max-content;
  min-height: 38px;
  align-items: center;
  padding: 7px 13px;
  border-radius: var(--radius-sm);
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.toc-tabs a:hover,
.toc-tabs a.is-current,
.toc-tabs a[aria-current="location"] {
  background: var(--accent-soft);
  color: var(--color-accent-ink);
}

body:has(.toc-tabs) section[id] {
  scroll-margin-top: calc(var(--header-height) + var(--toc-height) + 28px);
}

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

.faq-item {
  overflow: clip;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.faq-item summary {
  position: relative;
  min-height: 56px;
  padding: 15px 50px 15px 18px;
  cursor: pointer;
  color: var(--color-text);
  font-weight: 750;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  color: var(--color-accent-strong);
  content: "+";
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 18px 18px;
  color: var(--color-text-soft);
}

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

.price-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.price-card.is-current,
.price-card.featured {
  border-color: var(--color-accent);
  background: linear-gradient(180deg, var(--accent-soft), var(--color-panel) 42%);
  box-shadow: var(--shadow-mid);
}

.best-value {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 9px;
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-accent-ink);
  font-size: 12px;
  font-weight: 800;
}

.price-name {
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.price-value {
  margin-top: 15px;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.price-value small {
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.price-traffic {
  margin: 12px 0 0;
  color: var(--color-text-soft);
  font-weight: 700;
}

.price-features {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 0;
  color: var(--color-text-soft);
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 22px;
}

.price-features li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  color: var(--color-success);
  content: "✓";
  font-weight: 800;
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

.table-scroll,
.route-table-wrap,
.compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  -webkit-overflow-scrolling: touch;
}

.data-table,
.route-table,
.compare-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
  color: var(--color-text-soft);
  font-size: 14px;
}

.data-table th,
.data-table td,
.route-table th,
.route-table td,
.compare-table th,
.compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-medium);
  text-align: left;
  vertical-align: middle;
}

.data-table th,
.route-table th,
.compare-table th {
  background: var(--color-panel-strong);
  color: var(--color-text);
  font-weight: 800;
  white-space: nowrap;
}

.data-table td:first-child,
.route-table td:first-child,
.compare-table td:first-child {
  color: var(--color-text);
  font-weight: 700;
}

.data-table tr:last-child td,
.route-table tr:last-child td,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.route-group-row th {
  background: var(--color-bg-soft);
  color: var(--color-accent-ink);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}

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

.platform-card {
  display: flex;
  min-width: 0;
  min-height: 210px;
  align-items: flex-start;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.platform-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--color-accent-strong);
}

.platform-icon svg {
  width: 24px;
  height: 24px;
}

.platform-card h3 {
  margin: 17px 0 6px;
  font-size: 19px;
}

.platform-card p {
  margin-bottom: 18px;
  color: var(--color-text-muted);
  font-size: 14px;
}

.platform-card .btn {
  width: 100%;
  margin-top: auto;
}

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

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.article-card h3 {
  font-size: 22px;
}

.article-card h3 a {
  color: var(--color-text);
  text-decoration: none;
}

.article-card h3 a:hover {
  color: var(--color-accent-strong);
}

.article-card p {
  color: var(--color-text-soft);
}

.article-link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  font-weight: 750;
  text-decoration: none;
}

.callout {
  position: relative;
  margin: 28px 0;
  padding: 20px 22px 20px 27px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-sm);
  background: var(--color-panel-raised);
  color: var(--color-text-soft);
}

.callout::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
  background: var(--color-accent);
  content: "";
}

.callout strong {
  color: var(--color-text);
}

.promo-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  margin-top: 58px;
  padding: clamp(26px, 5vw, 48px);
  overflow-x: clip;
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 90% 100%, var(--twilight-soft), transparent 18rem),
    var(--color-panel-raised);
  box-shadow: var(--shadow-mid);
}

.promo-block h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 4vw, 44px);
}

.promo-block p {
  max-width: 660px;
  color: var(--color-text-soft);
}

.timeline {
  position: relative;
  display: grid;
  gap: 34px;
  padding-block: 16px;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed var(--color-accent);
  content: "";
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: calc(50% - 38px);
  padding: 25px;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.timeline-item:nth-child(odd) {
  justify-self: start;
}

.timeline-item:nth-child(even) {
  justify-self: end;
}

.timeline-item::after {
  position: absolute;
  top: 31px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--color-panel);
  border-radius: 50%;
  background: var(--color-accent);
  content: "";
  box-shadow: 0 0 0 1px var(--color-accent);
}

.timeline-item:nth-child(odd)::after {
  right: -45px;
}

.timeline-item:nth-child(even)::after {
  left: -45px;
}

.timeline-label {
  color: var(--color-accent-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.timeline-item h3 {
  margin-top: 10px;
}

.timeline-item p {
  color: var(--color-text-soft);
}

.preview-page {
  padding-bottom: 0;
}

.preview-section {
  padding-top: clamp(64px, 9vw, 112px);
  padding-bottom: clamp(64px, 9vw, 112px);
  border-bottom: 1px solid var(--line-soft);
}

.preview-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.preview-section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--color-text-soft);
}

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

.swatch {
  overflow: hidden;
  border: 1px solid var(--line-medium);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.swatch-color {
  height: 90px;
  border-bottom: 1px solid var(--line-medium);
}

.swatch-bg {
  background: var(--color-bg);
}

.swatch-bg-soft {
  background: var(--color-bg-soft);
}

.swatch-panel {
  background: var(--color-panel);
}

.swatch-panel-strong {
  background: var(--color-panel-strong);
}

.swatch-accent {
  background: var(--color-accent);
}

.swatch-accent-strong {
  background: var(--color-accent-strong);
}

.swatch-text {
  background: var(--color-text);
}

.swatch-success {
  background: var(--color-success);
}

.swatch-warning {
  background: var(--color-warning);
}

.swatch-error {
  background: var(--color-error);
}

.swatch-border {
  background: var(--color-border);
}

.swatch-twilight {
  background: var(--twilight-glow);
}

.swatch-copy {
  padding: 13px;
}

.swatch-copy strong,
.swatch-copy code {
  display: block;
}

.swatch-copy code {
  margin-top: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 11px;
}

.type-specimens {
  display: grid;
  gap: 28px;
}

.type-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-medium);
}

.type-label {
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.type-display {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.1;
}

.type-heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
}

.type-body {
  max-width: 740px;
  color: var(--color-text-soft);
  font-size: 18px;
}

.type-mono {
  font-family: var(--font-mono);
  color: var(--color-accent-ink);
}

.component-stack {
  display: grid;
  gap: 28px;
}

.button-showcase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.preview-static-header {
  position: relative;
}

.preview-static-header .site-header {
  position: relative;
}

.preview-footer {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .hero-preview-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
    gap: 34px;
  }

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

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

@media (max-width: 900px) {
  .hero-preview-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 45px;
    padding-top: 54px;
    padding-bottom: 66px;
  }

  .cruise-window {
    transform: none;
  }

  .cruise-body {
    grid-template-columns: 1fr;
  }

  .route-sidebar {
    display: none;
  }

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

  .promo-block {
    grid-template-columns: 1fr;
  }

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

  .preview-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .platform-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 30px;
  }

  .timeline::before {
    left: 7px;
  }

  .timeline-item,
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    width: 100%;
    justify-self: stretch;
  }

  .timeline-item::after,
  .timeline-item:nth-child(odd)::after,
  .timeline-item:nth-child(even)::after {
    top: 29px;
    right: auto;
    left: -30px;
  }

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

  .type-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-meta-row {
    flex-direction: column;
    gap: 7px;
  }

  .hero-meta-label {
    width: auto;
    padding-top: 0;
  }

  .hero-chip {
    font-size: 11px;
  }

  .trust-list li + li::before {
    margin-inline: 7px;
  }

  .cruise-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .status-right {
    align-self: flex-end;
  }

  .altitude-profile {
    padding-inline: 3px;
  }

  .promo-block {
    padding-inline: 20px;
  }

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

  .toc-tabs {
    border-radius: var(--radius-sm);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cruise-window {
    transform: none;
  }
}