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

body{
font-family:'Inter',sans-serif;
background:#040816;
color:white;
overflow-x:hidden;
transition:.4s;
}

body.light{
background:#f5f7fb;
color:#111;
}

body.ar{
font-family:'Cairo',sans-serif;
}

.bg{
position:fixed;
inset:0;
background:
radial-gradient(circle at top left,#00d0ff22,transparent 25%),
radial-gradient(circle at bottom right,#0044ff22,transparent 25%);
z-index:-1;
}

header{
position:sticky;
top:0;
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 7%;
backdrop-filter:blur(15px);
background:#04081688;
z-index:1000;
border-bottom:1px solid #ffffff10;
}

.logo{
font-size:28px;
font-weight:900;
letter-spacing:2px;
}

nav{
display:flex;
gap:28px;
}

nav a{
text-decoration:none;
color:white;
opacity:.7;
transition:.3s;
}

.light nav a{
color:#111;
}

nav a:hover{
opacity:1;
}

.actions{
display:flex;
gap:12px;
}

button{
border:none;
padding:12px 18px;
border-radius:14px;
cursor:pointer;
font-weight:700;
background:#ffffff10;
color:white;
}

.light button{
color:#111;
}

.hero{
min-height:100vh;
display:grid;
grid-template-columns:1.1fr .9fr;
align-items:center;
padding:70px 7%;
gap:60px;
}

.mini{
color:#00d0ff;
text-transform:uppercase;
letter-spacing:2px;
font-weight:700;
margin-bottom:20px;
}

.hero h1{
font-size:78px;
line-height:1.05;
margin-bottom:28px;
font-weight:900;
}

.description{
font-size:20px;
line-height:1.9;
opacity:.8;
max-width:800px;
}

.hero-buttons{
display:flex;
gap:18px;
margin-top:40px;
flex-wrap:wrap;
}

.hero-buttons a{
padding:18px 32px;
border-radius:18px;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.primary{
background:#00d0ff;
color:black;
}

.secondary{
border:1px solid #ffffff20;
color:white;
}

.light .secondary{
color:#111;
}

.socials{
display:flex;
gap:14px;
flex-wrap:wrap;
margin-top:30px;
}

.socials span{
padding:12px 18px;
border-radius:14px;
background:#ffffff08;
border:1px solid #ffffff10;
}

.hero-image{
display:flex;
justify-content:center;
}

.hero-image img{
width:430px;
height:560px;
object-fit:cover;
border-radius:35px;
box-shadow:0 30px 100px #00d0ff22;
border:2px solid #ffffff10;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
padding:0 7% 100px;
}

.stat{
padding:40px;
background:#ffffff08;
border:1px solid #ffffff10;
border-radius:28px;
backdrop-filter:blur(12px);
}

.light .stat{
background:white;
}

.stat h2{
font-size:52px;
color:#00d0ff;
margin-bottom:10px;
}

section{
padding:110px 7%;
}

.section-title p{
letter-spacing:4px;
color:#00d0ff;
margin-bottom:12px;
font-weight:700;
}

.section-title h2{
font-size:54px;
margin-bottom:50px;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.about-card{
padding:40px;
border-radius:30px;
background:#ffffff08;
border:1px solid #ffffff10;
}

.light .about-card{
background:white;
}

.about-card h3{
font-size:28px;
margin-bottom:22px;
}

.about-card p,
.about-card li{
opacity:.8;
line-height:1.9;
}

.about-card ul{
padding-left:20px;
display:flex;
flex-direction:column;
gap:10px;
}

.timeline{
display:flex;
flex-direction:column;
gap:25px;
}

.timeline-item{
padding:35px;
border-radius:28px;
background:#ffffff08;
border:1px solid #ffffff10;
transition:.3s;
}

.timeline-item:hover{
transform:translateY(-6px);
}

.light .timeline-item{
background:white;
}

.year{
color:#00d0ff;
margin-bottom:12px;
font-weight:700;
}

.timeline-item h3{
font-size:28px;
margin-bottom:15px;
}

.timeline-item p{
opacity:.8;
line-height:1.8;
}

.skills-grid{
display:flex;
flex-wrap:wrap;
gap:18px;
}

.skills-grid span{
padding:18px 22px;
border-radius:18px;
background:#00d0ff10;
border:1px solid #00d0ff40;
}

.training-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.training-card{
padding:28px;
border-radius:24px;
background:#ffffff08;
border:1px solid #ffffff10;
}

.light .training-card{
background:white;
}

.quote{
text-align:center;
}

.quote h2{
font-size:58px;
line-height:1.4;
max-width:1000px;
margin:auto;
}

.contact-box{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.contact-box div{
padding:35px;
border-radius:26px;
background:#ffffff08;
border:1px solid #ffffff10;
}

.light .contact-box div{
background:white;
}

.contact-box h3{
margin-bottom:12px;
font-size:24px;
}

footer{
padding:40px;
text-align:center;
opacity:.7;
border-top:1px solid #ffffff10;
}

@media(max-width:1000px){

nav{
display:none;
}

.hero{
grid-template-columns:1fr;
text-align:center;
}

.hero h1{
font-size:52px;
}

.hero-image img{
width:100%;
max-width:360px;
height:470px;
}

.stats{
grid-template-columns:1fr 1fr;
}

.about-grid{
grid-template-columns:1fr;
}

.training-grid{
grid-template-columns:1fr;
}

.contact-box{
grid-template-columns:1fr;
}

.section-title h2{
font-size:40px;
}

.quote h2{
font-size:36px;
}
}
