:root{
    --bg:#02060d;
    --bg2:#06111f;
    --panel:#071221;
    --panel2:#091a2b;
    --line:rgba(220,176,87,.35);
    --line-soft:rgba(220,176,87,.16);
    --gold:#e8c675;
    --gold2:#ad7b2c;
    --ice:#dff5ff;
    --cyan:#2fdcff;
    --blue:#229cff;
    --violet:#7146ff;
    --text:#edf6ff;
    --muted:#9aa9bd;
    --green:#26e979;
    --danger:#ff4f72;
    --font-title:'Cinzel','Cormorant Garamond',Georgia,serif;
    --font-body:'Inter',Arial,sans-serif;
    --wrap:1380px;
    --shadow:0 28px 75px rgba(0,0,0,.52);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#02060d}
body{margin:0;color:var(--text);font-family:var(--font-body);background:radial-gradient(circle at 50% -10%,rgba(39,156,255,.16),transparent 38%),#02060d;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
button,input,textarea{font:inherit}
.container{width:min(100% - 56px,var(--wrap));margin-inline:auto}
.site-bg{position:fixed;inset:0;z-index:-5;background:
    radial-gradient(circle at 78% 6%,rgba(39,156,255,.16),transparent 30%),
    radial-gradient(circle at 22% 14%,rgba(232,198,117,.09),transparent 24%),
    linear-gradient(180deg,#02060d 0%,#020914 45%,#01050a 100%)}
.site-bg:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(47,220,255,.42) 1px,transparent 1px),radial-gradient(rgba(232,198,117,.25) 1px,transparent 1px);background-size:120px 120px,190px 190px;background-position:14px 22px,70px 40px;opacity:.18;animation:starDrift 50s linear infinite}

/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;height:136px;z-index:50;background:linear-gradient(180deg,rgba(2,6,13,.96),rgba(3,8,16,.86));border-bottom:1px solid var(--line-soft);backdrop-filter:blur(14px);transition:height .25s ease,background .25s ease,box-shadow .25s ease}
.site-header:before,.site-header:after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.26}
.site-header:before{top:0}.site-header:after{bottom:0}
.site-header.is-scrolled{height:88px;background:rgba(2,6,13,.94);box-shadow:0 12px 42px rgba(0,0,0,.38)}
.nav-wrap{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;position:relative}
.nav-wrap:after{content:"";position:absolute;bottom:-1px;left:0;width:28%;height:1px;background:linear-gradient(90deg,var(--gold),transparent);opacity:.45}
.brand-vector{display:flex;align-items:center;gap:15px;min-width:355px}
.brand-crest{position:relative;width:78px;height:78px;display:grid;place-items:center;filter:drop-shadow(0 0 14px rgba(47,220,255,.10)) drop-shadow(0 0 12px rgba(232,198,117,.10));transition:transform .32s ease,filter .32s ease}
.brand-vector:hover .brand-crest{transform:translateY(-2px) rotate(-4deg) scale(1.08);filter:drop-shadow(0 0 18px rgba(47,220,255,.38)) drop-shadow(0 0 22px rgba(232,198,117,.30))}
.brand-crest svg{width:100%;height:100%;overflow:visible}

