:root {
  --violet: #26064d;
  --violet-soft: #3a116c;
  --ink: #1d1230;
  --pink: #ff1685;
  --pink-dark: #de0068;
  --cyan: #21c8e8;
  --mint: #baf7df;
  --paper: #f8f7fb;
  --white: #ffffff;
  --line: #ded7e9;
  --max-width: 1180px;
  --display: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  --body: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(var(--max-width), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--violet); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--pink)); transform: scaleX(0); transform-origin: left center; }
.topbar { min-height: 38px; padding: 7px 24px; display: flex; gap: 16px; align-items: center; justify-content: center; background: var(--cyan); color: var(--violet); font-size: .76rem; font-weight: 800; text-align: center; }
.topbar p { margin: 0; }
.topbar a { display: inline-flex; gap: 5px; align-items: center; text-underline-offset: 3px; }
.external-icon { width: 13px; height: 13px; flex: 0 0 auto; }
.site-header { position: absolute; z-index: 20; width: 100%; color: var(--white); }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(28, 3, 55, .8); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 35px rgba(18,1,34,.22); backdrop-filter: blur(18px); animation: headerDrop .45s var(--ease-out) both; }
.nav { height: 82px; display: flex; justify-content: space-between; align-items: center; }
.brand, .footer-brand { display: inline-flex; align-items: center; }
.brand img { width: 132px; max-height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 700; }
.nav-links > a:not(.nav-cta) { text-decoration: none; opacity: .88; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.72); padding: 10px 15px; border-radius: 999px; text-decoration: none; }
.nav-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.35), transparent 75%); transform: translateX(-130%); transition: transform .65s ease; }
.nav-cta:hover::before { transform: translateX(130%); }
.menu-toggle { display: none; }

