/* =========================================

ABOUT HERO

========================================= */


.main-nav a.active{

color:#00F5FF;

}

.main-nav a.active::after{

width:100%;

}


.about-hero{

padding:120px 0;

background:

radial-gradient(
circle at top right,
rgba(0,245,255,.12),
transparent 30%
),

linear-gradient(
180deg,
#07153D,
#020617
);

position:relative;

overflow:hidden;

}

.about-hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

min-height:80vh;

}

/* ABOUT PAGE ONLY */

.about-page .header-buttons{

margin-left:40px;

}

.about-content{

color:white;

}

.about-content h1{

font-size:4.5rem;

line-height:1.1;

margin-bottom:25px;

font-family:var(--heading);

background:

linear-gradient(
90deg,
#ffffff,
#00F5FF
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.about-content p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:700px;

}

.about-visual{

display:flex;

justify-content:center;

align-items:center;

}

.image-placeholder{

width:100%;

max-width:550px;

height:450px;

border-radius:32px;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

padding:40px;

background:

rgba(255,255,255,.06);

backdrop-filter:blur(20px);

border:

1px solid rgba(255,255,255,.10);

color:white;

font-size:1.3rem;

font-weight:600;

}

.image-placeholder h3{

margin:20px 0 10px;

font-size:28px;

}

.image-placeholder p{

color:#d1d5db;

}


/* =========================================

WHO WE ARE

========================================= */

.who-we-are{

padding:120px 0;

background:#ffffff;

}

.about-two-column{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

margin-top:60px;

}

.about-text h3{

font-size:2.2rem;

margin-bottom:25px;

color:#07153D;

}

.about-text p{

font-size:1.05rem;

line-height:1.9;

margin-bottom:20px;

color:#6B7280;

}

.about-image .image-placeholder{

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

border:

1px solid rgba(0,0,0,.06);

color:#07153D;

}


/* =========================================

WHY IOF

========================================= */

.why-iof-about{

padding:120px 0;

background:#f8fafc;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.why-card{

padding:35px;

border-radius:28px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

text-align:center;

}

.why-card:hover{

transform:
translateY(-10px);

}

.why-icon{

font-size:55px;

margin-bottom:20px;

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.why-card p{

line-height:1.8;

color:#6B7280;

}


/* =========================================

MISSION & VISION

========================================= */

.mission-vision{

padding:120px 0;

background:

linear-gradient(
180deg,
#07153D,
#020617
);

}

.mission-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.mission-card{

padding:50px;

border-radius:30px;

background:

rgba(255,255,255,.06);

backdrop-filter:blur(20px);

border:

1px solid rgba(255,255,255,.08);

color:white;

transition:.4s;

}

.mission-card:hover{

transform:
translateY(-10px);

box-shadow:
0 0 40px rgba(0,245,255,.15);

}

.mission-icon{

font-size:60px;

margin-bottom:25px;

}

.mission-card h3{

font-size:32px;

margin-bottom:20px;

}

.mission-card p{

line-height:1.9;

color:#d1d5db;

}


/* =========================================

FUTURE SUBJECT FRAMEWORK

========================================= */

.future-subjects-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#ffffff,
#f8fafc
);

}

.framework-intro{

max-width:900px;

margin:0 auto 60px;

text-align:center;

}

.framework-intro p{

font-size:1.1rem;

line-height:1.9;

color:#6B7280;

}

.subject-framework-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.framework-card{

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

padding:35px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.framework-card:hover{

transform:
translateY(-12px);

box-shadow:
0 25px 60px rgba(0,0,0,.12);

}

.framework-icon{

font-size:55px;

margin-bottom:20px;

}

.framework-card h3{

font-size:26px;

margin-bottom:20px;

color:#07153D;

}

.framework-card ul{

list-style:none;

margin-bottom:20px;

}

.framework-card li{

padding:10px 0;

border-bottom:
1px solid rgba(0,0,0,.06);

font-weight:500;

color:#374151;

}

.framework-card p{

line-height:1.8;

color:#6B7280;

margin-top:15px;

}


/* =========================================

FRAMEWORK HIGHLIGHT

========================================= */

.framework-highlight{

max-width:1000px;

margin:0 auto 70px;

padding:45px;

text-align:center;

border-radius:30px;

background:

linear-gradient(
135deg,
rgba(0,245,255,.08),
rgba(139,92,246,.08)
);

border:
1px solid rgba(0,245,255,.15);

box-shadow:
0 20px 50px rgba(0,0,0,.08);

}

.framework-highlight h3{

font-size:2.2rem;

margin-bottom:20px;

color:#07153D;

font-weight:700;

}

.framework-highlight p{

font-size:1.1rem;

line-height:1.9;

color:#6B7280;

max-width:850px;

margin:auto;

}


/* =========================================

TALENT DISCOVERY

========================================= */

.talent-discovery-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#07153D,
#020617
);

}

.talent-discovery-section .section-heading h2{

color:white;

}

.talent-layout{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

margin-top:60px;

margin-bottom:70px;

}

.talent-content{

color:white;

}

.talent-content h3{

font-size:2.5rem;

margin-bottom:25px;

}

.talent-content p{

line-height:1.9;

color:#d1d5db;

margin-bottom:20px;

}

.talent-image .image-placeholder{

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.10);

}

.talent-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.talent-card{

padding:30px;

border-radius:24px;

background:
rgba(255,255,255,.06);

backdrop-filter:blur(20px);

border:
1px solid rgba(255,255,255,.08);

color:white;

transition:.4s;

}

