*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f7921e;--orange-light:#ffb269;--orange-dark:#f87115;--dark-blue:#0a2239;--dark-blue-mid:#0b3265;--dark-blue-light:#20325f;--white:#fff;--gray-light:#f8f7fa;--font-primary:"Public Sans", sans-serif;--font-secondary:"Montserrat", sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-primary);color:var(--white);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.bg-image{z-index:0;background:url(/fondo-ads.webp) 50%/cover no-repeat;position:fixed;inset:0}.bg-overlay{z-index:1;background:linear-gradient(135deg,#0a2239eb 0%,#0b3265e0 40%,#f7921e40 100%);position:fixed;inset:0}.particles{z-index:2;pointer-events:none;position:fixed;inset:0;overflow:hidden}.particles span{background:#f7921e1f;border-radius:50%;animation:linear infinite float;display:block;position:absolute}.particles span:first-child{width:80px;height:80px;animation-duration:18s;animation-delay:0s;bottom:-80px;left:10%}.particles span:nth-child(2){width:40px;height:40px;animation-duration:14s;animation-delay:2s;bottom:-40px;left:25%}.particles span:nth-child(3){width:60px;height:60px;animation-duration:20s;animation-delay:4s;bottom:-60px;left:45%}.particles span:nth-child(4){width:30px;height:30px;animation-duration:16s;animation-delay:1s;bottom:-30px;left:65%}.particles span:nth-child(5){width:50px;height:50px;animation-duration:22s;animation-delay:3s;bottom:-50px;left:80%}.particles span:nth-child(6){width:70px;height:70px;animation-duration:25s;animation-delay:6s;bottom:-70px;left:5%}.particles span:nth-child(7){width:20px;height:20px;animation-duration:12s;animation-delay:5s;bottom:-20px;left:35%}.particles span:nth-child(8){width:55px;height:55px;animation-duration:19s;animation-delay:7s;bottom:-55px;left:55%}.particles span:nth-child(9){width:35px;height:35px;animation-duration:15s;animation-delay:2s;bottom:-35px;left:90%}.particles span:nth-child(10){width:45px;height:45px;animation-duration:21s;animation-delay:8s;bottom:-45px;left:70%}@keyframes float{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-110vh)rotate(720deg)}}.container{z-index:3;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;position:relative}.card{text-align:center;-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:580px;padding:3rem 2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards cardAppear;transform:translateY(30px);box-shadow:0 8px 32px #0000004d,0 0 80px #f7921e0f}@keyframes cardAppear{to{opacity:1;transform:translateY(0)}}.logo{filter:drop-shadow(0 2px 8px #0000004d);opacity:0;width:180px;height:auto;margin-bottom:2rem;animation:1s cubic-bezier(.16,1,.3,1) .2s forwards logoAppear;transform:scale(.8)}@keyframes logoAppear{to{opacity:1;transform:scale(1)}}.badge{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:var(--white);font-family:var(--font-secondary);letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 16px;font-size:.75rem;font-weight:600;animation:2.5s ease-in-out infinite badgePulse;display:inline-flex;box-shadow:0 4px 16px #f7921e59}@keyframes badgePulse{0%,to{box-shadow:0 4px 16px #f7921e59}50%{box-shadow:0 4px 28px #f7921e8c}}h1{font-family:var(--font-primary);color:var(--white);margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.highlight{background:linear-gradient(135deg, var(--orange), var(--orange-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.25rem;font-size:2.75rem;display:inline-block}.description{font-family:var(--font-primary);color:#ffffffbf;max-width:440px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.description strong{color:var(--orange-light);font-weight:600}.cta-button{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:var(--white);font-family:var(--font-secondary);border-radius:12px;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #f7921e66,0 0 #f7921e00}.cta-button:before{content:"";opacity:0;background:linear-gradient(135deg,#0000,#ffffff26);transition:opacity .3s;position:absolute;inset:0}.cta-button:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 32px #f7921e8c,0 0 0 4px #f7921e26}.cta-button:hover:before{opacity:1}.cta-button:active{transform:translateY(0)scale(.98)}.cta-button svg{transition:transform .3s}.cta-button:hover svg{transform:translate(4px)}.redirect-notice{color:#ffffff73;font-size:.85rem;font-family:var(--font-primary);margin-top:1.5rem}.redirect-notice span{color:var(--orange-light);font-variant-numeric:tabular-nums;font-weight:700}@media (width<=640px){.card{border-radius:20px;padding:2rem 1.5rem}.logo{width:140px;margin-bottom:1.5rem}h1{font-size:1.65rem}.highlight{font-size:2rem}.description{font-size:.95rem}.cta-button{justify-content:center;width:100%;padding:14px 28px;font-size:.95rem}}@media (width<=380px){h1{font-size:1.4rem}.highlight{font-size:1.65rem}}
