/* =====================================================
   SCCORIA PROGRAM V5 ULTRA PREMIUM
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root{

--navy:#08162D;
--navy2:#102A53;
--gold:#D4AF37;
--gold2:#F5C542;
--light:#F7F9FC;
--white:#ffffff;
--text:#4B5563;
--border:#E6ECF3;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

.sccoria-program-v5{

font-family:'Plus Jakarta Sans',sans-serif;
background:#fff;
overflow:hidden;

}

.sp-container{

max-width:1400px;
margin:auto;
padding:0 24px;

}

.sp-container-small{

max-width:1100px;
margin:auto;
padding:0 24px;

}

/* =====================================================
   BANNER
===================================================== */

.sp-banner{

width:100%;
background:#fff;

}

.sp-banner img{

width:100%;
height:auto;
display:block;
max-width:100%;

}

/* =====================================================
   HEADER
===================================================== */

.sp-header{

padding:70px 0 50px;
background:#fff;
text-align:center;

}

.sp-category{

display:inline-flex;
align-items:center;
justify-content:center;

padding:10px 22px;

background:#08162D;
color:#fff;

border-radius:100px;

font-size:13px;
font-weight:700;
letter-spacing:1px;

margin-bottom:20px;

}

.sp-header h1{

font-size:clamp(34px,5vw,72px);

line-height:1.05;

font-weight:800;

color:#08162D;

max-width:1000px;

margin:0 auto 25px;

}

.sp-description{

max-width:900px;

margin:auto;

font-size:18px;

line-height:1.9;

color:#64748B;

}

.sp-featured{

display:inline-flex;

margin-top:30px;

padding:12px 24px;

background:linear-gradient(
135deg,
#D4AF37,
#F5C542
);

color:#08162D;

font-weight:700;

border-radius:100px;

}

/* =====================================================
   STATS
===================================================== */

.sp-stats{

padding-bottom:80px;

}

.sp-stats .sp-container{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:25px;

}

.sp-stat-card{

background:#fff;

padding:35px;

border-radius:28px;

text-align:center;

border:1px solid #E6ECF3;

box-shadow:
0 15px 35px rgba(0,0,0,.04);

transition:.35s;

}

.sp-stat-card:hover{

transform:translateY(-6px);

border-color:#D4AF37;

}

.sp-stat-card span{

display:block;

font-size:12px;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

color:#94A3B8;

margin-bottom:10px;

}

.sp-stat-card strong{

display:block;

font-size:24px;

font-weight:800;

line-height:1.5;

color:#08162D;

}

/* =====================================================
   SECTION
===================================================== */

.sp-section{

padding:90px 0;

}

.sp-light{

background:#F7F9FC;

}

.sp-title{

text-align:center;

margin-bottom:50px;

}

.sp-title span{

display:block;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#D4AF37;

margin-bottom:12px;

}

.sp-title h2{

font-size:clamp(28px,4vw,52px);

font-weight:800;

line-height:1.1;

color:#08162D;

}

/* =====================================================
   HIGHLIGHTS
===================================================== */

.sp-highlights-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:25px;

}

.sp-highlights-grid .sp-item{

background:#fff;

padding:30px;

border-radius:28px;

border-top:5px solid #D4AF37;

box-shadow:
0 15px 35px rgba(0,0,0,.04);

transition:.35s;

}

.sp-highlights-grid .sp-item:hover{

transform:translateY(-8px);

}

.sp-highlights-grid .sp-icon{

width:65px;
height:65px;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;

border-radius:18px;

background:
linear-gradient(
135deg,
#D4AF37,
#F5C542
);

margin-bottom:18px;

}

.sp-highlights-grid .sp-text{

font-size:16px;

font-weight:700;

line-height:1.8;

color:#08162D;

}

/* =====================================================
   OUTCOMES
===================================================== */

.sp-outcomes-grid{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:25px;

}

.sp-outcomes-grid .sp-item{

background:
linear-gradient(
135deg,
#08162D,
#102A53
);

padding:35px;

border-radius:28px;

color:#fff;

position:relative;

overflow:hidden;

}

