*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
background:#02050b;
color:#fff;
font-family:"Inter",sans-serif;
overflow-x:hidden;
padding-top:114px;
}

a{
text-decoration:none;
color:inherit;
}

.container{
width:92%;
max-width:1550px;
margin:auto;
}

body::before{
content:"";
position:fixed;
inset:0;
background:
radial-gradient(circle at 15% 15%,rgba(0,255,200,.14),transparent 32%),
radial-gradient(circle at 85% 20%,rgba(0,120,255,.13),transparent 34%),
radial-gradient(circle at 50% 100%,rgba(0,255,180,.07),transparent 45%);
z-index:-3;
}

body::after{
content:"";
position:fixed;
inset:0;
background-image:
linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
background-size:70px 70px;
mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);
z-index:-2;
}

.royal-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:rgba(1,5,10,.78);
backdrop-filter:blur(22px);
border-bottom:1px solid rgba(255,255,255,.06);
}

.header-glow{
position:absolute;
top:-120px;
left:8%;
width:420px;
height:220px;
background:rgba(0,255,200,.12);
filter:blur(90px);
pointer-events:none;
}

.header-topbar{
position:relative;
z-index:2;
height:36px;
background:rgba(7,15,24,.72);
border-bottom:1px solid rgba(255,255,255,.045);
}

.topbar-inner{
height:36px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
}

.topbar-left{
display:flex;
align-items:center;
gap:9px;
color:#aeb7c2;
font-size:12px;
font-weight:600;
}

.live-dot{
width:9px;
height:9px;
border-radius:50%;
background:#00ff88;
box-shadow:0 0 14px #00ff88;
}

.topbar-left span:not(.live-dot){
color:#4b5662;
}

.topbar-right{
display:flex;
align-items:center;
gap:18px;
}

.topbar-right a{
color:#8e99a5;
font-size:12px;
transition:.3s;
}

.topbar-right a:hover{
color:#00ffd0;
}

.main-navbar{
position:relative;
z-index:3;
}

.nav-inner{
height:78px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.royal-logo{
display:flex;
align-items:center;
gap:14px;
min-width:260px;
}

.logo-mark{
width:48px;
height:48px;
border-radius:16px;
background:
linear-gradient(135deg,rgba(0,255,200,.20),rgba(0,168,255,.12));
border:1px solid rgba(0,255,200,.30);
display:flex;
align-items:center;
justify-content:center;
color:#00ffd0;
font-family:"Orbitron",sans-serif;
font-weight:900;
font-size:16px;
box-shadow:0 0 25px rgba(0,255,200,.15);
}

.royal-logo strong{
display:block;
font-family:"Orbitron",sans-serif;
color:#00ffd0;
font-size:22px;
letter-spacing:1px;
line-height:1;
}

.royal-logo span{
display:block;
color:#89939f;
font-size:11px;
margin-top:6px;
letter-spacing:1px;
text-transform:uppercase;
}

.main-menu{
display:flex;
align-items:center;
justify-content:center;
gap:28px;
}

.main-menu > a,
.dropdown-trigger{
color:#c9d0d8;
font-size:14px;
font-weight:700;
transition:.3s;
position:relative;
}

.main-menu > a:hover,
.dropdown-trigger:hover,
.main-menu > a.active{
color:#00ffd0;
}

.main-menu > a::after,
.dropdown-trigger::after{
content:"";
position:absolute;
left:0;
bottom:-12px;
width:0;
height:2px;
background:#00ffd0;
box-shadow:0 0 15px #00ffd0;
transition:.3s;
}

.main-menu > a:hover::after,
.dropdown-trigger:hover::after,
.main-menu > a.active::after{
width:100%;
}

.menu-dropdown{
position:relative;
}

.dropdown-panel{
position:absolute;
top:36px;
left:50%;
transform:translateX(-50%) translateY(15px);
width:360px;
padding:18px;
border-radius:22px;
background:rgba(7,13,22,.96);
border:1px solid rgba(0,255,200,.12);
box-shadow:0 30px 70px rgba(0,0,0,.35);
opacity:0;
visibility:hidden;
pointer-events:none;
transition:.3s;
}

.menu-dropdown:hover .dropdown-panel{
opacity:1;
visibility:visible;
pointer-events:auto;
transform:translateX(-50%) translateY(0);
}

.dropdown-panel a{
display:block;
padding:16px;
border-radius:16px;
transition:.25s;
}

.dropdown-panel a:hover{
background:rgba(0,255,200,.06);
}

.dropdown-panel strong{
display:block;
color:white;
font-size:14px;
margin-bottom:5px;
}

.dropdown-panel span{
color:#89939f;
font-size:12px;
}

.nav-actions{
display:flex;
align-items:center;
gap:14px;
min-width:240px;
justify-content:flex-end;
}

.login-link{
color:#9ba5b0;
font-size:14px;
font-weight:700;
transition:.3s;
}

.login-link:hover{
color:#00ffd0;
}

.client-panel-btn{
padding:14px 24px;
border-radius:15px;
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:black;
font-size:14px;
font-weight:900;
box-shadow:0 0 30px rgba(0,255,200,.25);
transition:.3s;
}

.client-panel-btn:hover{
transform:translateY(-3px);
box-shadow:0 0 45px rgba(0,255,200,.35);
}

.hero{
position:relative;
min-height:100vh;
overflow:hidden;
display:flex;
align-items:center;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72),rgba(0,0,0,.92)),
url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=2070&auto=format&fit=crop");
background-size:cover;
background-position:center;
z-index:-2;
}

