:root {
  --black: #050609; --panel: #090b10; --blue: #075bff; --blue-light: #2080ff;
  --silver: #d7dae0; --white: #f5f7fa; --muted: #9298a3; --whatsapp: #25d366;
  --gold: #ffd83d; --purple: #6d38ff; --line: rgba(215,218,224,.14);
  --shell: min(900px, calc(100% - 32px)); --font: "Montserrat", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--font); }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 84px 0; }
.eyebrow { margin: 0 0 14px; color: var(--blue-light); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.06em; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.hero { position: relative; min-height: min(840px, 100svh); display: flex; align-items: end; isolation: isolate; overflow: hidden; background: var(--black); }
.hero-art { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: radial-gradient(circle at 65% 35%, rgba(7,91,255,.28), transparent 45%), var(--black); }
.hero-picture, .hero-picture img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-picture { background: var(--black); }
.hero-picture img { object-fit: cover; object-position: center center; transform: scale(.92); transform-origin: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,6,9,.03), rgba(5,6,9,.22) 78%, var(--black) 100%), linear-gradient(90deg, rgba(5,6,9,.34), transparent 64%); }
.hero-content { position: relative; z-index: 1; width: min(1280px, calc(100% - 160px)); min-height: min(840px, 100svh); display: flex; flex-direction: column; justify-content: center; padding-top: 120px; padding-bottom: 80px; }
.hero-content .eyebrow { color: var(--silver); }
.hero h1 { max-width: 620px; margin-bottom: 3px; font-size: clamp(58px, 13vw, 120px); line-height: .87; font-weight: 900; text-transform: uppercase; text-shadow: 0 6px 28px rgba(0,0,0,.42); }
.hero-kicker { margin: 0 0 16px; color: var(--blue-light); font-size: clamp(18px, 3vw, 28px); font-weight: 800; text-transform: uppercase; }
.hero-copy { max-width: 285px; margin-bottom: 22px; color: var(--silver); font-size: 14px; font-weight: 500; line-height: 1.55; }
.hero-link { display: inline-flex; min-height: 52px; width: fit-content; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid rgba(255,216,61,.9); border-radius: 3px; background: var(--gold); color: #12151d; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 28px rgba(255,216,61,.14); transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hero-disclaimer { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 5px 11px; max-width: 300px; margin: 13px 0 0; color: rgba(245,247,250,.72); font-size: 9px; line-height: 1.35; }
.hero-disclaimer strong { grid-row: span 2; color: var(--white); font-size: 20px; line-height: 1; }
.site-button { position: relative; overflow: hidden; isolation: isolate; transform: perspective(600px) translateY(-1px) rotateX(2deg); box-shadow: inset 0 2px 0 rgba(255,255,255,.62), inset 0 -4px 0 rgba(0,0,0,.22), 0 8px 0 rgba(0,0,0,.38), 0 17px 28px rgba(0,0,0,.26); }
.site-button::before { content: ""; position: absolute; z-index: 2; top: -82%; left: -60%; width: 60%; height: 264%; pointer-events: none; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.9) 13%, rgba(255,255,255,.98) 34%, rgba(244,246,249,.94) 42%, rgba(205,211,218,.72) 54%, rgba(145,154,164,.38) 72%, rgba(88,96,106,.08) 86%, transparent 100%); transform: translateX(-180%) rotate(18deg); animation: buttonBlade 2.9s linear infinite; mix-blend-mode: normal; }
.site-button > * { position: relative; z-index: 3; }
@keyframes buttonBlade {
  0%, 2% { opacity: 0; transform: translateX(-210%) rotate(18deg); }
  4% { opacity: .36; transform: translateX(-50%) rotate(18deg); }
  95% { opacity: 1; transform: translateX(640%) rotate(18deg); }
  98%, 100% { opacity: 0; transform: translateX(640%) rotate(18deg); }
}
.hero-link span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }

