:root {
  --pilot-ink: #102238;
  --pilot-navy: #004188;
  --pilot-deep: #071a2e;
  --pilot-cyan: #2e96c5;
  --pilot-red: #ee4343;
  --pilot-mist: #eef5f8;
  --pilot-line: #d7e4ea;
  --pilot-muted: #607182;
  --pilot-body: 'Poppins', sans-serif;
  --pilot-heading: 'Roboto', sans-serif;
}

.pilot-page {
  overflow-x: hidden;
  background: #ffffff;
  color: var(--pilot-muted);
  font-family: var(--pilot-body);
  line-height: 1.6;
}

.pilot-page h1,
.pilot-page h2,
.pilot-page h3,
.pilot-page h4,
.pilot-page h5,
.pilot-page h6 {
  color: var(--pilot-ink);
  font-family: var(--pilot-heading);
  line-height: 1.2;
}

.pilot-page p {
  font-family: var(--pilot-body);
}

.pilot-page a,
.pilot-page button {
  text-decoration: none;
}

.pilot-page main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pilot-page .container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

.pilot-page .service-section {
  padding: 40px 0;
}

.pilot-page .service-bg-cream {
  background: #f7fafb;
}

.pilot-page .service-bg-blue {
  background: var(--pilot-mist);
}

.pilot-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pilot-page .btn:hover {
  transform: translateY(-2px);
}

.pilot-page .btn-primary {
  background: var(--pilot-navy);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 65, 136, 0.18);
}

.pilot-page .btn-primary:hover,
.pilot-page .btn-submit:hover {
  background: var(--pilot-cyan);
  box-shadow: 0 14px 28px rgba(46, 150, 197, 0.24);
}

.pilot-page .section-header-center {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.pilot-page .section-header-center h2,
.pilot-page .section-header-left h2 {
  margin: 0 0 16px;
  font-size: 36px;
  letter-spacing: -0.035em;
}

.pilot-page .section-header-center h2 span,
.pilot-page .section-header-left h2 span,
.pilot-page .pilot-who-section h2 span {
  color: var(--pilot-navy);
}

.pilot-page .section-header-center p {
  color: var(--pilot-muted);
  font-size: 14px;
}

.pilot-page .pilot-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 40px 0;
  background: var(--pilot-deep) url('../../images/pilot-authentichire-solution.webp') center / cover;
  color: #ffffff;
}

.pilot-page .pilot-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 46, 0.98) 0%, rgba(7, 26, 46, 0.84) 42%, rgba(7, 26, 46, 0.28) 100%);
  content: '';
}

.pilot-page .pilot-hero::after {
  position: absolute;
  right: -170px;
  bottom: -280px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(46, 150, 197, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(46, 150, 197, 0.05), 0 0 0 48px rgba(46, 150, 197, 0.04);
  content: '';
}

.pilot-page .pilot-hero .container {
  position: relative;
  z-index: 1;
}

.pilot-page .pilot-kicker,
.pilot-page .about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #a9dced;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pilot-page .pilot-kicker::before,
.pilot-page .about-eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--pilot-red);
  content: '';
}

.pilot-page .pilot-hero-title {
  max-width: 720px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pilot-page .pilot-hero-title span {
  color: var(--pilot-cyan);
}

.pilot-page .pilot-hero-subtitle {
  max-width: 610px;
  margin: 0 0 22px;
  color: #c9d9e5;
  font-size: 16px;
  line-height: 1.8;
}

.pilot-page .pilot-hero-bold {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 14px;
}

.pilot-page .pilot-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pilot-page .pilot-hero .btn-primary {
  background: #ffffff;
  color: var(--pilot-navy);
}

.pilot-page .pilot-hero .btn-primary:hover {
  background: #eaf7fb;
}

.pilot-page .pilot-hero-note {
  color: #a9bfce;
  font-size: 12px;
}

.pilot-page .pilot-intro-section {
  background: #ffffff;
}

.pilot-page .pilot-intro-section .container,
.pilot-page .pilot-verification-layout,
.pilot-page .pilot-guidelines-layout,
.pilot-page .pilot-who-card {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 88px;
  align-items: center;
}

.pilot-page .pilot-intro-image,
.pilot-page .pilot-guidelines-layout .rounded-img-frame,
.pilot-page .pilot-verification-layout .rounded-img-frame,
.pilot-page .pilot-who-image {
  min-height: 440px;
  overflow: hidden;
  border-radius: 2px 42px 2px 2px;
  box-shadow: 22px 22px 0 var(--pilot-mist);
}

.pilot-page .pilot-intro-image img,
.pilot-page .pilot-guidelines-layout img,
.pilot-page .pilot-verification-layout img {
  min-height: 440px;
}

.pilot-page .section-header-left {
  margin-bottom: 22px;
}

.pilot-page .pilot-intro-copy .lead-desc,
.pilot-page .pilot-who-copy .lead-desc {
  margin: 0 0 18px;
  color: var(--pilot-muted);
  font-size: 14px;
  line-height: 1.85;
}

.pilot-page .pilot-intro-copy .btn-primary {
  margin-top: 12px;
}

.pilot-page .pilot-verification-section {
  background: var(--pilot-mist);
}

.pilot-page .pilot-verification-section .section-header-center,
.pilot-page .pilot-who-section .section-header-center {
  margin-bottom: 46px;
}

.pilot-page .checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-page .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--pilot-ink);
  font-size: 14px;
  line-height: 1.65;
}

