/**
 * Home hero option 1.1 — solid brand blue + aviation route-lines art.
 */

.hero-home--opt1-1{
  background-color: #2587d2;
  background-image: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-home--opt1-1::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/aviation_route_lines.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .35;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
}
.hero-home--opt1-1::before{
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05) 0%, transparent 32%),
    linear-gradient(180deg, transparent 62%, rgba(11,59,102,.14) 100%),
    linear-gradient(90deg, rgba(11,59,102,.16) 0%, transparent 42%);
  pointer-events: none;
}
.hero-home--opt1-1 .hero-title{
  text-shadow: 0 4px 18px rgba(11,59,102,.28);
  max-width: min(100%, 640px);
  width: max-content;
}
.hero-home--opt1-1 .hero-title-line{
  display: block;
  white-space: nowrap;
}
.hero-home--opt1-1 .hero-cert-badge{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 100%;
  margin: 4px 0 14px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  box-shadow:
    0 6px 20px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.30);
}
.hero-home--opt1-1 .hero-cert-badge__icon{
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  opacity: .92;
}
.hero-home--opt1-1 .hero-sub{
  max-width: calc(62ch * 0.935361);
}
.hero-home--opt1-1 .hero-logo-only{
  position: relative;
  width: 100%;
  max-width: 224px;
  padding: 14px 16px;
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.hero-home--opt1-1 .hero-logo-only::before{
  content: "";
  position: absolute;
  inset: -18% -10%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.08) 0%, transparent 68%);
}
.hero-home--opt1-1 .hero-logo-only img{
  max-width: 176px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: none;
}
.hero-home--opt1-1 .hero-inner{
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  padding-bottom: 40px;
}
.hero-home--opt1-1 .hero-inner > .row{
  width: 100%;
}
.hero-home--opt1-1 .hero-mobile-below{
  position: relative;
  z-index: 2;
  background: transparent;
}
.hero-home--opt1-1 > .container{
  position: relative;
  z-index: 2;
}
.hero-home--opt1-1 .hero-topbar{
  position: relative;
}
.hero-home--opt1-1 .hero-nav-logo{
  display: none;
}
@media (max-width: 991.98px){
  .hero-home--opt1-1 > .container{
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }
  .hero-home--opt1-1 .hero-topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    margin-bottom: 0;
    padding: 4px 0 0;
  }
  .hero-home--opt1-1 .hero-inner{
    padding-top: 0;
  }
  .hero-home--opt1-1 .hero-nav-logo{
    display: block;
    flex: 0 0 auto;
    flex-shrink: 0;
    line-height: 0;
    overflow: visible;
  }
  .hero-home--opt1-1 .hero-nav-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: min(140px, 38vw);
    max-height: none;
    aspect-ratio: 279 / 103;
    object-fit: contain;
    object-position: left center;
  }
  .hero-home--opt1-1 .hero-topbar .site-menu-wrap{
    position: static;
    flex: 0 0 auto;
  }
  .hero-home--opt1-1 .hero-logo-col{
    display: none !important;
  }
}
@media (min-width: 992px){
  .hero-home--opt1-1 .hero-topbar .site-menu-wrap{
    position: absolute;
    right: 18px;
    top: 18px;
  }
}
@media (max-width: 768px){
  .hero-home--opt1-1::after{
    left: 35%;
    opacity: .29;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
  }
  .hero-home--opt1-1 .hero-title{
    max-width: 100%;
    width: auto;
  }
  .hero-home--opt1-1 .hero-title-line{ white-space: normal; }
  .hero-home--opt1-1 .hero-logo-only{
    max-width: 240px;
    margin: 0 auto 8px;
  }
  .hero-home--opt1-1 .hero-logo-only img{ max-width: 160px; }
  .hero-home--opt1-1 > .container{
    row-gap: 36px;
  }
  .hero-home--opt1-1 .hero-inner{
    padding: 0 0 28px;
  }
  .hero-home--opt1-1 .hero-sub--desktop{
    display: block;
    margin: 0 0 14px;
  }
  .hero-home--opt1-1 .hero-actions--desktop{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 0;
  }
  .hero-home--opt1-1 .hero-mobile-below{
    display: none !important;
  }
  .hero-home--opt1-1 .hero-inner .btn-hero{
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 10px;
    font-size: 13px;
    gap: 8px;
  }
  .hero-home--opt1-1 .hero-inner .btn-hero i{
    font-size: 16px;
  }
  .hero-home--opt1-1 .hero-inner .btn-hero-secondary{
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.22);
    color: #fff;
  }
}

/* Credibility strip — matches #cta background */
.credibility-strip{
  background: linear-gradient(180deg, #0b3b66, #08304f);
  color: #fff;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.credibility-strip__text{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
  text-align: center;
}
.credibility-strip__sep{
  opacity: .45;
  font-weight: 400;
  user-select: none;
}
@media (min-width: 992px){
  .credibility-strip__text{
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 4px 7px;
    font-size: 12px;
    letter-spacing: .01em;
  }
  .credibility-strip__text > span{
    flex-shrink: 0;
  }
}
@media (max-width: 768px){
  .credibility-strip{
    padding: 12px 0;
  }
  .credibility-strip__text{
    flex-wrap: wrap;
    white-space: normal;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    gap: 5px 8px;
  }
}
