@font-face {
  font-family: "El Hidrant";
  src:
    url("/assets/fonts/El Hidrant.ttf") format("truetype"),
    url("/assets/fonts/El Hidrant.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "El Hidrant Swash";
  src:
    url("/assets/fonts/El Hidrant Swash.ttf") format("truetype"),
    url("/assets/fonts/El Hidrant Swash.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Signature";
  src: url("/assets/fonts/Thesignature.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_thin-BF64a625c9034b9.otf")
    format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_thin_italic-BF64a625c918a96.otf")
    format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_light-BF64a625c93e709.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_light_italic-BF64a625c93ac64.otf")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_regular_italic-BF64a625c94445e.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_medium_italic-BF64a625c928c55.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_bold_italic-BF64a625c93b0ce.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/assets/fonts/Brandon-Grotesque/HvDTrial_Brandon_Grotesque_black_italic-BF64a625c93406c.otf")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Primary Colors */
  --primary-teal: #176573;
  --primary-teal-dark: #0d3d47;
  --primary-teal-footer: #1a5f6f;
  --secondary-teal: #cff9f6;
  /* Accent Colors */
  --accent-orange: #ffa36d;
  --accent-light-blue: #d2f2f7;
  /* Background Colors */
  --bg-light-gray: #f9f3e9;
  --bg-cream: #fcfaf7;
  --bg-beige: #f7f2e7;
  --bg-white: #fff;
  --bg-dark: #1a1a1a;
  /* Gradient Colors */
  --gradient-red-start: #ff6b6b;
  --gradient-red-end: #ff8e53;
  --gradient-blue-start: #4facfe;
  --gradient-blue-end: #00f2fe;
  /* Text Colors */
  --text-gray: #666;
  --text-white: white;
  --footer: #ece5da;
  --footer-blue: #7fe7e4;
  /* Shadow Colors */
  --shadow-gray: #bdbdbd;
  /* Font Families */
  --font-brandon-grotesque: "Brandon Grotesque", sans-serif;
  /* 1600px desktop layout baseline */
  --hero-images-top-desktop: 120px;
  --comfort-stamp-bottom-desktop: 230px;
}

body {
  /* background-color: var(--bg-light-gray); */
  font-family: "El Hidrant", "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.section-padding {
  padding: 100px 0;
}

.signature-font {
  font-family: "The Signature", sans-serif;
}

.community-top-section {
  position: relative;
  z-index: 2;
}

.community-top-wrap {
  position: relative;
}

.community-top-cloud {
  position: absolute;
  /* max-width: 160px; */
  width: 200px;
  object-fit: contain;
  transform: rotate(0deg);
  z-index: 5;
  filter: none;
}

.community-top-cloud-flights {
  top: 160px;
  right: 13%;
}

.community-top-cloud-hotels {
  top: 170px;
  left: 15%;
}

.community-top-cloud-experiences {
  bottom: 210px;
  left: 45%;
  transform: rotate(182deg);
}

.community-top-label {
  position: absolute;
  width: 100px;
  text-align: center;
  font-size: 42px;
  color: var(--primary-teal);
  z-index: 6;
  line-height: 1;
  transform: rotate(0deg);
}

.community-top-label-flights {
  top: 200px;
  right: 17%;
}

.community-top-label-hotels {
  top: 200px;
  left: 18%;
}

.community-top-label-experiences {
  bottom: 235px;
  left: 46%;
}

.hero-collage-section {
  background-color: var(--bg-white);
  border: 2px solid var(--primary-teal);
  border-top: 0;
  box-sizing: border-box;
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 0;
  position: relative;
  overflow: visible;
}

.hero-cloud {
  position: absolute;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.hero-cloud-1 {
  top: 14%;
  left: 18%;
  width: 691px;
  height: 349px;
}

.hero-cloud-2 {
  top: 30%;
  right: 3%;
  width: 706px;
  height: 427px;
}

.hero-cloud-2-1 {
  top: 30%;
  left: 5%;
  width: 793px;
  height: 458px;
}

.hero-cloud-3 {
  left: 0%;
  width: 691px;
  height: 629px;
  top: 10%;
}

.hero-cloud-4 {
  top: 20%;
  right: 0;
  width: 491px;
  height: 429px;
  z-index: 4;
}

.hero-blob {
  position: absolute;
  border-radius: 50% 40% 60% 50%;
  opacity: 0.4;
  filter: blur(40px);
}

.hero-blob-gray-left {
  width: 440px;
  height: 250px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(200, 200, 200, 0.45),
    rgba(220, 220, 220, 0.2)
  );
  top: 18%;
  left: 5%;
  z-index: 1;
}

.hero-blob-orange {
  width: 520px;
  height: 230px;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 140, 66, 0.45),
    rgba(247, 168, 106, 0.2)
  );
  top: 13%;
  left: 22%;
  z-index: 4;
  border-radius: 60% 50% 40% 60%;
}

.hero-blob-orange2 {
  width: 820px;
  height: 330px;
  background: radial-gradient(circle, #ffbc95 40%, #ffa36d 100%);
  top: 10%;
  left: 2%;
  z-index: 3;
  border-radius: 60% 50% 40% 60%;
}

.hero-blob-teal {
  width: 520px;
  height: 230px;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(123, 209, 219, 0.55),
    rgba(23, 101, 115, 0.15)
  );
  top: 30%;
  right: 10%;
  z-index: 1;
}

.polaroid-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: -16px;
  position: relative;
}

.polaroid-row-1 {
  margin-bottom: -8px;
}

.polaroid-row-2 {
  margin-top: -6px;
}

.polaroid {
  background: #fff;
  padding: 12px 12px 40px 12px;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.15),
    0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin: 0 -4px;
  clip-path: polygon(
    0% 2%,
    2% 0%,
    4% 1%,
    6% 0%,
    8% 1%,
    10% 0%,
    12% 1%,
    14% 0%,
    16% 1%,
    18% 0%,
    20% 1%,
    22% 0%,
    24% 1%,
    26% 0%,
    28% 1%,
    30% 0%,
    32% 1%,
    34% 0%,
    36% 1%,
    38% 0%,
    40% 1%,
    42% 0%,
    44% 1%,
    46% 0%,
    48% 1%,
    50% 0%,
    52% 1%,
    54% 0%,
    56% 1%,
    58% 0%,
    60% 1%,
    62% 0%,
    64% 1%,
    66% 0%,
    68% 1%,
    70% 0%,
    72% 1%,
    74% 0%,
    76% 1%,
    78% 0%,
    80% 1%,
    82% 0%,
    84% 1%,
    86% 0%,
    88% 1%,
    90% 0%,
    92% 1%,
    94% 0%,
    96% 1%,
    98% 0%,
    100% 2%,
    99% 4%,
    100% 6%,
    99% 8%,
    100% 10%,
    99% 12%,
    100% 14%,
    99% 16%,
    100% 18%,
    99% 20%,
    100% 22%,
    99% 24%,
    100% 26%,
    99% 28%,
    100% 30%,
    99% 32%,
    100% 34%,
    99% 36%,
    100% 38%,
    99% 40%,
    100% 42%,
    99% 44%,
    100% 46%,
    99% 48%,
    100% 50%,
    99% 52%,
    100% 54%,
    99% 56%,
    100% 58%,
    99% 60%,
    100% 62%,
    99% 64%,
    100% 66%,
    99% 68%,
    100% 70%,
    99% 72%,
    100% 74%,
    99% 76%,
    100% 78%,
    99% 80%,
    100% 82%,
    99% 84%,
    100% 86%,
    99% 88%,
    100% 90%,
    99% 92%,
    100% 94%,
    99% 96%,
    100% 98%,
    98% 100%,
    96% 99%,
    94% 100%,
    92% 99%,
    90% 100%,
    88% 99%,
    86% 100%,
    84% 99%,
    82% 100%,
    80% 99%,
    78% 100%,
    76% 99%,
    74% 100%,
    72% 99%,
    70% 100%,
    68% 99%,
    66% 100%,
    64% 99%,
    62% 100%,
    60% 99%,
    58% 100%,
    56% 99%,
    54% 100%,
    52% 99%,
    50% 100%,
    48% 99%,
    46% 100%,
    44% 99%,
    42% 100%,
    40% 99%,
    38% 100%,
    36% 99%,
    34% 100%,
    32% 99%,
    30% 100%,
    28% 99%,
    26% 100%,
    24% 99%,
    22% 100%,
    20% 99%,
    18% 100%,
    16% 99%,
    14% 100%,
    12% 99%,
    10% 100%,
    8% 99%,
    6% 100%,
    4% 99%,
    2% 100%,
    0% 98%,
    1% 96%,
    0% 94%,
    1% 92%,
    0% 90%,
    1% 88%,
    0% 86%,
    1% 84%,
    0% 82%,
    1% 80%,
    0% 78%,
    1% 76%,
    0% 74%,
    1% 72%,
    0% 70%,
    1% 68%,
    0% 66%,
    1% 64%,
    0% 62%,
    1% 60%,
    0% 58%,
    1% 56%,
    0% 54%,
    1% 52%,
    0% 50%,
    1% 48%,
    0% 46%,
    1% 44%,
    0% 42%,
    1% 40%,
    0% 38%,
    1% 36%,
    0% 34%,
    1% 32%,
    0% 30%,
    1% 28%,
    0% 26%,
    1% 24%,
    0% 22%,
    1% 20%,
    0% 18%,
    1% 16%,
    0% 14%,
    1% 12%,
    0% 10%,
    1% 8%,
    0% 6%,
    1% 4%
  );
}

