.vm-section{padding-inline:2.4rem}.vm-wrap{max-width:1200px;margin-inline:auto}.vm-head{max-width:54.4rem;margin:0 auto clamp(4rem,2.4rem + 3vw,6.4rem);text-align:center}.vm-head h2{font-size:var(--vm-text-3xl);line-height:1.1;text-wrap:balance;margin:0}.vm-head p{margin:1.6rem 0 0;color:var(--vm-ink-muted);font-size:var(--vm-text-lg);line-height:1.65;text-wrap:pretty}.vm-mark{position:relative;display:inline-block;isolation:isolate}.vm-mark:after{content:"";position:absolute;inset:auto -.06em .1em;height:.34em;background:var(--vm-peach);opacity:.55;border-radius:4px;transform:rotate(-1.2deg);z-index:-1}.vm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.44rem 2.8rem;border:0;border-radius:var(--vm-r-full);font:600 var(--vm-text-sm) / 1.2 var(--vm-font);text-decoration:none;cursor:pointer;transition:transform .35s var(--vm-ease-snap),box-shadow .35s var(--vm-ease-out),background-color .2s linear}.vm-btn--primary{background:var(--vm-coral-deep);color:#fff;box-shadow:var(--vm-shadow-coral)}.vm-btn--primary:hover{background:var(--vm-coral-hover);transform:translateY(-2px)}.vm-btn--secondary{background:var(--vm-surface);color:var(--vm-ink);box-shadow:var(--vm-shadow-sm)}.vm-btn--secondary:hover{transform:translateY(-2px);box-shadow:var(--vm-shadow-md)}.vm-btn:active{transform:translateY(0) scale(.985)}.vm-btn:focus-visible,.vm-icon-btn:focus-visible,.vm-pill:focus-visible{outline:2px solid var(--vm-ink);outline-offset:3px}.vm-hero{position:relative;overflow:hidden;padding-inline:2.4rem}.vm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.vm-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.65;animation:vm-drift 20s ease-in-out infinite}.vm-hero__blob--1{width:60.8rem;height:60.8rem;background:var(--vm-coral-soft);top:-20%;right:-10%}.vm-hero__blob--2{width:51.2rem;height:51.2rem;background:var(--vm-mint-soft);bottom:-30%;left:-12%;animation-delay:-5s}.vm-hero__blob--3{width:40rem;height:40rem;background:var(--vm-peach-soft);top:42%;left:32%;animation-delay:-10s}.vm-hero--idle .vm-hero__blob,.vm-hero--idle .vm-stage__ring,.vm-hero--idle .vm-stage__card,.vm-hero--idle .vm-chip{animation-play-state:paused}@keyframes vm-drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.vm-hero__inner{position:relative;z-index:1;max-width:1200px;margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3.2rem,1.6rem + 4vw,6.4rem)}.vm-hero__copy{max-width:56rem}.vm-pill{display:inline-flex;align-items:center;gap:1rem;padding:.8rem 1.76rem .8rem .8rem;margin-bottom:2.4rem;border-radius:var(--vm-r-full);background:var(--vm-surface);box-shadow:var(--vm-shadow-sm);color:var(--vm-ink);font-size:var(--vm-text-sm);font-weight:600;text-decoration:none;transition:box-shadow .3s var(--vm-ease-out),transform .3s var(--vm-ease-out)}a.vm-pill:hover{transform:translateY(-1px);box-shadow:var(--vm-shadow-md)}.vm-pill__mark{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--vm-mint);color:#fff}.vm-pill__mark .vm-icon{width:1.6rem;height:1.6rem}.vm-pill__arrow{width:1.44rem;height:1.44rem;transition:transform .3s var(--vm-ease-out)}a.vm-pill:hover .vm-pill__arrow{transform:translate(3px)}.vm-hero h1{margin:0 0 2rem;font-size:var(--vm-text-5xl);line-height:1.03;letter-spacing:-.035em;text-wrap:balance}.vm-hero__sub p,.vm-hero__proof-text p{margin:0}.vm-hero__sub{margin:0 0 3.2rem;max-width:46.4rem;font-size:var(--vm-text-lg);line-height:1.7;color:var(--vm-ink-muted);text-wrap:pretty}.vm-hero__cta{display:flex;flex-wrap:wrap;gap:1.4rem}.vm-hero__proof{display:flex;align-items:center;gap:1.4rem;margin-top:4rem;padding-top:3.2rem;border-top:1px solid var(--vm-hairline)}.vm-hero__faces{display:flex}.vm-hero__face{width:3.6rem;height:3.6rem;margin-left:-1rem;border:2px solid rgb(var(--color-background, 255, 252, 249));border-radius:50%;object-fit:cover;display:grid;place-items:center;font-size:var(--vm-text-xs);font-weight:700;color:var(--vm-ink)}.vm-hero__face:first-child{margin-left:0;background:var(--vm-coral-soft)}.vm-hero__face:nth-child(2){background:var(--vm-mint-soft)}.vm-hero__face:nth-child(3){background:var(--vm-peach-soft)}.vm-hero__face:nth-child(4){background:var(--vm-lavender-soft)}.vm-hero__proof-text{font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-hero__visual{position:relative}.vm-hero__proof-text strong{color:var(--vm-ink);font-weight:700}.vm-stage{position:relative;width:min(100%,48rem);max-width:48rem;margin-inline:auto;aspect-ratio:1}.vm-stage__ring{position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed rgb(78 205 196 / 35%);border-radius:50%;animation:vm-spin 60s linear infinite}@keyframes vm-spin{to{transform:rotate(360deg)}}.vm-stage__card{position:absolute;top:50%;left:50%;width:65%;aspect-ratio:.7;translate:-50% -50%;border-radius:var(--vm-r-xl);overflow:hidden;background:linear-gradient(150deg,#58d5cc,#2a8a84);box-shadow:0 24px 40px #3db8b02e,0 48px 90px #3db8b038;animation:vm-breathe 6s ease-in-out infinite;text-decoration:none;display:flex;flex-direction:column}@keyframes vm-breathe{0%,to{scale:1}50%{scale:1.025}}.vm-stage__media{flex:1;min-height:0;display:grid;place-items:center;padding:2.4rem 2.4rem 0}.vm-stage__media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 24px rgb(0 0 0 / 18%))}.vm-stage__label{display:block;padding:4.8rem 2.4rem 2.8rem;background:linear-gradient(to top,#0c3c399e,#0c3c3900);text-align:center;color:#fff}.vm-stage__name{display:block;font-size:var(--vm-text-xl);font-weight:700;line-height:1.2}.vm-stage__tag{display:block;margin-top:.4rem;font-size:var(--vm-text-sm);color:#fffffff2}.vm-stage__card--showcase{background:var(--vm-mint-soft);box-shadow:0 24px 40px #3db8b024,0 48px 90px #3db8b029}.vm-showcase{position:absolute;top:0;right:0;bottom:0;left:0}.vm-slide{--vm-slide-tint: var(--vm-mint-soft);position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translate(18%) rotate(4deg) scale(.94);background:var(--vm-slide-tint);background:linear-gradient(165deg,var(--vm-slide-tint) 0%,color-mix(in srgb,var(--vm-slide-tint) 40%,#fff) 100%)}.vm-slide:nth-child(4n+2){--vm-slide-tint: var(--vm-coral-soft)}.vm-slide:nth-child(4n+3){--vm-slide-tint: var(--vm-peach-soft)}.vm-slide:nth-child(4n+4){--vm-slide-tint: var(--vm-lavender-soft)}.vm-slide.is-active{z-index:2;opacity:1;transform:none;transition:opacity .7s var(--vm-ease-out),transform .9s var(--vm-ease-out)}.vm-slide.is-leaving{z-index:1;opacity:0;transform:translate(-18%) rotate(-4deg) scale(.94);transition:opacity .6s ease-in,transform .9s var(--vm-ease-out)}.vm-slide__link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;color:var(--vm-ink);text-decoration:none}.vm-slide__media{flex:1;min-height:0;display:grid;place-items:center;padding:1.6rem 1.6rem 0;overflow:hidden}.vm-slide__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform-origin:50% 60%}.vm-slide.is-active .vm-slide__media img{animation:vm-kenburns calc(var(--vm-showcase-interval, 4s) + 1.5s) ease-out forwards}@keyframes vm-kenburns{0%{transform:scale(1)}to{transform:scale(1.06) translateY(-1.5%)}}.vm-slide__label{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.2rem 2rem 2.4rem}.vm-slide__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-width:0;overflow-wrap:anywhere;font-size:var(--vm-text-base);font-weight:700;line-height:1.25}.vm-slide__price{flex:none;padding:.4rem 1.1rem;border-radius:var(--vm-r-full);background:var(--vm-surface);font-size:var(--vm-text-sm);font-weight:700;color:var(--vm-coral-deep)}.vm-slide.is-active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:.4rem;background:var(--vm-coral);transform-origin:0 50%;transform:scaleX(0);animation:vm-progress var(--vm-showcase-interval, 4s) linear forwards;pointer-events:none}@keyframes vm-progress{to{transform:scaleX(1)}}.vm-stage__card--showcase:not(.is-playing),.vm-stage__card:not(.is-playing) .vm-slide.is-active:after,.vm-stage__card:not(.is-playing) .vm-slide.is-active .vm-slide__media img{animation-play-state:paused}.vm-stage__toggle{position:absolute;z-index:3;top:1.2rem;right:1.2rem;display:grid;place-items:center;width:3.2rem;height:3.2rem;padding:0;border:0;border-radius:50%;background:#ffffffbf;color:var(--vm-ink);opacity:.7;cursor:pointer;transition:opacity .2s,background .2s}.vm-stage__toggle[hidden]{display:none}.vm-stage__toggle:hover,.vm-stage__toggle:focus-visible{opacity:1;background:var(--vm-surface)}.vm-stage__toggle:focus-visible{outline:2px solid var(--vm-ink);outline-offset:2px}.vm-stage__toggle .vm-icon{width:1.6rem;height:1.6rem}.vm-stage__toggle-play,.vm-stage__card[data-paused=true] .vm-stage__toggle-pause{display:none}.vm-stage__card[data-paused=true] .vm-stage__toggle-play{display:block}.vm-stage__ribbon{--vm-ribbon-inset: 5rem;position:absolute;z-index:3;top:0;left:0;width:30rem;padding:.7rem 0 .9rem;translate:calc(var(--vm-ribbon-inset) - 50%) calc(var(--vm-ribbon-inset) - 50%);rotate:-45deg;background:linear-gradient(to right,#000 0 33.4%,#d00 33.4% 66.7%,#ffce00 66.7%) left bottom / 100% .4rem no-repeat,var(--vm-surface);box-shadow:0 4px 12px #1a1a1a29;color:var(--vm-ink);font-size:1.05rem;font-weight:800;letter-spacing:.1em;line-height:1.2rem;text-align:center;text-transform:uppercase;white-space:nowrap;pointer-events:none}.vm-hero__chips{position:absolute;top:50%;left:50%;width:min(100%,48rem);aspect-ratio:1;translate:-50% -50%;pointer-events:none}.vm-chip{position:absolute;pointer-events:auto;display:flex;align-items:center;gap:.8rem;padding:1.12rem 1.76rem;border-radius:var(--vm-r-md);background:var(--vm-surface);box-shadow:var(--vm-shadow-md);font-size:var(--vm-text-sm);font-weight:600;white-space:nowrap;animation:vm-chip-float 7s ease-in-out infinite}@keyframes vm-chip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.vm-chip--1{top:8%;left:-6%}.vm-chip--2{top:19%;right:-4%;animation-delay:-1.8s}.vm-chip--3{bottom:22%;left:-6%;animation-delay:-3.4s}.vm-chip--4{bottom:30%;right:-2%;animation-delay:-5s}.vm-chip__mark{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;color:var(--vm-ink)}.vm-chip__mark .vm-icon{width:1.68rem;height:1.68rem}.vm-plans{display:block;max-width:46.4rem;margin-block:0 3.2rem;padding:2.4rem;border-radius:var(--vm-r-lg);background:var(--vm-surface);box-shadow:var(--vm-shadow-md);text-align:start}.vm-plans[hidden]{display:none}.vm-plans__top{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;margin-bottom:1.6rem}.vm-plans__title{font-size:var(--vm-text-sm);font-weight:700;letter-spacing:.02em}.vm-plans__for{min-width:0;font-size:var(--vm-text-xs);color:var(--vm-ink-muted);text-align:end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-plans__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;padding-top:1rem}.vm-plans__choice{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.6rem .6rem 1.2rem;border:2px solid transparent;border-radius:var(--vm-r-md);background:var(--vm-sand);color:var(--vm-ink);font-family:inherit;cursor:pointer;transition:border-color .2s linear,background-color .2s linear,transform .3s var(--vm-ease-snap)}.vm-plans__choice:hover{border-color:rgba(var(--color-foreground, 26, 26, 26),.18)}.vm-plans__choice:focus-visible{outline:2px solid var(--vm-coral-deep);outline-offset:3px}.vm-plans__choice.is-active{border-color:var(--vm-coral-deep);background:var(--vm-coral-soft);transform:translateY(-2px)}.vm-plans__choice-term{font-size:var(--vm-text-sm);font-weight:700;line-height:1.2;white-space:nowrap}.vm-plans__choice-save{font-size:var(--vm-text-xs);line-height:1.2;color:var(--vm-ink-muted);text-align:center}.vm-plans__choice.is-active .vm-plans__choice-save{color:var(--vm-coral-deep);font-weight:600}.vm-plans__choice-flag{position:absolute;inset-block-start:-1rem;inset-inline:0;margin-inline:auto;width:max-content;max-width:100%;padding:.2rem .8rem;border-radius:var(--vm-r-full);background:var(--vm-mint);color:#06312e;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.vm-plans__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.8rem 1.2rem;margin-block:2rem 1.6rem}.vm-plans__price.is-swapped .vm-plans__now,.vm-plans__price.is-swapped .vm-plans__was,.vm-plans__price.is-swapped .vm-plans__save{animation:vm-plan-swap .4s var(--vm-ease-out)}@keyframes vm-plan-swap{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.vm-plans__now{font-size:var(--vm-text-2xl);font-weight:800;letter-spacing:-.02em}.vm-plans__was{font-size:var(--vm-text-base);color:var(--vm-ink-muted);text-decoration:line-through}.vm-plans__save{padding:.3rem 1rem;border-radius:var(--vm-r-full);background:var(--vm-mint-soft);color:var(--vm-mint-ink);font-size:var(--vm-text-xs);font-weight:700}.vm-plans__submit{width:100%;justify-content:center}.vm-plans.is-added .vm-plans__submit{background:var(--vm-mint-ink);box-shadow:none}.vm-plans__note{margin-top:1.2rem;font-size:var(--vm-text-xs);line-height:1.5;color:var(--vm-ink-muted)}.vm-plans__note p{margin:0}.vm-plans__error{margin:1.2rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-coral-deep)}.vm-hero__cta--quiet{gap:1rem}.vm-benefits{padding-inline:2.4rem}.vm-benefits__track{display:flex;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center;gap:1.6rem clamp(2.4rem,.8rem + 3vw,6.4rem);max-width:1200px;margin-inline:auto}.vm-benefit{display:flex;align-items:center;gap:1rem;font-size:var(--vm-text-sm);font-weight:500;color:var(--vm-ink-muted)}.vm-benefit .vm-icon{color:var(--vm-mint-ink)}.vm-notice{padding-inline:2.4rem}.vm-notice__inner{display:flex;align-items:flex-start;gap:1.2rem;max-width:88rem;margin-inline:auto;font-size:var(--vm-text-sm);line-height:1.55;color:var(--vm-ink-muted)}.vm-notice__inner--boxed{padding:1.6rem 2rem;border:1px solid var(--vm-hairline);border-radius:var(--vm-r-md);background:var(--vm-surface)}.vm-notice__inner--center{flex-direction:column;align-items:center;text-align:center}.vm-notice__mark{flex:none;display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--vm-mint-soft);color:var(--vm-mint-ink)}.vm-notice__mark .vm-icon{width:1.6rem;height:1.6rem}.vm-notice__text p{margin:0}.vm-notice__text p+p{margin-top:.6rem}.vm-notice__text strong{color:var(--vm-ink)}.vm-notice__text a{color:var(--vm-ink);text-underline-offset:.2em}.vm-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.6rem,.8rem + 2vw,3.2rem);max-width:73.6rem;list-style:none;padding:0;margin-inline:auto}@media(min-width:1100px){.vm-products__grid{grid-template-columns:repeat(4,1fr);max-width:none}}.vm-products__grid>li{display:flex}.vm-card{position:relative;display:flex;flex-direction:column;border-radius:var(--vm-r-lg);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));overflow:hidden;transition:transform .45s var(--vm-ease-out),box-shadow .45s var(--vm-ease-out)}.vm-card:hover,.vm-card:focus-within{transform:translateY(-6px);box-shadow:var(--vm-shadow-lg)}.vm-card__media{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;background:var(--vm-sand)}.vm-card__media img{width:100%;height:100%;object-fit:cover;transition:scale .6s var(--vm-ease-out)}.vm-card:hover .vm-card__media img{scale:1.06}.vm-card__placeholder{width:100%;height:100%}.vm-card__badge{position:absolute;top:1.6rem;left:1.6rem;z-index:2;padding:.56rem 1.28rem;border-radius:var(--vm-r-full);font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:var(--vm-coral-deep)}.vm-card__badge--new{background:var(--vm-mint-ink)}.vm-card__badge--out{background:var(--vm-ink-muted)}.vm-card__body{display:flex;flex-direction:column;flex:1;padding:2.2rem}.vm-card__kind{font-size:var(--vm-text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--vm-ink-muted)}.vm-card__title{margin:.64rem 0 .4rem;font-size:var(--vm-text-lg);font-weight:700;letter-spacing:-.02em;line-height:1.25}.vm-card__title a{color:inherit;text-decoration:none}.vm-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.vm-card__tagline{margin:0 0 1.6rem;font-size:var(--vm-text-sm);line-height:1.55;color:var(--vm-ink-muted)}.vm-card__tagline:has(+.vm-card__supply){margin-bottom:1.4rem}.vm-card__supply{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.32rem 1.2rem;margin:0 0 1.8rem;padding-top:1.2rem;border-top:1px dashed var(--vm-hairline);font-size:var(--vm-text-xs);line-height:1.5}.vm-card__supply-facts{color:var(--vm-ink-muted)}.vm-card__supply-rate{font-weight:700;white-space:nowrap;color:var(--vm-mint-ink)}.vm-card__buy{display:flex;flex-direction:column;gap:1.2rem;margin-top:auto}.vm-card__foot{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.vm-card__buy--plan .vm-price__was{display:none}.vm-plan{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;gap:.4rem;min-width:0;margin:0;padding:.4rem;border:0;border-radius:var(--vm-r-full);background:rgba(var(--color-foreground, 26, 26, 26),.06)}.vm-plan__radio{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.vm-plan__opt{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;padding:.8rem 1.12rem;border-radius:var(--vm-r-full);font-size:var(--vm-text-xs);font-weight:600;line-height:1.2;white-space:nowrap;color:var(--vm-ink-muted);cursor:pointer;transition:background-color .25s var(--vm-ease-out),color .25s var(--vm-ease-out)}.vm-plan__opt .vm-icon{width:1.44rem;height:1.44rem;stroke-width:2.25}.vm-plan__radio:checked+.vm-plan__opt{background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));box-shadow:var(--vm-shadow-sm)}.vm-plan__radio:checked+.vm-plan__opt--sub{background:var(--vm-coral-deep);color:#fff;box-shadow:var(--vm-shadow-coral)}.vm-plan__radio:focus-visible+.vm-plan__opt{outline:2px solid var(--vm-coral-deep);outline-offset:2px}.vm-plan__terms,.vm-plan__note{display:flex;align-items:center;justify-content:center;gap:.48rem;margin:0;font-size:var(--vm-text-xs);color:var(--vm-ink-muted);text-align:center}.vm-plan__note .vm-icon{width:1.44rem;height:1.44rem;stroke-width:2.25;color:var(--vm-mint-ink)}.vm-price{display:flex;align-items:baseline;gap:.8rem}.vm-price__now{font-size:var(--vm-text-xl);font-weight:800;color:var(--vm-coral-deep)}.vm-price__was{font-size:var(--vm-text-sm);color:var(--vm-ink-muted);text-decoration:line-through}.vm-card__form{position:relative;z-index:2;margin:0}.vm-icon-btn{display:grid;place-items:center;width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:var(--vm-coral-deep);color:#fff;cursor:pointer;transition:transform .3s var(--vm-ease-snap),background-color .2s linear}.vm-icon-btn:hover:not(:disabled){background:var(--vm-coral-hover);scale:1.08}.vm-icon-btn:disabled{background:var(--vm-sand);color:var(--vm-ink-muted);cursor:not-allowed}.vm-icon-btn .vm-icon{width:2rem;stroke-width:2.25}.vm-icon-btn .loading__spinner{position:absolute}.vm-products__all{margin-top:4.8rem;text-align:center}.vm-empty{padding:4.8rem 2.4rem;text-align:center;border:1px dashed var(--vm-hairline);border-radius:var(--vm-r-lg);color:var(--vm-ink-muted)}.vm-features__grid{display:grid;list-style:none;padding:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,27.2rem),1fr));gap:clamp(1.6rem,.8rem + 2vw,3.2rem);max-width:1000px;margin:0 auto}.vm-feature{padding:4rem 3.2rem;border-radius:var(--vm-r-lg);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));text-align:center;transition:transform .4s var(--vm-ease-out),box-shadow .4s var(--vm-ease-out)}.vm-feature:hover{transform:translateY(-4px);box-shadow:var(--vm-shadow-md)}.vm-feature__mark{display:grid;place-items:center;width:7.2rem;height:7.2rem;margin:0 auto 2.4rem;border-radius:50%;color:var(--vm-ink)}.vm-feature__mark .vm-icon{width:2.8rem;height:2.8rem;stroke-width:1.5}.vm-feature h3{margin:0 0 1.04rem;font-size:var(--vm-text-lg);font-weight:700;letter-spacing:-.02em}.vm-feature p{margin:0;font-size:var(--vm-text-sm);line-height:1.65;color:var(--vm-ink-muted);text-wrap:pretty}.vm-cats{display:grid;list-style:none;padding:0;margin:0;gap:clamp(1.2rem,.8rem + 1vw,2rem);grid-template-columns:1fr}@media screen and (min-width:750px)and (max-width:989px){.vm-cats{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-cat:last-child:nth-child(odd){grid-column:span 2}}@media screen and (min-width:990px){.vm-cats{grid-template-columns:repeat(var(--vm-cats-cols, 5),minmax(0,1fr))}}.vm-cat{border-radius:var(--vm-r-lg);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));transition:transform .4s var(--vm-ease-out),box-shadow .4s var(--vm-ease-out)}.vm-cat:hover,.vm-cat:focus-within{transform:translateY(-4px);box-shadow:var(--vm-shadow-md)}.vm-cat__link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.4rem;height:100%;padding:1.6rem 1.8rem 1.6rem 1.6rem;border-radius:inherit;color:inherit;text-decoration:none}.vm-cat__link--empty{opacity:.6}.vm-cat__mark{display:grid;place-items:center;width:5.2rem;height:5.2rem;border-radius:50%;color:var(--vm-ink)}.vm-cat__mark .vm-icon{width:2.4rem;height:2.4rem;stroke-width:1.5}.vm-cat__title{display:block;font-size:var(--vm-text-base);font-weight:700;letter-spacing:-.02em;line-height:1.2;text-wrap:balance}.vm-cat__count{display:block;margin-top:.3rem;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-cat__arrow{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid var(--vm-hairline);color:var(--vm-coral-deep);transition:transform .4s var(--vm-ease-out),background-color .3s}.vm-cat__arrow .vm-icon{width:1.6rem;height:1.6rem}.vm-cat:hover .vm-cat__arrow{background:var(--vm-coral-soft);transform:translate(3px)}@media screen and (min-width:990px){.vm-cat__link{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;align-items:start;gap:1.6rem;padding:2.4rem 2rem 2rem}.vm-cat__mark{width:5.6rem;height:5.6rem}.vm-cat__title{font-size:var(--vm-text-lg)}.vm-cat__arrow{justify-self:end}}@media(prefers-reduced-motion:reduce){.vm-cat,.vm-cat__arrow{transition:none}.vm-cat:hover,.vm-cat:focus-within{transform:none}}.vm-routine__track{--vm-routine-gap: clamp(2.4rem, 1.6rem + 2vw, 4.8rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(20.8rem,1fr));gap:var(--vm-routine-gap);list-style:none;margin:0;padding:0}.vm-routine__step{display:flex;flex-direction:column;align-items:center;text-align:center}.vm-routine__time{font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.14em;font-variant-numeric:tabular-nums;color:var(--vm-ink-muted)}.vm-routine__rail{position:relative;display:grid;place-items:center;width:100%;margin:1.2rem 0 2.4rem}.vm-routine__rail:before{content:"";position:absolute;inset-inline:calc(var(--vm-routine-gap) / -2);top:50%;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--vm-step-accent),var(--vm-step-next));-webkit-mask-image:repeating-linear-gradient(90deg,#000 0 9px,transparent 9px 15px);mask-image:repeating-linear-gradient(90deg,#000 0 9px,transparent 9px 15px)}.vm-routine__step:first-child .vm-routine__rail:before{inset-inline-start:50%}.vm-routine__step:last-child .vm-routine__rail:before{inset-inline-end:50%}.vm-routine__mark{position:relative;display:grid;place-items:center;width:5.6rem;height:5.6rem;border-radius:50%;background:color-mix(in srgb,var(--vm-step-accent) 38%,var(--vm-surface));color:rgb(var(--color-foreground, 26, 26, 26));box-shadow:0 0 0 7px var(--vm-surface)}.vm-routine__mark .vm-icon{width:2.4rem;height:2.4rem;stroke-width:1.6}.vm-routine__heading{margin:0 0 .8rem;font-size:var(--vm-text-lg);font-weight:700;letter-spacing:-.02em;text-wrap:balance}.vm-routine__body{font-size:var(--vm-text-sm);line-height:1.65;color:var(--vm-ink-muted)}.vm-routine__body p{margin:0;text-wrap:pretty}.vm-routine__link{display:inline-flex;align-items:center;gap:.56rem;margin-top:auto;padding-top:1.6rem;font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-coral-deep);text-decoration:none;transition:gap .3s var(--vm-ease-snap)}.vm-routine__link .vm-icon{width:1.6rem;height:1.6rem;stroke-width:2.25}.vm-routine__link:hover{gap:.96rem;text-decoration:underline;text-underline-offset:.25em}.vm-routine__link:focus-visible{outline:2px solid var(--vm-coral-deep);outline-offset:3px;border-radius:4px}@supports (animation-timeline: view()){.vm-routine__rail:before{animation:vm-rail-draw linear both;animation-timeline:view();animation-range:entry 14% cover 30%}.vm-routine__mark{animation:vm-mark-land linear both;animation-timeline:view();animation-range:entry 18% cover 32%}.vm-routine__step:nth-child(2) .vm-routine__rail:before,.vm-routine__step:nth-child(2) .vm-routine__mark{animation-range:entry 24% cover 38%}.vm-routine__step:nth-child(3) .vm-routine__rail:before,.vm-routine__step:nth-child(3) .vm-routine__mark{animation-range:entry 30% cover 44%}.vm-routine__step:nth-child(4) .vm-routine__rail:before,.vm-routine__step:nth-child(4) .vm-routine__mark{animation-range:entry 36% cover 50%}}@keyframes vm-rail-draw{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes vm-rail-drop{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}@media(max-width:749px){@supports (animation-timeline: view()){.vm-routine__rail:before{animation-name:vm-rail-drop}}}@keyframes vm-mark-land{0%{scale:.78;opacity:.3}to{scale:1;opacity:1}}.vm-testimonial{padding-inline:2.4rem;background:linear-gradient(135deg,var(--vm-mint-soft) 0%,var(--vm-peach-soft) 100%)}.vm-quotes{display:grid;gap:clamp(1.6rem,.8rem + 1.5vw,2.8rem);max-width:80rem;margin:0 auto;padding:0;list-style:none}.vm-quotes>li{display:flex}.vm-quotes:focus-visible{outline:2px solid var(--vm-coral-deep);outline-offset:6px;border-radius:var(--vm-r-md)}.vm-testimonial--many .vm-quotes{max-width:none;grid-template-columns:repeat(auto-fit,minmax(27.2rem,1fr))}.vm-testimonial .vm-head h2{color:var(--vm-ink)}.vm-quote{display:flex;flex:1;flex-direction:column;padding:clamp(3.2rem,1.6rem + 4vw,5.6rem);border-radius:var(--vm-r-xl);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));box-shadow:var(--vm-shadow-lg);text-align:center}.vm-stars{display:inline-flex;align-self:center;gap:.4rem;margin-bottom:2.4rem;color:#b0700a}.vm-stars .vm-icon{width:2rem;height:2rem;fill:currentColor;stroke:none}.vm-quote blockquote{flex:1;margin:0 0 3.2rem;font-size:clamp(1.8rem,1.6rem + .5vw,2.2rem);font-weight:500;line-height:1.6;letter-spacing:-.01em;text-wrap:pretty}.vm-quote figcaption{display:flex;align-items:center;justify-content:center;gap:1.6rem}.vm-quote__face{display:grid;place-items:center;width:5.2rem;height:5.2rem;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,var(--vm-coral-soft),var(--vm-peach-soft));font-weight:700;font-size:var(--vm-text-base)}.vm-quote__who{text-align:left}.vm-quote__who strong{display:block;font-weight:700}.vm-quote__who span{font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-quote__who .vm-quote__verified{display:flex;align-items:center;gap:.4rem;margin-top:.24rem;font-size:var(--vm-text-xs);font-weight:600;color:var(--vm-mint-ink)}.vm-quote__verified .vm-icon{width:1.36rem;height:1.36rem;stroke-width:2.5}.vm-testimonial--many .vm-quote{padding:clamp(2.4rem,1.6rem + 1.5vw,3.6rem);border-radius:var(--vm-r-lg);box-shadow:var(--vm-shadow-md);text-align:left}.vm-testimonial--many .vm-stars{align-self:flex-start;margin-bottom:1.6rem}.vm-testimonial--many .vm-quote blockquote{margin-bottom:2.4rem;font-size:var(--vm-text-base)}.vm-testimonial--many .vm-quote figcaption{justify-content:flex-start}.vm-testimonial--many .vm-quote__face{width:4.4rem;height:4.4rem;font-size:var(--vm-text-sm)}.vm-signup{position:relative;max-width:70.4rem;margin-inline:auto;padding:clamp(4rem,2.4rem + 4vw,6.4rem) clamp(2.4rem,1.6rem + 3vw,4.8rem);border-radius:var(--vm-r-xl);overflow:hidden;background:linear-gradient(135deg,#aa3a31,#a84c26);color:#fff;text-align:center}.vm-signup:before{content:"";position:absolute;top:-50%;right:-30%;width:40rem;height:40rem;border-radius:50%;background:#ffffff14;pointer-events:none}.vm-signup>*{position:relative}.vm-signup h2{color:#fff;margin:0 0 1.2rem;font-size:var(--vm-text-3xl);line-height:1.1;text-wrap:balance}.vm-signup__sub{margin:0 auto 3.2rem;max-width:48rem;font-size:var(--vm-text-lg);line-height:1.6;color:#fff;text-wrap:pretty}.vm-signup__form{display:flex;gap:1.2rem;max-width:44.8rem;margin-inline:auto}.vm-signup__field{flex:1;min-width:0}.vm-signup__field input{width:100%;padding:1.6rem 2.4rem;border:2px solid transparent;border-radius:var(--vm-r-full);background:#fff;color:var(--vm-ink);font:400 var(--vm-text-base) / 1.2 var(--vm-font)}.vm-signup__field input::placeholder{color:#6b6560}.vm-signup__field input:focus{outline:none;border-color:var(--vm-ink)}.vm-signup__submit{flex:none;padding:1.6rem 3.2rem;border:0;border-radius:var(--vm-r-full);background:var(--vm-ink);color:#fff;font:600 var(--vm-text-sm) / 1.2 var(--vm-font);cursor:pointer;transition:transform .3s var(--vm-ease-snap),background-color .2s linear}.vm-signup__submit:hover{background:#000;transform:translateY(-2px)}.vm-signup__submit:focus-visible,.vm-signup__field input:focus-visible{outline:2px solid #fff;outline-offset:3px}.vm-signup__note{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:1.6rem 0 0;font-size:var(--vm-text-sm);color:#fff}.vm-signup__note--error{color:#fff2f2;font-weight:600}.vm-signup__fine{margin:2rem 0 0;font-size:1.3rem;color:#fff}@media(max-width:989px){.vm-hero__inner{grid-template-columns:1fr;text-align:center}.vm-hero__copy{max-width:100%}.vm-hero__sub{margin-inline:auto}.vm-hero__cta,.vm-hero__proof{justify-content:center}.vm-plans{margin-inline:auto}.vm-plans__top{flex-direction:column;align-items:center;gap:.4rem}.vm-plans__for{max-width:100%;text-align:center}.vm-plans__price{justify-content:center}.vm-plans__note{text-align:center}.vm-hero__visual{order:-1;margin-bottom:2.4rem}.vm-stage{max-width:32rem}.vm-hero__chips{position:static;width:auto;aspect-ratio:auto;translate:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2.4rem}.vm-chip{position:static;animation:none;padding:.8rem 1.44rem;box-shadow:var(--vm-shadow-sm)}.vm-chip__mark{width:2.4rem;height:2.4rem}.vm-slide__label{flex-direction:column;align-items:flex-start;gap:.6rem;padding:1rem 1.6rem 2rem}.vm-slide__name{font-size:var(--vm-text-sm)}.vm-stage__toggle{top:.8rem;right:.8rem;width:2.8rem;height:2.8rem}.vm-stage__ribbon{--vm-ribbon-inset: 3.6rem;width:24rem;padding:.5rem 0 .8rem;background-size:100% .3rem,auto;font-size:.9rem;letter-spacing:.06em}}@media(max-width:374px){.vm-stage__ribbon{--vm-ribbon-inset: 3.3rem;padding:.4rem 0 .7rem;font-size:.8rem;letter-spacing:.04em}.vm-stage__card--showcase .vm-slide__media{padding-top:3.2rem}}@media(max-width:749px){.vm-products__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.vm-card__body{padding:1.4rem}.vm-card__title{font-size:var(--vm-text-base)}.vm-card__foot{flex-wrap:wrap;gap:.8rem}.vm-price__now{font-size:var(--vm-text-lg)}.vm-card__supply{margin-bottom:1.4rem;padding-top:1rem}.vm-plan{grid-template-columns:1fr;border-radius:var(--vm-r-md)}.vm-plan__opt{padding:.72rem .8rem;border-radius:calc(var(--vm-r-md) - .4rem);white-space:normal}.vm-routine__track{grid-template-columns:1fr;gap:0}.vm-routine__step{display:grid;grid-template-columns:5.6rem 1fr;grid-template-areas:"rail time" "rail head" "rail body" "rail link";column-gap:2rem;padding-bottom:3.6rem;text-align:left}.vm-routine__step:last-child{padding-bottom:0}.vm-routine__time{grid-area:time;display:flex;align-items:center;min-height:5.6rem}.vm-routine__rail{grid-area:rail;align-self:stretch;width:5.6rem;margin:0}.vm-routine__rail:before{inset:5.6rem auto -3.6rem 50%;width:3px;height:auto;translate:-1.5px 0;background:linear-gradient(180deg,var(--vm-step-accent),var(--vm-step-next));-webkit-mask-image:repeating-linear-gradient(180deg,#000 0 9px,transparent 9px 15px);mask-image:repeating-linear-gradient(180deg,#000 0 9px,transparent 9px 15px)}.vm-routine__step:first-child .vm-routine__rail:before{inset-inline-start:50%}.vm-routine__step:last-child .vm-routine__rail:before{display:none}.vm-routine__mark{position:absolute;inset:0 auto auto 50%;translate:-50% 0}.vm-routine__heading{grid-area:head}.vm-routine__body{grid-area:body}.vm-routine__link{grid-area:link;justify-self:start;padding-top:1.2rem}.vm-testimonial--many .vm-quotes{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:84%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:2.4rem;margin-inline:-2.4rem;padding-inline:2.4rem;padding-bottom:.8rem;scrollbar-width:none}.vm-testimonial--many .vm-quotes::-webkit-scrollbar{display:none}.vm-testimonial--many .vm-quotes>li{scroll-snap-align:center}}@media(max-width:600px){.vm-signup__form{flex-direction:column}.vm-testimonial:not(.vm-testimonial--many) .vm-quote figcaption{flex-direction:column;gap:1.2rem}.vm-testimonial:not(.vm-testimonial--many) .vm-quote__who{text-align:center}}@media(prefers-reduced-motion:reduce){.vm-hero__blob,.vm-stage__ring,.vm-stage__card,.vm-chip{animation:none}.vm-plans__choice,.vm-plans__choice.is-active{transform:none;transition:border-color .2s linear,background-color .2s linear}.vm-plans__price.is-swapped .vm-plans__now,.vm-plans__price.is-swapped .vm-plans__was,.vm-plans__price.is-swapped .vm-plans__save{animation:none}.vm-slide,.vm-slide.is-active,.vm-slide.is-leaving{transform:none;transition:opacity .3s}.vm-slide.is-active .vm-slide__media img{animation:none}.vm-routine__rail:before,.vm-routine__mark{animation:none;clip-path:none;scale:1;opacity:1}.vm-btn,.vm-card,.vm-feature,.vm-icon-btn,.vm-pill,.vm-plan__opt,.vm-routine__link,.vm-card__media img{transition-duration:.01ms}.vm-quotes{scroll-behavior:auto}}.vm-lock{min-height:100%;display:grid;place-items:center;padding:6.4rem 2.4rem;background:radial-gradient(60rem 40rem at 15% 0%,var(--vm-mint-soft) 0%,transparent 60%),radial-gradient(50rem 36rem at 90% 100%,var(--vm-peach-soft) 0%,transparent 62%),var(--vm-cream);color:var(--vm-ink)}.vm-lock__inner{display:grid;gap:4.8rem;align-items:center;width:100%;max-width:92rem}.vm-lock__art{justify-self:center;width:min(24rem,60vw);aspect-ratio:1;display:grid;place-items:center;border-radius:var(--vm-r-xl);background:linear-gradient(160deg,var(--vm-mint) 0%,var(--vm-mint-ink) 100%);box-shadow:var(--vm-shadow-lg);overflow:hidden}.vm-lock__art img,.vm-lock__art svg{width:100%;height:100%;object-fit:cover}.vm-lock__copy{text-align:center}.vm-lock__heading{margin:0 0 1.6rem;font-size:var(--vm-text-5xl);line-height:1.05;text-wrap:balance}.vm-lock__body{margin:0 auto 3.2rem;max-width:46rem;font-size:var(--vm-text-lg);line-height:1.6;color:var(--vm-ink-muted);text-wrap:pretty}.vm-lock__body>:last-child{margin-bottom:0}.vm-lock__form{max-width:44rem;margin-inline:auto}.vm-lock .vm-signup__field input{border:1px solid var(--vm-hairline);background:#fff;color:var(--vm-ink)}.vm-lock .vm-signup__note{color:var(--vm-ink-muted)}.vm-lock__fine{margin:1.6rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}@media screen and (min-width:750px){.vm-lock__inner{grid-template-columns:auto 1fr;gap:6.4rem}.vm-lock__copy{text-align:left}.vm-lock__body,.vm-lock__form{margin-inline:0}}.vm-bundle-section{scroll-margin-top:10rem}.vm-bundle__perks{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin:2rem 0 0;padding:0;list-style:none}.vm-bundle__perk{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.3rem;border-radius:var(--vm-r-full);background:var(--vm-surface);box-shadow:var(--vm-shadow-sm);font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-ink)}.vm-bundle__perk .vm-icon{width:1.6rem;height:1.6rem;color:var(--vm-mint-ink)}.vm-bundle{display:grid;gap:3.2rem}.vm-bundle__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.2rem,.8rem + 1.5vw,2rem);margin:0;padding:0;list-style:none}.vm-bundle__item{position:relative;display:flex;flex-direction:column;border-radius:var(--vm-r-lg);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));box-shadow:var(--vm-shadow-sm);outline:2px solid transparent;outline-offset:-2px;overflow:hidden;transition:box-shadow .3s var(--vm-ease-out),outline-color .3s var(--vm-ease-out)}.vm-bundle__item.is-picked{outline-color:var(--vm-mint);box-shadow:var(--vm-shadow-md)}.vm-bundle__item.is-out{opacity:.6}.vm-bundle__media{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;background:var(--vm-sand)}.vm-bundle__media img{width:100%;height:100%;object-fit:cover}.vm-bundle__body{flex:1;padding:1.2rem 1.4rem 0}.vm-bundle__title{margin:0 0 .4rem;font-size:var(--vm-text-sm);font-weight:700;line-height:1.3;overflow-wrap:anywhere}.vm-bundle__title a{color:inherit;text-decoration:none}.vm-bundle__price{margin:0;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-bundle__actions{padding:1.2rem 1.4rem 1.4rem}.vm-bundle__add{width:100%;padding:1rem 1.6rem;gap:.6rem}.vm-bundle__add .vm-icon{width:1.6rem;height:1.6rem}.vm-bundle__add[aria-disabled=true]{opacity:.5}.vm-bundle__add[hidden],.vm-bundle__stepper[hidden]{display:none}.vm-bundle__stepper{display:flex;align-items:center;justify-content:space-between;height:4rem;border-radius:var(--vm-r-full);background:var(--vm-mint-soft);color:var(--vm-mint-ink);font-weight:700}.vm-bundle__stepper button{width:4rem;height:4rem;padding:0;border:0;border-radius:50%;background:none;color:inherit;font:inherit;font-size:2rem;line-height:1;cursor:pointer}.vm-bundle__stepper button:hover:not(:disabled){background:#237e781f}.vm-bundle__stepper button:disabled{opacity:.35;cursor:not-allowed}.vm-bundle__stepper button:focus-visible{outline:2px solid var(--vm-ink);outline-offset:-2px}.vm-bundle__stepper output{min-width:2rem;text-align:center}.vm-bundle__soldout{display:block;padding:1rem 0;text-align:center;font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-ink-muted)}.vm-bundle__tray{padding:2.4rem;border-radius:var(--vm-r-xl);background:var(--vm-surface);color:rgb(var(--color-foreground, 26, 26, 26));box-shadow:var(--vm-shadow-md)}.vm-bundle__tray.is-nudged{animation:vm-nudge .4s var(--vm-ease-out)}@keyframes vm-nudge{0%,to{translate:0 0}30%{translate:-6px 0}60%{translate:5px 0}}.vm-bundle__progress{margin:0 0 1.2rem;font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-ink-muted)}.vm-bundle__tray.is-added .vm-bundle__progress{color:var(--vm-mint-ink)}.vm-bundle__slots{display:grid;grid-template-columns:repeat(var(--vm-bundle-size, 4),1fr);gap:.8rem;margin:0 0 2rem}.vm-bundle__slot{position:relative;display:grid;place-items:center;aspect-ratio:1;padding:0;border:2px dashed var(--vm-hairline);border-radius:var(--vm-r-md);background:var(--vm-sand);color:var(--vm-ink-muted);font:700 var(--vm-text-sm) / 1 var(--vm-font);overflow:hidden;cursor:default}.vm-bundle__slot.is-filled{border-style:solid;border-color:var(--vm-mint);background:var(--vm-surface);cursor:pointer}.vm-bundle__slot img{width:100%;height:100%;object-fit:cover}.vm-bundle__slot.is-filled:after{content:"\d7";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#1a1a1a8c;color:#fff;font-size:2rem;opacity:0;transition:opacity .2s}.vm-bundle__slot.is-filled:hover:after,.vm-bundle__slot.is-filled:focus-visible:after{opacity:1}.vm-bundle__slot:focus-visible{outline:2px solid var(--vm-ink);outline-offset:2px}.vm-bundle__totals{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem 1rem;margin-bottom:1.6rem}.vm-bundle__was{color:var(--vm-ink-muted)}.vm-bundle__now{font-size:var(--vm-text-2xl);font-weight:800;letter-spacing:-.02em}.vm-bundle__save{padding:.3rem .9rem;border-radius:var(--vm-r-full);background:var(--vm-coral-soft);color:var(--vm-coral-deep);font-size:var(--vm-text-xs);font-weight:700}.vm-bundle__submit{width:100%}.vm-bundle__submit:disabled{background:var(--vm-sand);color:var(--vm-ink-muted);box-shadow:none;transform:none;cursor:not-allowed}.vm-bundle__fine{margin:1.2rem 0 0;font-size:var(--vm-text-xs);line-height:1.5;color:var(--vm-ink-muted);text-align:center}.vm-bundle__error{margin:1.2rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-coral-deep)}@media(min-width:750px){.vm-bundle__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.vm-bundle{grid-template-columns:minmax(0,1fr) 32rem;align-items:start}.vm-bundle__tray{position:sticky;top:10rem}}@media(max-width:989px){.vm-bundle__tray{position:sticky;bottom:0;z-index:61;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"slots totals" "submit submit" "note note";gap:.8rem 1.6rem;align-items:center;padding:1.2rem 1.6rem calc(1.2rem + env(safe-area-inset-bottom));border-radius:var(--vm-r-lg) var(--vm-r-lg) 0 0;box-shadow:0 -8px 24px #1a1a1a1a}.vm-bundle__progress{display:none}.vm-bundle__slots{grid-area:slots;grid-template-columns:repeat(var(--vm-bundle-size, 4),4.4rem);gap:.6rem;margin:0}.vm-bundle__totals{grid-area:totals;flex-direction:column;align-items:flex-end;gap:.2rem;margin:0;text-align:right}.vm-bundle__now{font-size:var(--vm-text-lg)}.vm-bundle__submit{grid-area:submit}.vm-bundle__fine{grid-area:note;margin:0}.vm-bundle__error{grid-column:1 / -1;margin:0}.vm-bundle__tray.is-added .vm-bundle__progress{display:block;grid-column:1 / -1;margin:0}}[dir=rtl] .vm-stage__ribbon{left:auto;right:0;translate:calc(50% - var(--vm-ribbon-inset)) calc(var(--vm-ribbon-inset) - 50%);rotate:45deg}[dir=rtl] .vm-stage__toggle{right:auto;left:1.2rem}[dir=rtl] .vm-chip--1{left:auto;right:-6%}[dir=rtl] .vm-chip--2{right:auto;left:-4%}[dir=rtl] .vm-chip--3{left:auto;right:-6%}[dir=rtl] .vm-chip--4{right:auto;left:-2%}[dir=rtl] .vm-bundle__totals{text-align:left}@media(max-width:989px){[dir=rtl] .vm-stage__toggle{left:.8rem}[dir=rtl] .vm-bundle__totals{align-items:flex-start}}.vm-404{position:relative;overflow:hidden;padding-inline:2.4rem;text-align:center}.vm-404__inner{position:relative;z-index:1;max-width:64rem;margin-inline:auto}.vm-404__figure{display:flex;align-items:center;justify-content:center;gap:clamp(.4rem,2vw,1.6rem);margin-bottom:2.4rem}.vm-404__digit{font-size:clamp(9.6rem,20vw,16rem);font-weight:800;letter-spacing:-.06em;line-height:1;color:var(--vm-ink)}.vm-404__zero{position:relative;display:grid;place-items:center;width:clamp(9.6rem,20vw,16rem);aspect-ratio:1}.vm-404__zero:before{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:50%;background:var(--vm-mint-soft)}.vm-404__ring{position:absolute;top:0;right:0;bottom:0;left:0;border:3px dashed rgb(78 205 196 / 60%);border-radius:50%;animation:vm-spin 40s linear infinite}.vm-404__art{position:relative;width:60%;height:60%}.vm-404__eyebrow{margin:0 0 .8rem;font-size:var(--vm-text-sm);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vm-coral-deep)}.vm-404 h1{margin:0;font-size:var(--vm-text-3xl);line-height:1.1;letter-spacing:-.03em;text-wrap:balance}.vm-404__text p{max-width:46rem;margin:1.6rem auto 0;font-size:var(--vm-text-lg);line-height:1.6;color:var(--vm-ink-muted)}.vm-404__search{display:flex;align-items:center;gap:.8rem;max-width:46rem;margin:3.2rem auto 0;padding:.6rem .6rem .6rem 2rem;border-radius:var(--vm-r-full);background:var(--vm-surface);box-shadow:var(--vm-shadow-md)}.vm-404__search:focus-within{outline:2px solid var(--vm-ink);outline-offset:3px}.vm-404__input{flex:1;min-width:0;padding:.8rem 0;border:0;background:none;font:inherit;font-size:var(--vm-text-base);color:var(--vm-ink)}.vm-404__input:focus{outline:none}.vm-404__input::placeholder{color:var(--vm-ink-muted)}.vm-404__submit{flex:none;width:4.4rem;height:4.4rem;padding:0;border-radius:50%}.vm-404__submit .vm-icon{width:2rem;height:2rem}.vm-404__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-top:2.4rem}.vm-404__links-title{margin:4rem 0 1.2rem;font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-ink-muted)}.vm-404__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin:0;padding:0;list-style:none}.vm-404__link{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;border-radius:var(--vm-r-full);background:var(--vm-surface);box-shadow:var(--vm-shadow-sm);color:var(--vm-ink);font-size:var(--vm-text-sm);font-weight:600;text-decoration:none;transition:transform .3s var(--vm-ease-out),box-shadow .3s var(--vm-ease-out)}.vm-404__link:hover{transform:translateY(-2px);box-shadow:var(--vm-shadow-md)}.vm-404__link .vm-icon{width:1.6rem;height:1.6rem;color:var(--vm-mint-ink)}@media(max-width:749px){.vm-404__cta .vm-btn{width:100%}}@media(prefers-reduced-motion:reduce){.vm-404__ring{animation:none}}.vm-marquee-section{overflow:hidden}.vm-marquee{position:relative;overflow:hidden;padding-block:1.1rem}.vm-marquee--large{padding-block:clamp(1.4rem,1rem + 1.2vw,2.4rem)}.vm-marquee__track{display:flex;width:max-content;will-change:transform;animation:vm-marquee var(--vm-marquee-speed, 40s) linear infinite}.vm-marquee--reverse .vm-marquee__track{animation-direction:reverse}.vm-marquee:hover .vm-marquee__track,.vm-marquee:focus-within .vm-marquee__track{animation-play-state:paused}.vm-marquee__group,.vm-marquee__set{display:flex;align-items:center;flex:none}.vm-marquee__item{display:inline-flex;align-items:center;padding-inline:clamp(1.2rem,.8rem + 1vw,2rem);color:inherit;font-size:var(--vm-text-sm);font-weight:700;line-height:1.2;letter-spacing:.02em;white-space:nowrap;text-decoration:none}.vm-marquee--upper .vm-marquee__item{text-transform:uppercase;letter-spacing:.12em}.vm-marquee--large .vm-marquee__item{padding-inline:clamp(1.6rem,1rem + 1.6vw,3.2rem);font-size:clamp(2.4rem,1.6rem + 2.4vw,4.4rem);font-weight:800;letter-spacing:-.02em}.vm-marquee--large.vm-marquee--upper .vm-marquee__item{letter-spacing:.04em}a.vm-marquee__item:hover{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.2em}.vm-marquee__sep{display:inline-flex;flex:none;width:1.4rem;height:1.4rem;opacity:.8}.vm-marquee--large .vm-marquee__sep{width:clamp(1.8rem,1.2rem + 1.4vw,2.8rem);height:clamp(1.8rem,1.2rem + 1.4vw,2.8rem)}.vm-marquee__sep .vm-icon{width:100%;height:100%}.vm-marquee__sep--dot{width:.5em;height:.5em;border-radius:50%;background:currentColor}.vm-marquee.color-scheme-5 .vm-marquee__sep{color:var(--vm-peach);opacity:1}.vm-marquee-section--tilt .vm-marquee{width:108%;margin-inline:-4%;transform:rotate(-1.5deg)}@keyframes vm-marquee{to{transform:translate(-50%)}}@keyframes vm-marquee-rtl{to{transform:translate(50%)}}[dir=rtl] .vm-marquee__track{animation-name:vm-marquee-rtl}@media(prefers-reduced-motion:reduce){.vm-marquee__track{width:100%;animation:none}.vm-marquee__group{width:100%}.vm-marquee__set{flex-wrap:wrap;justify-content:center;row-gap:.8rem;width:100%}.vm-marquee__group--clone,.vm-marquee__set--clone,.vm-marquee__set>.vm-marquee__sep:last-child{display:none}}.vm-loy-hero{position:relative;overflow:hidden;padding-inline:2.4rem}.vm-loy-hero__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;pointer-events:none}.vm-loy-hero__blob--1{top:-12rem;right:-8rem;width:42rem;height:42rem;background:var(--vm-peach-soft)}.vm-loy-hero__blob--2{bottom:-14rem;left:-10rem;width:36rem;height:36rem;background:var(--vm-mint-soft)}.vm-loy-hero__inner{position:relative;display:grid;gap:clamp(3.2rem,1.6rem + 4vw,6.4rem);align-items:center}@media screen and (min-width:990px){.vm-loy-hero__inner{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}}.vm-loy-eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 1.6rem;padding:.6rem 1.4rem .6rem 1rem;border-radius:var(--vm-r-full);background:var(--vm-surface);box-shadow:var(--vm-shadow-sm);font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vm-coral-deep)}.vm-loy-eyebrow .vm-icon{width:1.6rem;height:1.6rem;color:var(--vm-peach);fill:var(--vm-peach)}.vm-loy-hero__title{margin:0;font-size:var(--vm-text-5xl);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.vm-loy-hero__text{max-width:52rem;margin-top:2rem;color:var(--vm-ink-muted);font-size:var(--vm-text-lg);line-height:1.65;text-wrap:pretty}.vm-loy-hero__text>:first-child{margin-top:0}.vm-loy-hero__text>:last-child{margin-bottom:0}.vm-loy-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.vm-loy-hero__actions .vm-icon{width:1.6rem;height:1.6rem}.vm-loy-hero__note{margin:1.6rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-card-wrap{display:grid;place-items:center;perspective:1200px}.vm-loy-card{position:relative;width:min(100%,42rem);aspect-ratio:1.6;padding:2.8rem;border-radius:var(--vm-r-lg);background:radial-gradient(120% 90% at 100% 0%,rgb(255 176 124 / 70%),transparent 55%),linear-gradient(135deg,var(--vm-mint) 0%,var(--vm-mint-deep) 100%);color:#fff;box-shadow:var(--vm-shadow-lg);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transform:rotate(-4deg);transition:transform .6s var(--vm-ease-out)}.vm-loy-card-wrap:hover .vm-loy-card{transform:rotate(-2deg) translateY(-4px)}.vm-loy-card__ring{position:absolute;right:-18%;bottom:-38%;width:70%;aspect-ratio:1;border:3px dashed rgb(255 255 255 / 45%);border-radius:50%;animation:vm-spin 50s linear infinite}.vm-loy-card__top,.vm-loy-card__bottom{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem}.vm-loy-card__bottom{align-items:flex-end}.vm-loy-card__bottom>span{display:flex;flex-direction:column;gap:.3rem}.vm-loy-card__bottom>span:last-child{text-align:right}.vm-loy-card__logo .vm-logo__mark circle:first-child{fill:#fff}.vm-loy-card__logo .vm-logo__mark path{fill:var(--vm-mint-deep)}.vm-loy-card__logo .vm-logo__mark circle:last-child{fill:#fff}.vm-loy-card__logo .vm-logo__text{color:#fff;font-size:2rem}.vm-loy-card__logo .vm-logo__text em{color:var(--vm-ink)}.vm-loy-card__chip{padding:.5rem 1.2rem;border-radius:var(--vm-r-full);background:#ffffff38;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vm-loy-card__mid{position:relative}.vm-loy-card__label{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.8}.vm-loy-card__name{display:block;margin-top:.3rem;font-size:var(--vm-text-2xl);font-weight:800;letter-spacing:-.02em}.vm-loy-card__points{font-size:clamp(2.4rem,1.6rem + 2vw,3.2rem);font-weight:800;letter-spacing:-.03em;line-height:1}.vm-loy-card__tier{font-size:var(--vm-text-lg);font-weight:700}.vm-loy-stats{position:relative;display:grid;gap:1.6rem;margin:clamp(4rem,2.4rem + 3vw,6.4rem) auto 0;padding:0;list-style:none}@media screen and (min-width:750px){.vm-loy-stats{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}.vm-loy-stat{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:1.4rem;align-items:center;padding:1.8rem 2.2rem;border-radius:var(--vm-r-md);background:var(--vm-surface);box-shadow:var(--vm-shadow-sm)}.vm-loy-stat__mark{grid-row:1 / span 2;display:grid;place-items:center;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--vm-peach-soft);color:var(--vm-coral-deep)}.vm-loy-stat__mark .vm-icon{width:2.2rem;height:2.2rem}.vm-loy-stat__value{font-size:var(--vm-text-xl);font-weight:800;letter-spacing:-.02em;line-height:1.1}.vm-loy-stat__label{font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-table{border-radius:var(--vm-r-lg);box-shadow:var(--vm-shadow-md);overflow:hidden}.vm-loy-table__head{display:none}.vm-loy-tier,.vm-loy-table__th-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.vm-loy-tier{padding:1.6rem .8rem;border-radius:var(--vm-r-md);background:color-mix(in srgb,var(--vm-tier-accent) 12%,transparent)}.vm-loy-tier__mark{display:grid;place-items:center;width:4.8rem;height:4.8rem;margin-bottom:.6rem;border-radius:50%;background:var(--vm-tier-accent);color:var(--vm-ink)}.vm-loy-tier__mark .vm-icon{width:2.4rem;height:2.4rem}.vm-loy-tier__name{font-size:var(--vm-text-xl);font-weight:800;letter-spacing:-.02em}.vm-loy-tier__spend{font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-table__grid{width:100%;border-collapse:collapse}.vm-loy-table__thead{display:none}.vm-loy-row__label{text-align:left;font-weight:700}.vm-loy-row__cell{text-align:center}.vm-loy-row__yes,.vm-loy-row__no{display:inline-grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%}.vm-loy-row__yes{background:var(--vm-mint-soft);color:var(--vm-mint-ink)}.vm-loy-row__no{color:rgba(var(--color-foreground),.3)}.vm-loy-row__yes .vm-icon,.vm-loy-row__no .vm-icon{width:1.6rem;height:1.6rem;stroke-width:2.2}.vm-loy-row__value{font-weight:800;letter-spacing:-.01em}.vm-loy-row__tier{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vm-ink-muted);margin-bottom:.4rem}@media screen and (max-width:749px){.vm-loy-table__head{display:grid;grid-template-columns:repeat(var(--vm-tier-cols, 3),1fr);gap:.8rem;padding:1.6rem 1.6rem .8rem}.vm-loy-tier__name{font-size:var(--vm-text-base)}.vm-loy-tier__spend{font-size:1.1rem}.vm-loy-tier__mark{width:3.6rem;height:3.6rem}.vm-loy-tier__mark .vm-icon{width:1.8rem;height:1.8rem}.vm-loy-table__grid,.vm-loy-table__grid tbody{display:block}.vm-loy-row{display:grid;grid-template-columns:repeat(var(--vm-tier-cols, 3),1fr);gap:.8rem;padding:1.6rem;border-bottom:1px solid var(--vm-hairline)}.vm-loy-row:last-child{border-bottom:0}.vm-loy-row__label{grid-column:1 / -1;padding-bottom:.4rem}.vm-loy-row__cell{padding:1rem .4rem;border-radius:var(--vm-r-sm);background:color-mix(in srgb,var(--vm-tier-accent) 10%,transparent)}}@media screen and (min-width:750px){.vm-loy-table__thead{display:table-header-group}.vm-loy-table__grid{table-layout:fixed}.vm-loy-table__corner{width:32%}.vm-loy-table__th{padding:2.4rem 1.6rem 2rem;border-bottom:1px solid var(--vm-hairline);font-weight:inherit}.vm-loy-table__th--hot,.vm-loy-row__cell--hot{background:color-mix(in srgb,var(--vm-tier-accent) 10%,transparent)}.vm-loy-row__tier{display:none}.vm-loy-row__label,.vm-loy-row__cell{padding:1.6rem 2rem;border-bottom:1px solid var(--vm-hairline)}.vm-loy-row:last-child .vm-loy-row__label,.vm-loy-row:last-child .vm-loy-row__cell{border-bottom:0}}.vm-loy-tiers__note{margin:2rem 0 0;text-align:center;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-faq__inner{display:grid;gap:clamp(2.4rem,1.6rem + 3vw,6.4rem)}@media screen and (min-width:990px){.vm-loy-faq__inner{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start}.vm-loy-faq__head{position:sticky;top:calc(var(--header-height, 8rem) + 2.4rem)}}.vm-loy-faq__head h2{margin:0;font-size:var(--vm-text-3xl);line-height:1.1;text-wrap:balance}.vm-loy-faq__head .rte{margin-top:1.6rem;color:var(--vm-ink-muted);font-size:var(--vm-text-lg)}.vm-loy-faq__list{display:grid;gap:1.2rem}.vm-loy-faq__item{border-radius:var(--vm-r-md);box-shadow:var(--vm-shadow-sm)}.vm-loy-faq__q{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2rem 2.4rem;cursor:pointer;list-style:none;font-size:var(--vm-text-lg);font-weight:700;letter-spacing:-.01em}.vm-loy-faq__q::-webkit-details-marker{display:none}.vm-loy-faq__q:focus-visible{outline:2px solid var(--vm-ink);outline-offset:-4px;border-radius:var(--vm-r-md)}.vm-loy-faq__toggle{flex:none;display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--vm-coral-soft);color:var(--vm-coral-deep);transition:rotate .35s var(--vm-ease-out),background-color .2s linear}.vm-loy-faq__toggle .vm-icon{width:1.6rem;height:1.6rem;stroke-width:2.2}.vm-loy-faq__item[open] .vm-loy-faq__toggle{rotate:45deg;background:var(--vm-coral-deep);color:#fff}.vm-loy-faq__a{padding:0 2.4rem 2.4rem;color:var(--vm-ink-muted);line-height:1.65}.vm-loy-faq__a>:first-child{margin-top:0}.vm-loy-faq__a>:last-child{margin-bottom:0}.vm-loy-cta{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.4rem;margin-top:clamp(4.8rem,3.2rem + 4vw,8rem);padding:clamp(3.2rem,2rem + 3vw,5.6rem);border-radius:var(--vm-r-xl);overflow:hidden;box-shadow:var(--vm-shadow-lg)}.vm-loy-cta__ring{position:absolute;right:-6rem;top:-8rem;width:24rem;aspect-ratio:1;border:3px dashed rgb(255 176 124 / 50%);border-radius:50%;animation:vm-spin 40s linear infinite;pointer-events:none}.vm-loy-cta__copy{position:relative;max-width:56rem}.vm-loy-cta__copy h2{margin:0;font-size:var(--vm-text-3xl);line-height:1.1;text-wrap:balance}.vm-loy-cta__copy p{margin:1.2rem 0 0;font-size:var(--vm-text-lg);color:var(--vm-ink-muted)}.vm-loy-cta .vm-btn{position:relative}.vm-loy-cta .vm-btn .vm-icon{width:1.6rem;height:1.6rem}@media(prefers-reduced-motion:reduce){.vm-loy-card,.vm-loy-card-wrap:hover .vm-loy-card{transform:none;transition:none}.vm-loy-card__ring,.vm-loy-cta__ring{animation:none}}[dir=rtl] .vm-loy-row__label{text-align:right}[dir=rtl] .vm-loy-card__bottom>span:last-child{text-align:left}[dir=rtl] .vm-loy-card{transform:rotate(4deg)}[dir=rtl] .vm-loy-hero__actions .vm-icon,[dir=rtl] .vm-loy-cta .vm-btn .vm-icon{scale:-1 1}.vm-loy-dash{position:relative;display:block;padding:clamp(2.4rem,1.6rem + 2vw,4rem);border:1px solid var(--vm-hairline);border-radius:var(--vm-r-xl);box-shadow:var(--vm-shadow-md)}.vm-loy-dash__top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--vm-hairline)}.vm-loy-dash__label{display:block;margin-bottom:.4rem;font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vm-ink-muted)}.vm-loy-dash__points{font-size:clamp(4rem,2.4rem + 3vw,6.4rem);font-weight:800;letter-spacing:-.04em;line-height:1}.vm-loy-dash__tier{text-align:right}.vm-loy-dash__tier-name{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem .8rem 1.2rem;border-radius:var(--vm-r-full);background:var(--vm-peach-soft);color:var(--vm-coral-deep);font-size:var(--vm-text-lg);font-weight:800}.vm-loy-dash__tier-name .vm-icon{width:1.8rem;height:1.8rem;fill:var(--vm-peach)}.vm-loy-dash__progress{padding-top:2rem}.vm-loy-dash__bar{height:1rem;border-radius:var(--vm-r-full);background:var(--vm-sand);overflow:hidden}.vm-loy-dash__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--vm-mint) 0%,var(--vm-peach) 100%);transition:width .8s var(--vm-ease-out)}.vm-loy-dash__hint{margin:1rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-dash__status{margin:1.6rem 0 0;padding:1.2rem 1.6rem;border-radius:var(--vm-r-sm);background:var(--vm-coral-soft);color:var(--vm-coral-deep);font-weight:600}.vm-loy-dash__guest{text-align:center;max-width:56rem;margin-inline:auto}.vm-loy-dash__guest h2{margin:0;font-size:var(--vm-text-2xl);letter-spacing:-.02em}.vm-loy-dash__guest p{margin:1.2rem 0 0;color:var(--vm-ink-muted)}.vm-loy-dash__guest .vm-loy-hero__actions{justify-content:center;margin-top:2.4rem}.vm-loy-rewards__head{margin-top:clamp(3.2rem,2rem + 2vw,4.8rem);text-align:center}.vm-loy-rewards__head h2,.vm-loy-rewards__head h3{margin:0;font-size:var(--vm-text-2xl);letter-spacing:-.02em}.vm-loy-rewards__head p{margin:.8rem 0 0;color:var(--vm-ink-muted)}.vm-loy-rewards__grid{display:grid;gap:1.6rem;margin:2.4rem 0 0;padding:0;list-style:none}@media screen and (min-width:750px){.vm-loy-rewards__grid{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}.vm-loy-reward{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2.4rem 2rem;border-radius:var(--vm-r-md);background:var(--vm-sand);text-align:center}.vm-loy-reward__mark{display:grid;place-items:center;width:5.2rem;height:5.2rem;margin-bottom:.6rem;border-radius:50%;background:var(--vm-surface);color:var(--vm-coral-deep);box-shadow:var(--vm-shadow-sm)}.vm-loy-reward__mark .vm-icon{width:2.4rem;height:2.4rem}.vm-loy-reward__value{font-size:var(--vm-text-2xl);font-weight:800;letter-spacing:-.02em}.vm-loy-reward__cost{font-size:var(--vm-text-sm);font-weight:600;color:var(--vm-mint-ink)}.vm-loy-reward__btn{margin-top:1.2rem;width:100%;max-width:22rem}.vm-loy-reward__btn:disabled{background:var(--vm-surface);color:var(--vm-ink-muted);box-shadow:none;cursor:not-allowed;transform:none}.vm-loy-reward__btn.is-armed{background:var(--vm-ink);animation:vm-loy-pulse 1.2s ease-in-out infinite}@keyframes vm-loy-pulse{50%{box-shadow:0 0 0 6px #1a1a1a1f}}.vm-loy-code{margin-top:2.4rem;padding:2rem 2.4rem;border-radius:var(--vm-r-md);background:var(--vm-mint-soft);border:2px dashed rgb(78 205 196 / 60%)}.vm-loy-code__label{display:block;margin-bottom:.8rem;font-size:var(--vm-text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vm-mint-ink)}.vm-loy-code__row{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem}.vm-loy-code__row code,.vm-loy-list code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--vm-text-xl);font-weight:700;letter-spacing:.08em}.vm-loy-code__hint{margin:1rem 0 0;font-size:var(--vm-text-sm);color:var(--vm-ink-muted)}.vm-loy-dash__cols{display:grid;gap:2.4rem;margin-top:3.2rem}@media screen and (min-width:750px){.vm-loy-dash__cols{grid-template-columns:1fr 1fr}}.vm-loy-list h3{margin:0 0 1.2rem;font-size:var(--vm-text-base);letter-spacing:.02em}.vm-loy-list ul{margin:0;padding:0;list-style:none}.vm-loy-list li{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1rem 0;border-top:1px solid var(--vm-hairline);font-size:var(--vm-text-sm)}.vm-loy-list code{font-size:var(--vm-text-base)}.vm-loy-list__meta{color:var(--vm-ink-muted)}.vm-loy-list__pts{font-weight:800;color:var(--vm-mint-ink)}.vm-loy-list__pts.is-neg{color:var(--vm-coral-deep)}.vm-loy-list__empty{color:var(--vm-ink-muted)}[dir=rtl] .vm-loy-dash__tier{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/3/assets/vitamella-sections.css.map */
