:root {
  --navy: #0a2744;
  --navy-deep: #06182b;
  --navy-mid: #143a61;
  --ink: #122033;
  --muted: #5b6b7c;
  --line: rgba(10, 39, 68, 0.12);
  --paper: #f7fafc;
  --white: #ffffff;
  --sky: #dff0ff;
  --sky-deep: #b9d9f3;
  --accent: #e5672a;
  --accent-deep: #c24d16;
  --popular: #1f7a4d;
  --value: #c97816;
  --shadow: 0 18px 50px rgba(6, 24, 43, 0.12);
  --radius: 22px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(233, 160, 90, 0.18), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(185, 217, 243, 0.55), transparent 50%),
    linear-gradient(180deg, #edf4fa 0%, var(--paper) 28%, #f4f7fa 100%);
  min-height: 100vh;
  line-height: 1.55;
}

.page-glow {
  position: fixed;
  inset: auto -10% -20% auto;
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle, rgba(229, 103, 42, 0.08), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.1rem 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy-mid), var(--navy-deep));
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(10, 39, 68, 0.25);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: none;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 500;
}

.site-nav a:hover {
  color: var(--navy);
}

.site-nav a[aria-current="page"] {
  color: var(--navy);
  font-weight: 700;
}

.header-cta {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 600;
  font-size: 0.92rem;
}

.hero,
.packages,
.finder,
.compare,
.extras,
.journey,
.closing {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

.hero {
  display: grid;
  gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.finder h2,
.closing h2,
.extras-card h3 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--navy);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 600;
}

.lede,
.section-head p,
.finder p,
.closing p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  box-shadow: 0 14px 30px rgba(229, 103, 42, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(10, 39, 68, 0.18);
  color: var(--navy);
}

.hero-visual {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(10, 39, 68, 0.92), rgba(20, 58, 97, 0.78)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1400&q=80")
      center/cover;
  box-shadow: var(--shadow);
}

.hero-plane {
  position: absolute;
  width: 180%;
  height: 1px;
  top: 42%;
  left: -20%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: rotate(-12deg);
  animation: drift 8s ease-in-out infinite;
}

.hero-orbit {
  position: absolute;
  inset: 18% 12%;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}

.hero-card {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  color: white;
}

.hero-card span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 0.25rem;
}

.hero-card strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.section-head {
  margin-bottom: 1.75rem;
}

.section-head h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.trip-setup {
  display: grid;
  gap: 1.4rem;
  margin-bottom: 1.5rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(6, 24, 43, 0.06);
  backdrop-filter: blur(6px);
}

.step-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

.step-label span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-size: 0.78rem;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 0.5rem;
  border-radius: 14px;
  border: 1.5px solid rgba(10, 39, 68, 0.1);
  background: white;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 600;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.country-card img {
  width: 40px;
  height: 27px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(6, 24, 43, 0.18);
}

.country-card:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 39, 68, 0.28);
}

.country-card.is-selected {
  border-color: var(--navy-mid);
  box-shadow: 0 10px 24px rgba(10, 39, 68, 0.14);
  background: linear-gradient(180deg, #ffffff, #eef5fb);
}

.visa-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.visa-pill {
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  border: 1.5px solid rgba(10, 39, 68, 0.12);
  background: white;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease,
    transform 0.22s ease;
}

.visa-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 39, 68, 0.3);
}

.visa-pill.is-selected {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
  box-shadow: 0 10px 22px rgba(10, 39, 68, 0.22);
}

.setup-note {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  background: rgba(229, 103, 42, 0.08);
  border-left: 3px solid var(--accent);
  color: var(--navy);
  font-size: 0.88rem;
}

.setup-step-travelers {
  grid-column: 1 / -1;
}

.traveler-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
}

.traveler-control {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: white;
  border: 1.5px solid rgba(10, 39, 68, 0.12);
  box-shadow: 0 8px 20px rgba(6, 24, 43, 0.06);
}

.traveler-btn {
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.traveler-btn:hover:not(:disabled) {
  transform: scale(1.05);
  background: var(--navy-mid);
}

.traveler-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.traveler-count {
  min-width: 5.5rem;
  text-align: center;
  color: var(--navy);
}

.traveler-count strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.1;
}

.traveler-count span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.traveler-rate-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 22rem;
}

.price-breakdown {
  list-style: none;
  margin: 0.75rem 0 0.4rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.price-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
  opacity: 0.9;
}

