/* ==========================
   HERO SECTION
========================== */

.about-hero{
position:relative;
overflow:hidden;
padding:140px 0 120px;
background:
linear-gradient(
135deg,
#0f172a 0%,
#1e1b4b 35%,
#6a28bf 100%
);
}

.hero-inner{
position:relative;
z-index:5;
text-align:center;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
backdrop-filter:blur(20px);
color:white;
font-size:14px;
font-weight:600;
margin-bottom:25px;
}

.about-hero h1{
font-size:72px;
line-height:1.08;
font-weight:800;
max-width:1000px;
margin:auto;
color:white;
letter-spacing:-2px;
}

.about-hero h1 span{
background:
linear-gradient(
90deg,
#ffffff,
#d8b4fe
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.about-hero p{
max-width:760px;
margin:30px auto;
font-size:20px;
line-height:1.9;
color:#e2e8f0;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:16px;
margin-top:35px;
flex-wrap:wrap;
}

.hero-btn{
padding:16px 32px;
border-radius:12px;
font-weight:700;
transition:.35s;
display:inline-flex;
align-items:center;
justify-content:center;
}

.primary-btn{
background:white;
color:#6a28bf;
}

.primary-btn:hover{
transform:translateY(-4px);
}

.secondary-btn{
border:1px solid rgba(255,255,255,.25);
color:white;
backdrop-filter:blur(10px);
}

.secondary-btn:hover{
background:rgba(255,255,255,.08);
}

/* ==========================
   HERO STATS
========================== */

.hero-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:70px;
}

.hero-stat{
background:rgba(255,255,255,.08);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.12);
border-radius:24px;
padding:30px;
}

.hero-stat h2{
font-size:42px;
color:white;
margin-bottom:8px;
}

.hero-stat span{
color:#cbd5e1;
font-size:15px;
}

/* ==========================
   FLOATING ORBS
========================== */

.orb{
position:absolute;
border-radius:50%;
filter:blur(80px);
opacity:.55;
animation:float 10s ease-in-out infinite;
}

.orb1{
width:350px;
height:350px;
background:#9333ea;
left:-100px;
top:50px;
}

.orb2{
width:280px;
height:280px;
background:#ec4899;
right:-50px;
top:120px;
}

.orb3{
width:250px;
height:250px;
background:#2563eb;
bottom:-50px;
left:45%;
}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-40px);
}
}

/* ==========================
   GLOBAL SECTIONS
========================== */

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:48px;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
}

/* ==========================
   STORY
========================== */

.story-section{
padding:120px 0;
}

.story-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.story-image img{
width:100%;
border-radius:24px;
box-shadow:
0 20px 60px rgba(0,0,0,.1);
}

.section-tag{
display:inline-block;
padding:8px 18px;
border-radius:50px;
background:#f3e8ff;
color:#6a28bf;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.story-content h2{
font-size:52px;
margin-bottom:25px;
}

.story-content p{
font-size:18px;
line-height:1.9;
margin-bottom:20px;
}

/* ==========================
   TIMELINE
========================== */

.timeline-section{
padding:120px 0;
background:#fafafa;
}

.timeline{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.timeline-card{
background:white;
padding:35px;
border-radius:24px;
text-align:center;
transition:.4s;
box-shadow:
0 10px 30px rgba(0,0,0,.05);
}

.timeline-card:hover{
transform:translateY(-10px);
}

.timeline-card span{
font-size:32px;
font-weight:800;
color:#6a28bf;
display:block;
margin-bottom:15px;
}

/* ==========================
   WHY CHOOSE US
========================== */

.why-section{
padding:120px 0;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.why-card{
padding:40px;
background:white;
border-radius:24px;
text-align:center;
transition:.4s;
box-shadow:
0 15px 40px rgba(0,0,0,.06);
}

.why-card:hover{
transform:translateY(-12px);
box-shadow:
0 30px 60px rgba(106,40,191,.18);
}

.why-card i{
font-size:42px;
color:#6a28bf;
margin-bottom:20px;
}

.why-card h3{
margin-bottom:15px;
}

/* ==========================
   GLASS CARDS
========================== */

.mission-vision{
padding:120px 0;
background:
linear-gradient(
135deg,
#0f172a,
#6a28bf
);
}

.mv-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.glass-card{
padding:50px;
border-radius:28px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
backdrop-filter:blur(20px);
color:white;
}

.glass-card h3{
color:white;
margin-bottom:20px;
}

.mv-icon{
font-size:40px;
margin-bottom:20px;
}

/* ==========================
   NUMBERS
========================== */

.numbers-section{
padding:120px 0;
}

.numbers-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.number-card{
padding:40px;
text-align:center;
background:white;
border-radius:24px;
box-shadow:
0 10px 30px rgba(0,0,0,.05);
}

.number-card h2{
font-size:54px;
color:#6a28bf;
}

/* ==========================
   TECH STACK
========================== */

.tech-section{
padding:120px 0;
background:#fafafa;
}

.tech-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.tech-item{
padding:25px;
background:white;
border-radius:18px;
font-weight:700;
text-align:center;
box-shadow:
0 10px 25px rgba(0,0,0,.05);
}

/* ==========================
   PROCESS
========================== */

.process-section{
padding:120px 0;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.process-card{
padding:35px;
border-radius:24px;
background:white;
text-align:center;
box-shadow:
0 10px 30px rgba(0,0,0,.05);
}

.process-number{
width:60px;
height:60px;
background:#6a28bf;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto auto 20px;
font-weight:700;
}

/* ==========================
   TESTIMONIALS
========================== */

.testimonial-section{
padding:120px 0;
background:#fafafa;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.testimonial-card{
padding:40px;
background:white;
border-radius:24px;
box-shadow:
0 10px 30px rgba(0,0,0,.05);
}

.testimonial-card p{
font-size:18px;
font-style:italic;
margin-bottom:20px;
}

/* ==========================
   CTA
========================== */

.final-cta{
padding:120px 0;
background:
linear-gradient(
135deg,
#0f172a,
#6a28bf
);
text-align:center;
}

.final-cta h2{
font-size:56px;
color:white;
max-width:900px;
margin:auto;
}

.final-cta p{
color:#cbd5e1;
margin:25px auto 40px;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

.story-grid,
.mv-grid,
.timeline,
.numbers-grid,
.tech-grid,
.process-grid,
.testimonial-grid,
.why-grid,
.hero-stats{
grid-template-columns:1fr 1fr;
}

.about-hero h1{
font-size:54px;
}
}

@media(max-width:768px){

.about-hero{
padding:100px 0;
}

.about-hero h1{
font-size:38px;
}

.story-content h2,
.section-title h2,
.final-cta h2{
font-size:32px;
}

.story-grid,
.mv-grid,
.timeline,
.numbers-grid,
.tech-grid,
.process-grid,
.testimonial-grid,
.why-grid,
.hero-stats{
grid-template-columns:1fr;
}

.hero-buttons{
flex-direction:column;
}

.hero-btn{
width:100%;
}

}

/* SCROLL REVEAL */

.hidden-reveal{

opacity:0;
transform:translateY(40px);
transition:
all .8s ease;
}

.show{

opacity:1;
transform:translateY(0);
}

/* PAGE LOAD */

body{

opacity:0;
transition:opacity .5s ease;
}

body.page-loaded{

opacity:1;
}

@media (max-width:768px){

.nav-links{
display:none;
}

.nav-links.active{
display:flex !important;
}

}