@font-face{font-family:HeadingNow;src:url(/build/assets/HeadingNowTrial-57Extrabold-BmTxfTY1.ttf) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:HeadingNow;src:url(/build/assets/HeadingNowTrial-55Medium-ByRzwuXt.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Jellee;src:url(/build/assets/Jellee-Roman-DoCwDV6t.otf) format("opentype");font-weight:400;font-display:swap}:root{--color-black: #050505;--color-card: #fffcf7;--color-surface: #fdfaf5;--color-line: #e9e1d3;--color-text: #090909;--color-muted: #4e463f;--color-green: #01f62f;--color-green-dark: #00cc27;--color-success-bg: #ecf8ef;--color-success-line: #b8e4bf;--color-danger-bg: #fff2ee;--color-danger-line: #f2c0b3;--shadow-card: 0 28px 60px rgba(0, 0, 0, .12);--shadow-dark: 0 32px 90px rgba(0, 0, 0, .32);--radius-card: 40px;--radius-lg: 26px;--radius-md: 18px;--font-display: "HeadingNow", "Arial Black", sans-serif;--font-body: "Jellee", "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);color:var(--color-text);background:var(--color-black)}a{color:inherit}img{display:block;max-width:100%}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;display:block}.main-header{background:#000;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{min-height:92px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.header-logo img{width:min(170px,100%);height:auto}.header-highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.social-icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px}.texto-numero{font-family:var(--font-body)}.social-link{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0a;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.social-link:hover{transform:translateY(-2px);color:#000;background:var(--color-green);border-color:var(--color-green)}.social-link svg{width:20px;height:20px}.highlight-pill,.hero-note,.progress-title,.section-kicker,.eyebrow{letter-spacing:.12em;text-transform:uppercase}.highlight-pill{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 16px;font-family:var(--font-display);font-size:.82rem;color:#fff;background:#ffffff0a}.btn-register,.hero-cta,.button{appearance:none;border:0;border-radius:999px;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.btn-register{padding:14px 28px;background:var(--color-green);color:#000;font-family:var(--font-display);font-size:1rem;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 24px #01f62f33;width:300px;text-align:center}.btn-register:hover,.hero-cta:hover,.button:hover{transform:translateY(-2px)}.hero-section{background:radial-gradient(circle at top center,rgba(1,246,47,.16),transparent 30%),linear-gradient(180deg,#000,#050505);padding:28px 0}.hero-section>.page-shell{width:100%}.banner-container{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:clamp(150px,26.0417vw,500px);max-height:500px;aspect-ratio:1920 / 500;overflow:hidden;border-radius:0;box-shadow:var(--shadow-dark);background:#000}.slider{position:absolute;inset:0}.slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transition:opacity .7s ease;background:#000}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:contain;object-position:center}.eyebrow,.section-kicker,.progress-title{margin:0 0 10px;font-family:var(--font-display);font-size:.8rem;color:var(--color-green)}h1,h2{font-family:var(--font-display);font-weight:800;line-height:.95}h1{max-width:10ch;font-size:clamp(2.8rem,6vw,5.4rem)}.hero-copy,.objective-card p,.objective-item p,.step-header p,.field-hint,.summary-card,.message-card ul,.form-intro p,.copyright{line-height:1.65;color:var(--color-muted)}.hero-copy{margin:18px 0 0;max-width:52ch;color:#ffffffe6;font-size:1.02rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px}.hero-cta{padding:15px 28px;background:var(--color-green);color:#000;font-family:var(--font-display);font-size:.98rem;letter-spacing:.08em;text-transform:uppercase}.hero-note{display:inline-flex;align-items:center;min-height:52px;padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;font-family:var(--font-display);font-size:.72rem;color:#fff}.objective-section,.registration-section{background:var(--color-surface);padding:50px 0}.objective-wrap{position:relative;z-index:2;display:grid;gap:24px}.objective-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr);gap:24px;padding:clamp(26px,4vw,38px);border-radius:34px;background:linear-gradient(135deg,#101010,#060606);color:#fff;box-shadow:var(--shadow-dark)}.objective-card p{margin:0;color:#fffc}.objective-card h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);max-width:14ch;line-height:1.3em}.objective-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.objective-item{padding:24px;border-radius:28px;background:var(--color-card);border:1px solid var(--color-line);box-shadow:var(--shadow-card)}.objective-item strong,.step-name,.file-card strong{display:block;font-family:var(--font-display);font-weight:500;letter-spacing:.02em}.objective-item strong{margin-bottom:10px;font-size:1.15rem}.objective-item p{margin:0}.registration-section{padding:32px 0 88px}.registration-section .page-shell{display:grid;gap:22px}.message-card,.form-card{border-radius:var(--radius-card);border:1px solid var(--color-line);box-shadow:var(--shadow-card)}.message-card{padding:18px 22px;background:var(--color-card)}.message-card.success{background:var(--color-success-bg);border-color:var(--color-success-line)}.message-card.error{background:var(--color-danger-bg);border-color:var(--color-danger-line)}.message-card strong{display:block;margin-bottom:6px;font-family:var(--font-display);font-weight:500}.message-card ul{margin:0;padding-left:20px}.form-card{padding:clamp(22px,4vw,38px);background:var(--color-card)}.form-intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:20px;margin-bottom:28px;align-items:end}.form-intro h2{margin:0;font-size:clamp(2.1rem,4vw,3.3rem);line-height:1.3em}.form-intro p{margin:0}.progress-shell{display:grid;gap:14px;margin-bottom:28px;padding:18px;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px #ffffff0f}.progress-title{color:#000000d1;margin-bottom:0}.step-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.step-pill{padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#000;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.step-pill[data-state=current]{background:#000;border-color:#000;color:#fff;transform:translateY(-2px)}.step-pill[data-state=done]{background:#000;border-color:#000;color:#fff}.step-index,.step-note{display:block}.step-index{margin-bottom:8px;font-family:var(--font-display);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;opacity:.88}.step-name{margin-bottom:4px;font-size:1rem}.step-note{font-size:.86rem;line-height:1.45;opacity:.82}.step-panel{gap:24px}.step-header{gap:8px;font-family:var(--font-display)}.step-header h2{font-size:clamp(1.9rem,3.5vw,2.9rem)}.step-header p{max-width:68ch}.form-grid{gap:18px}.field-group{gap:10px}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.field-group label,.checkbox-card label,.file-card strong{font-family:var(--font-display);font-size:1.02rem;font-weight:500;color:var(--color-text)}.field-hint{margin:-2px 0 0;font-size:.92rem}.field-input,.field-select,.field-textarea,.file-input{padding:18px 20px;border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;color:var(--color-text)}.field-select{appearance:none}.field-textarea{min-height:140px}.field-input:focus,.field-select:focus,.field-textarea:focus,.file-input:focus{border-color:#000;box-shadow:0 0 0 4px #01f62f24}.file-card,.checkbox-card,.summary-card,.preview-empty{padding:18px;border-radius:24px;border:1px dashed rgba(0,0,0,.16);background:#fff}.checkbox-card input,.toggle-inline input{accent-color:var(--color-green-dark)}.summary-card strong{font-family:var(--font-display);font-weight:500}.choice-grid{gap:12px}.choice-card{padding:14px 16px;border-radius:18px;border:1px solid var(--color-line);background:#fff}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.preview-card{border-radius:22px;border:1px solid var(--color-line);background:#fff;box-shadow:0 12px 26px #00000014}.preview-card img{height:154px}.preview-card figcaption{padding:12px;display:grid;gap:10px;color:var(--color-muted)}.file-item{border-radius:18px;border:1px solid var(--color-line);background:#fff}.remove-file{background:#01f62f29;color:#000;font-family:var(--font-display);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.terms-link{color:#000;font-family:var(--font-display);font-weight:500}.terms-link-button{padding:0;border:0;background:transparent;text-decoration:underline;cursor:pointer}.terms-status{margin-top:10px}.actions-bar{gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid var(--color-line)}.actions-group{display:flex;gap:12px;flex-wrap:wrap}.footer-links a:hover{color:#fff!important}.button{padding:15px 24px;font-family:var(--font-display);font-size:.96rem;letter-spacing:.08em;text-transform:uppercase}.button-secondary{background:#fff;color:#000;border:1px solid #000}.button-accent{background:var(--color-green);color:#000;box-shadow:0 12px 24px #01f62f2e}.button-primary{background:#000;color:#fff;box-shadow:0 18px 30px #00000029}.button-primary:hover{background:var(--color-green);color:#000}.footer-negro{padding:34px 20px;background:#000;border-top:1px solid rgba(255,255,255,.08)}.footer-container{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand{display:flex;align-items:center;gap:16px}.footer-brand img{width:96px}.copyright{margin:0;color:#ffffffb8}.footer-links{display:flex;gap:40px;flex-wrap:wrap;align-items:center}.footer-links a{color:#fff;text-decoration:none;font-family:var(--font-display);font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}.footer-links a:hover{color:var(--color-green)}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:40;display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:#25d366;color:#04120a;text-decoration:none;box-shadow:0 18px 36px #0003;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.whatsapp-float:hover{transform:translateY(-2px);background:#1ebe5d;box-shadow:0 22px 42px #0000003d}.whatsapp-float svg{width:26px;height:26px;flex:0 0 auto}.whatsapp-float span{font-family:var(--font-display);font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.terms-modal[hidden]{display:none}.terms-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:24px}.terms-modal-backdrop{position:absolute;inset:0;background:#000000ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.terms-dialog{position:relative;z-index:1;width:min(820px,100%);max-height:min(88vh,920px);display:grid;gap:18px;padding:clamp(20px,3vw,28px);border-radius:30px;background:var(--color-card);border:1px solid rgba(0,0,0,.12);box-shadow:var(--shadow-dark)}.terms-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.terms-modal-header h2{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1}.terms-modal-intro,.terms-accept-lock,.terms-content p,.terms-clause-list{margin:0;color:var(--color-muted);line-height:1.7}.terms-close{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-line);border-radius:999px;background:#fff;color:#000;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.terms-close:hover{transform:translateY(-1px);border-color:#000}.terms-close svg{width:20px;height:20px}.terms-modal-body{overflow-y:auto;max-height:min(48vh,420px);padding:20px;border-radius:24px;background:var(--color-surface);border:1px solid var(--color-line)}.terms-content{display:grid;gap:18px}.terms-clause-list{display:grid;gap:14px;padding-left:22px}.terms-footer-note{font-family:var(--font-display);font-size:.98rem;color:#000}.terms-modal-footer{display:grid;gap:14px}.terms-modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.terms-modal-actions .button[disabled]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.modal-open{overflow:hidden}@media(max-width:980px){.header-inner,.form-intro,.objective-card{grid-template-columns:1fr}.header-inner{padding:18px 0;display:flex;flex-direction:row;justify-content:space-between}.header-highlights{justify-content:flex-start}.objective-grid,.step-track{grid-template-columns:repeat(2,minmax(0,1fr))}.social-icons{display:flex;width:auto;flex-wrap:nowrap}.header-logo{width:140px}.footer-links{justify-content:space-between;flex-direction:row;align-items:center;gap:40px}.footer-brand img{width:130px}.copyright{font-size:12px}.footer-brand{align-items:start;display:flex;flex-direction:column}}@media(max-width:760px){.page-shell{width:min(100% - 40px,1180px)}.header-logo{width:160px}.hero-section{padding:0}.form-grid,.objective-grid,.step-track{grid-template-columns:1fr}.form-card,.objective-card,.objective-item,.message-card{border-radius:28px}.actions-bar,.actions-group,.footer-container,.footer-brand{flex-direction:column;align-items:stretch}.btn-register,.hero-cta,.button{width:200px;text-align:center;justify-content:center}.header-logo img{width:auto}.footer-brand{align-items:flex-start;flex-direction:column;justify-content:center;align-items:center}.page-shell.footer-container{flex-direction:column-reverse}.footer-brand img{width:130px}.terms-modal{padding:14px}.terms-dialog{max-height:calc(100vh - 28px);border-radius:24px}.terms-modal-header,.terms-modal-actions{flex-direction:column}.terms-modal-actions .button,.terms-modal-actions a.button,.whatsapp-float{width:100%;justify-content:center}.terms-modal-body{max-height:42vh;padding:16px}.whatsapp-float{right:16px;bottom:16px;width:170px}.footer-links{justify-content:center;align-items:center;flex-direction:column;gap:20px}.copyright{font-size:14px;text-align:center}}@media(max-width:560px){.header-logo{width:120px}.social-icons{gap:15px;flex-wrap:wrap}.page-shell.header-inner{padding:5px 15px}.objective-section{padding:30px 10px}.registration-section{padding:0 10px 30px}.footer-negro{padding:30px 30px 10px}.whatsapp-float{right:15.5px;bottom:15.5px;width:45%}.footer-links{justify-content:center;align-items:center;flex-direction:column}.copyright{font-size:12px;text-align:center}.btn-register{font-size:14px!important}}
