@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "CyGrotesk-Key";
  src: local("CyGrotesk-Key"), local("CyGrotesk-KeyMedium"), url("../fonts/CyGrotesk-KeyMedium.woff2") format("woff2"), url("../fonts/CyGrotesk-KeyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #022353;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

section {
  padding: 50px 0;
}

.section-title {
  font-family: CyGrotesk-Key;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -1px;
  text-align: center;
  color: #d6edf9;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
.section-title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-title br {
    display: inline;
  }
}

.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 30px;
  max-width: 430px;
  width: 100%;
  border-radius: 26px;
  background-color: #d6edf9;
  font-family: Inter;
  font-size: 21.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #022353;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.btn-white:hover {
  opacity: 0.88;
  color: #022353 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* ── HERO LOGO ── */
.hero-logo {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  top: 30px;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding: 80px 20px 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hero {
    min-height: 580px;
  }
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/hero.jpg") center/cover no-repeat;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(11, 24, 41, 0.15)), to(var(--navy)));
  background: linear-gradient(to bottom, rgba(11, 24, 41, 0.15) 40%, var(--navy) 100%);
}

.hero-badge {
  position: relative;
  z-index: 1;
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d6edf9;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .hero-badge {
    margin-bottom: 23px;
    font-weight: 400;
  }
}

.hero h1 {
  position: relative;
  z-index: 1;
  font-family: CyGrotesk-Key;
  font-size: clamp(43px, 8vw + 1rem, 90.2px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -1.8px;
  text-align: center;
  color: #d6edf9;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.hero-sub {
  position: relative;
  z-index: 1;
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d6edf9;
  margin-bottom: 32px;
  margin-top: 12px;
  text-transform: uppercase;
}

.hero .btn-white {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

/* ── COMFORT ── */
.comfort {
  background-color: #d6edf9;
  border-radius: 26px;
}

.comfort .section-title {
  color: #022353;
}

.comfort-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comfort-inner .section-title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .comfort-inner {
    gap: 23px;
  }
}

.phone {
  position: relative;
  width: 310px;
  height: 630px;
  margin: 30px 0;
}

.phone__screen {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 93%;
  height: 96%;
  overflow: hidden;
  border-radius: 35px;
  z-index: 1;
}

.phone__screen video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.phone__frame {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn-outline-navy {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  gap: 10px;
  margin: 0;
  padding: 10px 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
  border-radius: 26px;
  background-color: #022353;
  font-family: Inter;
  font-size: 21.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d6edf9;
  text-transform: uppercase;
  text-decoration: none !important;
}

.btn-outline-navy:hover {
  opacity: 0.9;
  color: #d6edf9;
}

/* ── WHY ── */
.why {
  background-color: #0b2346;
  padding: 100px 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 250px 250px 210px;
  gap: 8px;
  margin: 20px 0 0;
}

.g-item {
  overflow: hidden;
  position: relative;
  border-radius: 23.5px;
  background-color: #fff;
}

.g-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.g-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery > .g-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

.gallery > .g-item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}

.gallery > .g-item:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}

.gallery > .g-item:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}

.gallery > .g-item:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/4;
}

.gallery > .g-item:nth-child(6) {
  grid-column: 4/5;
  grid-row: 2/4;
}

.gallery > .g-item:nth-child(1) .g-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}

.g-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 14px 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #d6edf9;
  text-transform: uppercase;
}

/* ── REVIEWS ── */
.reviews {
  background-color: #0b2346;
}

/* десктоп: overflow hidden на враппері, слайд = 100% */
.slider-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.slide {
  min-width: 100%;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.review-card {
  border-radius: 26px;
  background-color: #fff;
  padding: 28px 24px;
  max-width: 660px;
  margin: 0 auto;
}

.r-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.r-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.r-avatar--initial {
  background: linear-gradient(135deg, #3a78c2, #1a4a8a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.r-avatar--photo {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.r-name {
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.r-date {
  margin-top: 2px;
}

.r-stars {
  color: #f5a623;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.r-text {
  line-height: 1.8;
}

.s-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background-color: #d6edf9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.s-btn:hover {
  background: rgba(255, 255, 255, 0.24);
}

#sPrev {
  left: 120px;
}

#sNext {
  right: 120px;
}