.polaroid:hover {
  transform: scale(1.05) !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.2),
    0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 100 !important;
}

.polaroid img {
  width: 180px;
  height: 140px;
  object-fit: cover;
  display: block;
}

.hero-collage-body {
  position: relative;
  text-align: center;
  /* min-height: 420px; */
  height: 84vh;
  z-index: 3;
  /* padding-top: 540px; */
}

.hero-collage-images {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 3;
}

.hero-img {
  width: 630px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
  transition: transform 0.3s ease;
}

/* .hero-img:hover {
    transform: scale(1.05) rotate(0deg);
    box-shadow: none;
    z-index: 4;
} */

.hero-img-1 {
  transform: translateX(40px);
}

.hero-img-2 {
  transform: translateX(-250px);
  margin-top: -105px;
}

.hero-img-3 {
  transform: translateX(280px);
  margin-top: -70px;
}

.hero-collage-title {
  font-size: 44px;
  color: var(--primary-teal);
  line-height: 1;
  letter-spacing: 0.5px;
  margin: 0;
  text-align: center;
  /* max-width: 800px; */
  max-width: 550px;
  white-space: normal;
  word-wrap: break-word;
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
}

.hero-collage-actions {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hero-collage-btn {
  position: relative;
}

.hero-collage-label {
  font-size: 44px;
  color: var(--primary-teal);
  font-weight: 400;
  font-style: italic;
}

.hero-collage-label-flights {
  position: absolute;
  left: -65px;
  top: 35%;
  opacity: 0.5;
}

.hero-collage-label-events {
  position: absolute;
  left: 10%;
  top: 65%;
  opacity: 0.35;
}

.hero-collage-label-experiences {
  position: absolute;
  right: -1%;
  top: 10%;
  z-index: 3;
}

.hero-collage-label-packages {
  position: absolute;
  right: -80px;
  top: 30%;
}

.hero-collage-label-hotels {
  position: absolute;
  right: 31%;
  top: 60%;
  opacity: 0.2;
}

@media (max-width: 1024px) {
  .hero-collage-body {
    min-height: 300px;
    padding-top: 470px;
  }

  .hero-cloud-1,
  .hero-cloud-2,
  .hero-cloud-3,
  .hero-cloud-4 {
    width: 380px;
  }
}

@media (max-width: 800px) {
  .polaroid-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .polaroid img {
    width: 130px;
    height: 100px;
  }

  .polaroid {
    padding: 8px 8px 30px 8px;
    margin: 5px;
  }

  .hero-collage-section {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 30px 0 55px;
  }

  .hero-collage-body {
    min-height: 240px;
    padding-top: 380px;
  }

  .hero-collage-images {
    top: 12px;
    gap: 0;
  }

  .hero-img {
    width: 300px;
    height: auto;
    padding: 0;
  }

  .hero-img-2 {
    width: 330px;
    margin-top: -30px;
  }

  .hero-img-1,
  .hero-img-2,
  .hero-img-3 {
    transform: translateX(0);
  }

  .hero-img-3 {
    margin-top: -30px;
  }

  .hero-collage-label-hotels,
  .hero-collage-label-flights,
  .hero-collage-label-experiences,
  .hero-collage-label-packages,
  .hero-collage-label-events {
    position: static;
    display: inline-block;
    text-align: center;
    margin: 6px 10px;
  }
}

.community-section .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -230px;
}

.community-title {
  font-size: 56px;
  font-style: italic;
  color: var(--primary-teal);
  line-height: 1;
  margin-bottom: 20px;
}

.community-text {
  font-family: var(--font-brandon-grotesque);
  font-size: 18px;
  color: var(--primary-teal);
  line-height: 1;
  margin: 0;
}

.community-image {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.community-section .box-left {
  padding: 100px 0 100px 100px;
}

.community-section .box-right {
  padding: 100px 100px 100px 0;
}

#comfort {
  overflow: visible;
}

#comfort .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

#comfort .container {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

#comfort .hero-content {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.comfort-scene {
  position: relative;
  width: 100%;
  height: 480px;
  pointer-events: none;
  /* overflow: hidden; */
}

.comfort-scene > * {
  position: absolute;
}

.cs-blob-orange {
  width: 70%;
  left: -16%;
  bottom: 0px;
  z-index: 2;
}

.cs-blob-teal {
  width: 56%;
  right: 0;
  bottom: 50px;
}

.cs-blob-teal2 {
  width: 24%;
  left: 40%;
  bottom: 100px;
  opacity: 0.45;
}

.cs-cloud-1 {
  width: 50%;
  left: -148px;
  bottom: -120px;
  opacity: 1;
  z-index: 2;
  transform: rotate(-15deg);
}

.cs-cloud-2 {
  width: 44%;
  right: 0;
  bottom: -152px;
  opacity: 1;
}

.cs-cloud-3 {
  width: 24%;
  left: 39%;
  bottom: 56px;
  opacity: 0;
}

.cs-main-paths {
  width: 60%;
  right: 55%;
  transform: translateX(55%);
  /* bottom: 76px; */
  z-index: 2;
}

.cs-circle {
  width: 78px;
  height: auto;
}

.cs-passport {
  left: 15%;
  bottom: 468px;
  z-index: 2;
}

.cs-traveler {
  left: calc(50% - 64px);
  bottom: 255px;
  width: 78px;
  z-index: 2;
}

.cs-drinks {
  right: 22%;
  bottom: 472px;
}

.cs-stamp {
  width: 78px;
  right: 33%;
  bottom: 256px;
  z-index: 2;
}

