:root {
  --t-yellow: #ffdd2d;
  --t-yellow-app: #f8d81c;
  --t-yellow-soft: #f8d93e;
  --t-gold: #fcc623;
  --t-olive: #8c741a;
  --t-khaki: #bcb280;
  --t-silver: #cccac3;
  --t-dark: #2c3844;
  --t-ink: #241a1c;
  --t-white: #fcfefc;
  --bg: #f4f5f6;
  --panel: #ffffff;
  --line: #dfe3e8;
  --muted: #68727f;
  --green: #1f9d63;
  --red: #c73535;
  --blue: #315f9d;
  --shadow: 0 18px 50px rgba(36, 26, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--t-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

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

button,
input,
select {
  font: inherit;
}

button,
.button-link {
  border: 0;
  cursor: pointer;
}

.button-link,
.primary-button,
.secondary-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button-link:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible,
.icon-button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(255, 221, 45, 0.75);
  outline-offset: 2px;
}

.primary-button {
  min-width: 150px;
  padding: 0 22px;
  background: var(--t-yellow);
  color: var(--t-ink);
  box-shadow: 0 10px 22px rgba(252, 198, 35, 0.32);
}

.primary-button:hover,
.button-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(36, 26, 28, 0.18);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.secondary-button {
  padding: 0 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--t-dark);
}

.icon-button {
  width: 44px;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--t-dark);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 0 clamp(18px, 4vw, 54px);
  background: rgba(252, 254, 252, 0.92);
  border-bottom: 1px solid rgba(204, 202, 195, 0.56);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  color: var(--t-ink);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--t-yellow);
  color: var(--t-ink);
  box-shadow: inset 0 -2px 0 rgba(36, 26, 28, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--t-dark);
  font-size: 14px;
  font-weight: 700;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 8px;
}

.language-select {
  width: auto;
  min-width: 132px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--t-dark);
  padding: 0 10px;
  font-size: 13px;
  font-weight: 750;
}

.nav-links a:hover {
  background: rgba(255, 221, 45, 0.28);
}

.portal-body,
.finance-body {
  min-height: 100vh;
  background: var(--t-ink);
}

.travel-landing {
  background: var(--bg);
  color: var(--t-ink);
}

.portal-hero,
.finance-hero {
  position: relative;
  min-height: calc(100vh - 68px);
  display: grid;
  align-items: end;
  padding: clamp(34px, 6vw, 76px);
  isolation: isolate;
  overflow: hidden;
}

.portal-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.finance-hero {
  background-image: url("https://images.unsplash.com/photo-1565514020179-026b92b4a467?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.portal-hero::before,
.finance-hero::before,
.travel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(36, 26, 28, 0.58);
}

.portal-content,
.finance-content {
  width: min(960px, 100%);
  color: var(--t-white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--t-yellow);
  color: #241a1c;
  font-size: 13px;
  font-weight: 850;
  text-shadow: none;
  text-transform: uppercase;
}

.portal-content h1,
.finance-content h1,
.travel-copy h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 8vw, 88px);
  line-height: 0.95;
  letter-spacing: 0;
}

.portal-content p:not(.eyebrow),
.finance-content p:not(.eyebrow),
.travel-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(252, 254, 252, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.48;
}

.portal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  max-width: 620px;
  margin-top: 34px;
}

.button-link {
  min-height: 76px;
  padding: 0 24px;
  background: var(--t-yellow);
  color: var(--t-ink);
  font-size: 19px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.button-link.secondary {
  background: var(--t-white);
  color: var(--t-dark);
}

.landing-topbar {
  position: fixed;
  right: 0;
  left: 0;
  background: rgba(252, 254, 252, 0.9);
}

.landing-nav a:last-child {
  background: rgba(255, 221, 45, 0.32);
}

.landing-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  display: grid;
  align-items: end;
  padding: 128px clamp(18px, 4vw, 54px) 34px;
  color: var(--t-white);
  isolation: isolate;
  overflow: hidden;
}

.landing-slides,
.landing-slide,
.landing-hero::before {
  position: absolute;
  inset: 0;
}

.landing-slides {
  z-index: -2;
}

.landing-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 720ms ease, transform 1200ms ease;
}

.landing-slide.active {
  opacity: 1;
  transform: scale(1);
}

.landing-hero::before {
  content: "";
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(36, 26, 28, 0.76), rgba(36, 26, 28, 0.42) 48%, rgba(36, 26, 28, 0.22)),
    rgba(36, 26, 28, 0.2);
}

.landing-hero-content {
  width: min(1040px, 100%);
  padding-bottom: 42px;
}

.landing-hero-content h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(44px, 7.2vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.landing-hero-content p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(252, 254, 252, 0.88);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

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

.landing-actions .button-link {
  min-height: 58px;
  font-size: 17px;
}

.landing-carousel {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(1180px, 100%);
  padding-top: 18px;
}

.landing-carousel .icon-button {
  flex: 0 0 auto;
  background: rgba(252, 254, 252, 0.92);
}

.landing-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-dots button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(252, 254, 252, 0.86);
  color: var(--t-dark);
  font-size: 13px;
  font-weight: 850;
}

.landing-dots button.active {
  background: var(--t-yellow);
  color: var(--t-ink);
}

.landing-band {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--bg);
}

.intro-band,
.access-band {
  background: var(--panel);
}

.inside-band {
  background: #eef2f4;
}

.landing-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column,
.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: start;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--t-olive);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.landing-band p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

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

