body {
  background-color: #f7fbee;
  color: #181d15;
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.material-symbols-outlined.filled {
  font-variation-settings:
    "FILL" 1,
    "wght" 400;
}

.bg-gradient-hero {
  background: linear-gradient(135deg, rgba(102, 174, 69, 0.8) 0%, rgba(0, 75, 160, 0.8) 100%);
}

.bg-dark-blue {
  background-color: #004ba0;
}

.text-dark-blue {
  color: #004ba0;
}

.hero-split img {
  animation: heroDrift 18s ease-in-out infinite alternate;
  transform-origin: center;
}

.hero-split .relative.z-10 {
  animation: heroIntro 0.9s ease-out both;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition:
    opacity 0.62s ease,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#about .grid > div:first-child.reveal-on-scroll,
.contact-copy.reveal-on-scroll {
  transform: translate3d(-22px, 0, 0) scale(0.985);
}

#about .grid > div:last-child.reveal-on-scroll,
.contact-form.reveal-on-scroll {
  transform: translate3d(22px, 0, 0) scale(0.985);
}

#about .grid > div:first-child.reveal-on-scroll.is-visible,
#about .grid > div:last-child.reveal-on-scroll.is-visible,
.contact-copy.reveal-on-scroll.is-visible,
.contact-form.reveal-on-scroll.is-visible {
  transform: translate3d(0, 0, 0);
}

.shadow-ambient,
.shadow-float {
  will-change: transform, box-shadow;
}

.shadow-ambient:hover,
.shadow-float:hover,
.why-choose-item:hover {
  transform: translateY(-8px);
}

.hero-split a[href="#tours"],
.hero-split a[href="#contact"],
header a[href="#contact"],
#openCertBtn {
  position: relative;
  overflow: hidden;
}

.hero-split a[href="#tours"]::after,
.hero-split a[href="#contact"]::after,
header a[href="#contact"]::after,
#openCertBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
  pointer-events: none;
}

.hero-split a[href="#tours"]:hover::after,
.hero-split a[href="#contact"]:hover::after,
header a[href="#contact"]:hover::after,
#openCertBtn:hover::after {
  transform: translateX(120%);
}

.material-symbols-outlined {
  transition: transform 0.25s ease;
}

a:hover .material-symbols-outlined,
button:hover .material-symbols-outlined {
  transform: translateY(-1px) scale(1.06);
}

@keyframes heroIntro {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(-0.8%, -0.6%, 0);
  }

  to {
    transform: scale(1.08) translate3d(0.8%, 0.6%, 0);
  }
}

.hero-split {
  margin-bottom: -1px;
  padding-bottom: clamp(96px, 10vw, 140px);
}

.hero-wave-divider {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 20;
  height: clamp(90px, 12vw, 150px);
  pointer-events: none;
}

.hero-wave-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

.service-split {
  padding-top: clamp(44px, 6vw, 76px);
}

.service-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.service-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 18px;
  border: 1px solid rgba(40, 108, 4, 0.16);
  border-radius: 9999px;
  color: #66ae45;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
}

.service-heading h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.why-choose-split {
  position: relative;
  overflow: hidden;
}

.why-choose-split::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 220px;
  background: linear-gradient(180deg, rgba(235, 239, 227, 0.82) 0%, rgba(247, 251, 238, 0) 100%);
  pointer-events: none;
}

.why-choose-layout {
  position: relative;
  z-index: 1;
}

.why-choose-media {
  position: relative;
}

.why-choose-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 75, 160, 0.12);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 36px -24px rgba(0, 75, 160, 0.35);
  color: #004ba0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-choose-collage {
  position: relative;
  min-height: 620px;
  padding: 28px 120px 56px 28px;
}

.why-choose-main-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 36px;
  box-shadow: 0 28px 70px -28px rgba(24, 29, 21, 0.28);
}

.why-choose-main-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(24, 29, 21, 0) 0%, rgba(24, 29, 21, 0.84) 100%);
  color: #ffffff;
}

.why-choose-main-overlay h3 {
  margin: 14px 0 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
  font-weight: 700;
}

.why-choose-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why-choose-floating-card {
  position: absolute;
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: stretch;
  width: min(330px, 72vw);
  min-height: 122px;
  border: 1px solid rgba(24, 29, 21, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px -28px rgba(24, 29, 21, 0.32);
  backdrop-filter: blur(12px);
}

.why-choose-floating-card-top {
  top: 86px;
  right: 0;
}

.why-choose-floating-card-bottom {
  right: 24px;
  bottom: 0;
}

.why-choose-floating-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 18px 18px 16px;
}

.why-choose-floating-copy strong {
  color: #181d15;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.why-choose-floating-copy span {
  color: #41493b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.why-choose-accent {
  position: absolute;
  inset: auto auto 48px -18px;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(125, 208, 255, 0.28) 0%, rgba(125, 208, 255, 0) 72%);
  pointer-events: none;
}

.why-choose-content {
  position: relative;
}

.why-choose-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 5px 18px;
  border: 1px solid rgba(40, 108, 4, 0.16);
  border-radius: 9999px;
  color: #66ae45;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
}

.why-choose-title {
  margin: 0;
  color: #181d15;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.why-choose-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #41493b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.why-choose-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.why-choose-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 24px 24px 24px 20px;
  border: 1px solid rgba(24, 29, 21, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 245, 232, 0.92) 100%);
  box-shadow: 0 20px 46px -34px rgba(24, 29, 21, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.why-choose-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 75, 160, 0.16);
  box-shadow: 0 24px 56px -34px rgba(0, 75, 160, 0.24);
}

