:root{--bg:#ffffff;--band:#FBF1ED;--band-2:#F2F5F1;--ink:#263532;--ink-soft:#36433e;--muted:#566059;--rose:#DFA9A2;--rose-deep:#a05a50;--rose-soft:#F8E7E2;--sage:#B5BFB5;--sage-deep:#8fa08f;--sage-soft:#E9EEE9;--line:#ECE6E0;--line-2:#E2DAD2;--ph:#EFEBE5;--ph-ico:#CBC3B9;--radius:16px;--shadow-sm:none;--shadow:none}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--ink);font-size:19px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Lora,serif;font-weight:600;line-height:1.18;color:var(--ink);letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.wrap{max-width:1000px;margin:0 auto;padding:0 24px}.ico{display:inline-flex;align-items:center;justify-content:center}.ico svg{stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.img-ph{background:var(--ph);display:grid;place-items:center;color:var(--ph-ico);border-radius:14px}.img-ph svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.flash{background:var(--ink);color:#f3ece4;text-align:center;font-size:15px;font-weight:600;padding:11px 16px;letter-spacing:.01em}.flash a{text-decoration:underline;font-weight:700}.flash-mini,.eb-mini{display:none}.nav{position:sticky;top:0;z-index:60;background:var(--bg);border-bottom:1px solid var(--line)}.nav-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 26px;gap:18px}.nav-left,.nav-right{display:flex;align-items:center;gap:26px;flex:1}.nav-right{justify-content:flex-end}.nav-link{font-size:17px;font-weight:600;color:var(--ink)}.nav-link:hover{color:var(--rose-deep)}.nav-item{display:flex;align-items:center}.nav-link{display:inline-flex;align-items:center;cursor:pointer}.nav-caret{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.2;margin-left:5px;transition:transform .2s}.nav-item.open .nav-caret{transform:rotate(180deg)}.mega{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 22px 44px -28px #26353266;display:none;z-index:59}.mega:before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}.nav-item.open .mega{display:block!important}.mega-inner{max-width:1240px;margin:0 auto;padding:24px 26px 26px;display:flex;gap:12px}.mega-link,.mega-step{flex:1;border-radius:14px;padding:14px 16px;transition:background .15s}.mega-link{display:flex;flex-direction:column;gap:4px}.mega-link:hover,.mega-step:hover{background:var(--sage-soft)}.mega-step{display:flex;align-items:center;gap:14px}.ms-n{width:36px;height:36px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:Lora,serif;font-weight:600;font-size:17px;flex:none}.ms-tx{display:flex;flex-direction:column;gap:3px}.ml-t{font-size:16px;font-weight:800;color:var(--ink)}.mega-link:hover .ml-t,.mega-step:hover .ml-t{color:var(--rose-deep)}.ml-s{font-size:13.5px;color:var(--muted);line-height:1.4}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#263532d9;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;z-index:80}.drawer-overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;left:0;bottom:0;width:84%;max-width:340px;background:#fff;z-index:81;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:20px 22px 26px;overflow-y:auto}.drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.drawer-head img{height:38px;width:auto;display:block}.drawer-close{color:var(--ink);background:none;border:none;cursor:pointer;padding:4px;margin:-4px}.drawer-close svg{width:26px;height:26px;stroke:var(--ink);fill:none;stroke-width:2}.drawer-links{display:flex;flex-direction:column;margin-top:8px}.drawer-links a{font-size:18px;font-weight:700;color:var(--ink);padding:16px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-links a svg{width:18px;height:18px;stroke:var(--ph-ico);fill:none;stroke-width:2}.drawer-quiz{margin-top:24px;background:var(--ink);color:#fff;text-align:center;font-weight:800;padding:16px;border-radius:34px;font-size:16px;display:block}.drawer-mini{display:flex;gap:22px;margin-top:18px;font-size:14.5px;font-weight:600;color:var(--ink-soft)}.drawer-mini a{color:var(--ink-soft)}.drawer-foot{margin-top:auto;padding-top:22px;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px}.drawer-foot svg{width:15px;height:15px;stroke:var(--sage-deep);fill:none;stroke-width:1.8}.logo{display:flex;align-items:center}.logo img{height:46px;width:auto;display:block}.logo .i-dot{position:relative}.logo .i-dot:after{content:"";position:absolute;top:-3px;left:50%;transform:translate(-50%);width:7px;height:7px;border-radius:50%;background:var(--rose)}.logo .sp{display:inline-block;width:9px}.quiz-btn{background:var(--ink);color:#fff;font-size:15px;font-weight:700;padding:12px 22px;border-radius:34px}.quiz-btn:hover{background:#1a2623}.icons{display:flex;gap:18px;align-items:center;color:var(--ink)}.icons .ico svg{width:22px;height:22px}.cart-c{position:relative}.cart-b{position:absolute;top:-8px;right:-9px;background:var(--rose);color:#fff;font-size:11px;font-weight:800;border-radius:50%;width:17px;height:17px;display:grid;place-items:center}.burger{display:none;color:var(--ink)}.pdp{max-width:1240px;margin:0 auto;padding:40px 26px 18px;display:grid;grid-template-columns:1fr 1.02fr;gap:54px}.gallery-main{position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden}.badge-off{position:absolute;top:18px;left:18px;width:86px;height:86px;border-radius:50%;background:var(--rose);color:#fff;display:grid;place-items:center;text-align:center;font-weight:800;font-size:11px;letter-spacing:.02em;line-height:1;z-index:3}.badge-off span{display:flex;flex-direction:column;align-items:center;gap:1px;line-height:1}.badge-off b{font-size:21px;display:block;font-family:Lora,serif;line-height:1}.badge-clin{position:absolute;top:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 13px;text-align:center;font-size:11px;color:var(--muted);z-index:3;max-width:128px;line-height:1.35}.badge-clin b{display:block;color:var(--ink);font-size:12.5px;font-weight:800;margin:3px 0}.badge-clin .stars{color:var(--rose);font-size:10px;letter-spacing:1px}.thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:13px}.thumb{aspect-ratio:1/1;cursor:pointer;border:2px solid transparent;border-radius:12px;overflow:hidden}.thumb .img-ph{height:100%;border-radius:10px}.thumb .img-ph svg{width:22px;height:22px}.thumb.active{border-color:var(--ink)}.gallery-img{width:100%;height:100%;object-fit:cover;display:block}.thumb-img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.p-title{font-size:40px;margin-bottom:10px}.rate-row{display:flex;align-items:center;gap:9px;font-size:17px;color:var(--ink-soft);margin-bottom:24px;font-weight:600}.stars{color:var(--rose);letter-spacing:1.5px}.lead{font-weight:700;color:var(--ink);margin-bottom:18px;font-size:21px}.pain{list-style:none;display:grid;gap:15px;margin-bottom:24px}.pain li{position:relative;padding-left:28px;font-size:18.5px;color:var(--ink-soft);line-height:1.5}.pain li:before{content:"";position:absolute;left:3px;top:10px;width:9px;height:9px;border-radius:50%;background:var(--rose)}.then{font-weight:700;margin-bottom:26px;font-size:20px}.sublinks{display:flex;flex-wrap:wrap;gap:20px;font-size:16.5px;font-weight:600;color:var(--ink-soft);padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:28px}.sublinks a{text-decoration:underline}.sublinks .sep{color:var(--line-2)}.spec{background:var(--rose-soft);border-radius:14px;padding:18px 20px;margin-bottom:30px;display:flex;gap:13px;align-items:flex-start}.spec .lf{color:var(--sage-deep);flex:none;margin-top:2px}.spec .lf svg{width:20px;height:20px}.spec-body .h{font-size:15px;font-weight:800;margin-bottom:5px}.spec-body p{font-size:16.5px;color:var(--ink-soft);line-height:1.55}.spec-body a{text-decoration:underline;font-weight:700}.avatars{display:inline-flex;margin-right:7px;vertical-align:middle}.avatars i{width:19px;height:19px;border-radius:50%;display:inline-block;margin-left:-5px;border:2px solid #fff}.avatars i:nth-child(1){background:var(--rose)}.avatars i:nth-child(2){background:var(--sage)}.avatars i:nth-child(3){background:var(--ink)}.buy-h{font-size:18px;font-weight:800;margin-bottom:8px}.product-desc{font-size:18.5px;font-weight:600;color:var(--ink);background:var(--sage-soft);border-radius:10px;padding:15px 17px;margin-bottom:28px;line-height:1.5}.buy-help{font-size:16px;color:var(--ink-soft);line-height:1.55;margin:0 0 20px}.firstbox{border:1px solid var(--line-2);border-radius:14px;padding:22px;margin-bottom:24px}.fb-head{font-size:16.5px;font-weight:800;color:var(--ink);margin-bottom:16px}.fb-head span{font-weight:600;color:var(--muted)}.firstbox ul{list-style:none;display:grid;gap:10px}.firstbox li{font-size:16.5px;color:var(--ink-soft);display:flex;align-items:flex-start;gap:11px;line-height:1.5}.firstbox li b{color:var(--ink);font-weight:800}.firstbox .ck{color:var(--sage-deep);flex:none;margin-top:1px}.firstbox .ck svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.fb-note{font-size:15px;color:var(--ink-soft);background:var(--rose-soft);border-radius:9px;padding:13px 15px;margin-top:16px;line-height:1.5}.fb-note b{color:var(--rose-deep);font-weight:800}.howto-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:54px;align-items:center;max-width:1040px;margin:0 auto}.howto-media{width:100%}.howto-media .img-ph{aspect-ratio:4/5;width:100%;border-radius:20px;border:1px solid var(--line-2)}.howto-steps{list-style:none;display:grid}.hstep{display:flex;gap:18px;padding-bottom:26px;position:relative}.hstep:last-child{padding-bottom:0}.hstep:not(:last-child):before{content:"";position:absolute;left:19px;top:44px;bottom:0;width:2px;background:var(--line-2)}.hstep>div{padding-top:6px}.hstep-n{width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;font-family:Lora,serif;font-size:18px;display:grid;place-items:center;flex:none;position:relative;z-index:1}.hstep h4{font-size:17.5px;font-weight:800;color:var(--ink);margin-bottom:4px}.hstep p{font-size:15.5px;color:var(--ink-soft);line-height:1.55}.leak-help{margin:-8px 0 24px;border:1px solid var(--line-2);border-radius:12px;overflow:hidden;background:#fff}.leak-help summary{list-style:none;cursor:pointer;padding:14px 16px;font-size:15.5px;font-weight:700;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:10px}.leak-help summary::-webkit-details-marker{display:none}.leak-help summary .chev{color:var(--ink-soft);transition:transform .2s}.leak-help summary .chev svg{width:19px;height:19px}.leak-help[open] summary .chev{transform:rotate(180deg)}.leak-help[open] summary{border-bottom:1px solid var(--line)}.leak-scale{padding:14px 16px 16px;display:grid;gap:13px}.ls-row{display:flex;gap:14px;align-items:baseline;font-size:15.5px;color:var(--ink-soft);line-height:1.45}.ls-lvl{flex:none;width:70px;font-weight:800;color:var(--ink)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;max-width:1040px;margin:0 auto}.why-media{width:100%}.why-media .img-ph{aspect-ratio:4/5;width:100%;border-radius:20px;border:1px solid var(--line-2)}.why-lead{font-family:Lora,serif;font-size:23px;font-weight:600;color:var(--ink);line-height:1.4;margin-bottom:26px}.why-list{list-style:none;display:grid;gap:18px}.why-list li{font-size:16px;color:var(--ink-soft);display:flex;gap:14px;align-items:center;line-height:1.5}.why-list li b{color:var(--ink);font-weight:800}.wf-ico{width:46px;height:46px;border-radius:13px;background:var(--sage-soft);color:var(--ink);display:grid;place-items:center;flex:none}.wf-ico svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.why-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.why-feat{display:flex;gap:15px;align-items:center;padding:17px 20px}.why-feat:not(:last-child){border-bottom:1px solid var(--line)}.why-feat h4{font-size:16.5px;font-weight:800;color:var(--ink);margin-bottom:3px}.why-feat p{font-size:14.5px;color:var(--ink-soft);line-height:1.5}.toggle{display:flex;background:#f0e8e2;border-radius:34px;padding:5px;margin-bottom:24px}.toggle button{flex:1;padding:14px;border-radius:30px;font-size:16px;font-weight:700;color:var(--ink-soft)}.toggle button.active{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm)}.options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.opt{border:2px solid var(--line-2);border-radius:14px;padding:18px 12px 15px;text-align:center;cursor:pointer;position:relative;background:#fff;transition:.15s}.opt:hover{border-color:var(--sage-deep)}.opt.active{border-color:var(--ink);background:var(--sage-soft)}.opt .tag{position:absolute;top:-13px;left:50%;transform:translate(-50%);font-size:13.5px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;padding:5px 14px;border-radius:20px;white-space:nowrap}.opt .tag.best{background:var(--rose);color:#fff}.opt .tag.value{background:var(--sage);color:var(--ink)}.opt .freq{font-weight:800;font-size:20px;margin-top:8px}.opt .seg{font-weight:800;font-size:16.5px;color:var(--ink);margin:4px 0 12px;white-space:nowrap}.opt .sub{font-size:15px;color:var(--ink-soft);font-weight:600;margin-bottom:10px}.opt .prices{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-top:2px}.opt .now{display:inline-flex;align-items:baseline;gap:5px}.opt .per{font-size:14px;font-weight:700;color:var(--ink-soft)}.opt .billed{font-size:12.5px;color:var(--muted);font-weight:600;margin-top:5px;line-height:1.3}.opt .price{font-family:Lora,serif;font-size:31px;font-weight:600;color:var(--ink)}.opt .was{font-size:17px;color:var(--muted);text-decoration:line-through;font-weight:600}.opt .save{display:inline-block;margin-top:8px;background:var(--rose-soft);color:var(--rose-deep);font-size:12.5px;font-weight:800;padding:4px 9px;border-radius:6px}.perks-mini{display:grid;gap:14px;margin-bottom:24px}.perks-mini li{list-style:none;font-size:16.5px;color:var(--ink-soft);display:flex;gap:11px;align-items:flex-start;line-height:1.45}.perks-mini .ck{color:var(--sage-deep);flex:none;margin-top:2px}.perks-mini .ck svg{width:18px;height:18px}.limited{background:var(--rose-soft);border-radius:12px;padding:16px 18px;font-size:16px;font-weight:600;color:var(--ink-soft);margin-bottom:24px;display:flex;gap:12px;align-items:flex-start;line-height:1.5}.limited .ck{color:var(--rose-deep);flex:none}.limited .ck svg{width:20px;height:20px}.limited b{color:var(--rose-deep)}.atc{width:100%;background:var(--ink);color:#fff;padding:15px 20px;border-radius:30px;transition:.15s;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;gap:4px}.atc-main{font-size:19px;font-weight:700}.sc-pick{display:flex;gap:5px;margin-top:5px}.sc-pick button{border:1px solid var(--line-2);background:#fff;border-radius:9px;padding:5px 10px;font-size:12.5px;font-weight:800;color:var(--ink-soft);cursor:pointer;line-height:1;transition:.12s;white-space:nowrap}.sc-pick button:hover{border-color:var(--ink-soft)}.sc-pick button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.atc-sub{font-size:13px;font-weight:600;color:#ffffffd1;display:flex;align-items:center;gap:6px}.atc-sub svg{width:15px;height:15px;stroke:#ffffffd1;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.atc:hover{background:#1a2623}.trust-lines{display:grid;gap:14px;margin:24px 0 6px;font-size:16px;color:var(--ink-soft);font-weight:600}.trust-lines div{display:flex;gap:11px;align-items:center}.trust-lines .tl-tx,.earn-tx{flex:1}.trust-lines .ti{color:var(--sage-deep);flex:none}.trust-lines .ti svg{width:19px;height:19px}.trust-lines .timer{color:var(--rose-deep);font-weight:800}.ask-tabs{display:flex;gap:9px;margin:20px 0 12px}.ask-tabs button{border:1px solid var(--line-2);border-radius:9px;padding:11px 16px;font-size:15px;font-weight:700;color:var(--ink-soft);background:#fff}.ask-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.ask-box{background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:14px}.ask-input{display:flex;gap:9px;align-items:center;border:1px solid var(--line-2);border-radius:10px;padding:8px 8px 8px 15px;font-size:15px;color:var(--muted)}.ask-input span{flex:1}.ask-input input{flex:1;border:none;outline:none;background:transparent;font:inherit;font-size:15px;color:var(--ink)}.ask-input input::placeholder{color:var(--muted)}.ask-thread{display:flex;flex-direction:column;gap:9px;max-height:288px;overflow-y:auto;margin-bottom:12px;padding-right:2px}.ask-msg{font-size:15px;line-height:1.5;padding:11px 14px;border-radius:13px;max-width:90%;white-space:pre-wrap}.ask-msg.bot{background:var(--sage-soft);color:var(--ink);align-self:flex-start;border-bottom-left-radius:4px}.ask-msg.user{background:var(--ink);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ask-msg.typing{display:flex;gap:5px;align-items:center;padding:14px}.ask-msg.typing i{width:7px;height:7px;border-radius:50%;background:var(--sage-deep);display:inline-block;animation:askdot 1s infinite}.ask-msg.typing i:nth-child(2){animation-delay:.16s}.ask-msg.typing i:nth-child(3){animation-delay:.32s}@keyframes askdot{0%,60%,to{opacity:.25}30%{opacity:1}}.ask-note{font-size:12px;color:var(--muted);margin-top:11px;line-height:1.45}.ask-input .send{background:var(--ink);color:#fff;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;flex:none}.ask-input .send svg{width:16px;height:16px;stroke:#fff}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{border:1px solid var(--line-2);border-radius:22px;padding:9px 14px;font-size:14px;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:.12s}.chip:hover{border-color:var(--ink-soft);color:var(--ink);background:var(--sage-soft)}.earn{font-size:13px;color:var(--ink-soft);margin-top:18px;display:flex;align-items:center;gap:8px;font-weight:600;white-space:nowrap}.earn .ico{color:var(--sage-deep)}.earn .ico svg{width:18px;height:18px}.earn a{text-decoration:underline;font-weight:700;color:var(--ink-soft)}.hsa{display:flex;align-items:center;gap:11px;justify-content:center;margin-top:14px;font-size:15px;font-weight:700;color:var(--ink-soft)}.hsa span{background:var(--sage-soft);padding:5px 11px;border-radius:7px;font-size:12.5px;font-weight:800}.routine{background:var(--band);border-radius:16px;padding:16px;margin-top:22px}.routine-h{font-size:14px;font-weight:800;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.routine-h .arrows{display:flex;gap:7px}.routine-h .arrows i{width:28px;height:28px;border:1px solid var(--line-2);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ink-soft);cursor:pointer}.routine-h .arrows i svg{width:14px;height:14px}.rt-card{display:flex;gap:12px;background:#fff;border-radius:12px;padding:12px;align-items:center}.rt-card .img-ph{width:62px;height:62px;flex:none;border-radius:10px}.rt-card .img-ph svg{width:24px;height:24px}.rt-info{flex:1}.rt-info .t{font-size:15px;font-weight:800;line-height:1.35}.rt-info .s{font-size:13.5px;color:var(--ink-soft)}.rt-row{display:flex;gap:9px;margin-top:9px;align-items:center}.rt-add{background:var(--sage);color:var(--ink);font-size:13px;font-weight:800;padding:9px 15px;border-radius:22px}.rt-freq{border:1px solid var(--line-2);border-radius:22px;padding:9px 12px;font-size:12px;font-weight:700;color:var(--ink-soft);background:#fff}section{padding:84px 0}.band{background:var(--band)}.band-2{background:var(--band-2)}.sec-eyebrow{text-align:center;color:var(--rose-deep);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.sec-title{text-align:center;font-size:36px;max-width:760px;margin:0 auto 14px}.sec-sub{text-align:center;color:var(--ink-soft);max-width:660px;margin:0 auto 44px;font-size:18px}.relief-title{font-size:36px;text-align:center;max-width:720px;margin:0 auto 44px}.rev-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rev-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.rev-card .stars{font-size:15px;margin-bottom:10px}.rev-card .rt{font-weight:800;font-size:17px;margin-bottom:8px}.rev-card .rb{font-size:16.5px;color:var(--ink-soft);flex:1;line-height:1.6}.rev-card .ru{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:15px;font-weight:700}.rev-card .ra{width:32px;height:32px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);display:grid;place-items:center;font-weight:800;font-size:12px}.rev-card .vb{font-size:13px;color:var(--sage-deep);font-weight:700;display:flex;align-items:center;gap:4px}.rev-card .vb svg{width:13px;height:13px;stroke:var(--sage-deep)}.tl-track{max-width:880px;margin:42px auto 0}.tl-rail{position:relative;height:14px;margin-bottom:32px}.tl-rail .rail-line{position:absolute;top:50%;left:18%;right:18%;height:2px;background:var(--line-2);transform:translateY(-50%)}.tl-rail .node{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;background:var(--sage);transform:translate(-50%,-50%)}.tl-rail .node.n1{left:33.333%}.tl-rail .node.n2{left:66.666%}.tl-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tl-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column}.tl-pill{align-self:flex-start;background:var(--sage-soft);font-size:13px;font-weight:800;padding:6px 14px;border-radius:22px;color:var(--ink);letter-spacing:.06em;margin-bottom:15px}.tl-card h4{font-size:21px;color:var(--rose-deep);margin-bottom:14px}.tl-card ul{list-style:none;display:grid;gap:11px}.tl-card li{font-size:16px;color:var(--ink-soft);padding-left:24px;position:relative;line-height:1.5}.tl-card li .ck{position:absolute;left:0;top:3px;color:var(--sage-deep)}.tl-card li .ck svg{width:15px;height:15px}.dark{background:var(--ink);color:#fff;border-radius:24px;max-width:1140px;margin:0 auto;padding:54px 56px;position:relative;overflow:hidden}.dark h2{color:#fff;font-size:38px;margin-bottom:16px}.dark h2 em{color:var(--rose);font-style:normal}.dark p{color:#c3cdc8;max-width:560px;font-size:17px;margin-bottom:28px}.dark .row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.dark .cta{background:#fff;color:var(--ink);font-weight:800;padding:16px 30px;border-radius:34px;font-size:16px;display:inline-flex;gap:9px;align-items:center}.dark .cta svg{width:18px;height:18px;stroke:var(--ink)}.dark .note{color:#a8b4af;font-size:15px;font-weight:600}.dark .seal{position:absolute;top:40px;right:48px;width:104px;height:104px;border-radius:50%;border:1.5px solid rgba(255,255,255,.32);display:grid;place-items:center;text-align:center;font-size:10px;letter-spacing:.05em;color:#c3cdc8;line-height:1.4;text-transform:uppercase;padding:14px}.dark .seal b{font-family:Lora,serif;font-size:26px;color:#fff;display:block}.ticons{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:0 26px}.ti-c{text-align:center;padding:16px 10px}.ti-c .circ{width:50px;height:50px;border-radius:50%;border:1.6px solid var(--ink);margin:0 auto 13px;display:grid;place-items:center;color:var(--ink)}.ti-c .circ svg{width:23px;height:23px}.ti-c .t{font-size:15.5px;font-weight:800;margin-bottom:4px}.ti-c .s{font-size:14.5px;color:var(--ink-soft);line-height:1.45}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px 50px;max-width:940px;margin:0 auto;align-items:start}.stat .n{font-family:Lora,serif;font-size:48px;font-weight:600;color:var(--ink);line-height:1}.stat .n small{font-size:22px}.stat .lbl{font-weight:800;font-size:16px;margin:6px 0 9px;color:var(--ink)}.stat p{font-size:16px;color:var(--ink-soft);line-height:1.55}.bar{height:8px;border-radius:6px;background:#ead9d3;margin-top:14px;overflow:hidden}.bar i{display:block;height:100%;background:var(--sage-deep);border-radius:6px}.stat-img{align-self:stretch;min-height:300px}.backed{border:1px solid var(--line-2);background:#fff;border-radius:13px;padding:16px;text-align:center;font-size:15.5px;font-weight:800;margin-top:14px}.backed a{display:inline-flex;gap:5px;align-items:center;font-weight:700;color:var(--ink-soft);text-decoration:underline;font-size:13.5px;margin-top:5px}.expert-wrap{max-width:940px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;align-items:stretch;gap:0}.expert-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px 40px;position:relative;z-index:2;display:flex;flex-direction:column}.expert-card .qmark{font-family:Lora,serif;font-size:60px;line-height:.8;color:var(--rose);margin-bottom:6px}.expert-card h3{font-size:22px;margin-bottom:16px}.expert-card blockquote{font-size:18.5px;color:var(--ink-soft);line-height:1.65;flex:1}.expert-card .who-row{margin-top:24px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.expert-card .who{display:flex;align-items:center;gap:13px}.expert-card .who .av{width:44px;height:44px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);display:grid;place-items:center;font-weight:800;font-size:15px;flex:none}.expert-card .who .nm{font-weight:800;font-size:16px;line-height:1.3}.expert-card .who .nm span{display:block;color:var(--muted);font-weight:600;font-size:14.5px}.expert-card .nav-arrows{display:flex;gap:11px;flex:none}.expert-card .nav-arrows i{width:36px;height:36px;border:1px solid var(--line-2);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--ink-soft)}.expert-card .nav-arrows i:hover{border-color:var(--ink);color:var(--ink)}.expert-card .nav-arrows i svg{width:15px;height:15px}.expert-img{align-self:stretch;border-radius:18px;margin-left:-24px;min-height:340px}.inside-tabs{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.inside-tabs button{border:1px solid var(--line-2);background:#fff;border-radius:26px;padding:11px 20px;font-size:16px;font-weight:700;color:var(--ink-soft)}.inside-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.inside-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ing{background:var(--band);border-radius:14px;padding:20px}.ing-h{display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:16px;margin-bottom:12px}.ing-h .lh{display:flex;align-items:center;gap:11px}.ing-h .dotc{width:26px;height:26px;border-radius:50%;flex:none}.ing-h .plus{font-size:22px;color:var(--muted);font-weight:400;line-height:1}.ing ul{list-style:none;display:grid;gap:7px}.ing li{font-size:15.5px;color:var(--ink-soft);padding-left:22px;position:relative;line-height:1.5}.ing li .ck{position:absolute;left:0;top:2px;color:var(--sage-deep)}.ing li .ck svg{width:14px;height:14px}.showmore{display:flex;align-items:center;gap:8px;margin:30px auto 0;border:1.5px solid var(--ink);border-radius:34px;padding:14px 30px;font-size:15px;font-weight:800;background:#fff;color:var(--ink)}.perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:940px;margin:0 auto}.perk{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.perk .circ{width:44px;height:44px;border-radius:11px;background:var(--rose-soft);display:grid;place-items:center;margin-bottom:14px;color:var(--rose-deep)}.perk .circ svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.perk .circ svg{width:21px;height:21px}.perk h4{font-size:17px;margin-bottom:6px}.perk p{font-size:15.5px;color:var(--ink-soft);line-height:1.55}.partner{max-width:1140px;margin:0 auto;padding:0 26px;display:flex;justify-content:flex-end}.partner .pb{border-radius:16px;overflow:hidden;display:flex;align-items:center;gap:18px;padding:24px 28px;width:440px;background:var(--sage-soft)}.partner .pb .img-ph{width:70px;height:70px;flex:none;background:#dbe3db}.partner .pb .img-ph svg{width:26px;height:26px}.partner .pb b{font-family:Lora,serif;font-size:34px;display:block;color:var(--ink)}.partner .pb span{font-size:15px;color:var(--ink-soft)}.partner-note{max-width:1140px;margin:8px auto 0;padding:0 26px;font-size:14px;color:var(--ink-soft)}.partner-note b{color:var(--ink-soft)}.giveback{max-width:1140px;margin:0 auto;padding:56px 26px 84px;display:grid;grid-template-columns:1fr 1.1fr;gap:46px;align-items:center}.giveback h2{font-size:30px;margin-bottom:14px}.giveback p{color:var(--ink-soft);font-size:17px;margin-bottom:20px;line-height:1.6}.giveback .lm{background:var(--ink);color:#fff;font-weight:700;font-size:15px;padding:14px 26px;border-radius:34px;display:inline-block}.giveback .img-ph{aspect-ratio:16/10}.trans-tabs{display:flex;gap:9px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.trans-tabs button{font-size:15px;font-weight:700;padding:10px 17px;border-radius:9px;color:var(--ink-soft);background:transparent}.trans-tabs button.active{background:#fff;border:1px solid var(--line-2)}.trans-grid-real{max-width:880px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr}.trans-head-intro{padding:0 26px 22px 0}.trans-head-intro h3{font-size:20px;margin-bottom:11px}.trans-head-intro p{font-size:16px;color:var(--ink-soft);line-height:1.55}.trans-head-us,.trans-head-other{display:grid;place-items:center;padding:0 0 22px;text-align:center}.trans-head-us .badge{width:60px;height:60px;border-radius:14px;background:var(--sage);display:grid;place-items:center;color:var(--ink);font-family:Quicksand;font-weight:700;font-size:26px}.trans-head-us{display:grid;place-items:center;padding:0 0 22px}.trans-logo{width:62px;height:62px;border-radius:15px;display:block;border:1px solid var(--line-2)}.trans-facts{max-width:860px;margin:0 auto}.tf-intro{font-size:16px;color:var(--ink-soft);line-height:1.55;text-align:center;max-width:620px;margin:0 auto 26px}.tf-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tf-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;gap:14px;align-items:flex-start}.tf-ico{width:44px;height:44px;border-radius:12px;background:var(--sage-soft);color:var(--ink);display:grid;place-items:center;flex:none}.tf-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tf-card h4{font-size:16px;font-weight:800;color:var(--ink);margin-bottom:4px}.tf-card p{font-size:14.5px;color:var(--ink-soft);line-height:1.5}@media(max-width:700px){.tf-grid{grid-template-columns:1fr}}.trans-head-other{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;line-height:1.45}.trans-feature{padding:17px 4px;border-top:1px solid var(--line-2);font-size:16px;font-weight:700;color:var(--ink);display:flex;align-items:center}.trans-row{display:contents}.tcell{padding:17px 0;border-top:1px solid var(--line-2);display:grid;place-items:center}.tcell svg{width:21px;height:21px;stroke-width:2.4}.tcell.yes{color:var(--sage-deep)}.tcell.no{color:var(--rose-deep)}.tcell a{font-size:13px;text-decoration:underline;font-weight:700;color:var(--ink);display:inline-flex;gap:4px;align-items:center}.tcell a svg{width:14px;height:14px;stroke-width:1.7}.tcell .other-txt{font-size:14px;font-weight:700;color:var(--ink-soft)}.ugc{display:flex;gap:12px;max-width:900px;margin:0 auto;align-items:center;padding:0 8px}.ugc .arr{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid var(--line-2);display:grid;place-items:center;flex:none;cursor:pointer;color:var(--ink-soft)}.ugc .arr svg{width:15px;height:15px}.ugc .strip{display:flex;gap:12px;overflow:hidden;flex:1}.ugc .u{flex:none;width:130px;aspect-ratio:1/1}.cr-head{text-align:center;margin:50px 0 8px}.cr-head .big{font-size:34px}.cr-head .stars{font-size:26px;display:block;margin:12px 0 6px}.cr-head .sub{font-size:16px;color:var(--ink-soft)}.cr-bar{max-width:900px;margin:26px auto 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0}.cr-bar .filter{border:1px solid var(--line-2);border-radius:22px;padding:10px 18px;font-size:15px;font-weight:800;display:flex;gap:7px;align-items:center;color:var(--ink)}.cr-bar .filter svg{width:16px;height:16px;stroke:var(--ink)}.cr-bar .write{background:var(--ink);color:#fff;border-radius:22px;padding:11px 18px;font-size:15px;font-weight:800;display:flex;gap:7px;align-items:center}.cr-bar .write svg{width:15px;height:15px;stroke:#fff}.cr-bar .cnt{font-size:15px;color:var(--ink-soft);font-weight:700}.cr-list{max-width:900px;margin:0 auto}.crv{display:grid;grid-template-columns:170px 1fr auto;gap:16px;padding:26px 0;border-bottom:1px solid var(--line)}.crv .who{font-size:15px}.crv .who .nm{font-weight:800;display:flex;align-items:center;gap:8px}.crv .who .av{width:32px;height:32px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);display:inline-grid;place-items:center;font-weight:800;font-size:12px}.crv .who .vb{font-size:13px;color:var(--sage-deep);font-weight:700;margin-top:6px;display:flex;align-items:center;gap:4px}.crv .who .vb svg{width:13px;height:13px;stroke:var(--sage-deep)}.crv .who .rec{font-size:13.5px;color:var(--ink-soft);margin-top:9px;display:flex;align-items:center;gap:6px}.crv .who .rec svg{width:14px;height:14px;stroke:var(--sage-deep)}.crv .body .stars{font-size:14px}.crv .body .t{font-weight:800;font-size:17px;margin:5px 0 6px}.crv .body p{font-size:16.5px;color:var(--ink-soft);line-height:1.6}.crv .body .help{font-size:14px;color:var(--ink-soft);margin-top:12px;display:flex;align-items:center;gap:12px}.crv .body .help button{display:inline-flex;gap:5px;align-items:center;color:var(--muted);font-weight:600;border:1px solid var(--line-2);border-radius:16px;padding:5px 11px;cursor:pointer;transition:.12s}.help button:hover{border-color:var(--ink-soft);color:var(--ink-soft)}.help button.voted{background:var(--sage-soft);border-color:var(--ink);color:var(--ink)}.cr-filter-wrap{position:relative}.cr-filter-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line-2);border-radius:13px;padding:6px;min-width:184px;display:none;z-index:30}.cr-filter-menu.open{display:block}.cr-filter-menu button{display:block;width:100%;text-align:left;padding:10px 13px;border-radius:9px;font-size:14.5px;color:var(--ink-soft);background:transparent;cursor:pointer}.cr-filter-menu button.active,.cr-filter-menu button:hover{background:var(--sage-soft);color:var(--ink);font-weight:700}.crv .body .help svg{width:15px;height:15px;stroke:var(--muted)}.crv .date{font-size:13.5px;color:var(--muted);text-align:right;white-space:nowrap}.faq-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:46px}.faq-side .blk{background:var(--band);border-radius:14px;padding:18px;margin-bottom:15px;font-size:15.5px}.faq-side .blk p{color:var(--ink-soft);margin-bottom:7px}.faq-side a{text-decoration:underline;font-weight:700;display:inline-flex;gap:6px;align-items:center}.faq-side a svg{width:15px;height:15px;stroke:var(--ink)}.faq-side .chat{display:inline-flex;gap:7px;align-items:center;font-weight:800;margin-top:9px}.faq-side .chat svg{width:16px;height:16px;stroke:var(--ink)}.faq-list h2{font-size:30px;margin-bottom:20px}.faq-search{width:100%;border:1px solid var(--line-2);border-radius:11px;padding:15px 16px;font-size:16px;margin-bottom:16px;background:#fff;color:var(--ink);font-family:inherit}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 2px;font-size:18px;font-weight:700;color:var(--ink)}.faq-q .pm{flex:none;color:var(--rose-deep)}.faq-q .pm svg{width:20px;height:20px;stroke:var(--rose-deep);stroke-width:2}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:17px;color:var(--ink-soft);line-height:1.6}.faq-a div{padding:0 2px 19px}.foot{background:var(--band);padding:64px 0 0;margin-top:0}.foot .top{text-align:center;max-width:620px;margin:0 auto 22px}.foot .top p{font-size:17px;font-weight:700}.foot .top a{text-decoration:underline;font-size:16px;font-weight:700}.foot .social{display:flex;gap:16px;justify-content:center;margin:20px 0 40px}.foot .social i{width:38px;height:38px;border-radius:50%;border:1px solid var(--line-2);display:grid;place-items:center;color:var(--ink)}.foot .social svg{width:18px;height:18px}.foot-cols{max-width:1140px;margin:0 auto;padding:0 26px;display:grid;grid-template-columns:repeat(4,1fr) 1.4fr;gap:30px}.fcol h5{font-size:14px;font-weight:800;margin-bottom:14px}.fcol a,.fcol p{display:block;font-size:15.5px;color:var(--ink-soft);margin-bottom:9px}.fcol .sm{font-size:14px;color:var(--ink-soft)}.news h5{margin-bottom:9px}.news p{font-size:14.5px;color:var(--ink-soft);margin-bottom:12px}.news .inp{display:flex;border:1px solid var(--line-2);border-radius:9px;overflow:hidden;background:#fff;margin-bottom:12px}.news .inp input{flex:1;border:none;padding:13px 14px;font-size:15px;font-family:inherit;background:transparent;outline:none;color:var(--ink)}.news .inp button{background:transparent;padding:0 16px;color:var(--ink);display:grid;place-items:center}.news .inp button svg{width:18px;height:18px;stroke:var(--ink)}.news .follow{background:var(--ink);color:#fff;font-weight:800;font-size:14px;padding:12px 18px;border-radius:9px;display:inline-flex;gap:8px;align-items:center}.news .follow svg{width:16px;height:16px;stroke:#fff}.foot-legal{max-width:1140px;margin:38px auto 0;padding:20px 26px;border-top:1px solid var(--line-2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.foot-legal .links{display:flex;gap:18px;flex-wrap:wrap;font-size:13.5px;color:var(--ink-soft)}.pay{display:flex;gap:7px;flex-wrap:wrap}.pay span{background:#fff;border:1px solid var(--line-2);border-radius:5px;font-size:9px;font-weight:800;color:var(--ink-soft);padding:5px 6px;letter-spacing:.02em}.sticky-cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line-2);padding:14px 26px;display:flex;align-items:center;justify-content:space-between;z-index:55;transform:translateY(120%);transition:transform .3s}.sticky-cart.show{transform:translateY(0)}.sticky-cart .info{display:flex;align-items:center;gap:14px}.sticky-cart .img-ph{width:46px;height:46px;border-radius:9px}.sticky-cart .img-ph svg{width:20px;height:20px}.sticky-cart .nm{font-weight:800;font-size:16px}.sticky-cart .st{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}.sticky-cart .right{display:flex;align-items:center;gap:16px}.sticky-cart .pr{font-family:Lora,serif;font-size:20px;font-weight:600}.sticky-cart .pr s{font-size:14px;color:var(--muted);font-weight:400;margin-right:7px}.sticky-cart .scb{background:var(--ink);color:#fff;font-weight:800;font-size:16px;padding:14px 30px;border-radius:34px;white-space:nowrap}.cr-head,.cr-list,.faq-wrap{padding-left:22px;padding-right:22px}.cr-bar{padding-left:22px;padding-right:22px;flex-wrap:wrap;gap:12px}.buybox{max-width:560px}.hero-eyebrow{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:15px;color:var(--muted);font-weight:600;margin-bottom:16px}.hero-eyebrow .stars{color:var(--rose);font-size:16px;letter-spacing:1px}.hero-eyebrow b{color:var(--ink)}.hero-eyebrow .sep{color:var(--line-2)}.hero-eyebrow a{color:var(--muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.hero-eyebrow a:hover{color:var(--ink)}.buybox .p-title{font-family:Lora,serif;font-weight:600;font-size:46px;line-height:1.08;letter-spacing:-.5px;color:var(--ink);margin:0 0 16px}.hero-sub{font-size:18.5px;line-height:1.55;color:var(--ink-soft);margin:0 0 24px}.hero-benefits{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:15px}.hero-benefits li{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:650;color:var(--ink)}.hb-ico{flex:none;width:36px;height:36px;border-radius:50%;background:var(--rose-soft);display:grid;place-items:center}.hb-ico svg{width:20px;height:20px;stroke:var(--ink);fill:none;stroke-width:2}.hero-links{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin:0 0 30px}.hl-btn{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--ink);color:var(--ink);font-weight:700;font-size:15px;padding:10px 16px;border-radius:12px;text-decoration:none;transition:.15s}.hl-btn:hover{background:var(--ink);color:#fff}.hl-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.9}.hl-text{color:var(--rose-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px;font-size:15px}.choose-h{font-family:Lora,serif;font-size:25px;color:var(--ink);margin:0 0 8px}.choose-intro{font-size:15.5px;color:var(--ink-soft);line-height:1.5;margin:0 0 16px}.choose-intro b{color:var(--ink)}.box-price{display:flex;align-items:baseline;gap:9px;margin:2px 0 8px}.bp-now{font-family:Lora,serif;font-size:44px;font-weight:600;color:var(--ink);line-height:1}.bp-was{font-size:20px;color:var(--muted);text-decoration:line-through}.bp-unit{font-size:15px;color:var(--muted);font-weight:600}.bp-off{display:inline-block;background:var(--ink);color:#fff;font-size:12px;font-weight:800;letter-spacing:.5px;padding:5px 10px;border-radius:20px;vertical-align:middle;margin-left:2px}.hero-review{margin-top:18px;border:1px solid var(--line);background:var(--band);border-radius:16px;padding:20px 22px}.hr-stars{color:var(--rose);font-size:17px;letter-spacing:2px;margin-bottom:9px}.hr-title{font-family:Lora,serif;font-size:18px;color:var(--ink);margin-bottom:8px;font-weight:600}.hr-body{font-size:15.5px;line-height:1.62;color:var(--ink-soft);margin:0 0 16px}.hr-by{display:flex;align-items:center;gap:12px}.hr-av{flex:none;width:44px;height:44px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);display:grid;place-items:center;font-weight:800;font-size:15px}.hr-by b{display:block;font-size:15px;color:var(--ink)}.hr-vb{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--sage-deep);font-weight:600;margin-top:2px}.hr-vb svg{width:14px;height:14px;stroke:var(--sage-deep);fill:none;stroke-width:2}.buybox .toggle{display:grid;grid-template-columns:1fr 1fr;gap:7px;background:var(--band);padding:6px;border-radius:16px;margin-bottom:16px}.buybox .toggle button{border:none;background:transparent;padding:14px 8px;border-radius:11px;font-size:16px;font-weight:750;color:var(--ink-soft);cursor:pointer;font-family:inherit;transition:.15s}.buybox .toggle button.active{background:var(--ink);color:#fff;box-shadow:0 3px 10px -3px #26353273}.buybox .options{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.buybox .opt{display:flex;align-items:center;justify-content:flex-start;gap:0;width:100%;padding:20px 20px 20px 56px;border:2px solid var(--line-2);border-radius:18px;cursor:pointer;position:relative;background:#fff;transition:border-color .15s,background .15s}.buybox .opt:hover{border-color:var(--sage-deep)}.buybox .opt.active{border-color:var(--ink);background:var(--sage-soft)}.buybox .opt .radio{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:25px;height:25px;border-radius:50%;border:2px solid var(--line-2);display:grid;place-items:center;transition:.15s}.buybox .opt.active .radio{border-color:var(--ink);background:var(--ink)}.buybox .opt .radio svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:3;opacity:0;transition:.15s}.buybox .opt.active .radio svg{opacity:1}.opt-main{flex:1 1 auto;min-width:0;text-align:center}.opt-cad{font-size:19px;font-weight:800;color:var(--ink);line-height:1.15}.opt-seg{font-size:16px;color:var(--ink-soft);margin-top:4px;line-height:1.3}.opt-price{flex:none;text-align:right;white-space:nowrap}.opt-was{display:block;font-size:13px;color:var(--muted);text-decoration:line-through;line-height:1.1}.opt-now{font-family:Lora,serif;font-size:31px;font-weight:600;color:var(--ink);line-height:1.02}.opt-per{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--muted);margin-left:2px}.opt-bill{display:block;font-size:14px;color:var(--ink-soft);margin-top:5px;font-weight:500}.opt-badge{position:absolute;top:-11px;left:20px;background:var(--ink);color:#fff;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:3px 10px;border-radius:20px}.choose-help{font-size:15.5px;color:var(--muted);margin:0 0 20px;line-height:1.5}.choose-help b{color:var(--ink)}.buybox .atc{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;border:none;cursor:pointer;background:var(--ink);color:#fff;border-radius:16px;padding:19px;margin-bottom:14px;transition:background .15s}.buybox .atc:hover{background:#1a2623}.buybox .atc-main{font-size:22px;font-weight:800;letter-spacing:.2px}.buybox .atc-sub{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:#ffffffd9}.buybox .atc-sub svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.reassure{font-size:15.5px;color:var(--ink-soft);text-align:center;margin-bottom:12px;line-height:1.7;font-weight:500}.re-1{white-space:nowrap}.re-2{color:var(--muted)}.deliver-line{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;color:var(--ink-soft);background:var(--band-2);border-radius:12px;padding:12px 14px}.deliver-line svg{width:20px;height:20px;stroke:var(--sage-deep);fill:none;stroke-width:1.7;flex:none}.deliver-line b{color:var(--ink)}.ask-divider{display:flex;align-items:center;gap:14px;margin:30px 0 16px;color:var(--muted);font-size:14.5px;font-weight:600}.ask-divider:before,.ask-divider:after{content:"";flex:1;height:1px;background:var(--line)}@media(max-width:1024px){.nav-left .nav-link,.nav-right .nav-link,.nav-item,.mega{display:none}.burger{display:grid;place-items:center}.burger svg{width:26px;height:26px}.quiz-btn{display:none}.nav-inner{padding:14px 18px}}@media(max-width:1180px){.pdp{grid-template-columns:1fr;gap:34px;max-width:600px;margin-left:auto;margin-right:auto}}@media(max-width:980px){.rev-grid{grid-template-columns:repeat(2,1fr)}.tl-cards{grid-template-columns:1fr}.tl-rail{display:none}.tl-track{margin-top:8px}.ticons{grid-template-columns:repeat(3,1fr)}.stats-grid,.expert-wrap{grid-template-columns:1fr}.expert-img{aspect-ratio:16/9;min-height:0;margin-left:0;border-radius:18px;margin-top:18px}.inside-grid{grid-template-columns:repeat(2,1fr)}.howto-layout{grid-template-columns:1fr;gap:34px}.why-grid{grid-template-columns:1fr;gap:30px;max-width:560px}.perks-grid{grid-template-columns:repeat(2,1fr)}.partner .pb{width:100%}.partner{justify-content:center}.giveback{grid-template-columns:1fr}.trans-grid-real{display:block;max-width:520px}.trans-head-intro{padding:0 0 18px;text-align:center}.trans-head-us,.trans-head-other{display:none}.trans-row{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin-bottom:12px}.trans-row .trans-feature{border-top:none;padding:0 0 10px;font-size:16px}.trans-row .tcell{display:flex;align-items:center;gap:10px;justify-content:flex-start;padding:9px 0;border-top:1px solid var(--line)}.trans-row .tcell:before{flex:1;font-weight:700;font-size:14px;color:var(--ink-soft)}.trans-row .tcell.yes:before{content:"Kind U"}.trans-row .tcell:not(.yes):before{content:"Other products"}.trans-row .tcell svg{width:20px;height:20px}.crv{grid-template-columns:1fr;gap:8px}.crv .date{text-align:left}.faq-wrap{grid-template-columns:1fr}.foot-cols{grid-template-columns:repeat(2,1fr)}.news{grid-column:1/-1}}@media(max-width:600px){body{font-size:17px}.flash{font-size:clamp(8px,3.25vw,15px);padding:11px 6px;letter-spacing:0;white-space:nowrap;overflow:hidden}.hero-eyebrow{display:block;text-align:center;white-space:nowrap;font-size:clamp(8px,3.5vw,17px);margin-bottom:16px;overflow:hidden}.hero-eyebrow .stars{font-size:.95em;letter-spacing:.4px}.reassure{font-size:13.5px}.nav-left .nav-link,.nav-right .nav-link,.nav-item,.mega{display:none}.burger{display:grid;place-items:center}.burger svg{width:26px;height:26px}.quiz-btn{display:none}.p-title{font-size:32px}.earn{white-space:normal;font-size:12.5px;align-items:flex-start;gap:7px}.buybox .p-title{font-size:33px}.hero-sub{font-size:17px}.hero-benefits li{font-size:16.5px}.buybox .opt{padding:16px 16px 16px 56px;gap:12px}.opt-cad{font-size:18px}.opt-now{font-size:27px}.opt-per{font-size:14px}.opt-seg{font-size:15px}.opt-bill{font-size:13.5px}.bp-now{font-size:37px}.buybox .toggle button{font-size:14.5px;padding:13px 6px}.buybox .atc-main{font-size:20px}.trust-lines{font-size:15px;gap:11px}.trust-lines div{align-items:flex-start}.trust-lines .ti{margin-top:1px}.trust-lines .ti svg{width:17px;height:17px}.hsa{flex-wrap:wrap;gap:8px 9px;font-size:13.5px}.pdp{padding-left:14px;padding-right:14px}.options{grid-template-columns:repeat(3,1fr);gap:6px}.opt{padding:22px 4px 12px 50px}.opt .tag{font-size:10.5px;padding:4px 7px;letter-spacing:0;top:-11px}.opt .freq{font-size:16.5px;margin-top:4px;white-space:nowrap}.opt .seg{font-size:14px;white-space:normal;line-height:1.25;margin:5px 0 9px}.opt .sub{font-size:11.5px;margin-bottom:8px}.opt .prices{flex-direction:column;align-items:center;gap:2px}.opt .now{gap:3px}.opt .per{font-size:13.5px}.opt .billed{font-size:10.5px;margin-top:4px}.opt .price{font-size:21px}.opt .was{font-size:14.5px}.opt .save{font-size:11px;padding:3px 7px;margin-top:7px}.rev-grid{grid-template-columns:1fr}.ticons{grid-template-columns:1fr;gap:2px;padding:0 20px}.ti-c{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:0;align-items:center;text-align:left;padding:11px 0}.ti-c .circ{margin:0;grid-column:1;grid-row:1/3;align-self:center}.ti-c .t{grid-column:2;grid-row:1;align-self:end}.ti-c .s{grid-column:2;grid-row:2;align-self:start}.inside-grid,.perks-grid{grid-template-columns:1fr}.why-media .img-ph,.howto-media .img-ph{aspect-ratio:16/11}.sec-title,.relief-title{font-size:28px}.dark{padding:34px 26px;margin-left:16px;margin-right:16px}.dark h2{font-size:28px}.dark .seal{display:none}.foot-cols{grid-template-columns:1fr}.sticky-cart{padding:10px 14px}.sticky-cart .img-ph{display:none}.sticky-cart .nm{font-size:14px}.sticky-cart .right{gap:10px}.sticky-cart .pr{font-size:17px}.sc-pick button{padding:5px 9px;font-size:12px}.sticky-cart .scb{padding:11px 18px;font-size:14px}}.inside-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:none}.inside-modal.open{display:block;background:#143228d1}.im-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#263532d9}.im-panel{position:relative;background:#fff;width:min(560px,92vw);margin:4vh auto;border-radius:20px;max-height:92vh;overflow-y:auto;padding:30px 26px 0}.im-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;border:none;cursor:pointer;z-index:2}.im-close svg{width:18px;height:18px;stroke:var(--ink);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.im-head{text-align:center;margin-bottom:20px;padding:0 18px}.im-title{font-size:25px;margin:4px 0 8px}.im-sub{font-size:15px;color:var(--ink-soft);line-height:1.5;max-width:430px;margin:0 auto}.im-list{display:grid;gap:12px;padding-bottom:18px}.im-item{display:flex;gap:15px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:12px 14px}.im-item img{width:82px;height:82px;object-fit:cover;border-radius:11px;flex:none;background:var(--ph)}.im-info{min-width:0}.im-name{font-size:16.5px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px;line-height:1.25}.im-info p{font-size:14.5px;color:var(--ink-soft);line-height:1.45}.im-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:3px 9px;border-radius:20px;white-space:nowrap}.im-tag.free{background:var(--rose);color:#fff}.im-tag.inc{background:var(--sage-soft);color:var(--ink)}.im-foot{position:sticky;bottom:0;background:#fff;padding:14px 0 22px;border-top:1px solid var(--line)}.im-shop{display:block;width:100%;background:var(--ink);color:#fff;font-size:17px;font-weight:700;padding:15px;border-radius:30px;border:none;cursor:pointer;font-family:Inter,sans-serif}.im-shop:hover{background:#1a2623}.km-reasons{display:grid;gap:15px;padding-bottom:18px}.km-row{display:flex;gap:14px;align-items:flex-start}.km-ico{width:42px;height:42px;border-radius:11px;background:var(--sage-soft);display:grid;place-items:center;flex:none}.km-ico svg{width:21px;height:21px;stroke:var(--ink);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.km-row h4{font-size:16px;margin-bottom:3px;color:var(--ink)}.km-row p{font-size:14.5px;color:var(--ink-soft);line-height:1.5}.km-stat{background:var(--rose-soft);border-radius:12px;padding:13px 15px;font-size:14.5px;color:var(--ink-soft);line-height:1.5;margin-bottom:18px}.km-stat b{color:var(--rose-deep);font-weight:800}#giving{max-width:1100px;margin:0 auto;padding:84px 26px}.give-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:52px;align-items:center}.give-copy .sec-eyebrow{margin-bottom:8px;text-align:left}.give-copy h2{font-family:Lora,serif;font-size:31px;font-weight:600;color:var(--ink);line-height:1.2;margin-bottom:14px}.give-copy p{color:var(--ink-soft);font-size:17px;line-height:1.6;margin-bottom:22px}.give-stat{display:flex;align-items:center;gap:16px;background:var(--sage-soft);border-radius:14px;padding:18px 20px;margin-bottom:22px}.give-stat b{font-family:Lora,serif;font-size:42px;color:var(--ink);line-height:.95;flex:none}.give-stat span{font-size:14px;color:var(--ink-soft);line-height:1.45}.give-partner{display:flex;align-items:center;gap:13px;font-size:14.5px;color:var(--muted);margin-bottom:26px}.give-partner b{color:var(--ink);font-weight:700}.give-logo{width:46px;height:46px;border-radius:11px;background:var(--rose-soft);display:grid;place-items:center;flex:none}.give-logo svg{width:23px;height:23px;fill:none;stroke:var(--rose-deep);stroke-width:1.6;stroke-linejoin:round}.give-btn{background:var(--ink);color:#fff;font-weight:700;font-size:15px;padding:14px 30px;border-radius:34px;display:inline-block}.give-btn:hover{background:#1a2623}.give-media .img-ph{aspect-ratio:4/5;border-radius:18px;width:100%}@media(max-width:860px){#giving{padding:60px 20px}.give-wrap{grid-template-columns:1fr;gap:30px}.give-media .img-ph{aspect-ratio:16/10}.give-copy h2{font-size:27px}}.expert-card blockquote{border:none!important;border-left:none!important;padding-left:0!important;margin:0!important;font-style:normal!important;font-family:Inter,sans-serif!important;font-size:18.5px!important;color:var(--ink-soft)!important;line-height:1.65!important}.hstep:not(:last-child):before{content:""!important;position:absolute!important;left:19px!important;top:44px!important;bottom:0!important;width:2px!important;background:var(--line-2)!important;display:block!important}.tl-rail .rail-line{position:absolute!important;top:50%!important;left:18%!important;right:18%!important;height:2px!important;background:var(--line-2)!important;transform:translateY(-50%)!important;display:block!important}.tl-rail .node{position:absolute!important;top:50%!important;width:13px!important;height:13px!important;border-radius:50%!important;background:var(--sage)!important;transform:translate(-50%,-50%)!important;display:block!important}@media(max-width:600px){.backed{display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important}}h1,h2,h3,h4{font-family:Lora,serif!important;font-weight:600!important;line-height:1.18!important;color:var(--ink)!important;letter-spacing:-.01em!important}.shopify-section{font-family:Inter,sans-serif!important;color:var(--ink)!important;font-size:19px!important;line-height:1.65!important;-webkit-font-smoothing:antialiased!important}.pain li:before{content:""!important;position:absolute!important;left:3px!important;top:10px!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--rose)!important;display:block!important}.inside-modal{z-index:9999!important}.inside-modal .im-overlay{z-index:9998!important}.inside-modal .im-panel{z-index:9999!important}html{overflow-x:hidden!important;max-width:100vw!important}body{overflow-x:hidden!important;max-width:100vw!important;width:100%!important}#PageContainer,#shopify-section-header,.shopify-section,#MainContent,main,.page-width,.content-for-layout{overflow-x:hidden!important;max-width:100%!important}@media(max-width:768px){.pdp{max-width:100%!important;width:100%!important;padding-left:14px!important;padding-right:14px!important;overflow-x:hidden!important}.gallery-main,.gallery-main img{max-width:100%!important;width:100%!important}.flash,.hero-eyebrow{white-space:normal!important;word-break:break-word!important;overflow:hidden!important}.thumb-strip{max-width:100%!important;overflow-x:auto!important}.pdp-col,.pdp-col.left,.pdp-col.right{max-width:100%!important;overflow:hidden!important;width:100%!important}}.inside-modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999999!important;display:none!important;pointer-events:none!important}.inside-modal.open{display:flex!important;align-items:flex-start!important;justify-content:center!important;pointer-events:auto!important;background:#143228d1!important}.inside-modal .im-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#263532d9!important;z-index:1!important;pointer-events:auto!important}.inside-modal .im-panel{position:relative!important;z-index:2!important;background:#fff!important;width:min(560px,92vw)!important;margin:4vh auto!important;border-radius:20px!important;max-height:92vh!important;overflow-y:auto!important;padding:30px 26px 0!important;pointer-events:auto!important}.sticky-cart{position:fixed!important;bottom:-100px!important;left:0!important;right:0!important;z-index:9999!important;transition:bottom .35s cubic-bezier(.4,0,.2,1)!important}.sticky-cart.show{bottom:0!important}.expert-card blockquote,blockquote{border-left:none!important;padding-left:0!important;font-family:Inter,sans-serif!important;font-style:normal!important;margin:0!important}.tl-rail .rail-line{display:block!important;position:absolute!important;height:2px!important;background:#ece6e0!important;top:7px!important}@media(min-width:1025px){.nav-item{display:flex!important;align-items:center!important}.nav-left .nav-link,.nav-right .nav-link{display:inline-flex!important;align-items:center!important}.burger{display:none!important}.quiz-btn{display:inline-flex!important}.nav-logo{height:38px!important;width:auto!important;object-fit:contain!important;display:block!important}}.qp-logo-img{height:38px!important;width:auto!important;object-fit:contain!important;display:block!important}.shopify-section-group-header-group{overflow:visible!important}.nav{position:sticky!important;overflow:visible!important}@media(min-width:1025px){.has-mega{position:static}.has-mega:hover .mega,.has-mega:focus-within .mega,.nav-item.open .mega{display:block!important}.mega .km-wrap,.mega .mega-inner{animation:megaFadeIn .18s ease-out both}}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/kindu-custom-v5.css.map */