.audience-grid article {
  display: grid;
  gap: 14px;
  min-height: 240px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.audience-grid span {
  color: var(--t-olive);
  font-size: 13px;
  font-weight: 900;
}

.audience-grid h3,
.inside-list strong,
.access-panel strong {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.audience-grid p {
  font-size: 15px;
  line-height: 1.5;
}

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

.inside-list div,
.access-panel {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.inside-list span,
.access-panel span {
  color: var(--muted);
  line-height: 1.48;
}

.access-panel {
  align-self: stretch;
  align-content: start;
  gap: 14px;
  background: #fbfbf9;
}

.access-panel .button-link {
  justify-self: start;
  min-height: 54px;
  margin-top: 8px;
  font-size: 16px;
}

.landing-footer {
  background: var(--t-ink);
}

.travel-story {
  background: #111315;
  color: var(--t-white);
}

.travel-story .landing-topbar {
  position: fixed;
  background: linear-gradient(180deg, rgba(17, 19, 21, 0.78), rgba(17, 19, 21, 0.34));
  border-bottom: 1px solid rgba(252, 254, 252, 0.12);
}

.travel-story .brand,
.travel-story .nav-links {
  color: var(--t-white);
}

.travel-story .brand-mark {
  color: var(--t-ink);
}

.travel-story .nav-links a {
  color: rgba(252, 254, 252, 0.86);
}

.travel-story .nav-links a:hover {
  background: rgba(255, 221, 45, 0.18);
  color: var(--t-white);
}

.travel-story .landing-nav a:last-child {
  background: var(--t-yellow);
  color: var(--t-ink);
}

.story-hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100svh;
  padding: clamp(118px, 14vh, 170px) clamp(22px, 5vw, 84px) clamp(28px, 5vw, 58px);
  isolation: isolate;
  overflow: hidden;
}

.story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 19, 21, 0.86), rgba(17, 19, 21, 0.58) 44%, rgba(17, 19, 21, 0.24) 74%),
    linear-gradient(0deg, rgba(17, 19, 21, 0.74), rgba(17, 19, 21, 0.08) 46%, rgba(17, 19, 21, 0.3));
}

.story-hero .landing-slides {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  width: min(1280px, 100%);
}

.story-hero-inner {
  align-self: end;
  width: min(1040px, 100%);
  padding-bottom: clamp(34px, 7vh, 78px);
}

.story-hero-inner h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(58px, 10vw, 138px);
  line-height: 0.93;
  letter-spacing: 0;
}

.story-hero-inner p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(252, 254, 252, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

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

.story-actions .button-link {
  min-height: 62px;
  padding: 0 24px;
  font-size: 17px;
}

.story-rail {
  align-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(1040px, 100%);
  padding-top: 12px;
}

.story-rail .icon-button {
  flex: 0 0 auto;
  border-color: rgba(252, 254, 252, 0.22);
  background: rgba(252, 254, 252, 0.88);
}

.club-pass {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(34px, 7vh, 78px);
  padding: 22px;
  border: 1px solid rgba(252, 254, 252, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(252, 254, 252, 0.14), rgba(252, 254, 252, 0.04)),
    rgba(17, 19, 21, 0.56);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.club-pass > span {
  color: var(--t-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-pass strong {
  font-size: 34px;
  line-height: 1;
}

.club-pass p {
  margin: 0;
  color: rgba(252, 254, 252, 0.72);
  line-height: 1.48;
}

.club-pass div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(252, 254, 252, 0.14);
}

.club-pass b {
  color: var(--t-yellow);
}

.club-pass small {
  color: rgba(252, 254, 252, 0.74);
  font-weight: 800;
  text-transform: uppercase;
}

.club-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 16px clamp(18px, 4vw, 54px);
  border-top: 1px solid rgba(252, 254, 252, 0.1);
  border-bottom: 1px solid rgba(252, 254, 252, 0.1);
  background: #0d0f11;
}

.club-marquee span {
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 221, 45, 0.26);
  border-radius: 999px;
  color: rgba(252, 254, 252, 0.76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.travel-story .landing-dots button {
  min-height: 38px;
  border: 1px solid rgba(252, 254, 252, 0.18);
  background: rgba(252, 254, 252, 0.16);
  color: var(--t-white);
  backdrop-filter: blur(12px);
}

.travel-story .landing-dots button.active {
  background: var(--t-yellow);
  border-color: var(--t-yellow);
  color: var(--t-ink);
}

.story-section {
  padding: clamp(54px, 8vw, 108px) clamp(22px, 5vw, 84px);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 221, 45, 0.12), transparent 30%),
    #111315;
}

.story-section:nth-of-type(odd) {
  background:
    radial-gradient(circle at 85% 20%, rgba(188, 178, 128, 0.12), transparent 28%),
    #17191c;
}

.story-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.story-split,
.story-access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.story-section h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.story-section p {
  margin: 0;
  color: rgba(252, 254, 252, 0.68);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.58;
}

.travel-story .section-kicker {
  color: var(--t-yellow);
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.club-copy {
  display: grid;
  gap: 18px;
}

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

.benefit-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(252, 254, 252, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(252, 254, 252, 0.105), rgba(252, 254, 252, 0.034)),
    rgba(17, 19, 21, 0.76);
}

.benefit-grid span,
.journey-grid span,
.flow-list b {
  color: var(--t-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-grid h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.02;
}

.benefit-grid p {
  font-size: 15px;
  line-height: 1.52;
}

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

.journey-grid article {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(252, 254, 252, 0.12);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.journey-grid article:nth-child(1),
.journey-grid article:nth-child(4) {
  grid-column: span 2;
}

.journey-grid article:nth-child(2),
.journey-grid article:nth-child(3),
.journey-grid article:nth-child(5),
.journey-grid article:nth-child(6) {
  grid-column: span 2;
}

.journey-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(17, 19, 21, 0.82), rgba(17, 19, 21, 0.14) 58%),
    rgba(17, 19, 21, 0.12);
}

.journey-grid article div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.journey-grid h3 {
  max-width: 300px;
  margin: 0;
  color: var(--t-white);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 0.98;
}

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

.flow-list div {
  display: grid;
  grid-template-columns: 52px minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(252, 254, 252, 0.14);
}

.flow-list div:last-child {
  border-bottom: 1px solid rgba(252, 254, 252, 0.14);
}

.flow-list strong {
  font-size: 22px;
  line-height: 1.1;
}

.flow-list span {
  color: rgba(252, 254, 252, 0.68);
  line-height: 1.5;
}

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

.story-card,
.story-stack div,
.story-test-link {
  border: 1px solid rgba(252, 254, 252, 0.12);
  background:
    linear-gradient(145deg, rgba(252, 254, 252, 0.1), rgba(252, 254, 252, 0.035)),
    rgba(17, 19, 21, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.story-card {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 270px;
  padding: 24px;
  border-radius: 8px;
}

.story-card span {
  color: var(--t-yellow);
  font-size: 13px;
  font-weight: 900;
}

.story-card h3 {
  max-width: 270px;
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.02;
}

.story-card p {
  font-size: 15px;
  line-height: 1.52;
}

.story-stack {
  display: grid;
  gap: 12px;
}

.story-stack div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 8px;
}

.story-stack strong,
.story-test-link strong {
  font-size: 22px;
  line-height: 1.1;
}

.story-stack span,
.story-test-link span {
  color: rgba(252, 254, 252, 0.68);
  line-height: 1.48;
}

.story-access-layout {
  align-items: stretch;
}

.story-access-layout > div {
  display: grid;
  align-content: start;
  gap: 18px;
}

.story-test-link {
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 221, 45, 0.94), rgba(252, 198, 35, 0.86)),
    var(--t-yellow);
  color: var(--t-ink);
}

