:root {
  --green: #009b3a;
  --green-dark: #007a2f;
  --green-light: #31d14a;
  --black: #07100b;
  --white: #ffffff;
  --gray: #f4f6f5;
  --gray-strong: #e5ebe7;
  --text: #6b7280;
  --blue: #1e88e5;
  --whatsapp: #25d366;
  --shadow: 0 18px 45px rgba(7, 16, 11, 0.12);
  --shadow-soft: 0 12px 30px rgba(7, 16, 11, 0.08);
  --radius: 6px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--black);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  margin: 0;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.center {
  display: flex;
  justify-content: center;
}

.site-header {
  position: relative;
  z-index: 50;
  background: var(--white);
}

.top-header {
  min-height: 90px;
  background: var(--white);
  border-bottom: 1px solid rgba(7, 16, 11, 0.06);
}

.top-header__inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 230px;
  color: var(--black);
}

.brand__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.08);
}

.brand__mark svg {
  width: 32px;
  height: 32px;
}

.brand__text {
  display: grid;
  gap: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.brand__text span {
  font-size: 17px;
}

.brand__text strong {
  color: var(--green);
  font-size: 33px;
  font-weight: 900;
}

.top-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
}

.top-location svg {
  width: 28px;
  height: 28px;
  color: var(--green);
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  min-height: 85px;
  background: linear-gradient(90deg, var(--green-dark) 0%, var(--green) 50%, var(--green) 100%);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.main-nav.is-scrolled {
  box-shadow: 0 10px 32px rgba(7, 16, 11, 0.22);
}

.main-nav__inner {
  min-height: 85px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: flex;
  align-items: center;
  min-height: 85px;
  padding: 0 14px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--black);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.nav-call {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 360px;
  margin-right: calc((100vw - min(100vw, var(--container))) / -2);
  padding: 0 52px 0 82px;
  color: var(--white);
  background: var(--green-light);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%);
  transition: filter 0.2s ease;
}

.nav-call:hover,
.nav-call:focus-visible {
  filter: brightness(0.95);
  outline: none;
}

.nav-call svg {
  width: 28px;
  height: 28px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--black);
}

.hero__slider,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slide {
  display: grid;
  place-items: center;
  padding: 100px 72px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s ease, visibility 0.85s ease;
}

.hero__slide[style*="hero-airport-van-night"] {
  background-position: 64% 34%;
}

.hero__slide[style*="unit-suv-gray-side"] {
  background-position: center 48%;
}

.hero__slide[style*="hero-executive-driver-hotel"] {
  background-position: center 46%;
}

.hero__slide[style*="hero-airport-pickup-night"],
.hero__slide[style*="hero-city-driver-night"] {
  background-position: center 42%;
}

.hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
}

.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: 980px;
  text-align: center;
}

.hero__content p {
  margin-bottom: 18px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hero__content h1,
.hero__content h2 {
  margin-bottom: 34px;
  color: var(--white);
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__content span {
  color: var(--green-light);
}

.hero__progress {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--green-light);
}

.hero__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
  background: var(--green-light);
  transform: translateY(-50%) scale(1.04);
  outline: none;
}

.hero__arrow svg {
  width: 28px;
  height: 28px;
}

.hero__arrow--prev {
  left: 24px;
}

.hero__arrow--next {
  right: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 190px;
  padding: 0 28px;
  border: 0;
  border-radius: var(--radius);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn--primary {
  color: var(--white);
  background: var(--green-light);
  box-shadow: 0 10px 26px rgba(49, 209, 74, 0.32);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--green);
}