@media (max-width: 991px) {
  .comfort-scene {
    height: 430px;
  }

  .cs-main-paths {
    bottom: 72px;
  }

  .cs-circle {
    width: 90px;
  }

  .cs-traveler {
    width: 84px;
    left: calc(50% - 42px);
    bottom: 115px;
  }

  .cs-passport {
    left: 3%;
    bottom: 210px;
  }

  .cs-drinks {
    right: 3%;
    bottom: 212px;
  }

  .cs-stamp {
    width: 78px;
    right: 70px;
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }

  #comfort .banner {
    margin-top: -120px;
  }

  .comfort-scene {
    height: 340px;
  }

  .cs-blob-orange {
    width: 74%;
    left: -18%;
  }

  .cs-blob-teal {
    width: 76%;
    right: -18%;
  }

  .cs-blob-teal2 {
    display: none;
  }

  .cs-cloud-3 {
    display: none;
  }

  .cs-main-paths {
    bottom: 60px;
  }

  .cs-circle {
    width: 76px;
  }

  .cs-traveler {
    width: 70px;
    left: calc(50% - 35px);
    bottom: 98px;
  }

  .cs-passport {
    left: 2%;
    bottom: 158px;
  }

  .cs-drinks {
    right: 2%;
    bottom: 162px;
  }

  .cs-stamp {
    width: 64px;
    right: 26%;
    bottom: 86px;
  }
}

.main-header {
  background-color: var(--bg-white);
  border: 2px solid var(--primary-teal);
  position: fixed;
  left: 5px;
  right: 5px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin: 5px 0;
}

.navbar {
  padding: 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 auto; */
  padding: 15px 30px;
}

.nav-left,
.nav-right {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
}

.nav-left li,
.nav-right li {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-left li:not(:last-child)::after,
.nav-right li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-teal);
  font-weight: 700;
}

.nav-left li:not(:last-child),
.nav-right li:not(:last-child) {
  padding-right: 46px;
  margin-right: 46px;
}

@media (min-width: 1100px) {
  .nav-left li:first-child {
    padding-left: 46px;
  }

  .nav-right li:last-child {
    padding-right: 46px;
  }
}

.nav-left {
  flex: 1;
  justify-content: flex-start;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
}

.nav-brand {
  text-align: center;
  margin: 0 40px;
}

.nav-brand a {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-teal);
  text-decoration: none;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.5px;
}

.nav-brand img {
  display: block;
  width: 80px;
  height: auto;
}

.nav-left a,
.nav-right a {
  color: var(--primary-teal);
  text-decoration: none;
  font-family: "El Hidrant", var(--font-brandon-grotesque);
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
  white-space: nowrap;
  padding: 0;
}

.nav-left a:hover,
.nav-right a:hover {
  color: var(--primary-teal-dark);
}

.hero-main-image {
  width: 100%;
}

.hero-content {
  max-width: 500px;
  margin: 30px auto 0;
  text-align: center;
}

.hero-main-title,
.support-title {
  font-size: 48px;
  line-height: 1;
  color: var(--primary-teal);
  margin-bottom: 20px;
}

.hero-subtitle,
.support-subtitle {
  font-size: 58px;
  color: var(--primary-teal);
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .nav-container {
    padding: 15px 20px;
  }

  .nav-left,
  .nav-right {
    gap: 20px;
  }

  .nav-left a,
  .nav-right a {
    font-size: 14px;
  }
}

header {
  background: var(--bg-white);
}

header .nav-link {
  color: var(--primary-teal) !important;
  font-style: italic;
  font-size: 0.95rem;
  transition: color 0.2s;
}

header .nav-link:hover {
  color: var(--primary-teal-dark) !important;
}

.logo-img {
  width: 120px;
  height: auto;
  display: block;
}

.hero-section {
  background: var(--bg-cream);
  border-left: 2px solid var(--primary-teal);
  border-right: 2px solid var(--primary-teal);
  border-bottom: 2px solid var(--primary-teal);
  overflow: hidden;
}

.hero-collage {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(23, 101, 115, 0.1);
  border: 6px solid var(--bg-beige);
}

.hero-label {
  color: var(--primary-teal);
  font-size: 1.25rem;
  opacity: 0.85;
  background: transparent;
  padding: 2px 12px;
  display: inline-block;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--primary-teal);
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.btn-explore {
  font-size: 18px;
  background: var(--secondary-teal);
  color: var(--primary-teal);
  border: 2px solid var(--primary-teal);
  border-radius: 0;
  padding: 10px 32px;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
}

.btn-explore:hover,
.btn-explore2:hover,
:not(.btn-check) + .btn:active {
  background: var(--primary-teal);
  box-shadow: none;
  border: 2px solid var(--primary-teal);
  color: var(--bg-white);
}

.btn-explore2 {
  font-size: 18px;
  background: var(--accent-orange);
  color: var(--primary-teal);
  border: 2px solid var(--primary-teal);
  border-radius: 0;
  padding: 10px 32px;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
}

.btn-with-arrow {
  position: relative;
  display: inline-block;
}

.btn-with-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 16px;
  background: url("/assets/img/arrow.svg") no-repeat left center;
  background-size: 100% 100%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .btn-with-arrow {
    margin-bottom: 36px;
  }

  .btn-with-arrow::after {
    bottom: -30px;
    height: 14px;
  }
}

.video-content {
  margin: 100px auto 0;
}

.framed-images-section {
  padding: 60px 0;
}

.framed-img {
  width: 220px;
  height: 280px;
  object-fit: cover;
  border: 8px solid var(--bg-beige);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(23, 101, 115, 0.15);
  transition: transform 0.3s;
}

.framed-img:hover {
  transform: translateY(-8px);
}

.world-map-section {
  background: var(--bg-white);
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-teal);
  margin-bottom: 20px;
}

.section-text {
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.6;
}

.map-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(23, 101, 115, 0.1);
}

.explore-possibilities {
  background: var(--bg-dark);
}

.possibility-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  transition: background 0.3s;
}

.possibility-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.possibility-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto;
}

.support-section {
  background: var(--bg-white);
  padding: 60px 0;
}

.support-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(23, 101, 115, 0.1);
}

.features-section {
  padding: 60px 0;
}

.feature-card {
  padding: 20px 10px;
}

.feature-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 4px solid var(--bg-beige);
}

.expert-section {
  padding: 60px 0;
}

.expert-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(23, 101, 115, 0.1);
}

