*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

overflow-x:hidden;

}

body{

font-family:Poppins,sans-serif;
background:#050A12;
color:white;
overflow-x:hidden;

}

.navbar{

position:fixed;

top:0;

width:100%;

display:flex;

justify-content:space-between;

align-items:center;

padding:20px 8%;

background:rgba(0,0,0,.35);

backdrop-filter:blur(18px);

z-index:999;

border-bottom:1px solid rgba(255,255,255,.05);

}

.logo{

display:flex;

align-items:center;

gap:12px;

}

.logo-img{

width:42px;

height:42px;

object-fit:contain;

border-radius:8px;

}

.logo h1{

color:#3E8BFF;

font-size:34px;

font-weight:700;

}

.nav-links{

display:flex;

list-style:none;

gap:35px;

}

.nav-links a{

color:white;

text-decoration:none;

transition:.3s;

}

.nav-links a:hover{

color:#3E8BFF;

}

.nav-buttons{

display:flex;

gap:15px;

align-items:center;

}

.discord-btn{

width:45px;

height:45px;

display:flex;

justify-content:center;

align-items:center;

border-radius:12px;

background:#111827;

color:white;

font-size:20px;

text-decoration:none;

transition:.3s;

}

.discord-btn:hover{

background:#3E8BFF;

}

.panel-btn{

padding:14px 28px;

background:#2E7BFF;

border-radius:12px;

text-decoration:none;

color:white;

font-weight:600;

transition:.3s;

}

.panel-btn:hover{

transform:translateY(-3px);

box-shadow:0 0 30px #2E7BFF;

}

.hero{

min-height:100vh;

display:flex;

justify-content:space-between;

align-items:center;

padding:0 10%;

position:relative;

}

.hero-content{

max-width:650px;

}

.hero-content h2{

font-size:65px;

color:#3E8BFF;

}

.hero-content h1{

font-size:72px;

line-height:1.1;

margin:20px 0;

}