.story-test-link span {
  color: rgba(36, 26, 28, 0.66);
  font-weight: 850;
  text-transform: uppercase;
}

.story-test-link strong {
  font-size: clamp(30px, 4vw, 52px);
}

.travel-story .landing-footer {
  border-top: 1px solid rgba(252, 254, 252, 0.12);
  background: #111315;
  color: rgba(252, 254, 252, 0.72);
}

.app-shell {
  min-height: 100vh;
  background: var(--bg);
}

.travel-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 76px clamp(18px, 4vw, 54px) 58px;
  background-image: url("https://images.unsplash.com/photo-1549877452-9c387954fbc2?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.travel-copy {
  align-self: end;
  max-width: 1020px;
  color: var(--t-white);
}

.search-band {
  background: var(--bg);
  padding: 28px 0 24px;
}

.search-panel {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 18px;
  background: var(--panel);
  border: 1px solid rgba(204, 202, 195, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 5;
}

.search-panel.flights-mode {
  padding-block: 12px;
}

.product-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(128px, 1fr));
  min-height: 42px;
  margin-bottom: 14px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f8;
}

.search-panel.flights-mode .product-tabs {
  margin-bottom: 0;
}

.product-tabs button {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.product-tabs button.active {
  background: var(--t-yellow);
  color: var(--t-ink);
  box-shadow: 0 6px 14px rgba(252, 198, 35, 0.24);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(2, minmax(150px, 1fr)) repeat(3, minmax(96px, 0.65fr)) auto;
  gap: 10px;
  align-items: end;
}

.search-form[hidden] {
  display: none;
}

.flight-form {
  grid-template-columns: repeat(2, minmax(118px, 1fr)) repeat(2, minmax(148px, 1fr)) repeat(3, minmax(112px, 0.75fr)) auto;
}

.field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.field label,
.filter-panel label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field input,
.field select,
.filter-panel input,
.filter-panel select,
.toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--t-ink);
  padding: 0 12px;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto 18px;
}

.status-main {
  display: grid;
  gap: 4px;
}

.status-main strong {
  font-size: 22px;
}

.status-main span {
  color: var(--muted);
  font-size: 14px;
}

.provider-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 221, 45, 0.42);
  color: var(--t-dark);
  font-size: 13px;
  font-weight: 850;
}

.results-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto 54px;
}

.results-shell.flights-mode {
  grid-template-columns: minmax(0, 1fr);
}

.filter-panel[hidden],
.toolbar[hidden],
.view-toggle[hidden],
.secondary-button[hidden] {
  display: none;
}

.filter-panel {
  align-self: start;
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-size: 18px;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

input[type="range"] {
  accent-color: var(--t-yellow);
}

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

.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--t-dark);
  font-size: 14px;
}

.checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--t-yellow);
}

.main-column {
  display: grid;
  gap: 14px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 8px 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.toolbar strong {
  font-size: 15px;
}

.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.view-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(74px, 1fr));
  min-height: 38px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f8;
}

.view-toggle button {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.view-toggle button.active {
  background: var(--t-yellow);
  color: var(--t-ink);
  box-shadow: 0 6px 14px rgba(252, 198, 35, 0.24);
}

.hotel-list {
  display: grid;
  gap: 14px;
}

.hotel-list[hidden] {
  display: none;
}

.flight-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(36, 26, 28, 0.07);
}

.flight-main {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.flight-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.flight-title h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.flight-title span,
.flight-meta,
.segment-line {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.flight-leg {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.flight-leg:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.flight-leg-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 850;
}

.segment-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.list-actions,
.review-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
}

.map-search {
  display: grid;
  gap: 10px;
}

.map-search[hidden] {
  display: none;
}

.map-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.map-search-head > div {
  display: grid;
  gap: 3px;
}

.map-search-head span {
  color: var(--muted);
  font-size: 13px;
}

.results-map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: min(72vh, 720px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #dfe6e9;
}

.price-marker {
  background: transparent;
  border: 0;
}

.price-marker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 32px;
  padding: 0 10px;
  border: 2px solid var(--t-yellow);
  border-radius: 999px;
  background: var(--panel);
  color: var(--t-ink);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(36, 26, 28, 0.2);
}

.price-marker span:hover {
  background: var(--t-yellow);
}

.hotel-card {
  display: grid;
  grid-template-columns: 254px minmax(0, 1fr) 210px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(36, 26, 28, 0.07);
}

.hotel-image {
  width: 100%;
  height: 100%;
  min-height: 236px;
  object-fit: cover;
  background: var(--t-silver);
}

.hotel-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--t-dark);
  font-weight: 900;
  letter-spacing: 0;
}

.hotel-info {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.hotel-title-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.hotel-title-line h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}

.stars {
  color: var(--t-gold);
  font-size: 13px;
  white-space: nowrap;
}

.meta-line,
.amenities,
.policy,
.room-line {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.score-row,
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.score {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--t-dark);
  color: var(--t-white);
  font-size: 13px;
  font-weight: 850;
}

.review-count {
  color: var(--muted);
  font-size: 13px;
}

.score-row.muted {
  color: var(--muted);
  font-size: 13px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  background: rgba(255, 221, 45, 0.35);
  color: var(--t-dark);
  font-size: 12px;
  font-weight: 850;
}

.badge-good {
  background: rgba(31, 157, 99, 0.14);
  color: #176b47;
}

.price-panel {
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  background: #fbfbf9;
  border-left: 1px solid var(--line);
}

.price-panel small {
  color: var(--muted);
}

.price {
  display: grid;
  gap: 2px;
  text-align: right;
}

.price .price-label,
.offer-price .price-label {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  background: rgba(255, 221, 45, 0.35);
  color: var(--t-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.price strong {
  font-size: 28px;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 13px;
}

.public-price {
  display: grid;
  gap: 1px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.public-price strong {
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
}

.public-price-inline {
  color: var(--muted);
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 22px;
}

.booking-modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 26, 28, 0.58);
}

.modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1120px, 100%);
  max-height: min(86vh, 860px);
  overflow: hidden;
  background: var(--panel);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.modal-head h2 {
  margin: 4px 0 4px;
  font-size: 26px;
  line-height: 1.16;
}