.travel-support-section {
  background-image:
    linear-gradient(180deg, #fcf9f4 9%, rgba(167, 174, 172, 0) 66%),
    url("/assets/img/travel-support.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  min-height: 165vh;
}

.travel-text {
  padding: 80px 0;
}

.travel-text .btn {
  position: relative;
}

.travel-text .btn-explore {
  z-index: 2;
}

.travel-text .btn-explore2 {
  z-index: 1;
}

.hero-description,
.support-description {
  font-size: 20px;
  color: var(--primary-teal);
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto 35px;
}

/* ===== BRANDS SECTION ===== */

.brands-section {
  background-image: url("/assets/img/brands.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  will-change: transform;
}

.visa-section {
  background-image: url("/assets/img/visa1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  will-change: transform;
}

.footer-section {
  background: var(--primary-teal-footer);
  padding: 50px 0;
  color: var(--text-white);
}

.footer-description,
.branch-address,
.footer-copyright,
.footer-links a,
.branch-company,
.branch-contact a {
  font-family: var(--font-brandon-grotesque);
}

.footer-brand {
  filter: brightness(0) invert(1);
  height: 80px;
  width: 80px;
}

.footer-description {
  font-size: 15px;
  color: var(--footer);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-section-title {
  font-size: 20px;
  color: var(--accent-orange);
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--footer);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 4px;
  font-size: 15px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--accent-orange);
}

.footer-copyright {
  font-size: 15px;
  opacity: 0.8;
  line-height: 1.5;
}

.footer-branch {
  margin-bottom: 30px;
}

.branch-title {
  font-size: 17px;
  color: var(--accent-orange);
  margin-bottom: 8px;
}

.branch-company {
  color: var(--footer);
  font-size: 15px;
  margin-bottom: 8px;
}

.branch-address {
  font-size: 15px;
  color: var(--footer);
  line-height: 1.5;
  margin-bottom: 10px;
}

.branch-contact {
  font-size: 15px;
  line-height: 1.5;
}

.branch-contact a {
  color: var(--footer-blue);
  text-decoration: none;
  transition: opacity 0.2s;
}

.branch-contact a:hover {
  opacity: 0.8;
}

.explore-cards-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 140px;
  position: relative;
  margin-top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 15;
}

.explore-card-wrapper:nth-child(2) {
  flex: 0 1 260px;
  max-width: 260px;
  margin-top: -20px;
}

.explore-card {
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  padding-top: 0;
}

.explore-card:hover {
  transform: translateY(-8px);
}

.card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
  border: none;
}

.card-title {
  font-size: 22px;
  color: var(--primary-teal);
  margin: 15px 0;
  line-height: 1;
  font-style: italic;
}

.card-arrow {
  display: inline-block;
  font-size: 18px;
  color: var(--primary-teal);
  margin-bottom: 15px;
  line-height: 1;
}

.card-description {
  font-size: 18px;
  font-family: var(--font-brandon-grotesque);
  color: var(--primary-teal);
  margin: 0 auto 8px;
  line-height: 1;
  max-width: 300px;
}

.statement-text {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: var(--primary-teal);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

.video-sep {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.brands-section,
.visa-section {
  margin-top: -25px;
  z-index: -1;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 35px;
  height: 2px;
  background: var(--primary-teal);
  display: block;
  transition: 0.3s;
}

@media (max-width: 1099px) {
  .main-header {
    box-sizing: border-box;
    max-width: calc(100vw - 10px);
    overflow: hidden;
  }

  .main-header.menu-open {
    overflow: visible;
  }

  .nav-container {
    position: relative;
    justify-content: center;
    padding: 25px;
    overflow-x: clip;
  }

  .nav-brand img {
    display: block;
    max-width: 120px;
    height: auto;
  }

  .nav-left,
  .nav-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    flex-direction: column;
    background: var(--bg-white);
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .nav-right {
    border: none !important;
    padding: 5px 0 20px;
  }

  .nav-left {
    border-top: 1px solid #eee;
  }

  .nav-left.active,
  .nav-right.active {
    display: flex;
  }

  .nav-left li::after,
  .nav-right li::after {
    display: none;
  }

  .nav-left li,
  .nav-right li {
    display: block;
    width: min(150px, calc(100% - 40px));
    margin: 0 auto;
    border-bottom: 2px solid var(--primary-teal);
  }

  .nav-left li:not(:last-child),
  .nav-right li:not(:last-child) {
    padding-right: 0;
    margin: 0 auto;
  }

  .nav-right li:last-child {
    border-bottom: none;
  }

  .nav-left a,
  .nav-right a {
    display: block;
    text-align: center;
    padding: 10px 20px;
  }

  .nav-brand {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
  }

  #smooth-wrapper,
  #smooth-content {
    overflow-x: clip;
  }

  .hero-collage-section {
    width: calc(100% - 30px);
    margin: 0 15px 0;
    padding: 0;
    overflow-x: clip;
  }

  .hero-collage-label-hotels {
    position: absolute;
    right: 0%;
    top: 55%;
    opacity: 0;
  }

  .hero-collage-label-flights {
    position: absolute;
    left: 0;
    top: 2%;
    opacity: 1;
  }

  .hero-collage-label-experiences {
    position: absolute;
    right: 0;
    top: 5%;
    opacity: 1;
  }

  .hero-collage-label-packages {
    position: absolute;
    right: 60%;
    top: 50%;
    opacity: 1;
  }

  .hero-collage-label-events {
    position: absolute;
    right: 0;
    top: 60%;
    opacity: 0;
  }

  .hero-collage-images {
    top: 150px;
  }

  .hero-collage-body {
    padding-top: 800px;
    height: 100%;
  }

  .hero-collage-title {
    bottom: 90px;
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-collage-actions {
    flex-direction: column;
    bottom: 30px;
  }

  .hero-blob-orange {
    top: 0;
    left: 0;
    width: 360px;
  }

  .hero-blob-orange2 {
    top: 0;
    left: 0;
    width: 360px;
  }

  .hero-blob-teal {
    top: 50%;
    left: 0;
    width: 500px;
    z-index: 4;
  }

  .hero-blob-gray-left {
    top: 18%;
    left: 0;
    width: 360px;
  }

  .hero-cloud-1,
  .hero-cloud-2-1,
  .hero-cloud-3,
  .hero-cloud-4 {
    width: 360px;
  }

  .hero-cloud-1 {
    top: 0;
    left: 0;
  }

  .hero-cloud-2 {
    top: 20%;
    left: 35%;
    z-index: 3;
  }

  .hero-cloud-2-1 {
    top: 20%;
    left: 0%;
  }

  .hero-cloud-4 {
    top: 0;
    right: 0;
  }

  .hero-cloud-3 {
    top: 20%;
    right: 0;
  }

  .section-padding {
    padding: 100px 30px;
  }

  .community-top-cloud-hotels {
    top: 18%;
    left: 13%;
    width: 15%;
  }

  .community-top-label-hotels {
    top: 21%;
    left: 8%;
    font-size: 17px;
  }

  .community-top-cloud-experiences {
    bottom: 22%;
    left: 42.5%;
    width: 16%;
  }

  .community-top-label-experiences {
    bottom: 24%;
    left: 37.5%;
    font-size: 15px;
  }

  .community-top-cloud-flights {
    top: 15%;
    right: 12%;
    width: 15%;
  }

  .community-top-label-flights {
    top: 20%;
    right: 8%;
    font-size: 17px;
  }

  .hero-description.desc-mobile {
    text-align: left;
    padding: 0 30px;
  }

  #comfort .banner {
    margin-top: -40px;
  }

  .cs-circle,
  .cs-stamp {
    width: 40px;
  }

  .cs-main-paths {
    width: 90%;
    right: 52%;
    bottom: 50px;
  }

  .cs-traveler {
    left: calc(50% - 10px);
  }

  .cs-stamp {
    right: 70px;
    bottom: 70px;
  }

  .cs-blob-orange {
    width: 76%;
    left: -18%;
    top: 50%;
  }

  .cs-blob-teal {
    width: 76%;
    right: 0;
    top: 55%;
  }

  .cs-cloud-1 {
    width: 60%;
    left: -30%;
    top: 50%;
  }

  .cs-cloud-2 {
    width: 60%;
    right: 0;
    top: 50%;
  }

  .travel-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .travel-text .btn {
    width: 180px;
    /* same width for both */
    text-align: center;
  }

  .footer-section .row > div {
    margin-bottom: 25px;
  }

  .footer-section .row > div:last-child {
    margin-bottom: 0;
  }

  .comfort-scene {
    height: 250px;
  }

  .brands-section,
  .visa-section {
    margin-top: 0;
  }

  .travel-support-section {
    min-height: 90vh;
    background-size: cover;
    background-position: center bottom;
  }

  .visa-section,
  .brands-section {
    height: 30vh;
  }

  .video-sep {
    height: 50vh;
  }

  .main-header {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .btn-explore,
  .btn-explore2 {
    font-size: 17px;
  }
}

@media (max-width: 568px) {
  .hero-collage-body {
    padding-top: clamp(735px, 188vw, 800px);
  }

  .hero-collage-images {
    top: clamp(132px, 35vw, 150px);
  }

  .hero-img {
    width: clamp(282px, 70.5vw, 300px);
  }

  .hero-img-2 {
    width: clamp(306px, 76.5vw, 330px);
    margin-top: clamp(-30px, -7vw, -26px);
  }

  .hero-img-3 {
    margin-top: clamp(-30px, -7vw, -26px);
  }

  .hero-collage-actions {
    bottom: clamp(24px, 7vw, 30px);
    width: min(210px, calc(100vw - 96px));
  }

  .hero-collage-btn {
    width: 100%;
    text-align: center;
  }

  .community-top-section {
    overflow: hidden;
  }

  .community-top-cloud {
    width: clamp(58px, 15.2vw, 65px);
  }

  .community-top-label {
    width: clamp(58px, 15.2vw, 65px);
    font-size: clamp(15px, 4vw, 17px);
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  .community-top-cloud-hotels {
    top: 18%;
    left: 12.6%;
  }

  .community-top-label-hotels {
    top: 21.1%;
    left: 12.6%;
  }

  .community-top-cloud-flights {
    top: 15%;
    right: 11.3%;
  }

  .community-top-label-flights {
    top: 19.7%;
    right: 11.3%;
  }

  .community-top-cloud-experiences {
    width: clamp(60px, 15.8vw, 67px);
    bottom: 22.1%;
    left: 42%;
  }

  .community-top-label-experiences {
    width: clamp(60px, 15.8vw, 67px);
    font-size: clamp(13px, 3.5vw, 15px);
    bottom: 24.7%;
    left: 42%;
  }

  #comfort .banner {
    margin-top: clamp(-40px, -9.4vw, -34px);
  }

  .comfort-scene {
    height: clamp(236px, 60.5vw, 257px);
  }

  #comfort .cs-main-paths {
    width: clamp(340px, 90.6vw, 385px);
    max-width: 94vw;
    right: 50%;
    bottom: clamp(45px, 12vw, 51px);
    transform: translateX(50%);
  }

  #comfort .cs-circle,
  #comfort .cs-stamp {
    width: clamp(42px, 11.1vw, 47px);
  }

  #comfort .cs-passport {
    left: clamp(2%, 2.6vw, 3.2%);
    bottom: clamp(142px, 38.1vw, 162px);
  }

  #comfort .cs-traveler {
    width: clamp(42px, 11.1vw, 47px);
    left: calc(50% - clamp(21px, 5.55vw, 23.5px));
    bottom: clamp(84px, 22.1vw, 94px);
  }

  #comfort .cs-drinks {
    right: clamp(2%, 2.8vw, 3.5%);
    bottom: clamp(142px, 38.1vw, 162px);
  }

  #comfort .cs-stamp {
    right: clamp(58px, 16.5vw, 70px);
    bottom: clamp(61px, 16.5vw, 70px);
  }

  #comfort .cs-blob-orange {
    width: clamp(76%, 84vw, 86%);
    left: clamp(-22%, -18vw, -16%);
    top: 49%;
  }

  #comfort .cs-blob-teal {
    width: clamp(76%, 84vw, 86%);
    right: clamp(-8%, -3vw, 0%);
    top: 53%;
  }

  #comfort .cs-cloud-1 {
    width: clamp(57%, 65vw, 68%);
    left: clamp(-32%, -22vw, -24%);
    top: 49%;
  }

  #comfort .cs-cloud-2 {
    width: clamp(57%, 64vw, 67%);
    right: clamp(-7%, -3vw, 0%);
    top: 49%;
  }

  .footer-section {
    padding: 50px 4px;
  }
}

