:root {
  --black: #20394d;
  --petroleum: #20394d;
  --petroleum-deep: #162b3d;
  --petroleum-soft: #2d4d64;
  --cream: #f7f1e7;
  --gold: #c9a84c;
  --white: #ffffff;
  --caribe: #d8c078;
  --ink: #151515;
  --muted: rgba(247, 241, 231, 0.74);
  --line: rgba(247, 241, 231, 0.16);
  --shadow: 0 30px 90px rgba(22, 43, 61, 0.22);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --wave-cream: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f1e7' d='M0 88L80 76C160 64 320 40 480 50.7C640 61 800 107 960 105.3C1120 104 1280 56 1360 32L1440 8V120H0Z'/%3E%3C/svg%3E");
  --wave-petroleum: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%2320394D' d='M0 88L80 76C160 64 320 40 480 50.7C640 61 800 107 960 105.3C1120 104 1280 56 1360 32L1440 8V120H0Z'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--gold);
  color: var(--petroleum-deep);
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(32, 57, 77, 0.86), rgba(32, 57, 77, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(150px, 16vw, 214px);
  min-width: 150px;
  filter: drop-shadow(0 10px 24px rgba(22, 43, 61, 0.36));
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 2.5vw, 34px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.34);
  padding: 11px 18px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta:hover {
  background: rgba(247, 241, 231, 0.1);
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.78), 0 14px 36px rgba(22, 43, 61, 0.24);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center start;
  padding: 130px clamp(20px, 7vw, 110px) 72px;
  background:
    linear-gradient(90deg, rgba(32, 57, 77, 0.78), rgba(32, 57, 77, 0.28)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=90") center/cover;
}

.hero::after,
.included-band::after,
.experiences::before,
.experiences::after,
.final-cta::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  height: clamp(54px, 8vw, 104px);
  pointer-events: none;
  background: var(--wave-cream) center bottom / 100% 100% no-repeat;
  content: "";
}

.hero::after {
  bottom: -1px;
}

.hero-video,
.hero-overlay,
.final-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(32, 57, 77, 0.92), rgba(32, 57, 77, 0.44) 56%, rgba(32, 57, 77, 0.18)),
    linear-gradient(0deg, rgba(32, 57, 77, 0.9), rgba(32, 57, 77, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.exclusive-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.exclusive-pill span {
  border: 0;
  border-radius: 999px;
  background: rgba(247, 241, 231, 0.12);
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.18);
  backdrop-filter: blur(14px);
  padding: 10px 14px;
  color: rgba(247, 241, 231, 0.94);
  font-size: 0.82rem;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 14px;
  font-size: clamp(3.3rem, 7.8vw, 7.2rem);
  line-height: 0.92;
  font-weight: 700;
}

.hero h2 {
  max-width: 760px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.45rem, 2.55vw, 2.65rem);
  line-height: 1.08;
  font-weight: 600;
}

.hero-copy {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(22, 43, 61, 0.22);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  box-shadow: 0 22px 54px rgba(22, 43, 61, 0.3);
  transform: translateY(-3px) scale(1.01);
}

.btn-primary {
  background: var(--gold);
  color: var(--petroleum-deep);
}

.btn-secondary {
  background: rgba(247, 241, 231, 0.1);
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.28), 0 16px 42px rgba(22, 43, 61, 0.18);
  backdrop-filter: blur(12px);
}

.hero-scroll {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: 36px;
  z-index: 2;
  width: 1px;
  height: 86px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.hero-scroll span {
  display: block;
  width: 100%;
  height: 34px;
  background: var(--caribe);
  animation: scrollHint 2s ease-in-out infinite;
}

@keyframes scrollHint {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(100px);
  }
}

.section {
  padding: clamp(96px, 11vw, 160px) clamp(20px, 5vw, 82px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.wide {
  max-width: 960px;
}

.pricing-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(32, 57, 77, 0.62);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-heading h2,
.included-copy h2,
.payment h2,
.final-content h2 {
  font-size: clamp(2rem, 4.2vw, 5rem);
  line-height: 0.98;
}

.holiday-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.holiday-card {
  min-height: 360px;
  padding: clamp(24px, 4vw, 42px);
  border: 0;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(45, 77, 100, 0.72), rgba(32, 57, 77, 0.86)),
    rgba(247, 241, 231, 0.06);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(247, 241, 231, 0.12);
}

.flag {
  display: inline-flex;
  margin-bottom: 54px;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.14);
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.3);
  padding: 8px 10px;
  color: var(--gold);
  font-weight: 900;
}

.kicker {
  color: var(--caribe);
  font-weight: 850;
  text-transform: uppercase;
}

.holiday-card h3 {
  max-width: 520px;
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  line-height: 1;
}

.holiday-card p:last-child {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.included-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(36px, 6vw, 86px);
  padding: clamp(110px, 12vw, 160px) clamp(20px, 5vw, 82px);
  background:
    linear-gradient(90deg, rgba(32, 57, 77, 0.94), rgba(32, 57, 77, 0.62)),
    url("https://images.unsplash.com/photo-1540202404-a2f29016b523?auto=format&fit=crop&w=2200&q=90") center/cover fixed;
}

.included-band::after {
  bottom: -1px;
}

.included-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.included-grid span {
  position: relative;
  min-height: 74px;
  border: 0;
  border-radius: var(--radius-sm);
  background: rgba(247, 241, 231, 0.1);
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.12), 0 14px 34px rgba(22, 43, 61, 0.16);
  padding: 20px 20px 20px 48px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.35;
}