.modal-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.modal-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.modal-body {
  display: grid;
  gap: 16px;
  overflow: auto;
  padding: 18px;
}

.hotel-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 16px;
}

.detail-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: var(--t-silver);
}

.gallery {
  display: grid;
  gap: 8px;
}

.gallery-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gallery-tools strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-tools .secondary-button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--t-silver);
}

.gallery-main img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(252, 254, 252, 0.7);
  border-radius: 999px;
  background: rgba(252, 254, 252, 0.9);
  color: var(--t-ink);
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 8px 22px rgba(36, 26, 28, 0.16);
}

.gallery-nav.prev {
  left: 10px;
}

.gallery-nav.next {
  right: 10px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.gallery-thumbs button {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--panel);
}

.gallery-thumbs button.active {
  border-color: var(--t-yellow);
}

.gallery-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.detail-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.map-card {
  overflow: hidden;
  min-height: 178px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef1f3;
}

.map-placeholder {
  display: grid;
  min-height: 178px;
  place-items: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

.map-link {
  display: inline-flex;
  margin: 10px 12px 12px;
  color: var(--t-dark);
  font-size: 13px;
  font-weight: 800;
}

.review-section {
  display: grid;
  gap: 12px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-head h3 {
  margin: 0;
  font-size: 18px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.review-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.review-head {
  display: flex;
  align-items: start;
  gap: 10px;
}

.review-head strong,
.review-head span {
  display: block;
}

.review-head span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.review-actions {
  justify-content: flex-start;
  padding: 0;
}

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

.offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf9;
}

.offer-main {
  display: grid;
  gap: 8px;
}

.offer-main h3 {
  margin: 0;
  font-size: 17px;
}

.offer-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.room-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.room-preview img {
  width: 86px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--t-silver);
}

.room-preview .secondary-button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.offer-price {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.offer-price strong {
  font-size: 24px;
}

.booking-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 221, 45, 0.55);
  border-radius: 8px;
  background: rgba(255, 221, 45, 0.12);
}

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

.booking-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
}

.empty-state,
.loading-state,
.error-state {
  display: grid;
  gap: 10px;
  min-height: 240px;
  place-items: center;
  padding: 34px;
  text-align: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.loading-bars {
  display: grid;
  gap: 14px;
}

.loading-card {
  height: 236px;
  border-radius: 8px;
  background: #e9edf2;
  overflow: hidden;
  position: relative;
}

.loading-card::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 4vw, 54px);
  background: var(--t-ink);
  color: rgba(252, 254, 252, 0.78);
  font-size: 13px;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .price {
  text-align: left;
}

html[dir="rtl"] .price-panel {
  border-left: 0;
  border-right: 1px solid var(--line);
}

@media (max-width: 1120px) {
  .search-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .search-form .primary-button {
    width: 100%;
  }

  .hotel-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }

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

  .flight-card {
    grid-template-columns: 1fr;
  }

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

  .price-panel {
    grid-column: 1 / -1;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .topbar {
    min-height: 62px;
  }

  .nav-links {
    display: none;
  }

  .language-select {
    min-width: 118px;
  }

  .portal-hero,
  .finance-hero {
    min-height: calc(100vh - 62px);
  }

  .landing-hero {
    min-height: calc(100vh - 48px);
    padding-top: 104px;
  }

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

  .two-column,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .landing-carousel {
    align-items: stretch;
  }

  .landing-dots {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .story-hero {
    min-height: 100svh;
    padding: 96px 18px 28px;
  }

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

  .story-hero-inner {
    padding-bottom: 30px;
  }

  .club-pass {
    width: min(420px, 100%);
    margin-bottom: 22px;
  }

  .story-split,
  .story-access-layout {
    grid-template-columns: 1fr;
  }

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

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

  .journey-grid article,
  .journey-grid article:nth-child(1),
  .journey-grid article:nth-child(2),
  .journey-grid article:nth-child(3),
  .journey-grid article:nth-child(4),
  .journey-grid article:nth-child(5),
  .journey-grid article:nth-child(6) {
    grid-column: span 1;
    min-height: 320px;
  }

  .story-rail {
    align-items: stretch;
  }

  .travel-hero {
    min-height: 430px;
    padding-top: 56px;
  }

  .search-form,
  .flight-form,
  .results-shell {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
  }

  .hotel-card {
    grid-template-columns: 1fr;
  }

  .hotel-image {
    height: 230px;
    min-height: 230px;
  }

  .hotel-title-line,
  .toolbar,
  .toolbar-actions,
  .map-search-head,
  .status-strip,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .view-toggle {
    width: 100%;
  }

  .results-map {
    min-height: 420px;
    height: 62vh;
  }

  .price {
    text-align: left;
  }

  .hotel-detail-grid,
  .offer-row,
  .booking-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .offer-price {
    justify-items: stretch;
  }
}

@media (max-width: 520px) {
  .portal-hero,
  .finance-hero,
  .travel-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .portal-content h1,
  .finance-content h1,
  .travel-copy h1,
  .landing-hero-content h1 {
    font-size: 40px;
  }

  .landing-actions,
  .landing-carousel,
  .story-actions,
  .story-rail {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-carousel .icon-button,
  .story-rail .icon-button {
    display: none;
  }

  .landing-actions .button-link,
  .story-actions .button-link {
    width: 100%;
  }

  .story-hero-inner h1 {
    font-size: 52px;
  }

  .story-section {
    padding: 44px 18px;
  }

  .story-section h2 {
    font-size: 34px;
  }

  .club-marquee {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .benefit-grid,
  .journey-grid,
  .audience-grid,
  .story-cards {
    grid-template-columns: 1fr;
  }

  .journey-grid article {
    min-height: 300px;
  }

  .flow-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .search-panel,
  .status-strip,
  .results-shell {
    width: calc(100vw - 24px);
  }

  .search-panel,
  .filter-panel,
  .hotel-info,
  .price-panel {
    padding: 14px;
  }
}

.club-landing {
  background: #0f1113;
}

.club-landing .landing-topbar {
  background: rgba(15, 17, 19, 0.76);
}

.club-landing .landing-nav {
  gap: 8px;
}

.club-landing .landing-nav a {
  white-space: nowrap;
}

.access-hero {
  min-height: 100svh;
  padding-bottom: clamp(28px, 4vw, 52px);
}

.access-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 17, 19, 0.9), rgba(15, 17, 19, 0.66) 46%, rgba(15, 17, 19, 0.26) 76%),
    linear-gradient(0deg, rgba(15, 17, 19, 0.78), rgba(15, 17, 19, 0.08) 52%, rgba(15, 17, 19, 0.4));
}