@media (max-width: 400px) {
  .hero-img {
    width: clamp(292px, 75vw, 316px);
  }

  .hero-img-2 {
    width: clamp(318px, 81vw, 344px);
  }

  .hero-collage-title {
    bottom: 72px;
  }

  #comfort .cs-circle,
  #comfort .cs-stamp {
    width: clamp(40px, 11vw, 44px);
  }

  #comfort .cs-passport {
    left: 1%;
    bottom: clamp(136px, 37.5vw, 150px);
  }

  #comfort .cs-traveler {
    left: calc(50% - clamp(20px, 5.5vw, 22px));
    bottom: clamp(80px, 21.8vw, 87px);
  }

  #comfort .cs-drinks {
    right: 2%;
    bottom: clamp(136px, 37.5vw, 150px);
    z-index: 2;
  }

  #comfort .cs-stamp {
    right: clamp(54px, 16vw, 64px);
    bottom: clamp(57px, 16vw, 64px);
  }
}

@media (min-width: 426px) and (max-width: 800px) {
  .section-padding {
    padding-left: clamp(30px, 6vw, 48px);
    padding-right: clamp(30px, 6vw, 48px);
  }

  .hero-collage-body {
    padding-top: clamp(800px, 127vw, 980px);
  }

  .hero-collage-images {
    top: clamp(150px, 21vw, 172px);
  }

  .hero-img {
    width: clamp(305px, 62vw, 430px);
  }

  .hero-img-2 {
    width: clamp(330px, 68vw, 470px);
    margin-top: clamp(-36px, -4.8vw, -30px);
  }

  .hero-img-3 {
    margin-top: clamp(-36px, -4.6vw, -30px);
  }

  .hero-collage-title {
    bottom: clamp(92px, 13.5vw, 118px);
    max-width: min(92vw, 620px);
    font-size: clamp(44px, 7vw, 58px);
    margin-bottom: clamp(38px, 5vw, 48px);
  }

  .hero-collage-actions {
    bottom: clamp(32px, 5vw, 48px);
    gap: clamp(8px, 1.6vw, 14px);
  }

  .hero-collage-btn {
    padding: clamp(8px, 1.4vw, 11px) clamp(24px, 4.2vw, 36px);
    font-size: clamp(17px, 2.6vw, 20px);
  }

  .hero-collage-label {
    font-size: clamp(36px, 7vw, 56px);
  }

  .hero-cloud-1,
  .hero-cloud-2-1,
  .hero-cloud-3,
  .hero-cloud-4 {
    width: clamp(360px, 62vw, 500px);
  }

  .hero-cloud-2 {
    width: clamp(390px, 66vw, 550px);
  }

  .hero-blob-orange,
  .hero-blob-orange2,
  .hero-blob-gray-left {
    width: clamp(360px, 64vw, 520px);
  }

  .hero-blob-teal {
    width: clamp(500px, 82vw, 660px);
  }

  .statement-text {
    max-width: min(82vw, 680px);
    font-size: clamp(22px, 3.4vw, 30px);
    line-height: 1.08;
  }

  /* Community top image: keep the paper/cloud labels locked inside their backgrounds. */
  .community-top-section {
    overflow: hidden;
  }

  .community-top-wrap {
    position: relative;
  }

  .community-top-cloud {
    width: clamp(68px, 16vw, 122px);
  }

  .community-top-label {
    width: clamp(68px, 16vw, 122px);
    font-size: clamp(17px, 3.65vw, 27px);
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  .community-top-cloud-hotels {
    top: clamp(17.5%, 2.35vw, 17.9%);
    left: clamp(11.8%, 1.9vw, 14.5%);
  }

  .community-top-label-hotels {
    top: clamp(20.5%, 2.75vw, 21.2%);
    left: clamp(11.8%, 1.9vw, 14.5%);
  }

  .community-top-cloud-flights {
    top: clamp(14.2%, 2vw, 16.2%);
    right: clamp(11.1%, 2vw, 14%);
  }

  .community-top-label-flights {
    top: clamp(19.5%, 2vw, 19.6%);
    right: clamp(12.3%, 2vw, 14%);
  }

  .community-top-cloud-experiences {
    width: clamp(70px, 16.5vw, 126px);
    bottom: clamp(21.5%, 2vw, 23.5%);
    left: clamp(42.2%, 2vw, 44.5%);
  }

  .community-top-label-experiences {
    width: clamp(70px, 16.5vw, 126px);
    font-size: clamp(15px, 3.2vw, 24px);
    bottom: clamp(24.5%, 3.35vw, 26%);
    left: clamp(41.5%, 2vw, 44.5%);
  }

  /* Comfort dotted-path scene: scale the path and stickers as one composition. */
  #comfort .banner {
    margin-top: clamp(-40px, -4vw, -18px);
  }

  .comfort-scene {
    height: clamp(255px, 45vw, 368px);
  }

  .cs-main-paths {
    width: clamp(390px, 88vw, 690px);
    max-width: 92vw;
    right: 50%;
    bottom: clamp(50px, 7.5vw, 72px);
    transform: translateX(50%);
  }

  .cs-circle,
  .cs-stamp {
    width: clamp(47px, 7.2vw, 58px);
  }

  .cs-traveler {
    width: clamp(47px, 7.2vw, 58px);
    left: calc(50% - clamp(23.5px, 3.6vw, 29px));
    bottom: clamp(92px, 17.5vw, 136px);
  }

  .cs-passport {
    left: clamp(2%, 3vw, 4.5%);
    bottom: clamp(155px, 30.4vw, 228px);
  }

  .cs-drinks {
    right: clamp(2%, 7vw, 5.5%);
    bottom: clamp(154px, 34.4vw, 242px);
    z-index: 2;
  }

  .cs-stamp {
    right: clamp(69px, 23vw, 163px);
    bottom: clamp(70px, 11.8vw, 106px);
  }

  .cs-blob-orange {
    width: clamp(76%, 82vw, 88%);
    left: clamp(-22%, -18vw, -14%);
    top: clamp(48%, 9vw, 54%);
  }

  .cs-blob-teal {
    width: clamp(76%, 82vw, 88%);
    right: clamp(-10%, -5vw, 0%);
    top: clamp(52%, 9vw, 58%);
  }

  .cs-cloud-1 {
    width: clamp(56%, 65vw, 72%);
    left: clamp(-32%, -22vw, -20%);
    top: clamp(48%, 9vw, 54%);
  }

  .cs-cloud-2 {
    width: clamp(56%, 64vw, 70%);
    right: clamp(-8%, -3vw, 0%);
    top: clamp(48%, 9vw, 54%);
  }

  .hero-main-title,
  .support-title {
    font-size: clamp(46px, 7vw, 62px);
  }

  .hero-subtitle,
  .support-subtitle {
    font-size: clamp(54px, 8vw, 72px);
  }

  .hero-description,
  .support-description {
    font-size: clamp(18px, 2.7vw, 22px);
    line-height: 1.16;
  }

  .video-sep {
    height: clamp(50vh, 72vw, 70vh);
  }

  .visa-section,
  .brands-section {
    height: clamp(32vh, 58vw, 60vh);
    top: 31px;
  }

  .visa-section,
  .brands-section {
    height: clamp(32vh, 58vw, 60vh);
    top: 36px;
  }

  .travel-support-section {
    min-height: clamp(90vh, 145vw, 140vh);
    background-position: center bottom;
  }
}