.hero { min-height: 720px; overflow: hidden; position: relative; isolation: isolate; color: var(--white); background: radial-gradient(circle at 74% 68%, #5c2494 0, #321063 30%, transparent 55%), linear-gradient(135deg, #220247 0%, #2a0756 57%, #17012f 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .26; background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.06) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(255,255,255,.05) 50%, transparent 51%); background-size: 70px 70px; }
.hero-content { min-height: 682px; position: relative; display: grid; grid-template-columns: minmax(0, .96fr) minmax(320px, .85fr); align-items: center; padding-top: 72px; transform-style: preserve-3d; }
.hero-frame { position: absolute; z-index: 1; inset: 106px 28px 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; pointer-events: none; }
.hero-frame::before, .hero-frame::after { content: ""; position: absolute; width: 10px; height: 10px; border-color: var(--cyan); }
.hero-frame::before { left: -1px; top: -1px; border-left: 2px solid var(--cyan); border-top: 2px solid var(--cyan); }
.hero-frame::after { right: -1px; bottom: -1px; border-right: 2px solid var(--pink); border-bottom: 2px solid var(--pink); }
.hero-frame span { position: absolute; padding: 0 8px; color: rgba(255,255,255,.54); background: #290752; font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.hero-frame span:first-child { left: 25px; top: -5px; }
.hero-frame span:last-child { right: 25px; bottom: -5px; }
.centered-copy { text-align: center; }
.hero-copy { position: relative; z-index: 2; max-width: 710px; justify-self: center; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); letter-spacing: .13em; font-size: .72rem; font-weight: 900; }
.eyebrow-dark { color: var(--pink-dark); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 5.4vw, 5.55rem); text-transform: uppercase; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero h1 em { display: inline-block; color: transparent; background: linear-gradient(90deg, var(--cyan), #8deaff, var(--pink), var(--cyan)); background-size: 250% auto; background-clip: text; -webkit-background-clip: text; animation: gradientText 7s linear infinite; }
.hero-lead { max-width: 580px; margin: 0 auto; color: #f4ebff; font-size: clamp(1rem, 1.55vw, 1.18rem); }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.button { min-height: 48px; padding: 13px 19px; display: inline-flex; gap: 9px; justify-content: center; align-items: center; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-size: .85rem; font-weight: 900; transition: transform .3s var(--ease-out), background .2s ease, border .2s ease, box-shadow .3s ease; }
.button:hover { transform: translateY(-2px); }
.button-pink { position: relative; overflow: hidden; background: var(--pink); color: var(--white); box-shadow: 0 10px 25px rgba(255,22,133,.25); }
.button-pink::after { content: ""; position: absolute; top: -50%; left: -70%; width: 40%; height: 200%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); transform: rotate(18deg); transition: left .65s ease; }
.button-pink:hover::after { left: 130%; }
.button-pink:hover { background: var(--pink-dark); }
.button-ghost { border-color: rgba(255,255,255,.65); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-outline { border-color: var(--violet); color: var(--violet); }
.button-outline:hover { background: var(--violet); color: var(--white); }
.button-light { background: var(--white); color: var(--violet); }
.hero-highlights { margin: 27px 0 0; padding: 0; list-style: none; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; color: #eee3ff; font-size: .75rem; font-weight: 700; }
.hero-highlights li { display: flex; gap: 6px; align-items: center; }
.hero-highlights li::before { content: "✓"; color: var(--cyan); font-weight: 900; }
.hero-visual-wrap { position: relative; align-self: end; width: min(100%, 540px); height: 526px; z-index: 1; }
.hero-visual-ring { position: absolute; width: 490px; height: 490px; right: -34px; bottom: -122px; border: 1px solid rgba(33,200,232,.44); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,22,133,.08), 0 0 0 84px rgba(33,200,232,.05); }
.hero-visual { position: absolute; z-index: 2; width: 118%; max-height: 520px; object-fit: contain; object-position: bottom center; right: -42px; bottom: -4px; mix-blend-mode: normal; filter: drop-shadow(0 20px 40px rgba(0,0,0,.32)); animation: mascotFloat 5.5s ease-in-out infinite; transform: translate3d(calc(var(--pointer-x, 0) * 10px), calc(var(--pointer-y, 0) * 8px), 0); }
.hero-glow { position: absolute; z-index: -1; filter: blur(12px); border-radius: 50%; opacity: .65; }
.glow-cyan { width: 300px; height: 300px; right: 8%; top: 18%; background: rgba(33,200,232,.24); animation: orbDrift 9s ease-in-out infinite alternate; }
.glow-pink { width: 260px; height: 260px; left: 4%; bottom: -130px; background: rgba(255,22,133,.28); animation: orbDrift 11s ease-in-out -3s infinite alternate-reverse; }

.trust-strip { overflow: hidden; color: var(--white); background: var(--violet); border-top: 1px solid rgba(255,255,255,.13); }
.trust-marquee { width: 100%; overflow: hidden; }
.trust-track { display: flex; width: max-content; animation: trustMarquee 26s linear infinite; }
.trust-grid { width: max(100vw, 1180px); min-height: 128px; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; min-height: 48px; display: grid; justify-content: center; align-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid p:last-child { border: 0; }
.trust-grid strong { font-family: var(--display); font-size: 1.2rem; letter-spacing: -.04em; }
.trust-grid span { color: #d9c9ef; font-size: .72rem; font-weight: 700; }

.section { position: relative; overflow: hidden; padding: 112px 0; }
.plans-section::before, .why-section::before, .cities-section::before { content: ""; position: absolute; pointer-events: none; width: 310px; height: 310px; border: 1px solid rgba(38,6,77,.08); border-radius: 50%; }
.plans-section::before { right: -140px; top: 110px; box-shadow: 0 0 0 40px rgba(255,22,133,.025), 0 0 0 80px rgba(33,200,232,.025); }
.why-section::before { left: -170px; bottom: 60px; box-shadow: 0 0 0 45px rgba(38,6,77,.025); }
.cities-section::before { right: -180px; bottom: -90px; box-shadow: 0 0 0 55px rgba(255,22,133,.025); }
.section-heading { max-width: 760px; margin: 0 auto 54px; }
h2 { margin-bottom: 17px; font-size: clamp(2.3rem, 4.4vw, 4.25rem); text-transform: uppercase; }
.section-heading h2 em { color: var(--pink); }
.section-heading > p:last-child { max-width: 570px; margin: 0 auto; color: #665c73; font-size: 1.03rem; }
.plans-section { background: var(--paper); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-card { min-height: 505px; padding: 34px 28px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: 0 14px 30px rgba(55,20,92,.05); transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .3s ease; }
.plan-card:hover { transform: translateY(-10px); border-color: rgba(255,22,133,.45); box-shadow: 0 25px 60px rgba(55,20,92,.14); }
.plan-featured { position: relative; transform: translateY(-12px); border: 2px solid var(--pink); box-shadow: 0 18px 40px rgba(255,22,133,.16); animation: featuredPulse 4s ease-in-out infinite; }
.plan-featured:hover { transform: translateY(-20px); }
.plan-tag { position: absolute; top: -13px; margin: 0; padding: 5px 12px; border-radius: 99px; background: var(--pink); color: var(--white); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.plan-kicker { margin: 4px 0 13px; color: var(--pink-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.plan-card h3 { margin-bottom: 16px; font-size: 3.35rem; color: var(--violet); }
.plan-card h3 span { display: inline-block; margin-left: 3px; font-family: var(--body); font-size: .96rem; letter-spacing: -.03em; }
.plan-price { margin: 0; display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 4px; color: #746a80; }
.plan-price small { width: 100%; font-size: .67rem; font-weight: 700; }
.plan-price strong { color: var(--ink); font-family: var(--display); font-size: 2.1rem; letter-spacing: -.06em; }
.plan-price span { font-size: .72rem; font-weight: 700; }
.plan-description { min-height: 46px; margin: 17px 0 19px; color: #655b70; font-size: .85rem; }
.plan-card ul { width: 100%; margin: 0 0 25px; padding: 18px 0 0; list-style: none; border-top: 1px solid #e9e3ef; text-align: left; color: #45394f; font-size: .8rem; }
.plan-card li { margin: 9px 0; padding-left: 19px; position: relative; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }
.plan-card .button { margin-top: auto; width: 100%; }
.plan-dark { color: var(--white); background: var(--violet); border-color: var(--violet); }
.plan-dark .plan-kicker, .plan-dark .plan-card h3 { color: var(--cyan); }
.plan-dark h3, .plan-dark .plan-price strong { color: var(--white); }
.plan-dark .plan-price, .plan-dark .plan-description, .plan-dark li { color: #dfd1ef; }
.plan-dark ul { border-color: rgba(255,255,255,.2); }
.plan-dark li::before { color: var(--cyan); }
.conditions { margin: 33px auto 0; max-width: 580px; color: #756a81; text-align: center; font-size: .72rem; }

.black-section { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: #10051d; }
.black-noise { position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 12% 18%, rgba(255,22,133,.35) 0 1px, transparent 1px), radial-gradient(circle at 88% 75%, rgba(33,200,232,.3) 0 1px, transparent 1px); background-size: 22px 22px, 31px 31px; }
.black-grid { position: relative; display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 35px; }
.black-copy { max-width: 555px; }
.black-copy h2 { font-size: clamp(2.65rem, 5vw, 4.7rem); }
.black-copy h2 em { color: var(--pink); }
.black-copy > p:not(.eyebrow) { max-width: 480px; color: #dbd0e7; font-size: 1.05rem; }
.black-features { margin: 28px 0; display: flex; gap: 9px; flex-wrap: wrap; }
.black-features span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 99px; color: #efe8f7; font-size: .71rem; font-weight: 800; }
.black-art { position: relative; min-height: 390px; border-radius: 26px; overflow: hidden; background: linear-gradient(135deg, var(--pink) 0%, #951452 100%); box-shadow: 0 30px 90px rgba(255,22,133,.18); }
.black-art::before, .black-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.black-art::before { width: 460px; height: 460px; left: -184px; bottom: -200px; animation: spinFrame 18s linear infinite; }
.black-art::after { width: 250px; height: 250px; right: -80px; top: -105px; animation: spinFrame 13s linear reverse infinite; }
.black-art img { position: absolute; z-index: 1; width: 98%; height: 112%; object-fit: cover; object-position: center top; right: -2%; bottom: -6%; mix-blend-mode: normal; transition: transform .7s var(--ease-out); }
.black-art:hover img { transform: scale(1.04) rotate(-1deg); }
.black-art-label { position: absolute; z-index: 2; right: 23px; top: 23px; color: var(--white); font-family: var(--display); font-size: 1.25rem; line-height: .92; letter-spacing: -.06em; text-align: right; text-transform: uppercase; }

.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { min-height: 260px; padding: 27px; text-align: center; border-radius: 20px; background: #f3eff8; transition: transform .4s var(--ease-out), background .3s ease; }
.why-card:hover { transform: translateY(-8px) rotate(-.5deg); background: #eee6f7; }
.why-number { display: inline-flex; width: 41px; height: 41px; align-items: center; justify-content: center; margin-bottom: 34px; border-radius: 50%; color: var(--white); background: var(--violet); font-size: .73rem; font-weight: 900; }
.why-card:nth-child(2) .why-number { background: var(--pink); }
.why-card:nth-child(3) .why-number { color: var(--violet); background: var(--cyan); }
.why-card h3 { margin-bottom: 13px; color: var(--violet); font-family: var(--body); font-size: 1.13rem; font-weight: 900; letter-spacing: -.04em; }
.why-card p { max-width: 260px; margin: 0 auto; color: #675e72; font-size: .86rem; }

.journey-section { padding: 105px 0; color: var(--white); background: var(--violet); }
.journey-heading h2 em { color: var(--cyan); }
.journey-list { padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: item; }
.journey-list li { position: relative; padding: 0 24px 0 0; text-align: center; }
.journey-list li:not(:last-child)::after { content: ""; position: absolute; top: 23px; left: 61%; width: 78%; border-top: 1px dashed rgba(255,255,255,.4); }
.journey-list span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: var(--violet); background: var(--cyan); font-weight: 900; font-size: .76rem; }
.journey-list strong { display: block; margin-bottom: 7px; font-size: .94rem; }
.journey-list p { max-width: 190px; margin: 0 auto; color: #d6c6e9; font-size: .78rem; }

.cities-section { background: var(--paper); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.city-card { min-height: 265px; padding: 27px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-radius: 23px; color: var(--violet); background: var(--white); border: 1px solid var(--line); transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.city-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(38,6,77,.12); }
.city-card-accent { color: var(--white); background: var(--violet); border-color: var(--violet); }
.city-card > p { margin: 0 0 14px; color: var(--pink-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.city-card-accent > p { color: var(--cyan); }
.city-card h3 { margin-bottom: 17px; font-family: var(--body); font-size: 1.25rem; font-weight: 900; letter-spacing: -.045em; }
.city-card address { min-height: 47px; color: #6f657b; font-size: .81rem; font-style: normal; }
.city-card-accent address { color: #ddd1ea; }
.city-card a { margin-top: 20px; font-size: .78rem; font-weight: 900; text-underline-offset: 4px; }

.faq-section { background: var(--white); }
.faq-container { max-width: 840px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 42px 21px 2px; cursor: pointer; list-style: none; color: var(--violet); font-size: 1rem; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 15px; color: var(--pink); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: -5px 0 21px 2px; color: #6b6176; font-size: .9rem; }

.final-cta { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: linear-gradient(120deg, #381069, #631179 65%, #971257); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.17); }
.final-cta::before { width: 570px; height: 570px; left: -280px; top: -340px; }
.final-cta::after { width: 420px; height: 420px; right: -190px; bottom: -280px; }
.final-cta-inner { position: relative; z-index: 1; max-width: 760px; }
.final-cta h2 { margin-bottom: 17px; }
.final-cta h2 em { color: var(--cyan); }
.final-cta p:not(.eyebrow) { max-width: 510px; margin: 0 auto 26px; color: #eee4f9; }

.site-footer { padding: 54px 0 21px; color: #f0e8f9; background: #150226; }
.footer-top { display: grid; grid-template-columns: 180px 1fr auto; gap: 30px; align-items: center; }
.footer-brand img { width: 142px; max-height: 50px; object-fit: contain; }
.footer-top p { max-width: 330px; margin: 0; color: #bcaecc; font-size: .83rem; }
.footer-whatsapp { color: var(--cyan); font-size: .94rem; font-weight: 900; }
.footer-bottom { margin-top: 42px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.15); color: #a99ab8; font-size: .67rem; }

.js .reveal { opacity: 0; transform: translate3d(0, 48px, 0) scale(.985); transition: opacity .8s var(--ease-out), transform .9s var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.reveal-left { transform: translate3d(-54px, 0, 0) scale(.985); }
.js .reveal.reveal-right { transform: translate3d(54px, 0, 0) scale(.985); }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.js .hero-copy > * { opacity: 0; transform: translateY(28px); animation: heroEnter .8s var(--ease-out) forwards; }
.js .hero-copy > *:nth-child(1) { animation-delay: .12s; }
.js .hero-copy > *:nth-child(2) { animation-delay: .24s; }
.js .hero-copy > *:nth-child(3) { animation-delay: .36s; }
.js .hero-copy > *:nth-child(4) { animation-delay: .48s; }
.js .hero-copy > *:nth-child(5) { animation-delay: .6s; }

@keyframes heroEnter { to { opacity: 1; transform: translateY(0); } }
@keyframes headerDrop { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
@keyframes gradientText { to { background-position: 250% center; } }
@keyframes mascotFloat { 0%, 100% { margin-bottom: 0; } 50% { margin-bottom: 14px; } }
@keyframes orbDrift { from { transform: translate3d(-18px,-12px,0) scale(.92); } to { transform: translate3d(24px,18px,0) scale(1.08); } }
@keyframes trustMarquee { to { transform: translateX(-50%); } }
@keyframes featuredPulse { 0%,100% { box-shadow: 0 18px 40px rgba(255,22,133,.16); } 50% { box-shadow: 0 20px 54px rgba(255,22,133,.27); } }
@keyframes spinFrame { to { transform: rotate(360deg); } }

@media (max-width: 920px) {
  .hero { min-height: 770px; }
  .hero-content { grid-template-columns: 1fr; align-content: start; padding-top: 128px; }
  .hero-visual-wrap { position: absolute; z-index: 0; width: 485px; height: 430px; right: -80px; bottom: 0; opacity: .54; }
  .hero-copy { max-width: 700px; }
  .plans-grid, .city-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid .plan-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .plan-featured { transform: none; }
  .plan-featured:hover { transform: translateY(-10px); }
  .black-grid { grid-template-columns: 1fr; }
  .black-copy { max-width: 650px; text-align: center; margin: 0 auto; }
  .black-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .black-features { justify-content: center; }
  .black-copy .button { display: inline-flex; }
  .black-art { max-width: 570px; width: 100%; margin: 0 auto; }
  .journey-list { gap: 25px 10px; grid-template-columns: repeat(2, 1fr); }
  .journey-list li { padding: 0; }
  .journey-list li::after { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, var(--max-width)); }
  .topbar { padding: 7px 15px; font-size: .68rem; }
  .topbar p { display: none; }
  .nav { height: 70px; }
  .brand img { width: 110px; }
  .menu-toggle { position: relative; z-index: 3; display: inline-flex; gap: 8px; align-items: center; padding: 8px 0 8px 11px; color: var(--white); border: 0; background: transparent; cursor: pointer; font-size: .76rem; font-weight: 800; }
  .menu-icon, .menu-icon::before, .menu-icon::after { width: 18px; height: 2px; display: block; background: currentColor; border-radius: 4px; transition: transform .2s ease; }
  .menu-icon { position: relative; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -6px; }
  .menu-icon::after { top: 6px; }
  .menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-icon::before { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::after { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 38px 0 auto; min-height: calc(100svh - 38px); padding: 108px 28px 38px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 25px; visibility: hidden; opacity: 0; background: var(--violet); transform: translateY(-16px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; font-size: 1.15rem; }
  .nav-links.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-cta { margin-top: 6px; padding: 12px 18px; }
  .hero { min-height: 790px; }
  .hero-frame { inset: 86px 10px 16px; border-radius: 20px; }
  .hero-content { min-height: 720px; padding-top: 100px; align-content: start; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.75rem); }
  .hero-lead { font-size: .98rem; }
  .hero-highlights { display: grid; gap: 7px; justify-content: center; text-align: left; }
  .hero-visual-wrap { width: min(118vw, 440px); height: 365px; right: 50%; bottom: -14px; opacity: .72; transform: translateX(50%); }
  .hero-visual { width: 100%; max-height: 390px; right: 0; }
  .hero-visual-ring { width: 360px; height: 360px; right: -20px; bottom: -90px; }
  .trust-track { animation-duration: 20s; }
  .trust-grid { width: auto; min-height: 92px; padding: 0; display: flex; align-items: stretch; gap: 0; }
  .trust-grid p { flex: 0 0 170px; min-height: 0; padding: 0 15px; border-right: 1px solid rgba(255,255,255,.18); }
  .trust-grid p:nth-child(-n + 2), .trust-grid p:nth-child(n + 3) { padding-top: 0; padding-bottom: 0; border-bottom: 0; }
  .section, .journey-section, .black-section, .final-cta { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: clamp(2.1rem, 10vw, 3.15rem); }
  .plans-grid, .city-grid, .why-grid { grid-template-columns: 1fr; }
  .plans-grid .plan-card:last-child { grid-column: auto; }
  .plan-card { min-height: auto; }
  .plan-featured { order: -1; }
  .black-art { min-height: 300px; }
  .black-art img { height: 120%; }
  .journey-list { margin-top: 35px; grid-template-columns: 1fr; gap: 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; text-align: center; justify-items: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal, .js .hero-copy > * { opacity: 1; transform: none; }
  .trust-track { transform: none; }
  .trust-grid[aria-hidden="true"] { display: none; }
}