.hero-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:80px;
align-items:center;
padding:90px 0;
}

.badge{
display:inline-flex;
padding:12px 22px;
border-radius:999px;
background:rgba(0,255,200,.08);
border:1px solid rgba(0,255,200,.18);
color:#00ffd0;
font-size:12px;
font-weight:900;
letter-spacing:1px;
margin-bottom:30px;
}

.hero h1{
font-family:"Orbitron",sans-serif;
font-size:76px;
line-height:1.03;
font-weight:900;
margin-bottom:30px;
}

.hero h1 span{
color:#00ffd0;
text-shadow:0 0 35px rgba(0,255,200,.55);
}

.hero p{
max-width:820px;
color:#c7c7c7;
font-size:18px;
line-height:1.9;
margin-bottom:40px;
}

.hero-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.stat-box{
padding:22px;
border-radius:20px;
background:rgba(8,14,24,.84);
border:1px solid rgba(255,255,255,.07);
backdrop-filter:blur(14px);
}

.stat-box h3{
color:#00ffd0;
font-family:"Orbitron",sans-serif;
font-size:23px;
margin-bottom:8px;
}

.stat-box p{
margin:0;
color:#aaa;
font-size:12px;
line-height:1.5;
}

.ddos-panel{
position:relative;
overflow:hidden;
padding:36px;
border-radius:36px;
background:
radial-gradient(circle at 50% 20%,rgba(0,255,200,.15),transparent 35%),
linear-gradient(145deg,rgba(7,13,22,.96),rgba(4,8,14,.96));
border:1px solid rgba(0,255,200,.18);
box-shadow:
0 0 70px rgba(0,255,200,.13),
inset 0 0 60px rgba(255,255,255,.02);
}

.ddos-panel::before{
content:"";
position:absolute;
inset:0;
background-image:
linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
background-size:55px 55px;
opacity:.16;
pointer-events:none;
}

.panel-head{
position:relative;
z-index:2;
display:flex;
justify-content:space-between;
align-items:flex-start;
margin-bottom:32px;
}

.panel-head small{
color:#00ffd0;
font-size:12px;
font-weight:900;
letter-spacing:1px;
}

