.hero-section{background-color:var(--hero-bg-color, #FEF7E8);color:var(--hero-text-color, #0B090B);padding-top:0;padding-bottom:var(--hero-padding-bottom, 60px);overflow:hidden;position:relative}.hero-section[style*=max-height]{overflow:hidden}.hero-section[style*=max-height] .hero-container,.hero-section[style*=max-height] .hero-image-wrapper,.hero-section[style*=max-height] .hero-image-container{height:100%}.hero-section[style*=max-height] .hero-image-container img{height:100%;object-fit:cover}.hero-container{width:100%;display:grid;grid-template-columns:1fr;gap:0;align-items:center}.hero-content{order:1;animation:fadeInUp .8s ease-out;padding:20px}.hero-text-wrapper{max-width:600px}.hero-pre-heading{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.4rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--hero-pre-heading-color, #0B090B);margin:0 0 1rem;line-height:1.5}.hero-heading{font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:5.25rem!important;font-weight:900;line-height:1.1;margin:0 0 24px;color:var(--hero-text-color, #0B090B);word-wrap:break-word;-webkit-hyphens:none;hyphens:none}.hero-heading-icon{display:inline-block;vertical-align:middle;margin:0 .2em .2em;line-height:0}.hero-heading-icon img{width:auto;height:.6em;object-fit:contain;display:inline-block;vertical-align:middle}.hero-description{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2;color:var(--hero-text-color, #0B090B);margin:0 0 32px;max-width:500px}.hero-description p{margin:0 0 16px;font-size:1.6rem}.hero-description p:last-child{margin-bottom:0}.hero-button-wrapper{margin-bottom:40px}.hero-button{display:inline-flex;align-items:center;gap:2.4rem;background-color:var(--hero-button-bg, #ED1C2C);color:var(--hero-button-text, #FFFFFF);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:8px 8px 8px 18px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ed1c2c33;position:relative;overflow:hidden}.hero-button:hover{background-color:#c41620;box-shadow:0 6px 20px #ed1c2c4d;transform:translateY(-2px)}.hero-button:focus{outline:3px solid #F8BB30;outline-offset:3px}.hero-button:active{transform:translateY(0);box-shadow:0 2px 8px #ed1c2c33}.hero-button[aria-disabled=true]{cursor:not-allowed;opacity:.6}.button-arrow{width:38px;height:38px;border-radius:36px;background-color:#fff;display:flex;align-items:center;justify-content:center}.hero-button-arrow{width:20px;height:20px}.hero-social-proof{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid rgba(11,9,11,.1)}.social-proof-rating{display:flex;align-items:center;gap:12px}.rating-number{font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:500;line-height:1;color:var(--hero-text-color, #0B090B)}.separator-bar{border-left:1px solid rgba(11,9,11,.25)}.rating-stars{display:flex;gap:4px}.star{width:2.2rem;height:2.2rem}.star-filled{color:var(--hero-rating-color, #F8BB30);stroke:var(--hero-text-color);stroke-width:.5px}.star-empty{color:#0b090b33}.social-proof-text{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#605c60;margin:0;line-height:1.5}.hero-image-wrapper{order:2;position:relative;animation:fadeInRight .8s ease-out .2s both}.hero-image-container{position:relative;width:100%;overflow:hidden;box-shadow:0 10px 40px #0b090b1a}.hero-image-container img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4 / 3}.hero-image-placeholder{position:relative;width:100%;aspect-ratio:4 / 3;background-color:#0b090b0d;border-radius:20px;display:flex;align-items:center;justify-content:center}.hero-image-placeholder svg{width:60%;height:60%;opacity:.3}.hero-features{position:absolute;left:20px;bottom:20px}.hero-features{display:flex;flex-direction:column;gap:12px;z-index:2}.feature-badge{display:inline-flex;align-items:center;gap:8px;background-color:#fef7e8f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 10px 5px 5px;border-radius:50px;box-shadow:0 4px 12px #0b090b26;animation:fadeInUp .6s ease-out both;width:fit-content}.feature-badge:nth-child(2){animation-delay:.1s}.feature-badge:nth-child(3){animation-delay:.2s}.feature-icon{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;flex-shrink:0}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-icon svg{width:100%;height:100%}.feature-text{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:#0b090b;white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media screen and (min-width: 768px){.hero-pre-heading{font-size:2rem;margin-bottom:1rem}.hero-heading{font-size:3.5rem;margin-bottom:28px}.hero-description{font-size:1.125rem;margin-bottom:40px}.hero-button{font-size:1.6rem;padding:1rem 1rem 1rem 2rem}.hero-features-container{bottom:40px;left:40px}.hero-features{gap:16px}.feature-badge{padding:5px 10px 5px 5px}.feature-text{font-size:1.2rem}}@media screen and (min-width: 1024px){.hero-container{grid-template-columns:1fr 1fr;gap:0;padding:0;max-height:calc(100vh - var(--hero-header-height))}.hero-content{order:1;padding:60px 40px 60px 60px;display:flex;align-items:center;justify-content:flex-end;max-height:calc(100vh - var(--hero-header-height))}.hero-text-wrapper{max-width:600px;width:100%}.hero-image-wrapper{order:2;padding:0;height:100%;min-height:600px}.hero-image-container{border-radius:0;height:100%;box-shadow:none}.hero-heading{font-size:5vw!important;line-height:85%!important;margin-bottom:2rem}.hero-image-container img{aspect-ratio:auto;height:100%;min-height:600px}.hero-image-placeholder{aspect-ratio:auto;height:100%;min-height:600px;border-radius:0}.hero-section[style*=max-height] .hero-image-wrapper,.hero-section[style*=max-height] .hero-image-container img,.hero-section[style*=max-height] .hero-image-placeholder{min-height:unset}}@media screen and (min-width: 1440px){.hero-content{padding:80px 60px 80px 80px}.hero-text-wrapper{max-width:650px}.hero-heading{font-size:4.5rem}.hero-description{font-size:1.25rem}.hero-image-container img,.hero-image-placeholder{min-height:700px}}@media (prefers-reduced-motion: reduce){.hero-content,.hero-image-wrapper,.feature-badge{animation:none}.hero-button,.hero-button-arrow{transition:none}.hero-button:hover{transform:none}}@media (prefers-contrast: high){.hero-button{border:2px solid currentColor}.feature-badge{border:1px solid #0B090B}}.hero-button:focus-visible{outline:3px solid #F8BB30;outline-offset:3px}@media print{.hero-section{padding:20px 0}.hero-button{border:2px solid var(--hero-button-bg)}.hero-features{position:static;margin-top:20px}}.test-cabinet-900{font-family:Cabinet Grotesk,sans-serif;font-weight:900;font-size:32px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hero-section.css.map */