.price-breakdown strong {
  font-weight: 600;
  white-space: nowrap;
}

.price-box .per-person {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  opacity: 0.78;
}

.price-box .hint.savings {
  color: #b8f0cf;
}

.package-shell {
  display: grid;
  gap: 1.25rem;
}

.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.package-card {
  position: relative;
  appearance: none;
  text-align: left;
  border: 1.5px solid rgba(10, 39, 68, 0.1);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 1.1rem 1rem 1rem;
  box-shadow: 0 10px 28px rgba(6, 24, 43, 0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--navy-mid), transparent);
  opacity: 0.35;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(6, 24, 43, 0.1);
}

.package-card.is-selected {
  border-color: var(--navy-mid);
  background: linear-gradient(180deg, #ffffff, #eef5fb);
  box-shadow: 0 18px 40px rgba(10, 39, 68, 0.14);
}

.package-card.is-selected::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--accent), var(--navy-mid));
}

.package-card .badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge-popular {
  background: rgba(31, 122, 77, 0.12);
  color: var(--popular);
}

.badge-value {
  background: rgba(201, 120, 22, 0.14);
  color: var(--value);
}

.badge-spacer {
  height: 1.55rem;
  margin-bottom: 0.7rem;
}

.package-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  background: linear-gradient(145deg, var(--sky), #ffffff);
  color: var(--navy);
}

.package-icon svg,
.feature-chip svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.package-card.is-selected .package-icon {
  background: linear-gradient(145deg, var(--navy-mid), var(--navy-deep));
  color: white;
  box-shadow: 0 8px 18px rgba(10, 39, 68, 0.25);
}

.package-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
}

.package-card .tagline {
  margin: 0.25rem 0 0.7rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.package-card .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
  color: var(--navy);
  font-weight: 700;
}

.package-card .price strong {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.package-card .price span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.check-dot {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 1.5px solid rgba(10, 39, 68, 0.18);
  display: grid;
  place-items: center;
  background: white;
  color: transparent;
  font-size: 0.75rem;
  transition: all 0.25s ease;
}

.package-card.is-selected .check-dot {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.package-detail {
  border-radius: var(--radius);
  background: linear-gradient(165deg, #ffffff 0%, #f3f8fc 100%);
  border: 1px solid rgba(10, 39, 68, 0.08);
  box-shadow: var(--shadow);
  padding: 1.4rem;
  animation: rise-in 0.45s ease;
}

.detail-top {
  display: grid;
  gap: 1rem;
}

.detail-kicker {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.detail-kicker img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 3px;
}

.detail-top h3 {
  margin: 0.2rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--navy);
}

.detail-top > p {
  margin: 0;
  color: var(--muted);
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.2rem 0;
}

.feature-chip {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.75rem;
  border-radius: 14px;
  background: rgba(10, 39, 68, 0.04);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
}

.feature-chip .chip-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background: white;
  color: var(--navy-mid);
  box-shadow: 0 4px 10px rgba(10, 39, 68, 0.06);
}

.detail-body {
  display: grid;
  gap: 1rem;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.detail-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(10, 39, 68, 0.06);
}

.detail-list li::before {
  content: "✓";
  flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(31, 122, 77, 0.12);
  color: var(--popular);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.05rem;
}

.price-box {
  padding: 1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, var(--navy-deep), var(--navy-mid));
  color: white;
}

.price-box .label {
  margin: 0;
  opacity: 0.75;
  font-size: 0.82rem;
}

.price-box .amount {
  margin: 0.25rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: -0.02em;
}

.price-box .hint {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.8;
}

.best-for {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(229, 103, 42, 0.08);
  border-left: 3px solid var(--accent);
  color: var(--navy);
  font-weight: 500;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.4rem;
}

.finder-panel {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(10, 39, 68, 0.94), rgba(20, 58, 97, 0.88)),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1400&q=80")
      center/cover;
  color: white;
  box-shadow: var(--shadow);
}

.finder-panel .eyebrow {
  color: #ffc9a4;
}

