:root{
--bg:#060b11;
--card:#101720;
--card2:#13202d;
--text:#eef4fc;
--muted:#97a9be;
--line:#1b2b3b;
--accent:#49d9ff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:system-ui,sans-serif;
background:var(--bg);
color:var(--text);
line-height:1.5;
overflow-x:hidden;
}

.header,
main,
footer{
position:relative;
z-index:2;
}

img{
display:block;
max-width:100%;
}

a{
text-decoration:none;
color:inherit;
}

.wrap{
width:min(1180px,92%);
margin:auto;
}

.narrow{
max-width:760px;
}

.hero{
position:relative;
min-height:100vh;
display:flex;
align-items:center;
overflow:hidden;
padding:10rem 0 7rem;
}

.hero-video{
position:absolute;
inset:0;
overflow:hidden;
z-index:0;
background:#000;
}

.hero-video iframe{
position:absolute;
top:50%;
left:50%;
width:177.77777778vh;
height:56.25vw;
min-width:100%;
min-height:100%;
transform:translate(-50%,-50%);
border:0;
pointer-events:none;
opacity:.55;
filter:brightness(1);
}

.hero-overlay{
position:absolute;
inset:0;
background:
linear-gradient(
to bottom,
rgba(6,11,17,.45),
rgba(6,11,17,.78)
);
z-index:1;
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
text-align:center;
}

.header{
position:sticky;
top:0;
z-index:9999;
background:#060b11d8;
backdrop-filter:blur(6px);
border-bottom:1px solid var(--line);
overflow:visible;
}

