/*
 * TripWorth design system pilot — 2026-07
 * Loaded only by the pilot template and the two protected opportunity pages.
 * This layer intentionally leaves document structure and indexable content intact.
 */

:root {
  --tw-ink: #102a2d;
  --tw-ink-soft: #39575a;
  --tw-muted: #6b7f81;
  --tw-canvas: #f7faf9;
  --tw-surface: #ffffff;
  --tw-border: #dbe6e3;
  --tw-border-strong: #c5d6d2;
  --tw-brand: #087a72;
  --tw-brand-hover: #05665f;
  --tw-brand-soft: #e6f5f1;
  --tw-focus: rgba(8, 122, 114, 0.24);
  --tw-shadow-sm: 0 1px 2px rgba(16, 42, 45, 0.05);
  --tw-shadow-card: 0 16px 44px rgba(16, 42, 45, 0.09);
  --tw-radius-sm: 8px;
  --tw-radius-md: 14px;
  --tw-radius-lg: 22px;

  --text-primary: var(--tw-ink);
  --text-secondary: var(--tw-ink-soft);
  --text-muted: var(--tw-muted);
  --surface: var(--tw-canvas);
  --border: var(--tw-border);
  --border-dark: var(--tw-border-strong);
  --brand-blue: var(--tw-brand);
  --brand-blue-hover: var(--tw-brand-hover);
  --brand-blue-light: var(--tw-brand-soft);
  --shadow-card: var(--tw-shadow-card);
  --shadow-focus: 0 0 0 4px var(--tw-focus);
  --radius-sm: var(--tw-radius-sm);
  --radius-md: var(--tw-radius-md);
  --radius-lg: var(--tw-radius-lg);
}

/* TripWorth 2026 reusable decision-page language: N'EX */
.nex-page .nex-answer,
.nex-answer {
  border: 0 !important;
  border-left: 4px solid #0f9b90 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #ecfdf9, rgba(255,255,255,.92)) !important;
  box-shadow: none !important;
}
.nex-page .price-table,
.nex-page .compare-table {
  border: 1px solid #dce6ec !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15,31,61,.06);
}
.nex-page .price-table thead,
.nex-page .compare-table thead {
  background: linear-gradient(90deg,#153554,#0f6d72) !important;
  color: #fff;
}
.nex-page .nex-faq-section [data-accordion] {
  position: relative;
  counter-reset: nexfaq;
}
.nex-page .nex-faq-section [data-accordion]::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 3px;
  background: #0f9b90;
}
.nex-page .nex-faq-section .accordion-item {
  position: relative;
  margin-left: 52px;
  border: 0;
  border-bottom: 1px solid #dce6ec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: nexfaq;
}

.nex-page .nex-scenarios {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 10px !important;
  padding-left: 0 !important;
}
.nex-page .nex-scenarios::before { display: none !important; }
.nex-page .nex-scenarios .scenario-card {
  min-height: 180px !important;
  padding: 16px !important;
  border: 1px solid #dce6ec !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.nex-page .nex-scenarios .scenario-card::before {
  left: auto !important;
  right: 16px !important;
  top: 17px !important;
  width: 10px !important;
  height: 10px !important;
  border: 0 !important;
  background: #0f9b90 !important;
  box-shadow: 0 0 0 5px #dff8f4 !important;
}

.nex-page .nex-hero-card {
  background:
    linear-gradient(90deg, rgba(8,29,45,.60) 0%, rgba(8,36,51,.34) 38%, rgba(8,36,51,.06) 66%, rgba(8,36,51,0) 100%),
    url("/assets/images/generated/gen-narita-express-hero-v2.png") center 52% / cover no-repeat !important;
}

@media (max-width: 700px) {
  .nex-page .nex-hero-card {
    background:
      linear-gradient(90deg, rgba(8,29,45,.58) 0%, rgba(8,36,51,.32) 42%, rgba(8,36,51,.05) 70%, rgba(8,36,51,0) 100%),
      url("/assets/images/generated/gen-narita-express-hero-v2.png") 58% 52% / cover no-repeat !important;
  }
}