@media (min-width: 1600px) {
  .hero-collage-images {
    top: var(--hero-images-top-desktop);
  }

  .community-top-cloud {
    width: clamp(200px, 12.5vw, 240px);
  }

  .community-top-label {
    font-size: clamp(42px, 2.625vw, 50px);
  }

  .community-top-cloud-flights {
    top: 17.8%;
    right: 13%;
  }

  .community-top-label-flights {
    top: 22.2%;
    right: 17%;
  }

  .community-top-cloud-hotels {
    top: 18.9%;
    left: 15%;
  }

  .community-top-label-hotels {
    top: 22.2%;
    left: 18%;
  }

  .community-top-cloud-experiences {
    bottom: 23.3%;
    left: 45%;
  }

  .community-top-label-experiences {
    bottom: 26.1%;
    left: 46%;
  }

  .comfort-scene {
    height: clamp(480px, 30vw, 560px);
  }

  .cs-main-paths {
    width: clamp(60%, 60vw, 960px);
  }

  .cs-passport {
    left: 15%;
    bottom: clamp(468px, 29.25vw, 545px);
  }

  .cs-traveler {
    left: calc(50% - clamp(64px, 4vw, 74px));
    bottom: clamp(255px, 15.9375vw, 298px);
  }

  .cs-drinks {
    right: 22%;
    bottom: clamp(472px, 29.5vw, 550px);
  }

  .cs-stamp {
    bottom: var(--comfort-stamp-bottom-desktop);
  }
}

@media (min-width: 1451px) and (max-width: 1599px) {
  .hero-collage-images {
    top: 112px;
  }

  .community-top-cloud-flights {
    top: 17.8%;
    right: 13%;
  }

  .community-top-label-flights {
    top: 22.2%;
    right: 17%;
  }

  .community-top-cloud-hotels {
    top: 18.9%;
    left: 15%;
  }

  .community-top-label-hotels {
    top: 22.2%;
    left: 18%;
  }

  .community-top-cloud-experiences {
    bottom: 23.3%;
    left: 45%;
  }

  .community-top-label-experiences {
    bottom: 26.1%;
    left: 46%;
  }

  .cs-passport {
    bottom: 450px;
  }

  .cs-drinks {
    bottom: 454px;
  }

  .cs-traveler {
    bottom: 248px;
  }

  .cs-stamp {
    bottom: 220px;
  }
}

@media (min-width: 1025px) and (max-width: 1450px) {
  .hero-collage-images {
    top: 96px;
  }

  .community-top-cloud-flights {
    top: 17.8%;
    right: 12.8%;
  }

  .community-top-label-flights {
    top: 22.2%;
    right: 16.6%;
  }

  .community-top-cloud-hotels {
    top: 18.9%;
    left: 14.8%;
  }

  .community-top-label-hotels {
    top: 22.2%;
    left: 17.7%;
  }

  .community-top-cloud-experiences {
    bottom: 23.3%;
    left: 44.8%;
  }

  .community-top-label-experiences {
    bottom: 26.1%;
    left: 45.8%;
  }

  .cs-passport {
    left: 15%;
    bottom: clamp(390px, 32vw, 430px);
  }

  .cs-drinks {
    right: 22%;
    bottom: clamp(394px, 32.2vw, 434px);
  }

  .cs-traveler {
    left: calc(50% - 54px);
    bottom: clamp(214px, 17.6vw, 238px);
  }

  .cs-stamp {
    bottom: 205px;
  }

  .nav-container {
    flex-wrap: nowrap;
    padding: 15px clamp(12px, 1.4vw, 20px);
  }

  .nav-left,
  .nav-right {
    gap: 6px;
    min-width: 0;
  }

  .nav-brand {
    flex: 0 0 auto;
    margin: 0 clamp(12px, 1.6vw, 22px);
  }

  .nav-left li:not(:last-child),
  .nav-right li:not(:last-child) {
    padding-right: clamp(16px, 2.15vw, 28px);
    margin-right: clamp(16px, 2.15vw, 28px);
  }

  .nav-left li:first-child {
    padding-left: clamp(12px, 1.8vw, 22px);
  }

  .nav-right li:last-child {
    padding-right: clamp(12px, 1.8vw, 22px);
  }

  .nav-left a,
  .nav-right a {
    font-size: clamp(14px, 1.1vw, 16px);
  }

  .nav-left li:not(:last-child)::after,
  .nav-right li:not(:last-child)::after {
    right: clamp(-8px, -0.6vw, -6px);
  }
}

