/* ==========================================
WARDNAV RESOURCES PAGE
========================================== */

.resources-page{
background:
radial-gradient(circle at 85% 8%, rgba(20,184,166,.18), transparent 30%),
radial-gradient(circle at 10% 22%, rgba(30,94,255,.12), transparent 32%),
linear-gradient(180deg,#f5f9ff 0%,#ffffff 72%);
overflow:hidden;
}

/* HERO */

.resources-hero{
max-width:1280px;
margin:0 auto;
padding:120px 28px 90px;
display:grid;
grid-template-columns:1fr 420px;
gap:70px;
align-items:center;
}

.resources-eyebrow,
.resources-kicker{
display:inline-flex;
align-items:center;
gap:10px;
color:#1E5EFF;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
font-size:.78rem;
}

.resources-eyebrow span,
.resources-kicker span{
width:10px;
height:10px;
border-radius:50%;
background:#14B8A6;
}

.resources-hero h1{
font-size:clamp(3rem,6vw,6rem);
line-height:.95;
letter-spacing:-.06em;
color:#0F172A;
margin:20px 0;
}

.resources-hero h1 span{
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

.resources-hero p{
color:#64748B;
font-size:1.08rem;
line-height:1.8;
}

.resources-actions{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:30px;
}

.resources-btn{
min-height:56px;
padding:0 24px;
border-radius:16px;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
font-weight:800;
transition:.25s;
}

.resources-btn:hover{
transform:translateY(-2px);
}

.resources-btn.primary{
background:linear-gradient(135deg,#1E5EFF,#14B8A6);
color:white;
box-shadow:0 18px 36px rgba(30,94,255,.25);
}

.resources-btn.secondary{
background:white;
color:#0F172A;
border:1px solid #D9E6F5;
}

/* FEATURE CARD */

.resources-highlight{
background:white;
border:1px solid #D9E6F5;
border-radius:34px;
padding:34px;
box-shadow:0 36px 80px rgba(15,23,42,.12);
}

.resource-tag{
display:inline-flex;
background:#E9FBF5;
color:#0F766E;
padding:8px 14px;
border-radius:999px;
font-size:.75rem;
font-weight:800;
margin-bottom:16px;
}

.resources-highlight h3{
font-size:2rem;
color:#0F172A;
margin-bottom:14px;
}

.resources-highlight p{
margin-bottom:24px;
}

/* CATEGORYS */

.resource-categories{
max-width:1280px;
margin:0 auto;
padding:0 28px 40px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}

.category-card{
background:white;
border:1px solid #D9E6F5;
border-radius:24px;
padding:24px;
text-align:center;
box-shadow:0 18px 40px rgba(15,23,42,.07);
}

.category-card .icon{
font-size:2rem;
margin-bottom:12px;
}

.category-card h3{
color:#0F172A;
margin-bottom:8px;
}

.category-card p{
color:#64748B;
}

/* SECTIONS */

.resources-section{
max-width:1280px;
margin:0 auto;
padding:100px 28px;
}

.section-head{
text-align:center;
max-width:860px;
margin:0 auto 60px;
}

.section-head h2{
font-size:clamp(2.3rem,4vw,4rem);
line-height:1;
margin:18px 0;
color:#0F172A;
}

.section-head p{
color:#64748B;
line-height:1.75;
}

.resources-grid{
display:grid;
gap:18px;
}

.resources-grid.three{
grid-template-columns:repeat(3,1fr);
}

/* RESOURCE CARDS */

.resource-card{
background:white;
border:1px solid #D9E6F5;
border-radius:28px;
padding:28px;
text-decoration:none;
color:inherit;
box-shadow:0 20px 44px rgba(15,23,42,.07);
transition:.25s;
}

.resource-card:hover{
transform:translateY(-6px);
}

.resource-card.featured{
border-color:rgba(30,94,255,.35);
box-shadow:0 30px 60px rgba(30,94,255,.12);
}

.resource-card .icon{
width:58px;
height:58px;
border-radius:20px;
background:#EEF5FF;
display:grid;
place-items:center;
font-size:1.5rem;
margin-bottom:18px;
}

.resource-card h3{
color:#0F172A;
margin-bottom:10px;
}

.resource-card p{
color:#64748B;
line-height:1.65;
}

.badge{
display:inline-flex;
background:#EEF5FF;
color:#1E5EFF;
border-radius:999px;
padding:7px 12px;
font-size:.75rem;
font-weight:800;
margin-bottom:16px;
}

/* INFO HUB */

.resources-info-hub{
background:white;
border:1px solid #D9E6F5;
border-radius:34px;
padding:40px;
box-shadow:0 24px 60px rgba(15,23,42,.08);
}

/* NEWSLETTER */

.newsletter-section{
max-width:1200px;
margin:0 auto;
padding:0 28px 100px;
}

.newsletter-card{
border-radius:38px;
padding:60px 40px;
text-align:center;
color:white;
background:
radial-gradient(circle at top left, rgba(20,184,166,.22), transparent 35%),
linear-gradient(135deg,#0F172A,#1E3A8A);
}

.newsletter-card span{
color:#5EEAD4;
font-weight:900;
letter-spacing:.12em;
}

.newsletter-card h2{
margin:14px 0;
font-size:clamp(2.3rem,4vw,4rem);
}

.newsletter-card p{
max-width:700px;
margin:0 auto 28px;
color:rgba(255,255,255,.8);
}

.newsletter-actions{
display:flex;
gap:14px;
justify-content:center;
flex-wrap:wrap;
}

/* FINAL CTA */

.final-resources-cta{
max-width:1200px;
margin:0 auto 90px;
padding:60px 32px;
text-align:center;
border-radius:38px;
background:white;
border:1px solid #D9E6F5;
box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.final-resources-cta h2{
color:#0F172A;
font-size:clamp(2.2rem,4vw,3.8rem);
}

.final-resources-cta p{
max-width:700px;
margin:16px auto 28px;
color:#64748B;
}

/* RESPONSIVE */

@media(max-width:1050px){

.resources-hero{
grid-template-columns:1fr;
}

.resource-categories{
grid-template-columns:repeat(2,1fr);
}

.resources-grid.three{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:650px){

.resources-hero{
padding:70px 18px 60px;
}

.resources-section{
padding:80px 18px;
}

.resource-categories{
grid-template-columns:1fr;
padding-left:18px;
padding-right:18px;
}

.resources-grid.three{
grid-template-columns:1fr;
}

.resources-actions,
.newsletter-actions{
flex-direction:column;
}

.resources-btn{
width:100%;
}

.newsletter-section{
padding-left:18px;
padding-right:18px;
}
}