.finder-panel h2 {
  color: white;
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.finder-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.finder-options {
  display: grid;
  gap: 0.65rem;
}

.finder-options button {
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.finder-options button:hover,
.finder-options button.is-active {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateX(4px);
}

.compare-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(6, 24, 43, 0.05);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.compare-table th,
.compare-table td {
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 0.92rem;
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--navy);
  position: sticky;
  left: 0;
  background: #fbfcfe;
}

.compare-table thead th {
  background: #eef4fa;
  color: var(--navy);
  font-weight: 700;
}

.compare-table thead th.is-highlight,
.compare-table td.is-highlight {
  background: rgba(31, 122, 77, 0.08);
}

.compare-table .yes {
  color: var(--popular);
  font-weight: 700;
}

.compare-table .no {
  color: #b0bac5;
}

.extras-grid {
  display: grid;
  gap: 1rem;
}

.extras-card {
  padding: 1.35rem;
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
}

.extras-card.muted {
  background: #f3f6f9;
}

.extras-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.4rem;
}

.extras-card p {
  color: var(--muted);
}

.extras-card ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.extras-card li strong {
  display: block;
  color: var(--navy);
  margin-bottom: 0.15rem;
}

.extras-card .plain li {
  padding-left: 0.9rem;
  position: relative;
  color: var(--muted);
}

.extras-card .plain li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.note {
  font-size: 0.88rem;
  margin-bottom: 0 !important;
}

.journey-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.journey-steps li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  animation: rise-in 0.5s ease both;
}

.journey-steps li:nth-child(2) {
  animation-delay: 0.05s;
}
.journey-steps li:nth-child(3) {
  animation-delay: 0.1s;
}
.journey-steps li:nth-child(4) {
  animation-delay: 0.15s;
}
.journey-steps li:nth-child(5) {
  animation-delay: 0.2s;
}

.journey-steps span {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
}

.journey-steps strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
}

.closing-panel {
  padding: 1.8rem 1.4rem;
  border-radius: 28px;
  background: linear-gradient(160deg, #ffffff, #eaf3fb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
}

.closing-panel .lede,
.closing-panel p {
  margin-left: auto;
  margin-right: auto;
}

.closing-panel .hero-actions {
  justify-content: center;
}

.legal {
  margin-top: 1.4rem;
  font-size: 0.82rem;
  color: var(--muted);
  max-width: 40rem;
}

.site-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@keyframes drift {
  0%,
  100% {
    transform: rotate(-12deg) translateX(0);
  }
  50% {
    transform: rotate(-12deg) translateX(18px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 760px) {
  .site-nav {
    display: flex;
  }

  .trip-setup {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
    padding: 1.6rem 1.8rem;
  }

  .country-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1.15fr 0.85fr;
    padding-top: 2.5rem;
  }

  .package-shell {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

  .package-grid {
    position: sticky;
    top: 1rem;
  }

  .detail-top {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .detail-body {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .finder-panel {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    padding: 2rem;
  }

  .extras-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journey-steps {
    grid-template-columns: repeat(5, 1fr);
  }

  .journey-steps li {
    flex-direction: column;
    align-items: flex-start;
    min-height: 8.5rem;
  }
}

@media (max-width: 520px) {
  .feature-row {
    grid-template-columns: 1fr 1fr;
  }

  .package-card .price strong {
    font-size: 1.05rem;
  }
}

/* ——— Site pages (home, services, about, process, FAQ, contact) ——— */

.trust-line {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.page-hero,
.home-problem,
.home-services,
.home-process,
.home-why,
.home-packages-teaser,
.about-story,
.about-mission,
.about-values,
.about-audience,
.process-framework,
.process-steps,
.faq-list,
.contact-layout,
.service-detail {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.page-hero {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.page-hero h1,
.about-story h2,
.about-mission h2,
.mission-grid h2,
.service-block h2,
.timeline h3 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1.15;
}

.page-hero h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 600;
}

.service-preview-grid,
.why-grid {
  display: grid;
  gap: 0.85rem;
}

.service-preview,
.why-grid article,
.content-panel,
.service-block,
.faq-item,
.contact-form,
.framework-grid article,
.timeline article {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
}

.service-preview,
.why-grid article,
.content-panel,
.service-block {
  padding: 1.25rem;
}

.service-preview h3,
.why-grid strong,
.service-block h3 {
  display: block;
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.2rem;
}

.service-preview p,
.why-grid p,
.content-panel p,
.service-block > p {
  color: var(--muted);
  margin: 0 0 0.9rem;
}

.service-preview a {
  color: var(--accent-deep);
  font-weight: 600;
}

.section-cta-row {
  margin-top: 1.25rem;
}

.teaser-panel {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(10, 39, 68, 0.94), rgba(20, 58, 97, 0.88));
  color: white;
  box-shadow: var(--shadow);
}

.teaser-panel .eyebrow {
  color: #ffc9a4;
}

.teaser-panel h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  color: white;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.teaser-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.promise-quote {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--navy) !important;
  margin: 1.2rem 0 !important;
}

.mission-grid,
.framework-grid {
  display: grid;
  gap: 0.85rem;
}

.mission-grid article,
.framework-grid article {
  padding: 1.35rem;
}

.framework-grid span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}

.framework-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.25rem;
}

.framework-grid p {
  margin: 0;
  color: var(--muted);
}

.plain-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.plain-check li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--ink);
}

