@charset "UTF-8";.hero-esco{background:var(--brand-primary);color:#fff;padding:64px 0 56px;text-align:center}.hero-esco h1{color:#fff;font-size:max(1.5rem, min(3vw, 2.4rem));margin-bottom:14px;max-width:680px;margin-left:auto;margin-right:auto}.hero-esco .hero-sub{color:rgba(255,255,255,.75);font-size:1rem;max-width:520px;margin:0 auto 24px;line-height:1.65}.hero-esco .hero-cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.quick-search{background:var(--brand-accent);padding:28px 0;border-bottom:1px solid rgba(27,67,50,.06)}.quick-search .category-pill{display:inline-block;background:#fff;border:1px solid rgba(27,67,50,.1);border-radius:20px;padding:8px 18px;font-size:.85rem;font-weight:600;color:var(--brand-primary);transition:all var(--transition);-webkit-text-decoration:none;text-decoration:none}.quick-search .category-pill:hover{background:var(--brand-secondary);color:#fff;border-color:var(--brand-secondary)}.testimonial-card{background:#fff;border-left:3px solid var(--brand-secondary);border-radius:var(--border-radius);padding:20px 20px 16px;box-shadow:var(--shadow-sm)}.testimonial-card .quote-text{font-size:.9rem;font-style:italic;line-height:1.6;margin-bottom:12px}.testimonial-card .quote-author{font-weight:700;font-size:.85rem;color:var(--brand-primary)}.testimonial-card .quote-role{font-size:.78rem;color:var(--brand-muted)}@media (max-width:767.98px){.hero-esco{padding:44px 0 36px}}