.home-hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding-top:calc(4rem + var(--wa-space-m));--home-hero-wave-height:clamp(72px, 10vw, 160px);padding-bottom:calc(var(--wa-space-xl) + var(--home-hero-wave-height));background:linear-gradient( 135deg,color-mix(in oklab,var(--wa-color-brand-60),var(--wa-color-surface-default) 92%),var(--wa-color-surface-default) 45%,color-mix(in oklab,var(--wa-color-brand-60),var(--wa-color-surface-default) 92%) );color:var(--wa-color-text-normal)}.home-hero__blobs{z-index:0}.home-hero>.home-container{position:relative;z-index:1}:where(.home-hero__blob,.pricing-hero__blob,.contact-hero__blob,.app-hero__blob){filter:blur(25px)}.home-hero__wave{position:absolute;left:0;right:0;bottom:-1px;line-height:0;pointer-events:none;z-index:2}.home-hero__wave svg{display:block;width:100%;height:var(--home-hero-wave-height)}.home-hero__wave path{fill:var(--wa-color-surface-default)}.home-hero__blobs .home-hero__blob:nth-child(3n+1){background:var(--wa-color-brand-60)}.home-hero__blobs .home-hero__blob:nth-child(3n+2){background:var(--wa-color-brand-60)}.home-hero__blobs .home-hero__blob:nth-child(3n){background:var(--wa-color-brand-60)}.home-hero__blob--a{top:-6rem;right:-6rem;width:14rem;height:14rem}.home-hero__blob--b{bottom:-6rem;left:-6rem;width:14rem;height:14rem}.home-hero__blob--c{top:52%;left:56%;width:18rem;height:18rem;transform:translate(-50%,-50%)}.home-hero__blob--d{top:14%;left:-6rem;width:12rem;height:12rem}.home-hero__blob--e{top:-6rem;left:28%;width:10rem;height:10rem}.home-hero__blob--f{bottom:12%;right:-6rem;width:12rem;height:12rem}.home-hero__blob--g{bottom:-6rem;right:22%;width:10rem;height:10rem}.home-hero__blob--h{top:70%;left:2%;width:11rem;height:11rem}.home-hero__blob--i{top:24%;right:12%;width:11rem;height:11rem}.home-hero__grid{position:relative;display:grid;gap:var(--wa-space-2xl);align-items:center;width:100%;padding-block:var(--wa-space-xl)}@media(min-width:1024px){.home-hero__grid{grid-template-columns:1fr 1fr}}.home-hero__title{margin:0 0 var(--wa-space-s);font-size:clamp(2.25rem,4vw,3.75rem);font-weight:var(--wa-font-weight-heading);line-height:1.05;letter-spacing:-.02em}.home-hero__lead{margin:0 0 var(--wa-space-m);font-size:1.25rem}.home-hero__cta{display:flex;flex-direction:column;gap:var(--wa-space-m);margin-bottom:var(--wa-space-m)}@media(min-width:640px){.home-hero__cta{flex-direction:row}}wa-button.home-hero__primary::part(base){position:relative;overflow:hidden;border-radius:var(--wa-border-radius-pill);padding:var(--wa-space-m)var(--wa-space-xl);font-size:1.125rem;font-weight:var(--wa-font-weight-heading);color:var(--wa-color-brand-on) !important;border-color:var(--wa-color-brand-60);background:var(--wa-color-brand-60);box-shadow:0 18px 38px color-mix(in oklab,var(--eteo-shadow-color),transparent 86%)}wa-button.home-hero__primary::part(base):hover{background:color-mix(in oklab,var(--wa-color-brand-60),var(--wa-color-neutral-05) 22%);border-color:color-mix(in oklab,var(--wa-color-brand-60),var(--wa-color-neutral-05) 22%);box-shadow:0 26px 60px color-mix(in oklab,var(--eteo-shadow-color),transparent 82%)}wa-button.home-hero__secondary::part(base){border-radius:var(--wa-border-radius-pill);padding:var(--wa-space-m)var(--wa-space-xl);font-size:1.125rem;font-weight:var(--wa-font-weight-heading);background:var(--wa-color-surface-default);backdrop-filter:blur(12px);color:var(--wa-color-brand-60);border:2px solid var(--wa-color-brand-60);box-shadow:0 14px 26px color-mix(in oklab,var(--eteo-shadow-color),transparent 90%)}wa-button.home-hero__secondary::part(base):hover{background:var(--wa-color-surface-default);border-color:color-mix(in oklab,var(--wa-color-text-normal),var(--wa-color-neutral-05) 22%);color:var(--wa-color-text-normal)}.home-hero__pills{display:flex;flex-wrap:wrap;gap:var(--wa-space-m)}.home-pill{display:inline-flex;align-items:center;gap:var(--wa-space-xs);padding:var(--wa-space-xs)var(--wa-space-m);border-radius:var(--wa-border-radius-pill);background:color-mix(in oklab,var(--wa-color-surface-default),transparent 20%);backdrop-filter:blur(12px);box-shadow:0 14px 28px color-mix(in oklab,var(--eteo-shadow-color),transparent 88%);color:var(--wa-color-text-normal);font-size:.95rem;font-weight:var(--wa-font-weight-heading)}.home-pill wa-icon{color:var(--wa-color-yellow-70)}.home-score{width:100%;max-width:28rem;margin-inline:auto}.home-score__card{width:100%;height:auto;display:block;transform:scale(1.25);transform-origin:center}.home-section{padding-block:var(--wa-space-xs);background:var(--wa-color-surface-default)}.home-section--testimonials{padding-block:calc(var(--wa-space-2xl) + var(--wa-space-m))}.home-section__head{text-align:center;max-width:56rem;margin-inline:auto;margin-bottom:var(--wa-space-2xl)}.home-section__title{margin:0 0 var(--wa-space-m);font-size:clamp(2.25rem,3vw,3rem);font-weight:var(--wa-font-weight-heading);color:var(--wa-color-text-normal);letter-spacing:-.02em}.home-section__sub{margin:0;font-size:1.25rem;color:var(--wa-color-text-normal)}.home-features{display:grid;gap:var(--wa-space-l)}@media(min-width:768px){.home-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.home-features{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wa-space-xl)}}.home-feature{--home-feature-color:var(--wa-color-brand-60);position:relative;overflow:hidden;background:color-mix(in oklab,var(--home-feature-color),var(--wa-color-surface-default) 92%);border-radius:calc(var(--wa-border-radius-l) * 2);padding:var(--wa-space-xl);border:1px solid color-mix(in oklab,var(--home-feature-color),transparent 78%);box-shadow:0 14px 30px color-mix(in oklab,var(--eteo-shadow-color),transparent 90%);transition:box-shadow 180ms ease,transform 180ms ease,border-color 180ms ease}.home-feature:nth-child(1){--home-feature-color:var(--wa-color-cyan-60)}.home-feature:nth-child(2){--home-feature-color:var(--wa-color-blue-60)}.home-feature:nth-child(3){--home-feature-color:var(--wa-color-indigo-60)}.home-feature:nth-child(4){--home-feature-color:var(--wa-color-purple-60)}.home-feature:hover{transform:translateY(-2px);box-shadow:0 26px 70px color-mix(in oklab,var(--eteo-shadow-color),transparent 84%);border-color:var(--home-feature-color)}.home-feature__overlay{position:absolute;inset:0;opacity:0;transition:opacity 180ms ease;background:linear-gradient( 135deg,color-mix(in oklab,var(--home-feature-color),var(--wa-color-surface-default) 82%),var(--wa-color-surface-default) )}.home-feature:hover .home-feature__overlay{opacity:1}.home-feature__content{position:relative;z-index:1}.home-feature__icon{width:4.5rem;height:4.5rem;border-radius:calc(var(--wa-border-radius-l) * 1.5);display:flex;align-items:center;justify-content:center;margin-bottom:var(--wa-space-l);box-shadow:0 18px 40px color-mix(in oklab,var(--eteo-shadow-color),transparent 86%);background:var(--home-feature-color)}.home-feature__icon wa-icon{font-size:1.875rem;color:var(--wa-color-brand-on)}.home-feature__title{margin:0 0 var(--wa-space-m);font-size:1.25rem;font-weight:var(--wa-font-weight-heading);color:var(--wa-color-text-normal)}.home-feature__desc{margin:0;color:var(--wa-color-text-normal);line-height:1.65}.home-testimonials{display:grid;gap:var(--wa-space-xl)}@media(min-width:768px){.home-testimonials{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-testimonial{background:var(--wa-color-surface-default);border:1px solid color-mix(in oklab,var(--wa-color-brand-60),transparent 78%);border-radius:calc(var(--wa-border-radius-l) * 1.25);padding:var(--wa-space-xl);display:flex;flex-direction:column;min-height:100%}.home-stars{display:inline-flex;gap:var(--wa-space-3xs);margin-bottom:var(--wa-space-m)}.home-stars wa-icon{color:var(--wa-color-yellow-80)}.home-testimonial__text{margin:0 0 var(--wa-space-l);color:var(--wa-color-text-normal);flex:1;line-height:1.6}.home-author{display:flex;align-items:center;gap:var(--wa-space-s);margin-top:auto}.home-avatar{width:3rem;height:3rem;border-radius:var(--wa-border-radius-pill);display:grid;place-items:center;background:var(--wa-color-brand-60);color:var(--wa-color-brand-on);font-weight:var(--wa-font-weight-heading)}.home-author__name{margin:0;font-weight:var(--wa-font-weight-heading)}.home-author__city{margin:.1rem 0 0;font-size:.875rem;color:var(--wa-color-text-normal)}.home-final{padding-block:var(--wa-space-2xl)}.home-final__content{position:relative}.home-final__title{margin:0 0 var(--wa-space-m);font-size:clamp(2.25rem,4vw,3.75rem);font-weight:var(--wa-font-weight-heading);line-height:1.05;letter-spacing:-.02em}.home-final__highlight{color:var(--wa-color-yellow-80)}.home-final__sub1{margin:0 auto var(--wa-space-xs);max-width:60ch;font-size:1.25rem;line-height:1.6}.home-final__sub2{margin:0 auto var(--wa-space-xl);max-width:60ch;font-size:1.125rem}.home-final__cta{display:flex;flex-direction:column;gap:var(--wa-space-l);align-items:center;justify-content:center;margin-bottom:var(--wa-space-xl)}@media(min-width:640px){.home-final__cta{flex-direction:row}}wa-button.home-final__primary::part(base){border-radius:var(--wa-border-radius-pill);padding:var(--wa-space-l)calc(var(--wa-space-2xl) + var(--wa-space-s));font-size:1.25rem;font-weight:var(--wa-font-weight-heading);background:var(--wa-color-yellow-80);border-color:var(--wa-color-yellow-80);color:var(--wa-color-text-normal);box-shadow:0 30px 80px color-mix(in oklab,var(--eteo-shadow-color),transparent 78%)}wa-button.home-final__primary::part(base):hover{background:var(--wa-color-yellow-70);border-color:var(--wa-color-yellow-70)}.home-final__users{display:inline-flex;align-items:center;gap:var(--wa-space-xs);font-size:1.125rem}.home-final__users wa-icon{color:var(--wa-color-yellow-80)}.home-final__users-count{font-weight:var(--wa-font-weight-heading)}.home-final__grid{display:grid;gap:var(--wa-space-xl);max-width:50rem;margin-inline:auto}@media(min-width:768px){.home-final__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-final-pill{background:var(--wa-color-surface-default);backdrop-filter:blur(12px);border-radius:calc(var(--wa-border-radius-l) * 1.25);padding:var(--wa-space-l);text-align:center;transition:background 180ms ease;color:var(--wa-color-text-normal)}.home-final-pill wa-icon{font-size:2rem;color:var(--wa-color-yellow-80)}.home-final-pill__title{margin:var(--wa-space-s)0 0;font-weight:var(--wa-font-weight-heading)}.home-final-pill__sub{margin:0;font-size:.9rem}@media(prefers-reduced-motion:reduce){.home-feature,.home-feature__overlay,.home-final-pill{transition:none}}@media(max-width:640px){.home-hero__copy{text-align:center}.home-hero__cta{align-items:center}.home-hero__pills{justify-content:center}.home-feature{text-align:center}.home-feature__icon{margin-inline:auto}.home-testimonial{text-align:center}.home-stars{justify-content:center}.home-author{justify-content:center}}