:root{--accent: #DFFE68;--accent-dark: #C8E85C;--black: #1a1a1a;--white: #ffffff;--gray-dark: #4a4a4a;--gray: #6b6b6b;--gray-light: #e5e5e5;--gray-lighter: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;background:var(--gray-lighter);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}.header{background:var(--white);border-bottom:2px solid var(--black);padding:.75rem 1.5rem;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo img{height:28px;width:auto}.nav{display:flex;align-items:center;gap:.25rem}.nav a{padding:.5rem 1rem;color:var(--gray);text-decoration:none;font-size:.9rem;font-weight:500;border-radius:6px;transition:all .15s}.nav a:hover{color:var(--black);background:var(--gray-lighter)}.nav a.active{color:var(--black);font-weight:600;background:var(--accent)}.nav a.external{display:flex;align-items:center;gap:.25rem}.nav-cta{margin-left:.5rem;padding:.5rem 1rem;background:var(--black);color:#fff!important;border-radius:6px;font-weight:600}.nav-cta:hover{background:#333!important}@media(max-width:768px){.nav{display:none}}.breadcrumbs{background:#fff;border-bottom:2px solid var(--black);padding:.75rem 1.5rem}.breadcrumbs-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.breadcrumbs a{color:#6b6b6b;text-decoration:none}.breadcrumbs a:hover{color:var(--black)}.breadcrumbs span{color:#6b6b6b}.breadcrumbs .current{color:var(--black);font-weight:600}.hero{background:var(--white);border-bottom:2px solid var(--black);padding:4rem 2rem;text-align:center}.hero-inner{max-width:700px;margin:0 auto}.hero h1{font-size:3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.1}.hero h1 span{background:var(--accent);padding:0 .25rem}.hero p{font-size:1.15rem;color:var(--gray-dark);max-width:620px;margin:0 auto}.hero-ctas{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:800px;margin:36px auto 0}.hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:18px 22px;background:#fff;border:2px solid var(--black);border-radius:12px;text-decoration:none;color:var(--black);box-shadow:4px 4px 0 0 var(--black);transition:transform .12s ease,box-shadow .12s ease,background .12s ease;text-align:left}.hero-cta:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 0 var(--black)}.hero-cta.primary{background:var(--accent)}.hero-cta-label{font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.hero-cta-sub{font-size:.85rem;color:var(--gray-dark);font-weight:500}.filter-bar{position:sticky;top:56px;z-index:40;background:#fff;border-bottom:2px solid var(--black);padding:12px 16px}.filter-bar-inner{max-width:1200px;margin:0 auto;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.filter-bar-inner::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0;padding:8px 14px;background:#fff;border:2px solid var(--black);border-radius:999px;font-size:.85rem;font-weight:700;color:var(--black);text-decoration:none;transition:background .12s ease,transform .12s ease;scroll-snap-align:start;cursor:pointer}.filter-pill:hover{background:var(--gray-lighter)}.filter-pill.active{background:var(--accent);box-shadow:2px 2px 0 0 var(--black)}.container{max-width:1100px;margin:0 auto;padding:3rem 2rem}.section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--gray);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.section-title:after{content:"";flex:1;height:2px;background:var(--gray-light)}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.resource-card{background:var(--white);border:2px solid var(--black);padding:1.75rem;box-shadow:4px 4px 0 var(--black);transition:all .15s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.resource-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--black)}.resource-badge{display:inline-block;padding:.3rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;border:2px solid var(--black);align-self:flex-start}.resource-badge.toolkit{background:var(--accent)}.resource-badge.assessment{background:#3b82f6;color:#fff}.resource-badge.workshop{background:#10b981;color:#fff}.resource-badge.template{background:#f59e0b;color:#fff}.resource-title{font-size:1.35rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.2}.resource-desc{font-size:.95rem;color:var(--gray-dark);margin-bottom:1rem;flex:1}.resource-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--gray);border-top:1px solid var(--gray-light);padding-top:1rem;margin-top:auto}.resource-meta-item{display:flex;align-items:center;gap:.35rem}.resource-meta-item svg{width:14px;height:14px;fill:currentColor}.resource-cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:var(--black);margin-top:1rem}.resource-cta svg{width:16px;height:16px;fill:currentColor;transition:transform .15s}.resource-card:hover .resource-cta svg{transform:translate(4px)}.featured-card{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:var(--accent)}.featured-content{padding:1rem 0}.featured-visual{background:var(--black);display:flex;align-items:center;justify-content:center;padding:2rem}.featured-visual-text{color:var(--white);font-size:3rem;font-weight:800;text-align:center;line-height:1.1}.featured-visual-text span{color:var(--accent)}@media(max-width:768px){.featured-card{grid-template-columns:1fr}.featured-visual{display:none}.hero h1{font-size:2rem}.resource-grid{grid-template-columns:1fr}}.cta-section{background:var(--black);padding:4rem 2rem;text-align:center}.cta-inner{max-width:600px;margin:0 auto}.cta-section h2{color:var(--white);font-size:2rem;font-weight:800;margin-bottom:1rem}.cta-section p{color:#999;margin-bottom:2rem}.cta-btn{display:inline-block;background:var(--accent);color:var(--black);padding:1rem 2rem;font-weight:700;text-decoration:none;border:2px solid var(--accent);transition:all .15s}.cta-btn:hover{background:transparent;color:var(--accent)}.footer{background:var(--black);color:var(--white);padding:4rem 2rem 1.5rem}.footer-top{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid #333}.footer-logo{height:28px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand p{font-size:.9rem;color:#999;line-height:1.5;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .15s}.social-links a:hover{background:var(--accent);color:var(--black)}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;color:var(--accent)}.footer-col a{display:block;color:#ccc;text-decoration:none;font-size:.85rem;margin-bottom:.6rem;line-height:1.4}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:1100px;margin:0 auto;padding-top:2rem;text-align:center}.footer-bottom p{font-size:.8rem;color:#666}@media(max-width:900px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}
