
/*
Theme Name: Korea90 Advanced
Version: 3.0
Author: OpenAI
Description: قالب وردبريس احترافي لدعم التطبيقات وملفات APK.
*/

body{
margin:0;
font-family:Tahoma,sans-serif;
background:#050505;
color:#fff;
direction:rtl;
}

.container{
width:min(1200px,92%);
margin:auto;
}

a{text-decoration:none}

header{
background:#0b0b0b;
padding:18px 0;
position:sticky;
top:0;
z-index:999;
border-bottom:1px solid rgba(255,255,255,.08);
}

.header-flex{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:28px;
font-weight:bold;
color:#00ff88;
}

.menu a{
margin:0 10px;
color:#fff;
}

.hero{
padding:100px 0;
text-align:center;
}

.hero img{
width:140px;
height:140px;
border-radius:30px;
margin-bottom:25px;
object-fit:cover;
}

.hero h1{
font-size:58px;
margin-bottom:20px;
}

.hero p{
max-width:800px;
margin:auto;
line-height:2;
opacity:.85;
font-size:20px;
}

.btn{
display:inline-block;
padding:16px 34px;
background:#00ff88;
color:#000;
border-radius:14px;
font-weight:bold;
margin:10px;
}

.section{
padding:80px 0;
}

.title{
font-size:42px;
text-align:center;
margin-bottom:50px;
}

.card{
background:#111;
padding:35px;
border-radius:24px;
border:1px solid rgba(255,255,255,.08);
line-height:2;
}

.gallery{
display:flex;
gap:20px;
overflow:auto;
padding-bottom:10px;
}

.gallery img{
width:260px;
border-radius:20px;
}

footer{
padding:40px 0;
text-align:center;
border-top:1px solid rgba(255,255,255,.08);
opacity:.7;
}

@media(max-width:768px){
.hero h1{
font-size:38px;
}

.hero p{
font-size:16px;
}

.menu{
display:none;
}
}
