@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--bg:#080809;--red:#ff003c;--white:#fff;--head:'Anton','Impact',sans-serif;--body:'Montserrat',sans-serif;--max:1280px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable}body{min-height:100vh;background:var(--bg);color:#fff;font-family:var(--body);line-height:1.4;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}.accent{color:var(--red)}h1,h2,h3{font-family:var(--head);font-weight:400;text-transform:uppercase;line-height:.98}.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.page-bg{position:relative;background-color:#080809;background-image:url('../fondo-final-2.png'),url('../fondo-negro-textura-2.png');background-position:center top,center bottom;background-size:100% auto,100% auto;background-repeat:no-repeat,repeat-y;background-attachment:scroll,scroll}.page-bg:before,.page-bg:after{display:none!important}.page-bg>*{position:relative;z-index:1}.site-footer{display:none!important}
.home-page{height:100vh;min-height:100vh;overflow-y:hidden}.home-page .home-main{height:calc(100vh - 136px);min-height:0;overflow:hidden}
.site-header{position:relative;z-index:50;background:transparent}.header-inner{width:min(1280px,calc(100% - 90px));height:136px;margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;justify-content:center;gap:13px}.logo img{width:62px;height:62px;object-fit:cover;clip-path:polygon(15% 0,85% 0,100% 15%,100% 85%,85% 100%,15% 100%,0 85%,0 15%)}.logo-text{display:flex;align-items:center;font:400 32px/1 var(--head)}.main-nav>ul{display:flex;align-items:center;gap:62px}.nav-link{display:block;padding:32px 0;font:400 20px/1 var(--head);cursor:pointer;white-space:nowrap}.has-dropdown{position:relative}.dropdown{display:none!important;position:absolute;top:65px;left:50%;transform:translateX(-50%);width:158px;background:rgba(255,0,60,.80);padding:0 10px}.has-dropdown:hover>.dropdown{display:flex!important;flex-direction:column}.dropdown li{width:100%}.dropdown a{display:block;padding:13px 4px;text-align:center;font:400 15px/1 var(--head);border-bottom:2px solid rgba(0,0,0,.9)}.dropdown li:last-child a{border-bottom:0}.dropdown a:hover{background:rgba(0,0,0,.13)}.menu-toggle{display:none;width:48px;height:48px;border:0;border-radius:50%;background:var(--red);align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#fff}
.splash{position:fixed;inset:0;z-index:100;background:#070708 url('../hero-bg.webp') center center/cover no-repeat;display:flex;align-items:center;justify-content:center;transition:opacity .7s ease;cursor:pointer}.splash:before{content:'';display:block!important;position:absolute;inset:0;background:rgba(0,0,0,.22);pointer-events:none}.splash:after{display:none!important}.splash-content{position:relative;z-index:2;display:flex;align-items:flex-start;gap:15px;width:1170px;max-width:calc(100% - 80px);transform:translate(-3.5%,-1%)}.splash-brand-mark{position:relative;flex:0 0 auto}.splash-brand-mark:before{display:none}.splash-content img{width:148px;height:148px;object-fit:cover;clip-path:polygon(15% 0,85% 0,100% 15%,100% 85%,85% 100%,15% 100%,0 85%,0 15%)}.splash-copy{position:relative;flex:0 0 auto}.splash-copy:after{display:none}.splash-title{font-size:148px;white-space:nowrap;letter-spacing:-1.6px;line-height:.9}.splash-text{width:650px;margin-top:8px;color:#fff;font-size:14px;font-weight:500;line-height:1.18}.splash-hidden{opacity:0;pointer-events:none}
.home-main{min-height:764px}.home-content{width:1120px;max-width:calc(100% - 48px);padding:62px 0 58px}.home-title{width:1120px;max-width:100%;margin:0 0 55px;font-size:116px;letter-spacing:-1px;line-height:.94}.home-options{width:680px;margin:0 0 0 4px}.home-feature{width:510px;display:grid;grid-template-columns:116px 1fr;gap:22px;align-items:center;padding:7px 0;margin:0 0 55px 0}.home-feature .question-icon{width:94px;height:94px;object-fit:contain;clip-path:none;transition:filter .22s ease,transform .22s ease}.home-feature:hover .question-icon{filter:drop-shadow(0 0 5px rgba(255,0,60,.9)) drop-shadow(0 0 15px rgba(255,0,60,.45));transform:scale(1.025)}.home-feature h3{font-size:36px}.home-feature p{margin-top:6px;color:var(--red);font-size:15px;font-weight:500;line-height:1.25}.btn{border:0;background:var(--red);color:#fff;font:400 17px/1 var(--head);padding:14px 32px;cursor:pointer}.credits-block{max-width:720px;margin-top:10px;line-height:1.6}.placeholder{min-height:70vh;display:flex;flex-direction:column;justify-content:center}.placeholder h1{font-size:50px}.placeholder p{max-width:520px;margin-top:15px;color:#bbb}
@media(max-width:1200px){.main-nav>ul{gap:38px}.home-content{width:980px}.home-title{width:980px;font-size:98px}}
@media(max-width:1050px){.header-inner{width:calc(100% - 64px)}.main-nav>ul{gap:28px}.nav-link{font-size:18px}.home-content{width:850px}.home-title{width:850px;font-size:84px}}
@media(max-width:900px){.header-inner{width:calc(100% - 32px);height:76px}.logo img{width:48px;height:48px}.logo-text{font-size:25px}.menu-toggle{display:flex;position:relative;z-index:60}.main-nav{position:fixed;inset:0 0 0 auto;width:min(82vw,340px);height:100vh;background:#0b0b0d;padding:92px 25px 30px;transform:translateX(105%);transition:transform .3s ease}.main-nav.nav-open{transform:none}.main-nav>ul{display:block}.main-nav>ul>li{border-bottom:1px solid rgba(255,255,255,.1)}.nav-link{padding:17px 0;font-size:18px}.dropdown,.has-dropdown:hover>.dropdown{position:static!important;transform:none!important;width:100%!important;background:transparent!important;display:none!important;padding:0}.has-dropdown.dropdown-open>.dropdown{display:flex!important;flex-direction:column}.dropdown a{text-align:left;color:var(--red);padding:11px 8px;border:0;font-size:15px}.container{width:calc(100% - 32px)}.home-page .home-main{height:calc(100vh - 76px)}.home-content{width:calc(100% - 32px);padding-top:55px}.home-title{font-size:65px}}
@media(max-width:600px){html{overflow-y:auto;scrollbar-gutter:auto}.page-bg{background-position:center top,center bottom;background-size:auto 100vh,auto 100vh;background-attachment:scroll,scroll}.home-page{height:auto;min-height:100vh;overflow-y:auto}.home-page .home-main{height:auto;min-height:calc(100vh - 76px);overflow:visible}.logo img{width:43px;height:43px}.logo-text{font-size:22px}.splash{background-position:58% center;align-items:flex-end}.splash:before{background:rgba(0,0,0,.22)}.splash-content{width:calc(100% - 36px);max-width:none;margin-bottom:76px;display:grid;grid-template-columns:80px 1fr;gap:13px;transform:none}.splash-content img{width:80px;height:80px}.splash-title{font-size:43px;line-height:.98}.splash-text{width:auto;font-size:10px;line-height:1.27;margin-top:2px}.splash-text br{display:none}.home-content{padding:46px 0 62px}.home-title{font-size:48px;margin-bottom:34px}.home-options{width:100%;margin:0}.home-feature{width:100%;grid-template-columns:76px 1fr;gap:14px;margin:0 0 24px;padding:12px 8px}.home-feature .question-icon{width:68px;height:68px}.home-feature h3{font-size:26px}.home-feature p{font-size:11px}}