.nex-page .nex-answer {
  padding: 18px !important;
}
.nex-page .nex-answer > p:first-child {
  margin: 0 0 12px !important;
}
.nex-page .nex-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #b8d8d7;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.nex-page .nex-decision-grid > div {
  padding: 16px;
}
.nex-page .nex-decision-grid > div + div {
  border-left: 1px solid #dce6ec;
}
.nex-page .nex-decision-grid span {
  display: block;
  margin-bottom: 6px;
  color: #718295;
  font-size: 12px;
  font-weight: 750;
}
.nex-page .nex-decision-grid strong {
  display: block;
  color: #0f8f83;
  font-size: 20px;
  line-height: 1.1;
}
.nex-page .nex-decision-grid > div:last-child strong {
  color: #153554;
}
.nex-page .nex-answer-details {
  margin-top: 12px;
  color: #5f7184;
}
.nex-page .nex-answer-details summary {
  width: max-content;
  color: #0f766e;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.nex-page .nex-answer-details p {
  margin: 12px 0 8px !important;
}
@media (max-width: 520px) {
  .nex-page .nex-decision-grid {
    grid-template-columns: 1fr;
  }
  .nex-page .nex-decision-grid > div + div {
    border-left: 0;
    border-top: 1px solid #dce6ec;
  }
}

.nex-page .geo-answer-block {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.nex-page .geo-answer-label {
  margin-bottom: 12px !important;
}
.nex-page .nex-route-fit {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 36px;
}
.nex-page .nex-route-fit::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  background: linear-gradient(#0f9b90,#153554);
}
.nex-page .nex-route-fit > div {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0,1fr);
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #dce6ec;
}
.nex-page .nex-route-fit > div::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 20px;
  width: 13px;
  height: 13px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0f9b90;
  box-shadow: 0 0 0 3px #0f9b90;
}
.nex-page .nex-route-fit span {
  color: #718295;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.nex-page .nex-route-fit strong {
  color: #153554;
  font-size: 14px;
}