.sp-outcomes-grid .sp-item::before{

content:'';

position:absolute;

top:0;
left:0;

width:100%;
height:5px;

background:#D4AF37;

}

.sp-outcomes-grid .sp-icon{

font-size:32px;

margin-bottom:18px;

}

.sp-outcomes-grid .sp-text{

font-size:17px;

line-height:1.8;

font-weight:700;

}

/* =====================================================
   AUDIENCE
===================================================== */

.sp-audience-grid{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:15px;

}

.sp-audience-grid .sp-item{

display:flex;

align-items:center;

gap:10px;

padding:16px 22px;

background:#fff;

border:2px solid #D4AF37;

border-radius:100px;

transition:.35s;

}

.sp-audience-grid .sp-item:hover{

background:#D4AF37;

}

.sp-audience-grid .sp-icon{

font-size:18px;

}

.sp-audience-grid .sp-text{

font-size:15px;

font-weight:700;

color:#08162D;

}

/* =====================================================
   CONTENT
===================================================== */

.sp-content-box{

background:#fff;

padding:50px;

border-radius:32px;

border:1px solid #E6ECF3;

box-shadow:
0 20px 50px rgba(0,0,0,.04);

font-size:17px;

line-height:2;

color:#4B5563;

}

.sp-content-box h2,
.sp-content-box h3{

color:#08162D;

font-size:32px;

margin:30px 0 15px;

font-weight:800;

}

.sp-content-box p{

margin-bottom:20px;

}

.sp-content-box ul{

padding-left:25px;

}

.sp-content-box li{

margin-bottom:12px;

}

/* =====================================================
   RELATED PROGRAMS
===================================================== */

.sp-related{

padding:100px 0;

background:#fff;

}

.sp-related-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:25px;

}

.sp-related-card{

background:#fff;

border-radius:24px;

overflow:hidden;

text-decoration:none;

border:1px solid #E6ECF3;

transition:.35s;

}

.sp-related-card:hover{

transform:translateY(-8px);

box-shadow:
0 20px 50px rgba(0,0,0,.08);

}

.sp-related-card img{

width:100%;
height:220px;

object-fit:cover;

display:block;

}

.sp-related-card h3{

padding:20px;

font-size:18px;

font-weight:700;

line-height:1.5;

color:#08162D;

}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:1024px){

.sp-highlights-grid{

grid-template-columns:
repeat(2,1fr);

}

.sp-outcomes-grid{

grid-template-columns:
repeat(2,1fr);

}

.sp-related-grid{

grid-template-columns:
repeat(2,1fr);

}

}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:768px){

.sp-header{

padding:50px 0 40px;

}

.sp-description{

font-size:16px;

}

.sp-stats .sp-container{

grid-template-columns:
repeat(2,1fr);

gap:12px;

}

.sp-highlights-grid{

grid-template-columns:
repeat(2,1fr);

gap:12px;

}

.sp-outcomes-grid{

grid-template-columns:
repeat(2,1fr);

gap:12px;

}

.sp-content-box{

padding:25px;

font-size:15px;

}

.sp-content-box h2,
.sp-content-box h3{

font-size:24px;

}

.sp-related-grid{

grid-template-columns:
repeat(2,1fr);

gap:12px;

}

.sp-related-card img{

height:140px;

}

}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:480px){

.sp-container,
.sp-container-small{

padding:0 15px;

}

.sp-stats .sp-container{

grid-template-columns:
repeat(2,1fr);

}

.sp-highlights-grid{

grid-template-columns:
repeat(2,1fr);

}

.sp-outcomes-grid{

grid-template-columns:
repeat(2,1fr);

}

.sp-stat-card{

padding:20px;

}

.sp-highlights-grid .sp-item,
.sp-outcomes-grid .sp-item{

padding:18px;

}

.sp-highlights-grid .sp-icon{

width:50px;
height:50px;

font-size:22px;

}

.sp-title{

margin-bottom:35px;

}

.sp-section{

padding:60px 0;

}

.sp-related-grid{

grid-template-columns:
1fr;

}

.sp-related-card img{

height:auto;
object-fit:contain;

}

}