.panel-head h3{
font-family:"Orbitron",sans-serif;
font-size:30px;
margin-top:8px;
}

.panel-live{
color:#00ff88;
font-size:12px;
font-weight:900;
padding:9px 14px;
border-radius:999px;
background:rgba(0,255,136,.08);
border:1px solid rgba(0,255,136,.16);
}

.ddos-visual{
position:relative;
z-index:2;
height:360px;
display:flex;
align-items:center;
justify-content:center;
}

.shield-ring{
position:absolute;
width:330px;
height:330px;
border-radius:50%;
border:1px dashed rgba(0,255,200,.25);
animation:shieldSpin 24s linear infinite;
}

.shield-core{
width:190px;
height:230px;
clip-path:polygon(50% 0%,95% 22%,84% 78%,50% 100%,16% 78%,5% 22%);
background:
linear-gradient(145deg,rgba(0,255,200,.25),rgba(0,120,255,.12));
border:1px solid rgba(0,255,200,.4);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
box-shadow:0 0 45px rgba(0,255,200,.35);
}

.shield-core span{
color:white;
font-family:"Orbitron",sans-serif;
font-size:13px;
font-weight:900;
letter-spacing:1px;
}

.server-stack{
width:90px;
display:flex;
flex-direction:column;
gap:10px;
margin-bottom:15px;
}

.server-stack div{
height:28px;
border-radius:8px;
background:#071019;
border:1px solid rgba(0,255,200,.35);
}

.attack-line,
.clean-line{
position:absolute;
height:4px;
border-radius:20px;
opacity:.8;
}