.hero-content p{

font-size:19px;

color:#B9B9B9;

line-height:1.8;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.primary-btn{

background:#2E7BFF;

padding:16px 35px;

border-radius:12px;

color:white;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.primary-btn:hover{

box-shadow:0 0 35px #2E7BFF;

}

.secondary-btn{

border:2px solid #2E7BFF;

padding:16px 35px;

border-radius:12px;

text-decoration:none;

color:white;

transition:.3s;

}

.secondary-btn:hover{

background:#2E7BFF;

}

.background-lines{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:radial-gradient(circle at 50% 28%,#0C192E 0%,#071120 42%,#040910 78%);

z-index:-6;

}

.products{

padding:130px 8%;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title span{

color:#3E8BFF;

font-weight:700;

letter-spacing:2px;

}

.section-title h2{

font-size:48px;

margin:15px 0;

}

.section-title p{

color:#BFBFBF;

font-size:18px;

}

.order-btn{

display:block;

text-align:center;

padding:18px;

border-radius:15px;

background:#2E7BFF;

color:white;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.order-btn:hover{

box-shadow:0 0 30px #2E7BFF;

}

.features{

padding:140px 8%;

position:relative;

}

.feature-grid{

margin-top:70px;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.feature-card{

background:rgba(17,24,39,.82);

backdrop-filter:blur(18px);

border-radius:28px;

padding:45px 30px;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

position:relative;

overflow:hidden;

}

.feature-card:hover{

transform:translateY(-10px);

border-color:#2E7BFF;

box-shadow:0 20px 60px rgba(46,123,255,.25);

}

.feature-card::before{

content:"";

position:absolute;

top:-80px;

right:-80px;

width:180px;

height:180px;

background:#2E7BFF22;

border-radius:50%;

transition:.4s;

}

.feature-card:hover::before{

transform:scale(1.8);

}

.feature-icon{

width:85px;

height:85px;

background:#101B34;

border-radius:22px;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

}

.feature-icon i{

font-size:35px;

color:#3E8BFF;

}

.feature-card h3{

font-size:26px;

margin-bottom:15px;

}

.feature-card p{

line-height:1.8;

color:#bdbdbd;

}

.grid-background{

position:fixed;

inset:0;

background-image:

linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),

linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);

background-size:70px 70px;

z-index:-3;

}

.blur-circle{

position:fixed;

border-radius:50%;

filter:blur(120px);

z-index:-2;

opacity:.22;

}

.circle1{

width:420px;

height:420px;

background:#0051B8;

top:80px;

left:-120px;

}

.circle2{

width:500px;

height:500px;

background:#003A8A;

bottom:-180px;

right:-150px;

}

.hero{

overflow:hidden;

}

.hero-waves{

position:absolute;

top:-250px;

right:-150px;

width:700px;

height:700px;

pointer-events:none;

}

.hero-waves span{

position:absolute;

border:1px solid rgba(60,140,255,.18);

border-radius:50%;

animation:rotateWave 20s linear infinite;

}

.hero-waves span:nth-child(1){

width:700px;

height:700px;

}

.hero-waves span:nth-child(2){

width:560px;

height:560px;

top:70px;

left:70px;

animation-duration:16s;

}

.hero-waves span:nth-child(3){

width:420px;

height:420px;

top:140px;

left:140px;

animation-duration:12s;

}

@keyframes rotateWave{

0%{

transform:rotate(0deg);

}

100%{

transform:rotate(360deg);

}

}

.stats{

padding:140px 8%;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.stat-card{

background:#0f1628;

padding:45px;

border-radius:25px;

text-align:center;

border:1px solid rgba(255,255,255,.05);

transition:.35s;

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 15px 50px rgba(0,108,255,.20);

border-color:#2E7BFF;

}

.stat-card h3{

font-size:52px;

color:#3E8BFF;

margin-bottom:10px;

}

.stat-card p{

color:#BEBEBE;

font-size:18px;

}

.faq{

padding:140px 8%;

}

.faq-container{

margin-top:60px;

max-width:1000px;

margin-inline:auto;

}

.faq-item{

background:#0F1628;

border-radius:20px;

margin-bottom:20px;

overflow:hidden;

border:1px solid rgba(255,255,255,.05);

}

.faq-question{

width:100%;

padding:25px;

background:none;

border:none;

display:flex;

justify-content:space-between;

align-items:center;

color:white;

font-size:20px;

cursor:pointer;

}

.faq-question i{

transition:.3s;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:.4s;

}

.faq-answer p{

padding:0 25px 25px;

color:#bdbdbd;

line-height:1.8;

}

footer{

padding:80px 8% 40px;

background:#04070D;

border-top:1px solid rgba(255,255,255,.05);

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1fr;

gap:40px;

}

.footer-grid h2{

font-size:34px;

color:#2E7BFF;

margin-bottom:20px;

}

.footer-grid h3{

margin-bottom:20px;

}

.footer-grid p{

color:#AFAFAF;

line-height:1.8;

}

.footer-grid a{

display:block;

margin:12px 0;

text-decoration:none;

color:#AFAFAF;

transition:.3s;

}

.footer-grid a:hover{

color:#2E7BFF;

}

.copyright{

margin-top:60px;

text-align:center;

color:#8D8D8D;

}

.topbar{

width:100%;

height:42px;

display:flex;

justify-content:center;

align-items:center;

background:linear-gradient(90deg,#006CFF,#1D9BFF);

font-size:15px;

font-weight:500;

position:fixed;

top:0;

left:0;

z-index:1000;

}

.topbar strong{

color:white;

}

.navbar{

top:42px;

}

.locations{

padding:130px 8%;

}

.location-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

margin-top:60px;

}

.location-card{

padding:50px;

background:#101726;

border-radius:30px;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

text-align:center;

}

.location-card:hover{

transform:translateY(-10px);

border-color:#2E7BFF;

box-shadow:0 20px 50px rgba(0,108,255,.20);

}

.location-card i{

font-size:60px;

color:#2E7BFF;

margin-bottom:25px;

}

.location-card h3{

font-size:32px;

margin-bottom:15px;

}

.location-card p{

color:#C7C7C7;

}

.feature-card::after,
.location-card::after,
.stat-card::after{

content:"";

position:absolute;

width:220px;

height:220px;

background:radial-gradient(circle,rgba(46,123,255,.18),transparent 70%);

left:var(--x);

top:var(--y);

transform:translate(-50%,-50%);

pointer-events:none;

opacity:0;

transition:.25s;

}

.feature-card:hover::after,
.location-card:hover::after,
.stat-card:hover::after{

opacity:1;

}

#particles-js{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

z-index:-5;

background:transparent;

}

body{

background:transparent;

}

.reviews{

padding:140px 8%;

}

.review-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.review{

padding:40px;

background:#101726;

border-radius:25px;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

}

.review:hover{

transform:translateY(-10px);

border-color:#2E7BFF;

}

.review p{

margin:0;

line-height:1.8;

color:#C8C8C8;

}

.review h4{

color:#2E7BFF;

}

.server-illustration{
    position:relative;
    width:520px;
    height:520px;
    display:flex;
    justify-content:center;
    align-items:center;
    perspective:1000px;
    transform-style:preserve-3d;
}

.server-glow{
    position:absolute;
    width:380px;
    height:380px;
    background:radial-gradient(circle at 35% 35%, #4B96FF 0%, #2E7BFF 22%, #143264 52%, #050A12 78%);
    filter:blur(42px) saturate(160%);
    opacity:0.42;
    border-radius:50%;
    animation:pulseGlow 4.5s ease-in-out infinite;
    transform:translateZ(-10px);
}

.server-glow::before{
    content:"";
    position:absolute;
    inset:-30px;
    background:radial-gradient(circle at 60% 60%, rgba(57,255,160,0.22) 0%, transparent 55%);
    filter:blur(28px);
    border-radius:50%;
    animation:pulseGlow2 5.5s ease-in-out infinite;
}

.server-glow::after{
    content:"";
    position:absolute;
    inset:20%;
    background:radial-gradient(circle, rgba(120,180,255,0.35) 0%, transparent 70%);
    filter:blur(18px);
    border-radius:50%;
    animation:pulse 3s ease-in-out infinite;
}

@keyframes pulseGlow{
    0%,100%{ transform:translateZ(-10px) scale(1); opacity:0.38; filter:blur(42px) saturate(160%) brightness(1); }
    50%{ transform:translateZ(-10px) scale(1.12); opacity:0.52; filter:blur(48px) saturate(180%) brightness(1.15); }
}

@keyframes pulseGlow2{
    0%,100%{ transform:scale(1) rotate(0deg); opacity:0.6; }
    50%{ transform:scale(1.15) rotate(8deg); opacity:0.9; }
}

.server-machine{

width:220px;

height:280px;

background:#111827;

border-radius:20px;

border:1px solid rgba(255,255,255,.08);

position:relative;

box-shadow:0 25px 70px rgba(0,108,255,.25);

animation:float 5s ease-in-out infinite;

}

.server-top,
.server-middle,
.server-bottom{

height:60px;

margin:18px;

border-radius:12px;

background:#1D2A44;

}

.server-led{

position:absolute;

right:20px;

width:12px;

height:12px;

border-radius:50%;

background:#00FF80;

box-shadow:0 0 12px #00FF80;

}

.led1{

top:45px;

}

.led2{

top:125px;

}

.led3{

top:205px;

}

.floating-card{
    position:absolute;
    background:linear-gradient(145deg, rgba(22,32,56,0.96), rgba(14,21,38,0.92));
    padding:18px 24px;
    border-radius:20px;
    backdrop-filter:blur(18px) saturate(160%);
    -webkit-backdrop-filter:blur(18px) saturate(160%);
    border:1px solid rgba(120,169,245,0.18);
    box-shadow:
        0 12px 32px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.06) inset,
        0 1px 0 rgba(255,255,255,0.12) inset,
        0 0 24px rgba(46,123,255,0.18);
    will-change: transform;
    transform-style: preserve-3d;
    overflow:hidden;
    isolation:isolate;
}

.floating-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(120deg, rgba(75,150,255,0.18) 0%, transparent 45%, rgba(57,255,160,0.08) 100%);
    opacity:0.85;
    pointer-events:none;
    z-index:-1;
}

.floating-card::after{
    content:"";
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:linear-gradient(100deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
    transform:rotate(12deg) translateX(-120%);
    animation:cardShine 4.5s ease-in-out infinite;
    pointer-events:none;
}

.ping-card{
    left:-28px;
    top:105px;
    animation:floatCard1 5.2s ease-in-out infinite;
    border-left:2px solid rgba(46,123,255,0.55);
}

.uptime-card{
    right:-28px;
    bottom:105px;
    animation:floatCard2 5.8s ease-in-out infinite;
    animation-delay:0.8s;
    border-left:2px solid rgba(57,255,160,0.55);
}

.ping-card::before{
    background:linear-gradient(120deg, rgba(75,150,255,0.22) 0%, transparent 55%, rgba(75,150,255,0.06) 100%);
}

.uptime-card::before{
    background:linear-gradient(120deg, rgba(57,255,160,0.20) 0%, transparent 55%, rgba(46,123,255,0.06) 100%);
}

@keyframes floatCard1{
    0%{ transform: translate3d(0,0,0) rotate(-1.2deg) scale(1); box-shadow: 0 12px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06) inset, 0 1px 0 rgba(255,255,255,0.12) inset, 0 0 24px rgba(46,123,255,0.18); }
    25%{ transform: translate3d(5px,-14px,12px) rotate(1deg) scale(1.02); box-shadow: 0 22px 48px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,255,255,0.08) inset, 0 1px 0 rgba(255,255,255,0.16) inset, 0 0 32px rgba(46,123,255,0.28); }
    50%{ transform: translate3d(2px,-22px,18px) rotate(-0.6deg) scale(1.03); box-shadow: 0 28px 56px rgba(0,0,0,0.48), 0 0 0 1px rgba(255,255,255,0.09) inset, 0 1px 0 rgba(255,255,255,0.18) inset, 0 0 40px rgba(46,123,255,0.32); }
    75%{ transform: translate3d(-3px,-10px,8px) rotate(0.9deg) scale(1.01); box-shadow: 0 18px 40px rgba(0,0,0,0.38), 0 0 0 1px rgba(255,255,255,0.07) inset, 0 1px 0 rgba(255,255,255,0.14) inset, 0 0 28px rgba(46,123,255,0.22); }
    100%{ transform: translate3d(0,0,0) rotate(-1.2deg) scale(1); box-shadow: 0 12px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06) inset, 0 1px 0 rgba(255,255,255,0.12) inset, 0 0 24px rgba(46,123,255,0.18); }
}

@keyframes floatCard2{
    0%{ transform: translate3d(0,0,0) rotate(1deg) scale(1); box-shadow: 0 12px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06) inset, 0 1px 0 rgba(255,255,255,0.12) inset, 0 0 24px rgba(57,255,160,0.16); }
    25%{ transform: translate3d(-6px,-12px,10px) rotate(-0.8deg) scale(1.02); box-shadow: 0 22px 48px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,255,255,0.08) inset, 0 1px 0 rgba(255,255,255,0.16) inset, 0 0 32px rgba(57,255,160,0.24); }
    50%{ transform: translate3d(-2px,-20px,16px) rotate(0.7deg) scale(1.03); box-shadow: 0 28px 56px rgba(0,0,0,0.48), 0 0 0 1px rgba(255,255,255,0.09) inset, 0 1px 0 rgba(255,255,255,0.18) inset, 0 0 40px rgba(57,255,160,0.30); }
    75%{ transform: translate3d(4px,-9px,6px) rotate(-1deg) scale(1.01); box-shadow: 0 18px 40px rgba(0,0,0,0.38), 0 0 0 1px rgba(255,255,255,0.07) inset, 0 1px 0 rgba(255,255,255,0.14) inset, 0 0 28px rgba(57,255,160,0.20); }
    100%{ transform: translate3d(0,0,0) rotate(1deg) scale(1); box-shadow: 0 12px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06) inset, 0 1px 0 rgba(255,255,255,0.12) inset, 0 0 24px rgba(57,255,160,0.16); }
}