/* Logo em imagem limpa: sem moldura/borda extra. A animação aparece apenas no hover. */
.brand-crest-image{border:0;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:visible;padding:0}
.brand-crest-image::after{display:none}
.brand-crest-image img{width:100%;height:100%;display:block;object-fit:contain;border-radius:0;filter:drop-shadow(0 0 8px rgba(232,198,117,.18)) drop-shadow(0 0 8px rgba(47,220,255,.10));transform:scale(1);transition:transform .32s ease,filter .32s ease}
.brand-vector:hover .brand-crest-image img{transform:scale(1.06);filter:drop-shadow(0 0 14px rgba(232,198,117,.42)) drop-shadow(0 0 18px rgba(47,220,255,.34));animation:brandIconPulse 1.35s ease-in-out infinite alternate}
@keyframes brandIconPulse{from{filter:drop-shadow(0 0 11px rgba(232,198,117,.30)) drop-shadow(0 0 13px rgba(47,220,255,.22))}to{filter:drop-shadow(0 0 20px rgba(232,198,117,.56)) drop-shadow(0 0 24px rgba(47,220,255,.45))}}
.crest-ring{stroke:url(#brand-gradient);stroke-width:2;fill:rgba(4,13,24,.72)}
.brand-crest svg .crest-ring{stroke:var(--gold)}
.crest-gold{fill:url(#brandGold);stroke:#ffe2a0;stroke-width:.8;filter:drop-shadow(0 0 5px rgba(232,198,117,.35))}
.crest-iron{fill:linear-gradient(180deg,#f5f7fa,#6c7482);stroke:#e7efff;stroke-width:.7}
.crest-cut{fill:#08131f;stroke:#d9b467;stroke-width:.7}
.crest-line{stroke:#e2bd68;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.85}
.brand-copy{display:grid;gap:1px;line-height:.88;text-shadow:0 2px 12px rgba(0,0,0,.8)}
.brand-copy strong{font-family:var(--font-title);font-size:34px;letter-spacing:.11em;font-weight:900;background:linear-gradient(180deg,#fff7df 5%,#e8c675 42%,#855b21 102%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 7px rgba(232,198,117,.1))}
.brand-copy small{font-family:var(--font-title);font-size:17px;letter-spacing:.32em;color:#efe8dc;font-weight:800;text-shadow:0 0 8px rgba(255,255,255,.1)}
.main-nav{justify-self:center;display:flex;align-items:center;gap:48px}
.main-nav a{position:relative;padding:22px 0 18px;font-family:var(--font-title);text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:16px;color:#e9eef9;transition:color .25s ease,text-shadow .25s ease}
.main-nav a:hover,.main-nav a.is-active{color:var(--gold);text-shadow:0 0 14px rgba(232,198,117,.24)}
.main-nav a:after{content:"";position:absolute;left:50%;bottom:6px;width:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:translateX(-50%);transition:width .25s ease}
.main-nav a.is-active:after,.main-nav a:hover:after{width:82px}
.main-nav a.is-active:before{content:"";position:absolute;left:50%;bottom:0;width:11px;height:11px;transform:translate(-50%,50%) rotate(45deg);background:var(--gold);box-shadow:0 0 14px rgba(232,198,117,.55)}
.nav-actions{display:flex;align-items:center;gap:18px}
.icon-button{width:66px;height:66px;border-radius:50%;border:1px solid rgba(232,198,117,.45);display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(232,198,117,.11),rgba(3,9,17,.48));box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 22px rgba(232,198,117,.06);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;color:var(--gold)}
.icon-button:hover{transform:translateY(-3px);border-color:var(--gold);box-shadow:0 0 24px rgba(232,198,117,.20),inset 0 0 18px rgba(232,198,117,.08)}
.icon-button svg{width:25px;height:25px}.menu-toggle{display:none;background:none;border:0;width:42px;padding:8px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:var(--gold);margin:7px 0;border-radius:2px}

/* HERO */
.hero{position:relative;min-height:760px;padding-top:136px;overflow:hidden;border-bottom:1px solid rgba(232,198,117,.26);background:linear-gradient(180deg,#02060d 0%,#04101d 54%,#02070d 100%)}
#particles{position:absolute;inset:0;width:100%;height:100%;z-index:5;pointer-events:none;mix-blend-mode:screen}
.hero:before{content:"";position:absolute;inset:136px 0 0;background:
    radial-gradient(ellipse at 69% 26%,rgba(47,220,255,.22),transparent 29%),
    radial-gradient(ellipse at 35% 42%,rgba(3,11,22,.15),transparent 48%),
    linear-gradient(90deg,rgba(2,6,13,.96) 0%,rgba(3,10,19,.8) 31%,rgba(3,9,17,.45) 55%,rgba(2,6,12,.64) 100%);z-index:1}
.hero-left-fortress{position:absolute;left:0;top:136px;bottom:0;width:37%;background:url('../img/hero-left-clean.png') left center/cover no-repeat;opacity:.50;filter:brightness(.62) contrast(1.2);z-index:0;transform:scale(1.13);transform-origin:left center}
.hero-left-fortress:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,13,.15),rgba(2,6,13,.86) 80%)}
.hero-right-warrior{position:absolute;right:0;top:136px;height:600px;width:min(64vw,1110px);background:url('../img/hero-warrior-clean.png') left center/cover no-repeat;z-index:2;opacity:.96;filter:saturate(1.14) contrast(1.06);mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 78%,transparent 100%);animation:heroFloat 8s ease-in-out infinite}
.hero-right-warrior:before{content:"";position:absolute;left:13%;top:2%;width:410px;height:410px;border-radius:50%;border:1px solid rgba(47,220,255,.24);box-shadow:0 0 42px rgba(47,220,255,.25),inset 0 0 52px rgba(47,220,255,.10);background:repeating-conic-gradient(from 0deg,rgba(47,220,255,.20) 0 2deg,transparent 2deg 9deg);mask-image:radial-gradient(circle,transparent 46%,#000 47%,#000 55%,transparent 56%);animation:runeSpin 32s linear infinite}
.hero-vignette{position:absolute;inset:0;z-index:4;background:radial-gradient(ellipse at 50% 37%,transparent 0,transparent 48%,rgba(0,0,0,.34) 100%),linear-gradient(180deg,transparent 0,rgba(2,6,13,.05) 70%,#02060d 100%);pointer-events:none}
.hero-inner{position:relative;z-index:8;height:calc(760px - 136px);display:grid;align-items:center}
.hero-copy{max-width:875px;text-align:center;padding-top:16px;transform-style:preserve-3d}
.eyebrow{display:flex;align-items:center;justify-content:center;gap:22px;margin:0 0 14px;font-family:var(--font-title);font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.44em;color:#f5f1e8;text-shadow:0 0 12px rgba(255,255,255,.15)}
.eyebrow span{display:block;width:130px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--cyan),transparent);opacity:.72}.eyebrow.slim{display:block;color:var(--gold);font-size:14px;letter-spacing:.24em;margin:0 0 10px;text-align:left}.eyebrow.slim:before,.eyebrow.slim:after{display:none}
.hero-title{font-family:var(--font-title);line-height:.88;margin:0;text-transform:uppercase;letter-spacing:.015em;font-weight:900;text-shadow:0 5px 0 rgba(0,0,0,.16),0 22px 42px rgba(0,0,0,.55)}
.hero-title span,.hero-title strong{display:block;white-space:nowrap}
/* Cores atualizadas do nome principal: baseadas na referência novo.png */
.hero-title span{font-size:clamp(92px,8.4vw,162px);background:linear-gradient(180deg,#fff4cf 0%,#d9b66d 23%,#9b6a2d 52%,#e7c982 72%,#684015 112%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 12px rgba(232,198,117,.18)) drop-shadow(0 12px 24px rgba(0,0,0,.50))}
.hero-title strong{font-size:clamp(86px,7.6vw,148px);background:linear-gradient(180deg,#fffdf8 0%,#ece7dc 38%,#bbb7ad 70%,#61646a 105%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 10px rgba(255,246,224,.12)) drop-shadow(0 12px 24px rgba(0,0,0,.55))}
.hero-game{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:28px;font-family:var(--font-title);font-weight:900;text-transform:uppercase;letter-spacing:.42em;color:#ffe5a4;font-size:18px;text-shadow:0 0 16px rgba(232,198,117,.22)}
.hero-game span{width:125px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--cyan),transparent);opacity:.82}
.hero-tagline{margin:27px auto 28px;font-family:var(--font-title);font-size:18px;text-transform:uppercase;letter-spacing:.42em;color:#eaf3ff;text-shadow:0 0 16px rgba(255,255,255,.12)}
.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:9px;padding:15px 28px;min-height:48px;font-family:var(--font-title);font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;color:#fff;overflow:hidden}
.btn svg{width:18px;height:18px;flex:none}.btn-primary{background:linear-gradient(135deg,#22c2ff 0%,#267dff 42%,#7545ff 100%);border:1px solid rgba(189,222,255,.75);box-shadow:0 12px 38px rgba(38,125,255,.25),0 0 22px rgba(47,220,255,.18),inset 0 1px 0 rgba(255,255,255,.30)}
.btn-primary:before{content:"";position:absolute;inset:-130% -40%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.72),transparent 62%);transform:translateX(-75%) rotate(10deg);animation:buttonShine 3.4s ease-in-out infinite}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(38,125,255,.36),0 0 34px rgba(117,69,255,.28),inset 0 1px 0 rgba(255,255,255,.32)}
.btn-outline{background:rgba(4,10,18,.48);border:1px solid rgba(232,198,117,.32);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);color:#efe8dc}.btn-outline:hover{border-color:var(--gold);box-shadow:0 0 24px rgba(232,198,117,.12);transform:translateY(-2px)}.btn-mini{min-height:40px;padding:10px 18px;font-size:12px}.muted{opacity:.76}.hero-cta{min-width:340px;height:70px;font-size:19px;border-radius:10px;margin-top:0;z-index:20}.registered{display:flex;align-items:center;justify-content:center;gap:22px;margin:28px auto 0;font-family:var(--font-title);font-size:20px;text-transform:uppercase;letter-spacing:.36em;color:#d5dce7;text-shadow:0 0 13px rgba(255,255,255,.10)}.registered i{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}

/* STATUS / PANELS */
.status-strip{position:relative;z-index:12;margin-top:22px;display:grid;grid-template-columns:1fr 1fr 1.15fr 1fr;border:1px solid rgba(232,198,117,.50);border-radius:11px;background:linear-gradient(180deg,rgba(6,16,30,.95),rgba(3,9,17,.94));box-shadow:0 22px 75px rgba(0,0,0,.45),0 0 40px rgba(47,220,255,.06);overflow:hidden;backdrop-filter:blur(10px)}
.status-strip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 0,rgba(47,220,255,.08),transparent 35%),radial-gradient(circle at 85% 100%,rgba(117,69,255,.08),transparent 30%);pointer-events:none}.status-strip article{position:relative;display:flex;align-items:center;gap:22px;padding:31px 36px;border-right:1px solid rgba(232,198,117,.24)}.status-strip article:last-child{border-right:0}.status-strip small,.panel small,.content-card small{display:block;font-family:var(--font-title);font-size:13px;letter-spacing:.20em;text-transform:uppercase;color:#b9c7db;font-weight:900}.status-strip strong{display:block;margin-top:6px;font-family:var(--font-title);font-size:27px;line-height:1.08;color:#fff;font-weight:900}.status-strip p{margin:7px 0 0;color:#c8d5e7}.status-strip p svg{display:inline-block;width:14px;color:var(--gold);vertical-align:-2px}.status-icon,.status-led{width:54px;height:54px;border-radius:50%;border:1px solid rgba(232,198,117,.48);display:grid;place-items:center;color:var(--gold);background:radial-gradient(circle at 50% 50%,rgba(232,198,117,.11),rgba(2,7,13,.65));flex:0 0 auto}.status-icon{padding:14px}.status-led:before{content:"";width:15px;height:15px;border-radius:50%;background:#777;box-shadow:0 0 18px #777}.status-led.online:before{background:var(--green);box-shadow:0 0 18px var(--green)}.status-led.offline:before{background:var(--danger);box-shadow:0 0 18px var(--danger)}

.ddos-banner{position:relative;z-index:14;margin-top:-50px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:24px;padding:22px 28px;border:1px solid rgba(47,220,255,.35);border-radius:16px;background:linear-gradient(135deg,rgba(7,21,36,.94),rgba(6,12,26,.96) 42%,rgba(12,10,31,.94));box-shadow:0 22px 80px rgba(0,0,0,.48),0 0 44px rgba(47,220,255,.10),inset 0 0 0 1px rgba(255,255,255,.03);overflow:hidden;backdrop-filter:blur(12px)}
.ddos-banner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 12% 35%,rgba(47,220,255,.16),transparent 34%),radial-gradient(circle at 88% 20%,rgba(232,198,117,.11),transparent 32%),linear-gradient(115deg,transparent 0%,rgba(255,255,255,.06) 45%,transparent 60%);pointer-events:none}.ddos-banner:after{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),var(--gold),transparent);opacity:.85}.ddos-aura{position:absolute;right:18%;top:-105px;width:250px;height:250px;border-radius:50%;border:1px solid rgba(47,220,255,.20);box-shadow:0 0 58px rgba(47,220,255,.12),inset 0 0 50px rgba(117,69,255,.10);background:repeating-conic-gradient(from 0deg,rgba(47,220,255,.10) 0 2deg,transparent 2deg 12deg);mask-image:radial-gradient(circle,transparent 44%,#000 45%,#000 55%,transparent 57%);animation:runeSpin 38s linear infinite;opacity:.8}.ddos-mark{position:relative;width:68px;height:68px;border-radius:18px;display:grid;place-items:center;color:var(--cyan);background:linear-gradient(135deg,rgba(47,220,255,.12),rgba(117,69,255,.10));border:1px solid rgba(47,220,255,.45);box-shadow:0 0 30px rgba(47,220,255,.16),inset 0 0 20px rgba(47,220,255,.06);animation:ddosPulse 2.8s ease-in-out infinite}.ddos-mark svg{width:36px}.ddos-content,.ddos-specs{position:relative}.ddos-content small{display:block;font-family:var(--font-title);font-size:12px;font-weight:900;letter-spacing:.26em;text-transform:uppercase;color:var(--cyan);margin-bottom:6px}.ddos-content h2{margin:0;font-family:var(--font-title);font-size:clamp(22px,2.1vw,32px);text-transform:uppercase;letter-spacing:.08em;color:#fff;text-shadow:0 0 18px rgba(47,220,255,.12)}.ddos-content p{margin:8px 0 0;color:#cbd7e8;line-height:1.45}.ddos-specs{display:grid;gap:10px;min-width:310px}.ddos-specs span{display:flex;align-items:center;gap:10px;justify-content:flex-start;padding:10px 14px;border:1px solid rgba(232,198,117,.22);border-radius:999px;background:rgba(2,7,13,.35);color:#d8e5f5;white-space:nowrap}.ddos-specs svg{width:18px;color:var(--gold);flex:0 0 auto}.ddos-specs strong{color:#ffe69e}
.panels-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:36px}.panel,.content-card,.price-card,.rule-item{position:relative;background:linear-gradient(145deg,rgba(7,18,33,.91),rgba(5,10,18,.92));border:1px solid rgba(232,198,117,.28);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.panel:before,.content-card:before,.price-card:before,.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(47,220,255,.13),transparent 32%);opacity:0;transition:opacity .25s ease;pointer-events:none}.panel:hover:before,.content-card:hover:before,.price-card:hover:before,.feature-card:hover:before{opacity:1}.panel{padding:31px 32px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:22px;margin-bottom:20px;border-bottom:1px solid rgba(232,198,117,.18)}.section-head h2,.content-card h2,.price-card h2,.page-hero h1{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.08em;color:#eef7ff;margin:0;font-weight:900}.section-head h2{font-size:28px}.details-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.07);border-radius:9px;overflow:hidden;background:rgba(4,12,22,.52)}.details-grid div{display:grid;grid-template-columns:35px 1fr;gap:2px 18px;align-items:center;padding:18px 20px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.details-grid div:nth-child(2n){border-right:0}.details-grid div:nth-last-child(-n+2){border-bottom:0}.details-grid svg{grid-row:span 2;width:29px;height:29px;color:var(--gold);padding:6px;border:1px solid rgba(232,198,117,.25);border-radius:7px}.details-grid strong{font-family:var(--font-title);font-size:18px;color:#ffe69e;text-transform:uppercase}.details-grid.compact div{padding:15px}.panel-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.rank-table{display:grid;gap:0}.rank-row{display:grid;grid-template-columns:54px 1fr 80px;align-items:center;min-height:48px;border-bottom:1px solid rgba(255,255,255,.08);color:#d5dfed}.rank-row:last-child{border-bottom:0}.rank-header{min-height:36px;font-family:var(--font-title);text-transform:uppercase;letter-spacing:.18em;color:#8fa1b8;font-size:12px}.rank-row strong{font-weight:900}.rank-row em{font-style:normal;text-align:right;color:#ffe08e;font-weight:900}.rank-medal{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.34);display:grid;place-items:center;font-weight:900;color:#edf7ff}.rank-1{border-color:#e8c675;color:#e8c675;box-shadow:0 0 14px rgba(232,198,117,.18)}.rank-2{border-color:#b8c6d7}.rank-3{border-color:#ff5a68;color:#ff5a68}

/* CARDS / CONTENT */
.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:34px;margin-bottom:44px}.feature-card{position:relative;min-height:334px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px 24px;background:linear-gradient(180deg,rgba(7,18,33,.92),rgba(3,8,15,.96));border:1px solid rgba(232,198,117,.26);border-radius:12px;box-shadow:0 22px 62px rgba(0,0,0,.38);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.feature-card:hover{transform:translateY(-8px);border-color:rgba(232,198,117,.62);box-shadow:0 28px 74px rgba(0,0,0,.46),0 0 30px rgba(47,220,255,.10)}.feature-image{height:126px;width:calc(100% + 48px);margin:0 -24px 20px;background:center/cover no-repeat;filter:saturate(1.08) contrast(1.04)}.feature-image:after{content:"";display:block;height:100%;background:linear-gradient(180deg,transparent,rgba(3,8,15,.88))}.feature-icon{width:56px;height:56px;margin-top:-50px;margin-bottom:14px;border-radius:50%;display:grid;place-items:center;color:var(--gold);background:rgba(6,14,26,.88);border:1px solid rgba(232,198,117,.35);box-shadow:0 0 22px rgba(47,220,255,.10);z-index:1}.feature-icon svg{width:28px}.feature-card h3{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.09em;font-size:20px;line-height:1.15;margin:4px 0 13px}.feature-card p{margin:0 0 22px;color:#b8c7da;line-height:1.55;flex:1}.community-banner{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin:22px auto 70px;padding:30px 38px;border:1px solid rgba(232,198,117,.28);border-radius:12px;background:linear-gradient(90deg,rgba(5,13,23,.94),rgba(13,33,61,.85),rgba(7,13,25,.94));box-shadow:var(--shadow);overflow:hidden}.community-bg{position:absolute;inset:0;background:url('../img/community.png') center/cover no-repeat;opacity:.26;mix-blend-mode:screen}.community-icon{position:relative;width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;box-shadow:0 0 26px rgba(47,220,255,.22)}.community-icon svg{width:32px}.community-banner h2{position:relative;margin:0;font-family:var(--font-title);text-transform:uppercase;letter-spacing:.08em;font-size:32px}.community-banner p{position:relative;margin:6px 0 0;color:#c4d1e2}.community-banner .btn{position:relative}
.page-hero{position:relative;margin-top:136px;padding:118px 0 70px;overflow:hidden;border-bottom:1px solid rgba(232,198,117,.22);background:linear-gradient(90deg,rgba(2,6,13,.94),rgba(5,18,33,.68)),url('../img/hero-warrior-clean.png') right center/auto 100% no-repeat}.page-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 73% 20%,rgba(47,220,255,.17),transparent 24%);pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(42px,5vw,76px);line-height:.96;margin:0 0 16px;background:linear-gradient(180deg,#fff,#dff5ff 45%,#e8c675 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-hero p{max-width:680px;color:#c7d5e8;font-size:18px;line-height:1.7}.page-hero.small{margin-top:136px}.page-hero-slim{min-height:330px}.page-block{margin-top:38px;margin-bottom:60px}.page-block.tight{margin-top:0}.cards-2,.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.pricing-grid,.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px;margin-bottom:70px}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:38px;margin-bottom:70px}.content-card,.price-card{padding:30px}.content-card p,.price-card li{color:#bdcadc;line-height:1.65}.content-card h3{font-family:var(--font-title);font-size:28px;color:var(--gold)}.card-title-row{display:flex;align-items:center;gap:14px}.card-title-row svg{width:34px;color:var(--gold)}.big-number{font-family:var(--font-title);font-size:38px;color:var(--gold)}.bonus{color:var(--cyan)!important}.price-card{text-align:center}.price-card.featured{transform:translateY(-10px);border-color:rgba(47,220,255,.48);box-shadow:0 0 42px rgba(47,220,255,.10),var(--shadow)}.price-card small{display:inline-block;margin-bottom:14px;padding:7px 14px;border:1px solid rgba(232,198,117,.32);border-radius:999px;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-weight:900}.price-card strong{display:block;font-family:var(--font-title);font-size:36px;color:var(--gold);margin:12px 0 20px}.price-card ul{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:12px;text-align:left}.price-card li{display:flex;gap:10px;align-items:center}.price-card li svg{width:18px;color:var(--cyan);flex:0 0 auto}.timeline{display:grid;gap:14px;margin:20px 0}.timeline span{display:flex;gap:15px;align-items:center;padding:15px 16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:9px;color:#c4d2e5}.timeline b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 0 18px rgba(47,220,255,.16)}.form-card label{display:grid;gap:8px;margin:14px 0;color:#dfeaff;font-weight:800}.form-card input,.form-card textarea{width:100%;border:1px solid rgba(232,198,117,.28);border-radius:9px;background:rgba(2,7,13,.72);color:#fff;padding:14px;outline:none}.form-card textarea{min-height:135px;resize:vertical}.form-card input:focus,.form-card textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(47,220,255,.08)}.form-return{min-height:20px;color:var(--gold)}.code-box{display:block;white-space:pre-wrap;overflow:auto;background:rgba(0,0,0,.35);border:1px solid rgba(47,220,255,.18);border-radius:9px;padding:15px;color:#cfeeff}.avatar-mark{width:76px;height:76px;margin:0 auto 18px;border:1px solid rgba(232,198,117,.35);border-radius:50%;display:grid;place-items:center;color:var(--gold);background:radial-gradient(circle at 35% 25%,rgba(232,198,117,.18),rgba(39,156,255,.10))}.avatar-mark svg{width:38px}.team-card{text-align:center}.rules-list{display:grid;gap:14px;margin-top:36px;margin-bottom:70px}.rule-item{display:flex;gap:22px;align-items:center;padding:22px 26px}.rule-item span{font-family:var(--font-title);font-size:30px;color:var(--gold);min-width:58px}.rule-item p{margin:0;color:#cbd7e8}.ranking-page-panel{margin-top:38px;margin-bottom:70px}.rank-table.full .rank-row{grid-template-columns:54px 1fr 88px 88px 88px 120px}.rank-table.full .rank-row span:nth-child(n+3),.rank-table.full .rank-row em{text-align:right}

/* FOOTER */
.site-footer{position:relative;border-top:1px solid rgba(232,198,117,.20);background:linear-gradient(180deg,rgba(4,10,18,.98),#010409);overflow:hidden}.footer-mist{position:absolute;right:0;bottom:36px;width:48%;height:190px;background:url('../img/footer-fortress.jpg') center/cover no-repeat;opacity:.24;mask-image:linear-gradient(90deg,transparent,#000 34%,transparent 100%)}.footer-grid{position:relative;padding:44px 0 38px;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:44px}.brand-footer{min-width:0}.brand-footer .brand-crest{width:60px;height:60px}.brand-footer .brand-copy strong{font-size:27px}.brand-footer .brand-copy small{font-size:13px}.footer-grid p{color:#aab8ca;line-height:1.65;max-width:360px}.footer-grid h4{margin:0 0 14px;font-family:var(--font-title);text-transform:uppercase;letter-spacing:.12em;color:#f3e8c8}.footer-grid a{display:block;color:#aab8ca;margin:9px 0;transition:color .25s ease}.footer-grid a:hover{color:var(--cyan)}.social-row{display:flex;gap:10px}.social-row a{width:42px;height:42px;border:1px solid rgba(232,198,117,.30);border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.035)}.social-row svg{width:20px;color:var(--cyan)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:15px 0;color:#8c9aad;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.footer-bottom-inner{display:flex;justify-content:space-between;gap:18px}

/* MOTION */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .78s ease,transform .78s ease}.reveal.is-visible{opacity:1;transform:none}@keyframes starDrift{to{background-position:260px 260px,430px 390px}}@keyframes heroFloat{0%,100%{transform:translate3d(0,0,0) scale(1.0)}50%{transform:translate3d(0,-8px,0) scale(1.012)}}@keyframes runeSpin{to{transform:rotate(360deg)}}@keyframes buttonShine{0%,55%{transform:translateX(-78%) rotate(10deg);opacity:0}68%{opacity:.75}100%{transform:translateX(85%) rotate(10deg);opacity:0}}

@media (max-width:1500px){:root{--wrap:1260px}.main-nav{gap:34px}.brand-vector{min-width:315px}.brand-crest{width:70px;height:70px}.brand-copy strong{font-size:29px}.brand-copy small{font-size:14px}.icon-button{width:58px;height:58px}.hero-title span{font-size:clamp(86px,7.5vw,132px)}.hero-title strong{font-size:clamp(80px,6.7vw,122px)}.hero-copy{max-width:760px}.hero-right-warrior{width:60vw}.feature-grid{grid-template-columns:repeat(5,1fr);gap:18px}.feature-card{padding-left:18px;padding-right:18px}.feature-image{width:calc(100% + 36px);margin-left:-18px;margin-right:-18px}}
@media (max-width:1180px){.site-header{height:96px}.site-header.is-scrolled{height:78px}.nav-wrap{gap:20px}.brand-vector{min-width:250px}.brand-crest{width:58px;height:58px}.brand-copy strong{font-size:24px}.brand-copy small{font-size:12px}.main-nav{position:fixed;top:96px;left:0;right:0;display:none;flex-direction:column;gap:0;padding:18px 28px;background:rgba(2,6,13,.98);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(0,0,0,.5)}.site-header.is-scrolled .main-nav{top:78px}.main-nav.is-open{display:flex}.main-nav a{width:100%;padding:16px 0}.main-nav a:before,.main-nav a:after{display:none}.menu-toggle{display:block;justify-self:end}.nav-actions{display:none}.hero{padding-top:96px;min-height:720px}.hero:before{inset:96px 0 0}.hero-left-fortress,.hero-right-warrior{top:96px}.hero-right-warrior{width:78vw;right:-23vw;opacity:.78}.hero-inner{height:calc(720px - 96px)}.hero-copy{max-width:700px}.status-strip{grid-template-columns:repeat(2,1fr);margin-top:18px}.status-strip article:nth-child(2){border-right:0}.status-strip article:nth-child(1),.status-strip article:nth-child(2){border-bottom:1px solid rgba(232,198,117,.20)}.panels-grid,.cards-2,.split-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(3,1fr)}.shop-grid{grid-template-columns:repeat(2,1fr)}.page-hero,.page-hero.small{margin-top:96px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}}
@media (max-width:820px){.container{width:min(100% - 28px,var(--wrap))}.site-header{height:76px}.site-header.is-scrolled{height:70px}.brand-vector{min-width:0}.brand-crest{width:46px;height:46px}.brand-copy strong{font-size:19px}.brand-copy small{font-size:10px;letter-spacing:.24em}.main-nav{top:76px}.site-header.is-scrolled .main-nav{top:70px}.hero{padding-top:76px;min-height:760px}.hero:before{inset:76px 0 0}.hero-left-fortress,.hero-right-warrior{top:76px}.hero-left-fortress{width:75%;opacity:.35}.hero-right-warrior{width:150vw;right:-98vw;height:470px;opacity:.58;top:210px}.hero-inner{height:calc(760px - 76px);align-items:start}.hero-copy{padding-top:58px;max-width:100%}.eyebrow{font-size:12px;letter-spacing:.26em;gap:12px}.eyebrow span{width:48px}.hero-title span{font-size:clamp(55px,15vw,84px);white-space:normal}.hero-title strong{font-size:clamp(52px,14vw,78px);white-space:normal}.hero-game{font-size:13px;letter-spacing:.23em;gap:12px}.hero-game span{width:52px}.hero-tagline{font-size:13px;letter-spacing:.22em;line-height:1.6;margin:20px auto}.hero-cta{min-width:250px;height:58px;font-size:15px}.registered{font-size:13px;letter-spacing:.16em;line-height:1.6;gap:8px}.registered i{width:26px}.status-strip{grid-template-columns:1fr;margin-top:16px}.status-strip article{border-right:0!important;border-bottom:1px solid rgba(232,198,117,.20)!important;padding:23px}.status-strip article:last-child{border-bottom:0!important}.status-strip strong{font-size:23px}.panels-grid{gap:20px}.panel,.content-card,.price-card{padding:22px}.section-head{flex-direction:column;align-items:flex-start}.details-grid{grid-template-columns:1fr}.details-grid div{border-right:0!important}.details-grid div:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)}.details-grid div:last-child{border-bottom:0}.panel-actions,.feature-grid,.pricing-grid,.shop-grid,.team-grid{grid-template-columns:1fr}.community-banner{grid-template-columns:1fr;text-align:center;justify-items:center;padding:25px 20px}.community-banner h2{font-size:23px}.page-hero,.page-hero.small{margin-top:76px;padding:86px 0 54px;background-size:auto 78%;background-position:right top}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column}.footer-mist{width:100%;opacity:.14}.rank-table.full .rank-row{grid-template-columns:42px 1fr 70px}.rank-table.full .rank-row span:nth-child(4),.rank-table.full .rank-row span:nth-child(5),.rank-table.full .rank-row span:nth-child(6){display:none}.rule-item{align-items:flex-start}.feature-card{min-height:310px}}
.crest-ring{stroke:var(--gold)!important;fill:rgba(4,13,24,.72)!important}.crest-gold{fill:#d8b56a!important}.crest-iron{fill:#d9dee8!important}.crest-cut{fill:#08131f!important}

/* =========================================================
   AJUSTE FINAL DE ESCALA DESKTOP
   Objetivo: deixar o site em visual de zoom ~75%, igual à referência enviada,
   sem depender do zoom do navegador e sem quebrar o mobile.
   ========================================================= */
@media (min-width:1181px){
    :root{--wrap:1180px;}
    .container{width:min(100% - 54px,var(--wrap));}

    .site-header{height:94px;}
    .site-header.is-scrolled{height:76px;}
    .nav-wrap{gap:26px;}
    .brand-vector{min-width:260px;gap:12px;}
    .brand-crest{width:58px;height:58px;}
    .brand-copy strong{font-size:25px;letter-spacing:.105em;}
    .brand-copy small{font-size:12px;letter-spacing:.29em;}
    .main-nav{gap:34px;}
    .main-nav a{font-size:14px;letter-spacing:.15em;}
    .nav-actions{gap:12px;}
    .icon-button{width:52px;height:52px;border-radius:50%;}
    .icon-button svg{width:20px;}

    .hero{min-height:620px;padding-top:94px;}
    .hero:before{inset:94px 0 0;}
    .hero-left-fortress,.hero-right-warrior{top:94px;}
    .hero-left-fortress{width:35%;transform:scale(1.03);opacity:.44;}
    .hero-right-warrior{height:500px;width:min(55vw,880px);right:3.2vw;opacity:.97;background-size:cover;background-position:left center;}
    .hero-right-warrior:before{width:315px;height:315px;left:14%;top:3%;}
    .hero-inner{height:calc(620px - 94px);align-items:center;}
    .hero-copy{max-width:670px;padding-top:0;}
    .eyebrow{font-size:14px;letter-spacing:.32em;gap:24px;}
    .eyebrow span{width:92px;}
    .hero-title span{font-size:clamp(72px,5.4vw,108px);}
    .hero-title strong{font-size:clamp(70px,5.05vw,102px);}
    .hero-game{margin-top:18px;font-size:15px;letter-spacing:.34em;gap:22px;}
    .hero-game span{width:96px;}
    .hero-tagline{margin:20px auto 22px;font-size:15px;letter-spacing:.34em;}
    .hero-cta{min-width:260px;height:58px;font-size:16px;border-radius:9px;}
    .registered{margin:18px auto 0;font-size:15px;letter-spacing:.30em;gap:16px;}
    .registered i{width:45px;}

    .status-strip{max-width:1180px;margin-top:22px;grid-template-columns:1fr 1fr 1.15fr 1fr;border-radius:10px;}
    .status-strip article{padding:23px 22px;gap:15px;}
    .status-icon,.status-led{width:47px;height:47px;}
    .status-icon{padding:12px;}
    .status-led:before{width:13px;height:13px;}
    .status-strip small,.panel small,.content-card small{font-size:11.5px;letter-spacing:.19em;}
    .status-strip strong{font-size:22px;}
    .status-strip p{font-size:13.5px;margin-top:6px;}

    .panels-grid{gap:22px;margin-top:28px;}
    .panel{padding:24px 25px;}
    .section-head{padding-bottom:17px;margin-bottom:16px;}
    .section-head h2{font-size:23px;}
    .details-grid div{padding:15px 17px;grid-template-columns:31px 1fr;gap:2px 14px;}
    .details-grid svg{width:25px;height:25px;padding:5px;}
    .details-grid strong{font-size:16px;}
    .panel-actions{gap:11px;margin-top:17px;}
    .rank-row{min-height:42px;grid-template-columns:48px 1fr 70px;}
    .rank-header{min-height:31px;font-size:10.5px;}
    .rank-medal{width:28px;height:28px;font-size:13px;}

    .feature-grid{max-width:1180px;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:30px;}
    .feature-card{min-height:292px;padding:0 18px 20px;}
    .feature-image{height:108px;width:calc(100% + 36px);margin:0 -18px 17px;}
    .feature-icon{width:48px;height:48px;margin-top:-42px;margin-bottom:12px;}
    .feature-icon svg{width:24px;}
    .feature-card h3{font-size:17px;}
    .feature-card p{font-size:14px;line-height:1.48;margin-bottom:18px;}
    .btn{min-height:48px;padding:13px 22px;font-size:13px;}
    .btn-mini{min-height:36px;padding:9px 15px;font-size:11px;}
    .community-banner{max-width:1180px;margin-top:18px;padding:25px 32px;}
    .community-banner h2{font-size:26px;}

    .page-hero,.page-hero.small{margin-top:94px;padding:92px 0 58px;}
    .page-hero h1{font-size:clamp(38px,4.3vw,62px);}
    .page-hero p{font-size:16px;}
}

@media (min-width:1181px) and (max-width:1500px){
    :root{--wrap:1120px;}
    .main-nav{gap:26px;}
    .brand-vector{min-width:235px;}
    .brand-crest{width:52px;height:52px;}
    .brand-copy strong{font-size:22px;}
    .brand-copy small{font-size:11px;}
    .icon-button{width:48px;height:48px;}
    .hero{min-height:595px;}
    .hero-inner{height:calc(595px - 94px);}
    .hero-copy{max-width:610px;}
    .hero-title span{font-size:clamp(66px,6.1vw,94px);}
    .hero-title strong{font-size:clamp(64px,5.8vw,88px);}
    .hero-right-warrior{height:475px;width:58vw;right:0;}
    .status-strip{max-width:1120px;}
    .status-strip article{padding:21px 19px;}
}

/* PROTEÇÃO DDOS - BLOCO SEPARADO */
@keyframes ddosPulse{0%,100%{box-shadow:0 0 18px rgba(47,220,255,.12),inset 0 0 12px rgba(47,220,255,.05)}50%{box-shadow:0 0 34px rgba(47,220,255,.34),inset 0 0 18px rgba(47,220,255,.10)}}
@media (max-width:1180px) and (min-width:821px){
    .ddos-banner{grid-template-columns:auto 1fr;margin-top:-34px;padding:20px 22px;}
    .ddos-specs{grid-column:1/-1;grid-template-columns:1fr 1fr;min-width:0;}
    .status-strip{grid-template-columns:repeat(2,1fr)!important;}
    .status-strip article{border-right:1px solid rgba(232,198,117,.24)!important;border-bottom:1px solid rgba(232,198,117,.20)!important;}
    .status-strip article:nth-child(even){border-right:0!important;}
    .status-strip article:nth-last-child(-n+2){border-bottom:0!important;}
}
@media (max-width:820px){
    .ddos-banner{grid-template-columns:1fr;margin-top:-28px;padding:22px;text-align:center;justify-items:center;gap:16px;}
    .ddos-mark{width:62px;height:62px;border-radius:16px;}
    .ddos-content h2{font-size:22px;line-height:1.15;}
    .ddos-content p{font-size:14px;}
    .ddos-specs{min-width:0;width:100%;}
    .ddos-specs span{white-space:normal;justify-content:center;border-radius:12px;}
}
