.static-scroll-progress {
  background: linear-gradient(90deg, #0ab6b4, #dff45a);
  height: 3px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 9999;
}

.page-has-scrolled header.sticky {
  box-shadow: 0 16px 44px rgba(3, 31, 71, 0.12);
}

/* Layered homepage banner motion, driven by one requestAnimationFrame loop. */
[data-scroll-hero] {
  --hero-accent-x: 0px;
  --hero-card-detail-x: 0px;
  --hero-card-tilt: 0deg;
  --hero-card-x: 0px;
  --hero-card-y: 0px;
  --hero-copy-x: 0px;
  --hero-copy-y: 0px;
  --hero-cue-fade: 1;
  --hero-fade: 1;
  --hero-finder-fade: 1;
  --hero-finder-scale: 1;
  --hero-finder-y: 0px;
  --hero-glow-x: 0px;
  --hero-kicker-x: 0px;
  --hero-media-scale: 1.08;
  --hero-media-y: 0px;
  --hero-ring-rotate: 0deg;
  --hero-ring-reverse: 0deg;
  --hero-ring-scale: 1;
  isolation: isolate;
}

[data-scroll-hero]::after {
  background:
    radial-gradient(circle at 22% 28%, rgba(223, 244, 90, 0.18), transparent 22%),
    radial-gradient(circle at 82% 68%, rgba(10, 182, 180, 0.18), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(var(--hero-glow-x), 0, 0);
  z-index: 1;
}

[data-scroll-hero] [data-hero-media] {
  transform: translate3d(0, var(--hero-media-y), 0) scale(var(--hero-media-scale)) !important;
  transform-origin: 50% 42%;
  transition: none !important;
}

[data-scroll-hero] [data-hero-veil] {
  z-index: 2;
}

[data-scroll-hero] [data-hero-ring] {
  transform: rotate(var(--hero-ring-rotate)) scale(var(--hero-ring-scale)) !important;
  transition: none !important;
  z-index: 3;
}

[data-scroll-hero] [data-hero-ring="reverse"] {
  transform: rotate(var(--hero-ring-reverse)) scale(var(--hero-ring-scale)) !important;
}

[data-scroll-hero] [data-hero-content] {
  z-index: 4;
}

[data-scroll-hero] [data-hero-copy] {
  opacity: var(--hero-fade) !important;
  transform: translate3d(var(--hero-copy-x), var(--hero-copy-y), 0) !important;
  transition: none !important;
}

[data-scroll-hero] [data-hero-copy] > div:first-child {
  transform: translate3d(var(--hero-kicker-x), 0, 0);
}

[data-scroll-hero] [data-hero-copy] h1 span {
  transform: translate3d(var(--hero-accent-x), 0, 0);
}

[data-scroll-hero] [data-hero-card] {
  opacity: var(--hero-fade) !important;
  transform: translate3d(var(--hero-card-x), var(--hero-card-y), 0) rotate(var(--hero-card-tilt)) !important;
  transform-origin: 50% 70%;
  transition: none !important;
}

[data-scroll-hero] [data-hero-card] li {
  transform: translate3d(var(--hero-card-detail-x), 0, 0);
}

[data-scroll-hero] [data-hero-cue] {
  opacity: var(--hero-cue-fade) !important;
}

[data-scroll-hero] [data-hero-cue] i {
  animation: heroCuePulse 1.8s ease-in-out infinite;
  transform-origin: top;
}

[data-scroll-hero] [data-hero-finder] {
  opacity: var(--hero-finder-fade);
  transform: translate3d(0, calc(50% + var(--hero-finder-y)), 0) scale(var(--hero-finder-scale)) !important;
  transform-origin: 50% 100%;
  z-index: 6;
}

[data-scroll-hero].is-scroll-active [data-hero-media],
[data-scroll-hero].is-scroll-active [data-hero-ring],
[data-scroll-hero].is-scroll-active [data-hero-copy],
[data-scroll-hero].is-scroll-active [data-hero-card],
[data-scroll-hero].is-scroll-active [data-hero-finder] {
  will-change: opacity, transform;
}

@keyframes heroCuePulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.45); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Editorial trust bridge between the banner and package collection. */
.home-proof {
  background: #fff;
  padding: clamp(4.5rem, 6vw, 5.75rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.home-proof__panel {
  background: #f6fbfa;
  border: 1px solid #dbe8e7;
  border-radius: 2rem;
  box-shadow: 0 30px 70px -50px rgba(3, 31, 71, 0.48);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  margin-inline: auto;
  max-width: 1180px;
  overflow: hidden;
  width: calc(100% - 32px);
}

.home-proof__intro {
  background:
    radial-gradient(circle at 0 0, rgba(10, 182, 180, 0.24), transparent 38%),
    #031f47;
  color: #fff;
  padding: clamp(2.25rem, 4vw, 3.5rem);
  position: relative;
}

.home-proof__eyebrow {
  align-items: center;
  color: #dff45a;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-proof__eyebrow i {
  background: #dff45a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(223, 244, 90, 0.12);
  height: 0.45rem;
  width: 0.45rem;
}

.home-proof__intro h2 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 1.25rem 0 1rem;
  max-width: 10ch;
}

.home-proof__intro p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
  max-width: 34rem;
}

.home-proof__link {
  align-items: center;
  border-bottom: 1px solid rgba(223, 244, 90, 0.48);
  color: #dff45a;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  transition: border-color 180ms ease, color 180ms ease, gap 180ms ease;
}

.home-proof__link:hover,
.home-proof__link:focus-visible {
  border-color: #fff;
  color: #fff;
  gap: 0.7rem;
}

.home-proof__list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: clamp(1.25rem, 2.6vw, 2rem);
}

