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