/* =========================================

RESULTS HERO

========================================= */

.results-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;

}

.results-hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

min-height:80vh;

}

.results-content{

color:white;

}

.results-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;

}

.results-content p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:700px;

margin-bottom:35px;

}

.results-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;

}

/* =========================================

RESULT LOOKUP

========================================= */

.result-lookup{

padding:120px 0;

background:#ffffff;

}

.lookup-box{

max-width:900px;

margin:auto;

padding:60px;

text-align:center;

border-radius:30px;

background:

linear-gradient(
180deg,
#ffffff,
#eef5ff
);

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}

.lookup-box h3{

font-size:2rem;

margin-bottom:20px;

color:#07153D;

}

.lookup-box p{

line-height:1.9;

color:#6B7280;

margin-bottom:30px;

}

.lookup-placeholder{

padding:40px;

border-radius:20px;

background:

rgba(0,245,255,.08);

border:
2px dashed rgba(0,245,255,.25);

font-weight:700;

color:#07153D;

}

/* =========================================

RANKING SYSTEM

========================================= */

.ranking-system{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#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:white;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.rank-card:hover{

transform:
translateY(-10px);

}

.rank-card h3{

font-size:60px;

margin-bottom:15px;

}

.rank-card h4{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.rank-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

ACHIEVEMENT RECOGNITION

========================================= */

.achievement-recognition{

padding:120px 0;

background:#ffffff;

}

.recognition-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.recognition-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;

}

.recognition-card:hover{

transform:
translateY(-10px);

}

.recognition-icon{

font-size:60px;

margin-bottom:20px;

}

.recognition-card h3{

font-size:22px;

color:#07153D;

}


/* =========================================

DISTRICT RANKINGS

========================================= */

.district-rankings{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.ranking-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);

}

.ranking-highlight h3{

font-size:2.4rem;

margin-bottom:20px;

color:#07153D;

}

.ranking-highlight p{

max-width:850px;

margin:auto;

line-height:1.9;

font-size:1.1rem;

color:#6B7280;

}

/* =========================================

STATE RANKINGS

========================================= */

.state-rankings{

padding:120px 0;

background:#ffffff;

}

.state-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.state-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;

}

.state-card:hover{

transform:
translateY(-10px);

}

.state-card h3{

font-size:60px;

margin-bottom:15px;

}

.state-card h4{

font-size:24px;

margin-bottom:15px;

color:#07153D;

}

.state-card p{

line-height:1.8;

color:#6B7280;

}

/* =========================================

NATIONAL RANKINGS

========================================= */

.national-rankings{

padding:120px 0;

background:
linear-gradient(
135deg,
#07153D,
#0B1F5B
);

}

.national-rankings .section-heading h2{

color:white;

}

.national-highlight{

max-width:1000px;

margin:auto;

padding:60px;

border-radius:30px;

text-align:center;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

}

.national-highlight h3{

font-size:2.5rem;

margin-bottom:20px;

color:#00F5FF;

}

.national-highlight p{

font-size:1.1rem;

line-height:2;

color:#d1d5db;

max-width:850px;

margin:auto;

}

/* =========================================

CERTIFICATES

========================================= */

.certificates-section{

padding:120px 0;

background:#ffffff;

}

.certificate-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.certificate-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;

}

.certificate-card:hover{

transform:
translateY(-10px);

}

.certificate-icon{

font-size:60px;

margin-bottom:20px;

}

.certificate-card h3{

font-size:22px;

color:#07153D;

}

/* =========================================

TOP PERFORMERS

========================================= */

.top-performers{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fafc,
#ffffff
);

}

.performers-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.performer-card{

padding:50px;

text-align:center;

border-radius:28px;

font-size:60px;

background:white;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.performer-card:hover{

transform:
translateY(-10px);

}

.performer-card h3{

font-size:24px;

margin-top:20px;

color:#07153D;

}

/* =========================================

PERFORMANCE INSIGHTS

========================================= */

.performance-insights{

padding:120px 0;

background:#ffffff;

}

.insights-box{

max-width:1000px;

margin:auto;

padding:60px;

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);

}

.insights-box h3{

font-size:2.4rem;

margin-bottom:20px;

color:#07153D;

}

.insights-box p{

max-width:850px;

margin:auto;

line-height:1.9;

font-size:1.1rem;

color:#6B7280;

}


/* =========================================

RESULT JOURNEY

========================================= */

.result-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

========================================= */

.results-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;

}

/* =========================================

FINAL CTA

========================================= */

.results-cta{

padding:140px 0;

text-align:center;

background:

linear-gradient(
135deg,
#07153D,
#0B1F5B
);

}

.results-cta h2{

font-size:4rem;

color:white;

margin-bottom:25px;

max-width:900px;

margin-left:auto;

margin-right:auto;

}

.results-cta p{

font-size:1.15rem;

line-height:1.9;

color:#d1d5db;

max-width:850px;

margin:auto;

margin-bottom:40px;

}

/* =========================================

PAGE POLISH

========================================= */

.results-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){

.ranking-flow,
.recognition-grid,
.certificate-grid,
.journey-grid{

grid-template-columns:repeat(2,1fr);

}

.state-grid,
.performers-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.results-hero-grid{

grid-template-columns:1fr;

gap:50px;

}

.results-content h1{

font-size:3rem;

}

.ranking-flow,
.recognition-grid,
.certificate-grid,
.state-grid,
.performers-grid,
.journey-grid{

grid-template-columns:1fr;

}

.national-highlight,
.insights-box,
.lookup-box{

padding:35px;

}

.results-cta h2{

font-size:2.5rem;

}

.hero-stats{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:480px){

.results-content h1{

font-size:2.2rem;

}

.results-cta h2{

font-size:2rem;

}

.hero-stats{

grid-template-columns:1fr;

}

.lookup-box{

padding:25px;

}

}