:root {
  color-scheme: light;
  --ink: #14212d;
  --muted: #667482;
  --line: #dce4eb;
  --paper: #ffffff;
  --soft: #f3f7fa;
  --navy: #08283f;
  --blue: #126893;
  --sky: #54b9dc;
  --red: #d71920;
  --gold: #c89d55;
  --green: #23845f;
  --shadow: 0 18px 55px rgba(8, 40, 63, 0.12);
  --strong-shadow: 0 30px 90px rgba(5, 24, 39, 0.28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fafc;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.notice-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 38px;
  padding: 8px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.86);
  background: #061d2f;
  font-size: 0.82rem;
  font-weight: 700;
}

.notice-bar span:nth-child(2) {
  text-align: center;
}

.notice-bar a {
  justify-self: end;
  color: #fff;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 228, 235, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  color: var(--navy);
  text-decoration: none;
}

.brand img {
  width: 70px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex: 1;
  font-size: 0.94rem;
  font-weight: 800;
}

.main-nav a {
  color: #526170;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--navy);
}

.main-nav .active {
  position: relative;
}

.main-nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  height: 3px;
  background: var(--red);
}

.header-action,
.primary-action,
.secondary-action,
.wide-action,
.fare-row button,
.route-card button {
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.header-action,
.primary-action,
.wide-action,
.fare-row button {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.22);
}

.header-action {
  min-height: 42px;
  padding: 0 18px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  grid-template-rows: 1fr auto;
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(58px, 7vw, 96px) clamp(18px, 6vw, 86px) 54px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 31, 0.95) 0%, rgba(6, 28, 46, 0.88) 42%, rgba(8, 40, 63, 0.36) 76%, rgba(8, 40, 63, 0.1) 100%),
    url("assets/hero-airport.png");
  background-position: center;
  background-size: cover;
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 114px);
  padding: clamp(58px, 7vw, 96px) clamp(18px, 6vw, 86px) 86px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 31, 0.96) 0%, rgba(6, 28, 46, 0.9) 42%, rgba(8, 40, 63, 0.36) 76%, rgba(8, 40, 63, 0.1) 100%),
    url("assets/hero-airport.png");
  background-position: center;
  background-size: cover;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 18, 31, 0.28));
}

.home-hero-copy {
  max-width: 760px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 18, 31, 0.24));
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.home-hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3rem, 6.5vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lede,
.home-hero-copy > p:not(.eyebrow),
.page-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.13rem;
  line-height: 1.75;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: 520px;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 6vw, 86px);
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 31, 0.95) 0%, rgba(6, 28, 46, 0.88) 52%, rgba(8, 40, 63, 0.36) 100%),
    url("assets/hero-airport.png");
  background-size: cover;
  background-position: center;
}

.compact-hero {
  display: block;
  min-height: 430px;
}

.contact-hero {
  background-position: 62% center;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.secondary-action {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(12px);
}

.secondary-action.dark {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.booking-card {
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  box-shadow: var(--strong-shadow);
  backdrop-filter: blur(18px);
}

.booking-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.booking-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
}

.booking-card-header > span,
.booking-footnote span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #edf3f7;
}