.nex-page .nex-decision-title {
  margin-bottom: 20px !important;
  padding-left: 14px;
  border-left: 4px solid #0f9b90;
  font-size: clamp(26px,3vw,34px) !important;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.nex-page .nex-decision-title::after {
  display: none !important;
}
.nex-page .nex-scenarios {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 10px !important;
  padding-left: 0 !important;
}
.nex-page .nex-scenarios::before {
  display: none !important;
}
.nex-page .nex-scenarios .scenario-card {
  min-height: 190px;
  padding: 18px !important;
  border: 1px solid #dce6ec !important;
  border-radius: 14px !important;
  background: #fff !important;
}
.nex-page .nex-scenarios .scenario-card::before {
  left: auto !important;
  right: 16px;
  top: 17px;
  width: 10px;
  height: 10px;
  border: 0;
  background: #0f9b90;
  box-shadow: 0 0 0 5px #dff8f4;
}
.nex-page .nex-scenarios .scenario-card:nth-child(n+3)::before {
  background: #153554;
  box-shadow: 0 0 0 5px #e8eef4;
}
.nex-page .nex-scenarios .scenario-label {
  padding-right: 28px;
}
.nex-page .nex-scenarios .scenario-title {
  margin: 12px 0 10px !important;
  font-size: 18px !important;
}
.nex-page .nex-scenarios .scenario-verdict {
  width: max-content;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}
.nex-page .nex-scenarios .scenario-note {
  margin-top: 12px !important;
  font-size: 12px !important;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .nex-page .nex-scenarios .scenario-card {
    min-height: 174px;
    padding: 15px !important;
  }
}

.nex-page .nex-hero {
  padding: 0 0 28px !important;
  background: #f7fbfc !important;
}
.nex-page .nex-hero > .content-column {
  max-width: none !important;
  padding: 0 !important;
}
.nex-page .nex-hero-card {
  min-height: 330px !important;
  height: 330px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px max(24px, calc((100vw - 660px) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.nex-page .nex-hero-card h1 {
  max-width: 18ch;
  font-size: clamp(30px,4vw,42px) !important;
  line-height: 1.06 !important;
}
.nex-page .nex-hero-copy {
  max-width: 46ch !important;
}
.nex-page .nex-snapshot,
.nex-page .nex-answer {
  width: min(660px, calc(100% - 32px));
  margin-left: auto !important;
  margin-right: auto !important;
}
.nex-page .nex-snapshot {
  margin-top: 18px !important;
}
.nex-page .nex-answer {
  margin-top: 14px !important;
}
@media (max-width: 700px) {
  .nex-page .nex-hero-card {
    min-height: 285px !important;
    height: 285px !important;
    padding: 30px 16px !important;
  }
  .nex-page .nex-hero-card h1 {
    font-size: 32px !important;
  }
}

.nex-page .nex-scenarios {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding-left: 38px;
}
.nex-page .nex-scenarios::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  background: linear-gradient(#0f9b90 0 50%, #153554 50%);
}
.nex-page .nex-scenarios .scenario-card {
  position: relative;
  padding: 18px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #dce6ec !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.nex-page .nex-scenarios .scenario-card::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 24px;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0f9b90;
  box-shadow: 0 0 0 3px #0f9b90;
}
.nex-page .related-tools .related-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding-left: 38px;
}
.nex-page .related-tools .related-grid::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: #153554;
}
.nex-page .related-tools .related-card {
  position: relative;
  border: 0 !important;
  border-bottom: 1px solid #dce6ec !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.nex-page .related-tools .related-card::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 24px;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0f9b90;
  box-shadow: 0 0 0 3px #0f9b90;
}

@media (max-width: 700px) {
  .nex-page .price-table,
  .nex-page .compare-table {
    display: block;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
  }
  .nex-page .price-table thead,
  .nex-page .compare-table thead {
    display: none;
  }
  .nex-page .price-table tbody,
  .nex-page .compare-table tbody {
    position: relative;
    display: grid;
    gap: 0;
    padding-left: 38px;
  }
  .nex-page .price-table tbody::before,
  .nex-page .compare-table tbody::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 24px;
    bottom: 24px;
    width: 4px;
    background: linear-gradient(#0f9b90,#153554);
  }
  .nex-page .price-table tbody tr,
  .nex-page .compare-table tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 7px 14px;
    padding: 17px 8px 17px 14px;
    border: 0;
    border-bottom: 1px solid #dce6ec;
    background: #fff !important;
  }
  .nex-page .price-table tbody tr::before,
  .nex-page .compare-table tbody tr::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 24px;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #0f9b90;
    box-shadow: 0 0 0 3px #0f9b90;
  }
  .nex-page .price-table tbody td,
  .nex-page .compare-table tbody td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    text-align: left;
  }
  .nex-page .price-table tbody td:first-child,
  .nex-page .compare-table tbody td:first-child {
    color: #153554;
    font-weight: 850;
  }
  .nex-page .price-table tbody td:nth-child(2) {
    color: #0f8f83;
    font-weight: 900;
    text-align: right;
  }
  .nex-page .price-table tbody td:nth-child(3),
  .nex-page .compare-table tbody td:nth-child(2),
  .nex-page .compare-table tbody td:nth-child(3) {
    grid-column: 1 / -1;
    color: #718295;
    font-size: 13px;
    line-height: 1.55;
  }
}
.nex-page .nex-faq-section .accordion-item::before {
  content: counter(nexfaq);
  position: absolute;
  left: -47px;
  top: 15px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 3px solid #153554;
  border-radius: 50%;
  background: #fff;
  color: #153554;
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: var(--tw-canvas);
  color: var(--tw-ink-soft);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  color: var(--tw-ink);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.site-header {
  background: rgba(12, 34, 37, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  min-height: 64px;
}

.brand-wordmark,
.brand {
  letter-spacing: -0.025em;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
}

.button {
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--tw-brand) !important;
  box-shadow: var(--tw-shadow-sm);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: background-color 160ms ease, border-color 160ms ease,
    box-shadow 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--tw-brand-hover) !important;
  box-shadow: 0 8px 22px rgba(8, 122, 114, 0.2);
}

.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--tw-focus);
}

