.resource-page{background:var(--bg)}
.resource-main{padding:30px 32px 44px}
.resource-shell{max-width:1080px;margin:0 auto}
.resource-hero{padding:34px 32px 0;background:linear-gradient(180deg,var(--bg-alt) 0%,rgba(244,246,248,0) 100%)}
html[data-theme="dark"] .resource-hero{background:linear-gradient(180deg,rgba(15,20,28,1) 0%,rgba(15,20,28,.18) 100%)}
.resource-hero-card,.resource-card,.resource-cta{background:var(--card);border:1px solid var(--card-border);border-radius:24px;box-shadow:var(--shadow-card)}
html[data-theme="dark"] .resource-hero-card,html[data-theme="dark"] .resource-card,html[data-theme="dark"] .resource-cta{background:var(--surface)}
.resource-hero-card{padding:34px}
.resource-kicker{margin:0 0 9px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
.resource-title{margin:0 0 16px;max-width:20ch;font-size:clamp(2.5rem,4.7vw,4.35rem);line-height:1.02;letter-spacing:-.045em;color:var(--text);text-wrap:balance}
.resource-lead{max-width:820px;margin:0 0 12px;font-size:1.04rem;line-height:1.72;color:var(--text-secondary)}
.resource-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.resource-summary span{padding:7px 11px;border:1px solid var(--border);border-radius:999px;background:var(--bg);font-size:.84rem;color:var(--text-secondary)}
html[data-theme="dark"] .resource-summary span{background:var(--bg-alt)}
.resource-section{margin-top:18px}
.resource-card{padding:28px}
.resource-head{max-width:820px;margin-bottom:18px}
.resource-head h2{margin:0 0 10px;font-size:clamp(1.55rem,2.3vw,2.05rem);line-height:1.2;letter-spacing:-.02em;color:var(--text)}
.resource-head p,.resource-card>p{margin:0 0 12px;color:var(--text-secondary);line-height:1.7}
.resource-head p:last-child,.resource-card>p:last-child{margin-bottom:0}
.resource-grid-2,.resource-grid-3,.resource-grid-4{display:grid;gap:12px}
.resource-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.resource-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.resource-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.resource-mini{padding:18px;border:1px solid var(--card-border);border-radius:16px;background:var(--bg)}
html[data-theme="dark"] .resource-mini{background:var(--bg-alt)}
.resource-mini h3{margin:0 0 7px;font-size:1rem;color:var(--text)}
.resource-mini p{margin:0;font-size:.93rem;line-height:1.65;color:var(--text-secondary)}
.resource-list{margin:0;padding-left:20px;color:var(--text-secondary)}
.resource-list li{margin:0 0 9px;line-height:1.65}
.resource-list li:last-child{margin-bottom:0}
.resource-callout{margin-top:16px;padding:17px 18px;border-left:3px solid var(--accent);background:var(--bg-alt);color:var(--text);font-weight:650;line-height:1.6}
.resource-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.resource-proof span{padding:9px 12px;border:1px solid var(--card-border);border-radius:12px;background:var(--bg);font-size:.9rem;font-weight:650;color:var(--text)}
.resource-faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.resource-faq article{padding:18px;border:1px solid var(--card-border);border-radius:16px;background:var(--bg)}
html[data-theme="dark"] .resource-faq article{background:var(--bg-alt)}
.resource-faq h3{margin:0 0 8px;font-size:.98rem;color:var(--text)}
.resource-faq p{margin:0;font-size:.92rem;line-height:1.68;color:var(--text-secondary)}
.resource-cta{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:28px;align-items:start;padding:28px}
.resource-cta h2{margin:0 0 9px;font-size:1.8rem;color:var(--text)}
.resource-cta-copy p{margin:0 0 10px;line-height:1.68;color:var(--text-secondary)}
.resource-cta-copy p:last-child{margin-bottom:0}
.resource-form{padding:20px;border:1px solid var(--card-border);border-radius:16px;background:var(--bg)}
html[data-theme="dark"] .resource-form{background:var(--bg-alt)}
.resource-booking{margin:13px 0 0;text-align:center;color:var(--text-secondary);font-size:.94rem}
.resource-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.resource-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font-weight:600;text-decoration:none;border-bottom:1px solid var(--border)}
.resource-secondary:hover{opacity:1;border-color:var(--accent)}
@media(max-width:900px){.resource-grid-3,.resource-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-cta{grid-template-columns:1fr}}
@media(max-width:700px){.resource-main,.resource-hero{padding-left:20px;padding-right:20px}.resource-hero-card,.resource-card,.resource-cta{padding:22px}.resource-grid-2,.resource-grid-3,.resource-grid-4,.resource-faq{grid-template-columns:1fr}.resource-title{font-size:2.2rem}}
@media(max-width:480px){.resource-main,.resource-hero{padding-left:16px;padding-right:16px}.resource-hero{padding-top:20px}.resource-title{font-size:1.95rem}.resource-hero-card,.resource-card,.resource-cta{padding:19px}}
