@charset "UTF-8";.hero-sdlg{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-dark) 100%);min-height:540px;display:flex;align-items:center;overflow:hidden;position:relative}.hero-sdlg .hero-content{position:relative;z-index:1;padding:56px 40px 56px 0;color:#fff}.hero-sdlg .hero-content .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:4px 12px;border-radius:2px;margin-bottom:16px}.hero-sdlg h1{font-size:max(1.75rem, min(3.5vw, 2.6rem));color:#fff;font-weight:800;line-height:1.15;margin-bottom:18px}.hero-sdlg .hero-sub{font-size:1.05rem;opacity:.85;max-width:500px;margin-bottom:32px;line-height:1.7}.hero-sdlg .hero-cta-group{display:flex;gap:14px;flex-wrap:wrap}.hero-sdlg .hero-img-wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.hero-sdlg .hero-img-wrap ai-img,.hero-sdlg .hero-img-wrap img{max-height:480px;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(0, 0, 0, .35))}@media (max-width:991.98px){.hero-sdlg .hero-content{padding:40px 0 24px}.hero-sdlg .hero-img-wrap ai-img,.hero-sdlg .hero-img-wrap img{max-height:320px}}@media (max-width:767.98px){.hero-sdlg{min-height:auto}.hero-sdlg .hero-img-wrap{display:none}}