:root{--c1:#FF69B4;--c2:#00BFFF;--c3:#32CD32;--bg:#141518;--fg:#e0e6ed;--dim:#b0bcc9}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Oswald',sans-serif;background-color:var(--bg);background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 1px,transparent 1px,transparent 3px),radial-gradient(circle at 50% 0,#2d333b,#0d1117);color:var(--fg);min-height:100vh;width:100vw;overflow-x:hidden;display:flex;flex-direction:column;line-height:1.2}header{height:8vh;min-height:60px;padding:0 4vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05);background:rgba(0,0,0,.4);box-shadow:0 2px 10px rgba(0,0,0,.5)}header img{max-height:50%;width:auto}.status{font-size:clamp(.7rem,1.5vh,1rem);color:var(--dim);letter-spacing:1px;text-transform:uppercase}.status span{color:var(--c3);font-weight:700;animation:blink 2.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4vh 4vw;gap:4vh;width:100%;max-width:1400px;margin:0 auto}.hero{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}h1{font-size:clamp(2rem,6vh,4.5rem);font-weight:700;text-transform:uppercase;color:#fff;text-shadow:0 0 15px rgba(0,191,255,.4);margin-bottom:1vh;text-align:center}.hero p{font-size:clamp(1rem,2.2vh,1.5rem);color:var(--dim);font-family:sans-serif;max-width:800px;margin:0 auto;text-align:center}.grid{display:flex;gap:2.5vw;width:100%;justify-content:center}.cap{flex:1;background:linear-gradient(180deg,rgba(30,33,40,.85),rgba(15,17,21,.95));border:1px solid rgba(255,255,255,.08);border-top:4px solid;border-radius:4px;padding:5vh 3vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;box-shadow:inset 0 0 20px rgba(0,0,0,.5),0 5px 15px rgba(0,0,0,.4);transition:transform .2s ease-out}.cap:hover{transform:translateY(-3px);border-bottom-color:rgba(255,255,255,.2)}.cap:nth-child(1){border-top-color:var(--c1)}.cap:nth-child(2){border-top-color:var(--c2)}.cap:nth-child(3){border-top-color:var(--c3);background:linear-gradient(180deg,rgba(50,205,50,.08),rgba(15,17,21,.95))}.cap h2{font-size:clamp(1.3rem,3vh,2.2rem);color:#fff;margin-bottom:2vh;text-transform:uppercase;line-height:1.1}.cap p{font-size:clamp(.95rem,2vh,1.1rem);color:var(--dim);font-family:sans-serif;margin-bottom:1.5vh;width:100%}.inv{background:rgba(0,0,0,.6);border:1px solid var(--c3);padding:2vh;text-align:center;border-radius:2px;margin:2vh 0 3vh;box-shadow:inset 0 0 10px rgba(50,205,50,.1);width:100%}.inv-lbl{font-size:clamp(.8rem,1.8vh,1.1rem);color:var(--dim);text-transform:uppercase;margin-bottom:.5vh;letter-spacing:1px}.inv-num{font-size:clamp(2.5rem,6vh,3.5rem);font-weight:700;color:var(--c3);text-shadow:0 0 15px rgba(50,205,50,.6);transition:color .3s,text-shadow .3s;line-height:1}.cta{display:flex;justify-content:center;align-items:center;background:linear-gradient(90deg,var(--c1),var(--c2));color:#111;text-decoration:none;font-weight:700;font-size:clamp(1.2rem,3vh,1.8rem);text-transform:uppercase;padding:2.5vh 2vw;border-radius:4px;text-align:center;box-shadow:0 0 15px rgba(255,105,180,.4);transition:all .2s;outline:0;border:none;cursor:pointer;width:100%;max-width:400px;margin:0 auto}.cta:hover,.cta:focus{box-shadow:0 0 30px rgba(255,105,180,.8);transform:scale(1.03);color:#000;background:linear-gradient(90deg,#ff8cce,#33e5e5)}footer{min-height:60px;padding:2vh 4vw;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6);border-top:1px solid rgba(255,255,255,.05);margin-top:auto}footer p,footer a{font-size:clamp(.8rem,1.8vh,1rem);color:var(--dim);font-family:sans-serif;text-decoration:none;transition:color .2s;text-align:center}footer a:hover{color:#fff}@media(max-width:900px){.grid{flex-direction:column;gap:3vh}.cap:nth-child(3){order:-1}.cap{padding:6vh 5vw}.cap h2{margin-bottom:2vh}.inv{margin:2vh 0 3vh;padding:2vh}.cta{padding:2.5vh 5vw}}