:root {
  --navy: #062544;
  --blue: #0b5cab;
  --blue-2: #1477d4;
  --gold: #f5b51b;
  --ink: #10243e;
  --muted: #64748b;
  --surface: #f5f8fc;
  --line: #dfe8f2;
  --white: #fff;
  --shadow: 0 20px 60px rgba(6, 37, 68, 0.12);
}

/* Homepage card refresh - compact-v5 */
.home-page .job-scroll-row .design-ten-card {
  flex: 0 0 calc((100% - 48px) / 4);
}
.home-page .design-ten-card {
  min-height: 190px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 37, 68, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-page .design-ten-card::before { display: none; }
.home-page .design-ten-card:hover {
  transform: translateY(-6px);
  border-color: #d4b35d;
  box-shadow: 0 24px 52px rgba(6, 37, 68, 0.15);
}
.home-page .design-ten-main {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  flex: 1;
  gap: 9px;
  align-items: stretch;
}
.home-page .design-ten-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
  border-right: 1px solid #cbd5e1;
}
.home-page .design-ten-card .company-logo {
  width: 46px;
  height: 42px;
  padding: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-page .design-ten-card .verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  padding: 0;
  background: transparent;
  color: #0764d8;
  font-size: 7px;
}
.home-page .design-ten-card .verified-pill i { font-size: 9px; }
.home-page .design-ten-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}
.home-page .design-ten-card .job-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #996100;
  font-size: 7px;
  letter-spacing: 0.14em;
}
.home-page .design-ten-card .job-category::after {
  width: 18px;
  height: 1px;
  background: #df9f0b;
  content: "";
}
.home-page .design-ten-card h3 {
  margin: 6px 0 4px;
  overflow: hidden;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-page .design-ten-card .company-name {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 650;
}
.home-page .design-ten-location {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  color: #263c56;
  font-size: 8px;
  line-height: 1.45;
}
.home-page .design-ten-location i { margin-top: 2px; color: var(--navy); }
.home-page .design-ten-footer {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #d9e1e9;
}
.home-page .design-ten-card .job-meta {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
}
.home-page .design-ten-card .job-meta span {
  max-width: 50%;
  padding: 0 6px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid #ccd5df;
  border-radius: 0;
  background: transparent;
  color: #1d334e;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .design-ten-card .job-meta span:first-child { padding-left: 0; }
.home-page .design-ten-card .job-meta span:last-child { border-right: 0; }
.home-page .design-ten-card .job-meta i { color: #b97800; font-size: 8px; }
.home-page .design-ten-card .job-card-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
}
.home-page .design-ten-card .details-link {
  align-self: center;
  color: #52647a;
  font-size: 8px;
}
.home-page .design-ten-card .apply-small {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #d99a08;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5b51b, #e3a00b);
  color: #10243e;
  font-size: 9px;
  box-shadow: 0 8px 20px rgba(218, 151, 0, 0.2);
}
.home-page .design-ten-card .apply-small:hover {
  border-color: #c88600;
  background: linear-gradient(135deg, #ffc72e, #efa900);
  color: #061f3a;
}
.home-page .benefit-grid article {
  min-height: 116px;
  padding: 17px 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f9fcff);
  box-shadow: 0 10px 28px rgba(5, 45, 84, 0.07);
}
.home-page .benefit-grid article::before { width: 4px; }
.home-page .benefit-grid article:hover { transform: translateY(-4px); }
.home-page .benefit-grid article > span {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 16px;
}
.home-page .benefit-grid h3 { font-size: 14px; }
.home-page .benefit-grid p { font-size: 11px; }
.home-page .airlines-section .pro-airline-card {
  min-height: 230px;
  padding: 20px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 14px 34px rgba(0, 12, 29, 0.2);
}
.home-page .airlines-section .pro-airline-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 20px 42px rgba(0, 12, 29, 0.28);
}
.home-page .airline-logo-box {
  width: 68px;
  height: 68px;
  padding: 10px;
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(0, 12, 29, 0.2);
}
.home-page .airlines-section .role-count {
  left: 20px;
  bottom: 20px;
}
.home-page .airlines-section .card-arrow {
  right: 20px;
  bottom: 14px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transition: transform 0.2s ease, background 0.2s ease;
}
.home-page .pro-airline-card:hover .card-arrow {
  transform: translateX(3px);
  background: var(--gold);
  color: var(--navy);
}
.home-page .story-card {
  min-height: 225px;
  padding: 19px 16px 16px;
  border-top-width: 4px;
  border-radius: 18px;
  background: linear-gradient(160deg, #fff 0%, #fff 75%, #f8fbff 100%);
  box-shadow: 0 10px 28px rgba(6, 37, 68, 0.08);
}
.home-page .story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(6, 37, 68, 0.13);
}
.home-page .story-card blockquote { min-height: 94px; }
.home-page .story-person img {
  width: 38px;
  height: 38px;
}
.home-page .story-person span { font-size: 10px; }
@media (max-width: 600px) {
  .home-page .job-scroll-row .design-ten-card { flex-basis: min(82vw, 640px); }
}
@media (max-width: 600px) {
  .home-page .design-ten-card {
    min-height: 320px;
    padding: 20px;
  }
  .home-page .design-ten-main {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
  }
  .home-page .design-ten-brand { padding-right: 16px; }
  .home-page .design-ten-card .company-logo {
    width: 82px;
    height: 72px;
  }
  .home-page .design-ten-card h3 { font-size: clamp(25px, 7vw, 34px); }
  .home-page .design-ten-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .home-page .design-ten-card .job-meta span { max-width: 33.33%; }
  .home-page .design-ten-card .job-card-actions { justify-content: flex-end; }
  .home-page .benefit-grid article { min-height: 108px; }
  .home-page .airlines-section .pro-airline-card { min-height: 215px; }
  .home-page .story-card { min-height: 215px; }
}
@media (max-width: 480px) {
  .home-page .job-scroll-row .design-ten-card { flex-basis: min(90vw, 380px); }
  .home-page .design-ten-main {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
  }
  .home-page .design-ten-brand { padding-right: 11px; }
  .home-page .design-ten-card .company-logo {
    width: 68px;
    height: 62px;
    padding: 7px;
  }
  .home-page .design-ten-card .verified-pill {
    gap: 3px;
    font-size: 9px;
  }
  .home-page .design-ten-card .job-category { font-size: 8px; }
  .home-page .design-ten-card h3 { font-size: 25px; }
  .home-page .design-ten-card .company-name { font-size: 13px; }
  .home-page .design-ten-card .job-meta span:nth-child(2) { display: none; }
  .home-page .design-ten-card .job-meta span { max-width: 50%; }
  .home-page .design-ten-card .details-link { margin-right: auto; }
  .home-page .design-ten-card .apply-small {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
}
.home-page {
  background: #fff;
  color: var(--ink);
  overflow: hidden;
}
.home-page * {
  box-sizing: border-box;
}
.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page input:focus-visible,
.home-page select:focus-visible {
  outline: 3px solid rgba(245, 181, 27, 0.75);
  outline-offset: 3px;
}
.hero-section {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: #062544;
}
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  background: #062544;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 24, 47, 0.97) 0%,
    rgba(5, 39, 73, 0.83) 46%,
    rgba(5, 39, 73, 0.24) 78%,
    rgba(5, 39, 73, 0.12) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 42px;
  padding-bottom: 76px;
}
.hero-copy {
  max-width: 735px;
  color: #fff;
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 20px 0 22px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 800;
}
.hero-copy h1 span {
  color: var(--gold);
}
.hero-copy > p {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}
.btn-primary-pro,
.btn-ghost-pro,
.btn-gold,
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: 0.25s ease;
}
.btn-primary-pro,
.btn-gold {
  background: var(--gold);
  color: #10243e;
  box-shadow: 0 12px 30px rgba(245, 181, 27, 0.22);
}
.btn-primary-pro:hover,
.btn-gold:hover {
  background: #ffc533;
  color: #10243e;
  transform: translateY(-2px);
}
.btn-ghost-pro,
.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.btn-ghost-pro:hover,
.btn-outline-white:hover {
  background: #fff;
  color: var(--navy);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.hero-trust i {
  color: var(--gold);
  margin-right: 7px;
}
.search-shell {
  position: relative;
  z-index: 5;
  margin-top: -56px;
}
.job-search-card {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr auto;
  gap: 0;
  align-items: stretch;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
  border: 1px solid #d8e6f5;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.search-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 23px;
  border-right: 1px solid var(--line);
}
.search-heading span {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  background: linear-gradient(90deg, var(--navy), var(--blue-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-heading small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 20px;
  border-right: 1px solid var(--line);
  margin: 0;
  min-width: 0;
  border-radius: 10px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.search-field:focus-within {
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(11, 92, 171, 0.14);
}
.search-field > i {
  color: var(--blue);
  font-size: 17px;
}
.search-field > span {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}
.search-field small {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}
.search-field input,
.search-field select {
  width: 100%;
  padding: 4px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.search-field input::placeholder {
  color: #7890aa;
  opacity: 1;
}
.search-button {
  width: 72px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--gold);
  font-size: 18px;
  transition: 0.2s;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(6, 37, 68, 0.2);
}
.search-button span {
  display: none;
}
.search-button:hover {
  background: linear-gradient(135deg, #0a3157, var(--blue-2));
  color: #ffc533;
  transform: translateY(-1px);
}
.trust-strip {
  padding: 55px 0 25px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trust-grid > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 22px;
  border-left: 2px solid var(--gold);
}
.trust-grid strong {
  font-size: 31px;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.trust-grid span {
  font-size: 13px;
  color: var(--muted);
}
.section-block {
  padding: 92px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px;
}
.section-head h2,
.why-copy h2,
.newsletter-card-pro h2 {
  margin: 10px 0 9px;
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 780;
  color: var(--navy);
}
.section-head p,
.why-copy > p,
.newsletter-card-pro p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--blue-2);
  gap: 12px;
}
.jobs-section {
  background: #f1f5fa;
  padding-top: 0;
  padding-bottom: 32px;
}
.jobs-section .section-head h2 {
  position: relative;
  margin: 8px 0 8px;
  padding-bottom: 10px;
  font-size: clamp(26px, 2.45vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 750;
}
.jobs-section .section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
}
.jobs-section .section-head p {
  font-size: 15px;
  line-height: 1.55;
}
.job-scroll-section + .job-scroll-section {
  margin-top: 36px;
}
.job-scroll-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.job-scroll-heading h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--navy);
  font-size: 19px;
}
.job-scroll-heading h3 i {
  color: var(--gold);
}
.job-scroll-heading > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.job-scroll-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 4px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}
.job-scroll-row[data-auto-scroll] {
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.job-scroll-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.job-scroll-row .pro-job-card {
  flex: 0 0 calc((100% - 48px) / 4);
  scroll-snap-align: start;
}
.pro-job-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 19px;
  border: 1px solid #cbd7e4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(6, 37, 68, 0.11);
  transition: 0.25s;
}
.pro-job-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0 34%, #e7c66b 34% 45%, transparent 45%);
}
.pro-job-card:hover {
  transform: translateY(-4px);
  border-color: #aebfd0;
  box-shadow: 0 16px 34px rgba(6, 37, 68, 0.16);
}
.job-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.company-logo {
  width: 43px;
  height: 43px;
  padding: 7px;
  border: 1px solid #d8e1eb;
  border-radius: 9px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.verified-pill {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eefbf4;
  color: #15803d;
  font-size: 9px;
  font-weight: 750;
}
.job-category {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b6500;
}
.pro-job-card h3 {
  margin: 7px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.24;
  letter-spacing: -0.012em;
  color: var(--navy);
  font-weight: 700;
}
.company-name {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.job-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  background: #f2f6fa;
  border: 1px solid #e0e7ef;
  border-radius: 7px;
  color: #53657a;
  font-size: 9px;
}
.job-meta i {
  color: var(--blue);
}
.job-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: auto;
  border-top: 1px solid #dfe6ee;
}
.job-card-actions a {
  color: var(--navy);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.job-card-actions .apply-small {
  padding: 7px 11px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
}
.job-card-actions .apply-small:hover {
  border-color: #174c7e;
  background: #174c7e;
}
.why-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.why-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 34px;
  align-items: center;
}
.why-copy h2 {
  max-width: 430px;
  margin: 6px 0 8px;
  font-size: clamp(24px, 2.1vw, 31px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.why-copy > p {
  max-width: 470px;
  font-size: 12px;
  line-height: 1.55;
}
.why-copy .text-link {
  margin-top: 13px;
  font-size: 12px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.benefit-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-content: center;
  min-height: 98px;
  padding: 13px 14px;
  overflow: hidden;
  border: 1px solid #dce8f5;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5, 45, 84, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.benefit-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), var(--blue));
  content: "";
}
.benefit-grid article:hover {
  transform: translateY(-2px);
  border-color: #bfd5eb;
  box-shadow: 0 12px 28px rgba(5, 45, 84, 0.1);
}
.benefit-grid article > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #eaf4ff, #fff6dc);
  color: var(--navy);
  font-size: 14px;
}
.benefit-grid h3 {
  grid-column: 2;
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 750;
  color: var(--ink);
}
.benefit-grid p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.airlines-section {
  position: relative;
  background: linear-gradient(135deg, #061f3a, #0a467c);
  color: #fff;
}
.light-head h2 {
  color: #fff;
}
.light-head p {
  color: rgba(255, 255, 255, 0.66);
}
.light-link {
  color: #fff;
}
.light-link:hover {
  color: var(--gold);
}
.airline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pro-airline-card {
  position: relative;
  min-height: 245px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
.pro-airline-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 181, 27, 0.55);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}
.airline-logo-box {
  width: 62px;
  height: 62px;
  padding: 9px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.airline-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro-airline-card h3 {
  margin: 20px 0 7px;
  font-size: 17px;
  font-weight: 750;
}
.pro-airline-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}
.pro-airline-card p i {
  color: var(--gold);
  margin-right: 7px;
}
.role-count {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.card-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.centered-head {
  justify-content: center;
  text-align: center;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.story-scroll-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.story-scroll-row::-webkit-scrollbar {
  display: none;
}
.story-scroll-row .story-card {
  flex: 0 0 calc((100% - 50px) / 6);
}
.stories-section {
  padding: 30px 0 32px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.stories-section .section-head {
  margin-bottom: 18px;
}
.stories-section .section-head h2 {
  margin-top: 7px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.16;
}
.stories-section .section-head p {
  margin-top: 8px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .stories-section {
    padding: 24px 0;
  }
  .stories-section .section-head {
    margin-bottom: 14px;
  }
}
.story-card {
  position: relative;
  min-height: 205px;
  padding: 16px 13px 14px;
  overflow: hidden;
  border: 1px solid #dce8f3;
  border-top: 3px solid var(--gold);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 37, 68, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 28px rgba(6, 37, 68, 0.11);
}
.quote-mark {
  position: absolute;
  right: 17px;
  top: 5px;
  color: #e7eff7;
  font-family: Georgia, serif;
  font-size: 53px;
  line-height: 1;
}
.stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
  font-size: 10px;
}
.story-card blockquote {
  min-height: 84px;
  margin: 12px 0 10px;
  color: #40566c;
  font-size: 12px;
  line-height: 1.55;
}
.story-person {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #e5edf5;
}
.story-person img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(241, 174, 27, 0.35);
}
.story-person strong,
.story-person span {
  display: block;
}
.story-person strong {
  font-size: 12px;
  color: var(--ink);
}
.story-person span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}
.newsletter-section-pro {
  padding: 18px 0 8px;
}
.newsletter-card-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 30px 42px;
  border: 1px solid #d5e6f7;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5faff, #fff);
  box-shadow: 0 20px 50px rgba(6, 37, 68, 0.08);
}
.newsletter-card-pro > div:first-child {
  max-width: 680px;
}
.newsletter-card-pro h2 {
  margin: 7px 0 6px;
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1.12;
}
.newsletter-card-pro p {
  font-size: 14px;
  line-height: 1.55;
}
.newsletter-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}
.newsletter-actions small {
  color: var(--muted);
  font-size: 10px;
}
.final-cta {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 38px 0;
  background: var(--blue);
  color: #fff;
}
main.home-page {
  margin-bottom: 0 !important;
}
main.home-page + footer {
  margin-top: 0 !important;
}