.why-choose-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(135deg, #66ae45 0%, #004ba0 100%);
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.why-choose-copy h3 {
  margin: 0;
  color: #181d15;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.why-choose-copy p {
  margin: 10px 0 0;
  color: #41493b;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.why-choose-copy a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #004ba0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.why-choose-copy a:hover {
  color: #66ae45;
}

@media (max-width: 768px) {
  .hero-split {
    padding-bottom: 96px;
  }

  .hero-wave-divider {
    height: 92px;
  }

  .service-split {
    padding-top: 44px;
  }

  .service-heading h2 {
    font-size: 34px;
  }

  .why-choose-collage {
    min-height: auto;
    padding: 0 0 170px;
  }

  .why-choose-main-card {
    min-height: 420px;
  }

  .why-choose-floating-card {
    grid-template-columns: 96px 1fr;
    width: calc(100% - 24px);
  }

  .why-choose-floating-card-top {
    top: auto;
    right: 0;
    bottom: 82px;
  }

  .why-choose-floating-card-bottom {
    right: 0;
    bottom: 0;
  }

  .why-choose-title {
    font-size: 34px;
  }

  .why-choose-item {
    grid-template-columns: 1fr;
  }

  .why-choose-number {
    width: 64px;
    height: 64px;
  }
}

/* Premium Eco Trips refresh */
:root {
  --eco-leaf: #66ae45;
  --eco-teal: #409378;
  --eco-sky: #45afe3;
  --eco-blue: #004ba0;
  --eco-lime: #cccb31;
  --eco-ink: #071d22;
  --eco-muted: #55706c;
  --eco-soft: #f3fbf7;
  --eco-card: rgba(255, 255, 255, 0.92);
  --eco-gradient: linear-gradient(135deg, #66ae45 0%, #409378 42%, #45afe3 100%);
  --eco-blue-gradient: linear-gradient(135deg, #004ba0 0%, #45afe3 100%);
  --eco-shadow: 0 24px 70px -38px rgba(0, 75, 160, 0.35);
  --eco-shadow-hover: 0 34px 90px -40px rgba(0, 75, 160, 0.42);
  --eco-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --eco-seam-size: clamp(76px, 9vw, 132px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.site-body {
  background: linear-gradient(180deg, #f7fbee 0%, #ffffff 36%, #f3fbf7 100%);
  font-family: "Be Vietnam Pro", sans-serif;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  border-color: rgba(0, 75, 160, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 18px 48px -34px rgba(0, 75, 160, 0.45) !important;
}

.site-header-inner {
  gap: 24px;
  max-width: min(1440px, calc(100vw - 48px)) !important;
  padding-right: clamp(24px, 3vw, 48px) !important;
  padding-left: clamp(24px, 3vw, 48px) !important;
}

.site-nav {
  gap: clamp(22px, 2.2vw, 36px) !important;
}

.site-logo {
  transition: transform 0.3s var(--eco-ease);
}

.site-logo:hover {
  transform: scale(1.03);
}

.site-nav a {
  position: relative;
  border: 0 !important;
  color: rgba(7, 29, 34, 0.72) !important;
  transition: color 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 9999px;
  background: var(--eco-blue-gradient);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s var(--eco-ease);
}

.site-nav a:hover,
.site-nav a:first-child {
  color: var(--eco-blue) !important;
}

.site-nav a:hover::after,
.site-nav a:first-child::after {
  transform: scaleX(1);
}

.site-header-cta,
.hero-split a[href="#tours"],
.contact-form button {
  border: 0;
  background: var(--eco-blue-gradient) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px -24px rgba(0, 75, 160, 0.6);
  transition:
    transform 0.25s var(--eco-ease),
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.site-header-cta:hover,
.hero-split a[href="#tours"]:hover,
.contact-form button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 24px 54px -26px rgba(0, 75, 160, 0.68);
  filter: saturate(1.08);
}

.site-menu-button {
  border: 1px solid rgba(0, 75, 160, 0.1);
  background: rgba(255, 255, 255, 0.76);
}

.site-mobile-menu {
  display: grid;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  border-top: 1px solid rgba(0, 75, 160, 0);
  background: rgba(255, 255, 255, 0.96);
  transition:
    max-height 0.32s var(--eco-ease),
    padding 0.32s var(--eco-ease),
    border-color 0.32s ease;
}

.site-mobile-menu.is-open {
  max-height: 380px;
  padding: 10px 24px 20px;
  border-color: rgba(0, 75, 160, 0.08);
}

.site-mobile-menu a {
  padding: 13px 0;
  color: var(--eco-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bg-gradient-hero {
  background: linear-gradient(135deg, rgba(0, 75, 160, 0.74) 0%, rgba(64, 147, 120, 0.62) 48%, rgba(102, 174, 69, 0.52) 100%), radial-gradient(ellipse at 50% 100%, rgba(69, 175, 227, 0.24), transparent 54%);
}

.hero-split {
  min-height: min(880px, 92vh);
}

.hero-split::before {
  content: "";
  position: absolute;
  right: clamp(20px, 7vw, 120px);
  bottom: clamp(115px, 12vw, 180px);
  z-index: 2;
  width: clamp(120px, 16vw, 240px);
  aspect-ratio: 1.75 / 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 72% 28% 70% 30% / 46% 58% 42% 54%;
  transform: rotate(-12deg);
  pointer-events: none;
  animation: floatSoft 6s ease-in-out infinite alternate;
}

.hero-split .relative.z-10 {
  max-width: 980px;
}

.hero-split .relative.z-10 > .flex:first-child span {
  animation: badgeIn 0.7s var(--eco-ease) both;
}

.hero-split .relative.z-10 > .flex:first-child span:nth-child(2) {
  animation-delay: 0.16s;
}

.hero-split h1 {
  max-width: 920px;
  text-wrap: balance;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 42, 76, 0.35);
}

.hero-split p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-split a[href="#contact"] {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  backdrop-filter: blur(16px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  backdrop-filter: blur(12px);
}

.hero-proof strong {
  color: #ffffff;
}

.hero-wave-divider path:first-child {
  fill: #f7fbee;
}

.hero-wave-divider path:not(:first-child) {
  stroke: rgba(0, 75, 160, 0.3);
}

.service-eyebrow,
.contact-eyebrow {
  color: var(--eco-blue);
  background: rgba(69, 175, 227, 0.1);
  border-color: rgba(69, 175, 227, 0.22);
}

.service-heading h2,
#tours h2,
#about h2,
#reviews h2,
#blog h2,
.trust-heading h2,
.contact-copy h2 {
  color: var(--eco-ink);
  text-wrap: balance;
}

#services .grid > div,
#tours .grid > div,
#reviews .grid > div,
#blog .grid > div {
  border: 1px solid rgba(0, 75, 160, 0.08);
  background: var(--eco-card) !important;
  box-shadow: var(--eco-shadow);
  transition:
    transform 0.35s var(--eco-ease),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

#services .grid > div:hover,
#tours .grid > div:hover,
#reviews .grid > div:hover,
#blog .grid > div:hover {
  transform: translateY(-8px);
  border-color: rgba(69, 175, 227, 0.28);
  box-shadow: var(--eco-shadow-hover);
}

#services .grid > div > div:last-child > div:first-child,
#about .space-y-4 > div > div:first-child {
  background: var(--eco-gradient) !important;
  color: #ffffff;
  box-shadow: 0 18px 38px -24px rgba(0, 75, 160, 0.48);
}

#services .material-symbols-outlined,
#about .space-y-4 .material-symbols-outlined {
  color: currentColor !important;
}

#services h3,
#tours h3,
#blog h3 {
  color: var(--eco-ink);
}

#services img,
#tours img,
#blog img,
#about img {
  object-fit: cover;
}

#services,
#tours,
#about,
.trust-section,
#reviews,
#blog,
.contact-section {
  position: relative;
  isolation: isolate;
}

#services > div,
#about > div,
#reviews > div,
#blog > div {
  position: relative;
  z-index: 1;
}

#services::after,
#tours::after,
#about::after,
.trust-section::after,
#reviews::after,
#blog::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--eco-seam-size);
  pointer-events: none;
  z-index: 0;
}

#services::after {
  background: linear-gradient(180deg, rgba(243, 251, 247, 0) 0%, rgba(69, 175, 227, 0.07) 56%, rgba(69, 175, 227, 0.14) 100%);
}

#tours::after {
  background: linear-gradient(180deg, rgba(69, 175, 227, 0) 0%, rgba(255, 255, 255, 0.62) 60%, rgba(255, 255, 255, 0.94) 100%);
}

