:root {
  --ink: #10041c;
  --deep: #160627;
  --purple: #6d21ff;
  --violet: #9d43ff;
  --lilac: #d3b2ff;
  --pink: #ee57c7;
  --aqua: #6ee7f2;
  --cream: #f8f4ff;
  --white: #fff;
  --muted: #bdb4ca;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { display: block; max-width: 100%; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--violet), var(--purple)); border-radius: 8px; }
::selection { background: var(--violet); color: white; }

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  gap: 20px;
  background: var(--ink);
  transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.hidden { opacity: 0; visibility: hidden; }
.page-loader p { margin: 0; color: var(--lilac); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.loader-mark { display: flex; align-items: end; justify-content: center; gap: 5px; height: 32px; }
.loader-mark span { width: 4px; height: 14px; border-radius: 9px; background: var(--violet); animation: loading 1s ease-in-out infinite; }
.loader-mark span:nth-child(2) { animation-delay: .12s; }
.loader-mark span:nth-child(3) { animation-delay: .24s; }
@keyframes loading { 50% { height: 32px; background: var(--aqua); } }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background .35s, height .35s, border-color .35s, backdrop-filter .35s;
}
.site-header.scrolled { height: 76px; background: rgba(16, 4, 28, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { width: 96px; height: 70px; padding: 5px 12px; border-radius: 14px; background: rgba(255,255,255,.96); overflow: hidden; transition: transform .25s; }
.brand:hover { transform: translateY(-2px); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 38px; font-family: "Manrope", sans-serif; font-size: 13px; color: rgba(255,255,255,.8); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--lilac); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; padding: 13px 18px 13px 22px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: background .25s, border-color .25s; }
.header-cta:hover { background: var(--purple); border-color: var(--purple); }
.header-cta svg, .primary-btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-video { position: absolute; z-index: -5; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.08); }
.hero-shade { position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg, rgba(15,3,27,.93) 0%, rgba(15,3,27,.63) 48%, rgba(15,3,27,.19) 100%), linear-gradient(0deg, var(--ink) 0%, transparent 26%, rgba(18,5,31,.2) 100%); }
.hero-aurora { position: absolute; z-index: -3; border-radius: 50%; filter: blur(70px); pointer-events: none; mix-blend-mode: screen; }
.aurora-one { width: 55vw; height: 55vw; background: rgba(117,24,255,.3); top: -30vw; right: -10vw; animation: drift 12s ease-in-out infinite alternate; }
.aurora-two { width: 42vw; height: 42vw; background: rgba(43,207,240,.14); bottom: -30vw; left: 30vw; animation: drift 16s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate3d(-5vw, 7vw, 0) scale(1.15); } }
.star-field { position: absolute; z-index: -2; inset: 0; opacity: .35; background-image: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 83px 83px; mask-image: linear-gradient(to right, transparent 20%, black); animation: stars 25s linear infinite; }
@keyframes stars { to { background-position: 83px -83px; } }
.hero-content { width: min(var(--max), calc(100% - 56px)); margin: 40px auto 0; padding-bottom: 70px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 11px; color: var(--lilac); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 6px rgba(110,231,242,.1), 0 0 18px var(--aqua); }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
.hero h1 { max-width: 1000px; margin: 26px 0 24px; font-size: clamp(50px, 6.2vw, 91px); line-height: .98; font-weight: 500; }
.hero h1 em, h2 em, h3 em { color: var(--lilac); font-style: normal; font-weight: 500; }
.hero-copy { max-width: 585px; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.primary-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 62px; padding: 0 23px 0 29px; overflow: hidden; border-radius: 100px; background: linear-gradient(115deg, var(--purple), var(--violet)); box-shadow: 0 15px 50px rgba(109,33,255,.34); font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s, box-shadow .25s; }
.primary-btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,.28), transparent 75%); transform: translateX(-100%); transition: transform .55s; }
.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 19px 60px rgba(109,33,255,.5); }
.primary-btn:hover::before { transform: translateX(100%); }
.text-btn { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.78); font-size: 13px; }
.text-btn span { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.hero-side-note { position: absolute; right: max(20px, calc((100vw - var(--max)) / 2)); bottom: 130px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.5); font: 600 9px/1 "Manrope", sans-serif; letter-spacing: .17em; writing-mode: vertical-rl; }
.hero-side-note div { width: 1px; height: 56px; background: rgba(255,255,255,.25); }
.hero-scroll { position: absolute; left: max(28px, calc((100vw - var(--max)) / 2)); bottom: 42px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-line { position: relative; width: 72px; height: 1px; background: rgba(255,255,255,.17); overflow: hidden; }
.scroll-line::after { content: ""; position: absolute; inset: 0; background: var(--lilac); transform: translateX(-100%); animation: scroll-line 2.2s ease-in-out infinite; }
@keyframes scroll-line { 55%,100% { transform: translateX(100%); } }
.wave-layer { position: absolute; z-index: -1; left: 0; right: 0; bottom: -2px; height: 80px; }
.wave-layer svg { width: 100%; height: 100%; }
.wave-layer path { fill: var(--ink); }

.ticker { height: 78px; display: flex; align-items: center; overflow: hidden; background: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker-track { display: flex; align-items: center; gap: 34px; width: max-content; white-space: nowrap; animation: ticker 28s linear infinite; }
.ticker span { font: 500 12px/1 "Manrope", sans-serif; letter-spacing: .18em; color: rgba(255,255,255,.6); }
.ticker b { color: var(--violet); font-size: 17px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 130px max(28px, calc((100vw - var(--max)) / 2)); }
.experience { background: radial-gradient(circle at 88% 35%, rgba(108,32,255,.15), transparent 30%), var(--ink); }
.section-kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.experience-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 9vw; align-items: end; margin-top: 32px; }
.experience h2, .offers h2, .process h2 { margin: 0; font-size: clamp(41px, 5.2vw, 70px); line-height: 1.05; font-weight: 500; }
.experience-copy p { margin: 0 0 26px; color: var(--muted); line-height: 1.7; font-size: 16px; }
.experience-copy a { display: inline-flex; gap: 10px; color: var(--lilac); font-size: 13px; border-bottom: 1px solid rgba(211,178,255,.4); padding-bottom: 6px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 78px; }
.feature-card { min-height: 345px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .35s, border-color .35s, background .35s; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(211,178,255,.38); background: linear-gradient(150deg, rgba(157,67,255,.16), rgba(255,255,255,.025)); }
.feature-card.featured { background: linear-gradient(145deg, rgba(109,33,255,.34), rgba(34,8,59,.85)); border-color: rgba(211,178,255,.26); }
.feature-number { color: rgba(255,255,255,.3); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .16em; }
.feature-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 45px 0 auto; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--lilac); }
.feature-icon svg { width: 40px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 25px 0 8px; font-size: 21px; font-weight: 600; }
.feature-card p { margin: 0; max-width: 270px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.offers { background: #f5f0fb; color: var(--deep); overflow: hidden; }
.offers .section-kicker { color: var(--purple); }
.offers-heading { display: grid; grid-template-columns: 1.5fr .6fr; gap: 9vw; align-items: end; margin-bottom: 76px; }
.offers-heading p { margin: 0 0 7px; color: #6c6375; line-height: 1.7; }
.offers h2 { margin-top: 26px; }
.offers h2 em { color: var(--purple); }
.offer-list { display: grid; gap: 26px; }
.offer-card { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 585px; border-radius: 25px; background: var(--white); overflow: hidden; box-shadow: 0 24px 70px rgba(47,19,76,.1); }
.offer-card.reverse .offer-visual { order: 2; }
.offer-visual { position: relative; min-height: 100%; overflow: hidden; background: #d8cdeb; }
.offer-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,4,28,.24), transparent 32%); pointer-events: none; }
.offer-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.offer-card:hover .offer-visual img { transform: scale(1.035); }
.zoom-offer { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(16,4,28,.42); color: white; backdrop-filter: blur(10px); cursor: pointer; transition: background .25s, transform .25s; }
.zoom-offer:hover { background: var(--purple); transform: scale(1.08); }
.zoom-offer svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.carnival-tag { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 9px 14px; border-radius: 100px; background: #ffde31; color: #3c0a66; font: 800 10px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.offer-info { padding: 54px clamp(34px, 5vw, 72px) 44px; display: flex; flex-direction: column; }
.offer-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pill { padding: 9px 13px; border-radius: 100px; background: #efe5ff; color: var(--purple); font: 800 10px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.pill.gold { background: #fff3cd; color: #8f6300; }
.pill.pink { background: #ffe3f6; color: #bd268e; }
.ship-name { color: #81748d; font: 700 11px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.offer-info h3 { max-width: 670px; margin: 31px 0; font-size: clamp(29px, 3vw, 43px); line-height: 1.08; font-weight: 500; }
.offer-info h3 em { color: var(--purple); }
.route { display: flex; align-items: center; gap: 11px; padding: 16px 0 19px; border-top: 1px solid #eae3ef; border-bottom: 1px solid #eae3ef; }
.route-city { display: flex; align-items: center; gap: 7px; color: #7d7284; font-size: 12px; white-space: nowrap; }
.route-city::before { content: ""; width: 6px; height: 6px; border: 1px solid #9c8da8; border-radius: 50%; background: white; }
.route-city.active { color: var(--deep); font-weight: 700; }
.route-city.active::before { background: var(--purple); border-color: var(--purple); box-shadow: 0 0 0 4px rgba(109,33,255,.1); }
.route i { flex: 1; height: 1px; min-width: 10px; background-image: linear-gradient(90deg, #c8bdce 50%, transparent 50%); background-size: 6px 1px; }
.offer-data { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 25px 0; }
.offer-data div { display: flex; flex-direction: column; gap: 7px; }
.offer-data span { color: #9b8fa4; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.offer-data strong { color: #3a2c44; font: 700 13px/1.2 "Manrope", sans-serif; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-top: auto; padding-top: 27px; border-top: 1px solid #eae3ef; }
.price { display: flex; flex-direction: column; }
.price > span { color: #81748d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.price strong { color: var(--purple); font: 700 clamp(47px, 5vw, 67px)/.98 "Manrope", sans-serif; letter-spacing: -.07em; }
.price small { font-size: 20px; letter-spacing: -.02em; }
.price sup { font-size: .48em; vertical-align: super; letter-spacing: -.02em; }
.price em { color: #81748d; font-size: 10px; font-style: normal; }
.circle-cta { flex: 0 0 auto; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--deep); color: white; transition: transform .25s, background .25s; }
.circle-cta:hover { transform: rotate(-12deg) scale(1.08); background: var(--purple); }
.circle-cta svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.legal-note { margin: 22px 0 0; color: #8b7f93; text-align: center; font-size: 11px; }

.immersive { position: relative; min-height: 82svh; display: grid; place-items: center; overflow: hidden; }
.immersive video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.immersive-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(20,4,35,.13), rgba(20,4,35,.78)), linear-gradient(180deg, var(--ink), transparent 20%, transparent 75%, var(--ink)); }
.immersive-content { position: relative; z-index: 1; padding: 80px 25px; text-align: center; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.immersive-content span { font: 600 11px/1 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.immersive-content h2 { margin: 10px 0; font: 500 clamp(58px, 8vw, 112px)/1 "Manrope", sans-serif; letter-spacing: -.065em; }
.immersive-content p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }

.process { background: radial-gradient(circle at 0 50%, rgba(109,33,255,.15), transparent 30%), var(--ink); }
.process-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.process-intro .section-kicker { align-self: flex-start; margin-top: 8px; }
.process h2 { text-align: right; }
.process-steps { margin-top: 75px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 110px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding-left .3s, background .3s; }
.step:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(109,33,255,.09), transparent 65%); }
.step > span { color: var(--violet); font: 600 11px/1.4 "Manrope", sans-serif; }
.step > div { display: grid; grid-template-columns: .6fr 1fr; align-items: center; gap: 40px; }
.step h3 { margin: 0; font-size: clamp(23px, 2.4vw, 33px); font-weight: 500; }
.step p { margin: 0; max-width: 400px; color: var(--muted); line-height: 1.6; font-size: 14px; }

.final-cta { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #5915a7, #23083d 43%, var(--ink) 72%); text-align: center; }
.final-orbit { position: absolute; width: min(76vw, 940px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; animation: orbit 18s linear infinite; }
.final-orbit::before, .final-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.final-orbit::before { inset: 13%; border: 1px dashed rgba(255,255,255,.11); }
.final-orbit::after { width: 12px; height: 12px; top: 7.5%; left: 28%; background: var(--aqua); box-shadow: 0 0 25px var(--aqua); }
@keyframes orbit { to { transform: rotate(360deg); } }
.final-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final-content > img { width: 102px; height: 82px; padding: 7px 14px; object-fit: contain; background: white; border-radius: 15px; margin-bottom: 30px; }
.final-content > span { color: var(--lilac); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.final-content h2 { margin: 22px 0 38px; font: 500 clamp(45px, 6vw, 78px)/1.03 "Manrope", sans-serif; letter-spacing: -.055em; }
.final-content h2 em { color: #e6ceff; }

footer { position: relative; display: grid; grid-template-columns: 1fr 1fr; padding: 75px max(28px, calc((100vw - var(--max)) / 2)) 28px; background: #0a0212; border-top: 1px solid var(--line); }
.footer-brand img { width: 90px; height: 70px; padding: 6px 12px; object-fit: contain; background: white; border-radius: 12px; }
.footer-brand p { color: #8e8399; font-size: 13px; line-height: 1.55; }
.footer-links { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-links span { color: #716677; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { font: 500 19px/1 "Manrope", sans-serif; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: #716677; font-size: 11px; }

.floating-wa { position: fixed; z-index: 90; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 18px 0 13px; border-radius: 100px; background: #20c968; color: #06160d; box-shadow: 0 12px 35px rgba(0,0,0,.3); font: 800 11px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .06em; transition: transform .25s, box-shadow .25s; }
.floating-wa:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(32,201,104,.27); }
.floating-wa svg { width: 27px; fill: currentColor; }

.offer-modal { width: min(92vw, 820px); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; background: #160627; box-shadow: 0 30px 100px rgba(0,0,0,.6); overflow: visible; }
.offer-modal::backdrop { background: rgba(8,1,14,.85); backdrop-filter: blur(12px); }
.offer-modal img { max-height: 88vh; width: 100%; object-fit: contain; border-radius: 20px; }
.modal-close { position: absolute; z-index: 2; top: -15px; right: -15px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: var(--purple); color: white; font-size: 27px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); animation: reveal .85s cubic-bezier(.22,.8,.22,1) forwards; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }.delay-3 { animation-delay: .36s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
.reveal-on-scroll { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal-on-scroll.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 10px 20px; }
  .site-header.scrolled { height: 68px; }
  .desktop-nav { display: none; }
  .brand { width: 82px; height: 58px; }
  .header-cta { padding: 12px 14px; }
  .header-cta span { display: none; }
  .hero-content { width: calc(100% - 40px); margin-top: 60px; }
  .hero-side-note { display: none; }
  .section { padding: 92px 24px; }
  .experience-grid, .offers-heading { grid-template-columns: 1fr; gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .feature-icon { margin-top: 32px; }
  .offer-card { grid-template-columns: .8fr 1.2fr; min-height: 555px; }
  .offer-info { padding: 36px 28px 30px; }
  .offer-info h3 { font-size: 31px; }
  .offer-data { grid-template-columns: 1fr 1fr; }
  .offer-data div:last-child { display: none; }
  .route.compact .route-city:nth-of-type(3), .route.compact i:nth-of-type(2) { display: none; }
  .process-intro { display: block; }
  .process h2 { text-align: left; margin-top: 30px; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 16px; }
  .brand { width: 76px; height: 54px; border-radius: 11px; }
  .header-cta { width: 43px; height: 43px; justify-content: center; padding: 0; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-video { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, var(--ink) 0%, rgba(16,4,28,.67) 54%, rgba(16,4,28,.28) 100%), linear-gradient(90deg, rgba(16,4,28,.6), transparent); }
  .hero-content { width: calc(100% - 36px); margin-bottom: 80px; padding-bottom: 0; }
  .hero h1 { margin-top: 19px; font-size: clamp(43px, 13.3vw, 61px); line-height: 1; }
  .hero h1 br { display: none; }
  .hero-copy { font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 30px; }
  .primary-btn { width: 100%; min-height: 58px; }
  .text-btn { justify-content: center; }
  .hero-scroll { display: none; }
  .wave-layer { height: 40px; }
  .ticker { height: 63px; }
  .section { padding: 78px 18px; }
  .experience h2, .offers h2, .process h2 { font-size: 40px; }
  .feature-grid { margin-top: 48px; }
  .feature-card { min-height: 245px; padding: 23px; }
  .feature-icon { width: 61px; height: 61px; }
  .offers-heading { margin-bottom: 45px; }
  .offer-list { gap: 20px; }
  .offer-card, .offer-card.reverse { grid-template-columns: 1fr; min-height: auto; border-radius: 20px; }
  .offer-card.reverse .offer-visual { order: initial; }
  .offer-visual { height: min(112vw, 520px); }
  .offer-info { padding: 29px 22px 24px; }
  .offer-info h3 { margin: 24px 0; font-size: 29px; }
  .route { gap: 7px; overflow: hidden; }
  .route-city { font-size: 10px; }
  .route.compact .route-city:nth-of-type(4), .route.compact i:nth-of-type(3) { display: none; }
  .offer-data { gap: 10px; padding: 21px 0; }
  .offer-data strong { font-size: 11px; }
  .price strong { font-size: 51px; }
  .circle-cta { width: 57px; height: 57px; }
  .legal-note { line-height: 1.5; }
  .immersive { min-height: 620px; }
  .immersive video { object-position: 60% center; }
  .immersive-content h2 { font-size: 56px; }
  .process-steps { margin-top: 48px; }
  .step { grid-template-columns: 47px 1fr; padding: 25px 0; }
  .step > div { grid-template-columns: 1fr; gap: 9px; }
  .step h3 { font-size: 23px; }
  .step p { font-size: 13px; }
  .final-cta { min-height: 640px; }
  .final-orbit { width: 155vw; }
  .final-content h2 { font-size: 43px; }
  .final-content .primary-btn { width: calc(100vw - 40px); }
  footer { grid-template-columns: 1fr; padding: 58px 22px 25px; }
  .footer-links { justify-self: start; align-items: flex-start; margin-top: 38px; }
  .footer-bottom { margin-top: 40px; }
  .floating-wa { right: 13px; bottom: 13px; width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .floating-wa span { display: none; }
  .modal-close { top: 10px; right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video, .immersive video { display: none; }
  .hero { background: linear-gradient(rgba(16,4,28,.5), var(--ink)), url("assets/offers/msc-virtuosa-dezembro.jpeg") center/cover; }
  .immersive { background: linear-gradient(rgba(16,4,28,.5), var(--ink)), url("assets/offers/msc-divina-dezembro.jpeg") center/cover; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}