.access-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 410px);
}

.access-hero .story-hero-inner {
  padding-bottom: clamp(28px, 5vh, 58px);
}

.access-hero .story-hero-inner h1 {
  max-width: 1120px;
  font-size: clamp(54px, 8.6vw, 126px);
}

.access-hero .story-hero-inner p:not(.eyebrow) {
  max-width: 880px;
}

.trust-line {
  max-width: 760px !important;
  margin-top: 18px !important;
  color: rgba(252, 254, 252, 0.72) !important;
  font-size: clamp(15px, 1.55vw, 18px) !important;
}

.hero-pass strong {
  font-size: clamp(34px, 4vw, 48px);
}

.hero-pass div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.club-landing .story-section {
  background: #111315;
}

.club-landing .story-section:nth-of-type(odd) {
  background: #17191c;
}

.club-landing .section-head.wide-head {
  max-width: 980px;
}

.club-landing .section-head > p:not(.section-kicker),
.club-landing .wide-head > p:not(.section-kicker) {
  margin: 0;
  color: rgba(252, 254, 252, 0.7);
  font-size: 19px;
  line-height: 1.55;
}

.access-journeys article {
  min-height: 390px;
}

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

.how-grid article {
  min-height: 310px;
}

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

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 720px;
  padding: 26px;
  border: 1px solid rgba(252, 254, 252, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(252, 254, 252, 0.12), rgba(252, 254, 252, 0.04)),
    rgba(15, 17, 19, 0.86);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.26);
}

.price-card.featured {
  border-color: rgba(255, 221, 45, 0.54);
  background:
    linear-gradient(145deg, rgba(255, 221, 45, 0.18), rgba(252, 254, 252, 0.05)),
    rgba(15, 17, 19, 0.9);
}

.plan-label,
.best-badge {
  justify-self: start;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 221, 45, 0.18);
  color: var(--t-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.best-badge {
  background: var(--t-yellow);
  color: var(--t-ink);
}

.best-badge.dark {
  background: rgba(252, 254, 252, 0.12);
  color: var(--t-white);
}

.price-card h3 {
  margin: 0;
  color: var(--t-white);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 0.95;
}

.price-card h3 span {
  display: block;
  margin-top: 6px;
  color: rgba(252, 254, 252, 0.62);
  font-size: 18px;
  line-height: 1.2;
}

.price-card p {
  margin: 0;
  color: rgba(252, 254, 252, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.price-card .annual-line {
  color: rgba(255, 221, 45, 0.88);
  font-weight: 850;
}

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

.price-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(252, 254, 252, 0.82);
  line-height: 1.38;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--t-yellow);
}

.best-for {
  padding-top: 12px;
  border-top: 1px solid rgba(252, 254, 252, 0.12);
}

.price-card .button-link {
  align-self: end;
  width: 100%;
  min-height: 56px;
  margin-top: auto;
}

.annual-table,
.credit-list,
.benefit-list {
  display: grid;
  gap: 12px;
}

.annual-table div,
.credit-list div,
.selector-grid article,
.faq-grid details,
.savings-grid article {
  border: 1px solid rgba(252, 254, 252, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(252, 254, 252, 0.1), rgba(252, 254, 252, 0.035)),
    rgba(15, 17, 19, 0.72);
}

.annual-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  padding: 18px;
}

.annual-table b,
.credit-list strong {
  color: var(--t-white);
  font-size: 20px;
  line-height: 1.15;
}

.annual-table span {
  color: var(--t-yellow);
  font-size: 24px;
  font-weight: 900;
}

.annual-table small {
  grid-column: 1 / -1;
  color: rgba(252, 254, 252, 0.68);
  line-height: 1.4;
}

.annual-table .button-link {
  justify-self: start;
  margin-top: 8px;
}

.credit-list div {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.credit-list span {
  color: rgba(252, 254, 252, 0.72);
  line-height: 1.45;
}

.credit-list p {
  font-size: 14px;
}

.savings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.savings-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 390px;
  padding: 28px;
}

.savings-grid h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.savings-grid small {
  color: rgba(252, 254, 252, 0.56);
  line-height: 1.5;
}

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

.selector-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
  padding: 22px;
}

.selector-grid h3 {
  margin: 0;
  color: var(--t-white);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.selector-grid p {
  font-size: 16px;
}

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

.benefit-list span {
  min-height: 54px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 221, 45, 0.22);
  border-radius: 8px;
  background: rgba(255, 221, 45, 0.08);
  color: rgba(252, 254, 252, 0.82);
  font-weight: 750;
}

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

