.sooma-buybox{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:2.4rem 0 3.2rem}.sooma-buybox__inner{display:grid;grid-template-columns:1fr;gap:2.4rem}.sooma-buybox__media,.sooma-buybox__info{min-width:0}@media(min-width:990px){.sooma-buybox__inner{grid-template-columns:1.05fr 1fr;gap:4rem;align-items:start}.sooma-buybox__media{position:sticky;top:calc(var(--sooma-pinned-bottom, 11rem) + 1.5rem);align-self:start}}.sooma-buybox__stage{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--sooma-off-white);border-radius:var(--sooma-radius-lg);aspect-ratio:1 / 1;min-width:0}.sooma-buybox__stage::-webkit-scrollbar{display:none}.sooma-buybox__slide{scroll-snap-align:center;width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.sooma-buybox__placeholder{display:grid;place-items:center}.sooma-buybox__thumbrow{display:flex;align-items:center;gap:.6rem;margin-top:1rem}.sooma-buybox__thumb-arrow{flex:0 0 auto;width:2rem;height:2.8rem;display:grid;place-items:center;border:0;background:transparent;cursor:pointer;padding:0;color:rgb(var(--color-foreground))}.sooma-buybox__thumb-arrow svg{width:1.5rem;height:1.5rem}.sooma-buybox__thumb-arrow[disabled]{opacity:.3;cursor:default}.sooma-buybox__thumbs{flex:1 1 auto;min-width:0;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 2.4rem)/5);gap:.6rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sooma-buybox__thumbs::-webkit-scrollbar{display:none}.sooma-buybox__thumb{aspect-ratio:1 / 1;padding:0;border:2px solid transparent;border-radius:var(--sooma-radius-sm);overflow:hidden;cursor:pointer;background:var(--sooma-off-white)}.sooma-buybox__thumb.is-active{border-color:var(--sooma-accent)}.sooma-buybox__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sooma-buybox__callouts{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.sooma-buybox__callout{display:inline-flex;align-items:center;background:var(--co-bg, #245a86);color:var(--co-fg, #ffffff);border:1px solid rgba(var(--color-foreground),.16);border-radius:var(--sooma-radius-pill);padding:.55rem 1.4rem;font-size:1.3rem;font-weight:700;line-height:1.2}.sooma-buybox__badges{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.2rem .4rem;margin-bottom:1.8rem}.sooma-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 1 0;min-width:5rem;max-width:8rem;text-align:center}.sooma-badge__icon{width:5.2rem;height:5.2rem;display:grid;place-items:center}.sooma-badge__icon img,.sooma-badge__icon svg{width:100%;height:100%;object-fit:contain}.sooma-badge__icon .placeholder-svg{opacity:.35}.sooma-badge__label{font-size:1.1rem;font-weight:600;line-height:1.15;color:rgba(var(--color-foreground),.8)}.sooma-buybox__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.sooma-buybox__stars{color:var(--sooma-accent);letter-spacing:-.07em;font-size:1.7rem}.sooma-buybox__rating-text{font-size:1.5rem;color:rgba(var(--color-foreground),.9);font-weight:500;letter-spacing:-.02em}.sooma-buybox__rating-text strong{font-weight:800}.sooma-buybox__title{font-size:3.2rem;line-height:1.08;margin:0 0 1.6rem}@media(min-width:990px){.sooma-buybox__title{font-size:3.8rem}}.sooma-buybox__usp{font-size:1.6rem;line-height:1.45;color:rgba(var(--color-foreground),.82);margin-bottom:2.6rem}.sooma-buybox__usp p{margin:0}.sooma-buybox__bullets{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:.9rem}.sooma-buybox__bullets li{display:flex;align-items:flex-start;gap:.8rem;font-size:var(--sooma-text);line-height:1.35}.sooma-buybox__bullets strong{font-weight:700}.sooma-buybox__check{flex:0 0 auto;margin-top:.1rem}.sooma-buybox__check svg{width:1.8rem;height:1.8rem;color:#283a48}.sooma-buybox__preorder{display:flex;align-items:center;justify-content:center;gap:.8rem;background:var(--preorder-bg, #e7f0f8);color:var(--preorder-fg, #1d4d71);border-radius:var(--sooma-radius-md);padding:1.2rem 1.6rem;margin-bottom:2rem;font-size:1.45rem;line-height:1.3;text-align:center}.sooma-buybox__preorder-icon{display:inline-grid;place-items:center;flex:0 0 auto;color:var(--preorder-icon, var(--preorder-fg))}.sooma-buybox__preorder-icon svg{width:2rem;height:2rem}.sooma-buybox__preorder-text strong{font-weight:800}.sooma-buybox__preorder-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.sooma-buybox__notes{margin:2rem 0;padding-left:1rem}.sooma-buybox__notes--center{padding-left:0}.sooma-buybox__notes ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.sooma-buybox__notes li{display:flex;align-items:baseline;gap:.7rem;font-size:1.4rem;line-height:1.35}.sooma-buybox__notes li:before{content:var(--note-glyph, "\2713");font-weight:800;flex:0 0 auto;color:#283a48}.sooma-buybox__notes p{margin:0}.sooma-buybox__notes--icon-check{--note-glyph: "\2713"}.sooma-buybox__notes--icon-dot{--note-glyph: "\25cf"}.sooma-buybox__notes--icon-star{--note-glyph: "\2605"}.sooma-buybox__notes--icon-dash{--note-glyph: "\2013"}.sooma-buybox__notes--icon-none li:before{content:none}.sooma-buybox__notes--icon-none li{gap:0}.sooma-buybox__notes--center li{justify-content:center}.sooma-buybox__offer{margin-bottom:1.4rem}.sooma-buybox__app{margin-bottom:1.2rem}.sooma-buybox__native .product-form__buttons,.sooma-buybox__native .form{margin:0}.sooma-buybox__native .sooma-buybox__atc{flex-direction:column;gap:.15rem;padding:1.1rem 3.2rem;line-height:1.1}.sooma-buybox__atc-note{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:500;text-transform:none;letter-spacing:0;opacity:.85}.sooma-buybox__atc-note-icon{display:inline-grid;place-items:center}.sooma-buybox__atc-note-icon svg{width:1.4rem;height:1.4rem}.sooma-buybox__trust{display:flex;align-items:center;gap:1rem;max-width:88%;margin:0 auto 1.6rem;font-size:1.4rem;font-weight:700;line-height:1.2;color:rgb(var(--color-foreground))}.sooma-buybox__trust-media{flex:0 0 auto;width:4.2rem;aspect-ratio:1 / 1;display:grid;place-items:center}.sooma-buybox__trust-media img{width:100%;height:100%;object-fit:contain;display:block}.sooma-buybox__trust-media .placeholder-svg{width:100%;height:100%;opacity:.35}.sooma-social{display:flex;align-items:center;gap:1rem;background:var(--sooma-off-white);border-radius:var(--sooma-radius-xl);padding:1rem 1.8rem 1rem 1.4rem;margin:0 0 2rem}.sooma-social__avatars{flex:0 0 auto}.sooma-social__avatars img{height:5rem;width:auto;display:block;border-radius:var(--sooma-radius-pill)}.sooma-social__placeholder{display:grid;place-items:center;width:9rem;height:4.4rem;background:rgba(var(--color-foreground),.06);border-radius:var(--sooma-radius-pill)}.sooma-social__placeholder svg{width:2.8rem;height:2.8rem;opacity:.4}.sooma-social__text{font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.82)}.sooma-social__text p{margin:0}.sooma-social__text strong{display:block;font-size:1.4rem;font-weight:700;line-height:1.2;margin-bottom:.25rem;white-space:nowrap;color:rgb(var(--color-foreground))}.sooma-buybox__faqs{border-top:1px solid rgba(var(--color-foreground),.12)}.sooma-buybox__faqs .sooma-faq{border:none;border-bottom:1px solid rgba(var(--color-foreground),.12);border-radius:0;padding:0}.sooma-buybox__faqs .sooma-faq__q{font-size:1.45rem;padding:1.6rem 0}.sooma-buybox__faqs .sooma-faq__a{padding-bottom:1.6rem}.sooma-buybox__faqs .sooma-faq__sign{position:relative;width:1.6rem;height:1.6rem;flex:0 0 auto}.sooma-buybox__faqs .sooma-faq__sign svg{display:none}.sooma-buybox__faqs .sooma-faq__sign:before,.sooma-buybox__faqs .sooma-faq__sign:after{content:"";position:absolute;top:50%;left:50%;background:rgb(var(--color-foreground));transform:translate(-50%,-50%)}.sooma-buybox__faqs .sooma-faq__sign:before{width:1.4rem;height:2px}.sooma-buybox__faqs .sooma-faq__sign:after{width:2px;height:1.4rem;transition:opacity .2s ease,transform .2s ease}.sooma-buybox__faqs .sooma-faq[open] .sooma-faq__sign:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.sooma-buybox__loved{margin-top:2.6rem;min-width:0}.sooma-buybox__loved-heading{font-size:1.9rem;line-height:1.1;margin:0 0 1.2rem}.sooma-buybox__loved-track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;min-width:0;max-width:100%}.sooma-buybox__loved-track::-webkit-scrollbar{display:none}.sooma-loved-review{scroll-snap-align:center;display:flex;align-items:center;gap:1.4rem;background:var(--sooma-off-white);border-radius:var(--sooma-radius-lg);padding:1.6rem 1.8rem}.sooma-loved-review__avatar{flex:0 0 auto;width:6.6rem;height:6.6rem;border-radius:50%;overflow:hidden;background:rgba(var(--color-foreground),.06)}.sooma-loved-review__avatar img{width:100%;height:100%;object-fit:cover;display:block}.sooma-loved-review__avatar .placeholder-svg{width:100%;height:100%;opacity:.4}.sooma-loved-review__body{min-width:0}.sooma-loved-review__quote{font-size:var(--sooma-text-sm);line-height:1.4;margin:0 0 .8rem}.sooma-loved-review__name{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.4rem}.sooma-loved-review__check{display:inline-grid;place-items:center;color:var(--sooma-ink)}.sooma-loved-review__check svg{width:1.8rem;height:1.8rem}.sooma-buybox__loved-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.2rem}.sooma-buybox__loved-dot{width:1.4rem;height:.8rem;padding:0;border:0;cursor:pointer;border-radius:100px;background:rgba(var(--color-foreground),.2);transition:background .2s ease,width .2s ease}.sooma-buybox__loved-dot.is-active{background:var(--sooma-ink);width:2.4rem}.sooma-faqs{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-faqs{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-faqs__heading{text-align:center;font-size:2.8rem;line-height:1.1;margin:0 0 2.4rem}@media(min-width:990px){.sooma-faqs__heading{font-size:3.6rem}}.sooma-faqs__list{max-width:76rem;margin:0 auto;background:rgba(var(--color-foreground),.03);border-radius:var(--sooma-radius-lg);padding:.6rem 2rem}.sooma-faqs__list .sooma-faq:last-child{border-bottom:0}.sooma-faqs__list .sooma-faq__q{font-size:1.7rem}@media(min-width:990px){.sooma-faqs__list .sooma-faq__q{font-size:1.8rem}}.sooma-faqs .sooma-faq__sign{position:relative;width:1.6rem;height:1.6rem;flex:0 0 auto}.sooma-faqs .sooma-faq__sign svg{display:none}.sooma-faqs .sooma-faq__sign:before,.sooma-faqs .sooma-faq__sign:after{content:"";position:absolute;top:50%;left:50%;background:rgb(var(--color-foreground));transform:translate(-50%,-50%)}.sooma-faqs .sooma-faq__sign:before{width:1.4rem;height:2px}.sooma-faqs .sooma-faq__sign:after{width:2px;height:1.4rem;transition:opacity .2s ease,transform .2s ease}.sooma-faqs .sooma-faq[open] .sooma-faq__sign:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.sooma-guarantee{background:var(--gradient-background);color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0 5rem;position:relative;z-index:1;margin-top:7rem}@media(min-width:990px){.sooma-guarantee{padding:1.5rem 0;margin:8rem 0}}.sooma-guarantee__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.sooma-guarantee__media{text-align:center}.sooma-guarantee__media img{width:100%;max-width:42rem;height:auto;display:block;margin:-8rem auto -4rem}.sooma-guarantee__media .placeholder-svg{width:100%;max-width:42rem;aspect-ratio:4 / 3;opacity:.35;margin:0 auto}.sooma-guarantee__shield{display:inline-grid;place-items:center;color:rgb(var(--color-foreground));margin-bottom:1.2rem}.sooma-guarantee__shield svg{width:4.4rem;height:4.4rem}.sooma-guarantee__number{font-size:3.4rem;font-weight:800;line-height:1;color:rgb(var(--color-foreground));margin-bottom:.4rem}@media(min-width:990px){.sooma-guarantee__number{font-size:4.2rem}}.sooma-guarantee__title{font-size:2.4rem;line-height:1.1;margin:0 0 1.4rem}@media(min-width:990px){.sooma-guarantee__title{font-size:3rem}}.sooma-guarantee__body{font-size:var(--sooma-text);line-height:1.5;color:rgba(var(--color-foreground),.85);max-width:48rem}.sooma-guarantee__body p{margin:0}.sooma-guarantee__cta{margin-top:2.4rem}@media(min-width:990px){.sooma-guarantee__inner{grid-template-columns:.9fr 1.1fr;gap:4.5rem;align-items:center}.sooma-guarantee__media img{max-width:64rem;margin:-9rem auto}}.sooma-hero{background:transparent;color:rgb(var(--color-foreground))}.sooma-hero__banner{position:relative;overflow:hidden}.sooma-hero__bg{display:block}.sooma-hero__bg picture{display:block}.sooma-hero__bg img{width:100%;height:auto;display:block}.sooma-hero__content{display:flex;flex-direction:column;justify-content:flex-start}.sooma-hero__banner.has-bg .sooma-hero__content{position:absolute;top:0;right:0;bottom:0;left:0}.sooma-hero__banner:not(.has-bg) .sooma-hero__content{background:rgb(var(--color-background));justify-content:center}.sooma-hero__inner{position:relative;z-index:1;padding:3.6rem 2rem;width:100%}.sooma-hero__heading{font-size:3.4rem;line-height:1.08;margin:0 0 1.4rem;letter-spacing:-.01em;max-width:20ch}.sooma-hero__sub{font-size:1.6rem;line-height:1.5;color:rgba(var(--color-foreground),.82);margin:0 0 2.4rem;max-width:42ch}.sooma-hero__sub p{margin:0}.sooma-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.4rem 2.2rem;margin-bottom:1.8rem}.sooma-hero__link{font-weight:800;font-size:1.6rem;text-transform:uppercase;letter-spacing:.03em;color:rgb(var(--color-foreground));text-decoration:none;border-bottom:2px solid currentColor;padding-bottom:.3rem}.sooma-hero__proof{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600}.sooma-hero__stars{color:var(--sooma-accent);letter-spacing:.08em;font-size:1.5rem}.sooma-hero__proof-text{color:rgba(var(--color-foreground),.8)}.sooma-hero__banner:not(.has-bg) .sooma-hero__inner{min-height:34rem}@media(min-width:990px){.sooma-hero__content{justify-content:center}.sooma-hero__inner{max-width:var(--page-width);margin:0 auto;padding:0 5rem}.sooma-hero__heading{font-size:4.6rem;margin-bottom:1.8rem;max-width:16ch}.sooma-hero__sub{font-size:1.75rem;margin-bottom:2.8rem;max-width:40ch}.sooma-hero__banner:not(.has-bg) .sooma-hero__inner{min-height:46rem}}.sooma-howto{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:calc(var(--sooma-block-pad-y) + 2.5rem) 0}@media(min-width:990px){.sooma-howto{padding:calc(var(--sooma-block-pad-y-lg) + 3rem) 0}}.sooma-howto__inner{display:grid;grid-template-columns:1fr;gap:2.4rem}.sooma-howto__intro{text-align:left}.sooma-howto__heading{font-size:2.8rem;line-height:1.1;margin:0 0 1.4rem}@media(min-width:990px){.sooma-howto__heading{font-size:3.8rem}}.sooma-howto__sub{font-size:var(--sooma-text);line-height:1.5;color:rgba(var(--color-foreground),.8);max-width:40ch;margin:0}.sooma-howto__sub p{margin:0}.sooma-howto__list{list-style:none;margin:0;padding:0;display:grid;gap:2.2rem}.sooma-howto__step{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.sooma-howto__icon{display:inline-grid;place-items:center;flex:0 0 auto;color:var(--sooma-deep-blue)}.sooma-howto__icon svg{width:2.4rem;height:2.4rem}.sooma-howto__label{font-size:1.6rem;font-weight:700;line-height:1.25;text-align:left}@media(min-width:990px){.sooma-howto__inner{grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.sooma-howto__intro{text-align:left}.sooma-howto__sub{margin-left:0;margin-right:0}.sooma-howto__list{gap:2.8rem}.sooma-howto__step{justify-content:flex-start;gap:1.2rem}.sooma-howto__icon svg{width:2.8rem;height:2.8rem}.sooma-howto__label{font-size:2.1rem;text-align:left}}.sooma-ingredients{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-ingredients{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-ingredients__heading{text-align:center;font-size:2.6rem;line-height:1.12;margin:0 auto 2.6rem;max-width:26ch}@media(min-width:990px){.sooma-ingredients__heading{font-size:3.4rem}}.sooma-ingredients__heading .accent{color:var(--sooma-accent)}@media(min-width:990px){.sooma-ingredients .page-width{max-width:150rem}}.sooma-ingredients__grid{display:grid;grid-auto-flow:column;grid-auto-columns:85%;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.sooma-ingredients__grid::-webkit-scrollbar{display:none}@media(min-width:750px){.sooma-ingredients__grid{grid-auto-columns:42%}}@media(min-width:990px){.sooma-ingredients__grid{grid-auto-flow:row;grid-template-columns:repeat(5,1fr);grid-auto-columns:auto;overflow:visible;gap:1.2rem}}.sooma-ingredients__nav{display:flex;justify-content:center;gap:1.2rem;margin-top:1.8rem}.sooma-carousel-btn{width:4.8rem;height:4.8rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.25);background:transparent;color:rgb(var(--color-foreground));display:grid;place-items:center;cursor:pointer;transition:background .15s ease,opacity .15s ease}.sooma-carousel-btn svg{width:2rem;height:2rem}.sooma-carousel-btn:hover{background:rgba(var(--color-foreground),.06)}.sooma-carousel-btn:disabled{opacity:.3;cursor:default}@media(min-width:990px){.sooma-ingredients__nav{display:none}}.sooma-ing-card{scroll-snap-align:center;background:var(--sooma-white);border-radius:var(--sooma-radius-lg);padding:1.2rem 1.2rem 2rem;box-shadow:0 2px 16px rgba(var(--color-foreground),.06);text-align:center}.sooma-ing-card__media{aspect-ratio:1 / 1;border-radius:var(--sooma-radius-md);overflow:hidden;background:var(--sooma-off-white);margin-bottom:1.4rem}.sooma-ing-card__media img{width:100%;height:100%;object-fit:cover;display:block}.sooma-ing-card__media .placeholder-svg{width:100%;height:100%;opacity:.35}.sooma-ing-card__name{font-size:1.9rem;line-height:1.15;margin:0 0 .6rem}.sooma-ing-card__dose{display:inline-block;font-size:1.2rem;font-weight:700;letter-spacing:.02em;color:var(--sooma-burnt);background:var(--sooma-sand);padding:.3rem 1rem;border-radius:var(--sooma-radius-pill);margin-bottom:1.2rem}.sooma-ing-card__text{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.85)}.sooma-ing-card__text p{margin:0}.sooma-problem{background:var(--gradient-background);color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-problem{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-problem__box{background:var(--sooma-white);border-radius:var(--sooma-radius-xl);overflow:hidden;box-shadow:0 2px 24px rgba(var(--color-foreground),.07)}.sooma-problem__content{padding:var(--sooma-block-pad-y) 2.2rem}.sooma-problem__eyebrow{color:rgba(var(--color-foreground),.6);font-weight:600;font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem}.sooma-problem__heading{font-size:2.8rem;line-height:1.12;margin:0 0 3.6rem;max-width:20ch}.sooma-problem__figure{background:var(--sooma-off-white);aspect-ratio:var(--sooma-problem-main-ratio, 4 / 3)}.sooma-problem__figure picture{display:block;width:100%;height:100%}.sooma-problem__figure img{width:100%;height:100%;object-fit:cover;display:block}.sooma-problem__figure.is-auto{aspect-ratio:auto;background:transparent}.sooma-problem__figure.is-auto img{height:auto}@media(max-width:989px){.sooma-problem__figure{margin-bottom:2.2rem}}.sooma-problem__steps{display:flex;flex-direction:column;gap:2.2rem}.sooma-problem__step{display:flex;align-items:flex-start;gap:1.4rem;text-align:left}.sooma-problem__media{flex:0 0 auto;width:5.4rem}.sooma-problem__media img{width:100%;height:auto;object-fit:contain;display:block}.sooma-problem__media .placeholder-svg{width:100%;aspect-ratio:1 / 1;opacity:.35}.sooma-problem__step-body{min-width:0}.sooma-problem__step-title{font-size:1.9rem;line-height:1.15;margin:0 0 .5rem}.sooma-problem__step-text{font-size:var(--sooma-text-sm);line-height:1.5}.sooma-problem__step-text p{margin:0}@media(min-width:990px){.sooma-problem__heading{font-size:3.4rem}.sooma-problem__content{padding:5.5rem 4rem}.sooma-problem__box.has-figure{display:grid;grid-template-columns:1.1fr 1fr;align-items:center}.sooma-problem__box.has-figure .sooma-problem__content{display:flex;flex-direction:column;justify-content:center}.sooma-problem__box.has-figure .sooma-problem__figure{align-self:center;margin:3rem 3rem 3rem 0;border-radius:var(--sooma-radius-lg);overflow:hidden}}.sooma-promo{position:fixed;top:0;left:0;right:0;z-index:2;background:var(--gradient-background);color:rgb(var(--color-foreground));transform:translateY(-110%);transition:transform .3s ease}.sooma-promo.is-visible{transform:translateY(0)}.sooma-promo__inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:nowrap;padding:1rem 2rem}.sooma-promo__text{display:flex;flex-direction:column;text-align:left;line-height:1.15;min-width:0}.sooma-promo__heading{font-weight:400;font-size:1.4rem}.sooma-promo__sub{font-weight:400;font-size:1.15rem;opacity:.9;margin-top:.25rem}.sooma-promo__heading strong,.sooma-promo__sub strong{font-weight:800}.sooma-promo__timer{flex:0 0 auto;display:inline-flex;align-items:center;gap:.6rem;background:rgba(var(--color-foreground),.12);border:1px solid rgba(var(--color-foreground),.16);border-radius:.4rem;padding:.5rem 1rem}.sooma-promo__unit{display:inline-flex;flex-direction:column;align-items:center;line-height:1;min-width:2.4rem}.sooma-promo__unit b{font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums}.sooma-promo__unit small{font-size:.8rem;opacity:.8;letter-spacing:.04em;margin-top:.28rem}.sooma-promo__sep{font-weight:700;font-size:1.3rem;opacity:.55;transform:translateY(-.4rem)}@media(min-width:750px){.sooma-promo__inner{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;padding:1rem 3rem}.sooma-promo__text{grid-column:2;flex-direction:row;align-items:baseline;justify-self:center;text-align:center}.sooma-promo__heading{font-size:1.55rem}.sooma-promo__sub{font-size:1.55rem;margin-top:0}.sooma-promo__sub:before{content:"\b7";margin:0 .7rem;opacity:.6}.sooma-promo__timer{grid-column:3;justify-self:end;padding:.6rem 1.3rem;gap:.7rem}.sooma-promo__unit{min-width:2.8rem}.sooma-promo__unit b{font-size:1.9rem}.sooma-promo__unit small{font-size:.9rem}}.sooma-reviews{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-reviews{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-reviews__eyebrow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.sooma-reviews__stars{color:var(--sooma-accent);letter-spacing:.1em}.sooma-reviews__heading{text-align:center;font-size:2.8rem;line-height:1.1;margin:0 auto 2.8rem;max-width:22ch}@media(min-width:990px){.sooma-reviews__heading{font-size:3.6rem}}.sooma-reviews__list{max-width:90rem;margin:0 auto;display:grid;gap:1.6rem}.sooma-review{border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--sooma-radius-lg);padding:2rem 2.2rem;background:var(--sooma-white)}.sooma-review.is-hidden{display:none}.sooma-review.is-revealing{animation:sooma-fade-up .35s ease}@keyframes sooma-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.sooma-review__top{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.4rem}.sooma-review__score{font-weight:700}.sooma-review__stars{color:var(--sooma-accent);letter-spacing:.08em}.sooma-review__images{display:flex;flex-wrap:wrap;gap:.8rem;margin:0 0 1.4rem}.sooma-review__img{display:block;width:10rem;aspect-ratio:3 / 4;border-radius:var(--sooma-radius-md);overflow:hidden;background:var(--sooma-off-white)}.sooma-review__img img{width:100%;height:100%;object-fit:cover;display:block}.sooma-review__headline{font-size:1.8rem;line-height:1.25;margin:0 0 .8rem}.sooma-review__body{font-size:var(--sooma-text-sm);line-height:1.55;color:rgba(var(--color-foreground),.85)}.sooma-review__body p{margin:0}.sooma-review__tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.sooma-review__tag{font-size:1.2rem;font-weight:600;color:var(--sooma-slate);border:1px solid var(--sooma-mist);border-radius:var(--sooma-radius-pill);padding:.4rem 1.2rem}.sooma-reviews__more-wrap{text-align:center;margin-top:2.4rem}.sooma-reviews__more{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-width:22rem;min-height:5rem;font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));background:transparent;border:1px solid rgba(var(--color-foreground),.3);border-radius:var(--sooma-radius-pill);padding:1.2rem 2.8rem;cursor:pointer;transition:background .15s ease}.sooma-reviews__more:hover{background:rgba(var(--color-foreground),.05)}.sooma-reviews__more-spinner{display:none;width:1.9rem;height:1.9rem;border-radius:50%;border:2px solid rgba(var(--color-foreground),.3);border-top-color:rgb(var(--color-foreground));animation:sooma-spin .6s linear infinite}.sooma-reviews__more.is-loading .sooma-reviews__more-label{display:none}.sooma-reviews__more.is-loading .sooma-reviews__more-spinner{display:block}@keyframes sooma-spin{to{transform:rotate(360deg)}}.sooma-solution{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-solution{padding:calc(var(--sooma-block-pad-y-lg) + 3rem) 0}}.sooma-solution__head{max-width:60rem;margin:0 auto 3rem;text-align:center}@media(min-width:990px){.sooma-solution__head{margin-bottom:5rem}}.sooma-solution__eyebrow{color:rgba(var(--color-foreground),.6);font-weight:600;font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem}.sooma-solution__heading{font-size:2.8rem;line-height:1.12;margin:0 0 1.4rem}@media(min-width:990px){.sooma-solution__heading{font-size:3.8rem}}.sooma-solution__body{font-size:var(--sooma-text);line-height:1.5;color:rgba(var(--color-foreground),.9)}.sooma-solution__body p{margin:0}.sooma-solution__split{display:grid;grid-template-columns:.82fr 1.18fr;gap:1.6rem;align-items:center}@media(min-width:990px){.sooma-solution__split{grid-template-columns:.8fr 1.2fr;gap:4rem;max-width:90rem;margin:0 auto;align-items:stretch}.sooma-solution__media{position:relative}.sooma-solution__media img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;max-width:100%;height:100%;max-height:100%;object-fit:contain}}.sooma-solution__media{min-width:0;text-align:center;background:transparent}.sooma-solution__media:has(img){aspect-ratio:auto}.sooma-solution__media img{width:100%;max-width:34rem;height:auto;display:block;margin:0 auto}.sooma-solution__media .placeholder-svg{width:100%;aspect-ratio:var(--sooma-solution-ratio, 1 / 2);opacity:.35;background:var(--sooma-off-white);border-radius:var(--sooma-radius-lg)}.sooma-solution__highlights{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.8rem;min-width:0}@media(min-width:990px){.sooma-solution__highlights{gap:2.6rem}}.sooma-solution__hl{position:relative}.sooma-solution__hl-head{display:flex;align-items:center;gap:.7rem}.sooma-solution__hl-num{flex:0 0 auto;display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.1rem;font-weight:700;line-height:1}.sooma-solution__hl-title{font-size:1.5rem;line-height:1.2;margin:0}.sooma-solution__hl-text{font-size:1.15rem;line-height:1.45;margin:.4rem 0 0;color:rgba(var(--color-foreground),.85)}.sooma-solution__hl-text p{margin:0}@media(min-width:750px){.sooma-solution__hl-title{font-size:1.8rem}.sooma-solution__hl-text{font-size:1.45rem}}@media(min-width:990px){.sooma-solution__hl-num{width:2.2rem;height:2.2rem;font-size:1.2rem}.sooma-solution__hl-title{font-size:2rem}.sooma-solution__hl-text{font-size:var(--sooma-text-sm);margin-top:.7rem}}.sooma-stats{position:relative;isolation:isolate;background:var(--gradient-background);color:rgb(var(--color-foreground));overflow:hidden;padding:var(--sooma-block-pad-y) 0}.sooma-stats--has-bg{padding-bottom:30rem}.sooma-stats__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sooma-stats__bg picture{display:block;width:100%;height:100%}.sooma-stats__bg img{width:100%;height:100%;object-fit:cover;display:block;object-position:center bottom}.sooma-stats__inner{position:relative;z-index:1}.sooma-stats--has-bg .sooma-stats__panel{background:#0d263c6b;-webkit-backdrop-filter:blur(16px) saturate(125%);backdrop-filter:blur(16px) saturate(125%);border:1px solid rgba(255,255,255,.16);border-radius:var(--sooma-radius-xl);box-shadow:0 10px 40px #0000002e;color:#fff}.sooma-stats__panel{display:flex;flex-direction:column;gap:2rem;padding:2.6rem 2.2rem}.sooma-stats__heading{font-size:2.8rem;line-height:1.1;margin:0;color:inherit}.sooma-stats__sub{font-size:var(--sooma-text);line-height:1.5;margin:0}.sooma-stats--has-bg .sooma-stats__sub{color:#ffffffd9}.sooma-stats__sub p{margin:0}.sooma-stats__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.sooma-stats__grid{grid-template-columns:repeat(3,1fr);gap:1.6rem}}.sooma-stats__num{font-size:4rem;font-weight:800;line-height:1;margin-bottom:.6rem;color:var(--sooma-stats-num, inherit)}.sooma-stats__desc{font-size:var(--sooma-text-sm);line-height:1.4}.sooma-stats--has-bg .sooma-stats__desc{color:#ffffffe6}.sooma-stats__desc p{margin:0}.sooma-stats__footnote{font-size:1.2rem;line-height:1.45;margin:0}.sooma-stats--has-bg .sooma-stats__footnote{color:#fff9}@media(min-width:990px){.sooma-stats--has-bg{padding:0;display:grid}.sooma-stats--has-bg .sooma-stats__bg{position:static;grid-area:1 / 1}.sooma-stats--has-bg .sooma-stats__bg picture,.sooma-stats--has-bg .sooma-stats__bg img{height:auto}.sooma-stats--has-bg .sooma-stats__inner{grid-area:1 / 1;position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:flex-start}.sooma-stats--has-bg .sooma-stats__panel{max-width:52rem;padding:4rem 3.8rem}.sooma-stats__heading{font-size:3.6rem}.sooma-stats__num{font-size:4.6rem}}.sooma-testi{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:calc(var(--sooma-block-pad-y) + 3rem) 0 var(--sooma-block-pad-y)}@media(min-width:990px){.sooma-testi{padding:calc(var(--sooma-block-pad-y-lg) + 3rem) 0 var(--sooma-block-pad-y-lg)}}.sooma-testi__eyebrow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem 1.2rem;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.sooma-testi__rating{display:inline-flex;align-items:center;gap:.5rem}.sooma-testi__stars{color:var(--sooma-accent);letter-spacing:.1em}.sooma-testi__heading{text-align:center;font-size:2.8rem;line-height:1.1;margin:0 0 2.6rem}@media(min-width:990px){.sooma-testi__heading{font-size:3.6rem}}.sooma-testi__grid{display:grid;grid-auto-flow:column;grid-auto-columns:85%;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.sooma-testi__grid::-webkit-scrollbar{display:none}@media(min-width:750px){.sooma-testi__grid{grid-auto-columns:46%}}@media(min-width:990px){.sooma-testi__grid{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);grid-auto-columns:auto;overflow:visible;gap:2rem;align-items:start}.sooma-testi-card.is-clone{display:none}}.sooma-testi-card{scroll-snap-align:center;background:var(--sooma-white);border-radius:var(--sooma-radius-lg);overflow:hidden;box-shadow:0 2px 16px rgba(var(--color-foreground),.06)}.sooma-testi-card__media{aspect-ratio:var(--sooma-testi-ratio, 4 / 3);background:var(--sooma-off-white)}.sooma-testi-card__media img{width:100%;height:100%;object-fit:cover;display:block}.sooma-testi-card__media .placeholder-svg{width:100%;height:100%;opacity:.35}.sooma-testi-card__body{padding:1.8rem}.sooma-testi-card__text{font-size:var(--sooma-text-sm);line-height:1.55;color:rgba(var(--color-foreground),.88)}.sooma-testi-card__text p{margin:0 0 1rem}.sooma-testi-card__text p:last-child{margin-bottom:0}.sooma-testi-card__author{display:flex;align-items:center;gap:.8rem;margin-top:1.4rem}.sooma-testi-card__name{font-weight:700;font-size:1.5rem}.sooma-testi-card__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:1.2rem;font-weight:600;color:var(--sooma-success)}.sooma-testi-card__verified svg{width:1.5rem;height:1.5rem}.sooma-tl{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-tl{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-tl__header{max-width:62rem;margin:0 auto 3.6rem;text-align:center}.sooma-tl__heading{font-size:2.8rem;line-height:1.1;margin:0 0 1.2rem}@media(min-width:990px){.sooma-tl__heading{font-size:3.8rem}.sooma-tl__header{margin-bottom:5rem}}.sooma-tl__sub{font-size:var(--sooma-text);line-height:1.5;color:rgba(var(--color-foreground),.8)}.sooma-tl__sub p{margin:0}.sooma-tl__grid{display:grid;grid-template-columns:1fr;gap:3rem}.sooma-tl__side{display:flex;flex-direction:column;gap:2.4rem}.sooma-tl__media{border-radius:var(--sooma-radius-lg);overflow:hidden;background:var(--sooma-off-white);aspect-ratio:var(--tl-media-ratio, 4 / 3)}.sooma-tl__media img{width:100%;height:100%;object-fit:cover;display:block}.sooma-tl__media.is-auto{aspect-ratio:auto;background:transparent}.sooma-tl__media.is-auto img{height:auto}.sooma-tl__media--desktop{display:none}.sooma-tl__media--mobile{display:block}.sooma-tl__howto{background:rgba(var(--color-foreground),.05);border-radius:var(--sooma-radius-lg);padding:2rem 2.2rem}.sooma-tl__howto-top{display:flex;align-items:center;gap:1.6rem;margin-bottom:1.4rem}.sooma-tl__howto-media{flex:0 0 auto;width:5.4rem;aspect-ratio:1 / 1;display:grid;place-items:center}.sooma-tl__howto-media img{width:100%;height:100%;object-fit:contain;display:block}.sooma-tl__howto-media .placeholder-svg{width:100%;height:100%;opacity:.35}.sooma-tl__howto-head{min-width:0}.sooma-tl__howto-heading{font-size:1.7rem;line-height:1.2;margin:0 0 .4rem}.sooma-tl__howto-sub{font-size:var(--sooma-text-sm);line-height:1.45;color:rgba(var(--color-foreground),.82);margin:0}.sooma-tl__howto-bullets ul{list-style:disc;margin:0;padding-left:1.8rem;display:grid;gap:.5rem}.sooma-tl__howto-bullets li{font-size:var(--sooma-text-sm);line-height:1.4}.sooma-tl__howto-bullets p{margin:0}.sooma-tl__cta{margin-top:0}.sooma-tl__timeline{position:relative}.sooma-tl__timeline:before{content:"";position:absolute;left:1.1rem;top:1.2rem;height:var(--tl-line-height, calc(100% - 2.4rem) );width:2px;background:rgba(var(--color-foreground),.14);z-index:0}.sooma-tl__stage{position:relative;z-index:1;padding-left:3.6rem;padding-bottom:3.2rem}.sooma-tl__stage:last-child{padding-bottom:0}.sooma-tl__node{position:absolute;left:0;top:.1rem;width:2.2rem;height:2.2rem;border-radius:50%;background:#283a48;color:#fff;display:grid;place-items:center}.sooma-tl__node svg{width:1.3rem;height:1.3rem}.sooma-tl__head-row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.2rem;margin-bottom:1rem}.sooma-tl__label{display:inline-flex;align-items:center;font-size:1.35rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:#283a48;padding:.45rem 1.6rem;border-radius:var(--sooma-radius-pill);white-space:nowrap}.sooma-tl__title{color:#283a48;font-size:1.7rem;line-height:1.2;margin:0;flex:1 1 auto;min-width:0}.sooma-tl__desc{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.85);margin:0 0 1.4rem}.sooma-tl__desc p{margin:0}.sooma-tl__bullets ul{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.sooma-tl__bullets li{position:relative;padding-left:2.4rem;font-size:var(--sooma-text-sm);line-height:1.4}.sooma-tl__bullets li:before{content:"";position:absolute;left:0;top:.15rem;width:1.6rem;height:1.6rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23245a86' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E") no-repeat center / contain}.sooma-tl__timeline.is-scroll-progress:before{background:rgba(var(--color-foreground),.16)}.sooma-tl__timeline.is-scroll-progress:after{content:"";position:absolute;left:1.1rem;top:1.2rem;width:2px;height:var(--tl-progress, 0px);max-height:var(--tl-line-height, calc(100% - 2.4rem) );background:#283a48;transition:height .12s linear;z-index:0}.is-scroll-progress .sooma-tl__node{background:var(--sooma-ink);transition:background .35s ease}.is-scroll-progress .sooma-tl__stage.is-active .sooma-tl__node{background:#283a48}.is-scroll-progress .sooma-tl__label{background:var(--sooma-ink);transition:background .35s ease}.is-scroll-progress .sooma-tl__stage.is-active .sooma-tl__label{background:#283a48}.is-scroll-progress .sooma-tl__title{color:var(--sooma-ink);transition:color .35s ease}.is-scroll-progress .sooma-tl__stage.is-active .sooma-tl__title{color:#283a48}@media(min-width:990px){.sooma-tl__grid{grid-template-columns:1.05fr .95fr;column-gap:5rem;align-items:start}.sooma-tl__media--desktop{display:block}.sooma-tl__media--mobile{display:none}.sooma-tl__side{position:sticky;top:calc(var(--sooma-pinned-bottom, 11rem) + 1.5rem);align-self:start}.sooma-tl__label{font-size:1.4rem}}.sooma-trust{background:var(--gradient-background);color:rgb(var(--color-foreground));padding:var(--sooma-block-pad-y) 0}@media(min-width:990px){.sooma-trust{padding:var(--sooma-block-pad-y-lg) 0}}.sooma-trust__inner{display:grid;grid-template-columns:1fr;gap:2.4rem}.sooma-trust__media{border-radius:var(--sooma-radius-lg);overflow:hidden;background:var(--sooma-off-white)}.sooma-trust__media img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 5}.sooma-trust__media .placeholder-svg{width:100%;aspect-ratio:4 / 5;opacity:.35}.sooma-trust__heading{font-size:2.8rem;line-height:1.1;margin:0 0 2.2rem;text-align:center}@media(min-width:990px){.sooma-trust__heading{font-size:3.8rem;text-align:left}}.sooma-trust__intro{font-size:var(--sooma-text);line-height:1.5;color:rgba(var(--color-foreground),.8);margin-bottom:2rem}.sooma-trust__intro p{margin:0}.sooma-trust__card{background:rgba(var(--color-foreground),.08);border-radius:var(--sooma-radius-lg);padding:2rem 2rem .6rem;display:grid;gap:2rem}.sooma-trust__point{text-align:left;padding-bottom:1.4rem}.sooma-trust__point-head{display:flex;flex-direction:row;align-items:center;gap:.9rem;margin-bottom:.6rem}.sooma-trust__point-icon{display:inline-grid;place-items:center;color:rgb(var(--color-foreground));flex:0 0 auto}.sooma-trust__point-icon svg{width:2.6rem;height:2.6rem}.sooma-trust__point-title{font-size:1.8rem;line-height:1.2;margin:0}.sooma-trust__point-text{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.82)}.sooma-trust__point-text p{margin:0}@media(min-width:990px){.sooma-trust__inner{grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:stretch}.sooma-trust__media img,.sooma-trust__media .placeholder-svg{aspect-ratio:auto;height:100%}.sooma-trust__point{text-align:left}.sooma-trust__point-head{flex-direction:row;align-items:center;gap:.9rem}}.ucards{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 60px) 1.6rem var(--pb, 60px)}.ucards__wrap{max-width:var(--maxw, 1240px);margin:0 auto}.ucards__head{max-width:60rem;margin:0 auto 3.2rem}.ucards__head--center{text-align:center}.ucards__head--left{text-align:left;margin-left:0}.ucards__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 1rem;text-wrap:balance;color:rgb(var(--color-foreground))}.ucards__sub{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0}.ucards__grid{--gap: var(--gap-d, 32px);display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap)}.ucards__card{flex:0 0 calc((100% - 2 * var(--gap)) / 3);min-width:0}@media(max-width:749px){.ucards__grid{--gap: 1.2rem}.ucards__card{flex-basis:calc((100% - var(--gap)) / 2)}}.ucards__media{border-radius:var(--r-lg);overflow:hidden;margin-bottom:1.2rem}.ucards__media img{width:100%;display:block}.ucards__ph{width:100%;display:grid;place-items:center;background:var(--bg-card);color:var(--text-muted);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ucards__title{font-family:var(--font-body);font-weight:500;font-size:1.6rem;line-height:1.3;margin:0 0 .5rem;color:rgb(var(--color-foreground))}.ucards__text{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.7)}.ucards__text p{margin:0 0 .6rem}.ucards__text p:last-child{margin-bottom:0}.ucards.is-d-center .ucards__card{text-align:center}.ucards.is-d-right .ucards__card{text-align:right}@media(max-width:749px){.ucards.is-m-left .ucards__card{text-align:left}.ucards.is-m-center .ucards__card{text-align:center}.ucards.is-m-right .ucards__card{text-align:right}}.ufaq{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 64px) 1.6rem var(--pb, 64px)}.ufaq__wrap{max-width:var(--maxw, 860px);margin:0 auto}.ufaq__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 2.4rem;color:rgb(var(--color-foreground));text-wrap:balance}.ufaq__heading--center{text-align:center}.ufaq__heading--left{text-align:left}.ufaq__heading--right{text-align:right}.ufaq__item .sooma-faq__q{font-weight:500;font-size:1.8rem;padding:2rem 0}.ufaq__item .sooma-faq__a{font-size:var(--sooma-text)}.ufaq__cta-wrap{display:flex;justify-content:center;margin-top:3.6rem}.ufaq__cta{display:flex;align-items:center;justify-content:center;width:100%;max-width:34rem;text-decoration:none;background:var(--orange);color:#fff;font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1.6rem;padding:1.6rem 3rem;border-radius:6px;transition:filter .12s ease,transform .12s ease}.ufaq__cta:hover{filter:brightness(.95);transform:translateY(-1px)}.uguar{background:var(--band, #e9edf5);color:var(--text-strong);position:relative;z-index:1;margin:7rem 0 0;padding:3.2rem 1.6rem 4rem}.uguar__inner{max-width:var(--maxw, 1240px);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.uguar__media{text-align:center}.uguar__media img{width:100%;max-width:38rem;height:auto;display:block;margin:-7rem auto -3rem}.uguar__ph{width:100%;max-width:42rem;aspect-ratio:4 / 3;margin:0 auto;border-radius:var(--r-lg);display:grid;place-items:center;background:#0000000d;color:var(--text-muted);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.uguar__shield{display:inline-grid;place-items:center;color:var(--navy);margin-bottom:1.2rem}.uguar__shield svg{width:4rem;height:4rem}.uguar__number{font-family:var(--font-head);font-weight:500;line-height:1;letter-spacing:-.02em;font-size:clamp(3.4rem,5vw,4.4rem);color:var(--text-strong);margin-bottom:.8rem}.uguar__title{font-family:var(--font-head);font-weight:500;line-height:1.25;font-size:clamp(2.2rem,3vw,2.8rem);margin:0 0 1.4rem;color:var(--text-strong)}.uguar__body{font-size:var(--sooma-text);line-height:1.5;color:var(--text-body);max-width:48rem}.uguar__body p{margin:0}.uguar__cta{display:flex;align-items:center;justify-content:center;width:100%;max-width:34rem;margin-top:2.4rem;text-decoration:none;background:var(--orange);color:#fff;font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1.6rem;padding:1.6rem 3rem;border-radius:6px;transition:filter .12s ease,transform .12s ease}.uguar__cta:hover{filter:brightness(.95);transform:translateY(-1px)}@media(max-width:989px){.uguar{padding-bottom:5.2rem}.uguar__media img{margin:-7rem auto 1.2rem}.uguar__cta{margin-top:3rem;margin-left:auto;margin-right:auto}}@media(min-width:990px){.uguar{margin:8rem 0;padding:1.5rem 1.6rem}.uguar__inner{grid-template-columns:.9fr 1.1fr;gap:4.5rem}.uguar__media img{max-width:54rem;margin:-8rem auto}}.unwind-hero{background:var(--bg);color:var(--text-body);padding:3.2rem 1.6rem 4rem}.unwind-hero__inner{max-width:var(--maxw, 1240px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem}.unwind-hero__gallery,.unwind-hero__buy{min-width:0}@media(min-width:750px){.unwind-hero{padding:4rem 2.4rem 5.6rem}.unwind-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:start}.unwind-hero__gallery.is-sticky{position:sticky;top:calc(var(--sooma-pinned-bottom, 6rem) + 2rem)}}.unwind-hero__ph{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--bg-card);color:var(--text-muted);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;aspect-ratio:1 / 1;width:100%;border-radius:inherit}.unwind-hero__ph--sm{aspect-ratio:1 / 1;font-size:1.2rem}.unwind-hero__ph--badge{aspect-ratio:1 / 1;border-radius:var(--r-sm);font-size:1.1rem}.unwind-hero__media{border-radius:var(--r-lg);overflow:hidden}.unwind-hero__media img{display:block;width:100%;height:auto}.unwind-hero__media--main{border-radius:var(--r-lg)}.unwind-hero__thumbs-wrap{position:relative;margin-top:1rem;display:flex;align-items:center;gap:.4rem}.unwind-hero__thumbs{--tgap: .8rem;flex:1 1 auto;min-width:0;display:flex;gap:var(--tgap);flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.unwind-hero__thumbs.is-dragging{scroll-snap-type:none;cursor:grabbing}.unwind-hero__thumbs::-webkit-scrollbar{display:none}.unwind-hero__thumb{flex:0 0 calc((100% - 4 * var(--tgap)) / 5);box-sizing:border-box;aspect-ratio:1 / 1;padding:0;cursor:pointer;scroll-snap-align:start;border:2px solid transparent;border-radius:var(--r);overflow:hidden;background:var(--bg-card)}.unwind-hero__thumb.is-active{border-color:var(--navy)}.unwind-hero__thumb img{width:100%;height:100%;object-fit:cover;display:block}.unwind-hero__thumb .unwind-hero__ph{aspect-ratio:auto;height:100%}.unwind-hero__thumbs-arrow{flex:0 0 auto;display:grid;place-items:center;cursor:pointer;padding:.4rem .2rem;border:0;background:none;color:var(--text-strong);transition:opacity .15s ease}.unwind-hero__thumbs-arrow svg{width:1.9rem;height:1.9rem}.unwind-hero__thumbs-arrow:disabled{opacity:.22;cursor:default}.unwind-hero__thumbs-wrap.is-no-overflow .unwind-hero__thumbs-arrow{display:none}.unwind-hero__media--main img{transition:opacity .32s ease,transform .32s ease}.unwind-hero__nutrition{margin-top:1.2rem;border:1px solid var(--border);border-radius:var(--r)}.unwind-hero__nutrition summary{cursor:pointer;list-style:none;text-align:center;padding:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:1.3rem;color:var(--text-strong)}.unwind-hero__nutrition summary::-webkit-details-marker{display:none}.unwind-hero__nutrition[open] summary{border-bottom:1px solid var(--border)}.unwind-hero__nutrition>.unwind-hero__media{border-radius:0 0 var(--r) var(--r)}.unwind-hero__buy{display:flex;flex-direction:column;gap:1.8rem}.unwind-hero__rating{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.unwind-hero__stars{color:var(--orange);letter-spacing:.1em;font-size:1.7rem}.unwind-hero__rating-text{font-weight:500;font-size:1.5rem;color:var(--text-strong)}.unwind-hero__title{font-family:var(--font-head);font-weight:500;letter-spacing:-.02em;line-height:1.15;font-size:clamp(3.2rem,5vw,4.4rem);color:var(--text-strong);margin:0}.unwind-hero__sub{font-size:var(--sooma-text);line-height:1.55;color:var(--text-body)}.unwind-hero__sub p{margin:0}.unwind-hero__bullets,.unwind-hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.unwind-hero__bullets li{display:flex;align-items:center;gap:1rem;font-size:var(--sooma-text);line-height:1.35;color:var(--text-body)}.unwind-hero__bullet-icon{flex:0 0 auto;width:3.2rem;height:3.2rem;display:grid;place-items:center}.unwind-hero__bullet-icon img{width:100%;height:100%;object-fit:contain;display:block}.unwind-hero__ph--icon{width:3rem;height:3rem;aspect-ratio:auto;border-radius:var(--r-sm)}.unwind-hero__trust{gap:.6rem}.unwind-hero__trust li{display:flex;align-items:flex-start;gap:.8rem;font-size:1.35rem;color:var(--text-body)}.unwind-hero__trust-icon{flex:0 0 auto;display:grid;place-items:center;margin-top:.05rem}.unwind-hero__trust-icon svg{width:1.9rem;height:1.9rem;display:block}.unwind-hero__buybox{display:flex;flex-direction:column;gap:.8rem}.unwind-hero__atc{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;width:100%;border:0;cursor:pointer;background:var(--orange);color:#fff;font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1.7rem;padding:1.6rem 2.4rem;border-radius:6px;transition:filter .12s ease,transform .12s ease}.unwind-hero__atc-top{display:inline-flex;align-items:center;justify-content:center;gap:.8rem}.unwind-hero__atc:hover{filter:brightness(.95);transform:translateY(-1px)}.unwind-hero__atc[disabled]{background:var(--text-muted);cursor:not-allowed}.unwind-hero__atc-price{font-weight:800}.unwind-hero__atc-guarantee{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;letter-spacing:.05em;line-height:1;opacity:.92}.unwind-hero__atc-guarantee svg{width:1.4rem;height:1.4rem;flex:0 0 auto}.unwind-hero__atc-sub{text-align:center;font-size:1.25rem;color:var(--text-muted);margin:0}.unwind-hero__urgency{background:var(--u-bg, var(--navy-tint));color:var(--u-fg, var(--text-strong));border-radius:var(--r);padding:1.6rem 1.8rem;text-align:var(--u-align, left)}.unwind-hero__urgency-head{margin:0 0 .4rem;font-weight:600;text-transform:uppercase;letter-spacing:0;font-size:1.3rem;color:var(--u-accent, var(--orange))}.unwind-hero__urgency-icon{display:inline-flex;vertical-align:-.28em;margin-right:.5rem;color:var(--u-icon, var(--u-accent, var(--orange)))}.unwind-hero__urgency-icon svg{width:1.7rem;height:1.7rem;display:block}.unwind-hero__urgency-body{font-size:1.35rem;line-height:1.5}.unwind-hero__urgency-body p{margin:0}.unwind-hero__urgency-bar{margin-top:1.3rem;height:.8rem;border-radius:999px;background:var(--u-track, rgba(0,0,0,.08));overflow:hidden}.unwind-hero__urgency-fill{display:block;height:100%;border-radius:999px;background:var(--u-bar, var(--orange));transition:width .4s ease}.unwind-hero__urgency-stats{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.8rem;font-weight:700;font-size:1.35rem}.unwind-hero__urgency-left{color:var(--u-accent, var(--orange))}.unwind-hero__deal{border:1.5px solid var(--deal-box, #6b3f1f);border-radius:var(--r);overflow:hidden;color:var(--deal-text, #ffffff)}.unwind-hero__deal-top{background:var(--deal-box, #6b3f1f);padding:1.5rem 1.7rem}.unwind-hero__deal-eyebrow{margin:0 0 .7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;font-size:1.15rem;opacity:.92}.unwind-hero__deal-heading{margin:0;font-family:var(--font-body);font-weight:700;line-height:1.14;letter-spacing:-.01em;font-size:clamp(2rem,4.4vw,2.6rem)}.unwind-hero__deal-heading strong{color:var(--deal-accent, #f0a878);font-weight:700}.unwind-hero__deal-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.7rem;background:var(--deal-box, #6b3f1f);background:color-mix(in srgb,var(--deal-box, #6b3f1f) 56%,#000);border-top:1.5px solid var(--deal-box, #6b3f1f)}.unwind-hero__deal-label{font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1.25rem}.unwind-hero__deal-time{font-variant-numeric:tabular-nums;font-weight:700;font-size:2rem;letter-spacing:.02em;color:var(--deal-num, #e8571c)}.unwind-hero__guarantee{display:flex;gap:1.4rem;align-items:center;background:var(--g-bg, #fff);color:var(--g-fg, var(--text-body));border:1px solid var(--border);border-radius:var(--r);padding:1.8rem}.unwind-hero__guarantee-badge{flex:0 0 8rem;width:8rem;border-radius:var(--r-sm)}.unwind-hero__guarantee-head{margin:0 0 .4rem;font-weight:600;text-transform:uppercase;letter-spacing:0;font-size:1.35rem;color:var(--text-strong)}.unwind-hero__guarantee-body{font-size:1.3rem;line-height:1.5}.unwind-hero__guarantee-body p{margin:0}.unwind-hero__social{display:flex;align-items:center;gap:1.2rem;background:var(--bg-card);border-radius:var(--r);padding:1.2rem 1.8rem}.unwind-hero__social-avatars{flex:0 0 auto;display:grid;place-items:center}.unwind-hero__social-avatars img{height:5.6rem;width:auto;display:block;border-radius:999px}.unwind-hero__social-avatars .unwind-hero__ph{width:11rem;height:5.6rem;aspect-ratio:auto;border-radius:999px;font-size:1rem}.unwind-hero__social-text{font-size:1.3rem;line-height:1.4;color:var(--text-body)}.unwind-hero__social-text p{margin:0}.unwind-hero__social-text strong{display:block;font-size:1.5rem;color:var(--text-strong)}.unwind-hero__stats{background:var(--bg-card);border-radius:var(--r);padding:2rem 1.8rem}.unwind-hero__stats-intro{margin:0 0 1.6rem;font-size:1.8rem;font-weight:600;line-height:1.25;color:var(--text-strong)}.unwind-hero__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;text-align:center}.unwind-hero__stat{display:flex;flex-direction:column;align-items:center;gap:.9rem}.unwind-hero__ring{position:relative;width:100%;max-width:9.6rem;margin:0 auto;display:grid;place-items:center}.unwind-hero__ring-svg{grid-area:1 / 1;width:100%;height:auto;display:block;transform:rotate(-90deg)}.unwind-hero__ring-track{fill:none;stroke:#00000017;stroke-width:8}.unwind-hero__ring-bar{fill:none;stroke:var(--orange);stroke-width:8;stroke-linecap:round}.unwind-hero__stat-num{grid-area:1 / 1;font-family:var(--font-head);font-weight:600;font-size:clamp(2.2rem,4.4vw,2.9rem);color:var(--num, var(--text-strong));line-height:1}.unwind-hero__stat-lab{font-size:1.15rem;line-height:1.3;color:var(--text-body)}.unwind-hero__stats-foot{margin:1.2rem 0 0;font-size:1.05rem;color:var(--text-muted);line-height:1.4}.unwind-hero__acc{margin:0}.unwind-hero__acc:first-of-type{margin-top:1.6rem}.unwind-hero__acc:last-of-type{margin-bottom:1.6rem}.unwind-hero__acc .sooma-faq__q{font-weight:500;font-size:1.8rem}.unwind-hero__reviews-wrap{display:flex;flex-direction:column;gap:1.2rem;min-width:0}.unwind-hero__reviews-title{margin:0;font-weight:600;font-size:1.6rem;color:var(--text-strong)}.unwind-hero__reviews{position:relative;display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.unwind-hero__reviews::-webkit-scrollbar{display:none}.unwind-hero__review{flex:0 0 100%;scroll-snap-align:center;display:flex;align-items:center;gap:1.4rem;background:var(--bg-card);border-radius:var(--r);padding:1.2rem 1.4rem;margin:0;box-sizing:border-box}.unwind-hero__review-img{flex:0 0 9.4rem;width:9.4rem;height:9.4rem;border-radius:50%;overflow:hidden;background:var(--bg-alt)}.unwind-hero__review-img img{width:100%;height:100%;object-fit:cover;display:block}.unwind-hero__ph--avatar{display:block;width:100%;height:100%;aspect-ratio:auto}.unwind-hero__review-body{min-width:0}.unwind-hero__review blockquote{margin:0 0 .6rem;padding:0;border:0;font-style:normal;font-size:1.4rem;line-height:1.4;color:var(--text-body)}.unwind-hero__review figcaption{display:flex;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;color:var(--text-strong)}.unwind-hero__review-check{display:inline-grid;place-items:center}.unwind-hero__review-check svg{width:1.8rem;height:1.8rem}.unwind-hero__dots{display:flex;justify-content:center;gap:.6rem}.unwind-hero__dot{width:1rem;height:1rem;padding:0;border:0;cursor:pointer;border-radius:999px;background:var(--border);transition:width .2s ease,background .2s ease}.unwind-hero__dot.is-active{background:var(--text-strong);width:2.4rem}.unwind-hero__app:empty{display:none}.uib{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 64px) 1.6rem var(--pb, 64px)}.uib__wrap{max-width:var(--maxw, 1240px);margin:0 auto}.uib__head{max-width:66rem;margin:0 auto 3rem}.uib__wrap--center .uib__head{text-align:center}.uib__wrap--left .uib__head{text-align:left;margin-left:0}.uib__wrap--right .uib__head{text-align:right;margin-right:0}.uib__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 1rem;text-wrap:balance;color:rgb(var(--color-foreground))}.uib__sub{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0}.uib__media{max-width:var(--img-max, 75%);margin:0 auto}.uib__media img,.uib__ph{width:100%;display:block;border-radius:var(--r-lg)}.uib__ph{display:grid;place-items:center;background:var(--bg-card);color:var(--text-muted);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:749px){.uib__media{max-width:100%}}.uing{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 64px) 1.6rem var(--pb, 64px)}.uing__wrap{max-width:var(--maxw, 1240px);margin:0 auto}.uing__head{max-width:66rem;margin:0 auto 3.2rem}.uing__head--center{text-align:center}.uing__head--left{text-align:left;margin-left:0}.uing__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 1rem;text-wrap:balance;color:rgb(var(--color-foreground))}.uing__sub{font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.6);margin:0}.uing__grid{--gap: var(--gap-d, 20px);display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap)}.uing-card{position:relative;overflow:hidden;min-height:15rem;flex:0 0 calc((100% - 2 * var(--gap)) / 3);min-width:0;background:linear-gradient(90deg,#eaeaec,#f5f5f6);border-radius:var(--r)}@media(max-width:749px){.uing-card{flex-basis:100%;min-height:13rem}}.uing-card__media{position:absolute;top:0;right:0;bottom:0;width:40%}.uing-card__media img,.uing-card__ph{width:100%;height:100%;object-fit:cover;display:block}.uing-card__ph{background:var(--bg-card)}.uing-card__body{position:relative;z-index:1;width:60%;box-sizing:border-box;padding:2rem 1.4rem 2rem 2.2rem}.uing-card__name{font-family:var(--font-head);font-weight:500;font-size:1.9rem;line-height:1.15;margin:0;color:var(--text-strong)}.uing-card__dose{font-family:var(--font-body);font-weight:700;font-size:1.4rem;color:var(--orange);margin:.5rem 0 1rem}.uing-card__desc{font-size:1.3rem;line-height:1.5;color:var(--text-muted)}.uing-card__desc p{margin:0}.uing__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:2.6rem 2rem;margin:4.4rem auto 0;max-width:92rem}.uing__badge{flex:0 0 auto;width:13rem;display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center}@media(max-width:749px){.uing__badge{flex-basis:calc((100% - 2rem)/2)}}.uing__badge-icon{width:4.4rem;height:4.4rem;display:grid;place-items:center}.uing__badge-icon img{width:100%;height:100%;object-fit:contain;display:block}.uing__badge-ph{width:3.6rem;height:3.6rem;background:var(--bg-card);border-radius:6px}.uing__badge-text{font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;line-height:1.3;color:rgba(var(--color-foreground),.72)}.uing__cta-wrap{display:flex;justify-content:center;margin-top:4.4rem}.uing__cta{display:flex;align-items:center;justify-content:center;width:100%;max-width:34rem;text-decoration:none;background:var(--orange);color:#fff;font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1.6rem;padding:1.6rem 3rem;border-radius:6px;transition:filter .12s ease,transform .12s ease}.uing__cta:hover{filter:brightness(.95);transform:translateY(-1px)}.umt{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 56px) 1.6rem var(--pb, 56px)}.umt__wrap{max-width:var(--maxw, 1240px);margin:0 auto}.umt__inner{display:grid;align-items:center;gap:var(--col-gap, 48px);grid-template-columns:var(--img-col, 45%) minmax(0,1fr)}.umt--right .umt__inner{grid-template-columns:minmax(0,1fr) var(--img-col, 45%)}.umt--right .umt__media{order:2}.umt--right .umt__text{order:1}.umt__media{min-width:0}.umt__media img,.umt__ph,.umt__video{width:100%;height:auto;display:block;border-radius:var(--r-lg)}.umt__video{object-fit:cover;background:var(--bg-card)}.umt__video--m{display:none}.umt__ph{display:grid;place-items:center;background:var(--bg-card);color:var(--text-muted);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.umt__text{min-width:0}.umt__eyebrow{margin:0 0 1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:1.2rem;color:var(--orange)}.umt__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 1.4rem;text-wrap:balance;color:rgb(var(--color-foreground))}.umt__body{font-size:var(--sooma-text);line-height:1.6;color:rgba(var(--color-foreground),.85)}.umt__body p{margin:0 0 1.2rem}.umt__body p:last-child{margin-bottom:0}@media(max-width:749px){.umt__inner{display:flex;flex-direction:column;gap:1.6rem}.umt__text{display:contents}.umt__media:has(.umt__video--m) .umt__video--d{display:none}.umt__media:has(.umt__video--m) .umt__video--m{display:block}.umt--m-top .umt__media{order:0}.umt--m-top .umt__eyebrow{order:1}.umt--m-top .umt__heading{order:2}.umt--m-top .umt__body{order:3}.umt--m-heading .umt__eyebrow{order:0}.umt--m-heading .umt__heading{order:1}.umt--m-heading .umt__media{order:2}.umt--m-heading .umt__body{order:3}.umt--m-bottom .umt__eyebrow{order:0}.umt--m-bottom .umt__heading{order:1}.umt--m-bottom .umt__body{order:2}.umt--m-bottom .umt__media{order:3}.is-m-center .umt__eyebrow,.is-m-center .umt__heading,.is-m-center .umt__body{text-align:center}.is-m-right .umt__eyebrow,.is-m-right .umt__heading,.is-m-right .umt__body{text-align:right}}.unwind-placeholder{background:var(--bg);color:var(--text-body);font-family:var(--font-body);text-align:center;padding:8rem 2.4rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.unwind-placeholder__eyebrow{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:1.2rem;color:var(--orange);margin:0}.unwind-placeholder__title{font-family:var(--font-head);font-weight:500;font-size:clamp(3.2rem,6vw,5.2rem);letter-spacing:-.02em;color:var(--text-strong);margin:0}.unwind-placeholder__text{max-width:52rem;font-size:var(--sooma-text);line-height:1.6;margin:0}.unwind-placeholder__text code{background:var(--bg-card);border-radius:var(--r-sm);padding:.2em .5em;font-size:.9em}.urev{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 64px) 1.6rem var(--pb, 64px)}.urev__wrap{max-width:var(--maxw, 1080px);margin:0 auto}.urev__heading{font-family:var(--font-head);font-weight:500;font-size:clamp(2.8rem,4vw,3.7rem);line-height:1.25;margin:0 0 2rem;color:rgb(var(--color-foreground));text-wrap:balance}.urev__heading--center{text-align:center}.urev__heading--left{text-align:left}.urev__heading--right{text-align:right}.urev__bar{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;padding-bottom:1.4rem;border-bottom:1px solid var(--border)}.urev__summary{display:inline-flex;align-items:center;gap:1rem;background:none;border:0;cursor:pointer;padding:.4rem 0;color:inherit;font:inherit}.urev__summary-stars{color:var(--orange);font-size:1.9rem;letter-spacing:.08em}.urev__summary-count{font-weight:700;font-size:1.6rem;color:rgb(var(--color-foreground))}.urev__chev{width:1.8rem;height:1.8rem;color:rgba(var(--color-foreground),.55);transition:transform .2s ease}.urev__summary[aria-expanded=true] .urev__chev{transform:rotate(180deg)}.urev__actions{display:flex;align-items:center;gap:.8rem}.urev__write{border:1px solid var(--border);border-radius:6px;padding:1rem 1.8rem;font-weight:600;font-size:1.3rem;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.urev__write:hover,.urev__filter:hover{border-color:rgba(var(--color-foreground),.4)}.urev__filter{display:inline-grid;place-items:center;width:4rem;height:4rem;border:1px solid var(--border);border-radius:6px;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.urev__filter svg{width:2rem;height:2rem}.urev__breakdown{max-width:46rem;margin:2rem 0 0;padding:2.4rem;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow)}.urev__breakdown[hidden]{display:none}.urev__bd-overall{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.6rem}.urev__bd-star{color:var(--orange);font-size:2.6rem}.urev__bd-value{font-weight:700;font-size:2.8rem;color:var(--text-strong)}.urev__bd-row{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.urev__bd-row:last-child{margin-bottom:0}.urev__bd-stars{color:var(--orange);font-size:1.3rem;letter-spacing:.04em;flex:0 0 auto}.urev__bd-stars .off{color:var(--border)}.urev__bd-bar{flex:1 1 auto;height:1rem;background:var(--bg-card);border-radius:999px;overflow:hidden}.urev__bd-bar>span{display:block;height:100%;background:var(--orange);border-radius:999px}.urev__bd-count{flex:0 0 auto;font-size:1.25rem;color:rgba(var(--color-foreground),.6);font-variant-numeric:tabular-nums}.urev__list{display:flex;flex-direction:column}.urev__item{display:flex;gap:2rem;align-items:flex-start;padding:2.4rem 0;border-bottom:1px solid var(--border)}.urev__item.is-hidden{display:none}.urev__main{flex:1 1 auto;min-width:0}.urev__head{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.urev__name{font-weight:700;font-size:1.5rem;color:var(--text-strong)}.urev__verified{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.6)}.urev__verified svg{width:1.4rem;height:1.4rem;color:var(--text-strong)}.urev__date{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin:.3rem 0 .8rem}.urev__stars{color:var(--orange);font-size:1.4rem;letter-spacing:.06em;margin-bottom:1rem}.urev__stars .off{color:var(--border)}.urev__text{font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.85)}.urev__text p{margin:0 0 1rem}.urev__text p:last-child{margin-bottom:0}.urev__itemtype{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin-top:1rem}.urev__media{flex:0 0 auto;width:12rem}.urev__media img{width:100%;height:auto;border-radius:var(--r);display:block}@media(max-width:749px){.urev__media{width:9rem}.urev__item{gap:1.4rem}}.urev__more-wrap{display:flex;justify-content:center;margin-top:3rem}.urev__more{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--border);background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body);font-weight:600;font-size:1.4rem;padding:1.3rem 2.8rem;border-radius:6px}.urev__more:hover{border-color:rgba(var(--color-foreground),.4)}.urev__spinner{position:absolute;width:1.8rem;height:1.8rem;border:2px solid rgba(var(--color-foreground),.25);border-top-color:currentColor;border-radius:50%;opacity:0;animation:urev-spin .7s linear infinite}.urev__more.is-loading .urev__more-label{opacity:0}.urev__more.is-loading .urev__spinner{opacity:1}@keyframes urev-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.urev__spinner{animation:none}}.tl{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:var(--pt, 64px) 1.6rem var(--pb, 64px)}.tl__wrap{max-width:var(--maxw, 1240px);margin:0 auto}.tl__head{max-width:66rem;margin:0 auto 2.4rem}.tl__head--center{text-align:center}.tl__head--left{text-align:left;margin-left:0}.tl__eyebrow{margin:0 0 1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:1.2rem;color:var(--tl-label)}.tl__heading{font-family:var(--font-head);font-weight:500;letter-spacing:-.01em;line-height:1.25;font-size:clamp(2.8rem,4.2vw,4rem);margin:0 0 1rem;text-wrap:balance;color:rgb(var(--color-foreground))}.tl__sub{font-size:var(--sooma-text-sm);line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0}.tl__intro{margin:0 auto 4rem;max-width:82rem}.tl__intro img,.tl__ph{width:100%;display:block;border-radius:var(--r-lg)}.tl__ph{display:grid;place-items:center;background:var(--bg-card);color:var(--text-muted);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(min-width:750px){.tl__intro{margin-bottom:6rem}}.tl__track{position:relative;max-width:var(--tl-width, 880px);margin:0 auto}.tl-stage{--stage-gap: 7.2rem;display:grid;grid-template-columns:minmax(0,1fr) 4.4rem minmax(0,1fr);margin-bottom:var(--stage-gap)}.tl-stage:last-child{margin-bottom:0}.tl-stage--right{grid-template-areas:"media spine content"}.tl-stage--left{grid-template-areas:"content spine media"}.tl-stage__spine{grid-area:spine;position:relative;display:flex;justify-content:center;align-items:flex-start}.tl-stage__spine:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:3.4rem;bottom:calc(-1 * var(--stage-gap));width:2px;background:var(--tl-line);opacity:.55}.tl-stage:last-child .tl-stage__spine:after{display:none}.tl-node{position:relative;z-index:1;flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--tl-line);color:#fff;display:grid;place-items:center}.tl-node svg{width:1.6rem;height:1.6rem}.tl-stage__content{grid-area:content;align-self:start;min-width:0}.tl-stage__media{grid-area:media;align-self:start;min-width:0}.tl-stage__media img{width:100%;display:block;border-radius:var(--r-lg)}.tl-stage__label{margin:.2rem 0 1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:2.2rem;color:var(--tl-label)}.tl-stage__items{display:flex;flex-direction:column;gap:2.4rem}.tl-item__title{font-family:var(--font-body);font-weight:500;font-size:2.6rem;line-height:1.18;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.tl-item__text{font-size:1.55rem;line-height:1.5;color:rgba(var(--color-foreground),.72)}.tl-item__text p{margin:0}@media(max-width:749px){.tl-stage{--stage-gap: 4.6rem;grid-template-columns:3.2rem minmax(0,1fr);grid-template-areas:"spine content" "spine media";column-gap:1.4rem}.tl-stage--right,.tl-stage--left{grid-template-areas:"spine content" "spine media"}.tl-stage__spine{justify-content:flex-start}.tl-stage__spine:after{left:1.4rem}.tl-node{width:2.6rem;height:2.6rem}.tl-stage__media{margin-top:1.6rem}.tl-stage__label{font-size:2rem;margin-bottom:1.4rem}.tl-item__title{font-size:2.4rem}.tl-item__text{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