@media (min-width: 801px) {
  .section-padding {
    padding: clamp(82px, 6.25vw, 100px) 0;
  }

  .hero-collage-body {
    height: clamp(620px, 84vh, 860px);
    padding-top: 0;
  }

  .hero-collage-images {
    top: clamp(92px, 7.5vw, var(--hero-images-top-desktop));
  }

  .hero-img {
    width: clamp(440px, 39.375vw, 630px);
  }

  .hero-img-2 {
    margin-top: clamp(-105px, -6.5625vw, -72px);
  }

  .hero-img-3 {
    margin-top: clamp(-70px, -4.375vw, -48px);
  }

  .hero-collage-title {
    bottom: clamp(48px, 3.125vw, 58px);
    font-size: clamp(34px, 2.75vw, 44px);
    max-width: clamp(470px, 34.375vw, 550px);
  }

  .hero-collage-label {
    font-size: clamp(34px, 2.75vw, 44px);
  }

  .hero-cloud-1,
  .hero-cloud-3 {
    width: clamp(460px, 43.1875vw, 691px);
    height: auto;
  }

  .hero-cloud-2 {
    width: clamp(470px, 44.125vw, 706px);
    height: auto;
  }

  .hero-cloud-2-1 {
    width: clamp(500px, 49.5625vw, 793px);
    height: auto;
  }

  .hero-cloud-4 {
    width: clamp(360px, 30.6875vw, 491px);
    height: auto;
  }

  .community-top-section {
    overflow: hidden;
  }

  .community-top-cloud {
    width: clamp(150px, 12.5vw, 200px);
  }

  .community-top-label {
    font-size: clamp(31px, 2.625vw, 42px);
  }

  .comfort-scene {
    height: clamp(420px, 30vw, 520px);
  }

  .cs-circle,
  .cs-stamp {
    width: clamp(66px, 4.875vw, 78px);
  }

  .cs-stamp {
    bottom: clamp(205px, 14.375vw, var(--comfort-stamp-bottom-desktop));
  }

  .hero-main-title,
  .support-title {
    font-size: clamp(39px, 3vw, 48px);
  }

  .hero-subtitle,
  .support-subtitle {
    font-size: clamp(46px, 3.625vw, 58px);
  }

  .hero-description,
  .support-description {
    font-size: clamp(18px, 1.25vw, 20px);
  }

  .video-sep {
    height: clamp(560px, 80vh, 820px);
  }

  .visa-section {
    height: clamp(500px, 70vh, 740px);
  }

  .brands-section {
    height: clamp(560px, 80vh, 820px);
  }
}

@media (min-width: 801px) and (max-width: 1450px) {
  .hero-collage-body {
    height: clamp(560px, calc(100vh - 72px), 620px);
  }

  .hero-collage-images {
    top: clamp(74px, 6vw, 92px);
  }

  .hero-img {
    width: clamp(430px, 36.5vw, 520px);
  }

  .hero-img-2 {
    margin-top: clamp(-86px, -5.8vw, -62px);
  }

  .hero-img-3 {
    margin-top: clamp(-58px, -3.8vw, -42px);
  }

  .hero-collage-title {
    bottom: clamp(70px, 5.2vw, 82px);
    font-size: clamp(34px, 2.65vw, 39px);
    max-width: clamp(460px, 36vw, 520px);
  }

  .hero-collage-actions {
    gap: 8px;
  }

  .hero-collage-btn {
    padding: 9px 28px;
    font-size: 16px;
  }

  .hero-collage-label {
    font-size: clamp(32px, 2.55vw, 38px);
  }

  .hero-cloud-1,
  .hero-cloud-3 {
    width: clamp(420px, 39vw, 560px);
  }

  .hero-cloud-2 {
    width: clamp(430px, 40vw, 575px);
  }

  .hero-cloud-2-1 {
    width: clamp(470px, 43vw, 620px);
  }

  .hero-cloud-4 {
    width: clamp(330px, 28vw, 430px);
  }

  .community-top-cloud {
    width: clamp(132px, 12.2vw, 176px);
  }

  .community-top-label {
    width: clamp(78px, 7vw, 100px);
    font-size: clamp(29px, 2.55vw, 37px);
  }

  .community-top-cloud-flights {
    top: 17.5%;
    right: 12.8%;
  }

  .community-top-label-flights {
    top: 22%;
    right: 16.5%;
  }

  .community-top-cloud-hotels {
    top: 18.6%;
    left: 14.7%;
  }

  .community-top-label-hotels {
    top: 22%;
    left: 17.7%;
  }

  .community-top-cloud-experiences {
    bottom: 23%;
    left: 44.8%;
  }

  .community-top-label-experiences {
    bottom: 25.8%;
    left: 45.8%;
  }

  .comfort-scene {
    height: clamp(390px, 30vw, 440px);
  }

  .cs-main-paths {
    width: clamp(58%, 60vw, 62%);
    right: 55%;
  }

  .cs-circle,
  .cs-stamp {
    width: clamp(62px, 4.8vw, 70px);
  }

  .cs-passport {
    left: 15%;
    bottom: clamp(360px, 31vw, 410px);
  }

  .cs-traveler {
    left: calc(50% - clamp(50px, 4vw, 58px));
    bottom: clamp(205px, 17vw, 230px);
  }

  .cs-drinks {
    right: 22%;
    bottom: clamp(362px, 31vw, 414px);
  }

  .cs-stamp {
    right: 33%;
    bottom: clamp(178px, 14vw, 205px);
  }

  .cs-cloud-1 {
    width: clamp(44%, 48vw, 50%);
    left: clamp(-148px, -10vw, -104px);
    bottom: clamp(-120px, -8vw, -92px);
  }

  .cs-cloud-2 {
    width: clamp(40%, 43vw, 44%);
    bottom: clamp(-152px, -10vw, -112px);
  }

  /* .nav-container {
    padding: 15px clamp(14px, 1.7vw, 24px);
  } */

  .nav-left,
  .nav-right {
    gap: clamp(2px, 0.45vw, 6px);
  }

  .nav-brand {
    margin: 0 clamp(14px, 2vw, 28px);
  }

  .nav-left li:not(:last-child)::after,
  .nav-right li:not(:last-child)::after {
    right: clamp(-12px, -0.75vw, -8px);
  }
}

