:root {
  --orange: #ff5b00;
  --orange2: #ff7a1a;
  --orange3: #ff9a3d;
  --navy: #071b2f;
  --navy2: #0b2b46;
  --text: #172033;
  --muted: #5f6f82;
  --soft: #fff6ef;
  --white: #ffffff;
  --shadow: 0 22px 65px rgba(7, 27, 47, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); text-decoration: none; }
img { max-width: 100%; }

/* Header */
.site-header {
  padding: 20px 0;
  z-index: 997;
  transition: .25s ease;
}
.site-header.header-scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 34px rgba(7,27,47,.12);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(7,27,47,.18)); }
.brand-copy strong { display: block; color: var(--navy); font-size: 30px; font-weight: 900; line-height: 1; letter-spacing: -1px; }
.brand-copy strong span { color: var(--orange); }
.brand-copy small { display: block; color: var(--navy); font-size: 14px; font-style: italic; margin-top: 4px; }

.navbar { padding: 0; }
.navbar ul {
  display: flex; align-items: center; gap: 4px; list-style: none; padding: 10px 16px; margin: 0;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(7,27,47,.12);
  backdrop-filter: blur(18px);
}
.navbar a, .navbar a:focus {
  display: block;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  border-radius: 999px;
  transition: .2s ease;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: var(--orange);
  background: rgba(255,91,0,.08);
}
.mobile-nav-toggle { display: none; color: var(--navy); font-size: 30px; cursor: pointer; }
.promo-button {
  border: 0;
  border-radius: 18px;
  padding: 17px 25px;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 15px 35px rgba(255,91,0,.34);
  transition: .25s ease;
}
.promo-button:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(255,91,0,.45); }
.promo-button i { margin-right: 6px; }

