:root {
  --blue: #0874cf;
  --blue-deep: #003b80;
  --blue-dark: #062a52;
  --cyan: #5cc8f1;
  --yellow: #ffd51f;
  --red: #f52938;
  --ink: #10243d;
  --white: #fff;
  --paper: #f5faff;
  --cream: #fffbea;
  --muted: #63758b;
  --line: rgba(16,36,61,.15);
  --pad: clamp(1.2rem, 5vw, 6rem);
  --max: 1460px;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.assistant-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
::selection { background: var(--yellow); color: var(--blue-deep); }
.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .8rem 1rem; background: var(--yellow); transform: translateY(-200%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; top: 0; left: 50%; width: 100%; max-width: var(--max); height: 116px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.brand { width: 90px; aspect-ratio: 1; flex: 0 0 auto; overflow: hidden; border-radius: 50%; box-shadow: 0 12px 36px rgba(0,59,128,.18); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); color: var(--blue-deep); }
.main-nav > a { position: relative; font-size: .86rem; font-weight: 700; }
.main-nav > a::after { content: ""; position: absolute; right: 0; bottom: -.45rem; left: 0; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .button { min-height: 54px; padding: .85rem 1.45rem; display: inline-flex; align-items: center; justify-content: center; gap: .85rem; border: 0; border-radius: 999px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.nav-cta { background: var(--blue-deep); color: var(--white); }
.button:hover, .nav-cta:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0,59,128,.2); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-yellow { background: var(--yellow); color: var(--blue-dark); }
.button-blue { background: var(--blue); color: var(--white); }
.button-white { background: var(--white); color: var(--blue-deep); }
.menu-toggle { display: none; }

.hero { min-height: 820px; padding: 145px var(--pad) 80px; display: grid; grid-template-columns: minmax(470px,.86fr) minmax(510px,1.14fr); gap: 6vw; align-items: center; background: linear-gradient(135deg,#f4fbff 0%,#eaf6ff 62%,#d9efff 100%); overflow: hidden; }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.eyebrow { margin: 0 0 1.4rem; display: flex; align-items: center; gap: .65rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 3px; border-radius: 999px; background: var(--yellow); }
.eyebrow.light { color: #aee4ff; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Outfit", sans-serif; }
h1 { margin-bottom: 1.6rem; color: var(--blue-dark); font-size: clamp(4rem,6.4vw,7.3rem); font-weight: 800; letter-spacing: -.06em; line-height: .88; }
h1 em,h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 2.1rem; color: var(--muted); font-size: clamp(1.04rem,1.4vw,1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.text-link { padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--blue-deep); font-size: .88rem; font-weight: 800; }
.hero-proof { margin-top: 3rem; display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: .5rem; }
.hero-proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.hero-visual { position: relative; min-height: 590px; }
.hero-arch { position: absolute; inset: 0 0 0 3vw; overflow: hidden; border-radius: 48% 48% 2rem 2rem; box-shadow: 0 35px 80px rgba(0,59,128,.18); }
.hero-arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-arch::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); border-radius: inherit; }
.hero-stamp { position: absolute; z-index: 2; left: 0; bottom: 2rem; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--yellow); color: var(--blue-deep); transform: rotate(-7deg); animation: float 5s ease-in-out infinite; box-shadow: 0 18px 45px rgba(0,59,128,.2); }
.hero-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(0,59,128,.25); border-radius: 50%; }
.hero-stamp strong { font-family: "Outfit",sans-serif; font-size: 3rem; line-height: .85; }
.hero-stamp span { max-width: 90px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-align: center; text-transform: uppercase; }
.hero-bubble { position: absolute; z-index: 2; border: 1px solid rgba(8,116,207,.3); border-radius: 50%; box-shadow: inset 4px 4px 12px rgba(255,255,255,.8); animation: bubble 7s ease-in-out infinite; }
.bubble-a { top: -1rem; right: -1rem; width: 70px; height: 70px; }
.bubble-b { top: 5rem; left: 0; width: 34px; height: 34px; animation-delay: -3s; }

.ticker { position: relative; z-index: 5; background: var(--blue); color: var(--white); overflow: hidden; transform: rotate(-.65deg) scale(1.01); }
.ticker-track { width: max-content; padding: 1rem 0; display: flex; align-items: center; gap: 1.8rem; font-family: "Outfit",sans-serif; font-size: clamp(1rem,1.7vw,1.35rem); font-weight: 700; will-change: transform; }
.ticker-track i { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); }
.section-space { padding: clamp(6.5rem,10vw,10.5rem) var(--pad); }
.section-head { max-width: var(--max); margin: 0 auto 5rem; display: grid; grid-template-columns: 1.1fr .5fr; column-gap: 7vw; align-items: end; }
.section-head .eyebrow { grid-column: 1/-1; }
.section-head h2,.sizes h2,.extras h2,.transformation h2,.registration h2,.visit h2 { margin: 0; font-size: clamp(3.4rem,6vw,6.8rem); font-weight: 800; letter-spacing: -.055em; line-height: .92; }
.section-head > p:last-child { margin: 0 0 .5rem; color: var(--muted); }

