/* Sky Travel footer — scoped so it does not affect the rest of Turie */
.site-footer {
  --sk-primary: #f7921f;
  --sk-white: #ffffff;
  --sk-ink: #141414;
  --sk-panel: #2a1c16;
  --sk-font: "Manrope", sans-serif;
  --sk-transition: all 0.35s ease;
  font-family: var(--sk-font);
  position: relative;
  z-index: 6;
  margin-top: 170px;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.82), rgba(247, 146, 31, 0.55)),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1800&q=70") center/cover no-repeat;
  background-color: var(--sk-ink);
  overflow: visible;
}
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}
.sk-footer-container {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.site-footer h2,
.site-footer h3 {
  font-family: var(--sk-font);
  font-weight: 700;
  color: var(--sk-white);
  text-transform: none;
  letter-spacing: -0.03em;
  line-height: 1.22;
  margin: 0;
}
.site-footer h3 {
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: var(--sk-transition);
}
.site-footer a:hover {
  color: var(--sk-primary);
}
.site-footer .logo {
  color: var(--sk-white);
  margin-bottom: 16px;
  display: inline-block;
}
.site-footer .logo-img {
  height: 193px;
  width: auto;
  max-width: none;
  display: block;
}
.site-footer .logo-img--dark {
  display: none;
}
.site-footer .logo-img--light {
  display: block;
}
.site-footer .lede {
  color: rgba(255, 255, 255, 0.68);
  max-width: none;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.site-footer .footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: stretch;
  background: var(--sk-panel);
  border-radius: 18px;
  margin-top: -90px;
  margin-bottom: 56px;
  padding: 0 8px 0 40px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  overflow: visible;
}
.site-footer .footer-cta-copy {
  padding: 38px 20px 34px 0;
}
.site-footer .footer-cta h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.25;
  margin: 0 0 12px;
  max-width: 18ch;
}
.site-footer .footer-cta-copy > p {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
  margin: 0;
  line-height: 1.67;
}
.site-footer .footer-cta-contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.site-footer .footer-cta-contacts > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-cta-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sk-primary);
  color: var(--sk-white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 18px;
}
.site-footer .footer-cta-contacts strong {
  display: block;
  color: var(--sk-white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.site-footer .footer-cta-contacts a,
.site-footer .footer-cta-contacts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
}
.site-footer .footer-cta-visual {
  position: relative;
  min-height: 220px;
}
.site-footer .footer-cta-visual img {
  position: absolute;
  right: 18px;
  bottom: 0;
  height: calc(100% + 78px);
  width: auto;
  max-width: 270px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 1.1fr;
  gap: 36px 28px;
  padding-bottom: 28px;
}
.site-footer .footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.site-footer .footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sk-primary);
  color: var(--sk-white);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.site-footer .footer-social a:hover {
  background: var(--sk-white);
  color: var(--sk-primary);
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.site-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.site-footer .footer-links a i {
  color: var(--sk-primary);
  font-size: 16px;
}
.site-footer .footer-links a:hover {
  color: var(--sk-white);
  transform: translateX(3px);
}

.site-footer .footer-news {
  position: relative;
  margin-top: 18px;
}
.site-footer .footer-news input[type="email"] {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--sk-white);
  padding: 0 58px 0 22px;
  outline: none;
  font-family: inherit;
  font-size: 15px;
}
.site-footer .footer-news input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.site-footer .footer-news input[type="email"]:focus {
  background: rgba(0, 0, 0, 0.4);
  color: var(--sk-white);
  border-color: var(--sk-primary);
}
.site-footer .footer-news button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--sk-primary);
  color: var(--sk-white);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: var(--sk-transition);
  padding: 0;
}
.site-footer .footer-news button:hover {
  background: var(--sk-white);
  color: var(--sk-primary);
}

.site-footer .footer-bottom {
  background: var(--sk-ink);
  text-align: center;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 1180px) and (min-width: 1021px) {
  .site-footer .footer-cta {
    grid-template-columns: minmax(0, 1fr) 240px;
    padding-left: 28px;
  }
  .site-footer .footer-cta h2 {
    max-width: none;
  }
}

@media (max-width: 1020px) {
  .site-footer .footer-grid,
  .site-footer .footer-cta {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-cta {
    padding: 28px 24px 0;
    margin-bottom: 40px;
  }
  .site-footer .footer-cta-copy {
    padding: 0 0 8px;
  }
  .site-footer .footer-cta h2 {
    max-width: none;
  }
  .site-footer .footer-cta-visual {
    min-height: 250px;
    display: flex;
    justify-content: center;
    order: -1;
  }
  .site-footer .footer-cta-visual img {
    position: relative;
    right: auto;
    height: 260px;
    max-width: 240px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    margin-top: 80px;
  }
  .site-footer .footer-cta {
    margin-top: -40px;
    padding: 24px 18px 0;
  }
  .site-footer .footer-cta-contacts {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-cta-visual {
    min-height: 200px;
  }
  .site-footer .footer-cta-visual img {
    height: 210px;
  }
}