.booking-tabs button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.booking-tabs .active {
  color: #fff;
  background: var(--navy);
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

textarea {
  resize: vertical;
}

.wide-action {
  grid-column: 1 / -1;
  min-height: 50px;
}

.booking-footnote {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.booking-footnote span:last-child {
  color: var(--muted);
  text-align: right;
}

.hero-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-stats div {
  min-height: 86px;
  padding: 18px;
  background: rgba(5, 24, 39, 0.5);
}

.hero-stats span,
.hero-stats strong {
  display: block;
}

.hero-stats span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stats strong {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
}

.quick-actions {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -38px clamp(18px, 6vw, 86px) 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-actions button {
  min-height: 116px;
  padding: 22px;
  border: 0;
  border-left: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.quick-actions button:first-child {
  border-left: 0;
}

.quick-actions button:hover {
  background: #f5f9fb;
}

.quick-actions span,
.quick-actions strong,
.quick-actions small {
  display: block;
}

.quick-actions span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.quick-actions strong {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.12rem;
}

.quick-actions small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: clamp(66px, 8vw, 104px) clamp(18px, 6vw, 86px);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 30px;
}

.wide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: 34px;
  align-items: end;
  max-width: none;
}

.wide-heading > p,
.contact-section p,
.b2b-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.inline-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.22rem;
}

.home-trust,
.assurance-section {
  padding-top: clamp(86px, 9vw, 126px);
  background: #fff;
}

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

.assurance-grid article,
.profile-grid article,
.contact-form {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(8, 40, 63, 0.06);
}

.assurance-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.assurance-grid p,
.profile-grid p,
.route-card p,
.fare-row small {
  color: var(--muted);
  line-height: 1.7;
}

.route-section {
  background: linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
}

.route-card-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.93fr 0.93fr;
  gap: 18px;
}

.route-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 26px;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(8, 40, 63, 0.2);
}

.route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(145deg, rgba(5, 24, 39, 0.1), rgba(5, 24, 39, 0.78));
}

.route-card > * {
  position: relative;
}

.route-card-large {
  background:
    linear-gradient(135deg, rgba(5, 24, 39, 0.08), rgba(5, 24, 39, 0.9)),
    url("assets/hero-airport.png");
  background-position: 72% center;
  background-size: cover;
}

.route-card-blue {
  background: linear-gradient(135deg, #126893, #08283f);
}

.route-card-dark {
  background: linear-gradient(135deg, #08283f, #6d1e2b);
}

.route-card span {
  display: inline-flex;
  align-self: start;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card h3 {
  max-width: 360px;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1;
}

.route-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.82);
}

.route-card button {
  align-self: start;
  min-height: 44px;
  padding: 0 16px;
  color: var(--navy);
  background: #fff;
}

.fare-section {
  background: #fff;
}

.fare-table {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.fare-row {
  display: grid;
  grid-template-columns: 1.25fr 1.15fr 0.85fr 0.65fr 0.8fr 0.9fr 92px;
  gap: 14px;
  align-items: center;
  min-width: 950px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
}

.fare-row:first-child {
  border-top: 0;
}

.fare-head {
  color: var(--navy);
  background: #f4f8fb;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fare-row strong,
.fare-row small {
  display: block;
}

.fare-row small {
  margin-top: 3px;
  font-size: 0.78rem;
}

.fare-row button {
  min-height: 38px;
  width: 100%;
}

.b2b-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  color: #fff;
  background: #061d2f;
}

.b2b-section h2 {
  color: #fff;
}

.b2b-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.agent-panel {
  padding: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.agent-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-weight: 900;
}

.agent-panel-head strong {
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.agent-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.agent-metrics div {
  min-height: 98px;
  padding: 14px;
  background: #fff;
  border-radius: 8px;
}

.agent-metrics span,
.agent-metrics strong {
  display: block;
}

.agent-metrics span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.agent-metrics strong {
  margin-top: 16px;
  color: var(--navy);
  line-height: 1.2;
}

.agent-flow {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.agent-flow p {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}

.agent-flow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.about-section {
  background: #f2f7fa;
}

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

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fff;
}

.contact-form {
  display: grid;
  gap: 13px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 6vw, 86px);
  color: #fff;
  background: var(--navy);
  font-size: 0.9rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(6, 29, 47, 0.74);
}

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

.modal {
  position: relative;
  width: min(100%, 470px);
  padding: 28px;
  color: var(--ink);
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--strong-shadow);
}

.modal h2 {
  margin: 0;
  color: var(--navy);
  font-size: 2rem;
}

.modal p {
  color: var(--muted);
  line-height: 1.7;
}

.modal-form {
  display: grid;
  gap: 13px;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  color: var(--navy);
  background: #f2f7fa;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-weight: 900;
}

@media (max-width: 980px) {
  .notice-bar {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .notice-bar span:nth-child(2),
  .notice-bar a {
    justify-self: start;
    text-align: left;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    justify-content: start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .home-hero,
  .page-hero,
  .wide-heading,
  .b2b-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero,
  .home-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .quick-actions,
  .assurance-grid,
  .route-card-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .agent-metrics,
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .brand {
    min-width: 0;
  }

  .header-action {
    margin-left: auto;
  }

  .hero,
  .home-hero {
    padding-top: 44px;
  }

  .booking-form,
  .booking-tabs,
  .agent-metrics,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    margin: 0;
    border-radius: 0;
  }

  .quick-actions button {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .quick-actions button:first-child {
    border-top: 0;
  }

  .inline-heading,
  .site-footer,
  .booking-footnote {
    align-items: start;
    flex-direction: column;
  }

  .booking-footnote span:last-child {
    text-align: left;
  }
}

/* Premium multi-page makeover */
.premium-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 36px rgba(8, 40, 63, 0.08);
}

.airline-hero {
  min-height: 690px;
  display: grid;
  align-items: end;
  padding: 86px clamp(18px, 6vw, 86px) 168px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(3, 14, 24, 0.96) 0%, rgba(5, 24, 39, 0.9) 42%, rgba(5, 24, 39, 0.36) 72%, rgba(5, 24, 39, 0.08) 100%),
    url("assets/hero-airport.png");
  background-size: cover;
  background-position: center;
}

.airline-hero-inner {
  max-width: 780px;
}

.airline-hero h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(3.4rem, 7vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.airline-hero p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.72;
}

.booking-shell {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 36px));
  margin: -96px auto 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(8, 40, 63, 0.18);
}