.plans { background: var(--white); }
.plan-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.plan { position: relative; min-height: 650px; padding: 2.2rem; display: flex; flex-direction: column; border-radius: 3.5rem 3.5rem 1.2rem 1.2rem; overflow: hidden; }
.plan-essential { background: var(--cream); }
.plan-vip { background: #dff4ff; }
.plan-premium { background: var(--blue-deep); color: var(--white); }
.plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.plan-top > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .7rem; font-weight: 800; }
.plan-top p { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.plan-premium .plan-top p { color: rgba(255,255,255,.55); }
.plan h3 { margin: 0; font-size: clamp(2.5rem,4vw,4.1rem); letter-spacing: -.05em; line-height: .95; }
.plan-price { margin: 3.3rem 0 2rem; display: flex; flex-direction: column; }
.plan-price small { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.plan-premium .plan-price small { color: rgba(255,255,255,.55); }
.plan-price strong { font-family: "Outfit",sans-serif; font-size: clamp(3rem,4.4vw,5rem); line-height: 1; }
.plan ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.plan li { padding: .7rem 0 .7rem 1.5rem; border-bottom: 1px solid rgba(16,36,61,.12); color: var(--muted); font-size: .88rem; }
.plan li::before { content: ""; float: left; width: 8px; height: 8px; margin: .52rem 0 0 -1.5rem; border-radius: 50%; background: var(--blue); }
.plan-premium li { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.68); }
.plan-premium li::before { background: var(--yellow); }
.plan-action { margin-top: auto; padding: 1rem 0 .35rem; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-weight: 800; cursor: pointer; }
.plan-action span { font-size: 1.2rem; transition: transform .3s; }
.plan-action:hover span { transform: rotate(10deg) translate(2px,-2px); }
.plan-badge { position: absolute; top: 0; right: 2.5rem; padding: .55rem .9rem; border-radius: 0 0 1rem 1rem; background: var(--yellow); color: var(--blue-deep); font-size: .65rem; font-weight: 800; text-transform: uppercase; }

.courtesies { padding: 4rem var(--pad); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; background: var(--yellow); color: var(--blue-deep); }
.courtesies-title { display: flex; align-items: flex-start; gap: 1.5rem; }
.courtesies-title > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.courtesies-title h2 { margin: 0; font-size: clamp(2rem,3.4vw,3.8rem); line-height: 1; letter-spacing: -.045em; }
.courtesies-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 2rem; }
.courtesies-list span { padding-bottom: .65rem; border-bottom: 1px solid rgba(0,59,128,.25); font-size: .86rem; font-weight: 800; }
.courtesies-list span::before { content: ""; width: 7px; height: 7px; margin-right: .65rem; display: inline-block; border-radius: 50%; background: var(--red); }