#about::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(102, 174, 69, 0.06) 54%, rgba(102, 174, 69, 0.11) 100%);
}

.trust-section::after {
  background: linear-gradient(180deg, rgba(243, 251, 247, 0) 0%, rgba(69, 175, 227, 0.08) 58%, rgba(69, 175, 227, 0.16) 100%);
}

#reviews::after {
  background: linear-gradient(180deg, rgba(238, 248, 251, 0) 0%, rgba(247, 251, 238, 0.7) 62%, rgba(247, 251, 238, 0.96) 100%);
}

#blog::after {
  background: linear-gradient(180deg, rgba(247, 251, 238, 0) 0%, rgba(69, 175, 227, 0.08) 48%, rgba(102, 174, 69, 0.1) 100%);
}

#tours {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eaf5f6 0%, #f4fbf6 52%, #f8fcf5 100%) !important;
}

.trust-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#tours::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--eco-seam-size);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(69, 175, 227, 0.2) 0%, rgba(69, 175, 227, 0) 100%);
}

#tours > div,
.trust-section > div,
.contact-section > div {
  position: relative;
  z-index: 1;
}

.tour-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 12px;
  border-radius: 9999px;
  background: rgba(0, 75, 160, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.tour-meta {
  flex-wrap: wrap;
  gap: 10px 14px !important;
  font-size: 14px;
}

.tour-meta span {
  color: var(--eco-muted);
}

.tour-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(0, 75, 160, 0.2);
  border-radius: 9999px;
  background: #f3f6ee;
  color: var(--eco-blue);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.25s var(--eco-ease),
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.tour-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 75, 160, 0.08);
  background: var(--eco-blue);
  color: #ffffff;
  box-shadow: 0 10px 22px -14px rgba(0, 75, 160, 0.68);
}

#tours .text-dark-blue {
  color: var(--eco-blue);
  font-size: 24px;
}

#tours a[href="#"]:not(.tour-cta),
#blog a[href="#"] {
  transition:
    transform 0.25s var(--eco-ease),
    background 0.25s ease,
    color 0.25s ease,
    gap 0.25s ease;
}

#tours a[href="#"]:not(.tour-cta):hover {
  transform: translateY(-1px);
}

#tours .tour-cta {
  transition:
    transform 0.25s var(--eco-ease),
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

#tours .tour-cta:hover {
  transform: translateY(-1px);
}

#about {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcf4 100%) !important;
}

#about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--eco-seam-size);
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(102, 174, 69, 0.06) 0%, rgba(69, 175, 227, 0.08) 100%);
}

#about .grid > div:first-child {
  overflow: visible;
  isolation: isolate;
}

#about .grid > div:first-child::before {
  content: "";
  position: absolute;
  inset: 28px -24px -24px 28px;
  z-index: -1;
  border-radius: 36px;
  background: var(--eco-gradient);
  opacity: 0.22;
}

#about .grid > div:first-child img,
#about .grid > div:first-child .absolute.inset-0 {
  border-radius: 32px;
}

#about .space-y-4 > div {
  border-color: rgba(69, 175, 227, 0.14) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 20px 50px -40px rgba(0, 75, 160, 0.3);
}

#tours {
  padding-bottom: clamp(130px, 12vw, 180px) !important;
}

#tours::after {
  height: clamp(96px, 9vw, 140px);
  background: linear-gradient(180deg, rgba(248, 252, 245, 0) 0%, rgba(255, 255, 255, 0.82) 58%, #ffffff 100%);
}

#about {
  margin-top: 0;
  padding-top: clamp(110px, 10vw, 150px) !important;
}

#about::before {
  height: clamp(92px, 8vw, 128px);
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 72%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(102, 174, 69, 0.05) 0%, rgba(69, 175, 227, 0.06) 100%);
}

#openCertBtn {
  border-color: transparent !important;
  background: rgba(0, 75, 160, 0.08);
  color: var(--eco-blue) !important;
}

.trust-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf7 100%);
}

.trust-section::before {
  background: linear-gradient(135deg, rgba(102, 174, 69, 0.08), transparent 44%), repeating-linear-gradient(135deg, transparent 0 38px, rgba(69, 175, 227, 0.06) 39px 40px, transparent 41px 76px);
}

.trust-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.trust-heading h2 {
  margin: 16px 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  font-weight: 800;
}

.trust-heading p {
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.8;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.trust-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(0, 75, 160, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--eco-shadow);
  transition:
    transform 0.35s var(--eco-ease),
    box-shadow 0.35s ease;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--eco-shadow-hover);
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: var(--eco-gradient);
  color: #ffffff;
}