.btn--light {
  color: var(--green-dark);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.floating-actions {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 80;
  display: grid;
  gap: 0;
  transform: translateY(-50%);
}

.floating-actions__button {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 5px 0 0 5px;
  box-shadow: 0 12px 32px rgba(7, 16, 11, 0.25);
}

.floating-actions__button svg {
  width: 30px;
  height: 30px;
}

.floating-actions__button--whatsapp {
  background: var(--whatsapp);
}

.floating-actions__button--phone {
  background: var(--blue);
}

.section {
  padding: 100px 0;
}

.section--white {
  background: var(--white);
}

.section--soft {
  background: var(--gray);
}

.section-title {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-title h2,
.about__copy h2,
.trust__content h2,
.airport__copy h2,
.faq__intro h2 {
  font-size: 38px;
}

.section-title p {
  margin-top: 16px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-kicker span {
  width: 28px;
  height: 5px;
  display: inline-block;
  background: var(--green-light);
  border-radius: 999px;
}

.section-kicker--light,
.section-kicker--light + h2 {
  color: var(--white);
}

.about__grid,
.airport__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 60px;
}

.about__copy .lead {
  margin: 20px 0 18px;
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
}

.about__copy .btn {
  margin-top: 30px;
}

.about__media {
  position: relative;
  min-height: 450px;
}

.about__media::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 74%;
  height: 74%;
  background: var(--green-light);
  border-radius: var(--radius);
}

.about__media img {
  position: relative;
  height: 450px;
  object-fit: cover;
  object-position: center 38%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.benefits__grid,
.services-grid,
.testimonials-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-card,
.service-card,
.testimonial-card,
.step-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card {
  min-height: 258px;
  padding: 34px;
  border: 1px solid transparent;
}

.feature-card:hover,
.service-card:hover,
.image-card:hover,
.step-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-card__icon,
.service-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}

.feature-card__icon svg,
.service-card__icon svg {
  width: 32px;
  height: 32px;
}

.feature-card h3,
.service-card h3,
.image-card h3,
.step-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.trust {
  position: relative;
  min-height: 600px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.trust__image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url("assets/images/trust-passengers-car.jpeg");
  background-position: center 42%;
  background-size: cover;
}

.trust__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 100px 0;
}

.trust__content h2,
.trust__content p {
  color: var(--white);
}

.trust__content p {
  max-width: 720px;
  margin-top: 16px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 42px 0;
}

.stat {
  min-width: 155px;
  display: grid;
  grid-template-columns: 52px auto;
  column-gap: 14px;
  align-items: center;
}

.stat svg {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  color: var(--green-light);
}

.stat strong {
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.stat span {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid transparent;
}

.service-card:hover {
  border-color: rgba(0, 155, 58, 0.35);
}

.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 18px;
  color: var(--green-dark);
  background: rgba(49, 209, 74, 0.14);
  border-radius: var(--radius);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease;
}

.mini-link:hover,
.mini-link:focus-visible {
  color: var(--white);
  background: var(--green);
  outline: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 155, 58, 0.28);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.gallery-item img[src*="hero-airport-van-night"],