.sizes { background: var(--blue-deep); color: var(--white); }
.sizes-head { max-width: var(--max); margin: auto; padding-bottom: 3rem; display: grid; grid-template-columns: 1fr .45fr; gap: 6vw; align-items: end; }
.sizes-head .eyebrow { grid-column: 1/-1; }
.sizes-head h2 em,.visit h2 em { color: var(--yellow); }
.sizes-head > p:last-child { color: rgba(255,255,255,.6); }
.size-selector { max-width: var(--max); margin: 0 auto 3rem; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.size-tab { min-height: 86px; border: 0; border-right: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.5); font-family: "Outfit",sans-serif; font-size: 1.4rem; font-weight: 800; cursor: pointer; transition: background .25s,color .25s; }
.size-tab:last-child { border-right: 0; }
.size-tab.active { background: var(--yellow); color: var(--blue-deep); }
.size-stage { max-width: var(--max); margin: auto; padding: 0 var(--pad) clamp(6.5rem,10vw,10rem); display: grid; grid-template-columns: minmax(400px,.85fr) 1fr; gap: 7vw; align-items: center; }
.size-photo { position: relative; height: min(680px,60vw); margin: 0; overflow: hidden; border-radius: 48% 48% 1rem 1rem; background: #fff; }
.size-photo img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s,transform .5s var(--ease); }
.size-photo.changing img { opacity: .3; transform: scale(1.04); }
.size-photo figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .6rem .85rem; border-radius: 999px; background: rgba(0,59,128,.82); color: var(--white); font-size: .7rem; backdrop-filter: blur(8px); }
.size-kicker { margin: 0; color: #aee4ff; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.size-pricing > h3 { margin: 0 0 2rem; color: var(--yellow); font-size: clamp(4.5rem,8vw,8rem); line-height: .9; }
.price-line { min-height: 104px; padding: 1.3rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.2); }
.price-line div { display: flex; flex-direction: column; }
.price-line span { font-family: "Outfit",sans-serif; font-size: 1.35rem; font-weight: 700; }
.price-line small { color: rgba(255,255,255,.48); }
.price-line strong { font-family: "Outfit",sans-serif; font-size: clamp(1.8rem,3vw,2.7rem); }
.premium-line { border-bottom: 1px solid rgba(255,255,255,.2); }
.size-pricing .button { margin-top: 2rem; }
.price-note { margin: 1.3rem 0 0; color: rgba(255,255,255,.42); font-size: .72rem; }

.extras { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.extras-head { position: sticky; top: 2rem; align-self: start; }
.extra-list { border-top: 1px solid var(--line); }
.extra-row { min-height: 175px; padding: 2rem 0; display: grid; grid-template-columns: 45px 1fr .85fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); }
.extra-row > span { align-self: start; color: var(--blue); font-size: .7rem; font-weight: 800; }
.extra-row h3 { margin: 0; font-size: clamp(2rem,3.2vw,3.5rem); line-height: 1; }
.extra-row p { margin: 0; color: var(--muted); }
.extra-row button { padding: .4rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--blue-deep); font-weight: 800; cursor: pointer; white-space: nowrap; }

.transformation { min-height: 820px; display: grid; grid-template-columns: .75fr 1.25fr; background: var(--blue); color: var(--white); }
.transformation-copy { align-self: center; padding: clamp(5rem,9vw,9rem) var(--pad); }
.transformation-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.68); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; overflow: hidden; border-radius: 10rem 0 0 10rem; }
.before-after figure { position: relative; margin: 0; overflow: hidden; }
.before-after figure + figure { border-left: 4px solid var(--yellow); }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.before-after figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .85rem; border-radius: 999px; background: rgba(0,59,128,.85); color: var(--white); font-size: .7rem; font-weight: 800; text-transform: uppercase; }

