@charset "UTF-8";.hero-leeboy{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-dark) 100%);min-height:540px;display:flex;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-leeboy::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 50%,rgba(212,166,54,.1) 0,transparent 70%)}.hero-leeboy .hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:80px 20px;color:#fff}.hero-leeboy .eyebrow{display:inline-block;background:var(--brand-secondary);color:var(--brand-dark);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:3px;margin-bottom:20px}.hero-leeboy h1{font-size:max(1.8rem, min(4vw, 2.8rem));color:#fff;font-weight:800;line-height:1.12;margin-bottom:20px}.hero-leeboy .hero-sub{font-size:1.08rem;opacity:.85;max-width:580px;margin:0 auto 36px;line-height:1.7}.hero-leeboy .hero-cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media (max-width:767.98px){.hero-leeboy{min-height:auto}.hero-leeboy .hero-content{padding:60px 16px}}