/* Shared Falcon footer. Keep these styles separate from the template widgets. */
.falcon-footer {
  margin: 0 24px;
  overflow: hidden;
  border-radius: 20px;
  background: #0b1454;
  color: #cbd2e7;
}

#smooth-content {
  padding-bottom: 24px;
}

.falcon-footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4.5vw, 72px);
}

.falcon-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.falcon-footer a:hover { color: #72d8f7; }
.falcon-footer a:focus-visible {
  outline: 2px solid #72d8f7;
  outline-offset: 5px;
  border-radius: 3px;
}

.falcon-footer__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.falcon-footer__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #72d8f7;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.falcon-footer__intro h2 {
  max-width: 630px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.falcon-footer .falcon-footer__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 10px 12px 10px 24px;
  border-radius: 999px;
  background: #fff;
  color: #09145e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.falcon-footer .falcon-footer__button:hover { background: #dff6fd; }
.falcon-footer__button span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #5fcff2;
}

.falcon-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .72fr) minmax(0, .93fr) minmax(0, 1.25fr);
  gap: clamp(24px, 3vw, 44px);
  padding: 44px 0 38px;
}

.falcon-footer__grid > * { min-width: 0; }
.falcon-footer__logo {
  display: inline-block;
  width: 190px;
  max-width: 100%;
  margin-bottom: 20px;
}

.falcon-footer__logo picture,
.falcon-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.falcon-footer__description {
  max-width: 270px;
  margin: 0 0 18px;
  color: #cbd2e7;
  font-size: 14px;
  line-height: 1.8;
}

.falcon-footer__location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aebbd9;
  font-size: 12px;
  line-height: 1.6;
}

.falcon-footer__location svg { flex: 0 0 auto; color: #72d8f7; }
.falcon-footer__heading {
  margin: 2px 0 19px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.falcon-footer__links { margin: 0; padding: 0; list-style: none; }
.falcon-footer__links li + li { margin-top: 10px; }
.falcon-footer__links a {
  display: inline-block;
  padding: 2px 0;
  font-size: 13px;
  line-height: 1.65;
}

.falcon-footer .falcon-footer__text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: #72d8f7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.falcon-footer .falcon-footer__text-link:hover { color: #fff; }
.falcon-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 19px;
}

.falcon-footer__contact-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  place-items: center;
  border: 1px solid rgba(114, 216, 247, .25);
  border-radius: 10px;
  color: #72d8f7;
}

.falcon-footer__contact-item > div { min-width: 0; }
.falcon-footer__contact-label {
  display: block;
  margin-bottom: 3px;
  color: #aebbd9;
  font-size: 11px;
  line-height: 1.5;
}

.falcon-footer__contact-item a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.falcon-footer__address {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.falcon-footer__contact-item .falcon-footer__phone {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .01em;
}

.falcon-footer__contact-note {
  margin: 0;
  color: #aebbd9;
  font-size: 12px;
  line-height: 1.75;
}

.falcon-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.falcon-footer__copyright {
  margin: 0;
  color: #aebbd9;
  font-size: 12px;
  line-height: 1.7;
}

.falcon-footer__policies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.falcon-footer__policies a {
  display: inline-block;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .falcon-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 56px; }
  .falcon-footer__brand { grid-column: 1; grid-row: 1; }
  .falcon-footer__contact { grid-column: 2; grid-row: 1; }
  .falcon-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .falcon-footer { margin: 0 12px; border-radius: 16px; }
  #smooth-content { padding-bottom: 12px; }
  .falcon-footer__inner { padding: 0 24px; }
  .falcon-footer__intro { align-items: flex-start; flex-direction: column; gap: 25px; padding: 36px 0 32px; }
  .falcon-footer__grid { gap: 32px 24px; padding: 32px 0; }
  .falcon-footer__brand { grid-column: 1 / -1; }
  .falcon-footer__description { max-width: 420px; }
  .falcon-footer__contact { grid-column: 1 / -1; grid-row: auto; }
  .falcon-footer__heading { margin-bottom: 14px; }
  .falcon-footer__links a { font-size: 13px; padding: 4px 0; }
  .falcon-footer__links li + li { margin-top: 7px; }
  .falcon-footer__policies { gap: 8px 20px; }
  .falcon-footer__bottom { padding: 21px 42px 17px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .falcon-footer a { transition: none; }
}
