 #fit-ddos-servers{position:relative;min-height:70vh;background:#051c3c;color:#ffffff;overflow:hidden;display:flex;align-items:center;padding:50px 20px 30px;}#fit-ddos-servers::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,131,116,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,255,157,.2) 0%,transparent 50%);z-index:1;animation:pulseGlow 8s infinite alternate}.fit-ddos-fortress{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.fit-ddos-fortress-content h1{font-size:3.8rem;font-weight:900;line-height:1.1;margin-bottom:20px;background:linear-gradient(90deg,#00ff9d,#a8dadc,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideInLeft 1s ease-out}.fit-ddos-fortress-content h1 span{display:block;font-size:1.6rem;font-weight:500;color:#00ff9d;margin-top:10px;letter-spacing:2px;text-transform:uppercase}.fit-ddos-fortress-content p{font-size:1.3rem;line-height:1.8;margin:25px 0 35px;opacity:.9;animation:slideInLeft 1.2s ease-out}.fit-ddos-stats-ticker{display:flex;gap:30px;flex-wrap:wrap;margin:30px 0;animation:slideInLeft 1.4s ease-out}.fit-ddos-stat{display:flex;align-items:center;gap:12px;background:rgba(0,131,116,.15);padding:12px 20px;border-radius:12px;border:1px solid rgba(0,255,157,.3);min-width:180px}.fit-ddos-stat i{color:#00ff9d;font-size:1.4rem}.fit-ddos-stat div{line-height:1.3}.fit-ddos-stat strong{font-size:1.4rem;color:#00ff9d;font-weight:700}.fit-ddos-stat small{font-size:.8rem;opacity:.7;text-transform:uppercase;letter-spacing:1px}.fit-ddos-fortress-cta{display:flex;gap:18px;flex-wrap:wrap;animation:slideInLeft 1.6s ease-out}.fit-ddos-fortress-btn{padding:16px 36px;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:1rem;display:inline-flex;align-items:center;gap:10px;transition:all .4s ease;text-decoration:none}.fit-ddos-fortress-btn-primary{background:linear-gradient(45deg,#008374,#00ff9d);color:#051c3c;box-shadow:0 0 20px rgba(0,255,157,.4)}.fit-ddos-fortress-btn-primary:hover{transform:translateY(-5px);box-shadow:0 0 30px rgba(0,255,157,.6);animation:neonPulse 1.5s infinite}.fit-ddos-fortress-btn-secondary{background:transparent;color:#ffffff;border:2px solid #00ff9d}.fit-ddos-fortress-btn-secondary:hover{background:#00ff9d;color:#051c3c;transform:translateY(-5px)}.fit-ddos-shield-container{position:relative;animation:floatIn 1.5s ease-out}.fit-ddos-shield-core{width:300px;height:300px;background:conic-gradient(from 0deg,#00ff9d,#008374,#051c3c,#00ff9d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:rotateShield 20s linear infinite;box-shadow:0 0 60px rgba(0,255,157,.5)}.fit-ddos-shield-inner{width:220px;height:220px;background:#051c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 0 40px rgba(0,131,116,.3)}.fit-ddos-shield-inner img{width:120px;filter:brightness(0) invert(1);animation:pulseIcon 3s infinite}.fit-ddos-particle{position:absolute;width:6px;height:6px;background:#00ff9d;border-radius:50%;box-shadow:0 0 10px #00ff9d;animation:orbit 4s linear infinite}.fit-ddos-particle:nth-child(1){top:10%;left:10%;animation-delay:0s}.fit-ddos-particle:nth-child(2){top:20%;right:15%;animation-delay:1s}.fit-ddos-particle:nth-child(3){bottom:15%;left:20%;animation-delay:2s}.fit-ddos-particle:nth-child(4){bottom:25%;right:10%;animation-delay:3s}.fit-ddos-breadcrumb{font-size:.95rem;margin-bottom:20px;animation:slideInLeft 1s ease-out}.fit-ddos-breadcrumb a{color:#00ff9d;text-decoration:none}.fit-ddos-breadcrumb a:hover{text-decoration:underline}.fit-ddos-compliance{margin-top:30px;display:flex;gap:15px;flex-wrap:wrap;font-size:.8rem;opacity:.7;animation:slideInLeft 1.8s ease-out}.fit-ddos-compliance span{background:rgba(0,255,157,.1);padding:6px 12px;border-radius:20px;border:1px solid rgba(0,255,157,.3)}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes floatIn{from{opacity:0;transform:translateY(50px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rotateShield{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulseIcon{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes orbit{0%{transform:translate(0,0) rotate(0deg)}100%{transform:translate(140px,0) rotate(360deg)}}@keyframes pulseGlow{0%{opacity:.3}100%{opacity:.6}}@keyframes neonPulse{0%{box-shadow:0 0 20px rgba(0,255,157,.4)}50%{box-shadow:0 0 40px rgba(0,255,157,.8)}100%{box-shadow:0 0 20px rgba(0,255,157,.4)}}@media (max-width:992px){.fit-ddos-fortress{grid-template-columns:1fr;text-align:center;gap:40px}.fit-ddos-fortress-content h1{font-size:2.8rem}.fit-ddos-fortress-content h1 span{font-size:1.3rem}.fit-ddos-shield-core{width:250px;height:250px}.fit-ddos-shield-inner{width:180px;height:180px}.fit-ddos-shield-inner img{width:100px}}@media (max-width:600px){#fit-ddos-servers{padding:100px 15px 60px}.fit-ddos-fortress-content h1{font-size:2.3rem}.fit-ddos-stats-ticker{gap:15px;justify-content:center}.fit-ddos-stat{min-width:150px;padding:10px 15px}.fit-ddos-fortress-btn{padding:14px 28px;font-size:.95rem}}