.trust-card strong {
  display: block;
  color: var(--eco-blue);
  font-size: 42px;
  line-height: 1;
}

.trust-card h3 {
  margin: 14px 0 10px;
  color: var(--eco-ink);
  font-size: 20px;
  font-weight: 800;
}

.trust-card p {
  color: var(--eco-muted);
  font-size: 15px;
  line-height: 1.7;
}

#reviews {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f3fbf7 0%, #eef8fb 100%) !important;
  padding-bottom: clamp(86px, 9vw, 122px) !important;
}

#reviews .grid > div:nth-child(2) {
  transform: translateY(-10px);
  border-color: rgba(69, 175, 227, 0.24);
}

#reviews img {
  border: 3px solid rgba(69, 175, 227, 0.18);
}

#blog .grid > div {
  border-radius: 28px;
}

#blog {
  padding-top: clamp(82px, 8.5vw, 116px) !important;
  padding-bottom: clamp(84px, 8.8vw, 120px) !important;
}

#blog .absolute.top-4 span {
  background: rgba(69, 175, 227, 0.14) !important;
  color: var(--eco-blue) !important;
}

#blog a[href="#"]:hover {
  gap: 10px;
  color: var(--eco-blue);
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(102, 174, 69, 0.16) 0%, rgba(69, 175, 227, 0.22) 100%);
}

.contact-section::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.72), transparent 52%), repeating-linear-gradient(135deg, transparent 0 42px, rgba(0, 75, 160, 0.05) 43px 44px, transparent 45px 84px);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 40px;
  align-items: center;
}

.contact-copy h2 {
  max-width: 680px;
  margin: 18px 0 18px;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 800;
}

.contact-copy p {
  max-width: 620px;
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.8;
}

.contact-quick-list {
  display: grid;
  gap: 14px;
  max-width: 540px;
  margin-top: 32px;
}

.contact-quick-list a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(0, 75, 160, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--eco-ink);
  box-shadow: 0 18px 44px -34px rgba(0, 75, 160, 0.32);
}

.contact-quick-list span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: var(--eco-blue-gradient);
  color: #ffffff;
}

.contact-quick-list small {
  color: var(--eco-muted);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 32px 80px -38px rgba(0, 75, 160, 0.45);
  backdrop-filter: blur(18px);
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--eco-ink);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 75, 160, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: var(--eco-ink);
  font: inherit;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 112px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(69, 175, 227, 0.75);
  box-shadow: 0 0 0 4px rgba(69, 175, 227, 0.14);
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 9999px;
  font-weight: 800;
}

.contact-form p {
  margin: 0;
  color: var(--eco-muted);
  font-size: 14px;
  text-align: center;
}

footer {
  margin-top: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #004ba0 0%, #0481b2 48%, #409378 100%) !important;
}

footer h4,
footer p,
footer span,
footer a {
  color: #ffffff !important;
}

footer h4 {
  color: #ffffff !important;
}

footer a:hover,
footer a:hover span {
  color: #45afe3 !important;
}

footer img {
  filter: brightness(0) invert(1) !important;
}

@keyframes badgeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatSoft {
  from {
    transform: translateY(0) rotate(-12deg);
  }

  to {
    transform: translateY(-14px) rotate(-8deg);
  }
}

@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .site-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .site-header-inner {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hero-split,
  .service-split,
  #tours,
  #about,
  #reviews,
  #blog,
  .trust-section,
  .contact-section {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hero-split {
    min-height: 760px;
    text-align: center;
  }

  .hero-split h1 {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }

  .hero-split .relative.z-10 > .flex:first-child,
  .hero-proof {
    flex-direction: column;
    align-items: center;
  }

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

  .contact-copy h2 {
    font-size: 36px;
  }

  .contact-form {
    border-radius: 26px;
  }

  .tour-cta {
    min-width: 134px;
    height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* Editorial travel polish pass */
.site-body {
  color: #071d22;
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 175, 227, 0.08), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(102, 174, 69, 0.08), transparent 30%),
    linear-gradient(180deg, #f7fbee 0%, #ffffff 34%, #f3fbf7 100%);
}

.site-header {
  backdrop-filter: blur(18px);
}

.hero-split {
  min-height: min(940px, 96vh);
  padding-top: clamp(120px, 12vw, 170px) !important;
  padding-bottom: clamp(126px, 12vw, 170px) !important;
}

.hero-split > .absolute.inset-0.z-0::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 70%, rgba(204, 203, 49, 0.18), transparent 42%),
    linear-gradient(90deg, rgba(0, 75, 160, 0.62) 0%, rgba(0, 75, 160, 0.25) 44%, rgba(64, 147, 120, 0.4) 100%);
}

.hero-split .absolute.inset-0.bg-surface\/30 {
  background: linear-gradient(180deg, rgba(7, 29, 34, 0.16), rgba(7, 29, 34, 0.28)) !important;
  backdrop-filter: none;
}

.hero-split h1 {
  max-width: 980px;
  font-size: clamp(52px, 7.2vw, 88px) !important;
  line-height: 0.98 !important;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-split p {
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
}

.hero-split .relative.z-10 > .flex:first-child span {
  min-height: 38px;
  padding: 8px 16px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-split a[href="#tours"],
.hero-split a[href="#contact"] {
  min-height: 58px;
  padding: 0 30px !important;
  font-size: 14px;
}

.hero-proof {
  margin-top: 34px;
}

.hero-proof span {
  min-height: 42px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-split img {
  animation-duration: 22s;
}

.service-split {
  overflow: hidden;
  padding-top: clamp(72px, 8vw, 118px) !important;
  padding-bottom: clamp(108px, 10vw, 148px) !important;
  background:
    radial-gradient(circle at 8% 22%, rgba(102, 174, 69, 0.1), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(69, 175, 227, 0.12), transparent 30%),
    #ffffff !important;
}

.service-split::before {
  content: "";
  position: absolute;
  top: 92px;
  right: -80px;
  width: clamp(190px, 20vw, 320px);
  aspect-ratio: 1.25 / 1;
  border: 1px solid rgba(64, 147, 120, 0.16);
  border-radius: 68% 32% 70% 30% / 48% 60% 40% 52%;
  transform: rotate(-16deg);
  background: linear-gradient(135deg, rgba(102, 174, 69, 0.08), rgba(69, 175, 227, 0.08));
  pointer-events: none;
  animation: floatSoft 7s ease-in-out infinite alternate;
}

#services .grid {
  gap: clamp(24px, 3vw, 38px) !important;
}

#services .grid > div {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1fr);
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 28px 80px -46px rgba(0, 75, 160, 0.38);
}

#services .grid > div > div {
  width: 100% !important;
}