/* The shared footer controls its own design on every page. */
body:has(main.home-page) .site-footer {
  margin-top: 0 !important;
}
.final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.final-cta span {
  font-size: 12px;
  color: #b8dbff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 750;
}
.final-cta h2 {
  margin: 6px 0 0;
  font-size: 32px;
  font-weight: 780;
  letter-spacing: -0.03em;
}
.final-cta .container > div:last-child {
  display: flex;
  gap: 12px;
}
.btn-outline-white {
  min-height: 50px;
}
.empty-state {
  grid-column: 1/-1;
  padding: 40px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 16px;
  color: var(--muted);
  background: #fff;
}
@media (max-width: 1199px) {
  .job-scroll-row .pro-job-card {
    flex-basis: calc((100% - 32px) / 3);
  }
  .job-search-card {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
  .search-heading {
    display: none;
  }
  .airline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .job-scroll-row .pro-job-card {
    flex-basis: min(42vw, 290px);
  }
  .hero-section {
    min-height: 440px;
  }
  .hero-overlay {
    background: rgba(4, 28, 54, 0.86);
  }
  .hero-content {
    padding-top: 65px;
  }
  .job-grid,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-scroll-row .story-card {
    flex-basis: calc((100% - 10px) / 2);
  }
  .why-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .newsletter-card-pro {
    align-items: flex-start;
    flex-direction: column;
  }
  .newsletter-actions {
    align-items: flex-start;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 510px;
  }
  .hero-copy h1 {
    font-size: clamp(22px, 6.5vw, 28px);
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-trust {
    gap: 12px;
    flex-direction: column;
  }
  .search-shell {
    margin-top: -35px;
  }
  .job-search-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .search-field {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 10px;
  }
  .search-button {
    width: 100%;
    height: 50px;
    margin-top: 4px;
  }
  .search-button span {
    display: inline;
    margin-left: 8px;
  }
  .trust-grid,
  .benefit-grid,
  .airline-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-scroll-row .story-card {
    flex-basis: min(82vw, 250px);
  }
  .section-block {
    padding: 70px 0;
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .job-scroll-row .pro-job-card {
    flex-basis: min(78vw, 280px);
  }
  .job-scroll-heading > span {
    display: none;
  }
  .newsletter-card-pro {
    gap: 22px;
    padding: 25px 22px;
  }
  .newsletter-actions {
    width: 100%;
  }
  .newsletter-actions .btn-primary-pro {
    width: 100%;
  }
  .final-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta .container > div:last-child {
    width: 100%;
  }
  .final-cta a {
    flex: 1;
  }
  .trust-grid > div {
    padding: 12px 16px;
  }
  .trust-grid strong {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: 22px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions a {
    width: 100%;
  }
  .hero-content {
    padding-bottom: 82px;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .trust-grid > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .final-cta .container > div:last-child {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg-video {
    display: none;
  }
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Explore employers: compact section spacing */
.airlines-section {
  padding-top: 42px;
  padding-bottom: 42px;
}
.airlines-section .section-head {
  gap: 18px;
  margin-bottom: 20px;
}
.airlines-section .section-head h2 {
  margin: 6px 0 5px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.15;
}
.airlines-section .section-head p {
  font-size: 14px;
  line-height: 1.5;
}
.airlines-section .airline-grid {
  gap: 10px;
}
.airlines-section .pro-airline-card {
  min-height: 210px;
  padding: 17px;
}
.airlines-section .pro-airline-card h3 {
  margin-top: 14px;
  margin-bottom: 5px;
}
.airlines-section .role-count {
  left: 17px;
  bottom: 15px;
}
.airlines-section .card-arrow {
  right: 17px;
  bottom: 15px;
}

@media (max-width: 767px) {
  .airlines-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .airlines-section .section-head {
    gap: 10px;
    margin-bottom: 16px;
  }
  .airlines-section .airline-grid {
    gap: 8px;
  }
}