.included-grid span::before {
  position: absolute;
  left: 20px;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.experiences {
  position: relative;
  background: var(--cream);
  color: var(--ink);
}

.experiences::before {
  top: -1px;
  background-image: var(--wave-petroleum);
  transform: rotate(180deg);
}

.experiences::after {
  bottom: -1px;
  background-image: var(--wave-petroleum);
}

.package-grid {
  display: grid;
  gap: 22px;
}

.package-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(320px, 1.02fr);
  min-height: 640px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.package-card:hover {
  box-shadow: 0 34px 100px rgba(22, 43, 61, 0.28);
  transform: translateY(-6px);
}

.package-card.ultra {
  background: var(--petroleum-deep);
  color: var(--white);
}

.media-stack {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--petroleum-soft);
}

.media-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 4500ms ease;
}

.media-stack img.active {
  opacity: 1;
  transform: scale(1);
}

.package-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.tier {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.package-body h3 {
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3.4vw, 4.3rem);
  line-height: 1;
}

.package-body h3 span {
  display: block;
  margin-top: 10px;
  color: var(--caribe);
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.package-body p:not(.tier) {
  max-width: 620px;
  color: rgba(21, 21, 21, 0.68);
  line-height: 1.75;
}

.package-card.ultra .package-body p:not(.tier) {
  color: rgba(255, 255, 255, 0.72);
}

.price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 26px;
}

.price-row.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 340px;
}

.price-row div {
  border: 0;
  border-radius: var(--radius-sm);
  background: rgba(32, 57, 77, 0.05);
  box-shadow: inset 0 0 0 1px rgba(32, 57, 77, 0.08);
  padding: 18px;
}

.package-card.ultra .price-row div {
  background: rgba(247, 241, 231, 0.06);
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.12);
}

.price-row small,
.price-row span {
  display: block;
}

.price-row small {
  margin-bottom: 10px;
  color: rgba(21, 21, 21, 0.58);
  font-weight: 800;
  text-transform: uppercase;
}

.package-card.ultra .price-row small {
  color: rgba(255, 255, 255, 0.58);
}

.price-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 2.7vw, 3rem);
  line-height: 1;
}

.price-row span {
  color: rgba(21, 21, 21, 0.62);
  font-size: 0.92rem;
}

.package-card.ultra .price-row span {
  color: rgba(255, 255, 255, 0.62);
}

.btn-card {
  align-self: flex-start;
  background: var(--petroleum);
  color: var(--white);
}

.ultra .btn-card {
  background: var(--gold);
  color: var(--petroleum-deep);
}

.payment {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  padding: clamp(110px, 11vw, 150px) clamp(20px, 5vw, 82px);
  background: var(--black);
}

.payment-panel {
  border: 0;
  border-radius: var(--radius-md);
  background: rgba(247, 241, 231, 0.08);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(247, 241, 231, 0.12);
  padding: clamp(24px, 4vw, 42px);
}

.payment-panel p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.payment-panel strong {
  color: var(--white);
}

.payment-panel small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.differentials {
  background: var(--petroleum-deep);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.diff-grid article {
  min-height: 180px;
  border: 0;
  border-radius: var(--radius-md);
  padding: 26px;
  background: rgba(247, 241, 231, 0.06);
  box-shadow: inset 0 0 0 1px rgba(247, 241, 231, 0.1), 0 16px 42px rgba(22, 43, 61, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}

.diff-grid article:hover {
  background: rgba(247, 241, 231, 0.09);
  transform: translateY(-4px);
}

.diff-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--caribe);
  font-weight: 900;
}

.diff-grid strong {
  display: block;
  max-width: 260px;
  font-size: clamp(1.12rem, 1.7vw, 1.65rem);
  line-height: 1.12;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 86svh;
  overflow: hidden;
  place-items: center start;
  padding: clamp(76px, 12vw, 150px) clamp(20px, 7vw, 110px);
}

.final-cta::before {
  top: -1px;
  background-image: var(--wave-petroleum);
  transform: rotate(180deg);
}

.final-bg {
  background:
    linear-gradient(90deg, rgba(32, 57, 77, 0.88), rgba(32, 57, 77, 0.24)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2400&q=90") center/cover;
}

.final-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.final-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 82px);
  background: var(--black);
  box-shadow: inset 0 1px 0 rgba(247, 241, 231, 0.1);
}

.footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.footer-logo {
  display: block;
  width: min(230px, 58vw);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(22, 43, 61, 0.3));
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.footer-cnpj {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .holiday-grid,
  .included-band,
  .payment,
  .package-card {
    grid-template-columns: 1fr;
  }

  .package-card {
    min-height: 0;
  }

  .package-card:nth-child(even) .media-stack {
    order: -1;
  }

  .diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 16px 18px;
  }

  .nav-cta {
    display: none;
  }

  .brand {
    width: 150px;
    min-width: 150px;
  }

  .hero {
    padding: 118px 18px 62px;
  }

  h1 {
    font-size: clamp(3.15rem, 18vw, 5.4rem);
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .section,
  .included-band,
  .payment,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .holiday-card {
    min-height: 300px;
  }

  .included-grid,
  .price-row,
  .diff-grid {
    grid-template-columns: 1fr;
  }

  .media-stack {
    min-height: 360px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