.talent-card:hover{

transform:
translateY(-10px);

box-shadow:
0 0 30px rgba(0,245,255,.15);

}

.talent-card h4{

font-size:22px;

margin-bottom:15px;

}

.talent-card p{

line-height:1.8;

color:#d1d5db;

}


/* =========================================

PERFORMANCE INSIGHTS

========================================= */

.performance-insights{

padding:120px 0;

background:
linear-gradient(
180deg,
#ffffff,
#f5f8ff
);

}

.insights-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.insight-card{

padding:35px;

border-radius:28px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

text-align:center;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.insight-card:hover{

transform:
translateY(-10px);

}

.insight-icon{

font-size:55px;

margin-bottom:20px;

}

.insight-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.insight-card p{

line-height:1.8;

color:#6B7280;

}



/* =========================================

CAREER DISCOVERY

========================================= */

.career-discovery-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#07153D,
#0A1028
);

}

.career-discovery-section .section-heading h2{

color:white;

}

.career-intro{

max-width:900px;

margin:0 auto 60px;

text-align:center;

}

.career-intro p{

color:#d1d5db;

font-size:1.1rem;

line-height:1.9;

}

.career-flow-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.career-flow-card{

padding:40px;

border-radius:28px;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

text-align:center;

color:white;

transition:.4s;

}

.career-flow-card:hover{

transform:
translateY(-12px);

box-shadow:
0 0 35px rgba(0,245,255,.15);

}

.career-number{

width:70px;
height:70px;

border-radius:50%;

display:flex;

justify-content:center;
align-items:center;

margin:auto;
margin-bottom:25px;

font-size:22px;
font-weight:700;

background:
linear-gradient(
135deg,
#00F5FF,
#8B5CF6
);

color:#07153D;

}

/* =========================================

SCHOLARSHIP

========================================= */

.about-scholarship-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#ffffff,
#f8fafc
);

}

.scholarship-about-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.scholarship-about-card{

padding:40px;

border-radius:30px;

text-align:center;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.scholarship-about-card:hover{

transform:
translateY(-12px);

}

.scholarship-icon{

font-size:70px;

margin-bottom:25px;

}

.scholarship-about-card h3{

font-size:28px;

margin-bottom:15px;

color:#07153D;

}

.scholarship-about-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

RANKING ECOSYSTEM

========================================= */

.ranking-ecosystem-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.ranking-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.ranking-box{

padding:40px 30px;

border-radius:28px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

text-align:center;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.ranking-box:hover{

transform:
translateY(-10px);

}

.ranking-box h3{

margin-bottom:15px;

font-size:24px;

color:#07153D;

}

.ranking-box p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

SCHOOL PARTNERSHIP

========================================= */

.school-partnership-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#07153D,
#020617
);

}

.school-partnership-section .section-heading h2{

color:white;

}

.partnership-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.partner-card{

padding:35px;

border-radius:28px;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

color:white;

text-align:center;

transition:.4s;

}

.partner-card:hover{

transform:
translateY(-10px);

box-shadow:
0 0 30px rgba(0,245,255,.15);

}

.partner-card h3{

margin-bottom:15px;

font-size:24px;

}

/* =========================================

FUTUREVERSE

========================================= */

.futureverse-ecosystem-section{

padding:120px 0;

background:
linear-gradient(
180deg,
#ffffff,
#f5f8ff
);

}

.futureverse-layout{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

margin-top:60px;

}

.futureverse-content p{

font-size:1.1rem;

line-height:1.9;

margin-bottom:30px;

color:#6B7280;

}

.futureverse-content ul{

list-style:none;

}

.futureverse-content li{

padding:14px 0;

font-weight:600;

border-bottom:
1px solid rgba(0,0,0,.06);

}

/* =========================================

FINAL CTA

========================================= */

.about-final-cta{

padding:140px 0;

text-align:center;

background:

linear-gradient(
135deg,
#07153D,
#0B1F5B
);

}

.about-final-cta h2{

font-size:4rem;

color:white;

margin-bottom:25px;

font-family:var(--heading);

}

.about-final-cta p{

max-width:850px;

margin:auto;

margin-bottom:40px;

font-size:1.2rem;

color:#d1d5db;

line-height:1.8;

}

/* =========================================

RESPONSIVE

========================================= */

@media(max-width:1200px){

.about-hero-grid,
.about-two-column,
.talent-layout,
.futureverse-layout{

grid-template-columns:1fr;

}

.why-grid,
.insights-grid,
.ranking-grid,
.partnership-grid{

grid-template-columns:repeat(2,1fr);

}

.subject-framework-grid{

grid-template-columns:repeat(2,1fr);

}

.career-flow-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.about-content h1{

font-size:3rem;

}

.subject-framework-grid,
.talent-grid,
.insights-grid,
.career-flow-grid,
.scholarship-about-grid,
.ranking-grid,
.partnership-grid,
.why-grid{

grid-template-columns:1fr;

}

.mission-grid{

grid-template-columns:1fr;

}

.about-final-cta h2{

font-size:2.5rem;

}

.hero-buttons{

flex-direction:column;

align-items:center;

}

}

@media(max-width:480px){

.about-content h1{

font-size:2.2rem;

}

.section-heading h2{

font-size:2rem;

}

.about-final-cta{

padding:100px 0;

}

}