:root {
  --ink: #100b0c;
  --ink-soft: #1a1113;
  --wine: #8f1932;
  --wine-light: #c5284b;
  --cream: #f3ead8;
  --muted: #a99b91;
  --line: rgba(243, 234, 216, 0.14);
  --green: #25d366;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
:focus-visible { outline: 2px solid #e45270; outline-offset: 4px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; padding: 12px 18px; color: var(--ink); background: var(--cream); border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { width: min(calc(100% - 48px), var(--max)); height: 96px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand__mark { width: 36px; height: 36px; border: 1px solid rgba(243,234,216,.32); border-radius: 50%; display: grid; place-items: center; color: var(--cream); background: linear-gradient(145deg, rgba(243,234,216,.06), transparent); }
.brand__mark .icon { width: 18px; height: 18px; stroke-width: 1.45; }
.brand__name { font: 600 15px/1 "Unbounded", sans-serif; letter-spacing: .04em; }
.brand__name b { color: #d13b59; }
.header-status { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 9px; }
.header-status i { width: 7px; height: 7px; border-radius: 50%; background: #50c878; box-shadow: 0 0 16px #50c878; animation: pulse 2s infinite; }
.header-phone { justify-self: end; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; letter-spacing: .03em; transition: color .25s; }
.header-phone:hover { color: #e24b69; }
.header-phone__icon { display: none; width: 17px; height: 17px; }

.hero { width: min(calc(100% - 48px), var(--max)); min-height: calc(100svh - 96px); margin: 0 auto; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 80px 0 100px; isolation: isolate; }
.hero__content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; color: var(--muted); }
.eyebrow span { color: var(--cream); }
.hero h1 { margin: 0; font: 600 clamp(48px, 7.1vw, 100px)/.96 "Unbounded", sans-serif; letter-spacing: -.065em; max-width: 820px; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(243,234,216,.5); }
.hero__lead { max-width: 560px; margin: 32px 0 36px; color: #cbbfb5; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; padding: 0 24px; border: 0; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 20px; height: 20px; }
.button--whatsapp { background: var(--green); color: #07170c; }
.button--whatsapp:hover { background: #42df7b; }
.button--outline { border: 1px solid rgba(243,234,216,.3); background: transparent; color: var(--cream); }
.button--outline:hover { border-color: var(--cream); background: rgba(243,234,216,.05); }
.button--light { background: var(--cream); color: var(--ink); }
.button--ghost { border: 1px solid rgba(243,234,216,.2); color: var(--cream); background: transparent; }
.button--large { min-height: 70px; padding: 0 32px; }
.hero__note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: #847971; font-size: 12px; }
.hero__note span { border: 1px solid #5d5350; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; color: #a99d96; font-weight: 700; }
.hero__visual { height: 580px; position: relative; display: grid; place-items: center; font-family: "Unbounded", sans-serif; isolation: isolate; overflow: hidden; }
.hero__visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, var(--ink) 0%, transparent 30%, transparent 82%, rgba(16,11,12,.45) 100%); }
.hero__art { position: absolute; z-index: 0; inset: 12px -28px 12px 3%; width: calc(100% + 28px); height: calc(100% - 24px); object-fit: cover; object-position: 62% 50%; opacity: .7; filter: saturate(.9) contrast(1.08) brightness(.76); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%); }
.hero__number, .hero__seven, .hero__slash { position: absolute; z-index: 1; line-height: .75; font-weight: 700; }
.hero__number { z-index: 3; font-size: clamp(160px, 18vw, 280px); color: rgba(153,29,56,.86); transform: translate(-44px,-52px); text-shadow: 0 20px 80px rgba(143,25,50,.34); }
.hero__slash { z-index: 3; color: rgba(243,234,216,.42); font-size: 88px; transform: translate(78px, 16px); }
.hero__seven { z-index: 3; font-size: 130px; color: var(--cream); transform: translate(136px, 112px); }
.hero__spark { --spark-x: 168px; --spark-y: -115px; position: absolute; z-index: 4; width: 26px; height: 26px; color: #e45270; fill: rgba(228,82,112,.16); stroke: currentColor; stroke-width: .8; transform: translate(var(--spark-x),var(--spark-y)); filter: drop-shadow(0 0 11px rgba(228,82,112,.75)); animation: twinkle 3.8s ease-in-out infinite; }
.hero__visual p { position: absolute; z-index: 4; bottom: 55px; right: 6px; margin: 0; font: 500 10px/1.7 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; color: #8e817a; }
.orbit { position: absolute; z-index: 2; border-radius: 0; pointer-events: none; }
.orbit--one { width: 84%; height: 72%; border-top: 1px solid rgba(243,234,216,.1); border-left: 1px solid rgba(243,234,216,.1); transform: translate(26px,-14px) rotate(-3deg); }
.orbit--two { width: 58%; height: 50%; border-right: 1px solid rgba(197,40,75,.38); border-bottom: 1px solid rgba(197,40,75,.38); transform: translate(12px,20px) rotate(3deg); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(100px); z-index: -1; opacity: .45; pointer-events: none; }
.hero__glow--one { width: 380px; height: 380px; background: #6e1026; right: 9%; top: 22%; }
.hero__glow--two { width: 230px; height: 230px; background: #33251a; left: -8%; top: 25%; }

.proof { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.proof article { padding: 40px 28px; display: flex; gap: 20px; }
.proof article + article { border-left: 1px solid var(--line); }
.proof__icon { width: 42px; height: 42px; flex: 0 0 42px; position: relative; display: grid; place-items: center; color: var(--wine-light); border: 1px solid rgba(197,40,75,.36); }
.proof__icon .icon { width: 18px; height: 18px; }
.proof__icon small { position: absolute; right: -7px; bottom: -8px; padding: 1px 3px; color: #786b66; background: var(--ink); font: 600 8px/1.2 "Unbounded", sans-serif; }
.proof h2 { margin: 0 0 8px; font: 600 16px/1.3 "Unbounded", sans-serif; letter-spacing: -.02em; }
.proof p { margin: 0; color: var(--muted); font-size: 13px; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 150px 0; }
.section__heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 70px; }
.section__heading .eyebrow { margin-bottom: 10px; }
.section h2 { margin: 0; font: 600 clamp(38px, 5vw, 68px)/1.05 "Unbounded", sans-serif; letter-spacing: -.055em; }
.steps { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.steps .section__heading { display: block; margin: 0; }
.steps__list { list-style: none; padding: 0; margin: 0; }
.steps__list li { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 30px 0; border-top: 1px solid var(--line); }
.steps__list li:last-child { border-bottom: 1px solid var(--line); }
.steps__list b { color: var(--wine-light); font: 600 13px/1.6 "Unbounded", sans-serif; }
.steps__list h3 { margin: 0 0 8px; font: 600 19px/1.4 "Unbounded", sans-serif; }
.steps__list p { margin: 0; color: var(--muted); max-width: 490px; font-size: 14px; }

.service-area { padding-top: 40px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 8vw; }
.service-area__map { min-height: 510px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 45% 50%, rgba(143,25,50,.25), transparent 58%); }
.service-area__map svg { width: 100%; overflow: visible; }
.service-area__map path:first-child { fill: rgba(243,234,216,.035); stroke: rgba(243,234,216,.26); stroke-width: 1.5; }
.service-area__map path:last-child { stroke: rgba(243,234,216,.09); stroke-width: 1; }
.map-label { position: absolute; font: 600 40px/1 "Unbounded", sans-serif; letter-spacing: .18em; color: rgba(243,234,216,.07); }
.map-dot { width: 11px; height: 11px; position: absolute; z-index: 2; border: 3px solid var(--ink); border-radius: 50%; background: #df4161; box-shadow: 0 0 0 9px rgba(223,65,97,.1), 0 0 28px #df4161; }
.map-dot--one { left: 35%; top: 42%; }
.map-dot--two { left: 58%; top: 55%; }
.map-dot--three { left: 67%; top: 31%; }
.service-area__content > p:not(.eyebrow) { color: var(--muted); max-width: 420px; margin: 30px 0; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid rgba(243,234,216,.4); font-weight: 700; font-size: 14px; }
.text-link .icon { width: 17px; height: 17px; color: var(--wine-light); }

.faq { padding-top: 100px; }
.faq .section__heading { display: block; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font: 500 18px/1.4 "Unbounded", sans-serif; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--cream); transition: transform .25s; }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0); }
.faq details p { margin: -10px 0 34px; color: var(--muted); max-width: 720px; }

.final-cta { width: min(calc(100% - 48px), var(--max)); margin: 20px auto 0; padding: 90px 80px; background: var(--wine); display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.final-cta::after { content: "24"; position: absolute; right: 28%; bottom: -72px; font: 700 230px/1 "Unbounded", sans-serif; color: rgba(16,11,12,.08); pointer-events: none; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { color: rgba(255,255,255,.62); }
.final-cta h2 { margin: 0; font: 600 clamp(40px,5vw,70px)/1 "Unbounded",sans-serif; letter-spacing: -.06em; }
.final-cta p:last-child { margin-bottom: 0; color: #e8bdc7; }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 74px 0 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.site-footer__contact { justify-self: end; text-align: right; display: grid; gap: 4px; }
.site-footer__contact span { color: var(--muted); font-size: 12px; }
.site-footer__contact a { font-weight: 700; }
.site-footer__legal { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 24px; display: grid; grid-template-columns: 1fr 2fr; color: #756963; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.site-footer__legal p { margin: 0; }

.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 22px; background: rgba(7,4,5,.88); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.age-gate.is-visible { opacity: 1; visibility: visible; }
.age-gate__card { width: min(100%, 520px); padding: 50px; text-align: center; background: #171011; border: 1px solid rgba(243,234,216,.18); box-shadow: 0 28px 90px rgba(0,0,0,.55); }
.age-gate__badge { width: 74px; height: 74px; margin: 0 auto 30px; border: 1px solid #b22946; border-radius: 50%; display: grid; place-items: center; color: #df4161; font: 600 22px/1 "Unbounded", sans-serif; }
.age-gate__card .eyebrow { margin-bottom: 14px; }
.age-gate__card h2 { margin: 0; font: 600 clamp(25px, 4vw, 36px)/1.2 "Unbounded", sans-serif; letter-spacing: -.04em; }
.age-gate__card p:not(.eyebrow) { color: var(--muted); }
.age-gate__actions { margin: 30px 0 22px; display: grid; grid-template-columns: 1fr 110px; gap: 10px; }
.age-gate__card small { color: #716661; font-size: 10px; text-transform: uppercase; }
body.gate-open { overflow: hidden; }

.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.75); } }
@keyframes twinkle { 0%,100% { opacity: .45; transform: translate(var(--spark-x),var(--spark-y)) scale(.74) rotate(0deg); } 50% { opacity: 1; transform: translate(var(--spark-x),var(--spark-y)) scale(1.08) rotate(12deg); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 82px; }
  .header-status { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 78px 0 40px; }
  .hero__visual { height: 410px; max-width: 580px; margin: 0 auto; width: 100%; }
  .hero__art { opacity: .62; }
  .hero__number { font-size: 210px; }
  .proof { grid-template-columns: 1fr; }
  .proof article + article { border-left: 0; border-top: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; gap: 64px; }
  .service-area { grid-template-columns: 1fr; gap: 40px; }
  .service-area__content { order: -1; }
  .service-area__map { min-height: 420px; }
  .final-cta { padding: 70px 48px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 74px; }
  .site-header, .hero, .proof, .section, .final-cta, .site-footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 72px; }
  .header-phone { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
  .header-phone span { display: none; }
  .header-phone__icon { display: block; }
  .hero { padding: 62px 0 20px; }
  .hero h1 { font-size: clamp(42px, 13vw, 66px); }
  .hero__lead { margin-top: 26px; font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero__visual { height: 330px; }
  .hero__number { font-size: 168px; transform: translate(-34px,-30px); }
  .hero__slash { font-size: 62px; transform: translate(58px,20px); }
  .hero__seven { font-size: 94px; transform: translate(98px,80px); }
  .hero__art { inset: 4px -18px 4px 0; width: calc(100% + 18px); height: calc(100% - 8px); object-position: 62% 50%; opacity: .62; }
  .hero__spark { --spark-x: 118px; --spark-y: -74px; }
  .orbit--one { width: 86%; height: 70%; }
  .orbit--two { width: 60%; height: 48%; }
  .hero__visual p { bottom: 18px; right: 0; }
  .proof article { padding: 30px 14px; }
  .section { padding: 105px 0; }
  .section h2 { font-size: clamp(34px, 10vw, 48px); }
  .steps__list li { grid-template-columns: 48px 1fr; }
  .service-area { padding-top: 10px; }
  .service-area__map { min-height: 310px; }
  .map-label { font-size: 24px; }
  .faq summary { min-height: 76px; font-size: 15px; }
  .faq details p { font-size: 14px; }
  .final-cta { padding: 58px 26px; display: grid; }
  .final-cta::after { right: -20px; }
  .site-footer { padding: 60px 0 30px; grid-template-columns: 1fr; }
  .site-footer__contact { justify-self: start; text-align: left; }
  .site-footer__legal { grid-template-columns: 1fr; gap: 16px; }
  .age-gate__card { padding: 38px 24px; }
  .age-gate__actions { grid-template-columns: 1fr; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: 74px; padding: 9px 10px max(9px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; background: rgba(16,11,12,.94); border-top: 1px solid var(--line); backdrop-filter: blur(15px); }
  .mobile-bar a { border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; font-size: 13px; font-weight: 700; }
  .mobile-bar a .icon { width: 18px; height: 18px; }
  .mobile-bar .mobile-bar__wa { color: #07170c; background: var(--green); border-color: var(--green); }
  .reveal { opacity: 1; transform: none; }
}

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