:root {
  --ink: #170b27;
  --ink-soft: #5d5367;
  --purple-950: #120220;
  --purple-900: #1e0539;
  --purple-800: #35115b;
  --purple-700: #5e18a8;
  --purple-600: #7619da;
  --violet: #8b31f4;
  --lilac: #c982ff;
  --pink: #f14ee6;
  --cream: #faf7fd;
  --white: #fff;
  --green: #16c76a;
  --container: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 124px 0; position: relative; }

.page-noise {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; left: 0; top: 0; z-index: 0; pointer-events: none;
  border-radius: 50%; background: rgba(190, 102, 255, .08); filter: blur(60px); opacity: 0;
  transition: opacity .3s; transform: translate3d(-50%, -50%, 0);
}

.site-header {
  position: fixed; z-index: 1000; left: 0; right: 0; top: 0; padding: 18px 0;
  transition: background .4s, padding .4s, border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { padding: 10px 0; background: rgba(20, 3, 38, .78); backdrop-filter: blur(22px); border-color: rgba(255,255,255,.1); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand {
  width: 77px; height: 77px; border-radius: 50%; overflow: hidden; background: white;
  border: 1px solid rgba(255,255,255,.3); box-shadow: 0 10px 35px rgba(18,2,32,.2); flex: 0 0 auto;
  transition: width .3s, height .3s;
}
.brand img { width: 100%; height: 100%; object-fit: cover; }
.scrolled .brand { width: 60px; height: 60px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); color: rgba(255,255,255,.86); font-size: 14px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--lilac); transition: right .3s; }
.desktop-nav a:hover::after { right: 0; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 25px; border-radius: 999px; border: 1px solid transparent; font: 700 14px/1 "Manrope", sans-serif;
  cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s, background .3s, color .3s;
}
.button:hover { transform: translateY(-3px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.button-small { min-height: 47px; padding-inline: 20px; font-size: 13px; }
.button-whatsapp { background: var(--green); color: white; box-shadow: 0 10px 30px rgba(22,199,106,.22); }
.button-whatsapp:hover { background: #0fb860; box-shadow: 0 14px 38px rgba(22,199,106,.32); }
.button-whatsapp svg { fill: currentColor; stroke: none; width: 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 18px; height: 1px; background: #fff; margin: 5px auto; transition: transform .3s; }
.menu-toggle.active span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; background: var(--purple-950); color: white; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url("assets/images/hero-travel-v2.webp") 54% center / cover no-repeat; transform: scale(1.04); animation: heroDrift 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,1,28,.92) 0%, rgba(25,4,45,.76) 34%, rgba(21,3,41,.1) 68%), linear-gradient(0deg, rgba(15,1,29,.82), transparent 40%, rgba(15,1,29,.35)); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 48% 25%, rgba(204,87,255,.2), transparent 34%); mix-blend-mode: screen; }
.hero-content { position: relative; z-index: 2; padding-top: 120px; display: grid; grid-template-columns: minmax(0, 670px) 1fr; align-items: end; gap: 65px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #e6c6ff; font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--purple-600); }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(57px, 6.15vw, 92px); line-height: .96; max-width: 820px; margin: 25px 0 28px; }
h1 em, h2 em { color: var(--lilac); font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.03em; }
.hero-copy > p { color: rgba(255,255,255,.72); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; max-width: 590px; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.button-primary { background: linear-gradient(115deg, #9039f5, #ca55ee); color: white; box-shadow: 0 14px 42px rgba(119,25,218,.38), inset 0 1px rgba(255,255,255,.25); }
.button-primary:hover { box-shadow: 0 20px 52px rgba(119,25,218,.5); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; color: white; font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.25); }
.text-link span { transition: transform .3s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link.purple { color: var(--purple-700); border-color: rgba(94,24,168,.25); }

.hero-card { justify-self: end; width: min(100%, 330px); padding: 25px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(37,8,63,.42); backdrop-filter: blur(18px); box-shadow: 0 22px 60px rgba(0,0,0,.2); margin-bottom: 34px; }
.pulse-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.pulse-label i { width: 7px; height: 7px; border-radius: 50%; background: #83ffbd; box-shadow: 0 0 0 5px rgba(131,255,189,.1); animation: pulse 1.8s infinite; }
.hero-card-route { display: flex; align-items: center; justify-content: space-between; margin: 25px 0 12px; font: 700 18px/1 "Manrope", sans-serif; }
.hero-card-route svg { width: 65px; fill: none; stroke: var(--lilac); stroke-width: 1; stroke-dasharray: 4 4; overflow: visible; }
.hero-card > p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.5; }
.hero-package-count { display: flex; align-items: end; gap: 14px; margin: 25px 0 20px; }
.hero-package-count strong { font: 800 62px/.8 "Manrope"; letter-spacing: -.08em; color: var(--lilac); }
.hero-package-count span { max-width: 120px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.35; }
.hero-destinations { display: flex; flex-wrap: wrap; gap: 7px; }
.hero-destinations span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: rgba(255,255,255,.72); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.hero-card-bottom { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; margin-top: 18px; }
.hero-card-bottom > div:first-child { display: flex; flex-direction: column; }
.hero-card-bottom strong { font: 700 24px/1 "Manrope"; }
.hero-card-bottom span { color: rgba(255,255,255,.5); font-size: 10px; margin-top: 4px; }
.mini-avatars { display: flex; align-items: center; }
.mini-avatars b { width: 24px; height: 24px; margin-left: -6px; border-radius: 50%; border: 2px solid #4f2966; background: linear-gradient(145deg, #d991ff, #7235ac); }
.mini-avatars small { color: rgba(255,255,255,.54); font-size: 9px; margin-left: 7px; }
.hero-card-bottom > a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--lilac); }
.hero-bottom { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.scroll-cue i { width: 5px; height: 5px; background: var(--lilac); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,130,255,.12); }
.hero-line { flex: 1; height: 1px; background: rgba(255,255,255,.15); }

.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(230,198,255,.14); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 550px; height: 550px; right: -260px; top: 4%; animation: orbitFloat 12s ease-in-out infinite; }
.orbit-two { width: 260px; height: 260px; right: 13%; bottom: -170px; }

.destination-marquee { background: #8d36ed; color: white; overflow: hidden; padding: 16px 0; transform: rotate(-1deg) scale(1.02); position: relative; z-index: 3; margin-top: -4px; }
.marquee-track { display: flex; align-items: center; gap: 27px; width: max-content; animation: marquee 30s linear infinite; font: 600 12px/1 "Manrope"; text-transform: uppercase; letter-spacing: .16em; }
.marquee-track i { width: 5px; height: 5px; border: 1px solid white; transform: rotate(45deg); opacity: .75; }

.offers { overflow: hidden; padding-top: 145px; }
.aurora { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.aurora-left { width: 430px; height: 430px; left: -250px; top: 200px; background: rgba(184,87,255,.14); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .experience h2, .faq h2 { font-size: clamp(43px, 4.8vw, 68px); line-height: 1.02; max-width: 750px; margin-top: 20px; }
.section-heading h2 em, .faq h2 em { color: var(--purple-600); }
.section-heading > p { max-width: 350px; color: var(--ink-soft); line-height: 1.65; margin: 0 0 6px; font-size: 14px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.package-card { min-height: 575px; display: grid; grid-template-columns: .88fr 1.12fr; background: white; border: 1px solid rgba(34,9,60,.08); border-radius: 25px; overflow: hidden; box-shadow: 0 24px 70px rgba(56,11,93,.08); transition: transform .5s var(--ease), box-shadow .5s; }
.package-card:hover { transform: translateY(-8px); box-shadow: 0 32px 80px rgba(56,11,93,.15); }
.package-card--last { grid-column: 1 / -1; min-height: 460px; grid-template-columns: 1.1fr .9fr; }
.package-cover { position: relative; overflow: hidden; min-height: 100%; background: var(--purple-900); }
.package-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,2,32,.82) 0, transparent 58%); }
.package-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.package-card:hover .package-cover img { transform: scale(1.045); }
.package-tag { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 8px 11px; border-radius: 99px; background: rgba(255,255,255,.9); color: var(--purple-700); backdrop-filter: blur(9px); font: 700 9px/1 "Manrope"; text-transform: uppercase; letter-spacing: .08em; }
.package-place { position: absolute; z-index: 2; left: 21px; right: 21px; bottom: 22px; color: white; font: 800 clamp(25px, 2.2vw, 34px)/1.03 "Manrope"; letter-spacing: -.05em; }
.package-place small { display: block; margin-top: 7px; color: rgba(255,255,255,.65); font: 600 9px/1 "DM Sans"; letter-spacing: .12em; text-transform: uppercase; }
.package-body { display: flex; flex-direction: column; padding: 27px; }
.package-date { display: flex; justify-content: space-between; align-items: center; color: var(--purple-700); font: 700 10px/1 "Manrope"; letter-spacing: .08em; }
.package-date b { padding: 6px 8px; border-radius: 7px; background: #f1e7fb; font-size: 9px; }
.package-body h3 { margin: 23px 0 18px; min-height: 50px; font: 800 22px/1.14 "Manrope"; letter-spacing: -.04em; }
.package-body ul { list-style: none; margin: 0; padding: 0; }
.package-body li { position: relative; padding: 8px 0 8px 20px; color: var(--ink-soft); border-bottom: 1px solid #eee8f1; font-size: 12px; line-height: 1.35; }
.package-body li::before { content: "✓"; position: absolute; left: 0; color: var(--purple-600); font-weight: 700; }
.package-price { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding-top: 22px; margin-top: auto; }
.package-price > div { display: flex; flex-direction: column; }
.package-price small { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.package-price strong { color: var(--purple-800); font: 800 31px/1 "Manrope"; letter-spacing: -.05em; margin: 4px 0; }
.package-price span { color: var(--ink-soft); font-size: 9px; }
.package-price a { flex: 0 0 auto; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-700); color: white; font-size: 18px; transition: transform .3s, background .3s; }
.package-price a:hover { transform: rotate(45deg); background: var(--pink); }
.package-price.compact { align-items: center; }
.package-price.compact > small { max-width: 210px; line-height: 1.5; text-transform: none; }
.rate-list { display: grid; gap: 7px; }
.rate-list div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 11px; border-radius: 9px; background: #f7f1fa; font-size: 10px; }
.rate-list strong { color: var(--purple-700); white-space: nowrap; }
.legal-note { max-width: 850px; margin: 32px auto 0; color: #85788e; text-align: center; font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .04em; }
.offer-card { position: relative; border-radius: 25px; background: white; border: 1px solid rgba(34,9,60,.08); overflow: hidden; box-shadow: 0 24px 70px rgba(56,11,93,.08); transition: transform .5s var(--ease), box-shadow .5s; }
.offer-card:hover { transform: translateY(-10px); box-shadow: 0 32px 80px rgba(56,11,93,.16); }
.offer-card.featured::before { content: "MAIS PROCURADO"; position: absolute; z-index: 3; top: 16px; right: 16px; background: #b136e5; color: white; border-radius: 30px; padding: 9px 12px; font: 700 9px/1 "Manrope"; letter-spacing: .09em; box-shadow: 0 8px 20px rgba(70,9,96,.25); }
.offer-visual { display: block; position: relative; width: 100%; aspect-ratio: 1; border: 0; padding: 0; background: #18052c; cursor: zoom-in; overflow: hidden; }
.offer-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s; }
.offer-card:hover .offer-visual img { transform: scale(1.035); }
.image-action { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; border-radius: 30px; padding: 8px 9px 8px 14px; background: rgba(15,1,28,.72); color: white; backdrop-filter: blur(10px); font-size: 10px; font-weight: 600; opacity: 0; transform: translateY(8px); transition: .3s; }
.image-action b { display: grid; place-items: center; width: 23px; height: 23px; background: white; color: var(--purple-800); border-radius: 50%; }
.offer-card:hover .image-action { opacity: 1; transform: none; }
.offer-info { padding: 24px; }
.offer-topline { display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 11px; }
.chip { display: inline-flex; padding: 7px 10px; border-radius: 20px; background: #f1e7fb; color: var(--purple-700); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.offer-info h3 { font: 800 27px/1.1 "Manrope"; letter-spacing: -.04em; margin: 19px 0 7px; }
.offer-info > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; min-height: 39px; }
.price-line { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid #eee8f1; padding-top: 20px; margin-top: 20px; }
.price-line > div { display: flex; align-items: baseline; gap: 7px; }
.price-line small { color: var(--ink-soft); font-size: 10px; }
.price-line strong { font: 800 25px/1 "Manrope"; letter-spacing: -.05em; color: var(--purple-800); }
.price-line sup { font-size: 13px; }
.round-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-700); color: white; font-size: 18px; transition: transform .3s, background .3s; }
.round-link:hover { transform: rotate(45deg); background: var(--pink); }
.offers-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(42,10,63,.12); margin-top: 48px; padding-top: 28px; }
.offers-footer p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.offers-footer p span { color: var(--purple-600); margin-right: 8px; }
.button-outline { border-color: rgba(78,20,125,.25); color: var(--purple-700); background: rgba(255,255,255,.4); }
.button-outline:hover { background: white; border-color: var(--purple-600); box-shadow: 0 14px 30px rgba(87,25,132,.1); }

.experience { background: var(--purple-950); color: white; overflow: hidden; }
.experience::before { content: ""; position: absolute; width: 750px; height: 750px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; left: -450px; bottom: -480px; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.experience-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.experience h2 { margin: 24px 0; }
.experience h2 em { display: block; }
.experience-copy > p { color: rgba(255,255,255,.63); line-height: 1.75; max-width: 470px; }
.experience-list { margin-top: 44px; }
.experience-list > div { display: flex; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); }
.experience-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.experience-list span { color: var(--lilac); font: 600 11px/1 "Manrope"; }
.experience-list p { display: flex; flex-direction: column; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; }
.experience-list strong { color: white; font-size: 15px; margin-bottom: 3px; }
.video-collage { position: relative; min-height: 610px; }
.video-main { position: absolute; inset: 0 0 65px 90px; border-radius: 180px 26px 26px 26px; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.video-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,1,28,.55), transparent 45%); }
.video-main video, .video-small video { width: 100%; height: 100%; object-fit: cover; }
.video-label { position: absolute; z-index: 2; left: 30px; bottom: 26px; color: white; font: 600 11px/1 "Manrope"; letter-spacing: .14em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.video-label span { width: 25px; height: 1px; background: var(--lilac); }
.video-small { position: absolute; left: 0; bottom: 0; width: 200px; height: 250px; border-radius: 22px 90px 22px 22px; border: 8px solid var(--purple-950); overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,.3); }
.compass-badge { position: absolute; right: -35px; bottom: 18px; width: 125px; height: 125px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #8e32ed, #d24ae0); box-shadow: 0 18px 45px rgba(111,20,190,.35); animation: badgeFloat 4s ease-in-out infinite; }
.compass-badge svg { position: absolute; inset: 8px; width: calc(100% - 16px); fill: none; stroke: rgba(255,255,255,.38); stroke-width: 1; }
.compass-badge span { text-align: center; font: 800 9px/1.45 "Manrope"; letter-spacing: .08em; }

.journey { background: #f6f0fa; }
.section-heading.centered { flex-direction: column; align-items: center; text-align: center; margin-bottom: 70px; }
.section-heading.centered h2 { max-width: 800px; }
.journey-steps { display: grid; grid-template-columns: 1fr 85px 1fr 85px 1fr; align-items: start; }
.journey-steps article { text-align: center; }
.step-icon { width: 100px; height: 100px; border-radius: 28px; margin: 0 auto 28px; position: relative; display: grid; place-items: center; background: white; border: 1px solid rgba(73,20,113,.1); box-shadow: 0 18px 50px rgba(62,15,97,.08); transition: transform .4s var(--ease), background .4s, color .4s; }
.journey-steps article:hover .step-icon { transform: translateY(-7px) rotate(-2deg); background: var(--purple-700); color: white; }
.step-icon span { position: absolute; top: 9px; left: 11px; color: var(--purple-600); font: 700 9px/1 "Manrope"; }
.journey-steps article:hover .step-icon span { color: var(--lilac); }
.step-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.journey-steps h3 { margin: 0 0 11px; font: 800 19px/1.2 "Manrope"; letter-spacing: -.03em; }
.journey-steps p { max-width: 235px; margin: auto; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.step-path { height: 100px; display: flex; align-items: center; }
.step-path::before { content: ""; height: 1px; flex: 1; background: repeating-linear-gradient(90deg, rgba(91,23,142,.3) 0 6px, transparent 6px 12px); }
.step-path i { display: none; }

.testimonial { min-height: 620px; display: grid; place-items: center; overflow: hidden; background: var(--purple-900); color: white; text-align: center; }
.testimonial-bg { position: absolute; inset: -8%; background: linear-gradient(rgba(31,4,55,.55), rgba(31,4,55,.86)), url("assets/images/hero-travel-v2.webp") center 48% / cover; filter: saturate(.75); transform: scale(1.05); }
.testimonial::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(202,85,238,.35), transparent 40%); }
.testimonial-content { position: relative; z-index: 2; max-width: 900px; }
.quote-mark { display: block; height: 70px; color: var(--lilac); font: italic 100px/1 "Playfair Display"; opacity: .9; }
.testimonial-content > p { font: 500 clamp(34px, 4.5vw, 60px)/1.2 "Playfair Display"; font-style: italic; letter-spacing: -.02em; margin: 10px auto 45px; }
.testimonial-signature { display: inline-flex; align-items: center; gap: 15px; text-align: left; }
.testimonial-signature i { width: 45px; height: 1px; background: var(--lilac); }
.testimonial-signature span { display: flex; flex-direction: column; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; line-height: 1.6; }
.testimonial-signature strong { color: white; font-size: 11px; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 130px); }
.faq h2 { font-size: clamp(40px, 4.2vw, 59px); margin: 22px 0; }
.faq-intro > p { color: var(--ink-soft); max-width: 390px; line-height: 1.7; font-size: 14px; margin-bottom: 25px; }
.accordion details { border-bottom: 1px solid #e8e1ec; }
.accordion summary { list-style: none; cursor: pointer; padding: 25px 48px 25px 0; position: relative; font: 700 16px/1.35 "Manrope"; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 4px; top: 31px; width: 14px; height: 1px; background: var(--purple-700); transition: transform .3s; }
.accordion summary span::after { content: ""; position: absolute; inset: 0; width: 14px; height: 1px; background: var(--purple-700); transform: rotate(90deg); transition: transform .3s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { color: var(--ink-soft); line-height: 1.7; margin: -5px 48px 25px 0; font-size: 13px; animation: fadeIn .35s ease; }

.final-cta { background: var(--purple-950); color: white; text-align: center; padding: 125px 0; position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.final-cta::before { width: 600px; height: 600px; left: -320px; top: -320px; box-shadow: 0 0 0 70px rgba(255,255,255,.015), 0 0 0 140px rgba(255,255,255,.01); }
.final-cta::after { width: 330px; height: 330px; right: -150px; bottom: -200px; }
.final-cta-glow { position: absolute; left: 50%; top: 5%; width: 700px; height: 480px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(128,34,224,.35), transparent 65%); }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; }
.final-cta h2 { font-size: clamp(47px, 6vw, 80px); line-height: 1; max-width: 850px; margin: 25px auto; }
.final-cta h2 em { display: block; }
.final-cta p { color: rgba(255,255,255,.6); margin: 0 0 35px; }
.button-large { min-height: 61px; padding-inline: 31px; font-size: 15px; }
.cta-note { margin-top: 18px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { background: #0a0111; color: white; padding: 48px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 65px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; background: white; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: 12px; max-width: 190px; line-height: 1.5; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; }
.footer-contact span { color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.footer-contact a { font: 600 16px/1 "Manrope"; }
.back-top { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transition: background .3s; }
.back-top:hover { background: var(--purple-700); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 35px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.3); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }

.mobile-whatsapp { display: none; }
.lightbox { width: min(92vw, 860px); max-height: 92vh; border: 0; padding: 0; border-radius: 20px; background: #180429; overflow: visible; box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(9,0,18,.88); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 20px; }
.lightbox-close { position: absolute; right: -14px; top: -14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: white; color: var(--purple-900); font-size: 25px; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.25); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--delay, 0ms); }
[data-reveal].revealed { opacity: 1; transform: none; }

@keyframes heroDrift { to { transform: scale(1.09) translate3d(-1%, -.5%, 0); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(131,255,189,0); } }
@keyframes orbitFloat { 50% { transform: translate(-15px, 16px); } }
@keyframes badgeFloat { 50% { transform: translateY(-9px) rotate(3deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero-content { grid-template-columns: 1fr .55fr; gap: 30px; }
  .hero-card { width: 280px; }
  .video-collage { min-height: 530px; }
  .video-main { left: 55px; }
  .compass-badge { right: -10px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 34px, 680px); }
  .section { padding: 90px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .brand { width: 62px; height: 62px; }
  .site-header.scrolled .brand { width: 52px; height: 52px; }
  .mobile-menu { position: fixed; z-index: -1; inset: 0; background: rgba(18,2,32,.98); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .35s var(--ease); }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a:not(.button) { color: white; font: 700 27px/1.2 "Manrope"; }
  .mobile-menu .button { margin-top: 14px; }
  .hero { min-height: 920px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,1,28,.94), rgba(25,4,45,.62) 70%, rgba(21,3,41,.25)), linear-gradient(0deg, rgba(15,1,29,.9), transparent 45%); }
  .hero-content { grid-template-columns: 1fr; padding: 145px 0 100px; align-content: center; }
  .hero-copy { max-width: 660px; }
  .hero-card { display: none; }
  .hero-bottom { bottom: 24px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .package-card { grid-template-columns: 1fr; min-height: auto; }
  .package-cover { min-height: 310px; }
  .package-card--last { grid-column: auto; grid-template-columns: 1fr; }
  .offer-card:first-child { grid-column: span 2; width: calc(50% - 11px); }
  .experience-grid, .faq-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 620px; }
  .video-collage { min-height: 620px; }
  .journey-steps { grid-template-columns: 1fr; gap: 42px; }
  .step-path { display: none; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-contact { display: none; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 30px); }
  body { padding-bottom: 78px; }
  .section { padding: 75px 0; }
  .site-header { padding: 12px 0; }
  .hero { min-height: 100svh; max-height: 850px; }
  .hero-image { background-position: 69% center; animation: none; transform: scale(1.03); }
  .hero-shade { background: linear-gradient(90deg, rgba(15,1,28,.93), rgba(18,2,33,.52) 80%, rgba(15,1,28,.22)), linear-gradient(0deg, rgba(15,1,29,.95) 0%, transparent 55%, rgba(15,1,29,.25)); }
  .hero-content { padding-top: 120px; padding-bottom: 100px; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .eyebrow span { width: 24px; }
  h1 { font-size: clamp(48px, 15vw, 67px); margin: 20px 0 22px; max-width: 500px; }
  .hero-copy > p { font-size: 15px; line-height: 1.55; max-width: 440px; }
  .hero-actions { margin-top: 30px; gap: 18px; align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-bottom { font-size: 8px; gap: 12px; }
  .hero-index { display: none; }
  .destination-marquee { padding: 13px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2, .experience h2, .faq h2 { font-size: clamp(39px, 12vw, 52px); }
  .section-heading > p { margin-top: 20px; }
  .offers { padding-top: 95px; }
  .offer-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -15px; padding-right: 15px; padding-bottom: 18px; scrollbar-width: none; }
  .package-grid { grid-template-columns: 1fr; gap: 17px; }
  .package-card { grid-template-columns: 1fr; border-radius: 22px; }
  .package-cover { min-height: 265px; }
  .package-body { padding: 23px; }
  .package-body h3 { min-height: auto; font-size: 22px; }
  .package-place { font-size: 31px; }
  .package-price strong { font-size: 34px; }
  .offer-grid::-webkit-scrollbar { display: none; }
  .offer-card, .offer-card:first-child { width: min(84vw, 360px); flex: 0 0 min(84vw, 360px); scroll-snap-align: start; }
  .offer-info { padding: 21px; }
  .offer-info h3 { font-size: 24px; }
  .image-action { display: none; }
  .offers-footer { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .offers-footer .button { width: 100%; }
  .experience { padding-bottom: 95px; }
  .experience h2 em { display: inline; }
  .experience-list { margin-top: 35px; }
  .video-collage { min-height: 480px; margin-top: 10px; }
  .video-main { inset: 0 0 50px 30px; border-radius: 95px 20px 20px 20px; }
  .video-small { width: 125px; height: 165px; border-width: 6px; border-radius: 18px 55px 18px 18px; }
  .compass-badge { width: 92px; height: 92px; right: -8px; bottom: 7px; }
  .compass-badge span { font-size: 7px; }
  .section-heading.centered { margin-bottom: 50px; }
  .step-icon { width: 90px; height: 90px; }
  .testimonial { min-height: 540px; padding: 80px 0; }
  .testimonial-content > p { font-size: clamp(31px, 9.6vw, 45px); }
  .faq-grid { gap: 35px; }
  .accordion summary { font-size: 15px; padding-block: 21px; }
  .accordion summary span, .accordion summary span::after { top: 28px; }
  .final-cta { padding: 90px 0; }
  .final-cta h2 { font-size: clamp(44px, 13vw, 60px); }
  .final-cta p { font-size: 14px; line-height: 1.6; }
  .final-cta .button { width: 100%; }
  .footer-top { gap: 20px; }
  .footer-brand p { display: none; }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom p + p { margin-top: 9px; }
  .mobile-whatsapp { position: fixed; z-index: 990; left: 10px; right: 10px; bottom: calc(9px + env(safe-area-inset-bottom)); height: 62px; display: flex; align-items: center; justify-content: center; gap: 13px; border-radius: 17px; background: #16c76a; color: white; box-shadow: 0 13px 35px rgba(10,1,17,.33); font: 700 14px/1.15 "Manrope"; }
  .mobile-whatsapp svg { width: 24px; fill: currentColor; }
  .mobile-whatsapp span { display: flex; flex-direction: column; }
  .mobile-whatsapp small { font: 500 8px/1.5 "DM Sans"; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
  .lightbox { width: calc(100vw - 20px); border-radius: 14px; }
  .lightbox img { border-radius: 14px; }
  .lightbox-close { right: 5px; top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