.s-btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.73223 20.1777C-0.24408 19.2014 -0.24408 17.6185 0.73223 16.6421L16.6421 0.732243C17.6184 -0.244068 19.2014 -0.244068 20.1777 0.732243C21.154 1.70855 21.154 3.29147 20.1777 4.26778L6.03553 18.4099L20.1777 32.552C21.154 33.5284 21.154 35.1113 20.1777 36.0876C19.2014 37.0639 17.6184 37.0639 16.6421 36.0876L0.73223 20.1777ZM4.34875 18.4099V20.9099H2.5V18.4099V15.9099H4.34875V18.4099Z' fill='%230B2346'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 37px;
}

#sPrev::after {
  -webkit-transform: translate(-3px, 1px);
          transform: translate(-3px, 1px);
}

#sNext::after {
  -webkit-transform: rotate(-180deg) translate(-3px, 1px);
          transform: rotate(-180deg) translate(-3px, 1px);
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

/* ── SCHEDULE ── */
.schedule {
  background-color: #0b2346;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 65px;
  background-color: #d6edf9;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  gap: 0;
}

.t-btn {
  padding: 18px 30px;
  border-radius: 50px;
  border: none;
  background: transparent;
  font-family: CyGrotesk-Key;
  font-size: 28.9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -0.58px;
  color: #022353;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  white-space: nowrap;
  text-transform: uppercase;
}

.t-btn.active {
  border-radius: 65px;
  background-color: #022353;
  color: #d6edf9;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  -webkit-animation: fadeUp 0.3s ease;
          animation: fadeUp 0.3s ease;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.badge-daily {
  display: block;
  margin: 0 auto 24px;
  padding: 12px 30px;
  border-radius: 32px;
  background-color: #d6edf9;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  max-width: 160px;
  width: 100%;
  text-align: center;
  color: #022353;
}

.sched-card {
  border-radius: 26px;
  background-color: #d6edf9;
  padding: 28px 32px 32px;
  margin-bottom: 25px;
}

.sched-section-label {
  font-family: CyGrotesk-Key;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #022353;
  margin-bottom: 24px;
}

.sched-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sched-scroll::-webkit-scrollbar {
  display: none;
}

.sched-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.sched-row::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #022353;
  z-index: 0;
}

.sched-stop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.s-time {
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  color: #022353;
  margin-bottom: 8px;
  line-height: 1;
  white-space: nowrap;
}

.s-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.s-dot {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #022353;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -8px;
}

.s-city {
  font-family: Inter;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #022353;
  max-width: 220px;
}

/* ── FAQ ── */
.faq {
  background-color: #0b2346;
}