@keyframes cardShine{
    0%{ transform:rotate(12deg) translateX(-130%) translateY(0); opacity:0; }
    20%{ opacity:0.55; }
    50%{ transform:rotate(12deg) translateX(10%) translateY(0); opacity:0; }
    100%{ transform:rotate(12deg) translateX(10%) translateY(0); opacity:0; }
}

.floating-card:hover{
    animation-play-state:paused;
    transform:translateY(-6px) scale(1.04) !important;
    box-shadow:0 28px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(120,169,245,0.28) inset, 0 0 42px rgba(46,123,255,0.35);
    border-color:rgba(120,169,245,0.35);
}

@media (max-width: 768px){
    .ping-card{ left:-6px; top:85px; }
    .uptime-card{ right:-6px; bottom:85px; }
}

@media (prefers-reduced-motion: reduce){
    .floating-card, .ping-card, .uptime-card{
        animation:none !important;
    }
    .floating-card::after{ display:none; }
}

.floating-card h4{
    color:#EAF2FF;
    font-size:24px;
    font-weight:800;
    margin-bottom:4px;
    letter-spacing:-0.5px;
    display:flex;
    align-items:center;
    gap:8px;
    text-shadow:0 0 12px rgba(75,150,255,0.55);
}

.ping-card h4{
    color:#7FB5FF;
}