.access { background: var(--panel); }
.access.section { padding: 64px 0 56px; }
.section-heading { max-width: 620px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(32px, 6vw, 48px); line-height: .99; font-weight: 800; text-transform: uppercase; }
.section-heading > p:not(.eyebrow) { max-width: 410px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.access-list { display: grid; gap: 16px; }
.access-card { position: relative; display: block; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #0d1119; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.access-card--whatsapp { border-color: rgba(37,211,102,.48); box-shadow: 0 18px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(37,211,102,.1); }
.access-card--platform { border-color: rgba(255,216,61,.35); background: linear-gradient(150deg, rgba(109,56,255,.11), #0d0a14); }
.access-card--youtube { border-color: rgba(241,40,55,.28); }
.access-card-image { position: relative; display: block; aspect-ratio: 1.5 / 1; overflow: hidden; background: #0b101a; }
.access-card-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 50%, rgba(5,6,9,.2)); }
.access-card-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center 31%; }
.access-card--platform .access-card-image img { object-position: center 36%; }
.access-card-body { display: flex; flex-direction: column; align-items: stretch; padding: 18px; }
.access-card h3 { margin: 0 0 5px; font-size: clamp(22px, 5vw, 28px); line-height: .95; font-weight: 800; text-transform: uppercase; }
.access-subtitle { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.access-description { margin: 12px 0 18px; color: var(--silver); font-size: 12px; line-height: 1.45; }
.access-cta, .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; padding: 0 15px; border-radius: 3px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.access-cta { width: 100%; margin-top: auto; }
.whatsapp-button { min-height: 52px; padding: 0 18px; border-radius: 3px; background: var(--whatsapp); color: #06130b; }
.access-cta--whatsapp, .button--whatsapp { background: var(--whatsapp); color: #06130b; }
.access-cta--youtube { background: #f12837; color: white; }
.access-cta--platform { background: var(--gold); color: #1b1500; }
.icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; line-height: 1; }
.icon--youtube { border-radius: 5px; }
.icon--platform { font-size: 13px; }

.about, .final { position: relative; display: flex; min-height: 640px; align-items: center; isolation: isolate; overflow: hidden; background: var(--black); }
.section-art, .section-art picture, .section-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.section-art { z-index: -2; background: var(--black); }
.section-art img { object-fit: cover; }
.about-art img { object-position: center 46%; }
.final-art img { object-position: center 50%; }
.section-shade { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.about-shade { background: linear-gradient(90deg, rgba(5,6,9,.08) 0%, rgba(5,6,9,.16) 39%, rgba(5,6,9,.82) 63%, rgba(5,6,9,.97) 100%), linear-gradient(0deg, rgba(5,6,9,.72), transparent 42%); }
.final-shade { background: linear-gradient(90deg, rgba(5,6,9,.96) 0%, rgba(5,6,9,.86) 37%, rgba(5,6,9,.34) 60%, rgba(5,6,9,.04) 100%), linear-gradient(0deg, rgba(5,6,9,.7), transparent 46%); }
.about-layout, .final-layout { position: relative; z-index: 1; display: flex; width: 100%; }
.about-layout { justify-content: flex-end; }
.final-layout { justify-content: flex-start; }
.about-copy, .final-copy { width: min(100%, 440px); }
.about-copy h2, .final-copy h2 { margin-bottom: 18px; font-size: clamp(44px, 7vw, 72px); line-height: .9; font-weight: 900; text-transform: uppercase; }
.about-copy > p:last-child { margin-bottom: 0; }
.about-copy p:not(.eyebrow), .final-copy > p:not(.eyebrow) { max-width: 430px; color: var(--silver); font-size: 14px; line-height: 1.7; text-shadow: 0 2px 12px rgba(0,0,0,.48); }
.final-copy h2 { font-size: clamp(38px, 6vw, 64px); }
.final-copy > p:not(.eyebrow) { margin-bottom: 25px; }
.button { padding: 0 20px; }

.footer { padding: 30px 0 94px; border-top: 1px solid var(--line); background: #030406; }
.footer-legal { display: flex; justify-content: center; padding: 24px 0 0; text-align: center; }
.footer-legal > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; align-items: center; color: var(--muted); font-size: 10px; }
.footer-legal strong { color: var(--white); font-size: 22px; }
.footer-note { margin: 26px 0 0; color: #565d67; font-size: 10px; text-align: center; }
.media-fallback { min-height: 280px; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 30%, rgba(7,91,255,.4), transparent 44%), #0c111b; color: var(--silver); font-size: 12px; font-weight: 800; text-transform: uppercase; }

@media (min-width: 720px) {
  :root { --shell: min(900px, calc(100% - 64px)); }
  .hero-content { padding-bottom: 80px; }
  .access-list { grid-template-columns: repeat(3, 1fr); align-items: start; gap: 20px; }
  .access-card-image { aspect-ratio: 1.04 / 1; }
  .access-card-body { padding: 16px; }
  .access-description { min-height: 52px; }
  .hero h1 { max-width: 480px; }
}
@media (max-width: 719px) {
  .hero { min-height: 580px; display: flex; }
  .hero-picture img { object-position: center top; transform: scale(1.01); }
  .hero-shade { background: linear-gradient(180deg, rgba(5,6,9,.02) 30%, rgba(5,6,9,.12) 56%, var(--black) 90%); }
  .hero-content { width: var(--shell); min-height: 580px; align-items: center; justify-content: flex-end; padding-top: 190px; padding-bottom: 42px; text-align: center; }
  .access.section { padding: 44px 0 42px; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-copy { margin-right: auto; margin-left: auto; }
  .hero-link { margin-right: auto; margin-left: auto; }
  .hero-disclaimer { margin-right: auto; margin-left: auto; text-align: left; }
  .access-card h3 { font-size: 22px; }
  .about, .final { min-height: 820px; align-items: flex-end; padding: 72px 0 124px; }
  .about-art img { object-position: center center; }
  .final-art img { object-position: center center; }
  .about-shade { background: linear-gradient(180deg, rgba(5,6,9,.04) 0%, rgba(5,6,9,.18) 28%, rgba(5,6,9,.92) 57%, var(--black) 100%); }
  .final-shade { background: linear-gradient(180deg, rgba(5,6,9,.16) 0%, rgba(5,6,9,.3) 26%, rgba(5,6,9,.92) 55%, var(--black) 100%); }
  .about-layout, .final-layout { justify-content: center; text-align: center; }
  .about-copy h2, .final-copy h2, .about-copy .eyebrow, .final-copy .eyebrow { text-shadow: 0 3px 16px rgba(0,0,0,.72); }
  .about-copy p:not(.eyebrow), .final-copy > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }
  .footer-legal { display: block; }
}
@media (max-width: 390px) {
  .shell { width: min(100% - 24px, 900px); }
  .hero-content { padding-top: 176px; }
  .access-card-body { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
}