.plain-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--popular);
  font-weight: 700;
}

.service-split {
  display: grid;
  gap: 1rem;
  margin: 1.1rem 0 1.3rem;
}

.service-split h3 {
  margin-bottom: 0.55rem;
}

.timeline {
  display: grid;
  gap: 0.75rem;
}

.timeline article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1.1rem 1.15rem;
  align-items: start;
}

.timeline span {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
}

.timeline h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.5rem;
}

.faq-item {
  padding: 0.2rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0;
  font-weight: 600;
  color: var(--navy);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  gap: 1rem;
  padding-top: 0.75rem;
}

.contact-form {
  padding: 1.35rem;
  display: grid;
  gap: 0.9rem;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

.form-row {
  display: grid;
  gap: 0.35rem;
}

.form-row label {
  font-weight: 600;
  color: var(--navy);
  font-size: 0.92rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1.5px solid rgba(10, 39, 68, 0.14);
  background: white;
  color: var(--ink);
  font: inherit;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px rgba(20, 58, 97, 0.12);
}

.consent-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  margin: 0;
  font-size: 0.92rem;
}

.form-status.is-success {
  color: var(--popular);
}

.form-status.is-error {
  color: #b42318;
}

.contact-channels {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.contact-channels strong {
  display: block;
  color: var(--navy);
  margin-bottom: 0.15rem;
}

.contact-channels a {
  color: var(--accent-deep);
  font-weight: 600;
}

@media (min-width: 760px) {
  .service-preview-grid,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-values .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mission-grid,
  .framework-grid,
  .service-split,
  .contact-layout,
  .form-grid,
  .teaser-panel {
    grid-template-columns: 1fr 1fr;
  }

  .teaser-panel {
    align-items: center;
  }

  .contact-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

@media (min-width: 980px) {
  .site-nav {
    gap: 1rem;
    font-size: 0.92rem;
  }
}

/* ——— USA Expedite mode (packages page only) ——— */

.package-shell.is-expedite-mode {
  grid-template-columns: 1fr;
}

.package-shell.is-expedite-mode .package-grid {
  display: none;
}

body.expedite-active .finder,
body.expedite-active .compare {
  display: none;
}

.expedite-options {
  display: grid;
  gap: 1rem;
}

.expedite-option-label {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
}

.expedite-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.expedite-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  text-align: left;
  line-height: 1.25;
}

.expedite-pill small {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.75;
}

.expedite-pill.is-selected small {
  opacity: 0.9;
}

.expedite-notice {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(10, 39, 68, 0.06);
  border-left: 3px solid var(--navy);
  color: var(--navy);
  font-size: 0.88rem;
}

@media (min-width: 760px) {
  .setup-step-expedite {
    grid-column: 1 / -1;
  }
}

/* ——— Home page visual additions (banner, stats, airlines, destinations) ——— */

.offer-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 210px;
  color: white;
  background: var(--navy-deep);
}

.offer-track {
  display: flex;
  height: 100%;
  transition: transform 0.55s ease;
}

.offer-slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}

.offer-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}

.offer-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(6, 24, 43, 0.88) 18%,
    rgba(10, 39, 68, 0.55) 62%,
    rgba(10, 39, 68, 0.28) 100%
  );
}

.offer-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.1rem 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.35rem;
}