@media (min-width: 1025px) and (max-width: 1450px) and (max-height: 820px) {
  .hero-collage-body {
    height: clamp(520px, calc(100vh - 110px), 560px);
  }

  .hero-collage-images {
    top: clamp(66px, 5.3vw, 76px);
  }

  .hero-img {
    width: clamp(410px, 35vw, 500px);
  }

  .hero-img-2 {
    margin-top: clamp(-78px, -5.2vw, -58px);
  }

  .hero-img-3 {
    margin-top: clamp(-52px, -3.4vw, -38px);
  }

  .hero-collage-title {
    bottom: clamp(78px, 6vw, 90px);
    font-size: clamp(32px, 2.55vw, 37px);
    max-width: clamp(440px, 35vw, 500px);
  }

  .hero-collage-btn {
    padding: 8px 26px;
  }

  .comfort-scene {
    height: clamp(360px, 28vw, 400px);
  }

  .cs-passport {
    bottom: clamp(330px, 29vw, 372px);
  }

  .cs-drinks {
    bottom: clamp(332px, 29vw, 376px);
  }

  .cs-traveler {
    left: calc(50% - 50px);
    bottom: clamp(172px, 14.6vw, 196px);
  }

  .cs-stamp {
    bottom: clamp(164px, 13.5vw, 190px);
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  /* .main-header {
    width: calc(100% - 10px);
  } */

  /* .nav-container {
    padding: 14px clamp(14px, 2vw, 20px);
  } */

  .nav-left,
  .nav-right {
    gap: 2px;
  }

  .nav-brand {
    margin: 0 clamp(12px, 2vw, 20px);
  }

  .nav-left li:not(:last-child)::after,
  .nav-right li:not(:last-child)::after {
    right: clamp(-9px, -0.9vw, -6px);
  }

  .hero-collage-body {
    height: clamp(600px, 74vh, 720px);
  }

  .hero-collage-images {
    top: clamp(86px, 10vw, 112px);
  }

  .hero-img {
    width: clamp(420px, 52vw, 520px);
  }

  .hero-img-2 {
    margin-top: clamp(-84px, -8vw, -68px);
  }

  .hero-img-3 {
    margin-top: clamp(-58px, -5.5vw, -44px);
  }

  .hero-collage-title {
    bottom: clamp(70px, 8vw, 88px);
    font-size: clamp(32px, 4vw, 40px);
    max-width: clamp(430px, 56vw, 540px);
  }

  .hero-collage-actions {
    gap: 8px;
  }

  .hero-collage-btn {
    padding: 8px 24px;
    font-size: 15px;
  }

  .hero-collage-label {
    font-size: clamp(30px, 4vw, 38px);
  }

  .hero-collage-label-flights {
    left: 2%;
    top: 26%;
  }

  .hero-collage-label-experiences {
    right: 3%;
    top: 14%;
  }

  .hero-collage-label-packages {
    right: 1%;
    top: 36%;
  }

  .hero-collage-label-events {
    left: 13%;
    top: 62%;
  }

  .hero-collage-label-hotels {
    right: 30%;
    top: 58%;
  }

  .hero-cloud-1,
  .hero-cloud-3 {
    width: clamp(390px, 54vw, 520px);
  }

  .hero-cloud-2,
  .hero-cloud-2-1 {
    width: clamp(410px, 58vw, 560px);
  }

  .hero-cloud-4 {
    width: clamp(310px, 42vw, 420px);
  }

  .community-top-cloud {
    width: clamp(108px, 13vw, 132px);
  }

  .community-top-label {
    width: clamp(70px, 8vw, 86px);
    font-size: clamp(25px, 3.2vw, 32px);
  }

  .community-top-cloud-flights {
    top: 16.5%;
    right: 12%;
  }

  .community-top-label-flights {
    top: 21%;
    right: 15.5%;
  }

  .community-top-cloud-hotels {
    top: 17.5%;
    left: 13.5%;
  }

  .community-top-label-hotels {
    top: 21%;
    left: 16.5%;
  }

  .community-top-cloud-experiences {
    bottom: 22%;
    left: 43.5%;
  }

  .community-top-label-experiences {
    bottom: 25%;
    left: 44.5%;
  }

  .comfort-scene {
    height: clamp(340px, 39vw, 390px);
  }

  .cs-main-paths {
    width: 68%;
    right: 55%;
  }

  .cs-circle,
  .cs-stamp {
    width: clamp(54px, 6.4vw, 66px);
  }

  .cs-passport {
    left: 11%;
    bottom: clamp(285px, 34vw, 338px);
  }

  .cs-traveler {
    left: calc(50% - 42px);
    bottom: clamp(166px, 19vw, 198px);
  }

  .cs-drinks {
    right: 15%;
    bottom: clamp(288px, 34vw, 342px);
  }

  .cs-stamp {
    right: 31%;
    bottom: clamp(142px, 16vw, 174px);
  }

  .video-sep {
    height: clamp(500px, 68vh, 680px);
  }

  .visa-section,
  .brands-section {
    height: clamp(460px, 62vh, 620px);
  }

  .travel-support-section {
    min-height: 140vh;
    background-position-x: center;
  }
}

@media (min-width: 1451px) and (max-width: 1599px) {
  .community-top-cloud {
    width: clamp(180px, 12.5vw, 200px);
  }

  .community-top-label {
    font-size: clamp(38px, 2.625vw, 42px);
  }

  .cs-stamp {
    bottom: 220px;
  }
}

@media (min-width: 1600px) {
  .community-top-cloud {
    width: clamp(200px, 12.5vw, 240px);
  }

  .community-top-label {
    font-size: clamp(42px, 2.625vw, 50px);
  }

  .comfort-scene {
    height: clamp(480px, 30vw, 560px);
  }

  .cs-circle,
  .cs-stamp {
    width: clamp(78px, 4.875vw, 92px);
  }

  .cs-passport {
    bottom: clamp(468px, 29.25vw, 545px);
  }

  .cs-traveler {
    left: calc(50% - clamp(64px, 4vw, 74px));
    bottom: clamp(255px, 15.9375vw, 298px);
  }

  .cs-drinks {
    bottom: clamp(472px, 29.5vw, 550px);
  }

  .cs-stamp {
    bottom: clamp(230px, 14.375vw, 270px);
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .hero-collage-body {
    height: 84vh;
  }

  .hero-collage-images {
    top: 100px;
  }

  .hero-img {
    width: 630px;
  }

  .hero-img-2 {
    margin-top: -105px;
  }

  .hero-img-3 {
    margin-top: -70px;
  }

  .hero-collage-title {
    bottom: 50px;
    font-size: 44px;
    max-width: 550px;
  }

  .hero-collage-label {
    font-size: 44px;
  }

  .hero-cloud-1,
  .hero-cloud-3 {
    width: 691px;
  }

  .hero-cloud-2 {
    width: 706px;
  }

  .hero-cloud-2-1 {
    width: 793px;
  }

  .hero-cloud-4 {
    width: 491px;
  }
}

@media (min-width: 1800px) {
  .hero-collage-body {
    height: clamp(820px, 80vh, 860px);
  }

  .hero-collage-images {
    top: clamp(128px, 6.9vw, 142px);
  }

  .hero-img {
    width: clamp(670px, 36vw, 700px);
  }

  .hero-img-2 {
    margin-top: clamp(-118px, -6.1vw, -108px);
  }

  .hero-img-3 {
    margin-top: clamp(-82px, -4.1vw, -72px);
  }

  .hero-collage-title {
    bottom: clamp(72px, 4vw, 80px);
    font-size: clamp(48px, 2.55vw, 52px);
    max-width: clamp(610px, 33vw, 660px);
  }

  .hero-collage-label {
    font-size: clamp(48px, 2.55vw, 52px);
  }

  .hero-cloud-1,
  .hero-cloud-3 {
    width: clamp(735px, 40vw, 780px);
  }

  .hero-cloud-2 {
    width: clamp(750px, 41vw, 800px);
  }

  .hero-cloud-2-1 {
    width: clamp(840px, 46vw, 900px);
  }

  .hero-cloud-4 {
    width: clamp(525px, 28vw, 570px);
  }
}

/* ── Payment dropdown ── */
.nav-has-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  color: var(--primary-teal);
  font-family: "El Hidrant", var(--font-brandon-grotesque);
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease;
  user-select: none;
  padding: 0;
}

.nav-dropdown-arrow {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  transition: transform 0.2s ease;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 1;
}

.nav-has-dropdown:hover .nav-dropdown-trigger,
.nav-has-dropdown.open .nav-dropdown-trigger {
  color: var(--primary-teal-dark);
}

.nav-has-dropdown:hover .nav-dropdown-arrow,
.nav-has-dropdown.open .nav-dropdown-arrow {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--bg-white);
  border: 2px solid var(--primary-teal);
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
  z-index: 1100;
}

.nav-has-dropdown:hover .nav-dropdown-menu,
.nav-has-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu li {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(23, 101, 115, 0.15) !important;
}

.nav-dropdown-menu li:last-child {
  border-bottom: none !important;
}

.nav-dropdown-menu li::after {
  display: none !important;
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: var(--primary-teal);
  font-family: "El Hidrant", var(--font-brandon-grotesque);
  font-size: 15px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background-color: var(--secondary-teal);
  color: var(--primary-teal-dark);
}

/* Mobile: dropdown becomes inline items */
@media (max-width: 1099px) {
  .nav-has-dropdown {
    flex-direction: column;
    align-items: center;
    width: min(150px, calc(100% - 40px));
    margin: 0 auto;
  }

  .nav-dropdown-trigger {
    display: block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    border: none;
    border-top: 1px solid rgba(23, 101, 115, 0.2);
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    display: none;
    width: 100%;
  }

  .nav-has-dropdown.open .nav-dropdown-menu {
    display: block;
  }

  .nav-dropdown-menu li {
    border-bottom: 1px solid rgba(23, 101, 115, 0.15) !important;
    width: 100% !important;
  }

  .nav-dropdown-menu a {
    font-size: 14px;
    padding: 8px 20px;
    text-align: center;
  }
}