#services .grid > div > div:first-child {
  min-height: 280px;
}

#services .grid > div > div:last-child {
  padding: clamp(28px, 3vw, 40px) !important;
}

#services .grid > div > div:last-child > div:first-child {
  width: 64px !important;
  height: 64px !important;
  border-radius: 22px !important;
  transition:
    transform 0.35s var(--eco-ease),
    box-shadow 0.35s ease;
}

#services .grid > div:hover > div:last-child > div:first-child {
  transform: translateY(-4px) rotate(-4deg) scale(1.04);
  box-shadow: 0 24px 46px -24px rgba(0, 75, 160, 0.5);
}

#services h3 {
  font-size: 24px;
  line-height: 1.22;
}

#services p,
#about p,
#reviews p,
#blog p,
.contact-copy p {
  color: #55706c !important;
  line-height: 1.78;
}

#tours {
  padding-top: clamp(112px, 10vw, 152px) !important;
  padding-bottom: clamp(150px, 13vw, 210px) !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(69, 175, 227, 0.14), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(204, 203, 49, 0.1), transparent 30%),
    linear-gradient(180deg, #eaf8fb 0%, #f4fbf6 58%, #ffffff 100%) !important;
}

#tours .max-w-max-width > .flex:first-child {
  align-items: flex-start !important;
}

#tours h2,
#about h2,
#reviews h2,
#blog h2,
.service-heading h2 {
  font-size: clamp(38px, 4.8vw, 66px) !important;
  line-height: 1.04 !important;
  font-weight: 800;
}

#tours .grid {
  gap: clamp(24px, 2.8vw, 34px) !important;
}

#tours .grid > div {
  min-height: 720px;
  border-radius: 32px !important;
}

#tours .grid > div > .relative.h-64 {
  height: 360px !important;
  border-radius: 32px 32px 0 0;
}

#tours .grid > div > .p-6 {
  padding: 28px !important;
}

#tours h3 {
  font-size: 23px;
  line-height: 1.22;
}

.tour-badge {
  top: 18px;
  right: 18px;
  padding: 9px 14px;
  background: linear-gradient(135deg, #004ba0, #45afe3);
  box-shadow: 0 16px 32px -20px rgba(0, 75, 160, 0.58);
}

#tours .text-dark-blue {
  font-size: 27px;
  letter-spacing: -0.02em;
}

.tour-cta {
  min-width: 132px;
  height: 46px;
  font-size: 13px;
  box-shadow: 0 18px 34px -24px rgba(0, 75, 160, 0.56);
}

#about {
  padding-top: clamp(132px, 12vw, 180px) !important;
  padding-bottom: clamp(118px, 10vw, 156px) !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(102, 174, 69, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fcf7 100%) !important;
}

#about .grid {
  gap: clamp(54px, 6vw, 86px) !important;
}

#about .grid > div:first-child {
  min-height: 650px !important;
  border-radius: 40px !important;
  box-shadow: 0 34px 86px -44px rgba(0, 75, 160, 0.45);
}

#about .grid > div:first-child::before {
  inset: 36px -34px -34px 36px;
  border-radius: 42px;
  opacity: 0.32;
}

#about .space-y-4 > div {
  padding: 22px !important;
  border-radius: 24px !important;
}

#about .space-y-4 > div > div:first-child {
  width: 60px !important;
  height: 60px !important;
}

.trust-section {
  padding-top: clamp(108px, 10vw, 150px) !important;
  padding-bottom: clamp(116px, 10vw, 158px) !important;
}

#reviews {
  padding-top: clamp(110px, 10vw, 150px) !important;
}

#reviews .grid > div {
  position: relative;
  padding: 34px !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

#reviews .grid > div::before {
  content: "“";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(69, 175, 227, 0.22);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

#reviews .grid > div:nth-child(2) {
  border-color: rgba(0, 75, 160, 0.18);
  box-shadow: 0 36px 88px -46px rgba(0, 75, 160, 0.5);
}

#reviews img {
  width: 58px !important;
  height: 58px !important;
}

#blog {
  background:
    radial-gradient(circle at 88% 12%, rgba(69, 175, 227, 0.12), transparent 28%),
    #ffffff !important;
}

#blog .grid > div {
  border-radius: 32px !important;
}

#blog .relative.h-56 {
  height: 300px !important;
}

#blog .absolute.top-4 span {
  padding: 8px 13px !important;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(10px);
}

.contact-section {
  padding-top: clamp(118px, 10vw, 160px) !important;
  padding-bottom: clamp(118px, 10vw, 160px) !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(204, 203, 49, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(102, 174, 69, 0.22) 0%, rgba(69, 175, 227, 0.28) 100%) !important;
}

.contact-form {
  border-radius: 36px;
  box-shadow: 0 42px 100px -42px rgba(0, 75, 160, 0.55);
}

.contact-form button {
  width: 100%;
  min-height: 62px;
  font-size: 15px;
}

footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(69, 175, 227, 0.2), transparent 34%),
    linear-gradient(135deg, #062635 0%, #004ba0 52%, #409378 100%) !important;
}

@media (max-width: 1024px) {
  #tours .grid > div {
    min-height: auto;
  }

  #tours .grid > div > .relative.h-64,
  #blog .relative.h-56 {
    height: 300px !important;
  }
}

@media (max-width: 768px) {
  .hero-split {
    min-height: 790px;
    padding-top: 118px !important;
  }

  .hero-split h1 {
    font-size: 44px !important;
  }

  #services .grid > div {
    display: block !important;
  }

  #services .grid > div > div:first-child,
  #tours .grid > div > .relative.h-64,
  #blog .relative.h-56 {
    height: 260px !important;
  }

  #tours,
  #about,
  #reviews,
  #blog,
  .contact-section {
    padding-top: 88px !important;
    padding-bottom: 92px !important;
  }

  #about .grid > div:first-child {
    min-height: 420px !important;
  }
}