.uptime-card h4{
    color:#7DFFB0;
    text-shadow:0 0 12px rgba(57,255,160,0.5);
}

.floating-card p{
    color:#A8B9D6;
    font-size:13px;
    font-weight:500;
    letter-spacing:0.4px;
    text-transform:uppercase;
}

.floating-card h4 .icon-inline{
    font-size:20px;
    color:#4B96FF;
    filter:drop-shadow(0 0 6px rgba(75,150,255,0.7));
}

.uptime-card h4{
    position:relative;
}

.uptime-card h4::after{
    content:"";
    width:8px;
    height:8px;
    background:#00FF80;
    border-radius:50%;
    box-shadow:0 0 10px #00FF80;
    display:inline-block;
    margin-left:6px;
    animation:pulseDot 1.8s ease-in-out infinite;
}

@keyframes pulseDot{
    0%,100%{ transform:scale(1); opacity:1; box-shadow:0 0 10px #00FF80; }
    50%{ transform:scale(1.25); opacity:0.85; box-shadow:0 0 18px #00FF80; }
}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}

.status-bar{

display:flex;

justify-content:center;

gap:40px;

padding:30px;

background:#0E1525;

border-top:1px solid rgba(255,255,255,.05);

border-bottom:1px solid rgba(255,255,255,.05);

flex-wrap:wrap;

}

.status-item{

display:flex;

align-items:center;

gap:12px;

color:#D0D0D0;

font-size:17px;

}

.dot{

width:12px;

height:12px;

border-radius:50%;

display:inline-block;

}

.online{

background:#00FF80;

box-shadow:0 0 12px #00FF80;

animation:pulse 2s infinite;

}

.trusted{

padding:80px 8%;

text-align:center;

}

.trusted h2{

font-size:36px;

margin-bottom:50px;

}

.trusted-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:20px;

}

.trusted-grid div{

padding:30px;

background:#101726;

border-radius:18px;

border:1px solid rgba(255,255,255,.05);

transition:.3s;

}

.trusted-grid div:hover{

transform:translateY(-6px);

border-color:#2E7BFF;

}

.hosting-tabs{

display:flex;

justify-content:center;

gap:20px;

margin:50px 0;

flex-wrap:wrap;

}

.tab{

padding:16px 35px;

background:#101726;

border:none;

color:white;

border-radius:14px;

cursor:pointer;

font-size:17px;

transition:.3s;

}

.tab:hover{

background:#183B7C;

}

.tab.active{

background:#2E7BFF;

}

#plans-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:30px;

}

.plan-card{

background:#101726;

padding:45px;

border-radius:30px;

border:1px solid rgba(255,255,255,.05);

transition:.35s;

position:relative;

overflow:hidden;

}

.plan-card:hover{

transform:translateY(-12px);

border-color:#2E7BFF;

box-shadow:0 20px 50px rgba(0,108,255,.25);

}

.plan-price{

font-size:50px;

color:#2E7BFF;

margin:25px 0;

font-weight:bold;

}

.plan-card ul{

list-style:none;

margin:30px 0;

}

.plan-card li{

margin:14px 0;

color:#C7C7C7;

}

.icon-inline{

font-family:'Material Symbols Outlined';

font-weight:normal;

font-style:normal;

font-size:1.25em;

line-height:1;

letter-spacing:normal;

text-transform:none;

display:inline-block;

white-space:nowrap;

word-wrap:normal;

direction:ltr;

vertical-align:-0.2em;

margin-right:8px;

font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;

-webkit-font-feature-settings:'liga';

-webkit-font-smoothing:antialiased;

}

.icon-inline.filled{

font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;

}

.review-header{

display:flex;

align-items:center;

gap:14px;

margin-bottom:16px;

}

