/* ==================================================
   SCCORIA RESOURCE PAGE
   ULTRA PREMIUM V1
   File: resource.css
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

:root{

--resource-navy:#071529;
--resource-blue:#123D7A;
--resource-gold:#D4AF37;
--resource-gold-light:#F5C542;
--resource-white:#ffffff;
--resource-light:#F8FAFC;
--resource-border:#E2E8F0;
--resource-text:#64748B;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

.sccoria-resource-page{

font-family:'Outfit',sans-serif;
background:#F8FAFC;
overflow:hidden;

}

.resource-container{

max-width:1450px;
margin:auto;
padding:0 24px;

}

/* ==================================================
   HERO
================================================== */

.resource-hero{

padding:80px 0;

background:
linear-gradient(
135deg,
#071529 0%,
#0B2140 50%,
#123D7A 100%
);

position:relative;

overflow:hidden;

}

.resource-hero::before{

content:'';

position:absolute;

width:700px;
height:700px;

right:-300px;
top:-300px;

border-radius:50%;

background:
radial-gradient(
circle,
rgba(212,175,55,.15),
transparent
);

}

.resource-hero-grid{

display:grid;

grid-template-columns:
480px 1fr;

gap:60px;

align-items:center;

position:relative;
z-index:2;

}

/* ==================================================
   IMAGE
================================================== */

.resource-image{

background:#fff;

padding:18px;

border-radius:30px;

box-shadow:
0 30px 80px rgba(0,0,0,.20);

}

.resource-image img{

width:100%;
height:auto;

display:block;

border-radius:20px;

object-fit:contain;

background:#fff;

}

/* ==================================================
   CONTENT
================================================== */

.resource-content h1{

font-size:clamp(34px,5vw,62px);

line-height:1.1;

font-weight:900;

color:#fff;

margin:20px 0;

}

.resource-description{

font-size:18px;

line-height:1.9;

color:
rgba(255,255,255,.88);

margin-bottom:30px;

max-width:900px;

}

/* ==================================================
   BADGES
================================================== */

.resource-badge{

display:inline-flex;

padding:10px 18px;

border-radius:999px;

font-size:12px;

font-weight:700;

letter-spacing:1px;

margin-right:10px;

margin-bottom:12px;

}

.resource-badge.featured{

background:#F5C542;
color:#071529;

}

.resource-badge.premium{

background:#ffffff;
color:#071529;

}

/* ==================================================
   META
================================================== */

.resource-meta{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:16px;

margin-top:30px;
margin-bottom:30px;

}

.meta-box{

background:
rgba(255,255,255,.08);

backdrop-filter:blur(10px);

border:1px solid
rgba(255,255,255,.15);

padding:20px;

border-radius:20px;

}

.meta-box span{

display:block;

font-size:12px;

text-transform:uppercase;

letter-spacing:1px;

color:
rgba(255,255,255,.65);

margin-bottom:6px;

}

.meta-box strong{

font-size:15px;

font-weight:700;

color:#fff;

line-height:1.5;

}

/* ==================================================
   BUTTONS
================================================== */

.resource-buttons{

display:flex;
flex-wrap:wrap;

gap:15px;

}

.download-btn,
.external-btn,
.contact-btn{

display:inline-flex;

align-items:center;
justify-content:center;

padding:16px 28px;

border-radius:14px;

text-decoration:none;

font-size:15px;
font-weight:700;

transition:.35s;

}

.download-btn{

background:#F5C542;
color:#071529;

}

.external-btn{

background:#fff;
color:#071529;

}

.contact-btn{

background:#071529;
color:#fff;

}

.download-btn:hover,
.external-btn:hover,
.contact-btn:hover{

transform:
translateY(-4px);

}

/* ==================================================
   DETAILS
================================================== */

.resource-details{

padding:70px 0;

}

.resource-info-card{

background:#fff;

padding:40px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.05);

}

.resource-info-card h2{

font-size:34px;

font-weight:800;

color:#071529;

margin-bottom:30px;

}

.resource-info-grid{

display:grid;

grid-template-columns:
repeat(5,1fr);

gap:18px;

}

.info-item{

background:#F8FAFC;

padding:20px;

border-radius:18px;

border:1px solid #E2E8F0;

}

.info-item span{

display:block;

font-size:12px;

text-transform:uppercase;

letter-spacing:1px;

color:#94A3B8;

margin-bottom:8px;

}

.info-item strong{

font-size:15px;

font-weight:700;

color:#071529;

}

/* ==================================================
   CONTENT
================================================== */

.resource-content-section{

padding-bottom:80px;

}

.resource-content-box{

background:#fff;

padding:50px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.05);

}

.resource-content-box h2{

font-size:36px;

font-weight:800;

margin-bottom:30px;

color:#071529;

}

.resource-editor-content{

font-size:17px;

line-height:2;

color:#334155;

}

.resource-editor-content img{

max-width:100%;
height:auto;

border-radius:16px;

margin:20px 0;

}

/* ==================================================
   CTA
================================================== */

.resource-download-cta{

padding-bottom:80px;

}

.download-card{

background:
linear-gradient(
135deg,
#071529,
#123D7A
);

padding:70px 40px;

border-radius:35px;

text-align:center;

}

.download-card h2{

font-size:42px;

font-weight:900;

color:#fff;

margin-bottom:15px;

}

.download-card p{

font-size:18px;

color:
rgba(255,255,255,.85);

margin-bottom:30px;

}

.cta-buttons{

display:flex;
justify-content:center;
flex-wrap:wrap;

gap:15px;

}

/* ==================================================
   RELATED
================================================== */

.related-resources{

padding-bottom:100px;

}

.related-resources h2{

font-size:40px;

font-weight:800;

color:#071529;

text-align:center;

margin-bottom:40px;

}

.related-grid{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:25px;

}

.related-card{

background:#fff;

border-radius:24px;

overflow:hidden;

text-decoration:none;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

transition:.35s;

}

.related-card:hover{

transform:
translateY(-8px);

}

.related-card img{

width:100%;
height:auto;

display:block;

object-fit:contain;

background:#fff;

}

.related-card h3{

padding:22px;

font-size:18px;

font-weight:700;

line-height:1.5;

color:#071529;

}

/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

.resource-hero-grid{

grid-template-columns:
1fr;

}

.resource-meta{

grid-template-columns:
1fr 1fr;

}

.resource-info-grid{

grid-template-columns:
1fr 1fr;

}

.related-grid{

grid-template-columns:
1fr 1fr;

}

}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:768px){

.resource-container{

padding:0 16px;

}

.resource-hero{

padding:50px 0;

}

.resource-content{

text-align:center;

}

.resource-meta{

grid-template-columns:
1fr 1fr;

}

.resource-info-grid{

grid-template-columns:
1fr;

}

.resource-content-box{

padding:25px;

}

.download-card{

padding:40px 25px;

}

.download-card h2{

font-size:30px;

}

.related-grid{

grid-template-columns:
1fr;

}

}

/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

.resource-content h1{

font-size:30px;

}

.resource-description{

font-size:15px;

}

.resource-meta{

grid-template-columns:
1fr;

}

.resource-buttons{

flex-direction:column;

}

.download-btn,
.external-btn,
.contact-btn{

width:100%;

}

.resource-info-card{

padding:25px;

}

.resource-content-box{

padding:20px;

}

}