.pilot-page .checklist li i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--pilot-cyan);
}

.pilot-page .pilot-guidelines-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
}

.pilot-page .guideline-list {
  gap: 12px;
}

.pilot-page .guideline-list li {
  padding: 18px 20px;
  border: 1px solid var(--pilot-line);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 34, 56, 0.05);
}

.pilot-page .guideline-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-top: 0;
  border-radius: 50%;
  background: var(--pilot-navy);
  color: #ffffff;
  font-size: 11px;
}

.pilot-page .pilot-consultation-section {
  padding: 40px 0;
  background: #ffffff;
}

.pilot-page .consultation-inner {
  padding: 40px;
  background: var(--pilot-deep);
  color: #ffffff;
}

.pilot-page .consultation-inner .section-header-center h2 {
  color: #ffffff;
}

.pilot-page .service-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: stretch;
}

.pilot-page .service-form-layout .rounded-img-frame {
  min-height: 100%;
  overflow: hidden;
}

.pilot-page .service-form-layout .rounded-img-frame img {
  min-height: 100%;
  object-fit: cover;
}

.pilot-page .quote-form-card {
  padding: 34px;
  background: #ffffff;
  color: var(--pilot-ink);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.pilot-page .quote-form-card h4 {
  margin: 0 0 6px;
  font-size: 22px;
}

.pilot-page .quote-form-card > p {
  margin: 0 0 22px;
  color: var(--pilot-muted);
  font-size: 13px;
}

.pilot-page .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.pilot-page .form-group {
  margin-bottom: 16px;
  min-width: 0;
}

.pilot-page .form-row .form-group {
  margin-bottom: 0;
}

.pilot-page .form-group label {
  display: block;
  margin-bottom: 6px;
  color: var(--pilot-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pilot-page .form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--pilot-line);
  border-radius: 3px;
  color: var(--pilot-ink);
  font-family: var(--pilot-body);
  font-size: 13px;
}

.pilot-page .form-control:focus {
  outline: none;
  border-color: var(--pilot-cyan);
  box-shadow: 0 0 0 3px rgba(46, 150, 197, 0.14);
}

.pilot-page textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.pilot-page form > .form-group {
  margin-top: 20px;
}

.pilot-page .btn-submit {
  width: 100%;
  background: var(--pilot-navy);
  color: #ffffff;
}

.pilot-page .form-success-box,
.pilot-page .form-error-box {
  display: none;
  margin-top: 15px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.6;
}

.pilot-page .form-success-box {
  border: 1px solid #56b890;
  background: #ecfdf5;
  color: #065f46;
}

.pilot-page .form-error-box {
  border: 1px solid var(--pilot-red);
  background: #fef2f2;
  color: #b91c1c;
}

.pilot-page .comparison-table-wrapper {
  overflow: hidden;
  border: 1px solid var(--pilot-line);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(16, 34, 56, 0.08);
}

.pilot-page .comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.pilot-page .comparison-table thead tr {
  background: var(--pilot-navy);
  color: #ffffff;
}

.pilot-page .comparison-table th {
  padding: 17px 22px;
  font-family: var(--pilot-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pilot-page .comparison-table td {
  padding: 22px;
  border-bottom: 1px solid var(--pilot-line);
  color: var(--pilot-muted);
  font-size: 13px;
  vertical-align: middle;
}

.pilot-page .comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.pilot-page .comparison-table tbody tr:hover {
  background: #f7fafb;
}

.pilot-page .table-category-cell {
  display: flex;
  align-items: center;
  gap: 13px;
}

.pilot-page .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: #eaf5f8;
  color: var(--pilot-navy);
  font-size: 15px;
}

.pilot-page .category-title {
  color: var(--pilot-ink);
  font-size: 13px;
  font-weight: 700;
}

.pilot-page .comparison-mobile-cards {
  display: none;
  gap: 16px;
  grid-template-columns: 1fr;
}

.pilot-page .comparison-card {
  padding: 23px;
  border: 1px solid var(--pilot-line);
  background: #ffffff;
}

.pilot-page .comparison-card h4 {
  margin: 14px 0 12px;
  color: var(--pilot-navy);
  font-size: 19px;
}

.pilot-page .comparison-card p {
  margin: 0 0 10px;
  color: var(--pilot-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pilot-page .pilot-who-section {
  background: #f7fafb;
}

.pilot-page .pilot-who-card {
  gap: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(16, 34, 56, 0.08);
}

.pilot-page .pilot-who-image {
  min-height: 500px;
  border-radius: 0;
  box-shadow: none;
}

.pilot-page .pilot-who-image img {
  min-height: 500px;
}

.pilot-page .pilot-who-copy {
  padding: 48px 54px;
}

.pilot-page .support-heading {
  margin: 32px 0 20px;
  color: var(--pilot-ink);
  font-size: 36px;
}

.pilot-page .support-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 28px;
}

.pilot-page .support-grid li {
  font-size: 13px;
}

.pilot-page .pilot-framework-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding: 20px 25px;
  background: var(--pilot-navy);
  color: #ffffff;
}

.pilot-page .pilot-framework-strip p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.pilot-page .pilot-framework-strip a {
  flex: 0 0 auto;
  padding: 10px 16px;
  background: var(--pilot-cyan);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.pilot-page .faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}

.pilot-page .faq-item {
  overflow: hidden;
  border: 1px solid var(--pilot-line);
  background: #ffffff;
}

.pilot-page .faq-question-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 19px 22px;
  border: 0;
  background: transparent;
  color: var(--pilot-ink);
  cursor: pointer;
  font-family: var(--pilot-heading);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.pilot-page .faq-question-btn:hover {
  color: var(--pilot-navy);
}

.pilot-page .faq-icon {
  color: var(--pilot-cyan);
  font-size: 12px;
  transition: transform 0.3s ease;
}

.pilot-page .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.pilot-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}

.pilot-page .faq-answer-inner {
  padding: 0 22px 20px;
  color: var(--pilot-muted);
  font-size: 13px;
  line-height: 1.75;
}

.pilot-page .marquee-strip {
  overflow: hidden;
  padding: 14px 0;
  background: var(--pilot-deep);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

.pilot-page .marquee-track strong {
  color: var(--pilot-cyan);
}

@media (max-width: 992px) {
  .pilot-page .pilot-intro-section .container,
  .pilot-page .pilot-verification-layout,
  .pilot-page .pilot-guidelines-layout,
  .pilot-page .pilot-who-card {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .pilot-page .pilot-intro-image,
  .pilot-page .pilot-guidelines-layout .rounded-img-frame,
  .pilot-page .pilot-verification-layout .rounded-img-frame {
    min-height: 380px;
  }

  .pilot-page .pilot-intro-image img,
  .pilot-page .pilot-guidelines-layout img,
  .pilot-page .pilot-verification-layout img {
    min-height: 380px;
  }

  .pilot-page .service-form-layout {
    grid-template-columns: 1fr;
  }

  .pilot-page .service-form-layout .rounded-img-frame,
  .pilot-page .service-form-layout .rounded-img-frame img {
    min-height: 360px;
  }

  .pilot-page .comparison-table-wrapper {
    display: none;
  }

  .pilot-page .comparison-mobile-cards {
    display: grid;
  }

  .pilot-page .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .pilot-page .container {
    width: min(100% - 32px, 1280px);
  }

  .pilot-page .service-section {
    padding: 40px 0;
  }

  .pilot-page .pilot-hero {
    min-height: 0;
    padding: 40px 0;
    background-position: 62% center;
  }

  .pilot-page .pilot-hero-title {
    font-size: 43px;
  }

  .pilot-page .pilot-hero-subtitle {
    font-size: 14px;
  }

  .pilot-page .pilot-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .pilot-page .pilot-intro-image,
  .pilot-page .pilot-guidelines-layout .rounded-img-frame,
  .pilot-page .pilot-verification-layout .rounded-img-frame,
  .pilot-page .service-form-layout .rounded-img-frame,
  .pilot-page .pilot-who-image {
    min-height: 300px;
    box-shadow: 12px 12px 0 var(--pilot-mist);
  }

  .pilot-page .pilot-intro-image img,
  .pilot-page .pilot-guidelines-layout img,
  .pilot-page .pilot-verification-layout img,
  .pilot-page .service-form-layout .rounded-img-frame img,
  .pilot-page .pilot-who-image img {
    min-height: 300px;
  }

  .pilot-page .consultation-inner {
    padding: 40px 20px;
  }

  .pilot-page .quote-form-card {
    padding: 24px 18px;
  }

  .pilot-page .form-row,
  .pilot-page .support-grid {
    grid-template-columns: 1fr;
  }

  .pilot-page .pilot-who-copy {
    padding: 34px 24px;
  }

  .pilot-page .pilot-framework-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
}

/* Pilot page typography contract */
.pilot-page h1,
.pilot-page .pilot-hero-title {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
}

.pilot-page h2,
.pilot-page .section-header-center h2,
.pilot-page .section-header-left h2,
.pilot-page .support-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 36px !important;
}

.pilot-page h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px !important;
}

.pilot-page h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

.pilot-page p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px !important;
  line-height: 1.75;
}

.pilot-page .btn,
.pilot-page button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
}

@media (max-width: 550px) {
  .pilot-page h1,
  .pilot-page .pilot-hero-title {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .pilot-page h2,
  .pilot-page .section-header-center h2,
  .pilot-page .section-header-left h2,
  .pilot-page .support-heading {
    font-size: 26px !important;
    line-height: 1.32 !important;
  }

  .pilot-page h3 {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  .pilot-page p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}