.hero-section{padding:48px 0 28px}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--brand-light);border:1px solid var(--brand-border);color:var(--brand-dim);border-radius:var(--rpill);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 14px;margin-bottom:18px}.hero-h1{font-size:clamp(28px,5vw,50px);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--text);margin:0 0 16px;max-width:680px}.hero-h1 .gradient-text{background:linear-gradient(135deg,var(--brand) 0,#818cf8 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:16px;color:var(--muted);max-width:500px;margin:0 0 26px;line-height:1.65}.hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--rl);padding:18px 14px;text-align:center;text-decoration:none;transition:all var(--t);display:flex;flex-direction:column;align-items:center;gap:10px}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--brand-border)}.category-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;transition:transform var(--t)}.category-card:hover .category-icon{transform:scale(1.08)}.category-icon-blue{background:#dbeafe}.category-icon-green{background:#dcfce7}.category-icon-purple{background:#ede9fe}.category-icon-amber{background:#fef3c7}.category-icon-teal{background:#ccfbf1}.category-name{font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.01em}.category-desc{font-size:11px;color:var(--muted);margin:0;line-height:1.4}.trust-bar{gap:20px;flex-wrap:wrap;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin-bottom:32px;box-shadow:var(--shadow-xs)}.trust-bar,.trust-item{display:flex;align-items:center}.trust-item{gap:7px;font-size:12.5px;color:var(--muted);font-weight:500}.trust-dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0}@media(max-width:900px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr)}.trust-bar{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:400px){.categories-grid{grid-template-columns:1fr}}