/* =============================================
   HERO SLIDER (Swiper)
   ============================================= */
.hero { position: relative; background: #1a1a1a; overflow: hidden; }
.hero-swiper { width: 100%; height: 100vh; min-height: 750px; }
.hero-swiper .swiper-slide { background-size: cover; background-position: center; position: relative; height: 100%; display: flex; align-items: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.2) 100%); z-index: 1; }
.hero__inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; height: 200%; }
.hero__slide-content { display: flex; align-items: center; height: 100%; padding: 60px 0; gap: 40px; justify-content: space-between; }
.hero__slide-content--1 form { padding-top: 60px; }
.hero__slide-content--1 .hero__title { padding-top: 15vh; }
.hero__slide-content--center { justify-content: center; text-align: center; }
.hero__text--center { text-align: center; max-width: 700px; }
.hero__text--center .hero__title span { color: #e8162d; }
.hero__slide-logo { position: absolute; bottom: 40px; right: 40px; max-height: 60px; z-index: 3; opacity: 0.85; }
.hero__subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin: -16px 0 24px; }
.hero__text { flex: 1; max-width: 820px; }
.hero__title { font-size: 28px; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 28px; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
@media (min-width: 993px) { .hero__title { font-size: 62px; } }
.btn-hero { display: inline-block; padding: 14px 32px; background: transparent; border: 2px solid #fff; color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all 0.25s; }
.btn-hero:hover { background: #fff; color: #333; }

/* Swiper pagination dots */
.hero-swiper .swiper-pagination { bottom: 20px; }
.hero-swiper .swiper-pagination-bullet { width: 10px; height: 10px; background: rgba(255,255,255,0.45); opacity: 1; }
.hero-swiper .swiper-pagination-bullet-active { background: #fff; }

/* Swiper arrows — diamond/rhombus style */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    width: 44px; height: 44px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 2px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.75; transition: opacity 0.2s;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover { opacity: 1; }
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 16px; font-weight: 700;
    color: #fff;
    transform: rotate(-45deg);
}
.hero-swiper .swiper-button-prev { left: 30px; }
.hero-swiper .swiper-button-next { right: 30px; }

/* INQUIRY FORM */
.inquiry-card { background: #fff; width: 420px; flex-shrink: 0; padding: 0; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.inquiry-card__header {
    background: #14181c; padding: 16px 24px; position: relative;
}
.inquiry-card__header::after {
    content: ''; position: absolute; bottom: -8px; left: 24px;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #14181c;
}
.inquiry-card__title { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; }
.inquiry-card__body { padding: 24px 24px 20px; }
.inquiry-card .wpcf7 label { color: #14181c !important; }
.inquiry-card .wpcf7 input[type="text"],
.inquiry-card .wpcf7 input[type="email"],
.inquiry-card .wpcf7 input[type="tel"],
.inquiry-card .wpcf7 input[type="date"],
.inquiry-card .wpcf7 input[type="time"],
.inquiry-card .wpcf7 input[type="number"],
.inquiry-card .wpcf7 select,
.inquiry-card .wpcf7 textarea {
    background: #fff !important; border: 1px solid #ddd !important; color: #333 !important;
}
.inquiry-card .wpcf7 p { margin-bottom: 10px !important; }

/* BENEFITS STRIP */
.benefits { background: #fff; padding: 60px 56px 64px; }
.benefits__inner { max-width: 1320px; margin: 0 auto; }

.benefits__head {
  display: flex; align-items: baseline; flex-wrap: wrap;
  gap: 20px; padding-bottom: 24px; border-bottom: 3px solid #e8162d;
}
.benefits__title {
  margin: 0; font-size: 32px; font-weight: 700;
  letter-spacing: -0.01em; color: #222;
}
.benefits__sub {
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #8a8785;
}

.benefits__grid { display: grid; grid-template-columns: repeat(5, 1fr); }

.benefit {
  display: flex; flex-direction: column; gap: 16px;
  padding: 34px 28px 0; border-left: 1px solid #dcdcdc; text-align: center;
}
.benefit:first-child { padding-left: 0; border-left: 0; }
.benefit:last-child  { padding-right: 0; }

.benefit__icon { font-size: 30px; line-height: 1; color: #e8162d; }
.benefit__name {
  font-size: 16px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #222;
}
.benefit__text {
  margin: 0; font-size: 15px; line-height: 1.6;
  color: #5c5f63; text-wrap: pretty;
}

/* Benefits — tablet: 2 columns */
@media (max-width: 1100px) {
  .benefits { padding: 60px 56px 64px; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .benefit {
    padding: 28px 24px;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
  }
  .benefit:nth-child(odd) { padding-left: 0; border-left: 0; }
  .benefit:last-child { padding-right: 24px; }
}

/* Benefits — phone: single column, icon inline */
@media (max-width: 620px) {
  .benefits { padding: 32px 20px 36px; }
  .benefits__head { gap: 10px; padding-bottom: 18px; }
  .benefits__title { font-size: 24px; }
  .benefits__sub { font-size: 11px; letter-spacing: 0.12em; }

  .benefits__grid { grid-template-columns: 1fr; }

  .benefit,
  .benefit:first-child,
  .benefit:last-child,
  .benefit:nth-child(odd) {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 16px; row-gap: 4px;
    align-items: start;
    padding: 18px 0;
    border-left: 0; border-top: 1px solid #dcdcdc;
  }
  .benefit:first-child { border-top: 0; padding-top: 22px; }

  .benefit__icon {
    grid-column: 1; grid-row: 1 / span 2;
    font-size: 22px; margin-top: 3px; text-align: center;
  }
  .benefit__name { grid-column: 2; font-size: 15px; }
  .benefit__text { grid-column: 2; font-size: 14px; line-height: 1.5; }
}

/* AIRPORT STRIP */
.airport-strip { background: #1a1a1a; padding: 20px 0;  }
.airport-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.airport-strip__logo img { height: 50px; }
.airport-strip__text { font-size: 16px; font-weight: 600; color: #fff; }
.airport-strip__years { font-size: 14px; color: #aaa; }

/* ABOUT (front page) */
.section--about { background: #14181c; }
.section--about .section-title { color: #fff; }
.section--about .section-title::after { background: #e8162d; }
.about-subheading { display: block; font-size: 18px; font-weight: 400; line-height: 18px; text-transform: none; color: #fff; margin-bottom: 0px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.about-text p { margin-bottom: 16px; font-size: 14px; line-height: 1.8; color: #8e9091; }
.about-text ul { padding-left: 0; }
.about-text ul li { color: #8e9091; }
.about-text ul i { padding-right: 10px; }
.about-image img { width: 100%; height: auto; object-fit: cover; }

.team-subheading { display: block; font-size: 18px; font-weight: 400; line-height: 18px; text-transform: none; color: #777; margin-bottom: 0; }

/* TEAM */
.team-grid { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.team-card { text-align: center; max-width: 220px; }
.team-card__photo { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin: 0 auto 14px; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__name { font-size: 16px; font-weight: 700; margin-bottom: 0px; }
.team-card__role { font-size: 12px; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.team-card__contacts { font-size: 12px; color: #666; line-height: 1.8; }
.team-card__contacts a { color: #666; }
.team-card__contacts a:hover { color: #14181c; }

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero{padding-top: 0;}
  .hero-swiper,
  .hero-swiper .swiper-slide,
  .hero__inner,
  .hero__slide-content { height: auto; min-height: 100vh; }
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next { display: none; }
  .hero__slide-content--1 { flex-direction: column; align-items: stretch; padding-top: 40px; padding-bottom: 60px; gap: 20px; }
  .hero__form-btn { display: none; }
  .hero__text { max-width: 100%; flex: none; width: 100%; }
  .hero__slide-content--1 .inquiry-card { width: 100%; max-width: 100%; }
  .hero__slide-content--1 .hero__title { padding-top: 0vh; margin-bottom: 10px; }
  .hero__slide-content--1 form { padding-top: 0; }
}
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; }
  .airport-strip__inner { flex-direction: column; text-align: center; }
}