/* Section flow system */
.section {
  --section-wave: clamp(56px, 6vw, 96px);
  --section-blob-size: clamp(180px, 24vw, 380px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section > .max-w-max-width,
.section > .contact-shell,
footer > .grid,
footer > .border-t {
  position: relative;
  z-index: 2;
}

.section::before {
  content: "";
  position: absolute;
  inset: auto !important;
  top: 12%;
  right: -8%;
  z-index: 0;
  width: var(--section-blob-size) !important;
  height: var(--section-blob-size) !important;
  border-radius: 9999px !important;
  background:
    radial-gradient(circle, rgba(69, 175, 227, 0.18) 0%, rgba(69, 175, 227, 0.08) 42%, rgba(69, 175, 227, 0) 72%),
    radial-gradient(circle at 72% 30%, rgba(102, 174, 69, 0.14), transparent 58%);
  filter: blur(2px);
  opacity: 0.72;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition:
    opacity 0.75s ease,
    transform 0.75s var(--eco-ease);
  animation: organicFloat 9s ease-in-out infinite alternate;
}

.section.is-section-visible::before {
  opacity: 0.9;
  transform: translate3d(0, 0, 0) scale(1);
}

.section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(102, 174, 69, 0.07), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(69, 175, 227, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 252, 247, 0.98) 55%, rgba(255, 255, 255, 0.96) 100%) !important;
}

.section-gradient {
  background:
    radial-gradient(circle at 14% 28%, rgba(69, 175, 227, 0.12), transparent 32%),
    radial-gradient(circle at 84% 68%, rgba(102, 174, 69, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fbee 0%, #eef9fb 46%, #ffffff 100%) !important;
}

.section-wave-bottom::after,
.section-wave-top::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  height: var(--section-wave);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-wave-bottom::after {
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 68C116 44 214 58 326 70C474 86 572 55 720 42C884 28 1007 74 1162 68C1260 64 1350 45 1440 56V120H0V68Z' fill='%23ffffff'/%3E%3Cpath d='M0 86C140 62 236 80 374 88C520 96 604 68 744 62C898 56 1012 92 1160 86C1276 82 1356 68 1440 76V120H0V86Z' fill='%23f3fbf7' fill-opacity='.72'/%3E%3C/svg%3E");
}

.section.section-wave-bottom::after {
  bottom: -1px !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 68C116 44 214 58 326 70C474 86 572 55 720 42C884 28 1007 74 1162 68C1260 64 1350 45 1440 56V120H0V68Z' fill='%23ffffff'/%3E%3Cpath d='M0 86C140 62 236 80 374 88C520 96 604 68 744 62C898 56 1012 92 1160 86C1276 82 1356 68 1440 76V120H0V86Z' fill='%23f3fbf7' fill-opacity='.72'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.section-wave-top::after {
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1440V52C1312 76 1214 58 1082 48C928 36 830 72 688 82C524 92 408 48 250 52C146 56 70 72 0 62V0Z' fill='%23ffffff'/%3E%3Cpath d='M0 0H1440V34C1280 58 1180 40 1040 36C902 32 800 68 666 72C510 76 386 40 238 44C132 48 58 62 0 58V0Z' fill='%23eef9fb' fill-opacity='.72'/%3E%3C/svg%3E");
}

.section.section-wave-top::after {
  top: -1px !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1440V52C1312 76 1214 58 1082 48C928 36 830 72 688 82C524 92 408 48 250 52C146 56 70 72 0 62V0Z' fill='%23ffffff'/%3E%3Cpath d='M0 0H1440V34C1280 58 1180 40 1040 36C902 32 800 68 666 72C510 76 386 40 238 44C132 48 58 62 0 58V0Z' fill='%23eef9fb' fill-opacity='.72'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.section-overlap {
  margin-top: clamp(-56px, -4vw, -34px);
  padding-top: clamp(118px, 11vw, 158px) !important;
  z-index: 4;
}

.hero-split.section-wave-bottom::after {
  height: clamp(108px, 10vw, 160px) !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 160' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 82C108 56 214 64 340 80C486 98 582 72 724 58C870 44 990 86 1138 78C1260 72 1346 50 1440 62V160H0V82Z' fill='%23ffffff'/%3E%3Cpath d='M0 106C148 80 246 98 388 104C540 110 630 86 768 82C922 78 1034 112 1182 106C1306 100 1378 88 1440 94V160H0V106Z' fill='%23f3fbf7' fill-opacity='.85'/%3E%3C/svg%3E") !important;
}

.hero-wave-divider {
  opacity: 0;
}

#services {
  background:
    radial-gradient(circle at 84% 14%, rgba(69, 175, 227, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f3fbf7 54%, #edf8fb 100%) !important;
}

#services::before {
  top: 6% !important;
  right: -8% !important;
  bottom: auto !important;
  left: auto !important;
}

#tours {
  margin-top: clamp(-28px, -2vw, -14px);
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 175, 227, 0.16), transparent 31%),
    radial-gradient(circle at 82% 78%, rgba(102, 174, 69, 0.11), transparent 30%),
    linear-gradient(180deg, #edf8fb 0%, #f7fcf7 52%, #ffffff 100%) !important;
}

#tours::before {
  top: 18% !important;
  right: auto !important;
  bottom: auto !important;
  left: -10% !important;
  background:
    radial-gradient(circle, rgba(69, 175, 227, 0.2) 0%, rgba(69, 175, 227, 0.08) 44%, rgba(69, 175, 227, 0) 72%),
    radial-gradient(circle at 72% 24%, rgba(204, 203, 49, 0.12), transparent 58%);
}

#about,
#why-choose {
  background:
    radial-gradient(circle at 82% 22%, rgba(102, 174, 69, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcf7 52%, #f3fbf7 100%) !important;
}

#about::before {
  top: 10% !important;
  right: -9% !important;
  bottom: auto !important;
  left: auto !important;
}

#why-choose::before {
  top: 20% !important;
  right: auto !important;
  bottom: auto !important;
  left: -8% !important;
}

