:root {
  --about-navy: #0b2236;
  --about-ink: #102a43;
  --about-blue: #0088cc;
  --about-sky: #dff3fb;
  --about-surface: #f5f9fc;
  --about-border: #d9e5ed;
  --about-muted: #486175;
}

.fsl-about-page .main {
  background: #ffffff;
}

.about-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--about-navy) url('/img/Airplane-1-Site.jpg') center 56% / cover no-repeat;
  color: #ffffff;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 24, 40, 0.94) 0%, rgba(5, 24, 40, 0.78) 48%, rgba(5, 24, 40, 0.32) 100%);
}

.about-hero__container {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 64px;
}

.about-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
}

.about-breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 3px;
}

.about-breadcrumbs a:hover,
.about-breadcrumbs a:focus {
  color: #8ed8f5;
}

.about-hero__content {
  max-width: 720px;
  padding-top: 72px;
}

.about-eyebrow,
.about-section-label {
  margin: 0 0 12px;
  color: var(--about-blue);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero .about-eyebrow {
  color: #82d4f4;
}

.about-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.about-hero__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.about-hero__actions,
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.about-button:hover,
.about-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.about-button:focus-visible,
.about-audience-card a:focus-visible,
.about-note a:focus-visible,
.about-breadcrumbs a:focus-visible {
  outline: 3px solid rgba(0, 136, 204, 0.45);
  outline-offset: 3px;
}

.about-button--primary {
  background: var(--about-blue);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 136, 204, 0.24);
}

.about-button--primary:hover,
.about-button--primary:focus {
  background: #0076b3;
  color: #ffffff;
}

.about-button--secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(11, 34, 54, 0.48);
  color: #ffffff;
}

.about-button--secondary:hover,
.about-button--secondary:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.about-route {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.about-route__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 39, 64, 0.12);
  list-style: none;
}

.about-route__list::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 16.666%;
  left: 16.666%;
  height: 2px;
  background: #c8e6f2;
}

.about-route__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: var(--about-ink);
  text-align: center;
}

.about-route__marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: var(--about-blue);
  box-shadow: 0 0 0 2px #9fd7eb;
  place-items: center;
}

.about-route__marker--plane {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-bottom: 5px;
  border-width: 3px;
  color: #ffffff;
}

.about-route__marker--plane svg {
  width: 17px;
  height: 17px;
  transform: rotate(90deg);
}

.about-route__label {
  color: #087ca9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-route__list strong {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.4;
}

.about-story,
.about-audiences,
.about-cta {
  padding: 88px 0;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr);
  gap: 64px;
  align-items: start;
}

.about-story h2,
.about-section-heading h2,
.about-cta h2 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.about-story__copy > p:not(.about-section-label) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.72;
}

.about-note {
  position: relative;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-top: 4px solid var(--about-blue);
  border-radius: 14px;
  background: var(--about-surface);
}

.about-note__mark {
  position: absolute;
  top: 8px;
  right: 18px;
  color: #d5eaf3;
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.about-note blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--about-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.about-note__signature {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  color: var(--about-ink);
  font-size: 14px;
  line-height: 1.45;
}

.about-note__signature span {
  color: var(--about-muted);
}

.about-note a,
.about-audience-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: #0077b3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.about-note a:hover,
.about-note a:focus,
.about-audience-card a:hover,
.about-audience-card a:focus {
  color: #005f8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-note a span,
.about-audience-card a span {
  margin-left: 6px;
  transition: transform 200ms ease;
}

.about-note a:hover span,
.about-note a:focus span,
.about-audience-card a:hover span,
.about-audience-card a:focus span {
  transform: translateX(2px);
}

.about-audiences {
  background: var(--about-surface);
}

.about-section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.about-audience-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--about-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 39, 64, 0.06);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.about-audience-card:hover {
  border-color: #b8cfdf;
  box-shadow: 0 12px 26px rgba(15, 39, 64, 0.1);
  transform: translateY(-2px);
}

.about-audience-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--about-sky);
  color: #0079b5;
  place-items: center;
}

.about-audience-card__icon svg {
  width: 24px;
  height: 24px;
}

.about-audience-card h3 {
  margin: 20px 0 0;
  color: var(--about-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.about-audience-card p {
  flex-grow: 1;
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-cta {
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 18px;
  background: var(--about-navy);
  color: #ffffff;
}

.about-cta .about-section-label {
  color: #82d4f4;
}

.about-cta h2 {
  color: #ffffff;
}

.about-cta p:not(.about-section-label) {
  max-width: 670px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.about-cta__actions {
  justify-content: flex-end;
  margin: 0;
}

.about-button--light {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: #ffffff;
}

.about-button--light:hover,
.about-button--light:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--about-navy);
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 470px;
    background-position: 62% center;
  }

  .about-story__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .about-note {
    max-width: 680px;
  }

  .about-audiences__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-cta__panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 540px;
    background-position: 68% center;
  }

  .about-hero__overlay {
    background: linear-gradient(90deg, rgba(5, 24, 40, 0.96) 0%, rgba(5, 24, 40, 0.78) 100%);
  }

  .about-hero__container {
    padding-top: 18px;
    padding-bottom: 54px;
  }

  .about-hero__content {
    padding-top: 56px;
  }

  .about-hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .about-hero__lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-hero__actions,
  .about-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-button {
    width: 100%;
  }

  .about-route {
    margin-top: -26px;
  }

  .about-route__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 18px 20px;
  }

  .about-route__list::before {
    top: 36px;
    bottom: 36px;
    left: 31px;
    width: 2px;
    height: auto;
  }

  .about-route__list li {
    align-items: flex-start;
    min-height: 66px;
    padding-left: 42px;
    text-align: left;
  }

  .about-route__marker {
    position: absolute;
    top: 4px;
    left: 0;
  }

  .about-route__marker--plane {
    top: 1px;
    left: -3px;
  }

  .about-route__list li:last-child {
    min-height: 42px;
  }

  .about-story,
  .about-audiences,
  .about-cta {
    padding: 64px 0;
  }

  .about-story h2,
  .about-section-heading h2,
  .about-cta h2 {
    font-size: 29px;
  }

  .about-story__copy > p:not(.about-section-label) {
    font-size: 16px;
    line-height: 1.68;
  }

  .about-note,
  .about-audience-card {
    padding: 25px 22px;
  }

  .about-section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .about-cta__panel {
    padding: 30px 22px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-button,
  .about-audience-card,
  .about-note a span,
  .about-audience-card a span {
    transition: none;
  }
}
