:root {
  --ink: #05080f;
  --navy: #061638;
  --blue: #0b3daa;
  --yellow: #ffc400;
  --red: #e3232d;
  --white: #f8fbff;
  --muted: #aebbd0;
  --display: "Arial Narrow", "Aptos Narrow", "Franklin Gothic Medium", sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); overflow-x: clip; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  padding: 0 clamp(22px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(3,10,24,.78), rgba(3,10,24,.08));
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 22px; height: 34px; background: var(--yellow); clip-path: polygon(48% 0,100% 0,66% 39%,92% 39%,25% 100%,40% 53%,8% 53%); }
.brand-name { font: 900 italic clamp(1.25rem,2vw,1.8rem)/1 var(--display); letter-spacing: -.04em; }
.desktop-nav { display: flex; gap: 34px; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav a { color: #d9e1ef; transition: color .25s ease; }
.desktop-nav a:hover { color: var(--yellow); }
.site-header.is-scrolled { background: rgba(3,9,22,.93); box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.header-cta { justify-self: end; padding: 12px 18px; background: var(--yellow); color: #111; border-radius: 5px; font-weight: 800; font-size: .78rem; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; animation: heroPush 14s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(2,8,20,.97) 0%, rgba(4,21,56,.86) 37%, rgba(3,11,24,.15) 73%), linear-gradient(0deg, rgba(2,8,20,.75), transparent 48%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.hero-content { width: min(760px, 90vw); margin-left: clamp(22px, 7vw, 128px); padding-top: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #dfe8f5; font-size: .75rem; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 44px; height: 2px; background: var(--red); box-shadow: 0 0 16px var(--red); }
h1 { margin: 0; max-width: 710px; font: 900 clamp(4.35rem, 8vw, 8rem)/.83 var(--display); letter-spacing: -.065em; text-transform: uppercase; text-wrap: balance; }
h1 em { color: var(--yellow); font-style: normal; text-shadow: 0 0 36px rgba(255,196,0,.18); }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #d4deeb; font-size: clamp(1rem,1.45vw,1.24rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 24px; border: 1px solid rgba(255,255,255,.68); border-radius: 4px; font-weight: 800; font-size: .84rem; text-transform: uppercase; letter-spacing: .06em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--yellow); color: #111; border-color: var(--yellow); box-shadow: 0 14px 38px rgba(255,196,0,.2); }
.button-ghost { background: rgba(3,11,27,.22); }
.energy-line { position: absolute; z-index: -1; left: 0; bottom: 8%; width: 100%; height: 26%; overflow: visible; filter: drop-shadow(0 0 8px rgba(227,35,45,.8)); opacity: .88; }
.energy-line path { fill: none; stroke: var(--red); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1 10; animation: currentFlow 7s linear infinite; }
.hero-index { position: absolute; right: 4.5vw; bottom: 34px; display: flex; gap: 9px; align-items: center; font-size: .68rem; letter-spacing: .18em; }
.hero-index span:first-child { color: var(--yellow); font-size: 1rem; font-weight: 900; }
.hero-scroll { position: absolute; left: clamp(22px,7vw,128px); bottom: 30px; display: flex; align-items: center; gap: 16px; color: #cbd6e7; font-size: .68rem; text-transform: uppercase; letter-spacing: .17em; }
.hero-scroll i { display: block; width: 72px; height: 1px; background: rgba(255,255,255,.6); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; inset: 0; background: var(--yellow); animation: sweep 2.5s ease-in-out infinite; }
.section-light { background: #f4f7fb; color: var(--ink); }
.section-heading { max-width: 1240px; margin: 0 auto; }
.section-heading h2, .proof-heading h2, .offers h2, .coverage h2, .contact h2 { margin: 0; font: 900 clamp(3.6rem,7vw,7.6rem)/.86 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.section-heading h2 em, .proof-heading h2 em, .coverage h2 em { color: var(--blue); font-style: normal; }
.section-heading > p:last-child { max-width: 560px; margin: 28px 0 0 auto; color: #4c5667; font-size: 1.08rem; line-height: 1.6; }
.kicker { display: flex; gap: 14px; align-items: center; margin: 0 0 26px; color: #647086; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { color: var(--red); }
.signal-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); background: var(--yellow); color: #111; padding: 0 clamp(22px,7vw,128px); }
.signal-strip > div:not(.signal-pulse) { min-height: 138px; display: flex; align-items: center; gap: 16px; padding: 24px 34px; border-right: 1px solid rgba(0,0,0,.2); }
.signal-strip strong { font: 900 3.1rem/1 var(--display); letter-spacing: -.05em; }
.signal-strip span { max-width: 140px; font-size: .72rem; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.signal-pulse { position: absolute; right: 4vw; top: 0; width: 120px; height: 100%; display: grid; place-items: center; pointer-events: none; }
.signal-pulse i, .signal-pulse i::before, .signal-pulse i::after { position: absolute; width: 44px; height: 44px; border: 1px solid rgba(0,0,0,.35); border-radius: 50%; content: ""; animation: pulse 2.8s ease-out infinite; }
.signal-pulse i::before { animation-delay: .8s; }
.signal-pulse i::after { animation-delay: 1.6s; }

.services { padding: 140px clamp(22px,7vw,128px) 150px; overflow: hidden; }
.services-stage { max-width: 1400px; min-width: 0; margin: 90px auto 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px,6vw,100px); align-items: center; }
.services-product { position: relative; min-width: 0; min-height: 650px; display: grid; place-items: center; }
.services-product::after { content: ""; position: absolute; width: 70%; height: 12%; bottom: 7%; background: rgba(2,13,36,.28); border-radius: 50%; filter: blur(36px); }
.services-product img { position: relative; z-index: 2; width: min(100%,680px); height: auto; filter: drop-shadow(0 35px 26px rgba(8,35,91,.22)); }
.sun-orbit { position: absolute; width: min(34vw,490px); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; inset: -32px; border: 1px solid rgba(11,61,170,.28); border-radius: 50%; animation: orbit 8s linear infinite; }
.sun-orbit::after { inset: -68px; animation-direction: reverse; animation-duration: 12s; }
.sun-orbit span, .sun-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--red); top: -38px; left: 50%; box-shadow: 0 0 14px rgba(227,35,45,.55); }
.sun-orbit i { top: auto; bottom: -74px; background: var(--blue); }
.service-list { width: 100%; min-width: 0; border-top: 1px solid #cdd3dc; }
.service-row { display: grid; grid-template-columns: 52px 1fr 40px; gap: 18px; align-items: start; padding: 25px 6px; border-bottom: 1px solid #cdd3dc; cursor: pointer; transition: background .3s ease, padding .3s ease, color .3s ease; }
.service-row > div { min-width: 0; }
.service-row:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.service-row:hover, .service-row.is-active { padding-inline: 22px; background: var(--blue); color: white; }
.service-no { padding-top: 7px; color: var(--red); font: 800 .72rem/1 var(--body); }
.service-row h3 { margin: 0; font: 900 clamp(1.9rem,3vw,3.2rem)/1 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.service-row p { max-height: 0; overflow: hidden; margin: 0; color: #59667a; font-size: .9rem; line-height: 1.5; opacity: 0; transition: max-height .4s ease, opacity .3s ease, margin .3s ease; }
.service-row:hover p, .service-row.is-active p, .service-row:focus p { max-height: 100px; margin-top: 10px; opacity: 1; }
.service-row:hover p, .service-row.is-active p, .service-row:focus p { color: #dce6f5; }
.service-arrow { font-size: 1.5rem; transition: transform .3s ease; }
.service-row:hover .service-arrow, .service-row.is-active .service-arrow { transform: rotate(45deg); color: var(--yellow); }

.kinetic-band { overflow: hidden; padding: 18px 0; background: var(--red); color: #fff; transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 3; }
.kinetic-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 18s linear infinite; font: 900 1rem/1 var(--display); letter-spacing: .18em; }
.kinetic-track i { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); }

.process { display: grid; grid-template-columns: minmax(360px,.88fr) 1.12fr; background: #060a12; color: #fff; min-height: 1100px; }
.process-visual { position: sticky; top: 0; height: 100vh; min-height: 700px; overflow: hidden; }
.process-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,15,.8), transparent 50%), linear-gradient(90deg,transparent 70%,#060a12); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.process-stamp { position: absolute; z-index: 2; left: 7%; bottom: 7%; display: flex; align-items: center; gap: 16px; }
.process-stamp strong { color: var(--yellow); font: 900 6.5rem/.75 var(--display); }
.process-stamp span { font-size: .72rem; line-height: 1.35; letter-spacing: .14em; text-transform: uppercase; }
.process-content { padding: 140px clamp(22px,7vw,110px) 150px; }
.section-heading-dark { color: white; }
.section-heading-dark h2 em { color: var(--yellow); }
.section-heading-dark > p:last-child { color: #aebbd0; }
.process-steps { list-style: none; padding: 65px 0 0; margin: 0; }
.process-steps li { display: grid; grid-template-columns: 110px 1fr; align-items: start; gap: 28px; padding: 33px 0; border-top: 1px solid rgba(255,255,255,.17); }
.process-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.process-steps > li > span { color: var(--blue); font: 900 4.6rem/.8 var(--display); text-shadow: 0 0 25px rgba(13,83,225,.3); transition: color .3s ease, transform .3s ease; }
.process-steps li:hover > span { color: var(--yellow); transform: translateX(8px); }
.process-steps h3 { margin: 0; font: 900 1.65rem/1 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.process-steps p { margin: 8px 0 0; color: #aebbd0; line-height: 1.55; }

.proof { padding: 145px clamp(22px,7vw,128px); }
.proof-heading { max-width: 1400px; margin: 0 auto 80px; }
.proof-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cdd3dc; border-left: 1px solid #cdd3dc; }
.proof-card { min-height: 350px; padding: 30px; border-right: 1px solid #cdd3dc; border-bottom: 1px solid #cdd3dc; display: flex; flex-direction: column; transition: transform .35s ease, background .35s ease, color .35s ease; }
.proof-card > span { color: var(--red); font-size: .72rem; font-weight: 800; }
.proof-card h3 { margin: auto 0 18px; font: 900 2.15rem/.96 var(--display); text-transform: uppercase; }
.proof-card p { margin: 0; color: #576174; line-height: 1.55; }
.proof-card:hover { transform: translateY(-14px); background: white; box-shadow: 0 25px 60px rgba(17,37,74,.1); }
.proof-card-accent { background: var(--blue); color: white; }
.proof-card-accent p { color: #d8e3f6; }
.proof-card-accent > span { color: var(--yellow); }

.offers { min-height: 950px; padding: 140px clamp(22px,7vw,128px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: center; background: radial-gradient(circle at 74% 46%,#164ed0 0,#0b3daa 25%,#061638 60%,#040810 100%); overflow: hidden; }
.offers-copy { position: relative; z-index: 4; }
.offers h2 em, .contact h2 em { color: var(--yellow); font-style: normal; }
.offers-copy > p:not(.kicker) { max-width: 500px; margin: 26px 0 34px; color: #c5d1e3; font-size: 1.05rem; line-height: 1.62; }
.offer-stage { position: relative; height: 720px; transform-style: preserve-3d; transition: transform .18s ease-out; }
.offer-stage > img { position: absolute; z-index: 2; width: min(730px,90%); right: -3%; top: 0; filter: drop-shadow(0 45px 48px rgba(0,0,0,.45)); animation: floatProduct 5.5s ease-in-out infinite; }
.offer-sun { position: absolute; width: 520px; height: 520px; right: 8%; top: 6%; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 90px rgba(255,196,0,.25); }
.offer-card { position: absolute; z-index: 3; bottom: 4%; width: min(360px,44%); padding: 24px; border-radius: 6px; color: #111; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.offer-card small { display: block; margin-bottom: 10px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.offer-card strong { display: block; font: 900 1.6rem/1.02 var(--display); text-transform: uppercase; }
.offer-card a { display: inline-block; margin-top: 20px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.offer-card-red { left: 4%; background: var(--red); color: #fff; transform: rotate(-2deg); }
.offer-card-yellow { right: 1%; background: var(--yellow); transform: rotate(2deg); }

.information { padding: 145px clamp(22px,7vw,128px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,150px); }
.coverage h2 { font-size: clamp(3.1rem,5.6vw,6rem); }
.place-list { list-style: none; padding: 0; margin: 55px 0 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.place-list li { padding: 10px 15px; border: 1px solid #aeb7c5; border-radius: 999px; font-weight: 750; font-size: .82rem; }
.hours { display: grid; grid-template-columns: 100px 1fr; gap: 26px; border-top: 1px solid #cdd3dc; padding-top: 22px; }
.hours span { color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.hours p { margin: 0; line-height: 1.55; }
.faq { padding-top: 4px; }
.faq details { border-top: 1px solid #bfc7d2; }
.faq details:last-child { border-bottom: 1px solid #bfc7d2; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font: 800 1.08rem/1.3 var(--body); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-size: 1.5rem; transition: transform .25s ease; }
.faq details[open] summary span { transform: rotate(45deg); color: var(--red); }
.faq details p { margin: -8px 50px 24px 0; color: #566176; line-height: 1.62; }

.contact { position: relative; padding: 140px clamp(22px,7vw,128px) 60px; background: #05080f; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 540px; height: 540px; right: -120px; top: -180px; border-radius: 50%; background: var(--blue); filter: blur(10px); opacity: .38; }
.contact-noise { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 64px 64px; }
.contact-heading, .contact-actions, .contact-meta { position: relative; z-index: 2; }
.contact h2 { max-width: 1200px; }
.contact-actions { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; }
.contact-link { position: relative; min-height: 170px; padding: 28px 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform .3s ease; }
.contact-link::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); right: -50px; bottom: -100px; transition: transform .5s ease; }
.contact-link:hover::after { transform: scale(1.8); }
.contact-link span { font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font: 900 clamp(2rem,4vw,4.2rem)/1 var(--display); letter-spacing: -.04em; }
.contact-link i { position: absolute; right: 32px; top: 28px; font-style: normal; font-size: 1.6rem; }
.contact-whatsapp { background: #10a64a; }
.contact-call { background: var(--red); }
.contact-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-top: 34px; color: #aebbd0; font-size: .76rem; }

footer { min-height: 150px; padding: 40px clamp(22px,7vw,128px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #02050a; border-top: 1px solid rgba(255,255,255,.12); color: #aebbd0; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
footer > a:last-child { justify-self: end; }
.floating-contact { position: fixed; z-index: 30; right: 22px; display: flex; align-items: center; gap: 12px; padding: 12px 14px 12px 18px; border-radius: 999px; color: white; box-shadow: 0 10px 32px rgba(0,0,0,.32); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .55s var(--premium-ease), filter .55s var(--premium-ease); }
.floating-contact:hover { transform: translateY(-3px); filter: brightness(1.06); }
.floating-contact b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.18); }
.floating-call { bottom: 82px; background: #bf3442; }
.floating-whatsapp { bottom: 22px; background: #148c4b; }
.scroll-progress { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: var(--yellow); transform: scaleX(0); transform-origin: left center; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }

@keyframes heroPush { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes currentFlow { to { stroke-dashoffset: -110; } }
@keyframes sweep { from { transform: translateX(-110%); } 50%,100% { transform: translateX(110%); } }
@keyframes pulse { 0% { transform: scale(.4); opacity: 0; } 20% { opacity: .75; } 100% { transform: scale(2.5); opacity: 0; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes floatProduct { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }

@media (max-width: 760px) {
  .site-header { height: 70px; padding-inline: 18px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-cta { font-size: .68rem; padding: 10px 12px; }
  .hero { align-items: flex-end; min-height: 100svh; }
  .hero-media img { object-position: 70% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,8,20,.98) 8%, rgba(3,15,37,.73) 57%, rgba(2,8,20,.18) 100%); }
  .hero-content { width: auto; margin: 0 18px; padding: 0 0 106px; }
  .eyebrow { font-size: .61rem; margin-bottom: 14px; letter-spacing: .11em; }
  h1 { font-size: clamp(3.25rem, 17.5vw, 5.2rem); line-height: .84; }
  .hero-copy { margin-top: 18px; max-width: 34rem; font-size: .96rem; line-height: 1.48; }
  .hero-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr; }
  .button { min-height: 52px; }
  .button-ghost { display: none; }
  .hero-index { display: none; }
  .hero-scroll { left: 20px; bottom: 28px; }
  .signal-strip { grid-template-columns: 1fr 1fr; padding: 0; }
  .signal-strip > div:not(.signal-pulse) { min-height: 104px; padding: 18px; gap: 10px; }
  .signal-strip > div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid rgba(0,0,0,.2); }
  .signal-strip strong { font-size: 2.35rem; }
  .signal-strip span { font-size: .62rem; }
  .signal-pulse { display: none; }
  .services, .proof, .information, .contact { padding: 96px 20px; }
  .section-heading h2, .proof-heading h2, .offers h2, .coverage h2, .contact h2 { font-size: clamp(3.05rem,14vw,4.8rem); }
  .section-heading > p:last-child { margin-left: 0; }
  .services-stage { margin-top: 60px; grid-template-columns: 1fr; }
  .services-product { width: 100%; min-width: 0; min-height: 430px; order: 2; overflow: hidden; }
  .sun-orbit { width: 73vw; }
  .service-row { grid-template-columns: 40px 1fr 26px; padding-block: 20px; }
  .service-row h3 { font-size: 2rem; }
  .service-row p { max-height: 100px; margin-top: 8px; opacity: 1; color: #59667a; }
  .service-row:hover p, .service-row.is-active p, .service-row:focus p { color: #dce6f5; }
  .process { display: block; min-height: auto; }
  .process-visual { position: relative; height: 72svh; min-height: 560px; }
  .process-visual::after { background: linear-gradient(0deg,#060a12,transparent 55%); }
  .process-content { padding: 88px 20px 100px; }
  .process-stamp strong { font-size: 5.2rem; }
  .process-steps li { grid-template-columns: 76px 1fr; gap: 18px; }
  .process-steps > li > span { font-size: 3.7rem; }
  .proof-heading { margin-bottom: 55px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 270px; }
  .offers { min-height: auto; padding: 95px 20px 110px; grid-template-columns: 1fr; }
  .offer-stage { height: 650px; margin-top: 32px; }
  .offer-sun { width: 84vw; height: 84vw; right: -8%; }
  .offer-stage > img { width: 110%; max-width: none; right: -18%; top: 20px; }
  .offer-card { width: 75%; padding: 18px; }
  .offer-card-red { left: 0; bottom: 13%; }
  .offer-card-yellow { right: 0; bottom: -1%; }
  .offer-card strong { font-size: 1.32rem; }
  .information { grid-template-columns: 1fr; }
  .faq { padding-top: 38px; }
  .contact-actions { grid-template-columns: 1fr; margin-top: 48px; }
  .contact-link { min-height: 142px; padding: 24px; }
  .contact-link strong { font-size: 2.5rem; }
  .contact-meta { flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  footer > a:last-child { justify-self: start; }
  .floating-contact span { display: none; }
  .floating-contact { right: 16px; padding: 10px; }
  .floating-call { bottom: 72px; }
  .floating-whatsapp { bottom: 16px; }
}

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

/* Premium compact pass */
:root {
  --ink: #050913;
  --navy: #07162e;
  --blue: #123b8f;
  --yellow: #f2bd35;
  --red: #d63342;
  --white: #f7f8fb;
  --muted: #a7b2c4;
  --display: "Barlow Condensed", "Aptos Narrow", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --premium-ease: cubic-bezier(.32,.72,0,1);
}

html { background: var(--ink); }
body { font-weight: 500; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  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='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.skip-link { position: fixed; z-index: 60; left: 18px; top: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: .75rem; font-weight: 800; transition: transform .4s var(--premium-ease); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1160px);
  height: 64px;
  padding: 0 10px 0 20px;
  grid-template-columns: 1fr auto 1fr;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(5,12,28,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 55px rgba(3,12,30,.22);
  transform: translateX(-50%);
  transition: background .6s var(--premium-ease), box-shadow .6s var(--premium-ease);
}
.site-header.is-scrolled { background: rgba(5,12,28,.86); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 22px 65px rgba(3,12,30,.28); }
.brand { gap: 10px; }
.brand-mark { width: 17px; height: 27px; }
.brand-name { font-size: 1.45rem; letter-spacing: -.025em; }
.desktop-nav { gap: 30px; font-size: .68rem; }
.header-cta { padding: 11px 18px; border-radius: 999px; background: var(--yellow); font-size: .68rem; letter-spacing: .04em; transition: transform .5s var(--premium-ease), background .5s var(--premium-ease); }
.header-cta:hover { transform: scale(.97); background: #ffd45e; }

.hero { min-height: 100dvh; }
.hero-content { width: min(690px, 88vw); padding-top: 58px; }
.hero-shade { background: radial-gradient(circle at 70% 42%,rgba(18,59,143,.02),rgba(5,9,19,.24) 32%,rgba(5,9,19,.9) 77%), linear-gradient(90deg,rgba(5,9,19,.95),rgba(5,9,19,.18) 75%); }
.eyebrow, .kicker { font-size: .66rem; letter-spacing: .2em; }
h1 { max-width: 650px; font-size: clamp(4.5rem,7.4vw,7.4rem); line-height: .82; letter-spacing: -.052em; }
.hero-copy { max-width: 560px; margin-top: 23px; font-size: 1rem; line-height: 1.55; }
.hero-actions { margin-top: 27px; }
.button { min-height: 50px; padding: 5px 7px 5px 21px; gap: 20px; border-radius: 999px; letter-spacing: .04em; transition: transform .55s var(--premium-ease), background .55s var(--premium-ease), color .55s var(--premium-ease); }
.button:active { transform: scale(.975); }
.button-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: rgba(5,9,19,.1); transition: transform .55s var(--premium-ease), background .55s var(--premium-ease); }
.button:hover .button-icon { transform: translate(3px,-2px) scale(1.05); background: rgba(5,9,19,.16); }
.button-ghost { padding-inline: 20px; }
.energy-line { bottom: 5%; opacity: .5; }

.signal-strip { padding-inline: clamp(18px,7vw,110px); background: #e7af27; }
.signal-strip > div:not(.signal-pulse) { min-height: 92px; padding: 16px 28px; }
.signal-strip strong { font-size: 2.45rem; }
.signal-strip span { font-size: .62rem; }

.section-heading h2, .proof-heading h2, .offers h2, .coverage h2, .contact h2 { font-size: clamp(3.6rem,5.5vw,6rem); line-height: .84; letter-spacing: -.047em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 520px; margin-top: 18px; font-size: .92rem; line-height: 1.55; }
.kicker { margin-bottom: 16px; }

.services { position: relative; min-height: 100dvh; padding: clamp(78px,10vh,100px) clamp(22px,7vw,110px) 42px; display: grid; grid-template-rows: auto 1fr; align-content: center; }
.services-stage { width: 100%; margin-top: 24px; grid-template-columns: .82fr 1.18fr; gap: clamp(28px,5vw,76px); }
.services-product { min-height: min(51dvh,510px); }
.services-product img { width: min(82%,520px); }
.sun-orbit { width: min(26vw,350px); background: #edb625; }
.service-row { grid-template-columns: 42px 1fr 30px; gap: 12px; padding: 14px 4px; transition: padding .55s var(--premium-ease), background .55s var(--premium-ease), color .55s var(--premium-ease); }
.service-row:hover, .service-row.is-active { padding-inline: 17px; }
.service-row h3 { font-size: clamp(1.7rem,2.4vw,2.7rem); }
.service-row p { font-size: .79rem; line-height: 1.45; }
.service-row:hover p, .service-row.is-active p, .service-row:focus p { margin-top: 6px; }

.kinetic-band { padding: 11px 0; background: #bf3442; }
.kinetic-track { font-size: .78rem; }

.process { min-height: 100dvh; height: 100dvh; grid-template-columns: minmax(340px,.84fr) 1.16fr; }
.process-visual { height: 100dvh; min-height: 0; }
.process-content { overflow: hidden; padding: clamp(76px,10vh,96px) clamp(30px,6vw,88px) 34px; display: grid; grid-template-rows: auto 1fr; align-content: center; }
.process-content .section-heading h2 { font-size: clamp(3.3rem,5vw,5.2rem); }
.process-content .section-heading > p:last-child { max-width: 560px; margin-left: 0; }
.process-stamp strong { font-size: 5.2rem; }
.process-steps { padding-top: 18px; }
.process-steps li { grid-template-columns: 72px 1fr; gap: 18px; padding: 12px 0; }
.process-steps > li > span { font-size: 3.2rem; }
.process-steps h3 { font-size: 1.25rem; }
.process-steps p { margin-top: 4px; font-size: .78rem; }

.proof { min-height: 100dvh; padding: clamp(78px,10vh,100px) clamp(22px,7vw,110px) 46px; display: grid; align-content: center; }
.proof-heading { margin-bottom: 30px; }
.proof-grid { padding: 7px; gap: 7px; border: 1px solid rgba(18,59,143,.09); border-radius: 30px; background: rgba(18,59,143,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 30px 90px rgba(18,46,98,.07); }
.proof-card { position: relative; min-height: min(33dvh,280px); padding: 23px; border: 0; border-radius: 23px; background: rgba(255,255,255,.84); box-shadow: inset 0 1px 0 rgba(255,255,255,.95); }
.proof-card h3 { margin-bottom: 12px; font-size: 1.85rem; }
.proof-card p { font-size: .8rem; line-height: 1.48; }
.proof-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(17,48,105,.11), inset 0 1px 0 rgba(255,255,255,.95); }
.proof-card-accent { background: #113a88; box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }

.offers { min-height: 100dvh; height: 100dvh; padding: clamp(74px,10vh,96px) clamp(22px,7vw,110px) 34px; grid-template-columns: .76fr 1.24fr; background: radial-gradient(circle at 74% 43%,#16489e 0,#0e2f72 30%,#07162e 66%,#050913 100%); }
.offers-copy > p:not(.kicker) { margin: 18px 0 24px; font-size: .91rem; }
.offer-stage { height: min(72dvh,650px); }
.offer-stage > img { width: min(670px,88%); }
.offer-sun { width: min(39vw,440px); height: min(39vw,440px); background: #edb625; }
.offer-card { width: min(315px,43%); padding: 18px; border-radius: 22px; border: 6px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 65px rgba(2,10,25,.24); }
.offer-card strong { font-size: 1.35rem; }
.offer-card a { margin-top: 14px; }

.information { min-height: 100dvh; padding: clamp(76px,10vh,96px) clamp(22px,7vw,110px) 34px; gap: clamp(44px,7vw,110px); align-items: center; }
.coverage h2 { font-size: clamp(3.1rem,4.7vw,5rem); }
.place-list { margin: 28px 0 22px; gap: 7px; }
.place-list li { padding: 7px 12px; border-color: rgba(18,59,143,.22); font-size: .73rem; }
.hours { padding-top: 16px; }
.hours p { font-size: .84rem; }
.faq details { border-color: rgba(18,59,143,.17); }
.faq summary { padding: 14px 0; font-size: .9rem; }
.faq details p { margin: -2px 42px 15px 0; font-size: .79rem; line-height: 1.5; }

.contact { min-height: calc(100dvh - 116px); padding: clamp(76px,10vh,96px) clamp(22px,7vw,110px) 34px; display: grid; align-content: center; }
.contact::after { opacity: .2; }
.contact-actions { margin-top: 34px; gap: 7px; padding: 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: rgba(255,255,255,.045); }
.contact-link { min-height: 124px; padding: 21px 25px; border-radius: 23px; transition: transform .6s var(--premium-ease), filter .6s var(--premium-ease); }
.contact-link:hover { transform: translateY(-5px); filter: brightness(1.05); }
.contact-whatsapp { background: #148c4b; }
.contact-call { background: #bf3442; }
.contact-meta { padding-top: 24px; font-size: .68rem; }
footer { min-height: 116px; padding-block: 26px; }

.reveal { opacity: 0; transform: translateY(32px) scale(.985); filter: blur(6px); transition: opacity .9s var(--premium-ease), transform .9s var(--premium-ease), filter .9s var(--premium-ease); }
.reveal.in-view { opacity: 1; transform: none; filter: blur(0); }
.scroll-progress i { transform: scaleX(0); }

@supports (animation-timeline: scroll()) {
  .scroll-progress i { animation: premiumProgress auto linear both; animation-timeline: scroll(root block); }
}
@keyframes premiumProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (min-width: 901px) {
  html { scroll-snap-type: y proximity; }
  .hero, .services, .process, .proof, .offers, .information, .contact { scroll-snap-align: start; }
}

@media (max-width: 760px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 56px; padding: 0 7px 0 14px; }
  .header-cta { padding: 10px 13px; }
  .hero-content { margin-inline: 16px; padding-bottom: 86px; }
  .eyebrow { font-size: .56rem; margin-bottom: 10px; }
  h1 { font-size: clamp(3.5rem,16.5vw,4.65rem); }
  .hero-copy { margin-top: 14px; font-size: .84rem; line-height: 1.48; }
  .hero-actions { margin-top: 18px; }
  .signal-strip > div:not(.signal-pulse) { min-height: 78px; padding: 12px 16px; }
  .signal-strip strong { font-size: 2.1rem; }
  .services, .proof, .information, .contact { min-height: 100dvh; padding: 76px 16px 24px; }
  .section-heading h2, .proof-heading h2, .offers h2, .coverage h2, .contact h2 { font-size: clamp(2.9rem,12.5vw,4rem); }
  .section-heading > p:last-child { display: none; }
  .kicker { margin-bottom: 10px; font-size: .57rem; }
  .services { overflow: hidden; }
  .services-stage { display: block; margin-top: 18px; }
  .services-product { position: absolute; z-index: 0; right: -26%; bottom: -4%; width: 80%; min-height: 0; opacity: .18; overflow: visible; }
  .services-product img { width: 100%; }
  .sun-orbit { width: 55vw; opacity: .7; }
  .service-list { position: relative; z-index: 1; }
  .service-row { grid-template-columns: 34px 1fr 22px; padding: 12px 2px; }
  .service-row:hover, .service-row.is-active { padding-inline: 12px; }
  .service-row h3 { font-size: 1.75rem; }
  .service-row p { font-size: .69rem; line-height: 1.4; }
  .kinetic-band { padding: 8px 0; }
  .process { position: relative; min-height: 100dvh; height: 100dvh; overflow: hidden; }
  .process-visual { position: absolute; inset: 0; height: 100%; min-height: 0; opacity: .3; }
  .process-visual::after { background: linear-gradient(0deg,#050913 9%,rgba(5,9,19,.75) 60%,rgba(5,9,19,.22)); }
  .process-stamp { left: auto; right: 16px; bottom: 16px; }
  .process-stamp strong { font-size: 4rem; }
  .process-content { position: relative; z-index: 2; padding: 72px 16px 26px; display: grid; grid-template-rows: auto auto; align-content: center; }
  .process-content .section-heading h2 { font-size: 3.3rem; }
  .process-content .section-heading > p:last-child { display: none; }
  .process-steps { padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .process-steps li { min-height: 132px; padding: 12px; grid-template-columns: 1fr; gap: 4px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(5,9,19,.62); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
  .process-steps li:last-child { grid-column: 1 / -1; min-height: 104px; grid-template-columns: 62px 1fr; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-steps > li > span { font-size: 2.2rem; }
  .process-steps h3 { font-size: 1.05rem; }
  .process-steps p { display: block; margin-top: 2px; color: #a7b2c4; font-size: .61rem; line-height: 1.32; }
  .proof { display: block; }
  .proof-heading { margin-bottom: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 5px; gap: 5px; border-radius: 23px; }
  .proof-card { min-height: 190px; padding: 16px; border-radius: 18px; }
  .proof-card h3 { margin: auto 0 8px; font-size: 1.45rem; }
  .proof-card p { font-size: .68rem; line-height: 1.38; }
  .offers { min-height: 100dvh; height: 100dvh; padding: 76px 16px 22px; align-content: start; }
  .offers-copy > p:not(.kicker) { display: none; }
  .offers .button { margin-top: 18px; }
  .offer-stage { height: 55dvh; margin-top: 5px; }
  .offer-sun { width: 63vw; height: 63vw; right: -2%; top: 4%; }
  .offer-stage > img { width: 95%; right: -14%; top: 2%; }
  .offer-card { width: 68%; padding: 12px; border-width: 4px; border-radius: 17px; }
  .offer-card strong { font-size: 1rem; }
  .offer-card a { margin-top: 9px; font-size: .6rem; }
  .offer-card-red { bottom: 12%; }
  .offer-card-yellow { bottom: 0; }
  .information { display: block; }
  .coverage h2 { font-size: 2.75rem; }
  .place-list { margin: 16px 0 13px; gap: 5px; }
  .place-list li { padding: 6px 9px; font-size: .65rem; }
  .hours { grid-template-columns: 68px 1fr; gap: 13px; padding-top: 11px; }
  .hours p { font-size: .7rem; }
  .faq { padding-top: 20px; }
  .faq summary { padding: 10px 0; font-size: .77rem; }
  .faq details p { margin: -1px 30px 10px 0; font-size: .68rem; }
  .contact { min-height: calc(100dvh - 128px); display: grid; align-content: center; }
  .contact-actions { margin-top: 24px; padding: 5px; gap: 5px; border-radius: 23px; }
  .contact-link { min-height: 105px; padding: 17px; border-radius: 18px; }
  .contact-link strong { font-size: 2.25rem; }
  .contact-meta { padding-top: 17px; gap: 10px; font-size: .61rem; }
  footer { min-height: 128px; padding: 24px 20px; gap: 14px; }
}

@media (max-height: 720px) and (min-width: 761px) {
  .section-heading h2, .proof-heading h2, .offers h2, .contact h2 { font-size: clamp(3.2rem,5vw,4.8rem); }
  .services, .proof, .information, .contact { padding-top: 76px; }
  .services-product { min-height: 430px; }
  .proof-card { min-height: 225px; }
  .process-content { padding-top: 72px; }
  .process-steps li { padding-block: 9px; }
}
