.sfhs-hero,.sfhs-hero *{box-sizing:border-box}.sfhs-hero{width:100%;margin:0;padding:26px 0 34px;background:var(--sfhs-outer-bg);position:relative;isolation:isolate}.sfhs-hero__inner{width:min(calc(100% - 28px),var(--sfhs-max));margin-inline:auto}.sfhs-hero__card{width:100%;padding:var(--sfhs-py) var(--sfhs-px) 22px;background:var(--sfhs-card-bg);border:var(--sfhs-card-border-w) solid var(--sfhs-card-border);border-radius:var(--sfhs-card-radius);overflow:hidden;position:relative}.sfhs-hero__card::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(700px 260px at 72% -20%,color-mix(in srgb,var(--sfhs-accent) 10%,transparent),transparent 72%);opacity:.9}.sfhs-hero__main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,calc(100% - var(--sfhs-visual-w) - var(--sfhs-gap))) minmax(260px,var(--sfhs-visual-w));grid-template-areas:"visual content";gap:var(--sfhs-gap);align-items:stretch;min-height:var(--sfhs-hero-min-h)}.sfhs-hero__main--no-visual{grid-template-columns:minmax(0,1fr);grid-template-areas:"content";min-height:auto}.sfhs-hero__content{grid-area:content;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-block:0;position:relative;z-index:2}.sfhs-hero__text{margin:0;color:var(--sfhs-text-color);font-family:var(--sfhs-text-font);font-size:var(--sfhs-text-size);font-weight:var(--sfhs-text-weight);line-height:var(--sfhs-line-height);text-align:var(--sfhs-text-align);overflow-wrap:anywhere}.sfhs-hero__text>h1,.sfhs-hero__text>h2,.sfhs-hero__text>h3,.sfhs-hero__text>h4,.sfhs-hero__text>h5,.sfhs-hero__text>h6,.sfhs-hero__text>p,.sfhs-hero__text>div,.sfhs-hero__text>blockquote{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;max-width:100%}.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h1:not([style*="color"]),.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h2:not([style*="color"]),.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h3:not([style*="color"]),.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h4:not([style*="color"]),.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h5:not([style*="color"]),.sfhs-hero .sfhs-hero__content .sfhs-hero__text>h6:not([style*="color"]){color:var(--sfhs-heading-color)!important}.sfhs-hero__text>h1,.sfhs-hero__text>h2,.sfhs-hero__text>h3,.sfhs-hero__text>h4,.sfhs-hero__text>h5,.sfhs-hero__text>h6{font-weight:inherit;letter-spacing:-.02em}.sfhs-hero__text>p,.sfhs-hero__text>div,.sfhs-hero__text>blockquote{font-weight:inherit}.sfhs-hero__text>*{margin-block:0}.sfhs-hero__text>*:last-child{margin-bottom:0}.sfhs-hero__text ul,.sfhs-hero__text ol{color:inherit;font:inherit;text-align:inherit;margin-block:0 var(--sfhs-p-margin-bottom);padding-inline-start:1.4em;line-height:var(--sfhs-p-line-height)}.sfhs-hero__text li{margin-block:.15em}.sfhs-hero__text a{color:inherit;text-decoration:underline;text-underline-offset:.16em;text-decoration-thickness:.06em}.sfhs-hero__text a:hover{text-decoration-thickness:.1em}.sfhs-hero__text strong,.sfhs-hero__text b{font-weight:800}.sfhs-hero__visual{grid-area:visual;min-width:0;min-height:var(--sfhs-visual-min-h);position:relative;border-radius:var(--sfhs-visual-radius);overflow:hidden;isolation:isolate;background:color-mix(in srgb,var(--sfhs-card-bg) 82%,#000)}.sfhs-hero__visual-media,.sfhs-hero__visual-link{display:block;width:100%;height:100%;min-height:inherit}.sfhs-hero__visual-image{display:block;width:100%;height:100%;min-height:inherit;object-fit:var(--sfhs-visual-fit);object-position:var(--sfhs-visual-pos);border:0;margin:0;padding:0}.sfhs-hero__visual::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.sfhs-hero__visual-link:focus-visible{outline:3px solid var(--sfhs-accent);outline-offset:-4px}.sfhs-hero__features{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px var(--sfhs-features-gap);margin-top:18px;color:var(--sfhs-features-color);font-family:var(--sfhs-text-font);font-size:var(--sfhs-features-size);line-height:1.5}.sfhs-feature{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none;white-space:nowrap;max-width:100%}.sfhs-feature:hover{color:var(--sfhs-accent)}.sfhs-feature:focus-visible{outline:2px solid var(--sfhs-accent);outline-offset:4px;border-radius:4px}.sfhs-feature__icon{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:var(--sfhs-features-icon);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sfhs-hero__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:var(--sfhs-btn-gap);min-width:0;margin-top:22px}.sfhs-btn{--sfhs-this-bg:var(--sfhs-btn-bg);--sfhs-this-color:var(--sfhs-btn-color);display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:var(--sfhs-btn-py) var(--sfhs-btn-px);border:1px solid var(--sfhs-btn-border);border-radius:var(--sfhs-btn-radius);background:var(--sfhs-this-bg);color:var(--sfhs-this-color);font-family:var(--sfhs-btn-font);font-size:var(--sfhs-btn-size);font-weight:var(--sfhs-btn-weight);line-height:1.25;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden;transform:translateZ(0);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,opacity .2s ease}.sfhs-btn:hover,.sfhs-btn:focus-visible{color:var(--sfhs-this-color);text-decoration:none;filter:brightness(1.05)}.sfhs-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--sfhs-this-bg) 40%,#fff);outline-offset:3px}.sfhs-btn--static{cursor:default}.sfhs-effect-lift:hover,.sfhs-effect-lift:focus-visible{transform:translateY(-3px);box-shadow:0 10px 24px color-mix(in srgb,var(--sfhs-this-bg) 28%,transparent)}.sfhs-effect-glow:hover,.sfhs-effect-glow:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--sfhs-this-bg) 15%,transparent),0 10px 30px color-mix(in srgb,var(--sfhs-this-bg) 30%,transparent)}.sfhs-effect-scale:hover,.sfhs-effect-scale:focus-visible{transform:scale(1.04)}.sfhs-effect-shine::after{content:"";position:absolute;inset:-50% auto -50% -45%;width:35%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);transform:skewX(-20deg) translateX(-260%);transition:transform .55s ease;pointer-events:none}.sfhs-effect-shine:hover::after,.sfhs-effect-shine:focus-visible::after{transform:skewX(-20deg) translateX(520%)}.sfhs-effect-pulse:hover,.sfhs-effect-pulse:focus-visible{animation:sfhs-pulse .7s ease}@keyframes sfhs-pulse{0%,100%{transform:scale(1)}45%{transform:scale(1.055)}}.sfhs-stats{position:relative;z-index:2;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:var(--sfhs-stats-gap);background:var(--sfhs-stats-bg);border:1px solid var(--sfhs-stats-border);border-radius:var(--sfhs-stats-radius);overflow:hidden}.sfhs-stat{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:14px 12px;color:inherit;text-decoration:none;text-align:center;border-inline-start:1px solid color-mix(in srgb,var(--sfhs-stats-border) 74%,transparent);transition:background .2s ease,transform .2s ease}.sfhs-stat:first-child{border-inline-start:0}a.sfhs-stat:hover{background:color-mix(in srgb,var(--sfhs-accent) 7%,transparent)}a.sfhs-stat:focus-visible{outline:2px solid var(--sfhs-accent);outline-offset:-3px}.sfhs-stat__value{display:block;color:var(--sfhs-stats-value);font-family:var(--sfhs-text-font);font-size:var(--sfhs-stats-value-size);font-weight:800;line-height:1.15;white-space:nowrap}.sfhs-stat__label{display:block;color:var(--sfhs-stats-label);font-family:var(--sfhs-text-font);font-size:var(--sfhs-stats-label-size);font-weight:600;line-height:1.45}.sfhs-slider-wrap{width:min(calc(100% - 0px),var(--sfhs-max));margin:var(--sfhs-slider-mt) auto 0}.sfhs-slider{width:100%;position:relative;background:var(--sfhs-slider-bg);border:var(--sfhs-slider-border-w) solid var(--sfhs-slider-border);border-radius:var(--sfhs-slider-radius);overflow:hidden;aspect-ratio:var(--sfhs-ratio);outline:none;transition:aspect-ratio .2s ease,box-shadow .2s ease}.sfhs-slider:focus-visible{outline:3px solid color-mix(in srgb,var(--sfhs-accent) 45%,transparent);outline-offset:3px}.sfhs-slider__viewport{width:100%;height:100%;overflow:hidden;touch-action:pan-y}.sfhs-slider__track{display:flex;direction:ltr;width:100%;height:100%;transform:translate3d(0,0,0);transition:transform .5s cubic-bezier(.22,.61,.36,1);will-change:transform}.sfhs-slider.is-dragging .sfhs-slider__track{transition:none;cursor:grabbing}.sfhs-slide{flex:0 0 100%;width:100%;height:100%;min-width:0;position:relative}.sfhs-slide__link{display:block;width:100%;height:100%}.sfhs-slide__image{display:block;width:100%;height:100%;object-fit:contain;border:0;margin:0;padding:0}.sfhs-slider__arrow{position:absolute;top:50%;z-index:3;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(4,13,18,.72);color:#fff;display:grid;place-items:center;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;direction:ltr}.sfhs-slider__arrow:hover,.sfhs-slider__arrow:focus-visible{background:rgba(7,24,25,.95);transform:translateY(-50%) scale(1.05)}.sfhs-slider__arrow:focus-visible{outline:2px solid var(--sfhs-accent);outline-offset:2px}.sfhs-slider__arrow-icon{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.sfhs-slider__arrow--prev{left:14px}.sfhs-slider__arrow--next{right:14px}.sfhs-slider__dots{position:absolute;z-index:3;left:50%;bottom:12px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:7px;padding:4px 6px;border-radius:999px;background:rgba(4,13,18,.32)}.sfhs-slider__dot{appearance:none;-webkit-appearance:none;width:7px;height:7px;min-width:7px;min-height:7px;margin:0;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.86);cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.sfhs-slider__dot.is-active{background:var(--sfhs-accent);transform:scale(1.25);box-shadow:0 0 8px color-mix(in srgb,var(--sfhs-accent) 60%,transparent)}.sfhs-slider__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(prefers-reduced-motion:reduce){.sfhs-slider__track,.sfhs-btn,.sfhs-slider__arrow,.sfhs-slider__dot{transition:none!important;animation:none!important}}.sfhs-hero .sfhs-hero__text .sfhs-user-size{font-size:inherit}