/* =========================================

OLYMPIADS HERO

========================================= */

.olympiads-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;

}

.olympiads-hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

min-height:80vh;

}

.olympiads-content{

color:white;

}

.olympiads-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;

}

.olympiads-content p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:700px;

margin-bottom:35px;

}

.olympiads-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 PARTICIPATE

========================================= */

.why-participate{

padding:120px 0;

background:#ffffff;

}

.participate-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.participate-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;

}

.participate-card:hover{

transform:
translateY(-10px);

}

.participate-icon{

font-size:55px;

margin-bottom:20px;

}

.participate-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.participate-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

SUBJECTS

========================================= */

.olympiad-subjects{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.subjects-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)
);

}

.subjects-highlight h3{

font-size:2.2rem;

margin-bottom:20px;

color:#07153D;

}

.subjects-highlight p{

max-width:850px;

margin:auto;

line-height:1.9;

color:#6B7280;

}

.subjects-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.subject-card{

padding:40px;

border-radius:30px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.subject-card:hover{

transform:
translateY(-12px);

}

.subject-card h3{

margin-bottom:25px;

font-size:28px;

color:#07153D;

}

.subject-card ul{

list-style:none;

}

.subject-card li{

padding:12px 0;

border-bottom:
1px solid rgba(0,0,0,.06);

font-weight:500;

}


/* =========================================

ELIGIBILITY

========================================= */

.class-eligibility{

padding:120px 0;

background:#ffffff;

}

.eligibility-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.eligibility-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);

}

.eligibility-icon{

font-size:60px;

margin-bottom:20px;

}

/* =========================================

EXAM PATTERN

========================================= */

.exam-pattern{

padding:120px 0;

background:
linear-gradient(
180deg,
#07153D,
#020617
);

}

.exam-pattern .section-heading h2{

color:white;

}

.pattern-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.pattern-card{

padding:40px;

border-radius:28px;

text-align:center;

background:
rgba(255,255,255,.06);

color:white;

}

.pattern-number{

width:70px;
height:70px;

border-radius:50%;

margin:auto auto 25px;

display:flex;

align-items:center;
justify-content:center;

background:#00F5FF;

color:#07153D;

font-weight:700;

}

/* =========================================

AWARDS

========================================= */

.awards-section{

padding:120px 0;

background:#f8fafc;

}

.awards-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:25px;

margin-top:60px;

}

.award-card{

padding:35px;

text-align:center;

border-radius:24px;

background:white;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}

.award-icon{

font-size:60px;

margin-bottom:20px;

}

/* =========================================

RANKING

========================================= */

.olympiad-ranking{

padding:120px 0;

background:#ffffff;

}

.ranking-flow{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.rank-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);

}

.rank-card h3{

font-size:60px;

margin-bottom:15px;

}



/* =========================================

SCHOLARSHIPS

========================================= */

.olympiad-scholarships{

padding:120px 0;

background:#f8fafc;

}

.scholarship-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.scholarship-card{

padding:35px;

border-radius:28px;

text-align:center;

background:white;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}

.scholarship-icon{

font-size:60px;

margin-bottom:20px;

}

.olympiad-scholarships .section-heading h2{

color:#00F5FF !important;

background:none !important;

-webkit-text-fill-color:#00F5FF !important;

}


.scholarship-card h3{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.scholarship-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

FUTURE SKILLS

========================================= */

.future-skills-advantage{

padding:120px 0;

background:
linear-gradient(
135deg,
#07153D,
#020617
);

}

.future-skills-box{

max-width:1000px;

margin:auto;

text-align:center;

color:white;

}

.future-skills-box h2{

font-size:4rem;

margin-bottom:30px;

}

.future-skills-box p{

font-size:1.2rem;

line-height:2;

color:#d1d5db;

}

/* =========================================

REGISTRATION

========================================= */

.registration-process{

padding:120px 0;

background:#ffffff;

}

.registration-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.registration-card{

padding:40px;

text-align:center;

border-radius:28px;

background:
linear-gradient(
180deg,
#ffffff,
#eef5ff
);

}

.registration-card h3{

font-size:3rem;

color:#00F5FF;

margin-bottom:15px;

}

/* =========================================

FAQ

========================================= */

.olympiad-faq{

padding:120px 0;

background:#f8fafc;

}

.faq-list{

max-width:900px;

margin:auto;

}

.faq-item{

padding:30px;

margin-bottom:20px;

border-radius:20px;

background:white;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}

.faq-item h3{

margin-bottom:15px;

color:#07153D;

}

/* =========================================

CTA

========================================= */

.olympiads-cta{

padding:140px 0;

text-align:center;

background:
linear-gradient(
135deg,
#07153D,
#0B1F5B
);

}

.olympiads-cta h2{

font-size:4rem;

color:white;

margin-bottom:20px;

}

.olympiads-cta p{

font-size:1.2rem;

color:#d1d5db;

margin-bottom:40px;

}