
/*
Theme Name: GRSB Full Premium
Author: OpenAI
Version: 2.0
*/

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

body{
font-family:Arial,sans-serif;
background:#07142f;
overflow-x:hidden;
}

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
padding:20px 6%;
background:#031028;
display:flex;
justify-content:space-between;
align-items:center;
z-index:999;
}

.logo{
font-size:48px;
font-weight:900;
color:#ffbf00;
}

.menu{
display:flex;
gap:30px;
}

.menu a{
color:white;
text-decoration:none;
font-weight:bold;
font-size:15px;
}

.menu a:hover{
color:#ffbf00;
}

.btn-nav{
background:#ffbf00;
padding:15px 28px;
border-radius:12px;
color:black;
text-decoration:none;
font-weight:bold;
}

.hero{
min-height:100vh;
padding:180px 6% 100px;
background:
linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
url('https://images.unsplash.com/photo-1511379938547-c1f69419868d?q=80&w=1600');
background-size:cover;
background-position:center;
display:flex;
justify-content:space-between;
align-items:center;
gap:50px;
flex-wrap:wrap;
}

.left{
flex:1;
min-width:320px;
}

.left h1{
font-size:95px;
line-height:0.95;
color:#ffbf00;
font-weight:900;
text-transform:uppercase;
}

.left h2{
font-size:70px;
line-height:1;
color:white;
font-weight:900;
text-transform:uppercase;
margin-bottom:20px;
}

.box{
background:#ffbf00;
display:inline-block;
padding:18px 25px;
margin-top:20px;
margin-bottom:30px;
transform:rotate(-2deg);
}

.box h3{
font-size:38px;
color:black;
font-weight:900;
}

.info{
color:white;
font-size:20px;
line-height:1.8;
margin-bottom:30px;
}

.btns{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.btn-yellow{
background:#ffbf00;
padding:18px 35px;
border-radius:12px;
text-decoration:none;
color:black;
font-weight:800;
}

.btn-outline{
border:2px solid white;
padding:18px 35px;
border-radius:12px;
text-decoration:none;
color:white;
font-weight:800;
}

.right{
width:420px;
background:#061d52;
border:3px solid #ffbf00;
border-radius:20px;
padding:40px;
color:white;
}

.feature{
margin-bottom:35px;
}

.feature h3{
font-size:28px;
margin-bottom:10px;
color:#ffbf00;
}

.feature p{
font-size:18px;
line-height:1.7;
}

.program{
background:white;
padding:100px 6%;
text-align:center;
}

.program h2{
font-size:55px;
color:#081b46;
margin-bottom:20px;
font-weight:900;
}

.program h2 span{
color:#ffbf00;
}

.sub{
background:#0b1f52;
display:inline-block;
padding:14px 30px;
border-radius:10px;
color:white;
font-weight:bold;
margin-bottom:60px;
}

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

.item{
text-align:center;
}

.circle{
width:130px;
height:130px;
background:#ffbf00;
border-radius:50%;
margin:auto;
margin-bottom:20px;
display:flex;
justify-content:center;
align-items:center;
font-size:55px;
}

.item h3{
font-size:26px;
color:#081b46;
font-weight:900;
}

.studio{
background:#06163b;
padding:100px 6%;
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
flex-wrap:wrap;
}

.studio img{
width:100%;
max-width:600px;
border-radius:20px;
}

.content{
flex:1;
color:white;
}

.content h2{
font-size:58px;
font-weight:900;
margin-bottom:30px;
}

.content h2 span{
color:#ffbf00;
}

.content p{
font-size:21px;
line-height:2;
}

.stats{
background:white;
padding:80px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
text-align:center;
}

.stat h2{
font-size:65px;
color:#06163b;
}

.stat p{
font-size:24px;
font-weight:800;
}

.cta{
background:#04102b;
padding:50px 6%;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:20px;
}

.cta h2{
font-size:45px;
color:#ffbf00;
}

.cta p{
font-size:22px;
color:white;
}

.footer{
background:#020915;
padding:80px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
color:white;
}

.footer h3{
color:#ffbf00;
margin-bottom:20px;
}

.footer p{
line-height:1.9;
}

.copy{
background:black;
color:white;
text-align:center;
padding:20px;
}

@media(max-width:900px){

.left h1{
font-size:60px;
}

.left h2{
font-size:45px;
}

.content h2{
font-size:40px;
}

.program h2{
font-size:40px;
}

.menu{
display:none;
}

}