.gallery-item img[src*="hero-executive-driver-hotel"],
.gallery-item img[src*="gallery-executive-sedan-country"],
.gallery-item img[src*="gallery-black-van-driver"],
.gallery-item img[src*="gallery-gray-suv-lima"],
.gallery-item img[src*="unit-suv-kia-road"],
.gallery-item img[src*="unit-suv-parking"] {
  object-position: center 38%;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item:hover::after {
  opacity: 1;
}

.cta-band {
  padding: 46px 0;
  color: var(--white);
  background: var(--green);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  color: var(--white);
  font-size: 28px;
}

.units-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.image-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 16, 11, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.image-card img[src*="gallery-executive-sedan-country"],
.image-card img[src*="gallery-black-van-driver"],
.image-card img[src*="gallery-pullman-sprinter"],
.image-card img[src*="unit-suv-kia-road"] {
  object-position: center 38%;
}

.image-card > div {
  padding: 24px;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.destination-card {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  overflow: hidden;
  padding: 20px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.destination-card[style*="gallery-gray-suv-lima"],
.destination-card[style*="gallery-executive-sedan-country"],
.destination-card[style*="gallery-black-suv-city"],
.destination-card[style*="hero-airport-pickup-night"] {
  background-position: center 38%;
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.destination-card h3,
.destination-card a {
  position: relative;
  z-index: 1;
}

.destination-card h3 {
  color: var(--white);
  font-size: 20px;
}

.destination-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  padding: 0 13px;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.rates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 74px;
  padding: 18px 20px;
  background: var(--gray);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
}

.rate-item span {
  color: var(--black);
  font-weight: 700;
}

.rate-item strong {
  color: var(--green-dark);
  font-family: "Montserrat", Arial, sans-serif;
  white-space: nowrap;
}

.note {
  max-width: 820px;
  margin: 24px auto 28px;
  color: var(--text);
  text-align: center;
}

.steps-grid {
  counter-reset: step;
}

.step-card {
  min-height: 230px;
  padding: 32px;
}

.step-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.airport__grid {
  grid-template-columns: 1fr 360px;
}

.airport__copy p {
  margin: 20px 0 24px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--black);
  font-weight: 600;
}

.check-list svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: var(--green);
}

.airport__panel {
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 34px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(rgba(0, 122, 47, 0.82), rgba(7, 16, 11, 0.82)), url("assets/images/airport-arrivals-crowd.jpeg");
  background-position: center;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.airport__panel svg {
  width: 82px;
  height: 82px;
}

.airport__panel strong {
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.airport__panel span {
  max-width: 260px;
  font-weight: 700;
}

.testimonial-card {
  min-height: 240px;
  margin: 0;
  padding: 32px;
  border-left: 5px solid var(--green);
}

.testimonial-card p {
  color: var(--black);
  font-size: 17px;
  font-weight: 600;
}

.testimonial-card cite {
  display: block;
  margin-top: 22px;
  color: var(--green-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 46px;
}

.faq__intro p {
  margin-top: 18px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 16, 11, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 0 22px;
  color: var(--black);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary svg {
  flex: 0 0 auto;
  color: var(--green);
  transition: transform 0.2s ease;
}

.faq-item[open] summary {
  color: var(--white);
  background: var(--green);
}

.faq-item[open] summary svg {
  color: var(--white);
  transform: rotate(180deg);
}

.faq-item p {
  padding: 18px 22px 22px;
}

.contact__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: start;
}

.contact-info,
.reservation-form {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.contact-info {
  display: grid;
  gap: 22px;
  padding: 34px;
}

.contact-info h3 {
  font-size: 24px;
}

.contact-info a {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--black);
  font-weight: 700;
}

.contact-info svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--green);
}

.contact-info small {
  color: var(--text);
  font-weight: 700;
}

.reservation-form {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.reservation-form label {
  display: grid;
  gap: 8px;
  color: var(--black);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  color: var(--black);
  background: var(--gray);
  border: 1px solid transparent;
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reservation-form textarea {
  resize: vertical;
  min-height: 130px;
}

.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(49, 209, 74, 0.16);
}

.reservation-form button {
  width: fit-content;
}

.map-block {
  position: relative;
  min-height: 420px;
  background: var(--gray-strong);
}

.map-block iframe {
  width: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

.map-block__caption {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: min(100% - 32px, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 20px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transform: translateX(-50%);
  text-align: center;
  font-weight: 800;
}

.map-block__caption svg {
  color: var(--green);
  width: 24px;
  height: 24px;
}

.footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--black);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.95fr 1fr;
  gap: 40px;
  padding: 70px 0;
}

.brand--footer {
  margin-bottom: 20px;
  color: var(--white);
}

.footer h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 18px;
}

.footer a,
.footer span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--green-light);
  outline: none;
}

.footer__bottom {
  padding: 20px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 82;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nav-menu a[aria-current="page"] {
  color: var(--black);
  background: rgba(255, 255, 255, 0.2);
}

.section-action {
  margin-top: 32px;
}

.page-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 90px 0;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.page-hero[style*="hero-airport-van-night"] {
  background-position: 64% 34%;
}

.page-hero[style*="unit-suv-gray-side"] {
  background-position: center 48%;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.74));
}

.page-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 900px);
  margin-inline: auto;
  text-align: center;
}

.page-hero__content h1 {
  color: var(--white);
  font-size: clamp(38px, 6vw, 68px);
}