.header-light{
position:absolute;
top:0;
left:-30%;
width:30%;
height:100%;
background:linear-gradient(90deg,transparent,#49d9ff22,transparent);
animation:light 8s linear infinite;
}

@keyframes light{
0%{transform:translateX(0)}
100%{transform:translateX(500%)}
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
min-height:70px;
}

.logo{
font-weight:800;
letter-spacing:.08em;
}

.menu{
display:flex;
gap:1rem;
}

.menu a{
padding:.7rem .9rem;
border-radius:.8rem;
}

.menu a:hover{
background:#15202c;
}

.menu-btn{
display:none;
background:none;
border:0;
color:#fff;
font-size:1.5rem;
cursor:pointer;
}

.hero{
padding:10rem 0 7rem;
}

.hero-content{
max-width:900px;
text-align:center;
}

.badge{
display:inline-block;
padding:.45rem .85rem;
border-radius:999px;
background:#101720;
border:1px solid var(--line);
margin-bottom:1rem;
font-size:.82rem;
}

.hero h1{
font-size:clamp(2.7rem,6vw,5rem);
line-height:1.03;
margin-bottom:1rem;
}

.hero p{
max-width:760px;
margin:auto;
color:var(--muted);
}

.hero-actions{
display:flex;
justify-content:center;
gap:1rem;
margin-top:2rem;
flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
padding:1rem 1.3rem;
border-radius:1rem;
font-weight:600;
}

.btn-primary{
background:var(--accent);
color:#001018;
}

.btn-secondary{
background:#111821;
border:1px solid var(--line);
}

.section{
padding:5rem 0;
}

.alt{
background:#0c141c;
}

.section-head{
margin-bottom:2rem;
}

.section-head p{
margin-top:.5rem;
color:var(--muted);
}

.event-banner{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:2rem;
background:linear-gradient(135deg,#101822,#182637);
border:1px solid var(--line);
border-radius:1.5rem;
overflow:hidden;
}

.event-content{
padding:3rem;
display:flex;
flex-direction:column;
justify-content:center;
}

.event-badge{
display:inline-block;
padding:.45rem .85rem;
background:#49d9ff22;
border-radius:999px;
width:max-content;
margin-bottom:1rem;
font-size:.82rem;
}

.event-content h2{
font-size:clamp(2rem,5vw,4rem);
line-height:1.05;
margin-bottom:1rem;
}

.event-content p{
color:var(--muted);
max-width:600px;
}

.countdown-title{
margin-top:2rem;
margin-bottom:1rem;
font-weight:700;
}

.countdown{
display:flex;
gap:1rem;
flex-wrap:wrap;
}

.time-box{
min-width:100px;
padding:1rem;
border-radius:1rem;
background:#0e151d;
border:1px solid var(--line);
text-align:center;
}

.time-box strong{
display:block;
font-size:2rem;
margin-bottom:.2rem;
}

.time-box span{
color:var(--muted);
font-size:.84rem;
}

.event-image img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.grid,
.feature-grid,
.staff-grid,
.gallery-grid,
.stats-grid{
display:grid;
gap:1rem;
}

.grid{
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}

.feature-grid{
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.feature-card,
.card,
.staff-card,
.stat-card{
background:var(--card);
border:1px solid var(--line);
border-radius:1rem;
}

.feature-card{
padding:2rem;
}

.card{
overflow:hidden;
cursor:pointer;
}

.video-thumb{
position:relative;
}

.video-thumb img{
aspect-ratio:16/9;
object-fit:cover;
}

.play{
position:absolute;
left:1rem;
bottom:1rem;
width:54px;
height:54px;
display:grid;
place-items:center;
border-radius:50%;
background:#000b;
}

.card-body{
padding:1rem;
}

.date{
margin:.6rem 0;
font-size:.84rem;
color:var(--muted);
}

.staff-grid{
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

.staff-card{
padding:1rem;
text-align:center;
}

.staff-card img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
object-position:center;
border-radius:1rem;
margin-bottom:1rem;
}

.staff-card span{
display:block;
margin-top:.3rem;
color:var(--muted);
}

.gallery-grid{
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.gallery-grid img{
aspect-ratio:16/10;
object-fit:cover;
border-radius:1rem;
border:1px solid var(--line);
}

.stats-grid{
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}

.stat-card{
padding:2rem 1rem;
text-align:center;
}

.stat-card strong{
display:block;
font-size:2rem;
margin-bottom:.5rem;
}

.stat-card span{
color:var(--muted);
}

.socials{
display:flex;
gap:1rem;
flex-wrap:wrap;
}

.socials a{
padding:1rem 1.2rem;
background:#101720;
border:1px solid var(--line);
border-radius:1rem;
}

.footer{
padding:4rem 0;
border-top:1px solid var(--line);
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:2rem;
}

.footer a,
.footer p{
display:block;
margin-top:.5rem;
color:var(--muted);
}

.loading{
padding:2rem;
text-align:center;
border:1px dashed var(--line);
border-radius:1rem;
color:var(--muted);
}

.modal{
position:fixed;
inset:0;
display:none;
align-items:center;
justify-content:center;
background:#000c;
backdrop-filter:blur(6px);
z-index:100;
padding:1rem;
}

.modal.active{
display:flex;
}

.modal-content{
width:min(1000px,100%);
position:relative;
}

.close-modal{
position:absolute;
right:0;
top:-3rem;
width:44px;
height:44px;
border:0;
border-radius:50%;
background:#101720;
color:#fff;
cursor:pointer;
}

.modal-video{
position:relative;
padding-top:56.25%;
overflow:hidden;
border-radius:1rem;
border:1px solid var(--line);
}

.modal-video iframe{
position:absolute;
inset:0;
width:100%;
height:100%;
border:0;
}

@media(max-width:860px){

.event-banner{
grid-template-columns:1fr;
}

}

@media(max-width:760px){

.menu-btn{
display:block;
}

.menu{
position:absolute;
top:70px;
left:0;
right:0;
display:none;
flex-direction:column;
padding:1rem;
background:#060b11f2;
backdrop-filter:blur(12px);
border-bottom:1px solid var(--line);
z-index:99999;
}

.menu.active{
display:flex;
}

.hero{
padding:8rem 0 5rem;
}

.hero-actions{
flex-direction:column;
}

.btn-primary,
.btn-secondary{
width:100%;
}

.close-modal{
top:-2.8rem;
}

}


@keyframes menuFade{

from{
opacity:0;
transform:translateY(-8px);
}

to{
opacity:1;
transform:translateY(0);
}

}







.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:1.5rem;
align-items:stretch;
}

.pricing-card{
position:relative;
background:linear-gradient(180deg,#101720,#131f2b);
border:1px solid var(--line);
border-radius:1.5rem;
padding:2rem;
display:flex;
flex-direction:column;
transition:.25s ease;
overflow:hidden;
}

.pricing-card:hover{
transform:translateY(-6px);
border-color:#49d9ff55;
box-shadow:0 20px 40px #00000040;
}

.pricing-card.featured{
border-color:#49d9ff66;
transform:scale(1.03);
box-shadow:0 0 40px #49d9ff18;
}

.pricing-card.pro{
background:
linear-gradient(
180deg,
#122130,
#0d1722
);
border-color:#49d9ff88;
}

.pricing-top{
margin-bottom:2rem;
}

.pricing-badge{
display:inline-block;
padding:.45rem .85rem;
border-radius:999px;
background:#1a2531;
border:1px solid var(--line);
font-size:.78rem;
margin-bottom:1rem;
}

.glow{
background:#49d9ff22;
border-color:#49d9ff55;
color:#8eeeff;
}

.pro-badge{
background:#49d9ff;
color:#001018;
font-weight:700;
}

.pricing-card h3{
font-size:1.8rem;
margin-bottom:1rem;
}

.price{
display:flex;
align-items:flex-end;
gap:.4rem;
}

.price strong{
font-size:3rem;
line-height:1;
}

.price span{
color:var(--muted);
margin-bottom:.35rem;
}

.pricing-features{
list-style:none;
display:flex;
flex-direction:column;
gap:1rem;
margin-bottom:2rem;
color:var(--muted);
}

.pricing-features li{
padding-bottom:1rem;
border-bottom:1px solid #1c2b3a;
}

.pricing-btn{
margin-top:auto;
text-align:center;
display:block;
}