#reviews,
#blog {
  background:
    radial-gradient(circle at 10% 12%, rgba(69, 175, 227, 0.1), transparent 30%),
    linear-gradient(180deg, #f3fbf7 0%, #f7fbee 52%, #ffffff 100%) !important;
}

#reviews::before {
  top: 12% !important;
  right: -9% !important;
  bottom: auto !important;
  left: auto !important;
}

#blog::before {
  top: 18% !important;
  right: auto !important;
  bottom: auto !important;
  left: -10% !important;
}

.contact-section {
  margin-top: clamp(-16px, -1.2vw, -8px);
  background:
    radial-gradient(circle at 12% 20%, rgba(204, 203, 49, 0.16), transparent 31%),
    radial-gradient(circle at 88% 72%, rgba(0, 75, 160, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(102, 174, 69, 0.18) 0%, rgba(69, 175, 227, 0.24) 100%) !important;
}

.contact-section::before {
  top: 8% !important;
  right: -7% !important;
  bottom: auto !important;
  left: auto !important;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(69, 175, 227, 0.11) 46%, rgba(69, 175, 227, 0) 74%),
    radial-gradient(circle at 30% 72%, rgba(102, 174, 69, 0.16), transparent 56%);
}

footer.section-wave-top {
  padding-top: clamp(72px, 7vw, 110px);
}

footer.section-wave-top::after {
  opacity: 0.96;
}

@keyframes organicFloat {
  from {
    transform: translate3d(0, 10px, 0) scale(0.98);
  }

  to {
    transform: translate3d(18px, -16px, 0) scale(1.03);
  }
}

@media (max-width: 768px) {
  .section {
    --section-wave: 54px;
  }

  .section-overlap {
    margin-top: -32px;
    padding-top: 92px !important;
  }

  .hero-split.section-wave-bottom::after {
    height: 96px;
  }

  footer.section-wave-top {
    padding-top: 76px;
  }
}

/* Continuous main flow: fewer waves, softer transitions */
.main-flow {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #f7fff8 0%,
      #eefbff 22%,
      #ffffff 45%,
      #f4fbf6 68%,
      #eefbff 100%
    );
  isolation: isolate;
}

.main-flow::before,
.main-flow::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(160px, 16vw, 240px);
  pointer-events: none;
}

.main-flow::before {
  top: 0;
  background: linear-gradient(180deg, rgba(247, 255, 248, 0.95), rgba(238, 251, 255, 0));
}

.main-flow::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 251, 255, 0.88));
}

.main-flow .section {
  background: transparent !important;
  overflow: visible;
}

.soft-section {
  position: relative;
}

.section-transition-soft {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(160px, 16vw, 240px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 251, 255, 0.5), rgba(255, 255, 255, 0));
}

.main-flow .section::before,
.main-flow .section::after {
  content: none !important;
  display: none !important;
}

.main-flow .section > .max-w-max-width {
  position: relative;
  z-index: 2;
}

.flow-blob {
  position: absolute;
  z-index: 0;
  width: clamp(260px, 32vw, 520px);
  height: clamp(260px, 32vw, 520px);
  border-radius: 9999px;
  filter: blur(38px);
  opacity: 0.48;
  pointer-events: none;
  animation: flowBlobFloat 13s ease-in-out infinite alternate;
}

.flow-blob-1 {
  top: 4%;
  right: -12%;
  background: radial-gradient(circle, rgba(69, 175, 227, 0.18), transparent 62%);
}

.flow-blob-2 {
  top: 28%;
  left: -14%;
  background: radial-gradient(circle, rgba(102, 174, 69, 0.14), transparent 64%);
  animation-duration: 11s;
}

.flow-blob-3 {
  top: 56%;
  right: -16%;
  background: radial-gradient(circle, rgba(0, 75, 160, 0.08), transparent 64%);
  animation-duration: 14s;
}

.flow-blob-4 {
  bottom: 7%;
  left: -12%;
  background: radial-gradient(circle, rgba(69, 175, 227, 0.14), transparent 62%);
  animation-duration: 12s;
}

.hero-split.section-wave-bottom::after {
  height: clamp(84px, 8vw, 120px) !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62C134 38 256 52 388 66C540 82 628 54 762 46C920 36 1044 72 1192 66C1296 62 1372 48 1440 54V120H0V62Z' fill='%23f7fff8'/%3E%3C/svg%3E") !important;
}

#services {
  margin-top: clamp(-70px, -5vw, -40px);
  padding-top: clamp(90px, 8vw, 112px) !important;
  padding-bottom: clamp(64px, 6vw, 78px) !important;
}

#tours {
  margin-top: clamp(-28px, -2vw, -12px);
  padding-top: clamp(62px, 6vw, 76px) !important;
  padding-bottom: clamp(84px, 8vw, 96px) !important;
}

#about {
  margin-top: clamp(-22px, -1.5vw, -10px);
  padding-top: clamp(76px, 7vw, 92px) !important;
  padding-bottom: clamp(76px, 7vw, 92px) !important;
}

#why-choose {
  padding-top: clamp(84px, 8vw, 100px) !important;
  padding-bottom: clamp(64px, 6vw, 78px) !important;
}

#reviews {
  padding-top: clamp(62px, 6vw, 76px) !important;
  padding-bottom: clamp(84px, 8vw, 98px) !important;
}

#blog {
  padding-top: clamp(78px, 7vw, 92px) !important;
  padding-bottom: clamp(104px, 9vw, 124px) !important;
}

.contact-section {
  margin-top: 0;
  padding-top: clamp(112px, 10vw, 142px) !important;
  padding-bottom: clamp(94px, 8vw, 112px) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #eefbff 18%, #e4f8f3 48%, rgba(69, 175, 227, 0.2) 100%) !important;
}

.contact-section.section-wave-top::after {
  height: clamp(72px, 7vw, 104px) !important;
  opacity: 0.94;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 104' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1440V44C1308 68 1194 52 1068 42C918 30 820 60 678 70C512 82 408 44 250 48C144 52 72 66 0 58V0Z' fill='%23eefbff'/%3E%3C/svg%3E") !important;
}

.contact-form {
  transform: translateY(-20px);
}