.offer-badge {
  display: inline-flex;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-content h2 {
  margin: 0;
  max-width: 34rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.offer-content p {
  margin: 0 0 0.35rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.offer-content .btn {
  min-height: 2.4rem;
  padding: 0.45rem 1.05rem;
  font-size: 0.88rem;
}

.offer-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 1.35rem;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.offer-nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

.offer-prev {
  left: 0.7rem;
}

.offer-next {
  right: 0.7rem;
}

.offer-dots {
  position: absolute;
  left: 50%;
  bottom: 0.65rem;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
}

.offer-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.offer-dot.is-active {
  background: white;
  transform: scale(1.15);
}

.home-stats,
.home-airlines,
.home-destinations,
.home-collage,
.home-gallery {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.stat-card {
  padding: 1.2rem 1rem;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(6, 24, 43, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(6, 24, 43, 0.1);
}

.stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1.1;
  color: var(--navy);
}

.stat-label {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
}

.stats-note,
.airline-note {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
}

.airline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.1rem;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 242, 250, 0.7));
  border: 1px solid var(--line);
}

.airline-chip {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(6, 24, 43, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.airline-chip img {
  display: block;
  width: 168px;
  height: 44px;
  object-fit: cover;
}

.airline-chip:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 30px rgba(6, 24, 43, 0.16);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.destination-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(6, 24, 43, 0.08);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 24, 43, 0.78), rgba(6, 24, 43, 0) 55%);
}

.destination-card:hover img {
  transform: scale(1.06);
}

.destination-name {
  position: absolute;
  left: 0.85rem;
  bottom: 0.75rem;
  z-index: 1;
  color: white;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.collage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.collage-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(6, 24, 43, 0.12);
  transition: transform 0.35s ease;
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collage-item:hover {
  transform: translateY(-4px) rotate(-0.6deg);
}

.collage-center {
  grid-column: 1 / -1;
  padding: 1.35rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffffff, #eaf3fb);
  border: 1px solid var(--line);
  text-align: center;
}

.collage-center h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--navy);
  letter-spacing: -0.02em;
}

.collage-center p:last-child {
  margin: 0;
  color: var(--muted);
}

.collage-a,
.collage-b,
.collage-c,
.collage-d,
.collage-e,
.collage-f,
.collage-g {
  aspect-ratio: 1 / 1;
  grid-column: span 2;
}

.gallery-rail {
  overflow: hidden;
  padding-bottom: 0.75rem;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.gallery-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  animation: gallery-flow 48s linear infinite;
}

.gallery-rail:hover .gallery-track,
.gallery-rail:focus-within .gallery-track {
  animation-play-state: paused;
}

.gallery-card {
  position: relative;
  flex: 0 0 78vw;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 14px 32px rgba(6, 24, 43, 0.14);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 24, 43, 0.72), rgba(6, 24, 43, 0) 50%);
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card figcaption {
  position: absolute;
  left: 1rem;
  bottom: 0.9rem;
  z-index: 1;
  color: white;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 620px) {
  .offer-slider {
    height: 250px;
  }

  .offer-content {
    padding: 1rem 2.8rem 1.7rem 1.15rem;
  }

  .offer-content p {
    font-size: 0.88rem;
  }
}

@media (min-width: 760px) {
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 8.5rem;
  }

  .collage-item,
  .collage-center {
    aspect-ratio: auto;
  }

  .collage-a {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .collage-b {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }

  .collage-c {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
  }

  .collage-center {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
    display: grid;
    align-content: center;
  }

  .collage-d {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
  }

  .collage-e {
    grid-column: 5 / 7;
    grid-row: 3 / 4;
  }

  .collage-f {
    grid-column: 3 / 5;
    grid-row: 4 / 5;
  }

  .collage-g {
    grid-column: 5 / 7;
    grid-row: 4 / 5;
  }

  .gallery-card {
    flex-basis: 280px;
  }
}

@keyframes gallery-flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none;
  }

  .gallery-rail {
    overflow-x: auto;
  }
}

/* ——— Book your flight ——— */

.book-hero,
.book-results {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
}