.review-avatar{

width:52px;

height:52px;

border-radius:50%;

object-fit:cover;

border:2px solid #2E7BFF;

flex-shrink:0;

}

.review-header h4{

margin-bottom:4px;

font-size:17px;

}

.review-stars{

color:#FFB300;

font-size:20px;

margin-bottom:0;

letter-spacing:2px;

}

.review-stars .icon-inline{

margin-right:2px;

}

.plan-card li .icon-inline{

color:#3E8BFF;

}

.hamburger{

display:none;

align-items:center;

justify-content:center;

width:45px;

height:45px;

border:none;

border-radius:12px;

background:#111827;

color:white;

cursor:pointer;

font-size:28px;

transition:.3s;

}

.hamburger:hover{

background:#3E8BFF;

}

section[id]{
	scroll-margin-top:130px;
}
.plan-price .period{
	font-size:20px;
	font-weight:500;
	color:#9FB3D1;
	margin-left:4px;
}

.legal-section{
	padding:170px 8% 110px;
}

.legal-content{
	max-width:900px;
	margin:50px auto 0;
	color:#C7C7C7;
	line-height:1.9;
	font-size:17px;
}

.legal-content h3{
	color:#FFFFFF;
	font-size:24px;
	margin:40px 0 16px;
}

.legal-content p{
	margin-bottom:18px;
}

.legal-content ul{
	margin:0 0 18px 22px;
}

.legal-content a{
	color:#3E8BFF;
	text-decoration:none;
}

.legal-content a:hover{
	text-decoration:underline;
}

:root {
    --button-blue: #2e7bff;
    --button-blue-light: #4b96ff;
    --button-blue-deep: #143264;
    --button-black: #0a1628;
}

.primary-btn,
.panel-btn,
.order-btn,
.secondary-btn,
.tab,
.hamburger {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    will-change: transform, box-shadow;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease,
        background .3s ease, background-position .6s ease, border-color .3s ease;
}

.discord-btn {
    position: relative;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease,
        background .3s ease, border-color .3s ease;
}

.primary-btn::after,
.panel-btn::after,
.order-btn::after,
.secondary-btn::after,
.tab::after,
.hamburger::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -130%;
    width: 55%;
    height: 320%;
    background: linear-gradient(100deg,
        transparent 15%,
        rgba(255, 255, 255, .5) 50%,
        transparent 85%);
    transform: rotate(18deg);
    pointer-events: none;
    transition: left .55s ease;
}

.primary-btn:hover::after,
.panel-btn:hover::after,
.order-btn:hover::after,
.secondary-btn:hover::after,
.tab:hover::after,
.hamburger:hover::after {
    left: 140%;
}

