/* =========================================

SCHOOLS HERO

========================================= */

.schools-hero{

padding:120px 0;

background:

radial-gradient(
circle at top right,
rgba(0,245,255,.12),
transparent 30%
),

linear-gradient(
180deg,
#07153D,
#020617
);

overflow:hidden;

}

.schools-hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

min-height:80vh;

}

.schools-content{

color:white;

}

.schools-content h1{

font-size:4.5rem;

line-height:1.1;

margin:25px 0;

background:

linear-gradient(
90deg,
#ffffff,
#00F5FF
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.schools-content p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:700px;

margin-bottom:35px;

}

.schools-visual{

display:flex;

justify-content:center;

align-items:center;

}

.hero-stats{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:50px;

}

.hero-stat{

padding:20px;

border-radius:20px;

background:

rgba(255,255,255,.06);

border:

1px solid rgba(255,255,255,.08);

text-align:center;

}

.hero-stat h3{

font-size:1.5rem;

color:#00F5FF;

margin-bottom:8px;

}

.hero-stat span{

color:#d1d5db;

font-size:.95rem;

}

/* =========================================

WHY SCHOOLS

========================================= */

.why-schools{

padding:120px 0;

background:#ffffff;

}

.school-reasons-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.reason-card{

padding:35px;

border-radius:28px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

text-align:center;

transition:.4s;

}

.reason-card:hover{

transform:
translateY(-10px);

}

.reason-icon{

font-size:55px;

margin-bottom:20px;

}

.reason-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.reason-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

PARTNERSHIP PROGRAM

========================================= */

.partnership-program{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.partnership-highlight{

max-width:1000px;

margin:0 auto;

padding:50px;

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);

}

.partnership-highlight h3{

font-size:2.4rem;

margin-bottom:20px;

color:#07153D;

}

.partnership-highlight p{

max-width:850px;

margin:auto;

line-height:1.9;

font-size:1.1rem;

color:#6B7280;

}

/* =========================================

SCHOOL BENEFITS

========================================= */

.school-benefits{

padding:120px 0;

background:#ffffff;

}

.benefits-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.benefit-card{

padding:35px;

border-radius:28px;

text-align:center;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.benefit-card:hover{

transform:
translateY(-10px);

}

.benefit-icon{

font-size:55px;

margin-bottom:20px;

}

.benefit-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.benefit-card p{

line-height:1.8;

color:#6B7280;

}


/* =========================================

SCHOOL RANKINGS

========================================= */

.school-rankings{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.rankings-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.ranking-card{

padding:40px;

border-radius:28px;

text-align:center;

background:white;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.ranking-card:hover{

transform:
translateY(-10px);

}

.ranking-card h3{

font-size:60px;

margin-bottom:15px;

}

.ranking-card h4{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.ranking-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

FUTURE SKILLS PROGRAM

========================================= */

.future-skills-program{

padding:120px 0;

background:
linear-gradient(
180deg,
#07153D,
#020617
);

}

.future-skills-program .section-heading h2{

color:white;

}

.future-skills-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.future-card{

padding:35px;

border-radius:28px;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

color:white;

transition:.4s;

}

.future-card:hover{

transform:
translateY(-10px);

box-shadow:
0 0 30px rgba(0,245,255,.15);

}

.future-card h3{

font-size:24px;

margin-bottom:15px;

}

.future-card p{

line-height:1.8;

color:#d1d5db;

}

/* =========================================

TALENT DISCOVERY

========================================= */

.talent-discovery-schools{

padding:120px 0;

background:#ffffff;

}

.talent-layout{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.talent-content .section-heading{

text-align:left;

margin-bottom:30px;

}

.talent-content p{

line-height:1.9;

font-size:1.05rem;

color:#6B7280;

margin-bottom:20px;

}

.talent-image .image-placeholder{

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

color:#07153D;

border:
1px solid rgba(0,0,0,.06);

}

/* =========================================

STUDENT DEVELOPMENT

========================================= */

.student-development{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.development-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.development-card{

padding:35px;

border-radius:24px;

text-align:center;

font-size:1.15rem;

font-weight:600;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.development-card:hover{

transform:
translateY(-10px);

}


/* =========================================

SCHOOL SUCCESS JOURNEY

========================================= */

.school-success-journey{

padding:120px 0;

background:#ffffff;

}

.journey-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.journey-card{

padding:40px;

border-radius:28px;

text-align:center;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.journey-card:hover{

transform:
translateY(-10px);

}

.journey-number{

width:80px;

height:80px;

border-radius:50%;

margin:auto;

margin-bottom:25px;

display:flex;

justify-content:center;

align-items:center;

font-size:24px;

font-weight:700;

background:

linear-gradient(
135deg,
#00F5FF,
#8B5CF6
);

color:#07153D;

}

.journey-card h3{

font-size:22px;

margin-bottom:15px;

color:#07153D;

}

.journey-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

FAQ

========================================= */

.schools-faq{

padding:120px 0;

background:#f8fafc;

}

.faq-list{

max-width:950px;

margin:auto;

margin-top:60px;

}

.faq-item{

padding:35px;

margin-bottom:20px;

border-radius:24px;

background:white;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}

.faq-item h3{

font-size:22px;

margin-bottom:15px;

color:#07153D;

}

.faq-item p{

line-height:1.9;

color:#6B7280;

}

/* =========================================

PARTNER WITH US

========================================= */

.partner-with-us{

padding:120px 0;

background:

linear-gradient(
135deg,
#07153D,
#0B1F5B
);

}

.partner-box{

max-width:1000px;

margin:auto;

text-align:center;

color:white;

}

.partner-box h2{

font-size:3.5rem;

margin-bottom:25px;

}

.partner-box p{

font-size:1.15rem;

line-height:2;

color:#d1d5db;

max-width:850px;

margin:auto;

margin-bottom:40px;

}

/* =========================================

FINAL CTA

========================================= */

.schools-cta{

padding:140px 0;

text-align:center;

background:

linear-gradient(
135deg,
#020617,
#07153D
);

}

.schools-cta h2{

font-size:4rem;

color:white;

margin-bottom:25px;

max-width:900px;

margin-left:auto;

margin-right:auto;

}

.schools-cta p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:850px;

margin:auto;

margin-bottom:40px;

}

/* =========================================

PAGE POLISH

========================================= */

.schools-page .section-heading span{

display:inline-block;

margin-bottom:12px;

font-weight:600;

color:#00AEEF;

text-transform:uppercase;

letter-spacing:1px;

}

/* =========================================

RESPONSIVE

========================================= */

@media(max-width:1200px){

.rankings-grid,
.benefits-grid,
.school-reasons-grid,
.journey-grid{

grid-template-columns:repeat(2,1fr);

}

.future-skills-grid,
.development-grid{

grid-template-columns:repeat(2,1fr);

}

.talent-layout{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.schools-hero-grid{

grid-template-columns:1fr;

gap:50px;

}

.schools-content h1{

font-size:3rem;

}

.rankings-grid,
.benefits-grid,
.school-reasons-grid,
.future-skills-grid,
.development-grid,
.journey-grid{

grid-template-columns:1fr;

}

.partner-box h2{

font-size:2.5rem;

}

.schools-cta h2{

font-size:2.5rem;

}

.hero-stats{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:480px){

.schools-content h1{

font-size:2.2rem;

}

.partner-box h2{

font-size:2rem;

}

.schools-cta h2{

font-size:2rem;

}

.hero-stats{

grid-template-columns:1fr;

}

}