footer.section-wave-top,
.footer-wave {
  margin-top: 0 !important;
  padding-top: clamp(82px, 8vw, 108px);
  background: linear-gradient(135deg, #004ba0 0%, #409378 100%) !important;
}

footer.section-wave-top::after,
.footer-wave::after {
  height: clamp(70px, 7vw, 100px) !important;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1440V46C1328 64 1216 50 1092 42C928 32 826 62 682 72C520 84 410 48 254 50C148 52 76 66 0 58V0Z' fill='%23e4f8f3'/%3E%3C/svg%3E") !important;
}

.reveal-on-scroll {
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s var(--eco-ease);
}

@keyframes flowBlobFloat {
  from {
    transform: translate3d(0, 12px, 0) scale(0.98);
  }

  to {
    transform: translate3d(20px, -18px, 0) scale(1.04);
  }
}

@media (max-width: 768px) {
  .main-flow {
    background:
      linear-gradient(180deg, #f7fff8 0%, #eefbff 28%, #ffffff 55%, #eefbff 100%);
  }

  .flow-blob {
    width: 300px;
    height: 300px;
    opacity: 0.26;
    filter: blur(44px);
  }

  #services {
    margin-top: -34px;
    padding-top: 82px !important;
    padding-bottom: 58px !important;
  }

  #tours,
  #about,
  #why-choose,
  #reviews,
  #blog {
    margin-top: 0;
    padding-top: 64px !important;
    padding-bottom: 68px !important;
  }

  .contact-section {
    padding-top: 92px !important;
    padding-bottom: 86px !important;
  }

  .contact-form {
    transform: none;
  }

  .contact-section.section-wave-top::after,
  footer.section-wave-top::after {
    height: 58px !important;
  }
}

/* Typography system */
html {
  font-size: 16px;
}

body,
.site-body {
  color: #0f2f35;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body *:not(.material-symbols-outlined) {
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f2f35;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-split h1 {
  font-size: clamp(56px, 6.4vw, 68px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

#services h2,
#tours h2,
#about h2,
#reviews h2,
#blog h2,
.trust-heading h2,
.contact-copy h2,
.service-heading h2,
.why-choose-title {
  font-size: clamp(38px, 4vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}

#services h3,
#tours h3,
#blog h3,
.trust-card h3,
.why-choose-copy h3,
#about h4 {
  color: #0f2f35 !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em;
}

p,
li,
.font-body-md,
.font-body-lg {
  color: #4d6670;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.7;
}

.text-on-surface-variant,
.tour-meta,
.contact-form p,
.trust-card p,
.why-choose-lead,
.why-choose-copy p {
  color: #5f7378 !important;
}

.site-nav a,
.site-mobile-menu a {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

.site-nav a:first-child,
.site-nav a:hover {
  color: #004ba0 !important;
}

.site-nav a:not(:first-child):hover {
  color: #409378 !important;
}

a,
button,
.tour-cta,
.site-header-cta,
.contact-form button {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.hero-split a[href="#tours"],
.hero-split a[href="#contact"],
.contact-form button {
  font-size: 16px !important;
}

.service-eyebrow,
.contact-eyebrow,
.why-choose-eyebrow,
.tour-badge,
#blog .absolute.top-4 span,
.hero-split .relative.z-10 > .flex:first-child span {
  color: #004ba0;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.hero-split .relative.z-10 > .flex:first-child span {
  color: #ffffff;
}

.tour-meta,
.tour-meta span,
#tours li {
  color: #5f7378 !important;
  font-size: 13px !important;
  line-height: 1.55;
}

#tours .text-dark-blue {
  color: #004ba0 !important;
  font-size: clamp(22px, 2vw, 26px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.contact-copy h2 {
  font-size: clamp(40px, 4.6vw, 56px) !important;
}

.contact-form label {
  color: #0f2f35;
  font-size: 14px;
  font-weight: 600 !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #0f2f35;
  font-size: 15px;
  font-weight: 500;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(95, 115, 120, 0.66);
}

footer h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

footer a,
footer p,
footer span {
  font-size: 15px;
  line-height: 1.75;
}

.site-logo {
  height: 58px !important;
}

.site-header-actions {
  flex-shrink: 0;
}

.language-switcher {
  position: relative;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(0, 75, 160, 0.12);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f2f35;
  box-shadow: 0 16px 34px -28px rgba(0, 75, 160, 0.38);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s var(--eco-ease);
}

.language-toggle:hover,
.language-switcher.is-open .language-toggle {
  border-color: rgba(69, 175, 227, 0.4);
  box-shadow: 0 20px 42px -30px rgba(0, 75, 160, 0.52);
  transform: translateY(-1px);
}

.language-toggle .material-symbols-outlined {
  font-size: 18px;
}

.language-flag,
.language-menu button span,
.mobile-language-options button span {
  font-size: 18px;
  line-height: 1;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  min-width: 164px;
  padding: 8px;
  border: 1px solid rgba(0, 75, 160, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px -38px rgba(0, 75, 160, 0.48);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transition:
    opacity 0.22s ease,
    transform 0.22s var(--eco-ease);
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.language-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  color: #0f2f35;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: left;
}

.language-menu button:hover,
.language-menu button.is-active {
  background: rgba(69, 175, 227, 0.1);
  color: #004ba0;
}

.mobile-language-options {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 75, 160, 0.08);
}

.mobile-language-options > span {
  margin-right: auto;
  color: #5f7378;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-language-options button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(0, 75, 160, 0.1);
  border-radius: 9999px;
  color: #0f2f35;
}

.mobile-language-options button.is-active {
  border-color: rgba(69, 175, 227, 0.36);
  background: rgba(69, 175, 227, 0.1);
  color: #004ba0;
}

@media (max-width: 768px) {
  .site-logo {
    height: 54px !important;
  }

  .hero-split h1 {
    font-size: clamp(36px, 10vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  #services h2,
  #tours h2,
  #about h2,
  #reviews h2,
  #blog h2,
  .trust-heading h2,
  .contact-copy h2,
  .service-heading h2,
  .why-choose-title {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.16 !important;
  }

  p,
  li,
  .font-body-md,
  .font-body-lg {
    font-size: 15px;
    line-height: 1.72;
  }

  .site-nav a,
  .site-mobile-menu a {
    font-size: 14px !important;
  }

  .hero-split a[href="#tours"],
  .hero-split a[href="#contact"],
  .contact-form button {
    font-size: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
