.st-hero{position:relative;min-height:calc(100vh - 50px);display:flex;align-items:flex-end;overflow:hidden}.st-hero-bg{position:absolute;inset:0;background:var(--st-hero-image,linear-gradient(125deg,#20252e,#0d0f13));background-size:cover;background-position:right center}.st-hero-bg:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,21,26,.45),rgba(18,21,26,.3) 35%,rgba(18,21,26,.98) 96%)}.st-hero-inner{position:relative;z-index:2;padding-top:140px;padding-bottom:72px}.st-hero h1{font-size:72px;max-width:24ch}.st-hero h1 em{font-style:normal;color:var(--st-flame)}.st-hero p{font-size:16px;max-width:560px}.st-hero-line{position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--st-flame),var(--st-gold));z-index:3}.st-readout{background:var(--st-panel);border-block:1px solid var(--st-line)}.st-readout-grid{display:grid;grid-template-columns:repeat(4,1fr)}.st-readout-cell{padding:26px 30px;border-right:1px solid var(--st-line)}.st-readout-cell:last-child{border:0}.st-readout-label{font:500 10.5px var(--st-mono);letter-spacing:.14em;color:var(--st-paper-dim);text-transform:uppercase;display:flex;align-items:center;gap:8px;margin-bottom:10px}.st-readout-label i{width:6px;height:6px;border-radius:50%;background:var(--st-success);box-shadow:0 0 6px var(--st-success)}.st-readout-value{font:600 clamp(28px,3vw,40px) var(--st-mono)}.st-readout-value small{font-size:13px;color:var(--st-gold);margin-left:5px}.st-values{margin-top:42px}
.st-home-industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:35px}.st-home-industry-card{min-height:175px;padding:28px 22px;background:linear-gradient(145deg,#1c222b,#141920);border:1px solid var(--st-line);border-radius:15px;color:var(--st-paper);text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}.st-home-industry-card .st-icon{width:48px;height:48px;color:var(--st-gold)}.st-home-industry-card span{font:700 19px var(--st-heading);text-transform:uppercase}.st-home-industry-card:hover{color:#fff;border-color:var(--st-flame);transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.25)}
.st-trusted{overflow:hidden;background:#f5f6f8;color:var(--st-ink)}.st-trusted h2{color:var(--st-ink)}.st-trusted p{color:#5f6877}.st-logo-slider{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.st-logo-track{display:flex;width:max-content;gap:28px;animation:stLogoSlide 32s linear infinite}.st-logo-slider:hover .st-logo-track{animation-play-state:paused}.st-customer-logo{width:210px;height:112px;border:1px solid rgba(16,20,27,.1);border-radius:12px;background:#fff;display:grid;place-items:center;padding:20px}.st-customer-logo img{max-width:100%;max-height:72px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.75;transition:.2s}.st-customer-logo:hover img{filter:none;opacity:1}@keyframes stLogoSlide{to{transform:translateX(calc(-50% - 14px))}}

@media (max-width: 767px){.st-hero-bg{background-image:var(--st-hero-mobile-image,var(--st-hero-image,linear-gradient(125deg,#20252e,#0d0f13)));background-position:right center}}
.st-home-about .st-image-panel{min-height:460px}.st-industry-card{text-decoration:none;color:var(--st-paper);position:relative}.st-industry-card-arrow{position:absolute;right:20px;top:20px;opacity:.45}.st-industry-card-arrow .st-icon{width:17px;height:17px}.st-industry-card:hover .st-industry-card-arrow{opacity:1;color:var(--st-flame)}

/* Dynamic homepage hero slider */
.st-hero-slides,.st-hero-slide{position:absolute;inset:0}.st-hero-slide{opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.st-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.st-hero-slide .st-hero-bg{background-image:var(--st-hero-image,linear-gradient(125deg,#20252e,#0d0f13))}.st-hero-slide .st-hero-inner{height:100%;display:flex;flex-direction:column;justify-content:center}.st-hero-controls{position:absolute;z-index:5;right:max(30px,calc((100vw - var(--st-container))/2));bottom:34px;display:flex;align-items:center;gap:12px}.st-hero-arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(10,14,20,.45);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.st-hero-arrow .st-icon{width:18px;height:18px}.st-hero-arrow:hover,.st-hero-arrow:focus-visible{background:var(--st-flame);border-color:var(--st-flame)}.st-hero-dots{display:flex;gap:7px}.st-hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.st-hero-dots button.is-active{width:24px;border-radius:999px;background:var(--st-gold)}
@media(max-width:767px){.st-hero-slide .st-hero-bg{background-image:var(--st-hero-mobile-image,var(--st-hero-image,linear-gradient(125deg,#20252e,#0d0f13)))}.st-hero-controls{right:20px;bottom:18px}.st-hero-arrow{width:34px;height:34px}.st-hero-slide .st-hero-inner{justify-content:center}
.st-hero--static-mobile .st-hero-controls{display:none}
.st-hero--static-mobile .st-hero-slide{transition:none}
.st-hero--static-mobile .st-hero-slide:not(:first-child){display:none}
.st-hero--static-mobile .st-hero-slide:first-child{opacity:1!important;visibility:visible!important}
}
@media(prefers-reduced-motion:reduce){.st-hero-slide{transition:none}}