.primary-btn,
.panel-btn,
.order-btn {
    background-image: linear-gradient(120deg, #4b96ff 0%, #2e7bff 40%, var(--button-blue-deep) 76%, var(--button-black) 100%);
    background-size: 180% 180%;
    background-position: 0% 50%;
    border: 1px solid rgba(150, 199, 255, .5);
    border-radius: 14px;
    color: #ffffff;
    box-shadow:
        0 12px 30px -12px rgba(46, 123, 255, .72),
        0 3px 12px -4px rgba(26, 92, 255, .5),
        inset 0 1px 0 rgba(255, 255, 255, .28);
}

.primary-btn:hover,
.panel-btn:hover,
.order-btn:hover {
    background-position: 100% 50%;
    transform: translateY(-3px);
    border-color: rgba(190, 222, 255, .7);
    box-shadow:
        0 22px 44px -14px rgba(46, 123, 255, .9),
        0 8px 20px -8px rgba(13, 44, 92, .6),
        inset 0 1px 0 rgba(255, 255, 255, .35);
}

.primary-btn:active,
.panel-btn:active,
.order-btn:active {
    transform: translateY(0) scale(.97);
    box-shadow:
        0 8px 20px -10px rgba(46, 123, 255, .7),
        inset 0 2px 6px rgba(4, 10, 20, .25);
}

.secondary-btn {
    background: rgba(46, 123, 255, .06);
    border: 1px solid rgba(96, 160, 255, .45);
    border-radius: 14px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 8px 24px -14px rgba(46, 123, 255, .5);
}

.secondary-btn:hover {
    background: rgba(46, 123, 255, .16);
    border-color: rgba(150, 199, 255, .85);
    transform: translateY(-3px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        0 18px 36px -14px rgba(46, 123, 255, .75);
}

.secondary-btn:active {
    transform: translateY(0) scale(.97);
}

.tab {
    background: rgba(17, 24, 39, .72);
    border: 1px solid rgba(101, 145, 211, .22);
    border-radius: 999px;
    color: #c9d6ea;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .06),
        0 6px 18px -12px rgba(0, 0, 0, .6);
}

.tab:hover {
    color: #ffffff;
    border-color: rgba(120, 175, 255, .55);
    background: rgba(44, 82, 150, .55);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 12px 26px -12px rgba(46, 123, 255, .5);
}

.tab.active {
    background-image: linear-gradient(120deg, #4b96ff 0%, #2e7bff 45%, var(--button-blue-deep) 78%, var(--button-black) 100%);
    background-size: 180% 180%;
    background-position: 0% 50%;
    border-color: rgba(150, 199, 255, .55);
    color: #ffffff;
    box-shadow:
        0 10px 26px -12px rgba(46, 123, 255, .8),
        inset 0 1px 0 rgba(255, 255, 255, .28);
}

.tab.active:hover {
    background-position: 100% 50%;
    border-color: rgba(190, 222, 255, .7);
}

.discord-btn,
.hamburger {
    background: rgba(17, 24, 39, .8);
    border: 1px solid rgba(120, 169, 245, .26);
    border-radius: 12px;
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 8px 20px -12px rgba(0, 0, 0, .7);
}

.discord-btn:hover,
.hamburger:hover {
    background-image: linear-gradient(120deg, #4b96ff, #143264);
    border-color: rgba(150, 199, 255, .6);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .3),
        0 14px 28px -12px rgba(46, 123, 255, .7);
}

.discord-btn:active,
.hamburger:active {
    transform: translateY(0) scale(.95);
}

.primary-btn:focus-visible,
.panel-btn:focus-visible,
.order-btn:focus-visible,
.secondary-btn:focus-visible,
.tab:focus-visible,
.discord-btn:focus-visible,
.hamburger:focus-visible {
    outline: 3px solid rgba(142, 199, 255, .9);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .primary-btn, .panel-btn, .order-btn, .secondary-btn, .tab, .discord-btn, .hamburger {
        transition: none;
    }
    .primary-btn::after, .panel-btn::after, .order-btn::after,
    .secondary-btn::after, .tab::after, .hamburger::after {
        display: none;
    }
}

.server-3d-canvas {
    position: absolute;
    inset: -6%;
    z-index: 1;
    width: 112%;
    height: 112%;
    display: block;
    opacity: 0;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    filter: drop-shadow(0 32px 42px rgba(0, 72, 220, 0.32)) drop-shadow(0 12px 24px rgba(46,123,255,0.18)) drop-shadow(0 0 60px rgba(46,123,255,0.12));
    transition: opacity .6s cubic-bezier(.22,1,.36,1), filter .6s ease, transform .6s ease;
}

.server-3d-ready .server-3d-canvas {
    opacity: 1;
    animation: canvasEntrance 1.2s cubic-bezier(.22,1,.36,1) both;
}

@keyframes canvasEntrance{
    0%{ opacity:0; transform:scale(0.92) translateY(18px) rotateX(6deg); filter: blur(12px) drop-shadow(0 0 0 rgba(0,0,0,0)); }
    100%{ opacity:1; transform:scale(1) translateY(0) rotateX(0); filter: drop-shadow(0 32px 42px rgba(0,72,220,0.32)) drop-shadow(0 12px 24px rgba(46,123,255,0.18)) drop-shadow(0 0 60px rgba(46,123,255,0.12)); }
}

.server-3d-ready .server-3d-canvas {
    opacity: 1;
}

.server-3d-canvas:active {
    cursor: grabbing;
}

.server-3d-hint {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 3;
    padding: 7px 14px;
    border: 1px solid rgba(120, 169, 245, .3);
    border-radius: 999px;
    background: rgba(13, 21, 38, .82);
    color: #9fc0ff;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity .4s ease, transform .4s ease;
}

.server-3d-hint.is-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
}

@media (prefers-reduced-motion: reduce) {
    .server-3d-hint {
        display: none;
    }
}

.server-3d-ready .server-machine {
    display: none;
}

.floating-card {
    z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
    .server-3d-canvas {
        cursor: default;
    }
}

.product-hero{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:180px 8% 80px;
    position:relative;
}

.product-hero-content{
    max-width:800px;
}

.product-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 24px;
    background:rgba(46,123,255,.15);
    border:1px solid rgba(62,139,255,.3);
    border-radius:50px;
    color:#3E8BFF;
    font-weight:600;
    font-size:15px;
    letter-spacing:2px;
    margin-bottom:30px;
}

.product-hero h1{
    font-size:56px;
    line-height:1.15;
    margin-bottom:24px;
}

.product-hero p{
    font-size:19px;
    color:#B9B9B9;
    line-height:1.8;
    margin-bottom:40px;
}

.product-hero .hero-buttons{
    justify-content:center;
}

@media (max-width: 768px){
    .product-hero{
        padding:160px 5% 60px;
        min-height:auto;
    }
    .product-hero h1{
        font-size:34px;
    }
    .product-hero p{
        font-size:16px;
    }
}

@media (max-width: 480px){
    .product-hero h1{
        font-size:28px;
    }
}

:root {
    --site-background: #050A12;
}

html {
    background: var(--site-background);
}

body {
    background: var(--site-background);
}

body.is-loading {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #03060B;
    opacity: 1;
    visibility: visible;
    transition: opacity .65s ease, visibility .65s ease;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader-content {
    width: min(310px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: loaderContentIn .7s ease both;
}

.page-loader-logo {
    width: 116px;
    height: 116px;
    object-fit: contain;
    margin-bottom: 18px;
    filter: drop-shadow(0 0 24px rgba(62, 139, 255, .38));
    animation: loaderLogoPulse 2.4s ease-in-out infinite;
}

.page-loader-kicker {
    margin: 0;
    color: #78B1FF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
}

.page-loader-message {
    margin: 10px 0 22px;
    color: #E8F1FF;
    font-size: 16px;
}

.loader-progress {
    width: 100%;
    height: 6px;
    overflow: hidden;
    border: 1px solid rgba(139, 190, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .35), 0 0 22px rgba(46, 123, 255, .12);
}

.loader-progress-bar {
    display: block;
    width: 8%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2365D6, #4B96FF, #9ED2FF);
    box-shadow: 0 0 16px rgba(76, 151, 255, .8);
    animation: loaderProgress 2.1s cubic-bezier(.4, 0, .2, 1) infinite;
}

.page-loader.is-complete .loader-progress-bar {
    width: 100%;
    animation: none;
    transition: width .3s ease;
}

.loader-progress-label {
    margin-top: 12px;
    color: #8190A8;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@keyframes loaderContentIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes loaderLogoPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.035);
    }
}

@keyframes loaderProgress {
    0% {
        width: 8%;
    }
    45% {
        width: 58%;
    }
    80% {
        width: 82%;
    }
    100% {
        width: 92%;
    }
}

.cookie-banner {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 24px;
    overflow: hidden;
    border: 1px solid rgba(151, 195, 255, .24);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(19, 31, 57, .88), rgba(7, 13, 27, .84));
    box-shadow: 0 22px 70px rgba(0, 0, 0, .46), 0 0 34px rgba(46, 123, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(28px);
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.cookie-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(141, 199, 255, .75), transparent);
    pointer-events: none;
}

.cookie-banner.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.cookie-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.cookie-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(119, 177, 255, .26);
    border-radius: 15px;
    color: #82B8FF;
    background: linear-gradient(145deg, rgba(58, 133, 255, .25), rgba(46, 123, 255, .07));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 8px 24px rgba(0, 57, 158, .2);
}

