.services-hero{background-color:var(--bg-primary-color);background-image:radial-gradient(80% 55% at 50% -5%,#f5872c26 0%,#0000 70%),radial-gradient(40% 30% at 85% 110%,#f5872c0d 0%,#0000 70%);justify-content:center;align-items:center;width:100%;padding:clamp(5rem,10vw,8rem) 10vw clamp(4rem,7vw,6rem);display:flex;position:relative;overflow:hidden}.services-hero-container{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:780px;display:flex;position:relative}.services-hero-badge{background:#f5872c12;border:1px solid #f5872c4d;border-radius:100px;align-items:center;gap:7px;padding:5px 16px;display:inline-flex}.services-hero-badge:before{content:"";background:var(--primary-color);width:6px;height:6px;box-shadow:0 0 8px var(--primary-color);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite sh-badge-pulse}@keyframes sh-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.services-hero-badge span{letter-spacing:.12em;text-transform:uppercase;color:var(--primary-color);font-size:10.5px;font-weight:700}.services-hero-title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:900;line-height:1.1}.services-hero-description{color:#8896ab;max-width:620px;margin:0;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.75}.services-hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.services-hero-button-primary{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .15s;display:inline-block}.services-hero-button-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #f5872c66}.services-hero-button-secondary{color:#fff;cursor:pointer;background-color:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-block}.services-hero-button-secondary:hover{background-color:#ffffff1a;border-color:#fff3}.services-hero-stats{border-top:1px solid #ffffff12;justify-content:center;gap:clamp(2rem,5vw,4rem);width:100%;margin-top:1rem;padding-top:1.5rem;display:flex}.services-hero-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.services-hero-stat strong{color:#fff;letter-spacing:-.03em;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.services-hero-stat span{color:#8896ab;font-size:.82rem;font-weight:400}@media (max-width:767px){.services-hero{padding:clamp(4rem,14vw,6rem) 6vw clamp(3rem,10vw,5rem)}.services-hero-stats{gap:1.5rem}}
