/* ABOUT US PAGE CSS */



/* =========================
GLOBAL
========================= */

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

body{
font-family:Arial, sans-serif;
background:#f5f7ff;
color:#111;
overflow-x:hidden;
}

/* =========================
HEADER
========================= */

.main-header{
width:100%;
background:linear-gradient(90deg,#001a66,#003cff,#6a00ff);
padding:14px 18px;
position:sticky;
top:0;
z-index:999;
box-shadow:0 4px 20px rgba(0,0,0,0.15);
}

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

.logo-area img{
height:45px;
width:auto;
}

.header-buttons{
display:flex;
gap:12px;
align-items:center;
}

.telegram-btn{
background:#0088cc;
color:#fff;
padding:10px 20px;
border-radius:30px;
text-decoration:none;
font-weight:700;
box-shadow:0 0 15px rgba(0,136,204,0.5);
}

.menu-btn{
background:#fff;
color:#111;
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:24px;
text-decoration:none;
font-weight:bold;
}

/* =========================
ABOUT HERO
========================= */

.about-hero{
width:100%;
padding:40px 20px;
background:linear-gradient(135deg,#001d8f,#4b00ff);
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
border-bottom-left-radius:40px;
border-bottom-right-radius:40px;
flex-wrap:wrap;
}

.about-hero-content{
flex:1;
min-width:280px;
}

.about-badge{
display:inline-block;
background:#0a3cff;
padding:10px 18px;
border-radius:30px;
font-weight:bold;
font-size:14px;
color:#fff;
margin-bottom:18px;
box-shadow:0 0 20px rgba(255,255,255,0.2);
}

.about-hero h1{
font-size:58px;
font-weight:900;
color:#fff;
margin-bottom:18px;
line-height:1.1;
}

.about-hero h1 span{
color:#1ec9ff;
}

.about-hero p{
font-size:18px;
line-height:1.7;
color:#f1f1f1;
margin-bottom:25px;
max-width:700px;
}

.hero-mini-boxes{
display:flex;
flex-wrap:wrap;
gap:15px;
}

.mini-box{
background:rgba(255,255,255,0.12);
padding:12px 18px;
border-radius:14px;
color:#fff;
font-weight:700;
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,0.2);
}

.hero-image-area{
flex:1;
text-align:center;
min-width:250px;
}

.hero-image-area img{
width:100%;
max-width:360px;
filter:drop-shadow(0 0 25px rgba(255,255,255,0.4));
}

/* =========================
ABOUT CONTENT
========================= */

.about-content-section{
width:100%;
padding:60px 20px;
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
align-items:center;
}

.about-left{
text-align:center;
}

.about-left img{
width:100%;
max-width:330px;
}

.about-right{
background:#fff;
padding:35px;
border-radius:25px;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.about-right h2{
font-size:42px;
margin-bottom:20px;
color:#002d8f;
}

.about-right p{
font-size:17px;
line-height:1.8;
color:#444;
margin-bottom:18px;
}

.about-features{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:25px;
}

.feature-item{
background:#f2f6ff;
padding:12px 18px;
border-radius:12px;
font-weight:700;
color:#002d8f;
}

/* =========================
WHY SECTION
========================= */

.why-section{
padding:60px 20px;
text-align:center;
}

.why-section h2{
font-size:42px;
margin-bottom:40px;
color:#111;
}

.why-section h2 span{
color:#0047ff;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.why-card{
background:#fff;
padding:35px 25px;
border-radius:25px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.why-card:hover{
transform:translateY(-8px);
}

.why-icon{
font-size:45px;
margin-bottom:18px;
}

.why-card h3{
font-size:24px;
margin-bottom:14px;
}

.why-card p{
font-size:16px;
line-height:1.7;
color:#555;
}

/* =========================
STATS
========================= */

.stats-section{
margin:40px 20px;
padding:30px;
background:linear-gradient(90deg,#001a88,#004cff);
border-radius:25px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
color:#fff;
}

.stat-box h2{
font-size:42px;
margin-bottom:8px;
}

.stat-box p{
font-size:17px;
}

/* =========================
MISSION
========================= */

.mission-section{
padding:60px 20px;
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
align-items:center;
}

.mission-left{
background:#fff;
padding:40px;
border-radius:25px;
box-shadow:0 8px 30px rgba(0,0,0,0.08);
}

.mission-left h2{
font-size:42px;
color:#002d8f;
margin-bottom:20px;
}

.mission-left p{
font-size:17px;
line-height:1.8;
margin-bottom:25px;
color:#444;
}

.mission-tags{
display:flex;
flex-wrap:wrap;
gap:12px;
}

.mission-tags span{
background:#eef3ff;
padding:12px 18px;
border-radius:30px;
font-weight:700;
color:#003cff;
}

.mission-right{
text-align:center;
}

.mission-right img{
max-width:320px;
width:100%;
}

/* =========================
TELEGRAM CTA
========================= */

.telegram-cta{
margin:50px 20px;
padding:35px;
background:linear-gradient(90deg,#0011aa,#005eff);
border-radius:30px;
display:grid;
grid-template-columns:120px 1fr 220px;
gap:20px;
align-items:center;
color:#fff;
}

.telegram-left img{
width:90px;
}

.telegram-middle h2{
font-size:34px;
margin-bottom:10px;
}

.telegram-middle p{
font-size:17px;
line-height:1.7;
}

.telegram-right{
text-align:center;
}

.telegram-right a{
display:inline-block;
background:#fff;
color:#003cff;
padding:16px 35px;
border-radius:40px;
font-weight:800;
text-decoration:none;
font-size:18px;
box-shadow:0 0 25px rgba(255,255,255,0.3);
}

/* =========================
FOOTER
========================= */

.footer-section{
background:#00135f;
padding:35px 20px;
text-align:center;
color:#fff;
margin-top:60px;
}

.footer-links{
margin-bottom:18px;
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.footer-links a{
color:#fff;
text-decoration:none;
font-weight:600;
}

.footer-links a:hover{
color:#1ec9ff;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:992px){

.about-hero{
flex-direction:column;
text-align:center;
}

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

.mission-section{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.stats-section{
grid-template-columns:repeat(2,1fr);
}

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

}

@media(max-width:600px){

.about-hero{
padding:30px 15px;
}

.about-hero h1{
font-size:42px;
}

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

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

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

.about-right{
padding:25px;
}

.about-right h2{
font-size:32px;
}

.why-section h2{
font-size:32px;
}

.mission-left h2{
font-size:32px;
}

.telegram-middle h2{
font-size:28px;
}

.telegram-right a{
width:100%;
}

.logo-area img{
height:38px;
}

.telegram-btn{
padding:9px 15px;
font-size:14px;
}

}