.faq-grid details {
  padding: 20px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--t-white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.faq-grid p {
  margin-top: 12px;
  font-size: 15px;
}

.final-cta-card {
  display: grid;
  justify-items: start;
  gap: 18px;
  min-height: 460px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(252, 254, 252, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(15, 17, 19, 0.84), rgba(15, 17, 19, 0.34)),
    url("https://images.unsplash.com/photo-1530789253388-582c481c54b0?auto=format&fit=crop&w=1800&q=86") center/cover;
}

.final-cta-card h2 {
  max-width: 760px;
}

.final-cta-card p:not(.section-kicker) {
  max-width: 650px;
}

@media (max-width: 980px) {
  .club-landing .landing-nav {
    display: flex;
    margin-left: auto;
  }

  .club-landing .landing-nav a:not(:last-child) {
    display: none;
  }

  .access-hero-grid,
  .pricing-grid,
  .how-grid,
  .savings-grid,
  .selector-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .access-hero .story-hero-inner h1 {
    font-size: 48px;
  }

  .annual-table div {
    grid-template-columns: 1fr;
  }

  .annual-table span {
    font-size: 22px;
  }

  .final-cta-card {
    min-height: 380px;
  }
}

/* The GO Club brand system */
body.go-home,
body.go-search {
  --go-orange: #ff5a1f;
  --go-orange-dark: #e44710;
  --go-orange-soft: #ffe0d3;
  --go-navy: #07111f;
  --go-navy-2: #0b1b2e;
  --go-cream: #faf4e8;
  --go-cream-2: #fff9ef;
  --go-lime: #c7ff2e;
  --go-lime-soft: #e9ff99;
  --go-sky: #bfe8ff;
  --go-line: #e8ddcb;
  --go-muted: #5e6673;
  --go-shadow: 0 18px 60px rgba(7, 17, 31, 0.1);
  background: var(--go-cream);
  color: var(--go-navy);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.go-home ::selection,
body.go-search ::selection {
  background: var(--go-lime);
  color: var(--go-navy);
}

.go-topbar {
  min-height: 76px;
  background: rgba(255, 249, 239, 0.86);
  border-bottom: 1px solid rgba(232, 221, 203, 0.78);
  box-shadow: 0 14px 40px rgba(7, 17, 31, 0.05);
}

.go-brand {
  gap: 0;
}

.go-logo {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 96px;
  color: var(--go-navy);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.go-logo small {
  display: block;
  font-size: 12px;
  letter-spacing: -0.02em;
}

.go-logo strong {
  display: block;
  color: var(--go-orange);
  font-size: 34px;
  letter-spacing: -0.06em;
}

.go-logo.compact {
  min-width: 112px;
  transform: scale(0.82);
  transform-origin: left center;
}

.go-logo.compact small {
  font-size: 11px;
}

.go-logo.compact strong {
  font-size: 30px;
}

.go-nav {
  gap: clamp(8px, 1.2vw, 18px);
}

.go-nav a,
.go-topbar .nav-links a {
  color: var(--go-navy);
  border-radius: 999px;
  font-weight: 850;
}

.go-nav a:hover,
.go-topbar .nav-links a:hover {
  color: var(--go-orange);
  background: rgba(255, 90, 31, 0.08);
}

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

.go-login {
  font-size: 14px;
  font-weight: 850;
}

.go-pill,
.go-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 950;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.go-pill,
.go-button.primary {
  background: var(--go-orange);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.28);
}

.go-button.primary:hover,
.go-pill:hover {
  background: var(--go-orange-dark);
  transform: translateY(-1px);
}

.go-button.secondary {
  border: 1px solid rgba(255, 90, 31, 0.55);
  background: rgba(255, 255, 255, 0.58);
  color: var(--go-navy);
}

.go-button.lime {
  background: var(--go-lime);
  color: var(--go-navy);
}

.go-home .landing-slides,
.go-home .landing-slide {
  position: absolute;
  inset: 0;
}

.go-home .landing-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity 700ms ease;
}

.go-home .landing-slide.active {
  opacity: 1;
}

.go-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(42px, 7vw, 90px) clamp(20px, 5vw, 72px) 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 14%, rgba(255, 90, 31, 0.11), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(191, 232, 255, 0.55), transparent 30%),
    linear-gradient(120deg, #fffaf0 0%, #faf4e8 58%, #ffe0d3 100%);
}

.go-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 28px solid rgba(199, 255, 46, 0.7);
  border-radius: 50%;
  pointer-events: none;
}

.go-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: 22px;
}

.go-sticker {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--go-navy);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.go-sticker.lime {
  background: var(--go-lime);
  box-shadow: 0 12px 24px rgba(199, 255, 46, 0.22);
}

.go-sticker.orange {
  background: var(--go-orange);
  color: #fff;
}

.go-hero h1,
.go-section h2,
.go-final-cta h2 {
  margin: 0;
  color: var(--go-navy);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.go-hero h1 {
  max-width: 720px;
  font-size: clamp(64px, 9vw, 132px);
  line-height: 0.86;
}

.go-hero h1 span {
  display: block;
  color: var(--go-orange);
}

.go-lead {
  max-width: 600px;
  margin: 0;
  color: rgba(7, 17, 31, 0.78);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.go-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.go-social-proof {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  color: var(--go-navy);
}

.go-social-proof strong {
  font-size: 15px;
}

.go-social-proof span {
  color: var(--go-muted);
  font-weight: 700;
}

.go-hero-media {
  position: relative;
  min-height: clamp(460px, 58vw, 690px);
  overflow: hidden;
  border-radius: 38px;
  background: url("/assets/go-club/hero-boat-sunset.jpg") center/cover;
  box-shadow: 0 28px 90px rgba(7, 17, 31, 0.18);
}

.go-hero-media .landing-slide {
  background-position: center;
  background-size: cover;
}

.go-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 17, 31, 0.5));
}

.go-ticket {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 24px;
  border: 2px dashed rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  background: var(--go-navy);
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.go-brush {
  position: absolute;
  left: 24px;
  bottom: 38px;
  z-index: 2;
  padding: 12px 20px;
  border-radius: 16px;
  background: var(--go-orange);
  color: #fff;
  font-weight: 950;
  transform: rotate(4deg);
}

.go-hero-controls {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}

.go-hero-controls .icon-button {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.go-hero-controls .landing-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.go-hero-controls .landing-dots button {
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--go-navy);
  font-size: 12px;
  font-weight: 900;
}

.go-hero-controls .landing-dots button.active {
  background: var(--go-lime);
}

.go-marquee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: var(--go-navy);
  color: #fff;
}

.go-marquee span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
}

.go-section {
  padding: clamp(60px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.go-section-head {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.go-section-head.compact {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.go-kicker {
  margin: 0;
  color: var(--go-orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.go-section h2 {
  font-size: clamp(38px, 5.3vw, 76px);
  line-height: 0.94;
}

.go-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  background: #fff;
}

.go-copy-card {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--go-line);
  border-radius: 28px;
  background: var(--go-cream-2);
  box-shadow: var(--go-shadow);
}

.go-copy-card p,
.go-deal-card p,
.go-community-grid p,
.go-opportunity p,
.go-faq p,
.go-final-cta p,
.go-note {
  margin: 0;
  color: rgba(7, 17, 31, 0.72);
  font-size: 17px;
  line-height: 1.62;
}

.go-steps,
.go-plans,
.go-faq {
  background: var(--go-cream);
}

.go-step-grid,
.go-plan-grid,
.go-faq-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

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

.go-step-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--go-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--go-shadow);
}

.go-step-grid span {
  color: var(--go-orange);
  font-size: 14px;
  font-weight: 950;
}

.go-step-grid h3,
.go-plan h3 {
  margin: 0;
  color: var(--go-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.go-step-grid p,
.go-plan p,
.go-plan li {
  margin: 0;
  color: rgba(7, 17, 31, 0.72);
  line-height: 1.5;
}

.go-experiences {
  background: #fff;
}

.go-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.go-experience-grid article {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 360px;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 20px 54px rgba(7, 17, 31, 0.12);
}

.go-experience-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.74));
}

.go-experience-grid span,
.go-experience-grid h3 {
  position: relative;
  z-index: 1;
}

.go-experience-grid span {
  color: var(--go-lime);
  font-weight: 950;
  text-transform: uppercase;
}

.go-experience-grid h3 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.04;
}