.accordion {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.ac-item {
  border-radius: 26px;
  background-color: #d6edf9;
  padding: 20px 24px;
}

.ac-btn {
  width: 100%;
  background: none;
  border: none;
  font-family: CyGrotesk-Key;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -0.5px;
  text-align: left;
  color: #022353;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.ac-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #022353;
  -webkit-transition: background 0.2s, -webkit-transform 0.3s;
  transition: background 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.2s;
  transition: transform 0.3s, background 0.2s, -webkit-transform 0.3s;
  color: #d6edf9;
  position: relative;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ac-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0447 2.5V27.5994' stroke='%23D6EDF9' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M27.5994 15.0449L2.5 15.0449' stroke='%23D6EDF9' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  display: block;
}

.ac-item.open .ac-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ac-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ac-inner {
  padding-bottom: 18px;
  font-family: Inter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #022353;
  padding: 0;
}

/* ── CTA ── */
.cta {
  background-color: #0b2346;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.cta h2 {
  font-family: "CyGrotesk-Key", sans-serif;
  font-size: clamp(43px, 4.5vw + 25px, 90.3px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -1.81px;
  text-align: center;
  color: #d6edf9;
  text-transform: uppercase;
  margin: 0;
}

.cta .btn-white {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .btn-white {
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 22px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hero {
    padding: 70px 16px 160px;
  }
  .hero h1 {
    font-size: clamp(34px, 10vw, 56px);
    letter-spacing: -1px;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
  .hero-sub {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .hero .btn-white {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .comfort {
    border-radius: 30px;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    margin-bottom: -50px;
    padding: 90px 0px;
  }
  .comfort .container {
    padding: 0 20px;
  }
  .phone {
    width: 100%;
    max-width: 260px;
    height: 520px;
  }
  .btn-outline-navy {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 20px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* GALLERY SLIDER */
  .why {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .why .container {
    padding: 0 16px;
  }
  .gallery-outer {
    margin: 0 -32px;
    padding: 0 32px;
    overflow: hidden;
    position: relative;
  }
  .gallery {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    overflow: visible;
    gap: 16px;
    padding: 0;
    height: 220px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .gallery > .g-item,
  .gallery > .g-item:nth-child(1),
  .gallery > .g-item:nth-child(2),
  .gallery > .g-item:nth-child(3),
  .gallery > .g-item:nth-child(4),
  .gallery > .g-item:nth-child(5),
  .gallery > .g-item:nth-child(6) {
    grid-column: unset !important;
    grid-row: unset !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100vw - 120px) !important;
            flex: 0 0 calc(100vw - 120px) !important;
    width: calc(100vw - 120px) !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 30px;
  }
  .gallery > .g-item:nth-child(1) .g-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    text-align: center;
  }
  .g-caption {
    font-size: 10.3px;
    padding: 60px 12px 12px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(55%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 100%);
    line-height: 1.4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* REVIEWS SLIDER mobile — peek наступного */
  .reviews {
    overflow: hidden;
  }
  .reviews .container {
    padding: 0;
  }
  .reviews .section-title {
    padding: 0 16px;
  }
  .slider-outer {
    overflow: visible;
    padding: 20px 0 0;
    margin-left: 16px;
    width: auto;
  }
  .slider-track {
    gap: 16px;
  }
  .slide {
    min-width: calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px) !important;
    padding: 0;
  }
  .review-card {
    padding: 20px 16px;
    border-radius: 20px;
    max-width: 100%;
    margin: 0;
  }
  .slider-controls {
    margin-top: 16px;
    padding: 0 16px;
  }
  .s-btn {
    display: none;
  }
  .schedule .container {
    padding: 0 16px;
  }
  .tabs-nav {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    border-radius: 50px;
  }
  .t-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    padding: 10px 6px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1;
    border-radius: 46px;
    letter-spacing: -0.4px;
  }
  .sched-card {
    padding: 16px 14px 20px;
    border-radius: 18px;
    margin-bottom: 12px;
  }
  .sched-section-label {
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
  }
  .badge-daily {
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 16px;
    border-radius: 24px;
    max-width: 130px;
  }
  .sched-row::before {
    top: 26px;
    height: 1.5px;
  }
  .sched-stop {
    min-width: 72px;
  }
  .s-time {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .s-dot {
    width: 14px;
    height: 14px;
    margin-top: -6px;
  }
  .s-city {
    font-size: 9px;
    max-width: 74px;
    line-height: 1.3;
  }
  .faq .container {
    padding: 0 16px;
  }
  .accordion {
    gap: 8px;
  }
  .ac-item {
    padding: 14px 14px;
    border-radius: 20px;
  }
  .ac-btn {
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.25;
    gap: 10px;
    font-weight: 600;
  }
  .ac-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ac-icon::after {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
  .ac-inner {
    font-size: 12px;
    line-height: 1.6;
    padding: 10px 0;
  }
  .cta {
    padding: 48px 0;
  }
  .cta h2 {
    font-size: clamp(34px, 9vw, 52px);
    letter-spacing: -0.8px;
    padding: 0 16px;
  }
  .cta .container {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .cta .btn-white {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 480px) {
  section {
    padding: 36px 0;
  }
  .section-title {
    font-size: 25px;
  }
  .hero h1 {
    font-size: clamp(30px, 9vw, 46px);
    text-transform: uppercase;
  }
  .t-btn {
    font-size: 10px;
    padding: 15px 4px;
    letter-spacing: -0.5px;
  }
  .review-card {
    padding: 16px 14px;
  }
  .sched-section-label {
    font-size: 11px;
  }
  .sched-stop {
    min-width: 64px;
  }
  .s-time {
    font-size: 13px;
  }
  .s-city {
    font-size: 8px;
    max-width: 62px;
  }
  .sched-row::before {
    top: 22px;
  }
  .s-dot {
    width: 12px;
    height: 12px;
    margin-top: -3px;
  }
  .ac-btn {
    font-size: 12px;
  }
  .ac-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .ac-icon::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}/*# sourceMappingURL=style.css.map */