.button-secondary {
  border-color: var(--tw-border-strong);
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--tw-ink);
  box-shadow: var(--tw-shadow-sm);
}

.button-secondary:hover {
  border-color: var(--tw-brand);
  background: var(--tw-brand-soft) !important;
  color: var(--tw-brand-hover);
}

.seo-launch-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.68) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  color: var(--tw-ink) !important;
  box-shadow: 0 8px 24px rgba(4, 22, 35, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.seo-launch-hero .button-secondary:hover {
  border-color: #fff;
  background: #fff !important;
  color: var(--tw-brand-hover) !important;
}

.seo-launch-hero .seo-launch-actions .button {
  border-color: rgba(141, 255, 239, 0.56);
  background: rgba(8, 139, 129, 0.76) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 8px 24px rgba(4, 22, 35, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.seo-launch-hero .seo-launch-actions .button-secondary {
  background: rgba(255, 255, 255, 0.68) !important;
  color: var(--tw-ink) !important;
}

.section-white {
  background: var(--tw-surface);
}

.article,
.seo-article,
.content-column {
  color: var(--tw-ink-soft);
}

.article h2,
.seo-article h2,
.content-column > h2 {
  margin-top: 2.25em;
  line-height: 1.2;
}

.seo-launch-page {
  background: var(--tw-canvas);
  color: var(--tw-ink);
}

.seo-launch-hero {
  background: #0c2225;
}

.seo-launch-hero::before {
  background-image:
    linear-gradient(90deg, rgba(6, 24, 26, 0.62) 0%, rgba(6, 24, 26, 0.36) 38%, rgba(6, 24, 26, 0.08) 60%, rgba(6, 24, 26, 0) 78%),
    linear-gradient(0deg, rgba(6, 24, 26, 0.18) 0%, rgba(6, 24, 26, 0) 34%),
    var(--seo-hero-img);
  filter: saturate(0.78) contrast(0.96);
}

.seo-launch-hero[style*="gen-jr-shinkansen.jpg"]::before {
  background-image:
    linear-gradient(90deg, rgba(6, 24, 26, 0.62) 0%, rgba(6, 24, 26, 0.36) 38%, rgba(6, 24, 26, 0.08) 60%, rgba(6, 24, 26, 0) 78%),
    linear-gradient(0deg, rgba(6, 24, 26, 0.18) 0%, rgba(6, 24, 26, 0) 34%),
    url("/assets/images/hero-shinkansen-fuji.jpg");
}

.seo-launch-hero__inner {
  grid-template-columns: minmax(0, 760px);
}

.seo-launch-hero .seo-launch-card {
  display: none;
}

.nex-hero-card {
  min-height: 500px;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(7, 21, 39, 0.82) 0%, rgba(7, 21, 39, 0.70) 42%, rgba(7, 21, 39, 0.22) 64%, rgba(7, 21, 39, 0) 82%),
    url("/assets/images/generated/gen-narita-rail.jpg") center / cover no-repeat;
}

.nex-hero-card > * {
  max-width: 54%;
}

.nex-hero-question {
  margin-left: 0;
}

.seo-launch-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.seo-launch-card,
.scenario-card,
.related-card,
.calculator-card,
.quick-answer,
.geo-answer-block,
.faq-item {
  border-color: var(--tw-border);
  border-radius: var(--tw-radius-md);
  box-shadow: var(--tw-shadow-sm);
}

.seo-launch-card {
  border-radius: var(--tw-radius-lg);
  box-shadow: var(--tw-shadow-card);
}

.pilot-summary-band {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  border-bottom: 1px solid var(--tw-border);
  background: var(--tw-surface);
}

.pilot-summary-band .seo-launch-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
  width: 100%;
  padding: 20px 24px;
  border-radius: var(--tw-radius-md);
  box-shadow: none;
}

.pilot-summary-band .seo-launch-card__label,
.pilot-summary-band .seo-launch-card p {
  margin: 0;
}

.pilot-summary-band .seo-launch-card a {
  white-space: nowrap;
}

.seo-launch-card__label,
.eyebrow,
.geo-answer-label,
.quick-answer-label,
.scenario-label {
  color: var(--tw-brand-hover);
  letter-spacing: 0.065em;
}

.seo-table-wrap,
.price-table,
.compare-table {
  width: 100%;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius-md);
  background: var(--tw-surface);
  box-shadow: var(--tw-shadow-sm);
}