.attack-line{
left:25px;
background:linear-gradient(90deg,transparent,#ff3838);
box-shadow:0 0 18px rgba(255,0,0,.45);
animation:redFlow 2.3s infinite linear;
}

.clean-line{
right:25px;
background:linear-gradient(90deg,#00ffd0,transparent);
box-shadow:0 0 18px rgba(0,255,200,.45);
animation:greenFlow 2.3s infinite linear;
}

.line-1{
top:105px;
width:210px;
}

.line-2{
top:160px;
width:250px;
}

.line-3{
top:215px;
width:200px;
}

.line-4{
bottom:85px;
width:230px;
}

.panel-stats{
position:relative;
z-index:2;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.panel-stats div{
background:#0a111b;
border:1px solid rgba(255,255,255,.06);
border-radius:18px;
padding:20px;
}

.panel-stats small{
display:block;
color:#8e98a3;
font-size:11px;
margin-bottom:8px;
}

.panel-stats strong{
display:block;
font-family:"Orbitron",sans-serif;
color:#00ffd0;
font-size:19px;
}

.section{
padding:110px 0;
}

.section-header{
text-align:center;
margin-bottom:60px;
}

.section-badge{
display:inline-flex;
padding:12px 22px;
border-radius:999px;
background:rgba(0,255,200,.08);
border:1px solid rgba(0,255,200,.18);
color:#00ffd0;
font-size:12px;
font-weight:900;
letter-spacing:1px;
margin-bottom:24px;
}

.section-title{
font-family:"Orbitron",sans-serif;
font-size:58px;
line-height:1.1;
margin-bottom:20px;
}

.section-title span{
color:#00ffd0;
}

.section-sub{
max-width:920px;
margin:auto;
color:#b8b8b8;
font-size:17px;
line-height:1.9;
}

.architecture-box{
position:relative;
overflow:hidden;
min-height:560px;
border-radius:38px;
background:
radial-gradient(circle at center,rgba(0,255,200,.09),transparent 55%),
rgba(5,11,18,.88);
border:1px solid rgba(0,255,200,.13);
box-shadow:0 0 80px rgba(0,255,200,.10);
}

.architecture-box::before{
content:"ROYAL SERVER";
position:absolute;
inset:auto 0 45%;
text-align:center;
font-family:"Orbitron",sans-serif;
font-size:64px;
font-weight:900;
color:rgba(255,255,255,.025);
letter-spacing:4px;
}

.attack-side,
.clean-side{
position:absolute;
top:70px;
width:230px;
}

.attack-side{
left:40px;
}

.clean-side{
right:40px;
}

.attack-title,
.clean-title{
font-family:"Orbitron",sans-serif;
font-size:22px;
font-weight:900;
margin-bottom:24px;
}

.attack-title{
color:#ff3838;
text-shadow:0 0 20px rgba(255,0,0,.5);
}

.clean-title{
color:#00ffd0;
text-shadow:0 0 20px rgba(0,255,200,.45);
}

.attack-lines span,
.clean-lines span{
display:block;
height:4px;
border-radius:20px;
margin-bottom:26px;
position:relative;
}

.attack-lines span{
background:linear-gradient(90deg,transparent,#ff2b2b);
box-shadow:0 0 18px rgba(255,0,0,.45);
animation:redFlow 2s infinite linear;
}

.clean-lines span{
background:linear-gradient(90deg,#00ffd0,transparent);
box-shadow:0 0 18px rgba(0,255,200,.45);
animation:greenFlow 2s infinite linear;
}

.filter-core{
position:absolute;
top:105px;
left:50%;
transform:translateX(-50%);
width:280px;
height:280px;
display:flex;
align-items:center;
justify-content:center;
}

.filter-ring{
position:absolute;
inset:0;
border-radius:50%;
border:1px dashed rgba(0,255,200,.28);
animation:shieldSpin 20s linear infinite;
}

.filter-shield{
width:190px;
height:230px;
clip-path:polygon(50% 0%,95% 22%,84% 78%,50% 100%,16% 78%,5% 22%);
background:
linear-gradient(145deg,rgba(0,255,200,.25),rgba(0,120,255,.12));
border:1px solid rgba(0,255,200,.4);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
box-shadow:0 0 45px rgba(0,255,200,.35);
}

.filter-shield span{
color:white;
font-family:"Orbitron",sans-serif;
font-size:13px;
font-weight:900;
}

.protected-server{
position:absolute;
bottom:135px;
right:70px;
text-align:center;
}

.server-box{
width:140px;
height:160px;
background:#09131f;
border:1px solid rgba(0,255,200,.25);
border-radius:22px;
padding:20px;
display:flex;
flex-direction:column;
gap:16px;
box-shadow:0 0 35px rgba(0,255,200,.16);
}

.server-box div{
height:28px;
border-radius:9px;
background:rgba(0,255,200,.12);
border:1px solid rgba(0,255,200,.16);
}

.protected-server span{
display:block;
margin-top:16px;
color:#00ffd0;
font-size:12px;
font-weight:900;
}

.small-stats{
margin-top:35px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.small-card{
background:#091019;
border:1px solid rgba(255,255,255,.05);
border-radius:20px;
padding:26px;
text-align:center;
}

.small-card h3{
font-size:30px;
color:#00ffd0;
margin-bottom:10px;
font-family:"Orbitron",sans-serif;
}

.small-card p{
color:#a8a8a8;
font-size:13px;
}

.attack-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.attack-card{
background:#091019;
border:1px solid rgba(255,255,255,.05);
border-radius:22px;
padding:28px;
transition:.35s;
}

.attack-card:hover{
transform:translateY(-8px);
border-color:#00ffd0;
box-shadow:0 0 35px rgba(0,255,200,.08);
}

.attack-card h3{
font-size:20px;
margin-bottom:14px;
font-family:"Orbitron",sans-serif;
}

.attack-card p{
color:#b8b8b8;
line-height:1.8;
font-size:13px;
}

.included-box{
margin-top:70px;
background:
linear-gradient(rgba(0,0,0,.84),rgba(0,0,0,.92)),
url("https://images.unsplash.com/photo-1563986768609-322da13575f3?q=80&w=2070&auto=format&fit=crop");
background-size:cover;
background-position:center;
border-radius:30px;
border:1px solid rgba(0,255,200,.14);
padding:55px;
display:grid;
grid-template-columns:2fr 1fr;
gap:50px;
align-items:center;
}

.included-box h2{
font-size:44px;
margin-bottom:24px;
font-family:"Orbitron",sans-serif;
}

.included-box h2 span{
color:#00ffd0;
}

.included-box p{
color:#b8b8b8;
line-height:1.9;
margin-bottom:30px;
}

.included-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.included-list div{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.05);
border-radius:16px;
padding:16px 20px;
font-size:14px;
color:#d7d7d7;
}

.activation-box{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.05);
border-radius:24px;
padding:40px;
text-align:center;
}

.activation-box h3{
font-size:34px;
color:#00ffd0;
margin-bottom:18px;
font-family:"Orbitron",sans-serif;
}

.activation-box p{
color:#b5b5b5;
line-height:1.8;
}

.advantages{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.adv-card{
background:#091019;
border:1px solid rgba(255,255,255,.05);
border-radius:22px;
padding:30px;
transition:.35s;
}

.adv-card:hover{
transform:translateY(-8px);
border-color:#00ffd0;
}

.adv-card h3{
font-size:20px;
margin-bottom:14px;
font-family:"Orbitron",sans-serif;
}

.adv-card p{
color:#b8b8b8;
line-height:1.8;
font-size:13px;
}

.cta{
margin-top:80px;
background:
radial-gradient(circle at 80% 50%,rgba(0,255,200,.10),transparent 40%),
#091019;
border:1px solid rgba(0,255,200,.14);
border-radius:30px;
padding:55px;
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
}

.cta h2{
font-size:48px;
line-height:1.1;
margin-bottom:18px;
font-family:"Orbitron",sans-serif;
}

.cta h2 span{
color:#00ffd0;
}

.cta p{
color:#b8b8b8;
line-height:1.9;
max-width:700px;
}

.cta-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.btn-main{
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:black;
padding:16px 30px;
border-radius:16px;
font-weight:900;
}

.btn-outline{
padding:16px 30px;
border-radius:16px;
border:1px solid rgba(255,255,255,.08);
color:white;
font-weight:800;
}

.royal-footer{
position:relative;
overflow:hidden;
padding:90px 0 35px;
background:
radial-gradient(circle at 15% 20%,rgba(0,255,200,.08),transparent 30%),
radial-gradient(circle at 85% 0%,rgba(0,120,255,.08),transparent 35%),
#02050a;
border-top:1px solid rgba(255,255,255,.06);
}

.footer-glow{
position:absolute;
width:500px;
height:500px;
border-radius:50%;
background:rgba(0,255,200,.10);
filter:blur(150px);
left:-180px;
bottom:-220px;
}

.footer-top{
position:relative;
z-index:2;
display:grid;
grid-template-columns:1.3fr .9fr;
gap:50px;
align-items:center;
margin-bottom:70px;
padding-bottom:55px;
border-bottom:1px solid rgba(255,255,255,.06);
}

.footer-brand h3{
font-family:"Orbitron",sans-serif;
color:#00ffd0;
font-size:30px;
margin-bottom:20px;
}

.footer-brand p{
color:#aeb6bf;
font-size:15px;
line-height:1.9;
max-width:650px;
}

.footer-status{
margin-top:24px;
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 18px;
border-radius:999px;
background:rgba(0,255,136,.07);
border:1px solid rgba(0,255,136,.14);
color:#d5ffe8;
font-size:13px;
font-weight:700;
}

.footer-status span{
width:10px;
height:10px;
border-radius:50%;
background:#00ff88;
box-shadow:0 0 14px #00ff88;
}

.footer-newsletter{
padding:34px;
border-radius:28px;
background:
linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
border:1px solid rgba(255,255,255,.06);
}

.footer-newsletter h4{
font-family:"Orbitron",sans-serif;
color:white;
font-size:24px;
margin-bottom:14px;
}

.footer-newsletter p{
color:#aeb6bf;
font-size:14px;
line-height:1.8;
margin-bottom:24px;
}

.footer-actions{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.footer-actions a{
padding:14px 22px;
border-radius:14px;
font-size:14px;
font-weight:800;
}

.footer-actions a:first-child{
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:black;
}

.footer-actions a:last-child{
border:1px solid rgba(255,255,255,.10);
color:white;
}

.footer-links-grid{
position:relative;
z-index:2;
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr 1.2fr;
gap:40px;
margin-bottom:60px;
}

.footer-links-grid h4{
font-family:"Orbitron",sans-serif;
color:#00ffd0;
font-size:17px;
margin-bottom:22px;
}

.footer-links-grid a{
display:block;
color:#a7afb8;
font-size:14px;
margin-bottom:14px;
transition:.3s;
}

.footer-links-grid a:hover{
color:#00ffd0;
transform:translateX(4px);
}

.contact-line{
color:#a7afb8;
font-size:14px;
margin-bottom:14px;
}

.payment-badges{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:20px;
}

.payment-badges span{
padding:8px 12px;
border-radius:10px;
background:#091018;
border:1px solid rgba(255,255,255,.07);
color:#d4d4d4;
font-size:12px;
font-weight:800;
}

.footer-bottom{
position:relative;
z-index:2;
padding-top:28px;
border-top:1px solid rgba(255,255,255,.06);
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.footer-bottom p{
color:#7f8790;
font-size:13px;
}

.footer-bottom div{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.footer-bottom a{
color:#7f8790;
font-size:13px;
transition:.3s;
}

.footer-bottom a:hover{
color:#00ffd0;
}

@keyframes shieldSpin{
from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}
}

@keyframes redFlow{
from{
transform:translateX(-25px);
opacity:.2;
}

50%{
opacity:1;
}

to{
transform:translateX(25px);
opacity:.2;
}
}

@keyframes greenFlow{
from{
transform:translateX(25px);
opacity:.2;
}

50%{
opacity:1;
}

to{
transform:translateX(-25px);
opacity:.2;
}
}

@media(max-width:1450px){
.hero-grid,
.included-box,
.cta{
grid-template-columns:1fr;
flex-direction:column;
}

.hero-stats,
.small-stats,
.attack-grid,
.advantages{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:1200px){
.main-menu{
display:none;
}

.royal-logo{
min-width:auto;
}

.footer-top,
.footer-links-grid{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:900px){
.hero h1{
font-size:42px;
}

.section-title{
font-size:36px;
}

.hero-stats,
.small-stats,
.attack-grid,
.advantages,
.included-list{
grid-template-columns:1fr;
}

.attack-side,
.clean-side{
position:relative;
top:auto;
left:auto;
right:auto;
width:auto;
margin:30px;
}

.filter-core{
top:250px;
}

.protected-server{
right:50%;
transform:translateX(50%);
bottom:160px;
}

.architecture-box{
min-height:760px;
}
}

@media(max-width:768px){
.topbar-right{
display:none;
}

.topbar-inner{
justify-content:center;
}

.login-link{
display:none;
}

.royal-logo strong{
font-size:17px;
}

.royal-logo span{
display:none;
}

.client-panel-btn{
padding:12px 18px;
font-size:13px;
}

.hero h1,
.section-title,
.cta h2{
font-size:38px;
}

.footer-top,
.footer-links-grid,
.panel-stats{
grid-template-columns:1fr;
}

.ddos-panel{
padding:28px;
}

.ddos-visual{
height:320px;
}

.shield-ring{
width:260px;
height:260px;
}

.attack-line,
.clean-line{
display:none;
}

.cta{
padding:35px;
}

.footer-bottom{
flex-direction:column;
align-items:flex-start;
}
}