*{
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 12% 18%,rgba(0,255,200,.13),transparent 32%),
radial-gradient(circle at 88% 20%,rgba(255,42,42,.15),transparent 35%),
radial-gradient(circle at 50% 100%,rgba(0,120,255,.10),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,.8),transparent);
z-index:-2;
}

.royal-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:rgba(1,5,10,.82);
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{
min-height:96vh;
position:relative;
display:flex;
align-items:center;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(90deg,rgba(0,0,0,.98),rgba(0,0,0,.58),rgba(0,0,0,.92)),
url("https://images.unsplash.com/photo-1511512578047-dfb367046420?q=80&w=2071&auto=format&fit=crop");
background-size:cover;
background-position:center;
z-index:-3;
}

.hero::after{
content:"";
position:absolute;
inset:0;
background:
radial-gradient(circle at 72% 35%,rgba(255,42,42,.18),transparent 34%),
radial-gradient(circle at 55% 55%,rgba(0,255,200,.16),transparent 35%);
z-index:-2;
}

.hero-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:80px;
align-items:center;
padding:100px 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:78px;
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-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:42px;
}

.btn-main,
.btn-outline{
padding:18px 38px;
border-radius:16px;
font-weight:900;
font-size:15px;
}

.btn-main{
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:#000;
box-shadow:0 0 35px rgba(0,255,200,.3);
}

.btn-outline{
border:1px solid rgba(255,255,255,.14);
color:#fff;
}

.hero-metrics{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.metric{
padding:22px;
border-radius:20px;
background:rgba(8,14,24,.84);
border:1px solid rgba(255,255,255,.07);
backdrop-filter:blur(14px);
}

.metric h3{
color:#00ffd0;
font-family:"Orbitron",sans-serif;
font-size:23px;
margin-bottom:8px;
}

.metric p{
margin:0;
color:#aaa;
font-size:12px;
line-height:1.5;
}

.game-showcase{
position:relative;
height:640px;
}

.character-card{
position:absolute;
border-radius:34px;
overflow:hidden;
background:#071019;
border:1px solid rgba(0,255,200,.18);
box-shadow:0 35px 90px rgba(0,0,0,.45),0 0 60px rgba(0,255,200,.12);
}

.character-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
filter:saturate(1.15) contrast(1.05);
}

.character-card::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.9),transparent 55%);
}

.character-card strong{
position:absolute;
left:24px;
bottom:48px;
z-index:3;
font-family:"Orbitron",sans-serif;
font-size:19px;
color:#fff;
}

.character-card span{
position:absolute;
left:24px;
bottom:24px;
z-index:3;
font-size:12px;
color:#00ffd0;
font-weight:800;
}

.card-main{
right:0;
top:0;
width:420px;
height:520px;
}

.card-secondary{
left:0;
bottom:0;
width:300px;
height:360px;
}

.card-float{
right:70px;
bottom:0;
width:230px;
height:230px;
border-radius:30px;
}

.game-panel{
position:absolute;
left:70px;
top:45px;
z-index:5;
width:270px;
padding:24px;
border-radius:28px;
background:rgba(5,11,18,.88);
border:1px solid rgba(0,255,200,.16);
backdrop-filter:blur(18px);
box-shadow:0 0 45px rgba(0,255,200,.12);
}

.game-panel small{
color:#00ffd0;
font-size:11px;
font-weight:900;
letter-spacing:1px;
}

.game-panel h3{
font-family:"Orbitron",sans-serif;
font-size:24px;
margin:10px 0 16px;
}

.game-panel div{
display:flex;
justify-content:space-between;
padding:11px 0;
border-bottom:1px solid rgba(255,255,255,.06);
font-size:13px;
color:#aeb6bf;
}

.game-panel div strong{
color:#00ffd0;
}

.section{
padding:120px 0;
}

.section-header{
text-align:center;
margin-bottom:70px;
}

.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;
}

.game-gallery{
display:grid;
grid-template-columns:1.2fr .8fr .8fr;
gap:26px;
margin-bottom:80px;
}

.gallery-card{
position:relative;
min-height:360px;
overflow:hidden;
border-radius:34px;
border:1px solid rgba(255,255,255,.08);
background:#071019;
box-shadow:0 20px 65px rgba(0,0,0,.28);
}

.gallery-card.large{
grid-row:span 2;
min-height:746px;
}

.gallery-card img{
width:100%;
height:100%;
object-fit:cover;
position:absolute;
inset:0;
filter:saturate(1.2) contrast(1.08);
transition:.5s;
}

.gallery-card:hover img{
transform:scale(1.08);
}

.gallery-card::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.92),transparent 58%);
}

.gallery-info{
position:absolute;
left:28px;
right:28px;
bottom:28px;
z-index:3;
}

.gallery-info small{
color:#00ffd0;
font-size:12px;
font-weight:900;
letter-spacing:1px;
}

.gallery-info h3{
font-family:"Orbitron",sans-serif;
font-size:26px;
margin-top:10px;
}

.plans-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.plan-card{
position:relative;
overflow:hidden;
padding:36px;
border-radius:32px;
background:
linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)),
#071019;
border:1px solid rgba(255,255,255,.07);
transition:.4s;
}

.plan-card::before{
content:"";
position:absolute;
width:270px;
height:270px;
right:-120px;
top:-120px;
background:radial-gradient(circle,rgba(0,255,200,.13),transparent 65%);
}

.plan-card:hover{
transform:translateY(-12px);
border-color:rgba(0,255,200,.55);
box-shadow:0 0 55px rgba(0,255,200,.16);
}

.plan-card.featured{
border-color:rgba(0,255,200,.35);
box-shadow:0 0 45px rgba(0,255,200,.10);
}