/* Mobile nav compatible with BootstrapMade main.js */
@media (max-width: 991px) {
  .mobile-nav-toggle { display: block; }
  .navbar ul { display: none; }
  .navbar-mobile {
    position: fixed; inset: 0; z-index: 999; background: rgba(7,27,47,.92); overflow: hidden;
  }
  .navbar-mobile .mobile-nav-toggle { position: absolute; top: 22px; right: 22px; color: #fff; }
  .navbar-mobile ul {
    display: block; position: absolute; top: 80px; left: 18px; right: 18px; bottom: 18px;
    overflow-y: auto; border-radius: 28px; padding: 16px; background: #fff;
  }
  .navbar-mobile a { padding: 15px 18px; margin-bottom: 4px; }
  .promo-button { display: none; }
}

/* Hero exactly like the tropical mockup: vivid image, strong orange, less opacity */
.hero-section {
  min-height: 780px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 120px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: heroImageChange 18s infinite;
}
@keyframes heroImageChange {
  0%, 28% { background-image: url("../img/hero-bg.jpg"); }
  34%, 62% { background-image: url("../img/hero2.jpg"); }
  68%, 100% { background-image: url("../img/hero3.jpg"); }
}
.hero-dark {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.08) 38%, rgba(0,0,0,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.06) 75%, #fff 100%);
}
.hero-container { position: relative; z-index: 2; }
.hero-text { padding-top: 40px; }
.script-title {
  font-family: "Pacifico", cursive;
  color: var(--orange);
  font-size: clamp(36px, 4.5vw, 66px);
  text-shadow: 0 2px 0 rgba(255,255,255,.55);
  display: inline-block;
  margin-bottom: 12px;
}
.hero-text h1 {
  font-size: clamp(70px, 8.4vw, 132px);
  line-height: .82;
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -6px;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(255,255,255,.55);
}
.hero-text h1 span { color: var(--orange); display: block; }
.hero-text h2 {
  font-family: "Pacifico", cursive;
  color: var(--orange);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  margin: 18px 0 18px;
  text-shadow: 0 2px 0 rgba(255,255,255,.6);
}
.hero-text p {
  max-width: 760px;
  color: var(--navy);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.65;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.btn-orange, .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 16px 25px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .25s ease;
}
.btn-orange {
  border: 0;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
  box-shadow: 0 16px 35px rgba(255,91,0,.34);
}
.btn-orange:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 24px 48px rgba(255,91,0,.44); }
.btn-white {
  border: 2px solid var(--orange);
  background: rgba(255,255,255,.75);
  color: var(--navy);
  backdrop-filter: blur(10px);
}
.btn-white:hover { color: #fff; background: var(--orange); transform: translateY(-4px); }

.deal-card {
  width: min(390px, 100%);
  margin-left: auto;
  margin-top: 60px;
  padding: 36px;
  border-radius: 28px;
  color: #fff;
  background: rgba(7, 27, 47, .78);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.deal-card span { font-family: "Pacifico", cursive; font-size: 34px; }
.deal-card p { margin: 20px 0 0; font-weight: 900; font-size: 20px; text-transform: uppercase; }
.deal-card strong { display: block; color: var(--orange2); font-size: 90px; line-height: .95; font-weight: 900; }
.deal-card small { display: block; margin-bottom: 26px; text-transform: uppercase; font-weight: 900; color: rgba(255,255,255,.9); }
.deal-card button { border: 0; border-radius: 14px; padding: 15px 22px; background: var(--orange); color: #fff; font-weight: 900; text-transform: uppercase; }

/* Feature panel under hero */
.hero-features-section { position: relative; z-index: 5; padding: 0 0 40px; margin-top: -70px; }
.feature-panel {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(16px);
}
.feature-panel article { padding: 28px 20px; text-align: center; border-right: 1px solid rgba(7,27,47,.1); }
.feature-panel article:last-child { border-right: 0; }
.feature-panel i {
  width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 15px;
  border-radius: 50%; background: #fff1e8; color: var(--orange); font-size: 36px;
  box-shadow: 0 14px 30px rgba(255,91,0,.12);
}
.feature-panel strong { display: block; color: var(--navy); font-size: 14px; font-weight: 900; text-transform: uppercase; margin-bottom: 8px; }
.feature-panel span { display: block; color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Generic sections */
section { padding: 80px 0; }
.section-white { background: #fff; }
.section-title { margin-bottom: 38px; }
.section-title span, .small-orange { color: var(--orange); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.section-title h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  margin: 7px 0 6px;
}
.section-title h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  border-radius: 99px;
  background: var(--orange);
  margin: 12px auto 0;
}
.section-title p { color: var(--muted); font-size: 16px; margin: 0; }

/* Destinations */
.destinations-section { padding-top: 40px; }
.destination-card {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--navy);
  box-shadow: 0 18px 45px rgba(7,27,47,.16);
}
.destination-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .45s ease; }
.destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,27,47,.92)); }
.destination-card:hover img { transform: scale(1.1); }
.destination-card div { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: #fff; }
.destination-card h3 { font-size: 25px; font-weight: 900; margin: 0; }
.destination-card p { margin: 2px 0 0; text-transform: uppercase; font-size: 12px; font-weight: 800; opacity: .9; }
.destination-card b {
  position: absolute; right: 16px; bottom: 18px; z-index: 3;
  padding: 12px 15px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}
.destination-card b strong { display: block; font-size: 24px; }

/* Services */
.services-section {
  background: linear-gradient(180deg, #fff, #fff3ea 100%);
  padding-top: 70px;
}
.service-card {
  height: 100%;
  min-height: 210px;
  background: #fff;
  border: 1px solid rgba(255,91,0,.12);
  border-radius: 20px;
  padding: 30px 18px;
  text-align: center;
  box-shadow: 0 12px 38px rgba(7,27,47,.08);
  transition: .25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(255,91,0,.17); }
.service-card i { display: block; color: var(--orange); font-size: 48px; margin-bottom: 14px; }
.service-card h3 { color: var(--navy); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.stats-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--orange), #ff6b00);
  box-shadow: 0 18px 40px rgba(255,91,0,.25);
}
.stats-strip div { color: #fff; padding: 22px; display: grid; grid-template-columns: 48px auto; column-gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.35); }
.stats-strip div:last-child { border-right: 0; }
.stats-strip i { font-size: 40px; grid-row: span 2; }
.stats-strip strong { font-size: 28px; font-weight: 900; line-height: 1; }
.stats-strip span { font-size: 12px; font-weight: 900; text-transform: uppercase; }

/* About */
.about-section { background: #fff; }
.about-image { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 420px; object-fit: cover; display: block; }
.about-section h2 { color: var(--navy); font-size: clamp(30px, 4vw, 44px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; margin: 8px 0 18px; }
.about-section h2::after { content: ""; display: block; width: 75px; height: 4px; background: var(--orange); border-radius: 99px; margin-top: 12px; }
.about-section p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; margin: 22px 0 28px; }
.about-grid div { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--navy); }
.about-grid i { color: var(--orange); font-size: 24px; }

/* Gallery */
.gallery-card { position: relative; height: 270px; display: block; overflow: hidden; border-radius: 20px; box-shadow: 0 16px 42px rgba(7,27,47,.14); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,27,47,.84)); }
.gallery-card span { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: #fff; font-size: 22px; font-weight: 900; }
.gallery-card:hover img { transform: scale(1.1); }

/* Mozambique */
.moz-section { background: linear-gradient(180deg, #fff7f0, #fff); }
.moz-card { position: relative; height: 360px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); background: var(--navy); }
.moz-card img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.moz-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(7,27,47,.9)); }
.moz-card:hover img { transform: scale(1.08); }
.moz-card div { position: absolute; left: 24px; right: 24px; bottom: 24px; color: #fff; z-index: 2; }
.moz-card h3 { font-weight: 900; font-size: 25px; margin: 0 0 8px; }
.moz-card p { color: rgba(255,255,255,.9); margin: 0; line-height: 1.55; }

/* Contact */
.contact-section { background: #fff; }
.map-card { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 320px; border: 0; display: block; }
.contact-card, .contact-form { height: 100%; background: #fff; padding: 32px; border-radius: 24px; box-shadow: 0 14px 42px rgba(7,27,47,.1); }
.contact-card > div { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; margin-bottom: 28px; }
.contact-card > div:last-child { margin-bottom: 0; }
.contact-card i { grid-row: span 2; width: 54px; height: 54px; display: grid; place-items: center; color: var(--orange); background: #fff1e8; border-radius: 18px; font-size: 24px; }
.contact-card h4 { color: var(--navy); font-size: 18px; font-weight: 900; margin: 0 0 5px; }
.contact-card p { color: var(--muted); margin: 0; line-height: 1.6; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid rgba(7,27,47,.14); border-radius: 16px; padding: 16px 18px; background: #fffaf6; outline: 0; transition: .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,91,0,.1); background: #fff; }
.contact-form button { border: 0; border-radius: 16px; padding: 16px 24px; background: linear-gradient(135deg, var(--orange), var(--orange2)); color: #fff; font-weight: 900; box-shadow: 0 14px 34px rgba(255,91,0,.25); }

/* Footer */
.footer-section { background: linear-gradient(135deg, #061828, #09243c); color: #fff; padding: 55px 0 22px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { width: 70px; }
.footer-brand strong { display: block; font-size: 27px; font-weight: 900; }
.footer-brand strong span { color: var(--orange); }
.footer-brand small { display: block; font-size: 13px; font-style: italic; opacity: .8; }
.footer-section h4 { font-size: 16px; font-weight: 900; margin-bottom: 16px; }
.footer-section p, .footer-section a { color: rgba(255,255,255,.76); line-height: 1.75; }
.footer-section a { display: block; margin-bottom: 7px; }
.footer-section a:hover { color: var(--orange); }
.footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); text-align: center; color: rgba(255,255,255,.65); }

/* Floating */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 9999; display: flex; align-items: center; gap: 12px; color: #fff; transition: .25s ease; }
.whatsapp-float span { background: #fff; color: var(--navy); padding: 12px 15px; border-radius: 18px; font-size: 12px; font-weight: 900; line-height: 1.2; box-shadow: var(--shadow); }
.whatsapp-float i { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; font-size: 38px; box-shadow: 0 12px 35px rgba(37,211,102,.42); animation: whatsPulse 2s infinite; }
.whatsapp-float:hover { color: #fff; transform: translateY(-4px); }
@keyframes whatsPulse { 0%{ box-shadow:0 0 0 0 rgba(37,211,102,.45);} 70%{box-shadow:0 0 0 18px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 25px; bottom: 105px; z-index: 996; width: 45px; height: 45px; border-radius: 50%; background: var(--orange); transition: .25s ease; }
.back-to-top i { color: #fff; font-size: 30px; }
.back-to-top.active { visibility: visible; opacity: 1; }

/* Promo modal */
.promo-modal { border: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.promo-modal .modal-title { color: var(--navy); font-weight: 900; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: var(--orange); border-radius: 50%; padding: 20px; }

/* Responsive */
@media (max-width: 1199px) {
  .brand { min-width: auto; }
  .navbar a { padding: 12px 10px; font-size: 12px; }
  .feature-panel { grid-template-columns: repeat(3, 1fr); }
  .feature-panel article:nth-child(3) { border-right: 0; }
}
@media (max-width: 991px) {
  .hero-section { min-height: auto; padding: 145px 0 120px; }
  .hero-text h1 { letter-spacing: -3px; }
  .deal-card { margin: 0; }
  .hero-features-section { margin-top: -55px; }
  .feature-panel { grid-template-columns: repeat(2, 1fr); }
  .feature-panel article { border-right: 0; border-bottom: 1px solid rgba(7,27,47,.08); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .brand-logo { width: 56px; height: 56px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy small { display: none; }
  .hero-section { padding-top: 125px; }
  .hero-text h1 { font-size: 62px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .feature-panel { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .whatsapp-float span { display: none; }
  .whatsapp-float i { width: 62px; height: 62px; font-size: 32px; }
  .back-to-top { bottom: 94px; }
}