.book-hero-copy h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.search-panel {
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.trip-types {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.trip-type {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1.5px solid rgba(10, 39, 68, 0.12);
  background: white;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
}

.trip-type:has(input:checked) {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.trip-type input {
  accent-color: var(--accent);
}

.search-grid {
  display: grid;
  gap: 0.75rem;
}

.field {
  display: grid;
  gap: 0.3rem;
  position: relative;
}

.field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}

.field input,
.field select,
.passenger-toggle {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  border: 1.5px solid rgba(10, 39, 68, 0.14);
  background: white;
  color: var(--ink);
  font: inherit;
}

.swap-btn {
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 1.1rem;
}

.airport-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 5;
  display: grid;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.airport-list button {
  display: grid;
  text-align: left;
  padding: 0.7rem 0.85rem;
  border: none;
  background: white;
  border-bottom: 1px solid var(--line);
}

.airport-list button span {
  color: var(--muted);
  font-size: 0.82rem;
}

.airport-list button:hover {
  background: #eef5fb;
}

.passenger-pop {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 5;
  display: grid;
  gap: 0.55rem;
  min-width: 220px;
  padding: 0.9rem;
  border-radius: 12px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.passenger-pop label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.passenger-pop input {
  width: 4.2rem;
}

.search-extras {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: 1rem;
}

.check-line {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.search-note {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.book-results {
  display: grid;
  gap: 1rem;
}

.filters-panel {
  padding: 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
}

.filters-panel h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.2rem;
}

.filters-panel fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.4rem;
}

.filters-panel legend {
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.range-label {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.results-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.sort-row {
  display: flex;
  gap: 0.4rem;
}

.sort-btn {
  border: 1.5px solid rgba(10, 39, 68, 0.12);
  background: white;
  color: var(--navy);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
}

.sort-btn.is-active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

.flight-list {
  display: grid;
  gap: 0.75rem;
}

.flight-card {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(6, 24, 43, 0.05);
}

.flight-times {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

.flight-times strong {
  display: block;
  font-size: 1.2rem;
  color: var(--navy);
}

.flight-times span {
  color: var(--muted);
  font-size: 0.85rem;
}

.flight-path {
  text-align: center;
}

.flight-path span {
  display: block;
  height: 2px;
  margin: 0.35rem 0;
  background: linear-gradient(90deg, var(--navy-mid), var(--accent));
  border-radius: 99px;
}

.flight-meta p,
.flight-price span {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.flight-price {
  display: grid;
  gap: 0.35rem;
  align-content: center;
}

.flight-card.is-preferred {
  border-color: var(--navy-mid);
  box-shadow: 0 14px 32px rgba(10, 39, 68, 0.12);
}

.request-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, #ffffff, #eaf3fb);
  border: 1px solid var(--line);
}

.request-bar p {
  margin: 0;
  color: var(--muted);
  max-width: 34rem;
}

.empty-results {
  color: var(--muted);
}

.book-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(6, 24, 43, 0.45);
}

.book-modal[hidden] {
  display: none;
}

.book-modal-card {
  width: min(32rem, 100%);
  padding: 1.4rem;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}

.book-modal-card h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  color: var(--navy);
}

@media (min-width: 760px) {
  .search-grid {
    grid-template-columns: 1.2fr auto 1.2fr 0.9fr 0.9fr 0.9fr 1fr;
    align-items: end;
  }

  .book-results {
    grid-template-columns: 240px 1fr;
    align-items: start;
  }

  .flight-card {
    grid-template-columns: 1.5fr 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1100px) {
  .site-nav {
    gap: 0.85rem;
    font-size: 0.88rem;
  }
}
/* ================================
   SITE LOGO
================================ */

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.site-logo img {
    display: block;
    width: 150px;
    height: 55px;
    object-fit: contain;
    object-position: center;
}

/* Mobile */
@media (max-width: 768px) {
    .site-logo img {
        width: 120px;
        height: 45px;
    }
}
.footer-logo {
    display: inline-flex;
    align-items: center;
}

.footer-logo img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    display: block;
}
/* =========================================
   MOBILE HAMBURGER MENU
========================================= */

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

    position: relative;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;

    transition:
        transform 0.25s ease,
        opacity 0.2s ease;
}


/* =========================================
   MOBILE NAVIGATION
========================================= */

@media (max-width: 768px) {

    .site-header {
        position: relative;
        z-index: 1000;
    }

    .menu-toggle {
        display: flex;
    }

    .site-nav {
        display: none;

        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;

        padding: 14px;

        background: #ffffff;
        border: 1px solid rgba(10, 39, 68, 0.10);
        border-radius: 16px;

        box-shadow: 0 15px 40px rgba(6, 24, 43, 0.15);

        flex-direction: column;
        gap: 4px;

        z-index: 1000;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        display: block;
        width: 100%;

        padding: 13px 14px;

        border-radius: 10px;

        text-decoration: none;
        font-size: 15px;
    }

    .site-nav a:hover,
    .site-nav a[aria-current="page"] {
        background: rgba(10, 39, 68, 0.06);
    }

    .header-cta {
        display: none;
    }


    /* Hamburger → X */

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

}

