:root {
  --deep: #002c44;
  --aqua: #0095c0;
  --paprika: #f05525;
  --ink: #0f2a36;
  --sand: #f4efe7;
  --mist: #eef7f8;
  --muted: #6c7880;
  --font-body: 'Ubuntu', Arial, sans-serif;
  --font-heading: 'Varela Round', Arial, sans-serif;
  --header-offset: 50px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero h1 {
  font-family: var(--font-heading);
  font-weight: 400;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(0, 44, 68, 0.92), rgba(0, 44, 68, 0.38), transparent);
}

.site-header.scrolled {
  background: rgba(0, 44, 68, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.navbar-brand img {
  height: 70px;
}

.nav-link {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.92rem;
}

.nav-link:hover,
.nav-link.active {
  color: #77dff7;
}

.hero {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(0, 44, 68, 0.78), rgba(0, 44, 68, 0.26)),
    url('../images/banner.webp') center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.eyebrow {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 700;
  font-size: 0.8rem;
}

.hero h1,
.section-title {
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  max-width: 980px;
}

.lead-copy {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: rgba(255, 255, 255, 0.86);
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn-primary-abtc {
  background: var(--paprika);
  color: #fff;
  border-color: var(--paprika);
}

.btn-outline-abtc {
  border-color: #fff;
  color: #fff;
}

.btn-outline-abtc:hover {
  background: #fff;
  color: var(--deep);
}

section {
  padding: 96px 0;
  scroll-margin-top: var(--header-offset);
}

.section-title {
  font-size: clamp(2.4rem, 4vw, 5rem);
  color: var(--deep);
}

.section-kicker {
  color: var(--paprika);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 0.78rem;
}

.bg-deep {
  background: var(--deep);
  color: #fff;
}

.bg-sand {
  background: var(--sand);
}

.bg-mist {
  background: var(--mist);
}

.lux-card {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 44, 68, 0.12);
  height: 100%;
  transition: 0.3s;
}

.lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(0, 44, 68, 0.18);
}

.lux-card img {
  height: 430px;
  width: 100%;
  object-fit: cover;
}

.lux-card .card-body {
  display: none;
}
h4{ font-size: 1.4rem!important;}
.icon-dot {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--aqua);
  color: #fff;
  font-weight: 700;
}

.split-image {
  border-radius: 38px;
  min-height: 560px;
  object-fit: cover;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
}

.journey-step {
  border-left: 2px solid rgba(0, 149, 192, 0.35);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.journey-step span {
  font-size: 2.25rem;
  color: var(--paprika);
  font-weight: 300;
}

.package-filter {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-btn {
  border: 1px solid rgba(0, 44, 68, 0.14);
  background: #fff;
  color: var(--deep);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.filter-btn.active {
  background: var(--deep);
  color: #fff;
}

.package-card {
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 55px rgba(0, 44, 68, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card img {
  width: 100%;
  height: 380px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f4efe7;
  transition: 0.6s;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 44, 68, 0.16);
}

.package-card::after {
  content: none;
}

.package-content {
  padding: 1.5rem 1.5rem 1.75rem;
}

.package-content h3 {
  color: var(--deep);
  margin-bottom: 0.75rem;
}

.package-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.stat {
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--paprika);
  font-weight: 300;
}

.offer {
  background: url('../images/pattern.svg') center / cover no-repeat;
  border-radius: 36px;
  padding: 3rem;
  color: #fff;
}

.testimonial {
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 18px 60px rgba(0, 44, 68, 0.08);
}

.contact-panel {
  background: var(--deep);
  color: #fff;
  border-radius: 36px;
  padding: 3rem;
}

.contact-details {
  display: grid;
  gap: 0.9rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.6;
}

.contact-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--aqua);
}

.contact-detail img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-socials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contact-social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--deep);
  text-decoration: none;
  font-weight: 500;
}

.contact-social img {
  width: 25px;
  height: 25px;
}

.contact-panel .contact-detail,
.contact-panel .contact-social {
  color: #fff;
}

.contact-panel .contact-detail .contact-icon img
{
  filter: brightness(0) invert(1);
}

.footer {
  background: #001b2b;
  color: #b6d1db;
  padding: 3rem 0;
}

.footer .container {
  gap: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: var(--paprika);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(0, 44, 68, 0.22);
  display: none;
  z-index: 900;
  align-items: center;
  justify-content: center;
}

.back-top.show {
  display: flex;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 78px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.56rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 20px 45px rgba(0, 44, 68, 0.22);
  z-index: 901;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

.why-copy {
  align-self: flex-start;
  top: 110px;
}

.why-list {
  display: grid;
  gap: 18px;
}

.why-item {
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1px solid rgba(0, 44, 68, 0.08);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(0, 44, 68, 0.07);
}

.why-item span {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: #fff;
  font-weight: 700;
}

.why-item h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.why-item p {
  margin: 0;
}

.stats-band {
  background: linear-gradient(135deg, var(--deep), #034760);
}

.stats-band strong {
  font-size: clamp(2rem, 5vw, 4rem);
  display: block;
  color: #fff;
  line-height: 1;
}

.stats-band span {
  color: rgba(255, 255, 255, 0.75);
}

reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  :root {
    --header-offset: 50px;
  }

  .navbar-collapse {
    background: rgba(0, 44, 68, 0.98);
    border-radius: 18px;
    padding: 1rem;
    margin-top: 0.75rem;
  }

  .hero {
    padding-top: 90px;
  }

  .split-image {
    min-height: 360px;
  }

  section {
    padding: 72px 0;
  }

  .package-card img {
    height: 320px;
  }

  .footer .container {
    flex-direction: column;
    text-align: center;
  }

  .why-copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .hero-actions .btn {
    width: 100%;
  }

  .package-filter {
    justify-content: flex-start;
  }

  .why-item {
    flex-direction: column;
    gap: 1rem;
    padding: 22px;
  }

  .contact-panel {
    padding: 2rem;
    border-radius: 28px;
  }

  .contact-detail {
    gap: 0.75rem;
  }

  .contact-detail span:last-child,
  .contact-social span:last-child {
    overflow-wrap: anywhere;
  }
}

@media (min-width: 992px) {
  .why-copy {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 3rem;
  }

  .offer,
  .contact-panel {
    padding: 2rem;
    border-radius: 24px;
  }

  .lux-card img {
    height: 320px;
  }
}