.page-hero__content p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.page-intro {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.page-intro h2 {
  margin-bottom: 14px;
}

.gallery-grid--wide {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid--wide .gallery-item {
  min-height: 0;
}

.gallery-grid--wide .gallery-item img {
  min-height: 0;
}

.service-highlight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.service-highlight__image {
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-highlight__image img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 38%;
}

img {
  transition: transform 0.5s ease, filter 0.5s ease;
  will-change: transform;
}

img[loading="lazy"] {
  image-rendering: auto;
}

.gallery-item img:hover,
.image-card img:hover,
.about__media img:hover,
.service-highlight__image img:hover {
  transform: scale(1.08);
  filter: brightness(1.05) contrast(1.02);
}

.gallery-item {
  position: relative;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.35));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gallery-item:hover::before {
  opacity: 1;
}

.hero__slide {
  filter: contrast(1.08) saturate(1.1);
}

.page-hero {
  filter: contrast(1.06) saturate(1.05);
}

.about__media img,
.service-highlight__image img {
  transition: transform 0.6s ease, filter 0.5s ease;
}

.image-card {
  overflow: hidden;
}

.image-card img {
  transition: transform 0.6s ease, filter 0.5s ease;
}

.image-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.06) contrast(1.03);
}

.destination-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.destination-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(7, 16, 11, 0.25);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__image {
  position: relative;
  max-width: 92vw;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.lightbox.is-open .lightbox__image {
  opacity: 1;
  transform: scale(1);
}

.lightbox__btn {
  position: absolute;
  z-index: 210;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox__btn:hover {
  background: var(--green);
  transform: scale(1.06);
}

.lightbox__btn svg {
  width: 26px;
  height: 26px;
}

.lightbox__btn--close {
  top: 20px;
  right: 20px;
}

.lightbox__btn--prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__btn--prev:hover {
  transform: translateY(-50%) scale(1.06);
}

.lightbox__btn--next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__btn--next:hover {
  transform: translateY(-50%) scale(1.06);
}

.lightbox__counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.gallery-item {
  cursor: pointer;
}

.gallery-item .gallery-item__zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 40px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.gallery-item .gallery-item__zoom svg {
  width: 48px;
  height: 48px;
  transform: scale(0.7);
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-item__zoom {
  opacity: 1;
}

.gallery-item:hover .gallery-item__zoom svg {
  transform: scale(1);
}

.img-blur {
  filter: blur(16px);
  transform: scale(1.04);
}

.img-blur.img-loaded {
  filter: blur(0);
  transform: scale(1);
  transition: filter 0.5s ease, transform 0.5s ease;
}

@media (max-width: 700px) {
  .lightbox {
    padding: 12px;
  }

  .lightbox__image {
    max-width: 98vw;
    max-height: 78vh;
  }

  .lightbox__btn {
    width: 44px;
    height: 44px;
  }

  .lightbox__btn svg {
    width: 22px;
    height: 22px;
  }

  .lightbox__btn--close {
    top: 12px;
    right: 12px;
  }

  .lightbox__btn--prev {
    left: 10px;
  }

  .lightbox__btn--next {
    right: 10px;
  }

  .lightbox__counter {
    bottom: 16px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .lightbox__btn {
    width: 38px;
    height: 38px;
  }

  .lightbox__btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1180px) {
  .nav-call {
    min-width: 300px;
    margin-right: -16px;
    padding: 0 28px 0 62px;
    font-size: 20px;
    clip-path: polygon(46px 0, 100% 0, 100% 100%, 0 100%);
  }

  .nav-menu a {
    padding: 0 10px;
    font-size: 14px;
  }

  .destinations-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 980px) {
  .service-highlight {
    grid-template-columns: 1fr;
  }

  .gallery-grid--wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-header__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
  }

  .top-location {
    white-space: normal;
  }

  .about__media::before {
    right: 0;
    bottom: -18px;
  }

  .main-nav__inner {
    align-items: center;
    min-height: 74px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 800;
  }

  .nav-toggle svg {
    width: 24px;
    height: 24px;
  }

  .nav-toggle__close {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__open {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__close {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 100;
    width: 50px;
    min-height: 50px;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
  }

  .nav-toggle[aria-expanded="true"] span {
    display: none;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: min(90vw, 380px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 96px 24px 24px;
    background: var(--black);
    box-shadow: var(--shadow);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }

  .nav-menu.is-open {
    transform: translateX(0);
  }

  .nav-menu a {
    min-height: 54px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-call {
    z-index: 95;
    min-width: 238px;
    min-height: 74px;
    margin-right: -16px;
    padding: 0 20px 0 50px;
    font-size: 17px;
    clip-path: polygon(38px 0, 100% 0, 100% 100%, 0 100%);
  }

  .nav-menu.is-open + .nav-call {
    position: fixed;
    top: 24px;
    left: 24px;
    width: min(calc(90vw - 96px), 252px);
    min-width: 0;
    min-height: 54px;
    margin: 0;
    padding: 0 18px;
    justify-content: center;
    border-radius: var(--radius);
    clip-path: none;
    font-size: 16px;
  }

  .nav-menu.is-open + .nav-call span {
    max-width: none;
    white-space: nowrap;
  }

  .hero {
    min-height: 620px;
  }

  .hero__content h1,
  .hero__content h2 {
    font-size: 52px;
  }

  .about__grid,
  .airport__grid,
  .faq__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .benefits__grid,
  .services-grid,
  .testimonials-grid,
  .steps-grid,
  .gallery-grid,
  .rates-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .units-grid,
  .destinations-grid,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .airport__panel {
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  .page-hero {
    min-height: 300px;
    padding: 70px 0;
  }

  .gallery-grid--wide {
    grid-template-columns: 1fr;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .top-header {
    min-height: 84px;
  }

  .top-header__inner {
    min-height: 84px;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 52px;
    height: 52px;
  }

  .brand__mark svg {
    width: 29px;
    height: 29px;
  }

  .brand__text span {
    font-size: 14px;
  }

  .brand__text strong {
    font-size: 27px;
  }

  .top-location {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] {
    top: 16px;
    right: 16px;
  }

  .nav-menu {
    width: 100vw;
    padding: 86px 24px 24px;
  }

  .nav-menu.is-open + .nav-call {
    top: 16px;
    left: 16px;
    width: calc(100vw - 98px);
    min-height: 50px;
    font-size: 14px;
  }

  .main-nav,
  .main-nav__inner,
  .nav-call {
    min-height: 68px;
  }

  .nav-call {
    min-width: 176px;
    margin-right: 0;
    padding: 0 14px 0 40px;
    font-size: 13px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  }

  .nav-call svg {
    width: 20px;
    height: 20px;
  }

  .hero {
    min-height: 540px;
  }

  .hero__slide {
    padding: 72px 46px 72px;
  }

  .hero__content p {
    font-size: 16px;
  }

  .hero__content h1,
  .hero__content h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .hero__arrow {
    width: 40px;
    height: 40px;
  }

  .hero__arrow--prev {
    left: 10px;
  }

  .hero__arrow--next {
    right: 10px;
  }

  .floating-actions {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    transform: none;
  }

  .floating-actions__button {
    width: 100%;
    height: 56px;
    border-radius: 0;
  }

  .section {
    padding: 72px 0;
  }

  .section-title h2,
  .about__copy h2,
  .trust__content h2,
  .airport__copy h2,
  .faq__intro h2 {
    font-size: 30px;
  }

  .about__media,
  .about__media img {
    min-height: 330px;
    height: 330px;
  }

  .benefits__grid,
  .services-grid,
  .testimonials-grid,
  .steps-grid,
  .gallery-grid,
  .rates-grid,
  .units-grid,
  .destinations-grid,
  .footer__grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band h2 {
    font-size: 24px;
  }

  .rate-item {
    min-height: 68px;
  }

  .contact-info,
  .reservation-form {
    padding: 24px;
  }

  .reservation-form button {
    width: 100%;
  }

  .map-block__caption {
    bottom: 70px;
    align-items: flex-start;
    text-align: left;
  }

  .footer {
    padding-bottom: 56px;
  }

  .back-to-top {
    right: 12px;
    bottom: 68px;
  }
}

@media (max-width: 420px) {
  .nav-call span {
    max-width: 116px;
    line-height: 1.2;
  }

  .hero__content h1,
  .hero__content h2 {
    font-size: 29px;
  }

  .btn {
    width: 100%;
    min-width: 0;
    padding-inline: 18px;
  }

  .stats {
    gap: 22px;
  }

  .stat {
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