.featured-label{
position:absolute;
top:22px;
right:22px;
padding:9px 16px;
border-radius:999px;
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:#00110e;
font-size:12px;
font-weight:900;
}

.plan-card h3{
position:relative;
z-index:2;
font-family:"Orbitron",sans-serif;
font-size:28px;
margin-bottom:16px;
}

.plan-desc{
position:relative;
z-index:2;
color:#aeb5bd;
font-size:13px;
line-height:1.8;
min-height:78px;
margin-bottom:28px;
}

.plan-price{
position:relative;
z-index:2;
font-family:"Orbitron",sans-serif;
font-size:46px;
color:#00ffd0;
margin-bottom:28px;
}

.plan-price small{
font-family:"Inter",sans-serif;
color:#8f98a3;
font-size:13px;
}

.plan-specs{
position:relative;
z-index:2;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin-bottom:28px;
}

.plan-specs div{
background:#0a131d;
border:1px solid rgba(255,255,255,.055);
border-radius:16px;
padding:16px;
}

.plan-specs strong{
display:block;
color:white;
font-size:13px;
margin-bottom:5px;
}

.plan-specs span{
color:#8f98a3;
font-size:11px;
}

.plan-card ul{
position:relative;
z-index:2;
list-style:none;
margin-bottom:30px;
}

.plan-card li{
color:#c8cdd2;
font-size:13px;
margin-bottom:14px;
}

.plan-card li::before{
content:"✓";
color:#00ffd0;
font-weight:900;
margin-right:10px;
}

.plan-btn{
position:relative;
z-index:2;
display:block;
width:100%;
padding:18px;
border-radius:18px;
background:linear-gradient(90deg,#00ffd0,#00a8ff);
color:black;
text-align:center;
font-weight:900;
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.feature-card{
padding:34px;
border-radius:28px;
background:#091018;
border:1px solid rgba(255,255,255,.06);
transition:.35s;
}

.feature-card:hover{
transform:translateY(-8px);
border-color:#00ffd0;
box-shadow:0 0 35px rgba(0,255,200,.08);
}

.feature-card span{
display:flex;
width:60px;
height:60px;
border-radius:18px;
background:rgba(0,255,200,.08);
border:1px solid rgba(0,255,200,.18);
align-items:center;
justify-content:center;
font-size:28px;
margin-bottom:22px;
}

.feature-card h3{
font-family:"Orbitron",sans-serif;
font-size:20px;
margin-bottom:14px;
}

.feature-card p{
color:#b8b8b8;
font-size:13px;
line-height:1.8;
}

.enterprise-box{
position:relative;
overflow:hidden;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
padding:90px;
border-radius:42px;
background:
radial-gradient(circle at 20% 20%,rgba(0,255,200,.12),transparent 35%),
radial-gradient(circle at 80% 30%,rgba(255,42,42,.10),transparent 35%),
#050b13;
border:1px solid rgba(0,255,200,.10);
}

.enterprise-box h2{
font-family:"Orbitron",sans-serif;
font-size:60px;
line-height:1.08;
margin-bottom:28px;
}

.enterprise-box h2 span{
color:#00ffd0;
}

.enterprise-box p{
color:#bfc6cf;
font-size:17px;
line-height:1.95;
}

.enterprise-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.enterprise-card{
padding:24px;
border-radius:24px;
background:rgba(255,255,255,.035);
border:1px solid rgba(255,255,255,.06);
}

.enterprise-card h3{
color:#00ffd0;
font-family:"Orbitron",sans-serif;
font-size:20px;
margin-bottom:12px;
}

.enterprise-card p{
font-size:13px;
color:#aeb6bf;
line-height:1.7;
}

.cta{
padding:75px;
border-radius:36px;
background:
radial-gradient(circle at 80% 50%,rgba(0,255,200,.10),transparent 40%),
radial-gradient(circle at 20% 50%,rgba(255,42,42,.08),transparent 40%),
#091018;
border:1px solid rgba(0,255,200,.14);
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
}

.cta h2{
font-family:"Orbitron",sans-serif;
font-size:50px;
line-height:1.1;
margin-bottom:18px;
}

.cta h2 span{
color:#00ffd0;
}

.cta p{
color:#b9b9b9;
line-height:1.8;
max-width:760px;
}

.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 spin{
from{
transform:rotate(0);
}

to{
transform:rotate(360deg);
}
}

@media(max-width:1400px){
.hero-grid,
.plans-grid,
.features-grid,
.enterprise-box,
.game-gallery{
grid-template-columns:1fr;
}

.gallery-card.large{
min-height:420px;
}

.hero h1{
font-size:56px;
}

.hero-metrics,
.enterprise-grid{
grid-template-columns:repeat(2,1fr);
}

.game-showcase{
height:520px;
}

.card-main{
width:360px;
height:450px;
}

.card-secondary{
width:250px;
height:320px;
}
}

@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: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,
.enterprise-box h2,
.cta h2{
font-size:38px;
}

.hero-metrics,
.enterprise-grid,
.plan-specs,
.footer-top,
.footer-links-grid{
grid-template-columns:1fr;
}

.game-showcase{
height:auto;
display:grid;
gap:20px;
}

.character-card,
.card-main,
.card-secondary,
.card-float,
.game-panel{
position:relative;
width:100%;
height:300px;
top:auto;
left:auto;
right:auto;
bottom:auto;
}

.game-panel{
height:auto;
}

.enterprise-box,
.cta{
padding:35px;
flex-direction:column;
align-items:flex-start;
}

.cta{
display:block;
}

.footer-bottom{
flex-direction:column;
align-items:flex-start;
}
}