.page-hero { padding: 5rem 0 3rem; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 80% 50%, rgba(6,214,160,0.08) 0%, transparent 60%); }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent3); margin-bottom: 0.75rem; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 0.75rem; }
.page-hero p { color: var(--text-muted); max-width: 560px; font-size: 1rem; }

section { padding: 4rem 0; }
.section-title { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 0.5rem; }
.section-desc { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 2rem; }

/* Tools */
.tools-section { border-bottom: 1px solid var(--border); }
.tool-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.tool-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; background: rgba(6,214,160,0.15); color: var(--accent3); }
.tool-card h5 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.25rem; }
.tool-card p { font-size: 0.84rem; color: var(--text-muted); margin: 0; }

.skill-pill { display: inline-block; background: var(--bg-card2); border: 1px solid var(--border); color: var(--text-muted); font-size: 0.8rem; font-weight: 500; padding: 0.3rem 0.7rem; border-radius: 6px; margin: 0.2rem; }

/* Interest cards */
.interest-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; height: 100%; }
.interest-card .ic-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 1rem; }
.interest-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.interest-card p { font-size: 0.86rem; color: var(--text-muted); margin: 0; }

.bg-card-section { background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* NaijaBeats CTA */
.cta-block { background: linear-gradient(135deg, rgba(79,124,255,0.12), rgba(168,85,247,0.12)); border: 1px solid rgba(79,124,255,0.2); border-radius: 16px; padding: 2.5rem; text-align: center; }
.cta-block h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 0.5rem; }
.cta-block p { color: var(--text-muted); margin-bottom: 1.5rem; font-size: 0.9rem; }
.btn-cta { background: linear-gradient(135deg,var(--accent3),#04b589); color: #0c0c14; font-weight: 700; font-size: 0.9rem; padding: 0.65rem 1.5rem; border-radius: 8px; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: opacity 0.2s; }
.btn-cta:hover { opacity: 0.85; color: #0c0c14; }
