.res-hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--zd-white),#f0f4f8);text-align:center;border-bottom:1px solid var(--zd-cream-dark)}.res-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:24px;letter-spacing:-0.02em;color:var(--zd-text-dark)}.res-hero p{font-size:1.25rem;color:var(--zd-text-muted);max-width:600px;margin:0 auto}.res-section{padding:100px 0}.res-section-alt{background:#f8fafc;border-top:1px solid var(--zd-cream-dark);border-bottom:1px solid var(--zd-cream-dark)}.res-header{margin-bottom:48px}.res-header h2{font-size:2rem;font-weight:700;color:var(--zd-text-dark)}.res-header p{font-size:1.1rem;color:var(--zd-text-muted);margin-top:8px}.featured-resource{background:var(--zd-text-dark);border-radius:24px;padding:64px;display:flex;align-items:center;justify-content:space-between;gap:48px;color:white;box-shadow:0 24px 48px rgba(0,0,0,0.1);position:relative;overflow:hidden}.featured-resource::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,0.3) 0%,transparent 70%);border-radius:50%;pointer-events:none}.featured-content{flex:1;z-index:1}.featured-tag{display:inline-block;padding:6px 12px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:100px;font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:24px}.featured-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.featured-content p{font-size:1.15rem;color:#a1a1aa;margin-bottom:32px;max-width:500px}.featured-visual{flex:1;display:flex;justify-content:center;z-index:1}.report-mockup{width:320px;height:400px;background:white;border-radius:12px;box-shadow:0 32px 64px rgba(0,0,0,0.3);padding:32px;display:flex;flex-direction:column;justify-content:space-between;position:relative;transform:rotate(2deg);transition:transform 0.4s ease}.featured-resource:hover .report-mockup{transform:rotate(0deg) scale(1.02)}.report-header .logo-text{color:var(--zd-text-dark);font-size:1.5rem}.report-header .logo-accent{color:var(--zd-lime)}.report-title{font-size:2rem;font-weight:800;color:var(--zd-text-dark);line-height:1.1;margin-top:40px}.report-year{font-size:4rem;font-weight:900;color:#f1f5f9;position:absolute;bottom:20px;right:20px;z-index:0}.res-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.res-card{background:white;border:1px solid var(--zd-cream-dark);border-radius:16px;padding:32px;transition:all 0.3s ease;display:flex;flex-direction:column}.res-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.06);border-color:var(--zd-lime)}.res-card-tag{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--zd-lime);margin-bottom:16px}.res-card h3{font-size:1.4rem;font-weight:700;color:var(--zd-text-dark);margin-bottom:12px;line-height:1.3}.res-card p{color:var(--zd-text-muted);font-size:0.95rem;line-height:1.6;margin-bottom:24px;flex:1}.res-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--zd-lime);text-decoration:none;font-size:0.95rem}.res-link:hover{gap:12px}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.tech-card{display:flex;gap:20px;background:white;border:1px solid var(--zd-cream-dark);border-radius:16px;padding:24px;transition:box-shadow 0.3s ease}.tech-card:hover{box-shadow:0 10px 30px rgba(0,0,0,0.05)}.tech-icon{width:48px;height:48px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:var(--zd-lime);flex-shrink:0}.tech-info h4{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:var(--zd-text-dark)}.tech-info p{font-size:0.9rem;color:var(--zd-text-muted);margin-bottom:16px}.tech-info .res-link{font-size:0.85rem}.webinar-card{background:white;border:1px solid var(--zd-cream-dark);border-radius:16px;overflow:hidden;transition:all 0.3s ease}.webinar-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.06)}.webinar-thumb{height:200px;background:var(--zd-text-dark);position:relative;display:flex;align-items:center;justify-content:center}.play-btn{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:white;transition:transform 0.3s ease,background 0.3s ease}.webinar-card:hover .play-btn{transform:scale(1.1);background:var(--zd-lime)}.webinar-content{padding:24px}.webinar-content h4{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:var(--zd-text-dark)}.webinar-meta{font-size:0.85rem;color:var(--zd-text-muted);display:flex;gap:16px}@media(max-width:992px){.featured-resource{flex-direction:column;padding:40px;text-align:center}.res-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.res-hero h1{font-size:2.5rem}.res-grid-3,.tech-grid{grid-template-columns:1fr}}