.home-proof__list li {
  align-items: center;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.home-proof__list li + li {
  border-top: 1px solid #dbe8e7;
}

.home-proof__number {
  align-items: center;
  background: #dff45a;
  border-radius: 50%;
  color: #031f47;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  height: 3.25rem;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 3.25rem;
}

.home-proof__list strong {
  color: #031f47;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.home-proof__list p {
  color: #5d6d7f;
  font-size: 0.84rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767.98px) {
  .bootstrap-site [data-scroll-hero] {
    padding-bottom: 13.5rem;
  }

  .bootstrap-site [data-scroll-hero] [data-hero-finder] {
    margin-bottom: 0 !important;
    transform: translate3d(0, var(--hero-finder-y), 0) scale(var(--hero-finder-scale)) !important;
  }

  .home-proof {
    padding-top: 2.5rem;
  }

  .home-proof__panel {
    border-radius: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home-proof__intro {
    padding: 2rem 1.5rem;
  }

  .home-proof__intro h2 {
    max-width: 12ch;
  }

  .home-proof__list {
    padding: 0.75rem;
  }

  .home-proof__list li {
    align-items: start;
    gap: 0.9rem;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    padding: 1.1rem 0.75rem;
  }

  .home-proof__number {
    height: 2.65rem;
    width: 2.65rem;
  }
}

/* Bootstrap 5.3 theme adapter */
.bootstrap-site {
  --bs-primary: #086cc9;
  --bs-primary-rgb: 8, 108, 201;
  --bs-success: #0a6f57;
  --bs-success-rgb: 10, 111, 87;
  --bs-body-color: #10233c;
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-border-color: #dce7ef;
  --green: #0a6f57;
  --teal: #08716f;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  .bootstrap-site {
    overflow-x: clip;
  }
}

.bootstrap-site .site-container,
.bootstrap-site .container {
  max-width: 1180px;
}

.bootstrap-site .btn {
  align-items: center;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  line-height: inherit;
}

.bootstrap-site .form-control,
.bootstrap-site .form-select {
  min-height: 48px;
}

.bootstrap-site .d-grid {
  min-width: 0;
}

.bootstrap-site .rounded-3 {
  border-radius: 0.75rem !important;
}

.bootstrap-site .rounded-4 {
  border-radius: 1rem !important;
}

.bootstrap-site .rounded-5 {
  border-radius: 1.5rem !important;
}

.bootstrap-site .lh-sm {
  line-height: 1.25 !important;
}

.bootstrap-site .lh-lg {
  line-height: 1.625 !important;
}

.site-utility-bar__inner {
  min-height: 38px;
  width: min(1360px, calc(100% - 32px));
}

.site-utility-bar p {
  margin: 0;
}

.site-utility-bar__short {
  display: none;
}

.site-utility-bar nav a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  padding-block: 2px;
  transition: border-color 180ms ease, color 180ms ease;
}

