.guide-page{
padding:140px 40px 120px;
background:#050814;
min-height:100vh;
}


.guide-container{
max-width:1000px;
margin:auto;
}


.guide-cover{
height:420px;
overflow:hidden;
border-radius:35px;
border:1px solid rgba(255,255,255,.15);
box-shadow:
0 30px 70px rgba(0,0,0,.5);
}


.guide-cover img{
width:100%;
height:100%;
object-fit:cover;
}



.guide-header{
text-align:center;
padding:50px 20px;
}


.guide-brand{
font-family:"Orbitron",sans-serif;
font-weight:900;
color:#64dcff;
font-size:14px;
letter-spacing:2px;
}


.guide-header h1{
font-family:"Orbitron",sans-serif;
font-size:65px;
font-weight:1000;
margin:20px 0;
background:linear-gradient(
90deg,
#fff,
#64dcff,
#9b7bff
);
-webkit-background-clip:text;
color:transparent;
}



.guide-header p{
color:#bcc7e5;
font-size:18px;
line-height:1.7;
}



.guide-meta{
margin-top:30px;
display:flex;
justify-content:center;
gap:20px;
color:#8793b5;
font-size:14px;
}



.guide-content{
display:flex;
flex-direction:column;
gap:25px;
}



.guide-embed{
display:flex;
overflow:hidden;
border-radius:22px;
background:
linear-gradient(
145deg,
rgba(255,255,255,.12),
rgba(255,255,255,.04)
);
border:1px solid rgba(255,255,255,.15);
box-shadow:
0 20px 50px rgba(0,0,0,.4);
}



.embed-color{
width:6px;
}



.embed-body{
padding:30px;
}



.embed-body h2{
font-family:"Orbitron",sans-serif;
color:white;
font-size:25px;
margin-bottom:15px;
}



.embed-body p{
color:#c3cee8;
line-height:1.8;
}



.guide-title{
font-family:"Orbitron",sans-serif;
font-size:32px;
color:white;
margin-top:30px;
}



.guide-text{
font-size:17px;
line-height:1.8;
color:#bcc7e5;
}



.guide-image{
width:100%;
border-radius:25px;
border:1px solid rgba(255,255,255,.15);
}



.guide-separator{
height:1px;
background:
linear-gradient(
90deg,
transparent,
#64dcff,
transparent
);
margin:20px 0;
}



@media(max-width:700px){

.guide-page{
padding:110px 20px 80px;
}


.guide-cover{
height:230px;
}


.guide-header h1{
font-size:38px;
}


.guide-meta{
flex-direction:column;
}

}