:root{--teal:#16403A;--teal-deep:#0F302B;--teal-soft:#2A5A52;--teal-wash:#E9F1EE;--charcoal:#141414;--ink:#22302D;--muted:#5C6B66;--cream:#FBF8F3;--cream-2:#F3EEE5;--paper:#FFFFFF;--white:#FFFFFF;--line:#E7DFD2;--gold:#E0A11E;--lime:#C6FA54;--lime-deep:#B4ED3A;--head:"Rubik", system-ui, sans-serif;--body:"Assistant", system-ui, sans-serif;--maxw:1180px;--radius:18px;--radius-sm:12px;--radius-lg:30px;--shadow-sm:0 1px 2px rgba(20,20,20,.05), 0 4px 14px rgba(22,64,58,.06);--shadow:0 2px 6px rgba(20,20,20,.06), 0 18px 40px rgba(22,64,58,.1);--shadow-lg:0 8px 22px rgba(20,20,20,.08), 0 36px 72px rgba(22,64,58,.17);--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);color:var(--ink);background:var(--cream);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--head);line-height:1.12;color:var(--charcoal);font-weight:800;letter-spacing:-.01em}h2{font-size:clamp(1.95rem,4.4vw,2.9rem);margin-bottom:.45em}h3{font-size:1.4rem;font-weight:700}p{max-width:68ch}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.ltr{direction:ltr;unicode-bidi:isolate;display:inline-block}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(18px,4vw,32px)}.section{padding-block:clamp(3.4rem,7vw,5.5rem)}.center{text-align:center}.eyebrow{font-family:var(--head);font-weight:600;font-size:.8rem;letter-spacing:.12em;color:var(--teal-soft);margin-bottom:.7rem;display:inline-block}.lead{font-size:1.2rem;color:var(--muted);max-width:60ch}.center .lead{margin-inline:auto}.btn{font-family:var(--head);font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.05rem 2.1rem;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:background-color .25s var(--ease),color .25s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease);min-height:44px}.btn-primary{background:var(--lime);color:var(--teal-deep);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--lime-deep);color:var(--teal-deep);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-ghost{background:transparent;color:var(--teal);border-color:var(--teal)}.btn-ghost:hover{background:var(--teal);color:var(--cream)}.btn-white{background:var(--white);color:var(--teal);border-color:var(--teal)}.btn-white:hover{background:var(--teal);color:var(--cream);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-teal{background:var(--teal);color:var(--cream)}.btn-teal:hover{background:var(--teal-deep);color:var(--cream);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-link{background:none;border:none;color:var(--teal);font-family:var(--head);font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .2rem}.btn-link:hover{gap:.7rem}.btn-block{width:100%}.btn:focus-visible{outline:3px solid var(--teal-soft);outline-offset:3px}.stars{display:inline-flex;gap:2px;color:var(--gold)}.stars svg{width:18px;height:18px}.ph{position:relative;background:linear-gradient(150deg,var(--cream-2),var(--teal-wash));display:flex;align-items:center;justify-content:center;color:var(--teal-soft);overflow:hidden}.ph svg{width:30%;max-width:86px;opacity:.45}.ph:after{content:attr(data-label);position:absolute;inset-inline:0;bottom:14px;text-align:center;font-family:var(--head);font-size:.78rem;color:var(--teal-soft);opacity:.7}.announce{position:relative;height:40px;overflow:hidden;background:var(--teal);color:var(--cream);font-family:var(--head);font-size:.85rem;font-weight:500}.ann-item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding-inline:1rem;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.ann-item.on{opacity:1;transform:none}.header{position:sticky;top:0;z-index:50;background:#ffffffd1;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.header.scrolled{border-color:var(--line);box-shadow:var(--shadow-sm)}.nav{display:flex;align-items:center;justify-content:space-between;height:74px}.brand{display:inline-flex;align-items:center;gap:.55rem}.logo-mark{width:44px;height:44px;display:block;flex:none}.logo-word{font-family:var(--head);font-weight:700;font-size:1.5rem;color:var(--teal);letter-spacing:-.02em;direction:ltr}.lg-badge{fill:var(--teal)}.lg-pet{fill:var(--cream)}.lg-eye{fill:var(--teal)}.logo-img{height:40px;width:auto;display:block}.nav-links{display:flex;gap:2rem;align-items:center;font-family:var(--head);font-weight:500;font-size:.98rem}.nav-links a{position:relative;color:var(--ink);padding:.3rem 0}.nav-links a:after{content:"";position:absolute;inset-inline:0;bottom:-3px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease)}.nav-links a:hover{color:var(--teal)}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;gap:.7rem;align-items:center}.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--ink);cursor:pointer;transition:background-color .2s;background:none;border:none}.icon-btn:hover{background:var(--cream-2)}.icon-btn svg{width:22px;height:22px}.menu-toggle{display:none}.hero{position:relative;overflow:hidden;min-height:calc(100svh - 114px - 5rem);display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(2rem,6vw,5rem);padding-bottom:clamp(.75rem,2vw,1.5rem)}.hero-grid{display:grid;grid-template-columns:1fr 1.55fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.hero-copy .eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-wash);padding:.4rem .9rem;border-radius:100px;margin-bottom:1.1rem}.hero-copy .eyebrow svg{width:15px;height:15px;color:var(--teal)}.hero-copy h1{font-size:clamp(2.3rem,5.6vw,4.3rem);font-weight:800;margin-bottom:.4em}.hero-copy h1 em{font-style:normal;color:var(--teal)}.hero-copy .sub{font-size:1.2rem;color:var(--muted);max-width:44ch;margin-bottom:1.7rem}.hero-actions{display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap}.hero-rate{display:flex;align-items:center;gap:.55rem;margin-top:1.4rem;font-size:.95rem;color:var(--muted);font-family:var(--head)}.hero-rate b{color:var(--ink)}.hero-strip{display:flex;gap:1.6rem;margin-top:1.9rem;padding-top:1.5rem;border-top:1px solid var(--line);flex-wrap:wrap;font-family:var(--head);font-size:.85rem;color:var(--muted)}.hero-strip div{display:flex;align-items:center;gap:.45rem}.hero-strip svg{width:18px;height:18px;color:var(--teal-soft)}.hero-visual{position:relative}.hero-visual .blob{position:absolute;inset:-12% -16% auto auto;width:72%;aspect-ratio:1;background:radial-gradient(circle,var(--teal-wash),transparent 68%);z-index:0}.hero-frame{position:relative;z-index:1;aspect-ratio:4/5}.hero-frame .ph{height:100%}.hero-img{width:100%;height:100%;object-fit:contain;display:block}.hero-chip{position:absolute;z-index:2;background:var(--paper);border-radius:16px;box-shadow:var(--shadow);padding:.8rem 1.05rem;display:flex;align-items:center;gap:.7rem;font-family:var(--head);font-weight:600;font-size:.9rem}.hero-chip .ic{width:38px;height:38px;border-radius:11px;background:var(--teal-wash);color:var(--teal);display:flex;align-items:center;justify-content:center;flex:none}.hero-chip .ic svg{width:21px;height:21px}.hero-chip small{display:block;font-family:var(--body);font-weight:400;color:var(--muted);font-size:.76rem}.hero-chip.c1{inset-block-end:7%;inset-inline-start:-20px}.hero-chip.c2{inset-block-start:9%;inset-inline-end:-16px}.benefits{background:var(--teal);color:var(--cream)}.benefits .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-block:1.6rem}.benefit{display:flex;align-items:center;gap:.75rem;font-family:var(--head);font-weight:500;font-size:.95rem}.benefit svg{width:26px;height:26px;color:#9fc9be;flex:none}.proofbar{background:var(--cream-2)}.proofbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-block:1.6rem}.proof-item{display:flex;align-items:center;gap:.7rem;font-family:var(--head);font-weight:500;color:var(--ink)}.proof-item strong{font-size:1.6rem;font-weight:800;color:var(--teal)}.proofbar .div{width:1px;height:34px;background:var(--line)}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.5rem}.pain{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;text-align:start}.pain .ic{width:54px;height:54px;border-radius:14px;background:var(--teal-wash);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.pain .ic svg{width:28px;height:28px}.pain h3{font-weight:700;font-size:1.15rem;margin-bottom:.4rem}.pain p{color:var(--muted);font-size:.98rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.split.flip .split-media{order:2}.split-media .frame{aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.split-media .frame .ph{height:100%}.feature-list{list-style:none;display:grid;gap:1.3rem;margin-top:1.7rem}.feature-list li{display:flex;gap:1rem;align-items:flex-start}.feature-list .ic{width:46px;height:46px;border-radius:12px;background:var(--teal);color:var(--cream);display:flex;align-items:center;justify-content:center;flex:none}.feature-list .ic svg{width:24px;height:24px}.feature-list h3{font-weight:700;font-size:1.1rem;margin-bottom:.15rem}.feature-list p{color:var(--muted);font-size:.96rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3rem;counter-reset:s}.step{text-align:center}.step .num{counter-increment:s;width:64px;height:64px;margin:0 auto 1.1rem;border-radius:50%;background:var(--teal);color:var(--cream);font-family:var(--head);font-weight:800;font-size:1.6rem;display:flex;align-items:center;justify-content:center}.step .num:before{content:counter(s)}.step h3{font-weight:700;font-size:1.2rem;margin-bottom:.4rem}.step p{color:var(--muted);max-width:32ch;margin-inline:auto}.compare{background:var(--white)}.compare h2{color:var(--charcoal)}.compare .eyebrow{color:var(--teal-soft)}.ctable{margin-top:2.6rem;max-width:1040px;margin-inline:auto;background:var(--paper);box-shadow:var(--shadow);text-align:start;overflow-x:auto}.ctable table{width:100%;border-collapse:collapse}.ctable th,.ctable td{padding:1.05rem 1.15rem;text-align:start;border:1px solid var(--line);vertical-align:middle;font-size:.98rem}.ctable thead th{background:var(--cream-2);font-family:var(--head);font-weight:700;color:var(--charcoal)}.ctable thead th.us{background:var(--cream-2)}.ctable thead th{text-align:center;padding:0;border:none}.ctable thead th img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.ctable thead th.cmp-feat{vertical-align:bottom;text-align:start}.cmp2 thead th,.cmp2 tbody td{width:50%}.cmp2 tbody td{font-size:1.05rem;line-height:1.5;font-weight:500}.cmp2 tbody td.us{color:var(--teal-deep)}.cmp2 .ctick,.cmp2 .cx{margin-inline-end:.35rem}.ctable td:first-child{font-family:var(--head);font-weight:700;color:var(--charcoal);background:var(--cream-2)}.ctable td.us{background:var(--teal-wash);font-weight:700;color:var(--teal)}.ctick{color:var(--teal)}.cx{color:#c26b6b}.ctable svg{width:23px;height:23px;vertical-align:middle}.cmp3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:2.6rem;max-width:920px;margin-inline:auto;text-align:start}.cmp-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}.cmp-card--win{border:2px solid var(--teal);box-shadow:var(--shadow-lg)}.cmp-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--cream-2)}.cmp-card__img img{width:100%;height:100%;object-fit:cover;display:block}.cmp-card h3{font-family:var(--head);font-weight:700;text-align:center;padding:.8rem;margin:0;font-size:1.1rem;color:var(--charcoal);background:var(--cream-2)}.cmp-card--win h3{background:var(--teal);color:var(--cream)}.cmp-card ul{list-style:none;padding:1rem 1.15rem 1.3rem;margin:0;display:flex;flex-direction:column;gap:.55rem}.cmp-card li{position:relative;padding-inline-start:1.5rem;font-size:.88rem;line-height:1.45;color:var(--ink)}.cmp-card li:before{position:absolute;inset-inline-start:0;top:0;font-weight:800}.cmp-card li.ok{color:var(--teal-deep)}.cmp-card li.ok:before{content:"\2713";color:var(--teal)}.cmp-card li.bad:before{content:"\2715";color:#c26b6b}@media(max-width:760px){.cmp3{grid-template-columns:1fr;max-width:400px}}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.5rem;text-align:start}.review{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;display:flex;flex-direction:column;gap:1rem}.review p{font-size:1rem;color:var(--ink)}.review .who{display:flex;align-items:center;gap:.8rem;margin-top:auto}.review .av{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--teal-wash)}.review .who b{font-family:var(--head);font-weight:600;display:block;font-size:.98rem}.review .who small{color:var(--teal-soft);font-family:var(--head);font-size:.78rem;display:flex;align-items:center;gap:.3rem}.review .who small svg{width:14px;height:14px}.bundles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.7rem;align-items:stretch;text-align:center}.bundle{position:relative;background:var(--paper);border:2px solid var(--line);border-radius:var(--radius-lg);padding:2rem 1.6rem 1.7rem;cursor:pointer;display:flex;flex-direction:column;transition:border-color .25s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease)}.bundle:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.bundle.active{border-color:var(--teal);box-shadow:var(--shadow)}.bundle .tag{position:absolute;inset-block-start:-14px;inset-inline-start:50%;transform:translate(50%);background:var(--teal);color:var(--cream);font-family:var(--head);font-weight:600;font-size:.78rem;padding:.35rem 1rem;border-radius:100px;white-space:nowrap}.bundle .radio{width:22px;height:22px;border:2px solid var(--line);border-radius:50%;margin:0 auto 1rem;position:relative;transition:border-color .2s}.bundle.active .radio{border-color:var(--teal)}.bundle.active .radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--teal)}.bundle .qty{font-family:var(--head);font-weight:600;color:var(--teal-soft);font-size:1rem}.bundle .name{font-family:var(--head);font-weight:800;font-size:1.4rem;margin:.2rem 0 .9rem}.bundle .price{display:flex;align-items:baseline;gap:.5rem;justify-content:center}.bundle .price b{font-family:var(--head);font-size:2.3rem;font-weight:800;color:var(--charcoal)}.bundle .price s{color:var(--muted);font-size:1.1rem}.bundle .per{color:var(--muted);font-size:.86rem;margin-bottom:.2rem}.bundle .save{display:inline-block;background:var(--teal-wash);color:var(--teal);font-family:var(--head);font-weight:600;font-size:.82rem;padding:.3rem .8rem;border-radius:100px;margin:.5rem auto 1.2rem}.bundle .b-list{list-style:none;margin-top:auto;padding-top:1rem;display:grid;gap:.5rem;font-size:.9rem;color:var(--muted);text-align:start}.bundle .b-list li{display:flex;gap:.4rem;align-items:center}.bundle .b-list svg{width:16px;height:16px;color:var(--teal);flex:none}.offer-cta{margin-top:2.2rem;max-width:440px;margin-inline:auto;text-align:center}.offer-note{font-family:var(--head);font-size:.85rem;color:var(--muted);margin-top:.9rem;display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.offer-note span{display:flex;align-items:center;gap:.35rem}.offer-note svg{width:15px;height:15px;color:var(--teal-soft)}.guar-box{display:flex;align-items:center;gap:2rem;background:var(--paper);border-radius:var(--radius-lg);padding:clamp(1.8rem,4vw,3rem);box-shadow:var(--shadow);flex-wrap:wrap;text-align:start}.guar-seal{width:120px;height:120px;border-radius:50%;background:var(--teal);color:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;flex:none;text-align:center;font-family:var(--head);font-weight:700;line-height:1.1}.guar-seal b{font-size:2.2rem;display:block}.guar-seal span{font-size:.72rem;opacity:.85}.guar-box .txt{flex:1;min-width:260px}.guar-box h3{font-size:1.5rem;margin-bottom:.4rem}.guar-box p{color:var(--muted)}.faq-list{max-width:780px;margin:2.5rem auto 0;display:grid;gap:.9rem;text-align:start}.faq{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.faq summary{list-style:none;cursor:pointer;padding:1.25rem 1.5rem;font-family:var(--head);font-weight:600;font-size:1.08rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--charcoal)}.faq summary::-webkit-details-marker{display:none}.faq summary .chev{width:22px;height:22px;color:var(--teal);transition:transform .3s var(--ease);flex:none}.faq[open] summary .chev{transform:rotate(180deg)}.faq .ans{padding:0 1.5rem 1.4rem;color:var(--muted)}.faq .ans p{max-width:none}.final{background:var(--teal);color:var(--cream);text-align:center}.final h2{color:var(--cream)}.final p{color:#cde2dc;margin:.7rem auto 2rem;font-size:1.2rem}.final .btn-primary{background:var(--lime);color:var(--teal-deep)}.final .btn-primary:hover{background:var(--lime-deep)}.final .mini{margin-top:1.2rem;font-family:var(--head);font-size:.85rem;color:#9fc9be}.footer{background:var(--charcoal);color:#c9c9c7;padding-block:3.5rem 2rem;font-size:.95rem}.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer .brand{margin-bottom:.2rem}.footer .logo-word{color:var(--cream)}.footer .lg-badge{fill:var(--cream)}.footer .lg-pet{fill:var(--teal)}.footer .lg-eye{fill:var(--cream)}.footer h4{color:var(--cream);margin-bottom:1rem;font-size:1rem;font-weight:600}.footer ul{list-style:none;display:grid;gap:.6rem}.footer a:hover{color:var(--cream)}.footer .blurb{max-width:30ch;color:#9a9a98;margin-top:1rem;font-size:.92rem}.pay{display:flex;gap:.5rem;margin-top:1.2rem;flex-wrap:wrap}.pay span{background:#ffffff14;border-radius:6px;padding:.3rem .6rem;font-family:var(--head);font-size:.74rem;font-weight:600}.pay img{height:26px;width:auto;max-width:60px;background:#fff;border-radius:5px;padding:3px 6px;object-fit:contain}.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#8a8a88}.pdp{padding-block:1.6rem clamp(3rem,6vw,5rem)}.crumb{font-family:var(--head);font-size:.85rem;color:var(--muted);margin-bottom:1.4rem}.crumb a:hover{color:var(--teal)}.crumb span{opacity:.5;margin-inline:.4rem}.pdp-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.gallery .main{aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem;box-shadow:var(--shadow-sm);background:var(--cream)}.gallery .main .ph{height:100%}.gallery .main img{width:100%;height:100%;object-fit:contain}.thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}.thumb{aspect-ratio:1;border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid var(--line);background:var(--cream-2)}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border-color:var(--teal)}.thumb .ph:after{display:none}.thumb .ph svg{width:40%}.buy{position:static}.buy .tagrow{display:flex;gap:.5rem;margin-bottom:.8rem}.buy h1{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:800;margin-bottom:.5rem}.buy .rate{display:flex;align-items:center;gap:.5rem;font-family:var(--head);font-size:.92rem;color:var(--muted);margin-bottom:1.1rem}.buy .rate a{color:var(--teal-soft);text-decoration:underline}.pricing{display:flex;align-items:baseline;gap:.7rem;margin-bottom:.3rem}.pricing .now{font-family:var(--head);font-size:2.4rem;font-weight:800;color:var(--charcoal)}.pricing s{color:var(--muted);font-size:1.3rem}.pricing .badge{background:var(--teal);color:var(--cream);font-family:var(--head);font-weight:600;font-size:.8rem;padding:.3rem .7rem;border-radius:100px}.buy .vat{font-size:.82rem;color:var(--muted);margin-bottom:1.3rem}.buy .desc{color:var(--ink);margin:1.8rem 0 1.5rem}.opt-label{font-family:var(--head);font-weight:600;font-size:.92rem;margin-bottom:.7rem;display:block}.opts{display:grid;gap:.7rem;margin-bottom:1.5rem}.opt{display:flex;align-items:center;gap:.9rem;border:2px solid var(--line);border-radius:14px;padding:.95rem 1.1rem;cursor:pointer;transition:border-color .2s,background-color .2s}.opt:hover{border-color:var(--teal-soft)}.opt.active{border-color:var(--teal);background:var(--teal-wash)}.opt .dot{width:20px;height:20px;border:2px solid var(--line);border-radius:50%;position:relative;flex:none}.opt.active .dot{border-color:var(--teal)}.opt.active .dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--teal)}.opt .o-main{flex:1;font-family:var(--head);font-weight:600}.opt .o-main small{display:block;font-family:var(--body);font-weight:400;color:var(--muted);font-size:.82rem}.opt .o-price{text-align:start;font-family:var(--head);font-weight:700}.opt .o-price s{display:block;color:var(--muted);font-weight:400;font-size:.82rem}.opt .o-best{background:var(--teal);color:var(--cream);font-size:.7rem;padding:.2rem .55rem;border-radius:100px;font-family:var(--head)}.buy .atc{margin-top:.4rem}.buy .trustrow{display:flex;justify-content:space-between;gap:1rem;margin-top:1.3rem;flex-wrap:wrap}.buy .trustrow div{display:flex;align-items:center;gap:.45rem;font-family:var(--head);font-size:.83rem;color:var(--muted)}.buy .trustrow svg{width:18px;height:18px;color:var(--teal-soft)}.buy .keys{list-style:none;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:grid;gap:.8rem}.buy .keys li{display:flex;gap:.7rem;align-items:flex-start;font-size:.98rem}.buy .keys svg{width:22px;height:22px;color:var(--teal);flex:none;margin-top:1px}.pdp-acc{margin-top:1.7rem;display:grid;gap:.7rem}.buy-benefits{list-style:none;display:grid;gap:.7rem;margin:1.2rem 0 .2rem}.buy-benefits li{display:flex;gap:.6rem;align-items:flex-start;font-family:var(--head);font-weight:500;font-size:1rem}.buy-benefits svg{width:22px;height:22px;color:var(--teal);flex:none;margin-top:1px}.buy-actions{display:grid;gap:.7rem;margin-top:1.4rem}.vbadge{display:inline-flex;align-items:center;gap:.35rem;background:var(--teal-wash);color:var(--teal);font-family:var(--head);font-weight:600;font-size:.72rem;padding:.3rem .7rem;border-radius:100px;border:1px solid rgba(22,64,58,.14)}.vbadge svg{width:14px;height:14px}.trust-features{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:1.1rem .7rem;margin-top:1rem;box-shadow:var(--shadow-sm)}.trust-features div{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;font-family:var(--head);font-weight:600;font-size:.82rem;color:var(--ink)}.trust-features svg{width:26px;height:26px;color:var(--teal)}.commit{display:flex;align-items:center;gap:.9rem;background:var(--teal-wash);border-radius:14px;padding:1rem 1.2rem;margin-top:1rem}.commit-seal{width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--cream);display:flex;align-items:center;justify-content:center;flex:none}.commit-seal svg{width:24px;height:24px}.commit b{font-family:var(--head);font-weight:700;display:block;font-size:.95rem;color:var(--charcoal)}.commit small{color:var(--muted);font-size:.85rem}.howworks{background:var(--cream-2)}.video-frame{position:relative;max-width:560px;margin:2.4rem auto 0;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--teal)}.howworks-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-poster{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 38%,var(--teal-soft),var(--teal-deep));color:#fbf8f329}.video-poster svg{width:34%;max-width:150px}.video-frame:after{display:none}.video-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:80px;height:80px;border-radius:50%;background:var(--lime);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 12px 32px #0f302b73;transition:transform .3s var(--ease)}.video-play svg{width:32px;height:32px;color:var(--teal-deep);margin-inline-start:3px}.video-play:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:2px solid var(--lime);opacity:.5;animation:pulsering 2.4s var(--ease) infinite}.video-play:hover{transform:scale(1.08)}@keyframes pulsering{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.5);opacity:0}to{opacity:0}}.video-chip{position:absolute;bottom:14px;inset-inline-start:14px;z-index:2;background:#0f302bb3;color:var(--cream);font-family:var(--head);font-size:.78rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.howworks-text{max-width:52ch;margin:2.2rem auto 0;color:var(--ink);font-size:clamp(1.25rem,2.6vw,1.5rem);font-weight:500;line-height:1.6}.reviews-section{background:var(--white)}.reviews-section .pr-header{max-width:760px;margin:0 auto 2rem;text-align:start}.pr-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pr-title{margin:.3rem 0 0}.pr-write-btn{flex:none;white-space:nowrap;padding:.7rem 1.4rem;font-size:.95rem;min-height:auto}.pr-summary{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem;font-family:var(--head);font-weight:600;color:var(--ink)}.pr-summary-stars{color:var(--gold);font-size:1.15rem;letter-spacing:1px}.pr-summary-score{font-weight:800;color:var(--charcoal)}.pr-summary-total{color:var(--muted)}.pr-form{max-width:760px;margin:0 auto 2rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.4rem,3vw,2rem);box-shadow:var(--shadow-sm);text-align:start}.pr-form-title{margin:0 0 1.2rem;font-size:1.3rem}.pr-form-group{margin-bottom:1.1rem}.pr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pr-form-label{display:block;font-family:var(--head);font-weight:700;font-size:.9rem;margin-bottom:.4rem;color:var(--charcoal)}.pr-input{width:100%;font:inherit;font-family:var(--body);padding:.7rem .9rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--cream);color:var(--ink)}.pr-input:focus{outline:none;border-color:var(--teal)}.pr-star-picker{display:inline-flex;gap:.2rem;font-size:1.8rem;color:var(--line);cursor:pointer}.pr-star-picker span{transition:color .15s}.pr-star-picker span.is-on{color:var(--gold)}.pr-form-privacy{font-size:.82rem;color:var(--muted);margin:.4rem 0 1.2rem}.pr-form-actions{display:flex;gap:.8rem;justify-content:flex-end;flex-wrap:wrap}.pr-form-success{text-align:center;padding:1.5rem .5rem 0}.pr-success-ic{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--cream);font-size:1.4rem;margin-bottom:.6rem}.pr-form-success p{color:var(--muted);margin:.3rem 0 0}.pr-list{display:grid;gap:0;max-width:760px;margin-inline:auto}.pr-item{margin:0;background:none;border:none;border-bottom:1px solid var(--line);border-radius:0;padding:1.7rem 0;box-shadow:none;text-align:start}.pr-item:last-child{border-bottom:none}.pr-item-stars{color:var(--gold);letter-spacing:1px;font-size:1.1rem;margin-bottom:.7rem}.pr-star--empty{color:var(--line)}.pr-item-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.7rem}.pr-avatar{flex:none;width:40px;height:40px;border-radius:50%;color:transparent;font-size:0;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%235C6B66'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%2021v-2a4%204%200%200%200-4-4H8a4%204%200%200%200-4%204v2'/%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3C/svg%3E") center/22px no-repeat var(--cream-2)}.pr-item-name{font-family:var(--head);font-weight:700;color:var(--charcoal)}.pr-item-loc{color:var(--muted);font-size:.9rem}.pr-item-verified{display:none}.pr-item-text{margin:0;color:var(--ink);line-height:1.7;font-size:1.02rem}.pr-item-photos{margin-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap}.pr-item-photos img{width:92px;height:122px;object-fit:cover;border-radius:10px;border:1px solid var(--line);display:block}.pr-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:1.8rem;flex-wrap:wrap}.pr-pagination button{min-width:40px;height:40px;border:1.5px solid var(--line);background:var(--paper);color:var(--charcoal);border-radius:var(--radius-sm);font:inherit;font-family:var(--head);font-weight:700;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pr-pagination button:hover{border-color:var(--teal)}.pr-pagination button.is-active{background:var(--teal);color:var(--cream);border-color:var(--teal)}@media(max-width:600px){.pr-form-row{grid-template-columns:1fr}.pr-head-row{flex-direction:column}.pr-write-btn{width:100%}}.vidr{background:var(--white)}.vidr__sub{margin-top:.6rem}.vidr__wrap{overflow:hidden;margin-top:2.5rem;direction:ltr}.vidr__track{display:flex;gap:1rem;width:max-content;direction:ltr;padding-block:.4rem;will-change:transform}.vidr__card{flex:none;width:270px;direction:rtl;margin:0;background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm)}.vidr__media{position:relative;aspect-ratio:9/16;overflow:hidden;background:var(--cream-2)}.vidr__media img,.vidr__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.vidr__cap{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem;text-align:right}.vidr__stars{color:var(--teal);font-size:.82rem;letter-spacing:2px;line-height:1}.vidr__who{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.vidr__name{font-family:var(--head);font-weight:700;font-size:.9rem;color:var(--charcoal)}.vidr__verified{display:inline-flex;align-items:center;gap:.2rem;background:var(--teal-wash);color:var(--teal);font-family:var(--head);font-weight:600;font-size:.66rem;padding:.13rem .42rem;border-radius:999px}.vidr__quote{color:var(--muted);font-size:.82rem;line-height:1.5;margin:0}@media(max-width:760px){.vidr__card{width:210px}}.vidr__cta{margin-top:2.6rem}.vidr__cta p{font-family:var(--head);font-weight:700;font-size:clamp(1.2rem,3.2vw,1.7rem);color:var(--charcoal);margin:0 auto 1.4rem;max-width:24ch}.reasons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:2.8rem;max-width:920px;margin-inline:auto}.reason-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);text-align:start;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.reason-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.reason-card__img{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,var(--teal-soft),var(--teal-deep));color:#fbf8f3d9}.reason-card__img svg{width:46px;height:46px}.reason-card__img img,.reason-card__img video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.reason-card__body{padding:1.4rem}.reason-card__body h3{font-size:1.15rem;margin-bottom:.4rem}.reason-card__body p{color:var(--muted);font-size:.95rem}@media(max-width:560px){.reasons-grid{gap:.8rem}.reason-card__body{padding:1.1rem}.reason-card__body h3{font-size:1.05rem}.reason-card__body p{font-size:.84rem}}.whyus{background:var(--cream)}.whyus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2.8rem;max-width:940px;margin-inline:auto}.why{position:relative;display:flex;gap:1.2rem;align-items:flex-start;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:1.7rem 1.6rem;text-align:start;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.why:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#16403a47}.why__ic{flex:none;width:62px;height:62px;border-radius:50%;background:var(--teal-wash);color:var(--teal);display:flex;align-items:center;justify-content:center}.why__ic svg{width:30px;height:30px}.why__n{position:absolute;top:1.2rem;inset-inline-end:1.5rem;font-family:var(--head);font-weight:800;font-size:1.7rem;color:var(--cream-2);line-height:1;letter-spacing:.02em}.why__body{padding-top:.2rem}.why__body h3{font-family:var(--head);font-weight:700;font-size:1.2rem;margin-bottom:.4rem;color:var(--charcoal)}.why__body p{color:var(--muted);font-size:.97rem;line-height:1.62;max-width:42ch}@media(max-width:760px){.whyus-grid{grid-template-columns:1fr;gap:.9rem;max-width:520px}.why{padding:1.4rem 1.3rem}.why__ic{width:54px;height:54px}.why__ic svg{width:26px;height:26px}}.ugc-cta{margin-top:2.6rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.ugc-guarantee{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--head);font-weight:600;color:var(--teal);font-size:.95rem}.ugc-guarantee svg{width:24px;height:24px;flex:none}.ftabs{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:center;margin-top:3rem;max-width:980px;margin-inline:auto}.ftabs-media{position:relative;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.ftab-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .45s var(--ease);background:radial-gradient(circle at 50% 40%,var(--teal-soft),var(--teal-deep));color:#fbf8f380}.ftab-panel.is-active{opacity:1}.ftab-panel svg{width:60px;height:60px}.ftab-panel img,.ftab-panel video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ftabs-list{display:grid;gap:.7rem}.ftab{display:flex;gap:.9rem;align-items:flex-start;text-align:start;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;cursor:pointer;font:inherit;transition:border-color .25s,background .25s,box-shadow .25s}.ftab:hover{border-color:var(--teal-soft)}.ftab.is-active{border-color:var(--teal);background:var(--teal-wash);box-shadow:var(--shadow-sm)}.ftab .ic{flex:none;width:44px;height:44px;border-radius:12px;background:var(--teal);color:var(--cream);display:flex;align-items:center;justify-content:center}.ftab .ic svg{width:24px;height:24px}.ftab h3{font-family:var(--head);font-weight:700;font-size:1.1rem;margin-bottom:.2rem;color:var(--charcoal)}.ftab p{color:var(--muted);font-size:.9rem}@media(max-width:760px){.ftabs{grid-template-columns:1fr}.ftabs-media{order:-1}.ftab p{display:none}.ftab.is-active p{display:block}}.howworks-steps{margin-top:3rem}.howsteps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;position:relative}.howsteps:before{content:"";position:absolute;top:34px;inset-inline:18%;height:2px;background:var(--line);z-index:0}.howstep{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.howstep .ic{position:relative;width:68px;height:68px;border-radius:50%;background:var(--teal);color:var(--cream);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #16403a2e}.howstep .ic svg{width:32px;height:32px}.howstep .ic b{position:absolute;top:-5px;inset-inline-end:-5px;width:23px;height:23px;border-radius:50%;background:var(--lime);color:var(--teal-deep);font-family:var(--head);font-size:.74rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--cream-2)}.howstep h3{font-family:var(--head);font-weight:700;font-size:1.05rem;margin-top:.2rem}.howstep p{color:var(--muted);font-size:.88rem;max-width:20ch}@media(max-width:560px){.howsteps{gap:.5rem}.howsteps:before{top:29px;inset-inline:16%}.howstep .ic{width:58px;height:58px}.howstep .ic svg{width:27px;height:27px}.howstep .ic b{width:20px;height:20px;font-size:.68rem}.howstep h3{font-size:.92rem}.howstep p{font-size:.78rem}}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#14141466;opacity:0;pointer-events:none;transition:opacity .3s}.drawer.open{opacity:1;pointer-events:auto}.drawer-panel{position:absolute;inset-block:0;right:0;left:auto;width:min(320px,82vw);background:var(--cream);padding:1.5rem;transform:translate(100%);transition:transform .4s var(--ease);display:flex;flex-direction:column;gap:.3rem}.drawer.open .drawer-panel{transform:none}.drawer-panel a{padding:1rem .5rem;font-family:var(--head);font-weight:500;font-size:1.15rem;border-bottom:1px solid var(--line)}.drawer-panel .btn{margin-top:1.2rem}.drawer-close{align-self:flex-start;margin-bottom:1rem}@media(max-width:980px){.hero-grid,.split,.pain-grid,.steps,.review-grid,.bundles,.foot-grid,.pdp-grid{grid-template-columns:1fr}.split.flip .split-media{order:0}.hero-visual{max-width:min(660px,95vw);margin-inline:auto;order:-1}.hero-img{object-fit:cover}.benefits .wrap{grid-template-columns:1fr 1fr;gap:1rem}.nav-links{display:none}.menu-toggle{display:inline-flex}.review-grid .review:nth-child(n+4){display:none}.buy{position:static}.gallery{max-width:480px;margin-inline:auto}}@media(max-width:560px){body{font-size:16px}.foot-grid{grid-template-columns:1fr 1fr}.proofbar .wrap{justify-content:center;text-align:center;gap:1rem}.proofbar .div{display:none}.benefits .wrap{grid-template-columns:1fr}.hero-chip.c1{inset-inline-start:-8px}.hero-chip.c2{inset-inline-end:-8px}.ctable{font-size:.85rem}.ctable th,.ctable td{padding:.8rem .6rem}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.trustmini{background:var(--cream-2);border-bottom:1px solid var(--line)}.trustmini .wrap{display:flex;align-items:center;justify-content:center;gap:2.2rem;flex-wrap:wrap;padding-block:.7rem;font-family:var(--head);font-size:.84rem;color:var(--ink)}.trustmini div{display:flex;align-items:center;gap:.45rem}.trustmini svg{width:18px;height:18px;color:var(--teal)}.paysec{margin-top:1.1rem;text-align:center}.paysec .icons{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap;margin-bottom:.5rem}.paysec .icons .pay-ic{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:.35rem .55rem;display:inline-flex;align-items:center;height:34px}.paysec .icons .pay-ic img{height:20px;width:auto;max-width:54px;object-fit:contain;display:block}.paysec .secure{font-family:var(--head);font-size:.8rem;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:.4rem}.paysec .secure svg{width:15px;height:15px;color:var(--teal-soft)}.delivery{margin-top:1.4rem;background:var(--cream-2);border-radius:14px;padding:1.1rem 1.3rem}.delivery .track{display:flex;align-items:center;margin-bottom:.55rem}.delivery .track .dot{width:13px;height:13px;border-radius:50%;background:var(--teal);flex:none}.delivery .track .dot.soft{background:var(--paper);border:2px solid var(--teal)}.delivery .track .ln{flex:1;height:2px;background:var(--teal);opacity:.35}.delivery .labels{display:flex;justify-content:space-between;font-family:var(--head);font-size:.76rem;color:var(--muted);text-align:center;gap:.3rem}.delivery .labels div{flex:1}.delivery .labels b{display:block;color:var(--ink);font-size:.82rem;margin-top:.15rem}.countdown{margin-top:1rem;background:var(--teal-wash);border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--head);font-weight:600;color:var(--teal);font-size:.92rem}.countdown svg{width:18px;height:18px}.countdown .time{font-variant-numeric:tabular-nums;letter-spacing:.02em}.stock{margin-top:.8rem;font-family:var(--head);font-size:.82rem;color:var(--muted)}.stock .bar{height:7px;background:var(--cream-2);border-radius:100px;overflow:hidden;margin-top:.35rem}.stock .bar i{display:block;height:100%;width:23%;background:var(--teal);border-radius:100px}.costjustify{display:flex;gap:.6rem;align-items:center;background:var(--teal-wash);border-radius:12px;padding:.85rem 1.05rem;font-family:var(--head);font-size:.9rem;color:var(--teal);margin:1.2rem 0}.costjustify svg{width:22px;height:22px;flex:none}.rev-summary{display:flex;gap:2.5rem;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;margin:0 auto 2.5rem;max-width:720px;flex-wrap:wrap;text-align:start}.rev-score{text-align:center;flex:none}.rev-score .big{font-family:var(--head);font-size:3.4rem;font-weight:800;color:var(--charcoal);line-height:1}.rev-score .stars{margin:.3rem 0 .2rem}.rev-score small{color:var(--muted);font-family:var(--head);font-size:.82rem}.rev-bars{flex:1;min-width:230px;display:grid;gap:.45rem}.rev-bar{display:flex;align-items:center;gap:.6rem;font-family:var(--head);font-size:.8rem;color:var(--muted)}.rev-bar .track{flex:1;height:8px;background:var(--cream-2);border-radius:100px;overflow:hidden}.rev-bar .track i{display:block;height:100%;background:var(--gold);border-radius:100px}.ugc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:1.1rem;margin-top:2.4rem}.ugc-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}.ugc-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.ugc-card__media{aspect-ratio:9/16;overflow:hidden;background:var(--cream-2)}.ugc-card__media img{width:100%;height:100%;object-fit:cover;display:block}.ugc-card__body{padding:1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;text-align:right}.ugc-card__stars{color:var(--teal);font-size:.95rem;letter-spacing:3px;line-height:1}.ugc-card__who{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ugc-card__name{font-family:var(--head);font-weight:600;color:var(--ink);font-size:.92rem}.ugc-card__verified{display:inline-flex;align-items:center;gap:.22rem;background:var(--teal-wash);color:var(--teal);font-family:var(--head);font-weight:600;font-size:.7rem;padding:.16rem .5rem;border-radius:999px}.ugc-card__quote{color:var(--muted);font-size:.9rem;line-height:1.55;margin:0}.stickybar{position:fixed;inset-inline:0;bottom:0;z-index:55;background:var(--paper);border-top:1px solid var(--line);box-shadow:0 -10px 34px #16403a21;transform:translateY(115%);transition:transform .4s var(--ease)}.stickybar.show{transform:none}.stickybar .wrap{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding-block:.7rem}.stickybar .sb-info{display:flex;align-items:center;gap:.8rem;min-width:0}.stickybar .sb-thumb{width:46px;height:46px;border-radius:10px;background:var(--cream-2);flex:none;display:flex;align-items:center;justify-content:center;color:var(--teal-soft)}.stickybar .sb-thumb svg{width:26px;height:26px}.stickybar .sb-txt{font-family:var(--head);font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stickybar .sb-txt small{display:block;font-weight:400;color:var(--muted);font-size:.82rem}.stickybar .btn{padding:.85rem 1.8rem;white-space:nowrap}.wa{position:fixed;left:20px;bottom:20px;z-index:54;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;transition:transform .25s var(--ease),box-shadow .25s var(--ease);animation:wa-pulse 2s infinite}.wa:hover{transform:scale(1.08);box-shadow:0 6px 24px #25d36699}.wa svg{width:30px;height:30px}@keyframes wa-pulse{0%{box-shadow:0 4px 16px #25d36666,0 0 #25d36680}70%{box-shadow:0 4px 16px #25d36666,0 0 0 14px #25d36600}to{box-shadow:0 4px 16px #25d36666,0 0 #25d36600}}.leadband{background:var(--teal);color:var(--cream);text-align:center}.leadband h2{color:var(--cream)}.leadband p{color:#cde2dc;margin:.5rem auto 1.5rem;max-width:48ch}.leadform{display:flex;gap:.6rem;max-width:460px;margin-inline:auto;flex-wrap:wrap}.leadform input{flex:1;min-width:200px;border:none;border-radius:100px;padding:.95rem 1.3rem;font-family:var(--body);font-size:1rem;color:var(--ink)}.leadform input:focus{outline:3px solid var(--lime)}.foot-bottom .biz{color:#8a8a88}@media(max-width:980px){.ugc-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.trustmini .wrap{gap:1rem;font-size:.76rem}.ugc-grid{grid-template-columns:repeat(2,1fr)}.rev-summary{gap:1.3rem;padding:1.4rem}.stickybar .sb-info{display:none}.stickybar .btn{width:100%}.wa{width:50px;height:50px;left:14px;bottom:14px}.wa svg{width:26px;height:26px}}@media(min-width:981px){.pdp-grid .gallery{position:sticky;top:92px;align-self:start}}@media(min-width:981px){.hero-frame{max-height:calc(100svh - 114px - 2rem)}}.product-teaser{display:block;max-width:560px;margin:2.6rem auto 2rem;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.product-teaser:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-teaser .ph{height:100%}.product-teaser img{width:100%;height:100%;object-fit:cover}.contact-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:clamp(1.6rem,4vw,3rem);margin-top:2.8rem;align-items:start;text-align:start;max-width:980px;margin-inline:auto}.contact-form{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.3rem);box-shadow:var(--shadow-sm)}.cf-privacy{font-size:.8rem;color:var(--muted);margin-top:.9rem;text-align:center}.cf-success{text-align:center;padding:2rem .5rem}.cf-success-ic{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--teal);color:var(--cream);font-size:1.6rem;margin-bottom:.8rem}.cf-success h3{font-size:1.3rem;margin-bottom:.3rem;color:var(--charcoal)}.cf-success p{color:var(--muted)}.contact-info{display:grid;gap:1rem;align-content:start}.contact-card{display:flex;gap:1rem;align-items:flex-start;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem 1.3rem;text-align:start;transition:border-color .2s var(--ease),transform .2s var(--ease)}a.contact-card:hover{border-color:var(--teal);transform:translateY(-2px)}.contact-card .ic{flex:none;width:46px;height:46px;border-radius:12px;background:var(--teal-wash);color:var(--teal);display:flex;align-items:center;justify-content:center}.contact-card .ic svg{width:24px;height:24px}.contact-card b{font-family:var(--head);font-weight:700;display:block;color:var(--charcoal);margin-bottom:.15rem}.contact-card small{color:var(--muted);font-size:.9rem;line-height:1.5;display:block}@media(max-width:760px){.contact-grid{grid-template-columns:1fr}}body.template-product .wa{bottom:90px}.paysec .pay-ic .payment-icon{height:20px;width:auto;display:block}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-inline-start:-8px;margin-top:-14px;background:var(--teal);color:var(--cream);font-family:var(--head);font-size:.7rem;font-weight:700;border-radius:100px}.shopify-payment-button{margin-top:0}.cart-list{display:grid;gap:1rem;margin:2rem 0;max-width:760px}.cart-item{display:flex;align-items:center;gap:1rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.2rem}.cart-item__img{width:60px;height:60px;border-radius:10px;object-fit:cover;flex:none}.cart-item__main{flex:1;min-width:0;text-align:start}.cart-item__title{font-family:var(--head);font-weight:700;color:var(--charcoal)}.cart-item__main small{display:block;color:var(--muted);font-size:.85rem}.cart-item__price{font-family:var(--head);font-weight:700}.cart-item__remove{color:var(--muted);font-size:1.5rem;line-height:1;text-decoration:none}.cart-item__remove:hover{color:#c26b6b}.cart-foot{max-width:760px;text-align:start}.cart-subtotal{font-family:var(--head);font-size:1.2rem;margin-bottom:1rem}.cart-actions{display:flex;gap:.8rem;flex-wrap:wrap}.cart-note{color:var(--muted);font-size:.85rem;margin-top:.8rem}.coll-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.4rem;margin-top:2.5rem}.coll-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);text-align:start;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.coll-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.coll-card__img{aspect-ratio:1;background:var(--cream-2);display:flex;align-items:center;justify-content:center;color:var(--teal-soft)}.coll-card__img img{width:100%;height:100%;object-fit:cover}.coll-card__body{padding:1rem 1.1rem}.coll-card__body h3{font-size:1.05rem;margin-bottom:.3rem}.coll-card__price{font-family:var(--head);font-weight:700;color:var(--teal)}.rte{line-height:1.8}.rte p{margin-bottom:1rem}.rte h2,.rte h3{margin:1.4rem 0 .6rem}.rte a{color:var(--teal);text-decoration:underline}.rte img{border-radius:var(--radius);margin:1rem 0}.ba-wrap{max-width:540px;margin:36px auto 0}.ba-slider{position:relative;width:100%;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#fbf8f3;border:1px solid var(--line);box-shadow:0 18px 50px -22px #14403a73;cursor:ew-resize;user-select:none;-webkit-user-select:none;touch-action:pan-y;isolation:isolate}.ba-slider:focus-visible{outline:none}.ba-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.ba-before{clip-path:inset(0 calc(100% - var(--ba-pos,50%)) 0 0)}.ba-title{font-family:var(--head);font-weight:700;font-size:clamp(1.15rem,3.4vw,1.5rem);color:var(--teal-deep);margin:0 0 16px;text-align:center}.ba-handle{position:absolute;top:0;bottom:0;left:var(--ba-pos,50%);width:3px;z-index:3;background:#fff;transform:translate(-50%);box-shadow:0 0 0 1px #14403a2e;pointer-events:none}.ba-grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:999px;background:#fff;color:var(--teal);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px -4px #14403a8c;border:1px solid rgba(20,64,58,.1);transition:transform .12s ease}.ba-grip svg{width:23px;height:23px}.ba-slider:focus-visible .ba-grip,.ba-slider:active .ba-grip{box-shadow:0 0 0 3px var(--lime),0 6px 20px -4px #14403a8c}.ba-slider:active .ba-grip{transform:translate(-50%,-50%) scale(.94)}.ba-hint{margin-top:13px;text-align:center;font-size:.86rem;color:var(--muted)}@media(max-width:560px){.ba-grip{width:42px;height:42px}.ba-grip svg{width:21px;height:21px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/styles.css.map */