.site-utility-bar nav a:hover,
.site-utility-bar nav a:focus-visible {
  border-color: #dff45a;
  color: #dff45a !important;
}

/*
 * Color utility compatibility.
 * Bootstrap's unlayered component styles outrank Tailwind's layered utilities,
 * so reinforce the site's intended palette for readable text and visible CTAs.
 */
.bootstrap-site .text-ink { color: #0b1f36 !important; }
.bootstrap-site .text-muted { color: #5d6d7f !important; }
.bootstrap-site .text-navy { color: #052f66 !important; }
.bootstrap-site .text-navy-deep { color: #031f47 !important; }
.bootstrap-site .text-blue { color: #0752a6 !important; }
.bootstrap-site .text-teal { color: #08716f !important; }
.bootstrap-site .text-green { color: #0a6f57 !important; }
.bootstrap-site .text-lime { color: #dff45a !important; }
.bootstrap-site .text-line { color: #667985 !important; }
.bootstrap-site .text-white { color: #fff !important; }
.bootstrap-site .text-white\/25 { color: rgba(255, 255, 255, 0.64) !important; }
.bootstrap-site .text-white\/40 { color: rgba(255, 255, 255, 0.68) !important; }
.bootstrap-site .text-white\/60 { color: rgba(255, 255, 255, 0.78) !important; }
.bootstrap-site .text-white\/70 { color: rgba(255, 255, 255, 0.8) !important; }
.bootstrap-site .text-white\/75 { color: rgba(255, 255, 255, 0.82) !important; }
.bootstrap-site .text-white\/80 { color: rgba(255, 255, 255, 0.84) !important; }
.bootstrap-site .text-white\/85 { color: rgba(255, 255, 255, 0.88) !important; }
.bootstrap-site .text-white\/95 { color: rgba(255, 255, 255, 0.96) !important; }
.bootstrap-site .text-ink\/70 { color: rgba(11, 31, 54, 0.78) !important; }
.bootstrap-site .text-navy-deep\/10 { color: rgba(3, 31, 71, 0.5) !important; }
.bootstrap-site .text-lime\/20 { color: rgba(223, 244, 90, 0.2) !important; }

.bootstrap-site .bg-white { background-color: #fff !important; }
.bootstrap-site .bg-white\/5 { background-color: rgba(255, 255, 255, 0.05) !important; }
.bootstrap-site .bg-white\/10 { background-color: rgba(255, 255, 255, 0.1) !important; }
.bootstrap-site .bg-white\/15 { background-color: rgba(255, 255, 255, 0.15) !important; }
.bootstrap-site .bg-white\/70 { background-color: rgba(255, 255, 255, 0.7) !important; }
.bootstrap-site .bg-white\/90 { background-color: rgba(255, 255, 255, 0.9) !important; }
.bootstrap-site .bg-white\/95 { background-color: rgba(255, 255, 255, 0.95) !important; }
.bootstrap-site .bg-black\/25 { background-color: rgba(0, 0, 0, 0.25) !important; }
.bootstrap-site .bg-navy-deep { background-color: #031f47 !important; }
.bootstrap-site .bg-navy-deep\/80 { background-color: rgba(3, 31, 71, 0.8) !important; }
.bootstrap-site .bg-navy-deep\/85 { background-color: rgba(3, 31, 71, 0.85) !important; }
.bootstrap-site .bg-blue\/10 { background-color: rgba(7, 82, 166, 0.1) !important; }
.bootstrap-site .bg-blue\/25 { background-color: rgba(7, 82, 166, 0.25) !important; }
.bootstrap-site .bg-teal { background-color: #08716f !important; }
.bootstrap-site .bg-teal\/15 { background-color: rgba(8, 113, 111, 0.15) !important; }
.bootstrap-site .bg-teal\/20 { background-color: rgba(8, 113, 111, 0.2) !important; }
.bootstrap-site .bg-teal\/25 { background-color: rgba(8, 113, 111, 0.25) !important; }
.bootstrap-site .bg-green { background-color: #0a6f57 !important; }
.bootstrap-site .bg-green\/10 { background-color: rgba(10, 111, 87, 0.1) !important; }
.bootstrap-site .bg-lime { background-color: #dff45a !important; }
.bootstrap-site .bg-lime\/15 { background-color: rgba(223, 244, 90, 0.15) !important; }
.bootstrap-site .bg-lime\/20 { background-color: rgba(223, 244, 90, 0.2) !important; }
.bootstrap-site .bg-lime\/25 { background-color: rgba(223, 244, 90, 0.25) !important; }
.bootstrap-site .bg-lime\/40 { background-color: rgba(223, 244, 90, 0.4) !important; }
.bootstrap-site .bg-lime\/70 { background-color: rgba(223, 244, 90, 0.7) !important; }
.bootstrap-site .bg-pale { background-color: #eef9f7 !important; }
.bootstrap-site .bg-pale\/40 { background-color: rgba(238, 249, 247, 0.4) !important; }
.bootstrap-site .bg-pale\/50 { background-color: rgba(238, 249, 247, 0.5) !important; }
.bootstrap-site .bg-pale\/60 { background-color: rgba(238, 249, 247, 0.6) !important; }
.bootstrap-site .bg-sand { background-color: #fffdf7 !important; }

.bootstrap-site .border-line { border-color: #dbe5e8 !important; }
.bootstrap-site .border-line\/40 { border-color: rgba(219, 229, 232, 0.4) !important; }
.bootstrap-site .border-line\/60 { border-color: rgba(219, 229, 232, 0.6) !important; }
.bootstrap-site .border-line\/70 { border-color: rgba(219, 229, 232, 0.7) !important; }
.bootstrap-site .border-green\/40 { border-color: rgba(10, 111, 87, 0.5) !important; }
.bootstrap-site .border-navy-deep { border-color: #031f47 !important; }
.bootstrap-site .border-white\/10 { border-color: rgba(255, 255, 255, 0.1) !important; }
.bootstrap-site .border-white\/15 { border-color: rgba(255, 255, 255, 0.15) !important; }
.bootstrap-site .border-white\/25 { border-color: rgba(255, 255, 255, 0.25) !important; }

.bootstrap-site .hover\:bg-green:hover { background-color: #0a6f57 !important; }
.bootstrap-site .hover\:bg-lime-strong:hover { background-color: #d8f238 !important; }
.bootstrap-site .hover\:bg-navy:hover { background-color: #052f66 !important; }
.bootstrap-site .hover\:bg-navy-deep:hover { background-color: #031f47 !important; }
.bootstrap-site .hover\:bg-pale:hover { background-color: #eef9f7 !important; }
.bootstrap-site .hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1) !important; }
.bootstrap-site .hover\:text-blue:hover { color: #0752a6 !important; }
.bootstrap-site .hover\:text-lime:hover { color: #dff45a !important; }
.bootstrap-site .hover\:text-navy:hover { color: #052f66 !important; }
.bootstrap-site .hover\:text-navy-deep:hover { color: #031f47 !important; }
.bootstrap-site .hover\:text-white:hover { color: #fff !important; }
.bootstrap-site .hover\:border-lime:hover { border-color: #dff45a !important; }
.bootstrap-site .hover\:border-lime\/60:hover { border-color: rgba(223, 244, 90, 0.6) !important; }
.bootstrap-site .hover\:border-navy:hover { border-color: #052f66 !important; }
.bootstrap-site .hover\:border-navy\/40:hover { border-color: rgba(5, 47, 102, 0.4) !important; }
.bootstrap-site .hover\:border-white:hover { border-color: #fff !important; }
.bootstrap-site .group:hover .group-hover\:bg-lime { background-color: #dff45a !important; }
.bootstrap-site .group:hover .group-hover\:bg-navy-deep { background-color: #031f47 !important; }
.bootstrap-site .group:hover .group-hover\:text-blue { color: #0752a6 !important; }
.bootstrap-site .group:hover .group-hover\:text-lime { color: #dff45a !important; }
.bootstrap-site .group:hover .group-hover\:text-navy-deep { color: #031f47 !important; }
.bootstrap-site details.group[open] .group-open\:bg-navy-deep { background-color: #031f47 !important; }
.bootstrap-site details.group[open] .group-open\:text-lime { color: #dff45a !important; }
.bootstrap-site .after\:bg-lime::after { background-color: #dff45a !important; }
.bootstrap-site .focus\:border-blue:focus { border-color: #0752a6 !important; }
.bootstrap-site .focus\:ring-blue\/15:focus { --tw-ring-color: rgba(7, 82, 166, 0.15) !important; }
.bootstrap-site .focus\:ring-blue\/20:focus { --tw-ring-color: rgba(7, 82, 166, 0.2) !important; }
.bootstrap-site .placeholder\:text-muted\/70::placeholder {
  color: rgba(93, 109, 127, 0.82) !important;
  opacity: 1;
}

.bootstrap-site .article-cta .eyebrow--lime,
.bootstrap-site .duration-advice-section .eyebrow--lime {
  color: #031f47;
}

.bootstrap-site .duration-inclusion-card > p {
  color: #5d6d7f;
}

/* Keep the primary navigation readable before the full desktop header fits. */
.bootstrap-site > header > div {
  padding-block: 0.5rem !important;
  width: min(1360px, calc(100% - 32px));
}

.bootstrap-site > header a[aria-label="Maldives Tour Packages home"] img {
  height: 92px !important;
  max-width: 230px;
  width: auto;
}

.bootstrap-site > header > div > a,
.bootstrap-site > header > div > div,
.bootstrap-site > header > div > details {
  flex-shrink: 0;
}

.bootstrap-site > header nav[aria-label="Main navigation"] a,
.bootstrap-site > header .btn {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bootstrap-site > header nav.d-lg-flex {
    display: none !important;
  }

  .bootstrap-site > header details.d-lg-none {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .bootstrap-site > header a[aria-label="Maldives Tour Packages home"] img {
    height: 76px !important;
    max-width: 190px;
  }

  .bootstrap-site .position-relative > .-bottom-5.-right-5.shadow-brand {
    right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .site-utility-bar__full {
    display: none;
  }

  .site-utility-bar__short {
    display: inline;
  }

  .site-utility-bar__inner {
    gap: 0.75rem;
  }

  .site-utility-bar nav {
    gap: 0.9rem !important;
  }
}

/* Globosoft studio signature */
.globosoft-credit {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.globosoft-credit > span {
  color: rgba(255, 255, 255, 0.52);
}

.globosoft-credit a {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  gap: 0.4rem;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.globosoft-credit a:hover,
.globosoft-credit a:focus-visible {
  color: #dff45a;
  transform: translateY(-1px);
}

.globosoft-credit a:focus-visible {
  border-radius: 0.35rem;
  outline: 2px solid #dff45a;
  outline-offset: 4px;
}

.globosoft-credit__logo {
  display: block;
  height: 24px;
  max-width: 190px;
  object-fit: contain;
  opacity: 0.94;
  transition: opacity 180ms ease;
  width: auto;
}

.globosoft-credit a:hover .globosoft-credit__logo,
.globosoft-credit a:focus-visible .globosoft-credit__logo {
  opacity: 1;
}

/* Compact site rhythm: keep sections distinct without long empty stretches. */
.bootstrap-site main section.py-20 {
  padding-bottom: clamp(3rem, 4vw, 4rem) !important;
  padding-top: clamp(3rem, 4vw, 4rem) !important;
}

.bootstrap-site main section.py-16 {
  padding-bottom: clamp(2.75rem, 3.5vw, 3.5rem) !important;
  padding-top: clamp(2.75rem, 3.5vw, 3.5rem) !important;
}

.bootstrap-site main section.py-12 {
  padding-bottom: clamp(2rem, 3vw, 2.75rem) !important;
  padding-top: clamp(2rem, 3vw, 2.75rem) !important;
}

.bootstrap-site main .section {
  padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
  padding-top: clamp(3.25rem, 5vw, 4.75rem);
}

.bootstrap-site main .section-heading,
.bootstrap-site main .mb-12 {
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem) !important;
}

.bootstrap-site main .mb-10 {
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem) !important;
}

.bootstrap-site main .gap-12 {
  gap: clamp(1.75rem, 3.5vw, 2.75rem) !important;
}

.bootstrap-site main .gap-10 {
  gap: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.bootstrap-site main .p-8 {
  padding: clamp(1.5rem, 2.5vw, 1.75rem) !important;
}

.bootstrap-site main .detail-summary {
  padding-bottom: clamp(3.25rem, 5vw, 4.5rem);
  padding-top: clamp(3.25rem, 5vw, 4.5rem);
}

.bootstrap-site main .destination-about__grid,
.bootstrap-site main .detail-summary__grid,
.bootstrap-site main .resort-story__grid,
.bootstrap-site main .duration-introduction__grid,
.bootstrap-site main .inline-plan__grid,
.bootstrap-site main .city-plan__grid,
.bootstrap-site main .article-layout {
  gap: clamp(2rem, 4vw, 3.25rem);
}

.bootstrap-site main .duration-package-feature {
  padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
}

.bootstrap-site main .duration-package-feature__grid {
  min-height: 460px;
}

.bootstrap-site main .duration-package-feature img {
  min-height: 460px;
}

.bootstrap-site main .duration-package-feature__grid > div {
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
}

.bootstrap-site > footer .pt-16 {
  padding-top: 3rem !important;
}

.bootstrap-site > footer .pb-10 {
  padding-bottom: 2rem !important;
}

.bootstrap-site > footer .gap-12 {
  gap: clamp(1.75rem, 3vw, 2.5rem) !important;
}

@media (min-width: 768px) {
  .bootstrap-site main section.md\:py-28 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }

  .bootstrap-site main section.md\:py-20 {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important;
  }

  .bootstrap-site main .md\:p-8 {
    padding: 1.75rem !important;
  }

  .bootstrap-site main .md\:p-10,
  .bootstrap-site main .md\:p-12 {
    padding: 2.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .home-proof {
    padding-bottom: 1.25rem;
    padding-top: 2rem;
  }

  .bootstrap-site main section.py-20,
  .bootstrap-site main section.py-16 {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important;
  }

  .bootstrap-site main .section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .bootstrap-site main .gap-12,
  .bootstrap-site main .gap-10 {
    gap: 1.5rem !important;
  }

  .bootstrap-site > footer .pt-16 {
    padding-top: 2.5rem !important;
  }
}

.js-enabled [data-static-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.js-enabled [data-static-reveal].is-visible,
.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-static-parallax-image] {
  transform: translate3d(0, var(--static-parallax-y, 0), 0) scale(1.06) !important;
  will-change: transform;
}

.static-scene-enter {
  animation: staticSceneEnter 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.static-panel-enter,
.static-card-enter {
  animation: staticPanelEnter 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes staticSceneEnter {
  from { opacity: 0; transform: scale(1.1); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes staticPanelEnter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .static-scroll-progress {
    display: none;
  }

  .js-enabled [data-static-reveal],
  .js-enabled [data-reveal],
  [data-static-parallax-image],
  [data-scroll-hero] [data-hero-media],
  [data-scroll-hero] [data-hero-ring],
  [data-scroll-hero] [data-hero-copy],
  [data-scroll-hero] [data-hero-card] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  [data-scroll-hero] [data-hero-finder] {
    opacity: 1 !important;
    transform: none !important;
  }

  [data-scroll-hero] [data-hero-cue] i {
    animation: none;
  }
}