.go-plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.go-plan {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 650px;
  padding: 30px;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--go-shadow);
}

.go-plan.featured {
  border-color: var(--go-orange);
  transform: translateY(-10px);
}

.go-plan.max {
  background:
    radial-gradient(circle at top right, rgba(199, 255, 46, 0.18), transparent 34%),
    var(--go-navy);
  color: #fff;
}

.go-plan.max h3,
.go-plan.max strong {
  color: #fff;
}

.go-plan.max p,
.go-plan.max li {
  color: rgba(255, 255, 255, 0.78);
}

.plan-orb {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-weight: 950;
}

.plan-orb.blue {
  background: #1463ff;
}

.plan-orb.orange {
  background: var(--go-orange);
}

.plan-orb.lime {
  background: var(--go-lime);
  color: var(--go-navy);
}

.go-ribbon {
  position: absolute;
  top: 22px;
  right: 22px;
  min-height: 28px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--go-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.go-ribbon.lime {
  background: var(--go-lime);
  color: var(--go-navy);
}

.go-plan strong {
  margin-top: 8px;
  color: var(--go-navy);
  font-size: 42px;
  line-height: 1;
}

.go-plan strong span {
  color: var(--go-muted);
  font-size: 16px;
}

.go-plan small {
  color: var(--go-orange);
  font-weight: 900;
  line-height: 1.4;
}

.go-plan.max small {
  color: var(--go-lime);
}

.go-plan ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.go-plan li {
  position: relative;
  padding-left: 20px;
}

.go-plan li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--go-orange);
}

.go-plan.max li::before {
  background: var(--go-lime);
}

.go-plan .go-button {
  align-self: end;
  width: 100%;
  margin-top: auto;
}

.go-note {
  max-width: 850px;
  margin: 22px auto 0;
  color: var(--go-muted);
  text-align: center;
  font-size: 14px;
}

.go-deals {
  background: #fff;
}

.go-deal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.9), rgba(7, 17, 31, 0.38)),
    url("/assets/go-club/roadtrip-van.jpg") center/cover;
  color: #fff;
  box-shadow: 0 30px 90px rgba(7, 17, 31, 0.18);
}

.go-deal-card h2,
.go-deal-card p,
.go-deal-card .go-kicker {
  color: #fff;
}

.go-deal-card h2 {
  max-width: 760px;
}

.go-deal-card p {
  max-width: 700px;
}

.go-community {
  background: var(--go-cream);
}

.go-community-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.go-community-grid h2 {
  margin-bottom: 18px;
}

.go-photo-stack {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 14px;
}

.go-photo-stack img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--go-shadow);
}

.go-photo-stack img:first-child {
  grid-row: span 2;
  min-height: 460px;
}

.go-opportunity {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 90, 31, 0.16), transparent 25%),
    var(--go-navy);
}

.go-opportunity h2,
.go-opportunity p {
  color: #fff;
}

.go-opportunity .go-kicker {
  color: var(--go-lime);
}

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

.go-faq details {
  padding: 24px;
  border: 1px solid var(--go-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.go-faq summary {
  cursor: pointer;
  color: var(--go-navy);
  font-size: 20px;
  font-weight: 950;
}

.go-faq p {
  margin-top: 12px;
  font-size: 15px;
}

.go-final-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(250, 244, 232, 0.15), var(--go-cream)),
    url("/assets/go-club/hero-boat-sunset.jpg") center/cover;
}

.go-final-cta h2 {
  max-width: 850px;
  font-size: clamp(54px, 8vw, 110px);
  line-height: 0.88;
}

.go-final-cta p:not(.go-sticker) {
  max-width: 680px;
  color: rgba(7, 17, 31, 0.78);
  font-size: 19px;
}

.go-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--go-navy);
  color: #fff;
}

.go-footer .go-logo {
  color: #fff;
}

.go-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.go-footer span {
  color: var(--go-lime);
  font-weight: 950;
}

/* The GO Club search redesign */
.go-search .app-shell {
  background:
    radial-gradient(circle at 3% 6%, rgba(255, 90, 31, 0.1), transparent 22%),
    linear-gradient(180deg, #fff9ef 0%, #faf4e8 56%, #f6efe2 100%);
}

.go-search .topbar-actions {
  gap: 14px;
}

.go-search .language-select {
  border-color: rgba(7, 17, 31, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--go-navy);
}

.go-search .travel-hero {
  display: grid;
  min-height: clamp(460px, 42vw, 560px);
  padding: clamp(70px, 7vw, 100px) clamp(18px, 5vw, 72px) clamp(116px, 10vw, 152px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.9) 0%, rgba(7, 17, 31, 0.5) 48%, rgba(255, 90, 31, 0.12) 100%),
    url("/assets/go-club/search-roadtrip.jpg") center/cover;
}

.go-search .travel-hero::before {
  background: transparent;
}

.go-search .travel-copy {
  align-self: center;
  max-width: 890px;
}

.go-search .travel-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--go-lime);
  color: var(--go-navy);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.go-search .travel-copy h1 {
  margin: 18px 0 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.go-search .travel-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.5;
}