.registration { position: relative; min-height: 690px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cream); text-align: center; overflow: hidden; }
.registration .eyebrow::before { display: none; }
.registration h2,.registration > p,.registration .button { position: relative; z-index: 2; }
.registration > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.registration .button { margin-top: 1rem; }
.registration-orbit { position: absolute; width: min(650px,85vw); aspect-ratio: 1; border: 1px solid rgba(8,116,207,.18); border-radius: 50%; }
.registration-orbit::before,.registration-orbit::after { content: ""; position: absolute; border: 1px solid rgba(8,116,207,.15); border-radius: 50%; }
.registration-orbit::before { inset: 16%; }
.registration-orbit::after { inset: 35%; background: rgba(255,213,31,.12); }

.instagram-section { position: relative; background: linear-gradient(145deg,#fff 0%,#eef8ff 100%); overflow: hidden; }
.instagram-section::before { content: ""; position: absolute; top: -11rem; right: -8rem; width: 27rem; aspect-ratio: 1; border: 1px solid rgba(8,116,207,.14); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(8,116,207,.035),0 0 0 8rem rgba(8,116,207,.025); }
.instagram-head,.instagram-stage { position: relative; z-index: 1; max-width: var(--max); margin-right: auto; margin-left: auto; }
.instagram-head { margin-bottom: 4.5rem; display: grid; grid-template-columns: 1.1fr .55fr; gap: 7vw; align-items: end; }
.instagram-head h2 { margin: 0; font-size: clamp(3.4rem,6vw,6.8rem); font-weight: 800; letter-spacing: -.055em; line-height: .92; }
.instagram-intro { padding-bottom: .4rem; }
.instagram-intro p { margin-bottom: 1.6rem; color: var(--muted); }
.instagram-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon .instagram-dot { fill: currentColor; stroke: none; }
.instagram-stage { min-height: 660px; padding: clamp(2rem,5vw,4.5rem); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 11rem 11rem 1.5rem 1.5rem; background: var(--blue-deep); box-shadow: 0 40px 90px rgba(0,59,128,.15); }
.instagram-stage::before { content: ""; position: absolute; inset: 1rem; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: 10rem 10rem 1rem 1rem; }
.instagram-decoration { position: absolute; top: 4rem; left: clamp(2rem,6vw,7rem); color: var(--yellow); font-family: "Outfit",sans-serif; line-height: .72; transform: rotate(-8deg); }
.instagram-decoration span,.instagram-decoration strong { display: block; }
.instagram-decoration span { font-size: clamp(2rem,4vw,4.4rem); font-weight: 500; }
.instagram-decoration strong { margin-left: 1.2rem; font-size: clamp(3rem,6vw,6.5rem); }
.instagram-media { width: min(100%,540px) !important; min-width: 0 !important; margin: 0 auto !important; border: 0 !important; border-radius: 2rem !important; overflow: hidden; background: var(--white) !important; box-shadow: 0 30px 75px rgba(0,0,0,.22) !important; }
.instagram-media iframe { border-radius: 2rem !important; }
.instagram-fallback { padding: 1.2rem; background: var(--white); color: var(--ink); }
.instagram-fallback-bar { padding: .2rem .2rem 1rem; display: flex; align-items: center; gap: .8rem; }
.instagram-fallback-bar img { width: 46px; height: 46px; border-radius: 50%; }
.instagram-fallback-bar div { display: flex; flex-direction: column; }
.instagram-fallback-bar strong { font-family: "Outfit",sans-serif; font-size: 1rem; }
.instagram-fallback-bar span { color: var(--muted); font-size: .72rem; }
.instagram-fallback-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .25rem; overflow: hidden; border-radius: 1.3rem; }
.instagram-fallback-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.instagram-fallback > p { margin: 1rem 0 .3rem; color: var(--muted); font-size: .78rem; }
.instagram-fallback > a { color: var(--blue); font-size: .82rem; font-weight: 800; }
.instagram-note { max-width: 540px; margin: 1rem auto 0; color: rgba(255,255,255,.45); font-size: .7rem; text-align: center; }

.visit { background: var(--blue-dark); color: var(--white); }
.visit-head,.visit-info,.visit-actions,.map-shell { max-width: var(--max); margin-right: auto; margin-left: auto; }
.visit-info { margin-top: 4rem; display: grid; grid-template-columns: 1.1fr .8fr .9fr; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.visit-info > div { min-height: 190px; padding: 2rem clamp(1rem,3vw,3rem); border-right: 1px solid rgba(255,255,255,.2); }
.visit-info > div:first-child { padding-left: 0; }
.visit-info > div:last-child { border-right: 0; }
.visit-info span { margin-bottom: 1rem; display: block; color: var(--yellow); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.visit-info a { display: block; font-family: "Outfit",sans-serif; font-size: clamp(1rem,1.5vw,1.2rem); font-weight: 600; line-height: 1.55; }
.visit-info a:hover { color: var(--yellow); }
.visit-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; }
.text-button { padding: .35rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--white); font-weight: 800; cursor: pointer; }
.map-shell { height: 500px; margin-top: 4.5rem; overflow: hidden; border-radius: 12rem 12rem 0 0; filter: saturate(.7); }
.map-shell iframe { width: 100%; height: 100%; border: 0; }

.site-footer { padding: 4rem var(--pad) 2rem; display: grid; grid-template-columns: auto 1fr auto; gap: 3rem 7vw; align-items: center; background: #031f3b; color: var(--white); }
.footer-brand { width: 158px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; filter: drop-shadow(0 12px 28px rgba(0,0,0,.2)); }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.site-footer > p:not(.copyright) { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; }
.site-footer > p strong { color: var(--yellow); }
.site-footer nav { display: flex; gap: 1.4rem; font-size: .8rem; font-weight: 800; }
.site-footer nav a:hover { color: var(--yellow); }
.copyright { grid-column: 1/-1; margin: 0; padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: .72rem; }
.developer-credit { color: rgba(255,255,255,.58); letter-spacing: .04em; }
.developer-credit strong { color: var(--yellow); font-weight: 800; }

.assistant-fab { position: fixed; z-index: 55; right: 1.2rem; bottom: 1.2rem; min-height: 64px; padding: .55rem 1rem .55rem .6rem; display: flex; align-items: center; gap: .7rem; border: 0; border-radius: 999px; background: var(--yellow); color: var(--blue-dark); box-shadow: 0 16px 45px rgba(0,59,128,.28); cursor: pointer; transition: transform .3s var(--ease); }
.assistant-fab:hover { transform: translateY(-4px); }
.assistant-fab-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-deep); color: var(--white); }
.assistant-fab svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.assistant-fab small,.assistant-fab strong { display: block; text-align: left; }
.assistant-fab small { font-size: .61rem; }
.assistant-fab strong { font-size: .82rem; }
.assistant-overlay { position: fixed; z-index: 80; inset: 0; background: rgba(3,31,59,.52); opacity: 0; visibility: hidden; transition: opacity .35s,visibility .35s; backdrop-filter: blur(3px); }
.assistant { position: fixed; z-index: 90; top: 0; right: 0; width: min(470px,100%); height: 100svh; display: grid; grid-template-rows: auto auto 1fr auto; background: var(--white); box-shadow: -25px 0 70px rgba(3,31,59,.24); transform: translateX(105%); transition: transform .55s var(--ease); }
.assistant-open .assistant { transform: none; }
.assistant-open .assistant-overlay { opacity: 1; visibility: visible; }
.assistant-header { padding: 1rem 1rem 1rem 1.2rem; display: grid; grid-template-columns: 54px 1fr 44px; align-items: center; gap: .8rem; background: var(--blue); color: var(--white); }
.assistant-avatar { width: 54px; height: 54px; overflow: hidden; border: 2px solid var(--white); border-radius: 50%; background: var(--blue); }
.assistant-avatar img { width: 100%; height: 100%; object-fit: cover; }
.assistant-header p { margin: 0; color: #bfeaff; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.assistant-header h2 { margin: 0; font-size: 1.35rem; }
.assistant-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.6rem; cursor: pointer; }
.assistant-progress { padding: .75rem 1.2rem; display: grid; grid-template-columns: repeat(3,1fr); gap: .4rem; background: #edf7ff; }
.assistant-progress span { height: 4px; border-radius: 999px; background: #c7dcec; transition: background .3s; }
.assistant-progress span.active { background: var(--blue); }
.assistant-body { padding: 1.5rem 1.2rem 2rem; overflow-y: auto; background: #f7fbff; }
.chat-message { max-width: 88%; margin-bottom: 1rem; padding: .95rem 1rem; border-radius: 1.2rem 1.2rem 1.2rem .25rem; background: var(--white); box-shadow: 0 8px 25px rgba(0,59,128,.08); color: var(--ink); }
.chat-message p { margin: 0; }
.chat-message small { display: block; margin-top: .5rem; color: var(--muted); font-size: .7rem; }
.chat-summary { margin: 1rem 0; padding: 1rem; border-radius: 1.2rem; background: var(--blue-deep); color: var(--white); }
.chat-summary span { display: block; color: #aee4ff; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.chat-summary strong { display: block; margin-top: .3rem; font-family: "Outfit",sans-serif; font-size: 1.35rem; }
.chat-options { display: grid; gap: .65rem; margin-top: 1rem; }
.chat-option { width: 100%; min-height: 54px; padding: .85rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #bcd5e8; border-radius: 1rem; background: var(--white); color: var(--blue-dark); font-weight: 800; text-align: left; cursor: pointer; transition: border-color .2s,transform .2s,background .2s; }
.chat-option:hover { border-color: var(--blue); background: #edf8ff; transform: translateX(3px); }
.chat-option small { color: var(--muted); font-size: .68rem; font-weight: 600; }
.chat-option.external { background: var(--yellow); border-color: var(--yellow); }
.chat-option.whatsapp { background: #246b53; border-color: #246b53; color: var(--white); }
.chat-disclaimer { margin-top: 1rem; color: var(--muted); font-size: .7rem; }
.assistant-footer { padding: .85rem 1.2rem; display: flex; justify-content: space-between; border-top: 1px solid #dce9f2; background: var(--white); }
.assistant-footer button { padding: .5rem 0; border: 0; background: transparent; color: var(--blue); font-size: .75rem; font-weight: 800; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease),transform .9s var(--ease); }
.reveal-mid { transition-delay: .08s; }
.reveal-late { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100%{transform:rotate(-7deg) translateY(0)} 50%{transform:rotate(-3deg) translateY(-12px)} }
@keyframes bubble { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }

@media (max-width:1100px) {
  .main-nav > a { display:none; }
  .hero { grid-template-columns:.9fr 1.1fr; }
  .plan { padding:1.7rem; }
  .extra-row { grid-template-columns:38px 1fr; }
  .extra-row p,.extra-row button { grid-column:2; justify-self:start; }
}
@media (max-width:760px) {
  .site-header { height:90px; padding:0 1rem; }
  .brand { position:relative; z-index:80; width:72px; }
  .menu-toggle { position:relative; z-index:80; width:48px; height:48px; padding:0; display:grid; place-content:center; gap:6px; border:1px solid rgba(0,59,128,.35); border-radius:50%; background:rgba(255,255,255,.75); color:var(--blue-deep); }
  .menu-toggle span { width:19px; height:2px; background:currentColor; transition:transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-4px) rotate(-45deg); }
  .main-nav { position:fixed; inset:0; z-index:70; padding:7rem 1.4rem 2rem; display:flex; flex-direction:column; align-items:flex-start; gap:.55rem; background:var(--yellow); color:var(--blue-deep); transform:translateX(100%); transition:transform .55s var(--ease); }
  .main-nav.open { transform:none; }
  .main-nav > a { display:block; font-family:"Outfit",sans-serif; font-size:2.2rem; line-height:1.3; }
  .nav-cta { margin-top:1rem; }
  body.menu-open { overflow:hidden; }
  .hero { min-height:1050px; padding:125px 1.25rem 60px; display:flex; flex-direction:column; gap:4rem; }
  h1 { font-size:clamp(3.8rem,17vw,5.5rem); }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-visual { width:100%; min-height:500px; }
  .hero-arch { inset:0; }
  .hero-stamp { left:-.3rem; width:120px; }
  .section-space { padding:6.5rem 1.25rem; }
  .section-head,.sizes-head { display:block; }
  .section-head h2,.sizes h2,.extras h2,.transformation h2,.registration h2,.instagram-head h2,.visit h2 { font-size:clamp(3.2rem,14vw,4.8rem); }
  .section-head > p:last-child,.sizes-head > p:last-child { margin-top:1.5rem; }
  .plan-grid { grid-template-columns:1fr; }
  .plan { min-height:0; border-radius:2.8rem 2.8rem 1rem 1rem; }
  .courtesies { padding:3.5rem 1.25rem; grid-template-columns:1fr; }
  .courtesies-list { grid-template-columns:1fr; }
  .size-selector { padding:0 1.25rem; }
  .size-tab { min-height:68px; }
  .size-stage { padding:0 1.25rem 6.5rem; display:flex; flex-direction:column; gap:3.5rem; }
  .size-photo,.size-pricing { width:100%; }
  .size-photo { height:560px; }
  .extras { display:block; }
  .extras-head { position:static; margin-bottom:3.5rem; }
  .extra-row { min-height:0; padding:2rem 0; }
  .transformation { display:flex; flex-direction:column; }
  .transformation-copy { padding:6.5rem 1.25rem 4rem; }
  .before-after { min-height:520px; border-radius:6rem 6rem 0 0; }
  .registration { min-height:620px; padding:6rem 1.25rem; }
  .instagram-head { display:block; margin-bottom:3rem; }
  .instagram-intro { margin-top:1.5rem; }
  .instagram-stage { min-height:600px; padding:7rem 1.25rem 2rem; border-radius:6rem 6rem 1rem 1rem; }
  .instagram-stage::before { border-radius:5.2rem 5.2rem .7rem .7rem; }
  .instagram-decoration { top:2.8rem; left:2.4rem; }
  .instagram-media { border-radius:1.4rem !important; }
  .instagram-media iframe { border-radius:1.4rem !important; }
  .visit-info { grid-template-columns:1fr; }
  .visit-info > div,.visit-info > div:first-child { min-height:0; padding:1.8rem 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
  .visit-info > div:last-child { border-bottom:0; }
  .visit-actions { align-items:flex-start; flex-direction:column; }
  .map-shell { height:430px; border-radius:6rem 6rem 0 0; }
  .site-footer { padding:3.5rem 1.25rem 7rem; grid-template-columns:1fr; gap:2rem; }
  .site-footer nav { flex-direction:column; gap:.5rem; }
  .copyright { grid-column:1; align-items:flex-start; flex-direction:column; gap:.55rem; }
  .assistant-fab { right:1rem; bottom:1rem; }
  .assistant-fab > span:last-child { display:none; }
  .assistant-fab { width:58px; height:58px; min-height:0; padding:7px; }
  .assistant-fab-icon { width:44px; height:44px; }
}
@media (max-width:390px) {
  h1 { font-size:3.45rem; }
  .button { width:100%; }
  .hero { padding-right:1rem; padding-left:1rem; }
  .size-photo { height:490px; }
  .price-line span { font-size:1.05rem; }
  .before-after { min-height:460px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; }
  .hero-stamp,.hero-bubble { animation:none; }
}
