.HomeHero{position:relative;overflow:hidden}.HomeHero .hero-inner{z-index:1;max-width:1200px;margin:0 auto;animation:.6s both fadeInUp;display:grid;position:relative}.HomeHero--minimal{padding:var(--sp-8) 40px}.HomeHero--minimal .hero-inner{text-align:center;grid-template-columns:1fr;align-items:center;max-width:1000px}.HomeHero--minimal .hero-content{max-width:1000px}.HomeHero--minimal .badges{justify-content:center}.HomeHero--minimal .subtitle{max-width:680px;margin-left:auto;margin-right:auto}.HomeHero--minimal .ctas,.HomeHero--minimal .support-items{justify-content:center}.HomeHero--default .hero-inner{grid-template-columns:minmax(0,45%) minmax(0,1fr);grid-template-areas:"top media""bottom media";align-items:center;gap:40px 60px}.HomeHero--default .hero-bottom .ctas{margin-top:0}.HomeHero .hero-top{grid-area:top;max-width:640px}.HomeHero .hero-bottom{grid-area:bottom;max-width:640px}.HomeHero .hero-media{border-radius:var(--border-radius);grid-area:media;align-self:center;width:100%;min-width:0;margin-right:calc(-1*max(40px,50vw - 700px));position:relative;overflow:visible;box-shadow:0 8px 32px #0000001f}.HomeHero .hero-media .hero-video{aspect-ratio:16/9;object-fit:cover;border-radius:var(--border-radius);width:100%;height:auto;display:block}.HomeHero .hero-testimonial{background-color:var(--bg-0);border-radius:var(--border-radius);padding:14px var(--sp-4);z-index:2;max-width:320px;position:absolute;box-shadow:0 4px 20px #0000001a}.HomeHero .hero-testimonial--bottom-left{bottom:calc(var(--sp-5) * -1);left:-40px}.HomeHero .hero-testimonial--top-left{transform-origin:0 100%;bottom:-90px;left:30px;transform:scale(.85)}.HomeHero .hero-testimonial--bottom-right{transform-origin:0 100%;bottom:10px;left:290px;transform:scale(.85)}.HomeHero .hero-testimonial-header{margin-bottom:var(--sp-2);align-items:center;gap:10px;display:flex}.HomeHero .hero-testimonial-avatar{border-radius:var(--border-radius);object-fit:cover;border:2px solid #fd491a;flex:none;width:30px;height:30px}.HomeHero .hero-testimonial-avatar--initials{background-color:var(--fg-4);font-size:12px;font-weight:var(--fw-bold);color:var(--fg-0);justify-content:center;align-items:center;display:flex}.HomeHero .hero-testimonial-name{font-size:12px;font-weight:var(--fw-bold);color:var(--fg-0);margin:0;line-height:1.3}.HomeHero .hero-testimonial-role{color:var(--fg-2);font-size:12px;font-weight:var(--fw-semibold);margin:0;line-height:1.3}.HomeHero .hero-testimonial-quote{color:var(--fg-1);margin:0 0 var(--sp-2);font-size:12px;font-style:italic;line-height:1.45}.HomeHero .hero-testimonial-stars{gap:1px;display:flex}.HomeHero .hero-testimonial-stars .star-icon{width:11px;height:11px}.HomeHero .badges{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.HomeHero .hero-headline{font-size:clamp(36px,4.5vw,62px);font-weight:var(--fw-bold);letter-spacing:-.035em;color:var(--fg-0);margin:0;line-height:1.08}.HomeHero .subtitle{color:var(--fg-2);max-width:540px;margin-top:10px;font-size:clamp(16px,1.4vw,20px);line-height:1.6}.HomeHero .ctas{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.HomeHero .email-capture{gap:var(--sp-3);flex-wrap:wrap;max-width:520px;margin-top:36px;display:flex}.HomeHero .email-capture-field{flex:240px}.HomeHero .support-items{gap:var(--sp-4);flex-wrap:wrap;margin-top:52px;display:flex}.HomeHero .support-item{align-items:center;gap:var(--sp-2);display:flex}.HomeHero .support-check{font-size:16px;font-weight:var(--fw-bold);color:#fd491a}.HomeHero .support-label{color:var(--fg-1);font-size:16px;font-weight:var(--fw-medium)}@media screen and (width>=2000px){.HomeHero .hero-media{width:auto;margin-right:0}}@media screen and (width<=1024px){.HomeHero{padding:144px 40px var(--sp-8)}.HomeHero--default .hero-inner{align-items:flex-start;gap:var(--sp-6);grid-template-columns:1fr;grid-template-areas:"top""bottom""media"}.HomeHero .hero-top,.HomeHero .hero-bottom{max-width:none}.HomeHero .hero-media{width:100%;margin-right:0}.HomeHero .hero-testimonial{display:none}}@media screen and (width<=768px){.HomeHero{padding:0}.HomeHero--default .hero-inner{gap:var(--sp-5);grid-template-areas:"top""media""bottom"}.HomeHero .badges{gap:6px;margin-bottom:20px}.HomeHero .hero-media{margin-right:0}.HomeHero .ctas{gap:var(--sp-2);margin-top:var(--sp-5);grid-template-columns:1fr 1fr;display:grid}.HomeHero .ctas>*{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
