.hero{width:100%}.hero-grid{max-width:100%;min-height:min(72vh,640px);box-shadow:0 0 0 1px color-mix(in srgb, var(--palette-chrome-light) 72%, transparent), 0 4px 24px #00000014;border-radius:4px;grid-template-columns:1fr 1fr;align-items:stretch;display:grid;position:relative;overflow:hidden}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;min-height:0}.hero-content:after,.hero-content>*{opacity:1;animation:none;transform:none}}.hero-media{z-index:1;min-height:380px;position:relative}@media (min-width:901px){.hero-media{min-height:420px}}.hero-image{object-fit:cover}.hero-content:before{content:"";transform-origin:50%;filter:blur(8px);opacity:.8;z-index:0;background-image:url(/images/hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scaleX(-1)scale(1.06)}.hero-content:after{content:"";z-index:1;opacity:0;pointer-events:none;background:#ffffff8c;border-radius:4px;animation:.7s ease-out .12s forwards hero-overlay-enter;position:absolute;inset:0;transform:translate(28px);box-shadow:0 4px 30px #0000001a}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.hero-content:after{-webkit-backdrop-filter:blur(7.1px);background:#fff6}}@keyframes hero-overlay-enter{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.hero-content:after{opacity:1;animation:none;transform:none}}.hero-content{isolation:isolate;z-index:1;color:var(--palette-black);flex-direction:column;justify-content:center;gap:1.25rem;padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,2.5vw,2rem);display:flex;position:relative;overflow:hidden}.hero-content>*{z-index:2;opacity:0;animation:.65s ease-out forwards hero-content-enter;position:relative;transform:translate(22px)}.hero-content>:first-child{animation-delay:.2s}.hero-content>:nth-child(2){animation-delay:.28s}.hero-content>:nth-child(3){animation-delay:.36s}.hero-content>:nth-child(4){animation-delay:.44s}.hero-content>:nth-child(5){animation-delay:.52s}.hero-content>:nth-child(n+6){animation-delay:.6s}@keyframes hero-content-enter{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes hero-overlay-enter-mobile{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-content-enter-mobile{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.hero-content:after{animation-name:hero-overlay-enter-mobile;transform:translateY(28px)}.hero-content>*{animation-name:hero-content-enter-mobile;transform:translateY(22px)}.hero-content .hero-cta-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.5rem;display:grid}.hero-content .hero-cta-row .cta-button{white-space:normal;text-align:center;width:100%;min-width:0;min-height:2.15rem;padding:.4rem .75rem;font-size:.8rem;line-height:1.2}.hero-content .hero-cta-row .hero-contact-icon{width:2.15rem;height:2.15rem}.hero-content .hero-cta-row .hero-contact-icon svg{width:1rem;height:1rem}.hero-content .hero-social-proof-banner{box-shadow:none;background:0 0;border-radius:0;margin-top:0;display:block}}@media (prefers-reduced-motion:reduce){.hero-content>*{opacity:1;animation:none;transform:none}}.hero-trust-text-row{flex-direction:row;align-items:center;gap:clamp(.75rem,2vw,1.25rem);display:flex}.hero-trust-text{flex-direction:column;flex:auto;gap:1.25rem;min-width:0;display:flex}.hero-wkdb-widget{--hero-wkdb-scale:.8;zoom:var(--hero-wkdb-scale);flex:none;width:auto;max-width:none;height:auto;line-height:0}@supports not (zoom:1){.hero-wkdb-widget{transform:scale(var(--hero-wkdb-scale));transform-origin:0 0}}.hero-title{font-size:var(--font-size-section-title);font-weight:700;line-height:var(--line-height-section-title);color:var(--palette-brand);text-align:left;margin:0}@media (min-width:901px){.hero-title{order:1}.hero-list{order:2}.hero-cta-row{order:3}.hero-trust-text-row{order:4}}@media (max-width:900px){.hero-trust-text-row{gap:.65rem}.hero-wkdb-widget{--hero-wkdb-scale:.55}.hero-trust-text .hero-text+.hero-text{display:none}}.hero-list{margin:0;padding-left:0;font-size:clamp(.9rem,1.4vw,1rem);line-height:1.55;list-style:none}.hero-list li{padding-left:1.35rem;position:relative}.hero-list li:before{content:"✓";color:#2e7d32;font-weight:700;position:absolute;top:.05em;left:0}.hero-subtitle{color:var(--palette-black);margin:0;font-size:clamp(1rem,1.6vw,1.15rem);font-weight:700}.hero-content .cta-button{background:var(--palette-white);align-self:flex-start}.hero-cta-row{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.hero-social-proof-banner{display:none}.hero-contact-icon{border:var(--chrome-border-width) solid transparent;border-radius:var(--radius-icon);width:2.5rem;height:2.5rem;color:var(--palette-brand);background:linear-gradient(var(--palette-white), var(--palette-white)) padding-box, var(--gradient-chrome-conic) border-box;background-origin:border-box;background-clip:padding-box,border-box;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,filter .2s,transform .2s;display:inline-flex;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #0000000d}.hero-contact-icon svg{width:1.2rem;height:1.2rem}.hero-contact-icon:hover,.hero-contact-icon:focus-visible{color:var(--palette-white);background:linear-gradient(var(--palette-brand), var(--palette-brand)) padding-box, var(--gradient-chrome-conic) border-box;box-shadow:inset 0 1px 0 color-mix(in srgb, var(--palette-chrome-shine) 35%, transparent), inset 0 -1px 0 #0000001f;background-origin:border-box;background-clip:padding-box,border-box}.hero-contact-icon:hover svg,.hero-contact-icon:hover svg *,.hero-contact-icon:focus-visible svg,.hero-contact-icon:focus-visible svg *{fill:var(--palette-white);color:var(--palette-white)}.hero-contact-icon:hover img,.hero-contact-icon:focus-visible img{filter:brightness(0)invert()}.hero-contact-icon:focus-visible{outline:2px solid var(--palette-brand-hover);outline-offset:2px}.hero-text{max-width:38rem;margin:0;font-size:clamp(.8125rem,1.2vw,.9375rem);line-height:1.55}.hero-text strong{font-weight:600}