.cookie-icon .material-symbols-outlined {
    font-size: 26px;
}

.cookie-copy {
    min-width: 0;
}

.cookie-eyebrow {
    margin: 0 0 3px;
    color: #7FB5FF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.cookie-copy h2 {
    margin: 0 0 4px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1.3;
}

.cookie-copy > p:last-child {
    margin: 0;
    color: #B8C4D8;
    font-size: 13px;
    line-height: 1.65;
}

.cookie-copy a {
    color: #8CC2FF;
    font-weight: 600;
    text-underline-offset: 3px;
    transition: color .2s ease;
}

.cookie-copy a:hover {
    color: #FFFFFF;
}

.cookie-actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-btn {
    min-width: 112px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    font: 600 13px Poppins, sans-serif;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.cookie-btn:hover {
    transform: translateY(-2px);
}

.cookie-btn:active {
    transform: translateY(1px);
}

.cookie-btn-accept {
    border-color: rgba(150, 199, 255, .55);
    background: linear-gradient(120deg, #4B96FF 0%, #2E7BFF 45%, #143264 78%, #0A1628 100%);
    background-size: 160% 160%;
    background-position: 0% 50%;
    box-shadow: 0 10px 24px -12px rgba(46, 123, 255, .8), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.cookie-btn-accept:hover {
    background-position: 100% 50%;
    box-shadow: 0 16px 32px -12px rgba(46, 123, 255, .95), inset 0 1px 0 rgba(255, 255, 255, .4);
}

.cookie-btn-reject {
    border-color: rgba(146, 170, 207, .28);
    background: rgba(255, 255, 255, .045);
    color: #D3DCEB;
}

.cookie-btn-reject:hover {
    border-color: rgba(146, 190, 255, .5);
    background: rgba(75, 150, 255, .12);
}

.cookie-btn:focus-visible {
    outline: 3px solid rgba(142, 199, 255, .9);
    outline-offset: 3px;
}

.plan-card.is-popular {
    border-color: rgba(85, 159, 255, .7);
    box-shadow: 0 0 0 1px rgba(62, 139, 255, .14), 0 20px 58px rgba(0, 108, 255, .24);
}

.plan-card.is-popular:hover {
    box-shadow: 0 0 0 1px rgba(92, 166, 255, .24), 0 26px 68px rgba(0, 108, 255, .34);
}

.popular-badge {
    position: absolute;
    top: 17px;
    right: 17px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 11px;
    border: 1px solid rgba(152, 214, 255, .45);
    border-radius: 999px;
    color: #EAF6FF;
    background: linear-gradient(135deg, #2382FF, #5CB8FF);
    box-shadow: 0 7px 18px rgba(22, 117, 231, .28), inset 0 1px 0 rgba(255, 255, 255, .38);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .35px;
    line-height: 1;
    white-space: nowrap;
}

.popular-badge .icon-inline {
    margin-right: 0;
    font-size: 16px;
    vertical-align: -3px;
}

@media (max-width: 768px) {
    .cookie-banner {
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px);
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 20px;
        border-radius: 20px;
    }

    .cookie-content {
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-btn {
        width: 100%;
    }

    .cookie-btn-accept {
        order: 1;
    }

    .cookie-btn-reject {
        order: 2;
    }
}

@media (max-width: 420px) {
    .cookie-banner {
        padding: 17px;
    }

    .cookie-content {
        gap: 12px;
    }

    .cookie-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .cookie-icon .material-symbols-outlined {
        font-size: 23px;
    }

    .cookie-copy h2 {
        font-size: 16px;
    }

    .cookie-copy > p:last-child {
        font-size: 12px;
    }

    .popular-badge {
        top: 13px;
        right: 13px;
        padding: 6px 8px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-loader-content,
    .page-loader-logo,
    .loader-progress-bar {
        animation: none;
    }

    .loader-progress-bar {
        width: 100%;
    }

    .page-loader,
    .cookie-banner,
    .cookie-btn {
        transition-duration: .01ms;
    }
}

.discord-widget-section {
    padding: 140px 8%;
}

.discord-widget-card {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 45px;
    align-items: center;
    max-width: 1020px;
    margin: 60px auto 0;
    padding: 45px;
    background: rgba(13, 21, 38, .85);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 30px;
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

.discord-widget-card.dw-single {
    grid-template-columns: 1fr;
    text-align: center;
}

.dw-single .dw-info {
    margin: 0 auto;
    max-width: 540px;
}

.dw-single .dw-logo {
    margin-inline: auto;
}

.dw-single .dw-stats {
    justify-content: center;
}

.dw-info {
    min-width: 0;
}

.dw-logo {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(145deg, #5865F2, #4048B8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0 12px 32px rgba(88, 101, 242, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.dw-server-name {
    font-size: 28px;
    margin-bottom: 20px;
}

.dw-stats {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.dw-stat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
}

.dw-stat .dw-num {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.dw-stat .dw-label {
    color: #AEB9CE;
    font-size: 15px;
}

.dw-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #23A55A;
    box-shadow: 0 0 10px rgba(35, 165, 90, .8);
    animation: pulse 2s infinite;
}

.dw-people {
    font-size: 18px;
    color: #7A87FF;
}

.dw-text {
    color: #B9C4D8;
    line-height: 1.8;
    margin-bottom: 28px;
}

.dw-cta {
    display: inline-block;
}

.dw-frame-wrap {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.dw-frame-wrap[hidden] {
    display: none;
}

.dw-classic {
    width: 350px;
    max-width: 100%;
    background: #2F3136;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .06);
}

.dw-classic-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    background: #232428;
}

.dw-classic-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
    background: #1E1F22;
}

.dw-classic-name {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dw-classic-online {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #23A55A;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.dw-classic-join {
    display: block;
    margin: 12px;
    padding: 9px 12px;
    background: #5865F2;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s ease;
}

.dw-classic-join:hover {
    background: #4752C4;
}

.dw-classic-members {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    max-height: 248px;
    overflow: hidden;
}

.dw-classic-members[hidden] {
    display: none;
}

.dw-classic-members li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
}

.dw-m-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
    background: #1E1F22;
}

.dw-m-name {
    flex: 1;
    min-width: 0;
    color: #B5BAC1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dw-m-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #23A55A;
    box-shadow: 0 0 8px rgba(35, 165, 90, .7);
    flex-shrink: 0;
}

.dw-m-dot.offline {
    background: #80848E;
    box-shadow: none;
}

.dw-nav-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #23A55A;
    color: #04150B;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 0 2px var(--site-background, #050A12), 0 2px 8px rgba(35, 165, 90, .5);
    pointer-events: none;
}

.dw-nav-badge[hidden] {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .dw-dot {
        animation: none;
    }
}

.plan-card.is-free {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 30px;
    text-align: left;
    padding: 30px 38px;
    border: 1px dashed rgba(78, 203, 130, .5);
    background: linear-gradient(120deg, rgba(16, 23, 38, .95), rgba(11, 32, 25, .95));
}

.plan-card.is-free:hover {
    border-color: rgba(90, 220, 150, .9);
    box-shadow: 0 22px 55px rgba(35, 165, 90, .22);
}

.plan-card.is-free h3 {
    font-size: 24px;
}

.plan-card.is-free .plan-price {
    margin: 0;
    font-size: 34px;
    color: #2bd07f;
}

.plan-card.is-free ul {
    flex: 1 1 340px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 24px;
    margin: 0;
}

.plan-card.is-free li {
    margin: 0;
    font-size: 15px;
}

.plan-card.is-free .order-btn {
    flex: 0 0 auto;
}

.free-badge {
    border-color: rgba(120, 230, 170, .55);
    background: linear-gradient(135deg, #1d9b57, #27c66f);
    box-shadow: 0 7px 18px rgba(35, 165, 90, .32), inset 0 1px 0 rgba(255, 255, 255, .38);
}

.order-btn.free-btn {
    background-image: linear-gradient(120deg, #2bd07f 0%, #1aa35a 55%, #0d5c33 100%);
    background-size: 180% 180%;
    background-position: 0% 50%;
    border-color: rgba(120, 230, 170, .55);
    box-shadow:
        0 12px 30px -12px rgba(35, 165, 90, .68),
        0 3px 12px -4px rgba(18, 122, 68, .5),
        inset 0 1px 0 rgba(255, 255, 255, .28);
}

.order-btn.free-btn:hover {
    background-position: 100% 50%;
    border-color: rgba(170, 245, 205, .75);
    box-shadow:
        0 22px 44px -14px rgba(35, 165, 90, .88),
        0 8px 20px -8px rgba(13, 92, 51, .6),
        inset 0 1px 0 rgba(255, 255, 255, .35);
}

.order-btn.free-btn:active {
    box-shadow: 0 8px 20px -10px rgba(35, 165, 90, .7), inset 0 2px 6px rgba(4, 16, 10, .25);
}

@media (max-width: 640px) {
    .plan-card.is-free {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 16px;
    }
    .plan-card.is-free ul {
        justify-content: center;
    }
    .plan-card.is-free .order-btn {
        width: 100%;
    }
}