.price-table,
.compare-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.seo-decision-table th,
.price-table th,
.compare-table th {
  background: #eef5f3;
  color: var(--tw-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.seo-decision-table th,
.seo-decision-table td,
.price-table th,
.price-table td,
.compare-table th,
.compare-table td {
  padding: 15px 16px;
  border-color: var(--tw-border);
}

.price-table tbody tr:hover,
.compare-table tbody tr:hover,
.seo-decision-table tbody tr:hover {
  background: #f6faf9;
}

.related-card {
  background: var(--tw-surface);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.related-card:hover {
  border-color: rgba(8, 122, 114, 0.46);
  box-shadow: 0 16px 34px rgba(16, 42, 45, 0.1);
  transform: translateY(-2px);
}

.related-card-cta,
.seo-launch-card a {
  color: var(--tw-brand);
}

.table-caption,
.footer-note,
.footer-tagline {
  color: var(--tw-muted);
}

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

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

@media (max-width: 767px) {
  .container,
  .content-column {
    width: min(100% - 28px, var(--max-site));
  }

  .nav {
    min-height: 58px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a:nth-child(n + 3) {
    display: none;
  }

  .seo-launch-hero__inner {
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .seo-launch-hero__copy h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
  }

  .seo-launch-hero__copy > p {
    font-size: 17px;
  }

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

  .seo-launch-actions .button {
    width: 100%;
  }

  .airport-fact-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .airport-fact-grid > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-width: 0;
    padding: 12px 14px !important;
  }

  .airport-fact-grid > div > p:first-child {
    margin: 0 !important;
  }

  .airport-fact-grid > div > strong {
    text-align: right;
  }

  .airport-fact-grid > div > p:last-child {
    display: none;
  }

  .airport-price-hero {
    margin-inline: 0 !important;
  }

  .airport-price-hero h1 + div {
    margin-left: 0 !important;
    font-size: 28px !important;
  }

  .nex-hero-card {
    min-height: 470px;
    justify-content: flex-end;
    background:
      linear-gradient(0deg, rgba(7, 21, 39, 0.88) 0%, rgba(7, 21, 39, 0.68) 48%, rgba(7, 21, 39, 0.08) 76%),
      url("/assets/images/generated/gen-narita-rail.jpg") 62% center / cover no-repeat;
  }

  .nex-hero-card > * {
    max-width: 100%;
  }

  .nex-snapshot {
    gap: 10px;
  }

  .nex-snapshot div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 12px 14px;
  }

  .nex-snapshot span {
    margin: 0;
  }

  .nex-snapshot strong {
    text-align: right;
  }

  .nex-snapshot p {
    display: none;
  }

  .seo-launch-card {
    padding: 22px;
  }

  .pilot-summary-band {
    padding: 14px 0;
  }

  .pilot-summary-band .seo-launch-card {
    display: block;
    padding: 20px;
  }

  .pilot-summary-band .seo-launch-card__label {
    margin-bottom: 10px;
  }

  .pilot-summary-band .seo-launch-card p {
    margin: 8px 0 14px;
  }

  .section {
    padding: 34px 0;
  }

  .seo-table-wrap {
    margin-right: -14px;
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .price-table,
  .compare-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .price-table th,
  .price-table td,
  .compare-table th,
  .compare-table td {
    min-width: 150px;
    padding: 13px 14px;
  }

  .button {
    min-height: 52px;
  }
}

@media (max-width: 420px) {
  .nav-links {
    gap: 14px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .seo-launch-hero__copy h1 {
    font-size: 36px;
  }
}

.nex-page .nex-faq-section .accordion-item {
  position: relative !important;
  margin-left: 52px !important;
  border: 0 !important;
  border-bottom: 1px solid #dce6ec !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  counter-increment: nexfaq;
}
