/* =========================================================
   1) LOCAL FONTS — INTER (OPTIMIZED)
   Файлы: inter-regular.woff2 (400), inter-bold.woff2 (700)
   Путь: /assets/fonts/inter/
   ========================================================= */

/* Обычное начертание */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/inter/inter-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Жирное начертание */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/inter/inter-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* База шрифтов */
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* ------------------------------------------------------------
   2) WP Utilities — полезные мелочи
   ------------------------------------------------------------ */

.alignleft {
  float: left;
  margin: 0.25em 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0.25em 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
  clear: both;
}

.wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
}

.wp-caption-text {
  font-size: 0.875rem;
  opacity: 0.85;
  margin-top: 0.5em;
}

.gallery {
  margin: 0 0 1.5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
  z-index: 100000;
}

/* ------------------------------------------------------------
   3) Layout helpers
   ------------------------------------------------------------ */
.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

/* ------------------------------------------------------------
   4) Custom sections
   ------------------------------------------------------------ */

.pages-header-section {
  position: relative;
  overflow: hidden;
}

.pages-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pages-header-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1;
}

.pages-header-section .container {
  position: relative;
  z-index: 2;
}

.no-js .faq-answer[hidden] {
  display: block !important;
}

.custom-form__tab-panel {
  display: none;
}

.custom-form__tab-panel--active {
  display: block;
}

.passengers-modal {
  display: none;
}

.passengers-modal--active {
  display: block;
}