.go-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.go-search-tags span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.go-search-ticket {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  top: clamp(136px, 16vw, 190px);
  bottom: auto;
  padding: 15px 20px;
  border-radius: 18px;
  background: var(--go-orange);
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.go-search .search-band {
  margin-top: -42px;
  padding: 0 0 44px;
  background: transparent;
}

.go-search .search-panel {
  width: min(1300px, calc(100vw - 36px));
  padding: 22px;
  border-color: rgba(232, 221, 203, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 76px rgba(7, 17, 31, 0.14);
  backdrop-filter: blur(20px);
  z-index: 10;
}

.go-search .product-tabs,
.go-search .view-toggle {
  border-color: rgba(7, 17, 31, 0.1);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.04);
}

.go-search .product-tabs button,
.go-search .view-toggle button {
  border-radius: 999px;
}

.go-search .product-tabs button.active,
.go-search .view-toggle button.active {
  background: var(--go-orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 90, 31, 0.2);
}

.go-search .field label,
.go-search .filter-panel label {
  color: var(--go-muted);
  font-weight: 950;
}

.go-search .field input,
.go-search .field select,
.go-search .filter-panel input,
.go-search .filter-panel select,
.go-search .toolbar select {
  min-height: 48px;
  border-color: rgba(7, 17, 31, 0.12);
  border-radius: 16px;
  color: var(--go-navy);
}

.go-search .primary-button {
  min-height: 52px;
  border-radius: 999px;
  background: var(--go-orange);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.24);
}

.go-search .primary-button:hover {
  background: var(--go-orange-dark);
}

.go-search .secondary-button,
.go-search .icon-button {
  border-color: rgba(7, 17, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--go-navy);
}

.go-search .status-strip,
.go-search .results-shell {
  width: min(1300px, calc(100vw - 36px));
}

.go-search .status-main strong {
  color: var(--go-navy);
  font-size: 28px;
  letter-spacing: -0.03em;
}

.go-search .provider-pill,
.go-search .badge,
.go-search .price .price-label,
.go-search .offer-price .price-label {
  border-radius: 999px;
  background: var(--go-lime-soft);
  color: var(--go-navy);
}

.go-search .results-shell {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
}

.go-search .filter-panel,
.go-search .toolbar,
.go-search .map-search-head,
.go-search .hotel-card,
.go-search .flight-card,
.go-search .modal-panel {
  border-color: rgba(232, 221, 203, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 50px rgba(7, 17, 31, 0.08);
}

.go-search .filter-panel {
  top: 96px;
  padding: 22px;
}

.go-search .filter-title,
.go-search .toolbar strong {
  color: var(--go-navy);
  font-weight: 950;
}

.go-search input[type="range"],
.go-search .checkbox input {
  accent-color: var(--go-orange);
}

.go-search .hotel-card {
  grid-template-columns: minmax(230px, 310px) minmax(0, 1fr) minmax(210px, 248px);
  overflow: hidden;
}

.go-search .hotel-image {
  min-height: 270px;
}

.go-search .hotel-image-placeholder,
.go-search .detail-image.hotel-image-placeholder {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 90, 31, 0.16), transparent 30%),
    var(--go-cream);
  color: var(--go-navy);
}

.go-search .hotel-title-line h2 {
  color: var(--go-navy);
  font-size: clamp(22px, 2.2vw, 31px);
  letter-spacing: -0.03em;
}

.go-search .stars {
  color: var(--go-orange);
  font-size: 15px;
}

.go-search .score {
  border-radius: 14px;
  background: var(--go-navy);
  color: #fff;
}

.go-search .badge-row .badge:first-child,
.go-search .price .price-label {
  background: var(--go-lime-soft);
}

.go-search .price-panel {
  align-content: center;
  background: linear-gradient(180deg, #fff, #fff9ef);
  border-left-color: rgba(232, 221, 203, 0.92);
}

.go-search .price {
  gap: 6px;
}

.go-search .price strong {
  color: var(--go-navy);
  font-size: clamp(34px, 3.4vw, 46px);
  letter-spacing: -0.05em;
}

.go-search .public-price {
  margin-top: 12px;
  padding-top: 12px;
}

.go-search .public-price strong {
  color: var(--go-muted);
  font-size: 22px;
}

.go-search .results-map {
  border-color: rgba(232, 221, 203, 0.92);
  border-radius: 26px;
  box-shadow: 0 16px 50px rgba(7, 17, 31, 0.08);
}

.go-search .price-marker span {
  border-color: var(--go-orange);
  background: #fff;
  color: var(--go-navy);
}

.go-search .price-marker span:hover {
  background: var(--go-orange);
  color: #fff;
}

.go-search .modal-panel {
  border-radius: 28px;
}

.go-search .footer {
  background: var(--go-navy);
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1120px) {
  .go-nav a:nth-child(n+4) {
    display: none;
  }

  .go-hero,
  .go-intro,
  .go-community-grid {
    grid-template-columns: 1fr;
  }

  .go-hero-media {
    min-height: 520px;
  }

  .go-step-grid,
  .go-experience-grid,
  .go-plan-grid,
  .go-faq-grid {
    grid-template-columns: 1fr;
  }

  .go-plan.featured {
    transform: none;
  }

  .go-deal-card {
    grid-template-columns: 1fr;
  }

  .go-search .results-shell {
    grid-template-columns: 1fr;
  }

  .go-search .filter-panel {
    position: static;
  }
}

@media (max-width: 820px) {
  .go-topbar {
    min-height: 66px;
    padding-inline: 14px;
  }

  .go-nav,
  .go-search .nav-links {
    display: none;
  }

  .go-header-actions .go-login {
    display: none;
  }

  .go-pill {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .go-hero {
    min-height: 0;
    padding: 34px 16px 98px;
  }

  .go-hero h1,
  .go-final-cta h2 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .go-hero-media {
    min-height: 380px;
    border-radius: 28px;
  }

  .go-ticket,
  .go-brush,
  .go-search-ticket {
    display: none;
  }

  .go-hero-controls {
    left: 16px;
    right: 16px;
    overflow-x: auto;
  }

  .go-section {
    padding: 54px 16px;
  }

  .go-experience-grid article {
    min-height: 300px;
  }

  .go-photo-stack {
    grid-template-columns: 1fr;
  }

  .go-photo-stack img,
  .go-photo-stack img:first-child {
    min-height: 260px;
  }

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

  .go-search .travel-hero {
    min-height: 360px;
    padding: 44px 18px 86px;
  }

  .go-search .travel-copy h1 {
    font-size: clamp(44px, 15vw, 72px);
  }

  .go-search .search-panel {
    width: min(100% - 24px, 760px);
    padding: 16px;
  }

  .go-search .hotel-card {
    grid-template-columns: 1fr;
  }

  .go-search .price-panel {
    border-left: 0;
    border-top: 1px solid rgba(232, 221, 203, 0.92);
  }
}