.booking-mode {
  display: flex;
  gap: 0;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.booking-mode button {
  position: relative;
  min-width: 150px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.booking-mode .active {
  color: var(--navy);
}

.booking-mode .active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  background: var(--red);
}

.booking-console {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: end;
  padding: 24px;
}

.console-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.premium-search {
  display: grid;
  grid-template-columns: 1fr 1fr 170px 160px 170px;
  gap: 12px;
  align-items: end;
}

.premium-search button {
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.22);
}

.signature-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 18px;
}

.signature-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 390px;
  padding: 28px;
  color: #fff;
  border: 0;
  border-radius: 12px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 24px 70px rgba(8, 40, 63, 0.18);
}

.signature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(5, 24, 39, 0.1), rgba(5, 24, 39, 0.84));
}

.signature-card > * {
  position: relative;
}

.route-feature {
  background:
    linear-gradient(135deg, rgba(5, 24, 39, 0.1), rgba(5, 24, 39, 0.9)),
    url("assets/hero-airport.png");
  background-size: cover;
  background-position: 74% center;
}

.fare-feature {
  background: linear-gradient(135deg, #126893, #061d2f);
}

.agent-feature {
  background: linear-gradient(135deg, #061d2f, #74212f);
}

.signature-card span {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signature-card h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
}

.signature-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.editorial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  background: #fff;
}

.editorial-copy {
  position: sticky;
  top: 126px;
}

.editorial-points {
  display: grid;
  gap: 14px;
}

.editorial-points article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 40, 63, 0.06);
}

.editorial-points span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
}

.editorial-points p {
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .premium-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-search button {
    grid-column: 1 / -1;
  }

  .booking-console,
  .editorial-section {
    grid-template-columns: 1fr;
  }

  .editorial-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  .airline-hero {
    min-height: auto;
    padding-top: 74px;
  }

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

  .booking-mode {
    overflow-x: auto;
  }
}

@media (max-width: 580px) {
  .airline-hero {
    padding-bottom: 124px;
  }

  .booking-shell {
    margin-top: -72px;
  }

  .premium-search {
    grid-template-columns: 1fr;
  }

  .signature-card {
    min-height: 320px;
  }

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