:root{--navy: #07184f;--blue: #0879d9;--sky: #49bdf3;--ice: #eaf8ff;--cream: #f3ead7;--ink: #0b183d;--muted: #56627a;--line: #cbe8f6;--white: #fff;--shadow: 0 24px 64px rgba(7, 24, 79, .12);--page: min(1200px, calc(100% - 40px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}img,video,model-viewer{display:block;max-width:100%}a{color:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;border-radius:8px;background:var(--navy);color:var(--white);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-notice{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;gap:clamp(18px,5vw,72px);min-height:38px;align-items:center;padding:6px 18px;color:var(--white);background:var(--navy);font-size:11px;font-weight:850;letter-spacing:.09em;text-align:center;text-transform:uppercase}.site-header{display:grid;width:var(--page);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:70px;margin:0 auto;align-items:center}.site-logo{display:inline-flex;align-items:center;color:var(--navy);font-size:28px;font-weight:950;letter-spacing:-.07em;text-decoration:none}.site-logo b{color:var(--blue)}.site-logo img{width:128px;height:auto}.site-logo--footer img{width:142px}.site-logo--header{grid-column:2;justify-self:center}.site-menu-toggle{display:none;grid-column:1;grid-row:1;justify-self:start;align-items:center;gap:8px;min-height:42px;padding:0;border:0;background:transparent;color:var(--navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.site-header-nav{display:flex;grid-column:1;grid-row:1;justify-self:start;align-items:center;gap:clamp(14px,2.4vw,30px)}.site-header-nav a{position:relative;padding:26px 0;color:var(--navy);font-size:12px;font-weight:850;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}.site-header-nav a:after{position:absolute;right:0;bottom:20px;left:0;height:2px;background:var(--blue);content:"";transform:scaleX(0);transition:transform .16s ease}.site-header-nav a:hover:after{transform:scaleX(1)}.site-menu-toggle svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.site-cart{display:inline-flex;grid-column:3;grid-row:1;justify-self:end;align-items:center;gap:8px;color:var(--navy);font-size:13px;font-weight:850;text-decoration:none}.site-cart svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-cart strong{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--blue);color:var(--white);font-size:11px}.site-menu-drawer{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(320px,440px) 1fr}.site-menu-drawer[hidden]{display:none}.site-menu-drawer__backdrop{grid-column:1 / -1;grid-row:1;border:0;background:#07184f8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.site-menu-drawer__panel{position:relative;z-index:1;display:grid;grid-column:1;grid-row:1;grid-template-rows:auto 1fr;min-height:100%;padding:26px;background:radial-gradient(circle at 0 100%,rgba(73,189,243,.22),transparent 26rem),var(--white);box-shadow:20px 0 70px #07184f40}.site-menu-drawer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid var(--line)}.site-menu-drawer__close{display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--ice);color:var(--navy);cursor:pointer}.site-menu-drawer__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.site-menu-drawer__nav{display:grid;align-content:center}.site-menu-drawer__nav a{display:grid;grid-template-columns:35px 1fr auto;gap:14px;align-items:center;min-height:88px;border-bottom:1px solid var(--line);color:var(--navy);text-decoration:none;transition:color .16s ease,padding .16s ease}.site-menu-drawer__nav a:hover{padding-left:8px;color:var(--blue)}.site-menu-drawer__nav span{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.1em}.site-menu-drawer__nav strong{font-size:clamp(27px,4vw,38px);letter-spacing:-.045em}.site-menu-drawer__nav b{font-size:21px}.product-hero{overflow:clip;background:radial-gradient(circle at 8% 0,rgba(73,189,243,.22),transparent 30rem),linear-gradient(180deg,#f7fcff 0,var(--white) 100%)}.product-shell{display:grid;width:var(--page);grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:44px;align-items:start;margin:0 auto;padding:28px 0 58px}.product-gallery{min-width:0}.product-gallery__stage{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:var(--ice);box-shadow:var(--shadow)}.product-gallery__slide{aspect-ratio:1 / 1}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:thin}.product-gallery__thumb{overflow:hidden;width:72px;height:72px;flex:0 0 72px;padding:0;border:1px solid #d8e8f0;border-radius:12px;background:var(--white);cursor:pointer}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border:2px solid var(--blue);box-shadow:0 0 0 3px #0879d91f}.product-gallery__arrow{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid rgba(7,24,79,.14);border-radius:50%;background:#ffffffeb;color:var(--navy);box-shadow:0 8px 24px #07184f24;cursor:pointer;transform:translateY(-50%)}.product-gallery__arrow--previous{left:14px}.product-gallery__arrow--next{right:14px}.product-gallery__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-gallery__counter{position:absolute;z-index:2;right:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:#07184fe0;color:var(--white);font-size:11px;font-weight:850;letter-spacing:.06em}.buy-box{display:grid;gap:13px;padding:25px;border:1px solid var(--line);border-radius:24px;background:#fffffff7;box-shadow:var(--shadow)}.urgency-pill{display:flex;min-height:38px;align-items:center;justify-content:center;gap:5px;padding:8px 13px;border:1px solid rgba(7,24,79,.22);border-radius:999px;background:var(--cream);color:var(--navy);font-size:12px;line-height:1.3;text-align:center}.urgency-pill>span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px #0879d91a}.rating-line{display:flex;align-items:center;gap:7px;color:var(--navy);font-size:13px}.rating-line>span{color:#f3a712;letter-spacing:.1em}.rating-line a{color:var(--muted)}.product-eyebrow,.cro-eyebrow{margin:0;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.buy-box h1{max-width:12ch;margin:0;color:var(--navy);font-size:clamp(38px,4vw,54px);font-weight:950;line-height:.96;letter-spacing:-.06em;text-transform:uppercase}.product-heading>span{display:block}.product-heading__highlight{color:var(--blue)}.product-subheading{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.product-price{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.product-price__current{color:var(--navy);font-size:29px;font-weight:900}.product-price s{color:#778197;font-size:18px}.product-price strong{padding:6px 9px;border:1px solid rgba(7,24,79,.12);border-radius:999px;background:var(--cream);color:var(--navy);font-size:11px;text-transform:uppercase}.benefit-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.benefit-list li{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #dceff8;border-radius:12px;background:#f7fcff;font-size:13px}.benefit-list li>span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;background:var(--cream);color:var(--navy);font-weight:950}.offer-gifts{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;padding:14px;border:1px solid #eadfc8;border-radius:14px;background:linear-gradient(135deg,#fffaf0,var(--cream))}.offer-gifts__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--white);color:var(--blue)}.offer-gifts__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.offer-gifts>div{display:grid;gap:4px}.offer-gifts strong{color:var(--navy);font-size:13px}.offer-gifts p{margin:0;color:var(--muted);font-size:11px;line-height:1.4}.product-app-blocks{padding:4px 0}.product-form{display:grid;gap:14px;margin:0}.product-form kaching-bundle{display:block;min-width:0}.product-form noscript{display:grid;gap:6px;margin-bottom:10px}.product-form select{min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:10px}.add-to-cart,.button-link{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:10px;padding:0 27px;border:0;border-radius:12px;background:var(--navy);color:var(--white);box-shadow:0 12px 26px #07184f38;font-size:17px;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease}.product-form .add-to-cart{width:100%}.add-to-cart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.add-to-cart:hover,.button-link:hover{background:var(--blue);transform:translateY(-2px)}.add-to-cart:disabled{cursor:not-allowed;opacity:.55}.add-to-cart.is-loading{cursor:wait;opacity:.72}.cart-next-step{margin:-4px 0 0;color:var(--muted);font-size:11px;line-height:1.45;text-align:center}.purchase-assurance{display:grid;gap:8px;color:var(--navy);font-size:12px;font-weight:750}.purchase-assurance>div{display:flex;align-items:center;gap:8px}.purchase-assurance svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:5px}.payment-icons svg{width:38px;height:auto}.buy-box-reviews{display:grid;min-width:0;gap:9px}.buy-box-reviews__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--navy);font-size:11px}.buy-box-reviews__heading span{color:var(--blue);font-size:10px;font-weight:850;white-space:nowrap}.buy-box-reviews__track{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:thin;overscroll-behavior-inline:contain}.buy-box-reviews blockquote{display:grid;width:min(86%,350px);flex:0 0 min(86%,350px);gap:5px;margin:0;padding:13px 14px;border:1px solid #dceff8;border-radius:12px;background:#f7fcff;scroll-snap-align:start}.buy-box-reviews blockquote>div{color:#f3a712;font-size:11px;letter-spacing:.1em}.buy-box-reviews p{margin:0;color:var(--navy);font-size:12px;font-weight:750;line-height:1.45}.buy-box-reviews cite{color:var(--muted);font-size:10px;font-style:normal}.buy-box-faq details{border-top:1px solid #dceaf2}.buy-box-faq summary{padding:13px 0;color:var(--navy);font-size:13px;font-weight:850;cursor:pointer}.buy-box-faq p{margin:-3px 0 13px;color:var(--muted);font-size:13px;line-height:1.55}.support-rail{display:grid;grid-template-columns:repeat(3,1fr);background:var(--navy);color:var(--white)}.support-rail>div{display:flex;min-height:76px;align-items:center;justify-content:center;gap:11px;padding:14px 20px;border-right:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:850;letter-spacing:.07em;text-align:center;text-transform:uppercase}.support-rail b{display:grid;width:33px;height:33px;flex:0 0 33px;place-items:center;border-radius:50%;background:var(--cream);color:var(--navy)}.mobile-purchase-bar{display:none}.cro-story{overflow:clip}.cro-wrap{width:var(--page);margin:0 auto}.cro-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:66px;align-items:center;padding:90px 0}.cro-copy{display:grid;gap:23px}.cro-story h2,.simple-page h1{margin:0;color:var(--navy);font-size:clamp(38px,5.2vw,68px);font-weight:950;line-height:.96;letter-spacing:-.06em;text-transform:uppercase}.cro-story h3{margin:0;color:var(--navy);font-size:20px;line-height:1.08;letter-spacing:-.03em}.cro-story p{margin:0}.cro-lede{max-width:60ch;color:var(--muted);font-size:17px;line-height:1.65}.cro-image{width:100%;height:auto;border:1px solid var(--line);border-radius:26px;box-shadow:0 28px 74px #07184f29}.story-add-to-cart{width:max-content;max-width:100%}.story-cta-row{display:grid;gap:10px;justify-items:center;margin-top:34px;text-align:center}.story-cta-row small{color:var(--muted);font-size:11px}.story-cta-row--light .button-link{background:var(--white);color:var(--navy)}.story-cta-row--light .button-link:hover{background:var(--sky);color:var(--navy)}.objections-wrap .story-cta-row{grid-column:1 / -1}.mechanism-steps{display:grid;gap:11px}.mechanism-steps article{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:15px;border:1px solid #dceff8;border-radius:14px;background:#f8fcff}.mechanism-steps article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--cream);color:var(--navy);font-weight:950}.mechanism-steps article p,.outcome-cards p,.compare-grid p,.life-grid p{margin-top:6px;color:var(--muted);font-size:14px;line-height:1.55}.cro-outcomes{padding:90px 0;background:radial-gradient(circle at 85% 15%,rgba(73,189,243,.24),transparent 30rem),var(--ice)}.cro-heading-row{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:end;margin-bottom:40px}.cro-heading-row>div{display:grid;gap:10px}.outcomes-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}.outcomes-grid>img{height:100%;object-fit:cover}.outcome-cards{display:grid;gap:14px}.outcome-cards article{display:grid;min-height:145px;align-content:center;padding:23px;border:1px solid rgba(7,24,79,.12);border-radius:18px;background:#ffffffed}.cro-compare,.cro-reviews,.cro-objections{padding:90px 0}.cro-centered-heading{display:grid;gap:16px;max-width:820px;margin:0 auto 40px;justify-items:center;text-align:center}.cro-centered-heading .cro-lede{margin:0 auto}.compare-grid,.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.compare-grid article{overflow:hidden;border:1px solid var(--line);border-radius:25px;background:var(--white);box-shadow:0 22px 60px #07184f1a}.compare-grid article img{width:100%;height:auto}.compare-grid article>div{padding:23px}.cro-life{padding:90px 0;background:var(--navy);color:var(--white)}.cro-use{padding:90px 0;background:var(--ice)}.use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.use-grid article{display:grid;min-height:220px;align-content:start;gap:14px;padding:25px;border:1px solid rgba(7,24,79,.12);border-radius:18px;background:var(--white);box-shadow:0 18px 48px #07184f14}.use-grid span{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:var(--cream);color:var(--navy);font-size:13px;font-weight:950}.use-grid p{color:var(--muted);font-size:14px;line-height:1.6}.cro-life h2,.cro-life h3{color:var(--white)}.cro-life .cro-eyebrow{color:var(--sky)}.cro-life .cro-lede,.cro-life p{color:#c6d5eb}.life-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.life-grid article{display:grid;min-height:220px;align-content:end;gap:11px;padding:23px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(180deg,#49bdf321,#ffffff0d)}.life-grid span{color:var(--sky);font-size:12px;font-weight:950;letter-spacing:.12em}.cro-reviews{background:var(--white)}.review-grid{grid-template-columns:repeat(3,1fr)}.review-grid blockquote{display:grid;gap:12px;margin:0;padding:24px;border:1px solid var(--line);border-radius:18px;background:#f8fcff}.review-grid blockquote>div{color:#f3a712;letter-spacing:.1em}.review-grid blockquote strong{color:var(--navy);font-size:18px;line-height:1.2}.review-grid blockquote p{color:var(--muted);font-size:14px;line-height:1.6}.review-grid cite{color:var(--blue);font-size:12px;font-style:normal;font-weight:850}.cro-guarantee{background:var(--cream)}.cro-guarantee .cro-split{padding-block:90px}.cro-objections{background:var(--ice)}.objections-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.objections-wrap>div:first-child{display:grid;gap:12px}.objection-list details{border-bottom:1px solid #b8dceb}.objection-list summary{padding:20px 0;color:var(--navy);font-size:17px;font-weight:850;cursor:pointer}.objection-list p{padding:0 0 20px;color:var(--muted);line-height:1.65}.cro-final{padding:84px 0;background:radial-gradient(circle at 20% 0,rgba(73,189,243,.25),transparent 26rem),var(--ice);text-align:center}.cro-final .cro-wrap{display:grid;max-width:850px;gap:22px;justify-items:center}.cro-final .cro-lede{margin:0 auto}.site-footer{display:grid;width:var(--page);grid-template-columns:1fr auto;gap:20px;align-items:end;margin:0 auto;padding:48px 0}.site-logo--footer{font-size:23px}.site-footer p{margin:7px 0 0;color:var(--muted);font-size:13px}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.site-footer nav a{color:var(--muted);font-size:12px}.site-footer small{grid-column:1 / -1;color:#7b8498}.simple-page{display:grid;width:min(760px,calc(100% - 40px));min-height:60vh;align-content:center;justify-items:start;gap:20px;margin:0 auto;padding:80px 0}.simple-page>p{margin:0;color:var(--muted)}.content-page{align-content:start;justify-items:stretch}.content-page h1,.support-contact h2{margin:0;color:var(--navy);font-size:clamp(38px,6vw,62px);line-height:1;letter-spacing:-.05em}.rte{color:var(--muted);font-size:16px;line-height:1.75}.rte h2,.rte h3,.rte h4{color:var(--navy);line-height:1.2}.rte a,.support-contact a{color:var(--blue)}.support-contact{display:grid;width:min(920px,calc(100% - 40px));grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(30px,6vw,80px);margin:0 auto;padding:0 0 90px}.support-contact>div{display:grid;align-content:start;gap:16px}.support-contact>div p{margin:0;color:var(--muted);line-height:1.65}.contact-form{display:grid;gap:18px}.contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-form label{display:grid;gap:7px;color:var(--navy);font-size:13px;font-weight:850}.contact-form label span{color:var(--muted);font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#f8fcff;color:var(--ink);outline:0}.contact-form input{min-height:50px;padding:0 13px}.contact-form textarea{resize:vertical;padding:13px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0879d91f}.contact-form .add-to-cart{justify-self:start;min-width:210px}.form-message{margin:0;padding:14px;border-radius:12px}.form-message--success{background:#e7f8ee;color:#145f34}.contact-form .errors{margin:0;padding:14px 14px 14px 34px;border-radius:12px;background:#fff0f0;color:#872626}.utility-wrap{width:var(--page);margin:0 auto}.utility-hero{overflow:clip;padding:clamp(64px,9vw,110px) 0;background:radial-gradient(circle at 88% 0,rgba(73,189,243,.24),transparent 32rem),linear-gradient(180deg,#f5fbff 0,var(--white) 100%)}.utility-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(34px,7vw,86px);align-items:center}.utility-hero__copy{display:grid;max-width:700px;gap:20px}.utility-hero h1{max-width:11ch;margin:0;color:var(--navy);font-size:clamp(48px,7vw,82px);font-weight:950;line-height:.92;letter-spacing:-.065em;text-transform:uppercase}.utility-lede{max-width:56ch;margin:0;color:var(--muted);font-size:clamp(16px,2vw,19px);line-height:1.65}.utility-hero .button-link{justify-self:start;min-width:230px}.utility-note{margin:-7px 0 0;color:#6d7890;font-size:12px}.tracking-card,.support-promise{border:1px solid var(--line);border-radius:25px;background:#fffffff5;box-shadow:var(--shadow)}.tracking-card{padding:clamp(23px,4vw,36px)}.tracking-card__badge{display:inline-flex;margin-bottom:20px;padding:7px 11px;border-radius:999px;background:var(--cream);color:var(--navy);font-size:11px;font-weight:950;letter-spacing:.12em}.tracking-card h2,.tracking-help h2,.support-faq h2{margin:0;color:var(--navy);font-size:clamp(27px,3vw,38px);line-height:1;letter-spacing:-.045em}.tracking-steps{display:grid;gap:20px;margin:27px 0 0;padding:0;list-style:none}.tracking-steps li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.tracking-steps li>span{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--navy);color:var(--white);font-weight:950}.tracking-steps strong{color:var(--navy);font-size:15px}.tracking-steps p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.tracking-help{padding:72px 0 90px;background:var(--white)}.tracking-help__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.tracking-help article{display:grid;min-height:240px;align-content:start;gap:14px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--ice)}.tracking-help h2{font-size:25px}.tracking-help p{max-width:54ch;margin:0;color:var(--muted);line-height:1.65}.tracking-help a{justify-self:start;color:var(--blue);font-size:14px;font-weight:850}.utility-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:var(--cream);color:var(--navy)}.utility-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.support-promise{display:flex;align-items:center;gap:18px;padding:28px}.support-promise__mark{display:grid;width:72px;height:72px;flex:0 0 72px;place-items:center;border-radius:21px;background:var(--navy);color:var(--white);font-size:23px;font-weight:950}.support-promise strong{color:var(--navy);font-size:20px}.support-promise p{margin:7px 0 0;color:var(--muted);line-height:1.55}.support-options{padding:76px 0;background:var(--navy)}.support-options__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.support-option{display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#ffffff12;color:var(--white);text-decoration:none;transition:background .16s ease,transform .16s ease}.support-option:hover{background:#49bdf329;transform:translateY(-2px)}.support-option>span:nth-child(2){display:grid;gap:5px}.support-option strong{color:var(--white);font-size:17px}.support-option small{color:#c7d7ed;font-size:12px;line-height:1.5}.support-option>b{color:var(--sky);font-size:20px}.support-faq{padding:86px 0;background:var(--ice)}.support-faq__grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(36px,7vw,84px);align-items:start}.support-faq__grid>div:first-child{display:grid;gap:14px}.support-faq__grid>div:first-child>p:last-child{margin:0;color:var(--muted);line-height:1.65}.support-faq__list details{border-bottom:1px solid #b8dceb}.support-faq__list summary{padding:20px 0;color:var(--navy);font-size:16px;font-weight:850;cursor:pointer}.support-faq__list p{margin:-2px 0 20px;color:var(--muted);line-height:1.65}.support-contact--hub{padding-top:86px}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:16px;border:1px solid var(--line);border-radius:15px}.cart-line img{width:120px;height:120px;border-radius:10px;object-fit:cover}.cart-line h2{margin:0;color:var(--navy);font-size:18px}.cart-line p{margin:5px 0}.cart-line input{width:70px;min-height:40px;padding:0 8px}.cart-summary{display:grid;gap:12px;margin-top:20px}.cart-summary p{display:flex;justify-content:space-between;font-size:18px}.secondary-button{min-height:46px;border:1px solid var(--navy);border-radius:10px;background:var(--white);color:var(--navy);font-weight:850}body.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;visibility:hidden;pointer-events:none;transition:visibility 0s linear .34s}.cart-drawer.is-mounted{visibility:visible;pointer-events:auto;transition-delay:0s}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#030c2a8c;cursor:pointer;opacity:0;transition:opacity .28s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:grid;width:min(100%,470px);height:100%;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:var(--white);box-shadow:-22px 0 60px #030c2a38;outline:0;transform:translate(102%);transition:transform .34s cubic-bezier(.22,.8,.2,1);will-change:transform}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__form{display:contents}.cart-drawer__header{display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid var(--line)}.cart-drawer__header>div{display:grid;gap:5px}.cart-drawer__header h2{margin:0;color:var(--navy);font-size:27px;letter-spacing:-.045em}.cart-drawer__close{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--navy);cursor:pointer}.cart-drawer__close svg{width:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.cart-drawer__body{overflow-y:auto;padding:18px 20px 22px}.cart-rewards{display:grid;gap:10px;margin-bottom:17px;padding:14px;border:1px solid #d7eaf4;border-radius:15px;background:linear-gradient(135deg,#f8fdff,#edf9ff)}.cart-rewards__top{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center}.cart-rewards__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--navy);color:var(--white)}.cart-rewards__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.cart-rewards__top>div{display:grid;gap:3px}.cart-rewards__top strong{color:var(--navy);font-size:12px}.cart-rewards__top p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}.cart-rewards__bar{position:relative;height:10px;border-radius:999px;background:#d4e5ee}.cart-rewards__bar>span{position:absolute;inset:0 auto 0 0;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--sky),var(--blue));transition:width .35s cubic-bezier(.2,.8,.2,1)}.cart-rewards__milestone{position:absolute;top:50%;width:16px;height:16px;border:3px solid var(--white);border-radius:50%;background:#b9ccd8;box-shadow:0 1px 5px #07184f33;transform:translate(-50%,-50%)}.cart-rewards__milestone--one{left:50%}.cart-rewards__milestone--two{left:100%}.cart-rewards[data-reward-level="1"] .cart-rewards__milestone--one,.cart-rewards[data-reward-level="2"] .cart-rewards__milestone{background:var(--blue)}.cart-rewards__labels{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:9px;font-weight:800}.cart-drawer__error{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#fff0f0;color:#8a1d1d;font-size:12px;line-height:1.45}.cart-drawer__loading,.cart-drawer__empty{display:grid;min-height:210px;place-items:center;color:var(--muted);text-align:center}.cart-drawer__empty{align-content:center;gap:12px}.cart-drawer__empty strong{color:var(--navy);font-size:21px}.cart-drawer__empty a{color:var(--blue);font-size:13px;font-weight:850}.cart-drawer__items{display:grid;gap:0}.cart-drawer__item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:13px;padding:16px 0;border-bottom:1px solid #dceaf2}.cart-drawer__item-image{width:88px;height:88px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--ice)}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-copy{display:grid;align-content:start;gap:5px;min-width:0}.cart-drawer__item-copy a{color:var(--navy);font-size:14px;font-weight:850;line-height:1.25;text-decoration:none}.cart-drawer__item-copy small{color:var(--muted);font-size:11px}.cart-drawer__item-price{color:var(--navy);font-size:13px;font-weight:900;white-space:nowrap}.cart-drawer__quantity{display:inline-grid;width:max-content;grid-template-columns:31px minmax(30px,auto) 31px;align-items:center;margin-top:5px;border:1px solid var(--line);border-radius:9px}.cart-drawer__quantity button{height:31px;padding:0;border:0;background:transparent;color:var(--navy);cursor:pointer}.cart-drawer__quantity span{min-width:30px;text-align:center;font-size:12px;font-weight:850}.cart-drawer__remove{width:max-content;padding:2px 0;border:0;background:transparent;color:var(--muted);font-size:11px;text-decoration:underline;cursor:pointer}.shipping-protection{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:10px;align-items:center;margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--ice);cursor:pointer}.shipping-protection__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--white);color:var(--blue)}.shipping-protection__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.shipping-protection__copy{display:grid;gap:3px;min-width:0}.shipping-protection__copy strong{color:var(--navy);font-size:12px}.shipping-protection__copy small{color:var(--muted);font-size:10px;line-height:1.35}.shipping-protection__price{color:var(--navy);font-size:12px;font-weight:900}.shipping-protection__switch input{position:absolute;width:1px;height:1px;opacity:0}.shipping-protection__switch>span{position:relative;display:block;width:38px;height:22px;border-radius:999px;background:#b9c5d1;transition:background .16s ease}.shipping-protection__switch>span:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--white);box-shadow:0 2px 6px #07184f38;content:"";transition:transform .16s ease}.shipping-protection__switch input:checked+span{background:var(--blue)}.shipping-protection__switch input:checked+span:after{transform:translate(16px)}.shipping-protection__switch input:focus-visible+span{outline:3px solid rgba(8,121,217,.25)}.cart-drawer__footer{display:grid;gap:9px;padding:16px 20px 18px;border-top:1px solid var(--line);background:var(--white);box-shadow:0 -10px 30px #07184f0f}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;color:var(--navy);font-size:16px}.cart-drawer__subtotal strong{font-size:19px}.cart-drawer__tax-note{margin:0;color:var(--muted);font-size:10px;text-align:center}.cart-drawer__checkout{display:flex;min-height:54px;align-items:center;justify-content:center;gap:9px;width:100%;padding:0 18px;border:0;border-radius:11px;background:var(--navy);color:var(--white);font-size:15px;font-weight:900;text-decoration:none;cursor:pointer}.cart-drawer__checkout:hover{background:var(--blue)}.cart-drawer__checkout:disabled{cursor:wait;opacity:.78}.cart-drawer__guarantee{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:10px}.cart-drawer__guarantee svg{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-drawer__payments{min-height:24px}.cart-drawer__payments svg{width:33px}.cart-drawer.is-busy .cart-drawer__panel{cursor:wait}.cart-drawer.is-empty .cart-drawer__footer{display:none}@media(max-width:990px){.product-shell{grid-template-columns:1fr 1fr;gap:24px}.buy-box{padding:20px}.life-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:799px){:root{--page: calc(100% - 24px) }.site-notice{grid-template-columns:repeat(3,1fr);gap:4px;min-height:34px;padding-inline:8px;font-size:8px;letter-spacing:.04em}.site-header{min-height:62px}.site-logo{font-size:24px}.site-logo img{width:108px}.site-header-nav{display:none}.site-menu-toggle{display:inline-flex}.site-menu-toggle span,.site-cart span{display:none}.site-menu-drawer{grid-template-columns:min(88vw,390px) 1fr}.site-menu-drawer__panel{padding:20px}.site-menu-drawer__nav a{min-height:78px}.site-menu-drawer__nav strong{font-size:29px}.product-shell{grid-template-columns:1fr;gap:16px;padding:12px 0 34px}.product-gallery__stage{border-radius:18px}.product-gallery__thumb{width:58px;height:58px;flex-basis:58px}.buy-box{padding:20px 17px;border-radius:20px}.buy-box h1{font-size:39px}.buy-box-reviews blockquote{width:88%;flex-basis:88%}.story-add-to-cart{width:min(100%,320px);min-height:47px;padding:9px 15px;font-size:13px;line-height:1.2;text-align:center;white-space:normal}.cro-copy>.story-add-to-cart{justify-self:start}.story-cta-row{width:100%;margin-top:27px}.urgency-pill{border-radius:15px}.support-rail{grid-template-columns:1fr}.support-rail>div{min-height:62px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.cro-split,.cro-heading-row,.outcomes-grid,.objections-wrap{grid-template-columns:1fr;gap:28px}.cro-split,.cro-outcomes,.cro-compare,.cro-use,.cro-life,.cro-reviews,.cro-guarantee .cro-split,.cro-objections{padding-block:64px}.cro-mechanism .cro-image{grid-row:1}.cro-heading-row{margin-bottom:28px}.cro-story h2,.simple-page h1{font-size:40px}.cro-image,.compare-grid article{border-radius:18px}.compare-grid,.review-grid,.life-grid,.use-grid{grid-template-columns:1fr}.use-grid article{min-height:auto}.life-grid article{min-height:170px}.cro-final{padding:65px 0 88px}.site-footer{grid-template-columns:1fr;align-items:start}.site-footer nav{justify-content:flex-start}.support-contact,.contact-form__row{grid-template-columns:1fr}.support-contact{width:var(--page);padding-bottom:64px}.utility-hero{padding:62px 0}.utility-hero__grid,.tracking-help__grid,.support-options__grid,.support-faq__grid{grid-template-columns:1fr}.utility-hero__grid{gap:32px}.utility-hero h1{font-size:48px}.tracking-card,.support-promise{border-radius:19px}.tracking-help{padding:55px 0 65px}.tracking-help article{min-height:auto}.support-options{padding:58px 0}.support-option{grid-template-columns:44px 1fr auto;padding:18px 16px}.support-option .utility-icon{width:44px;height:44px}.support-faq{padding:64px 0}.support-contact--hub{padding-top:64px}.mobile-purchase-bar{position:fixed;z-index:50;right:12px;bottom:12px;left:12px;display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 18px;border:0;border-radius:13px;background:var(--navy);color:var(--white);box-shadow:0 12px 28px #07184f4d;font-size:14px;text-decoration:none;cursor:pointer;transform:translateY(calc(100% + 22px));transition:transform .2s ease}.mobile-purchase-bar.is-visible{transform:translateY(0)}.mobile-purchase-bar strong{font-size:13px}.cart-line{grid-template-columns:90px 1fr}.cart-line img{width:90px;height:90px}.product-gallery__arrow{width:40px;height:40px}.cart-drawer__panel{width:min(100%,430px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.cart-drawer__backdrop{transition-duration:.28s!important}.cart-drawer__panel{transition-duration:.34s!important}.cart-rewards__bar>span{transition-duration:.35s!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
