.ix-hero{position:relative;overflow:hidden;border-radius:var(--content-container-radius);background-color:rgb(var(--color-background-secondary))}.ix-hero__inner{display:flex;flex-direction:column}.ix-hero__content{position:relative;z-index:2;order:1;padding:2rem 1.6rem 2.4rem;display:flex;flex-direction:column;gap:1.2rem}.ix-tp{display:inline-flex;align-items:center;gap:.7rem;flex-wrap:wrap}.ix-tp__stars{display:inline-flex;align-items:center;background:#00b67a;padding:.3rem .8rem;border-radius:.4rem;gap:.2rem}.ix-tp__star{display:inline-flex;width:1.4rem;height:1.4rem}.ix-tp__star svg{width:100%;height:100%}.ix-tp__text{font-size:1.2rem;color:rgba(var(--color-foreground-secondary),.9);line-height:1}.ix-tp__text strong{font-weight:var(--font-body-weight-bold, 700);color:rgb(var(--color-foreground));font-variant-numeric:tabular-nums}.ix-tp__sep{color:rgba(var(--color-foreground-secondary),.5);font-size:1.2rem}.ix-hero__headline{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.1;letter-spacing:-.02em;margin:0;text-wrap:balance}.ix-hero__h1-main{display:block;font-size:clamp(2.6rem,5.4vw,4.8rem)}.ix-hero__h1-sub{display:block;font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;line-height:1.45;letter-spacing:0;color:rgba(var(--color-foreground-secondary),.9);margin-top:.8rem}.ix-hero__h1-main .ix-accent-word{position:relative;white-space:nowrap}.ix-hero__h1-main .ix-accent-word:after{content:"";position:absolute;left:0;bottom:.1rem;width:100%;height:.3rem;background:rgb(var(--color-accent-2));border-radius:.2rem;transform:scaleX(1);transform-origin:left}@media(prefers-reduced-motion:no-preference){.ix-hero__h1-main .ix-accent-word:after{transform:scaleX(0);animation:ix-underline .8s .8s ease-out forwards}}@keyframes ix-underline{to{transform:scaleX(1)}}.ix-hero__sub{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground-secondary),.85);max-width:52rem;margin:0;text-wrap:pretty}.ix-hero__sub strong{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold, 600)}.ix-hero__cta-wrap{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.ix-hero__cta{gap:1rem;width:100%;max-width:36rem}.ix-hero__cta svg{width:1.6rem;height:1.6rem;transition:transform var(--transitions-delay) var(--transitions-style)}@media(prefers-reduced-motion:no-preference){.ix-hero__cta:hover svg{transform:translate(4px)}}.ix-hero__guarantee{display:inline-flex;align-items:center;gap:.6rem;font-size:1.2rem;color:rgba(var(--color-foreground-secondary),.75)}.ix-hero__guarantee svg{width:1.5rem;height:1.5rem;flex-shrink:0;color:rgb(var(--color-accent-2))}.ix-hero__proof{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;color:rgba(var(--color-foreground-secondary),.75);font-weight:500;font-variant-numeric:tabular-nums}.ix-hero__proof-dot{width:.7rem;height:.7rem;border-radius:50%;background:#22c55e;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.ix-hero__proof-dot{animation:ix-pulse 2s ease-in-out infinite}}@keyframes ix-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.ix-hero__benefits-desk{display:none}.ix-hero__media{position:relative;order:0;overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.ix-hero__video-wrap{position:relative;aspect-ratio:4 / 5}.ix-hero__video,.ix-hero__video-wrap video,.ix-hero__video-wrap>img,.ix-hero__video-wrap>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ix-hero__video--embed{border:0;width:120%;height:120%;top:-10%;left:-10%}.ix-hero__badge{position:absolute;z-index:3;bottom:1.2rem;left:1.2rem;display:flex;align-items:center;gap:.8rem;background:rgba(var(--color-background),.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.9rem 1.2rem;border-radius:var(--content-container-radius);box-shadow:0 4px 16px rgba(var(--color-foreground),.1)}.ix-hero__badge-num{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight);color:rgb(var(--color-accent-2));line-height:1}.ix-hero__badge-label{display:flex;flex-direction:column}.ix-hero__badge-title{font-size:1rem;font-weight:var(--font-body-weight-bold, 700);text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--color-foreground));line-height:1.3}.ix-hero__badge-desc{font-size:.9rem;color:rgba(var(--color-foreground-secondary),.75);line-height:1.3}.ix-hero__badge-trust{display:none}.ix-hero__micro{order:2;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem 1rem;padding:1.2rem 1.6rem;border-top:1px solid rgba(var(--color-foreground),.08)}.ix-hero__micro-item{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:var(--font-body-weight-bold, 600);color:rgba(var(--color-foreground-secondary),.9)}.ix-hero__micro-item svg{width:1.3rem;height:1.3rem;color:rgb(var(--color-accent-2))}.ix-hero__micro-dot{width:.3rem;height:.3rem;border-radius:50%;background:rgba(var(--color-foreground),.15)}@media(prefers-reduced-motion:no-preference){.ix-hero__content>*{opacity:0;transform:translateY(12px);animation:ix-fade-up .5s ease-out forwards}.ix-hero__content>*:nth-child(1){animation-delay:.05s}.ix-hero__content>*:nth-child(2){animation-delay:.12s}.ix-hero__content>*:nth-child(3){animation-delay:.18s}.ix-hero__content>*:nth-child(4){animation-delay:.24s}.ix-hero__content>*:nth-child(5){animation-delay:.3s}.ix-hero__media{opacity:0;animation:ix-fade-in .5s .1s ease-out forwards}}@keyframes ix-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes ix-fade-in{to{opacity:1}}@media screen and (min-width:750px){.ix-hero__content{padding:2.4rem 2.8rem;gap:1.4rem}.ix-hero__h1-sub{font-size:1.6rem}.ix-hero__sub{font-size:1.5rem}.ix-hero__cta{width:auto;max-width:none}.ix-tp__star{width:1.6rem;height:1.6rem}.ix-tp__text{font-size:1.3rem}.ix-hero__badge{bottom:1.6rem;left:1.6rem;padding:1.2rem 1.6rem;gap:1rem}.ix-hero__badge-num{font-size:2.6rem}.ix-hero__badge-title{font-size:1.1rem}.ix-hero__badge-desc{font-size:1rem}}@media screen and (min-width:990px){.ix-hero__inner{flex-direction:row;align-items:stretch;min-height:62rem}.ix-hero__content{order:0;flex:1 1 55%;padding:4.8rem;justify-content:center;gap:2rem}.ix-hero__media{order:1;flex:1 1 45%}.ix-hero__micro{order:99;display:none}.ix-hero__h1-sub{font-size:1.8rem}.ix-hero__sub{font-size:1.6rem;max-width:48rem}.ix-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto}.ix-hero__video,.ix-hero__video-wrap video{object-fit:var(--hero-video-fit, cover);object-position:center}.ix-hero__video--embed{object-fit:cover}.ix-hero__badge{bottom:auto;left:auto;top:3.6rem;right:3.6rem;background:rgba(var(--color-background),.95);padding:1.6rem 2.2rem;max-width:27rem;flex-direction:column;align-items:flex-start;gap:.6rem;box-shadow:0 4px 20px rgba(var(--color-foreground),.08)}.ix-hero__badge-num{font-size:3.4rem}.ix-hero__badge-title{font-size:1.2rem}.ix-hero__badge-desc{font-size:1.1rem}.ix-hero__badge-trust{display:flex;align-items:center;gap:.6rem;padding-top:.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.ix-hero__badge-check{width:1.6rem;height:1.6rem;flex-shrink:0;color:rgb(var(--color-accent-2))}.ix-hero__badge-trust span{font-size:1.1rem;color:rgba(var(--color-foreground-secondary),.9);font-weight:500}.ix-hero__benefits-desk{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.ix-hero__benefit-item{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;color:rgba(var(--color-foreground-secondary),.75);font-weight:500}.ix-hero__benefit-item svg{color:rgb(var(--color-accent-2))}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-hero.css.map */
