:root{--bg: #071018;--bg-soft: #0C1829;--bg-dark: #040C16;--bg-darker: #020810;--bg-alt: #0F2035;--cream: #0C1829;--accent: #0A7B76;--accent-hover: #0CB8B2;--accent-light: rgba(10, 123, 118, .12);--accent-glow: rgba(12, 184, 178, .18);--accent-dim: #0CB8B2;--text: #D4E8F8;--text-secondary: #8BBDD8;--text-muted: #6B9AB8;--text-light: #3E6E8E;--border: rgba(255, 255, 255, .09);--border-dark: rgba(255, 255, 255, .05);--white: #ffffff;--font-head: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 6px;--radius-lg: 12px;--radius-pill: 100px;--shadow: 0 2px 20px rgba(0, 0, 0, .3);--shadow-md: 0 6px 36px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 60px rgba(0, 0, 0, .55);--ease-expo: cubic-bezier(.16, 1, .3, 1);--ease-quart: cubic-bezier(.25, 1, .5, 1);--ease-out: cubic-bezier(.33, 1, .68, 1);--max-w: 1200px;--max-w-narrow: 800px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;touch-action:manipulation}button{cursor:pointer;border:none;background:none;font-family:inherit;touch-action:manipulation}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.2;font-weight:700}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.container--narrow{max-width:var(--max-w-narrow);margin:0 auto;padding:0 24px}.section-pad{padding:96px 0}.text-center{text-align:center}@media(max-width:768px){.section-pad{padding:64px 0}}.section-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;padding-left:18px;position:relative}.section-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:1.5px;background:var(--accent)}.section-headline{font-family:var(--font-head);font-size:clamp(28px,3.5vw,46px);line-height:1.18;color:var(--text);margin-bottom:18px}.section-headline--light{color:var(--white)}.section-subhead{font-size:18px;line-height:1.72;color:var(--text-secondary);margin-bottom:48px}.section-subhead--light{color:#ffffff9e}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 32px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);transition:transform .25s var(--ease-expo),box-shadow .25s var(--ease-expo),background .2s ease,border-color .2s ease;cursor:pointer;white-space:nowrap;border:2px solid transparent}.btn--primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 10px 28px #0a7b7652}.btn--primary:active{transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--white);border-color:#fff6}.btn--outline:hover{background:#ffffff14;border-color:var(--white);transform:translateY(-3px)}.btn--outline:active{transform:translateY(-1px)}.btn--ghost-light{background:transparent;color:var(--white);border-color:#ffffff47}.btn--ghost-light:hover{border-color:#ffffffb3;background:#ffffff0f}.btn--large{padding:18px 52px;font-size:14px}.shopify-section{display:block;margin:0!important;padding:0!important}main#main-content{display:block;margin:0!important;padding:0!important}#shopify-section-announcement-bar,#shopify-section-header{background:var(--bg-darker)!important;margin:0!important;padding:0!important;display:block}.announcement-bar{background:var(--bg-darker)!important;color:var(--text-secondary);text-align:center;padding:10px 24px;font-size:13px;letter-spacing:.04em;margin:0}.announcement-bar p{margin:0;padding:0}.announcement-bar a{color:#fff;text-decoration:underline}.announcement-bar strong{color:#fff}.site-header{background:var(--bg-darker)!important;border-bottom:none!important;border-top:none!important;margin:0!important;position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:68px;max-width:var(--max-w);margin:0 auto}.site-header__logo{font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--white)}.site-header__logo span{color:var(--accent)}.site-header__right{display:flex;align-items:center;gap:20px}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav a{color:#fff9;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.site-header__nav a:hover{color:var(--white)}.header-cart-btn{display:flex;align-items:center;gap:8px;color:var(--white);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;position:relative;background:none;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:8px 14px;transition:border-color .2s}.header-cart-btn:hover{border-color:#ffffff80}.cart-count{background:var(--accent);color:#fff;width:18px;height:18px;border-radius:50%;font-size:11px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}.cart-count[data-count="0"]{display:none}@media(max-width:768px){.site-header__nav{display:none}}.hero{background:var(--bg-dark);display:grid;grid-template-columns:1fr 1fr;min-height:68vh}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 80px}.hero__eyebrow{display:inline-block;background:transparent;color:#0cb8b2;border:none;border-left:3px solid #0CB8B2;padding:4px 0 4px 14px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:0;margin-bottom:28px;width:fit-content}.hero__headline{font-size:clamp(30px,3.5vw,52px);line-height:1.14;color:var(--white);margin-bottom:24px}.hero__headline em{font-style:italic;color:#0cb8b2}.hero__subhead{font-size:17px;line-height:1.75;color:#fff9;margin-bottom:40px;max-width:460px}.hero__cta-wrap{margin-bottom:32px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero__trust{display:flex;flex-direction:column;gap:10px}.hero__trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted);font-weight:500}.hero__trust-item svg{color:#0cb8b2;flex-shrink:0}.hero__media{position:relative;overflow:hidden;background:var(--bg-alt)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media .image-placeholder{height:100%;min-height:68vh;color:#ffffff2e;border-radius:0}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero__content{padding:64px 24px;order:2}.hero__media{min-height:55vw;order:1}.hero__media .image-placeholder{min-height:55vw}}.trust-bar{background:var(--cream);border-bottom:1px solid var(--border);padding:22px 0}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text)}.trust-bar__item svg{color:var(--accent)}@media(max-width:600px){.trust-bar__inner{gap:20px}.trust-bar__item{font-size:13px}}.problem-section{background:var(--bg)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.problem-list{list-style:none;display:flex;flex-direction:column;gap:16px}.problem-list__item{display:flex;gap:16px;align-items:flex-start;padding:20px 20px 20px 22px;background:var(--bg-soft);border-left:3px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) 0;transition:border-left-color .25s var(--ease-expo),transform .25s var(--ease-expo),box-shadow .25s var(--ease-expo)}.problem-list__item:hover{border-left-color:var(--accent);transform:translate(3px);box-shadow:var(--shadow)}.problem-icon{width:38px;height:38px;background:#0a7b761a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);font-size:18px;margin-top:2px}.problem-list__text strong{display:block;font-weight:600;color:var(--text);margin-bottom:4px;font-size:15px;font-family:var(--font-body)}.problem-list__text p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.problem__media{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5}.problem__media img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.problem-grid{grid-template-columns:1fr;gap:40px}.problem__media{aspect-ratio:16/9}}.mechanism-section{background:var(--bg-dark)}.mechanism-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.mechanism-steps{display:flex;flex-direction:column}.mechanism-step{display:flex;gap:20px;padding:26px 0;border-bottom:1px solid var(--border-dark)}.mechanism-step:last-child{border-bottom:none}.mechanism-step__num{width:42px;height:42px;border:2px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--accent);flex-shrink:0;margin-top:2px}.mechanism-step__title{display:block;font-size:16px;font-weight:600;color:var(--white);margin-bottom:6px}.mechanism-step__desc{font-size:14px;color:var(--text-muted);line-height:1.65;margin:0}.mechanism-pull-quote{background:#0a7b7614;border:1px solid rgba(12,155,149,.22);border-left:4px solid var(--accent);padding:28px 32px;border-radius:var(--radius-lg);font-family:var(--font-head);font-style:italic;font-size:21px;line-height:1.52;color:#ffffffe0;margin-top:40px}.mechanism__media{aspect-ratio:3/4;background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden}.mechanism__media img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.mechanism-layout{grid-template-columns:1fr;gap:48px}.mechanism__media{aspect-ratio:16/9}}.product-intro-section{background:var(--cream)}.product-intro__header{text-align:center;max-width:660px;margin:0 auto 60px}.product-intro__images{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:60px}.product-intro__img{background:var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1}.product-intro__img--main{aspect-ratio:4/3}.product-intro__img img{width:100%;height:100%;object-fit:cover}.features-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:var(--bg-soft);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;box-shadow:var(--shadow);transition:transform .3s var(--ease-expo),box-shadow .3s var(--ease-expo)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-card__icon{width:48px;height:48px;background:#0a7b7614;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);margin:0 auto 14px}.feature-card__title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px;font-family:var(--font-body)}.feature-card__desc{font-size:13px;color:var(--text-secondary);line-height:1.6}@media(max-width:900px){.product-intro__images{grid-template-columns:1fr 1fr}.product-intro__img--main{grid-column:1 / -1;aspect-ratio:16/9}.features-cards{grid-template-columns:1fr 1fr}}@media(max-width:480px){.features-cards{grid-template-columns:1fr}}.how-it-works-section{background:var(--bg-dark)}.how-it-works__header{text-align:center;max-width:580px;margin:0 auto 64px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps-grid:before{content:"";position:absolute;top:31px;left:calc(12.5% + 14px);right:calc(12.5% + 14px);height:2px;background:linear-gradient(90deg,var(--accent) 0%,rgba(12,155,149,.15) 50%,var(--accent) 100%)}.step-card{position:relative;z-index:1;text-align:center}.step-card__num{width:62px;height:62px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--white);margin:0 auto 20px}.step-card__title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--white);margin-bottom:10px}.step-card__desc{font-size:14px;color:var(--text-muted);line-height:1.65}@media(max-width:768px){.steps-grid{grid-template-columns:1fr 1fr;gap:32px}.steps-grid:before{display:none}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}}.features-section{background:var(--bg)}.features-section__header{text-align:center;max-width:580px;margin:0 auto 64px}.feature-rows{display:flex;flex-direction:column;gap:80px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.feature-row--reversed .feature-row__media{order:-1}.feature-row__media{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.feature-row__media img{width:100%;height:100%;object-fit:cover}.feature-row__num{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.feature-row__title{font-family:var(--font-head);font-size:28px;font-weight:700;color:var(--text);margin-bottom:14px;line-height:1.28}.feature-row__text{font-size:16px;line-height:1.75;color:var(--text-secondary);margin-bottom:22px}.check-list{list-style:none;display:flex;flex-direction:column;gap:10px}.check-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-secondary);line-height:1.5}.check-list li:before{content:"";width:18px;height:18px;min-width:18px;background:var(--accent);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center}@media(max-width:768px){.feature-row{grid-template-columns:1fr;gap:32px}.feature-row--reversed .feature-row__media{order:0}.feature-rows{gap:56px}}.for-who-section{background:var(--cream)}.for-who-section__header{text-align:center;max-width:540px;margin:0 auto 52px}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.who-card{background:var(--bg-soft);border-radius:var(--radius-lg);padding:32px 24px;box-shadow:var(--shadow);transition:transform .3s var(--ease-expo),box-shadow .3s var(--ease-expo)}.who-card__emoji{font-size:36px;margin-bottom:14px;display:block}.who-card__title{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--text);margin-bottom:8px}.who-card__desc{font-size:14px;color:var(--text-secondary);line-height:1.65}@media(max-width:768px){.who-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.who-grid{grid-template-columns:1fr}}.objections-section{background:var(--bg)}.objections-section__header{text-align:center;max-width:540px;margin:0 auto 52px}.faq-list{max-width:720px;margin:0 auto}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;text-align:left;padding:22px 0;font-family:var(--font-head);font-style:italic;font-size:19px;font-weight:400;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--accent)}.faq-icon{width:26px;height:26px;min-width:26px;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:var(--text-muted);transition:all .25s}.faq-item--open .faq-icon{border-color:var(--accent);color:var(--accent);background:#0a7b7614;transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .45s var(--ease-expo)}.faq-answer__inner{padding-bottom:24px;font-size:16px;line-height:1.82;color:var(--text-secondary)}.guarantee-section{background:var(--bg-dark)}.guarantee-inner{display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center;max-width:840px;margin:0 auto}.guarantee-badge{width:160px;height:160px;border:3px solid var(--accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;text-align:center}.guarantee-badge__num{font-family:var(--font-head);font-size:52px;font-weight:700;color:var(--accent);line-height:1}.guarantee-badge__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-top:4px}.guarantee-content h2{font-family:var(--font-head);font-size:32px;color:var(--white);margin-bottom:14px}.guarantee-content p{font-size:17px;color:#ffffff9e;line-height:1.78;margin:0}@media(max-width:600px){.guarantee-inner{grid-template-columns:1fr;text-align:center}.guarantee-badge{margin:0 auto}}.final-cta{background:var(--accent);padding:100px 0;text-align:center}.final-cta h2{font-family:var(--font-head);font-size:clamp(28px,3.5vw,46px);color:var(--white);margin-bottom:16px}.final-cta p{font-size:18px;color:#ffffffd1;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;height:100%;min-height:280px;color:var(--text-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:40px;background:var(--cream)}.image-placeholder svg{width:48px;height:48px;opacity:.3}.image-placeholder--dark{background:var(--bg-alt);color:#fff3}.product-page{padding:60px 0 100px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:88px}.product-gallery__main{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;margin-bottom:10px;cursor:pointer}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-gallery__thumb{background:var(--cream);border:2px solid var(--border);border-radius:var(--radius);aspect-ratio:1;overflow:hidden;cursor:pointer;transition:border-color .2s;padding:0}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--accent)}.product-info__vendor{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.product-info__title{font-family:var(--font-head);font-size:clamp(24px,3vw,36px);color:var(--text);margin-bottom:16px;line-height:1.18}.product-info__price{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:700;color:var(--text);margin-bottom:24px}.product-info__price--compare{font-size:18px;font-weight:400;color:var(--text-muted);text-decoration:line-through}.price-badge{background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:100px}.product-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.product-info__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:10px}.variant-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.variant-btn{padding:10px 20px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--text-secondary);background:var(--bg-alt);cursor:pointer;transition:all .2s}.variant-btn--active,.variant-btn:hover{border-color:var(--accent-dim);color:var(--accent-dim);background:#0a7b761a}.qty-wrap{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bg-alt);border:none;font-size:20px;color:var(--text);cursor:pointer;transition:background .2s;line-height:1}.qty-btn:hover{background:#ffffff14}.qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:16px;font-family:inherit;color:var(--text);background:var(--bg-soft)}.qty-input:focus{outline:none}.atc-btn{width:100%;padding:18px;background:var(--accent);color:var(--white);font-family:var(--font-body);font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s;margin-bottom:12px}.atc-btn:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 10px 28px #0a7b7652}.atc-btn:active{transform:translateY(-1px)}.atc-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.product-trust{display:flex;flex-direction:column;gap:8px;margin-top:16px}.product-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.product-tabs{margin-top:32px}.tab-triggers{display:flex;border-bottom:2px solid var(--border);gap:0}.tab-trigger{padding:12px 20px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab-panel{display:none;padding:24px 0}.tab-panel p{font-size:15px;line-height:1.78;color:var(--text-secondary);margin-bottom:14px}.tab-panel p:last-child{margin-bottom:0}.tab-panel ul{padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:15px;color:var(--text-secondary);line-height:1.6}@media(max-width:900px){.product-page__grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay--visible{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--bg-soft);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #00000026}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-head);font-size:20px;color:var(--text)}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-alt);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:background .2s}.cart-drawer__close:hover{background:#ffffff14}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border);flex-shrink:0}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;min-height:200px;color:var(--text-muted);text-align:center}.cart-drawer__empty p{font-size:16px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-drawer__item-img{width:80px;height:80px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;flex-shrink:0}.cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px}.cart-drawer__item-variant{font-size:12px;color:var(--text-muted);margin-bottom:8px}.cart-drawer__item-meta{display:flex;align-items:center;justify-content:space-between}.cart-drawer__item-details{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:12px}.cart-drawer__item-price{font-size:15px;font-weight:700;color:var(--text)}.cart-drawer__qty-wrap{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--bg-soft)}.cart-drawer__qty-btn{width:30px;height:30px;background:none;border:none;cursor:pointer;font-size:17px;line-height:1;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.cart-drawer__qty-btn:hover{background:var(--border)}.cart-drawer__qty-val{min-width:28px;text-align:center;font-size:14px;font-weight:600;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 4px;line-height:30px;-webkit-user-select:none;user-select:none}.cart-drawer__item-remove{font-size:12px;color:var(--text-muted);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;margin-top:4px;align-self:flex-start}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:500;color:var(--text-secondary);padding-bottom:10px;border-bottom:1px solid var(--border);margin-bottom:0}.cart-drawer__shipping-row{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:500;color:var(--text-secondary);padding:10px 0;border-bottom:1px solid var(--border)}.cart-drawer__shipping-free{font-size:13px;font-weight:700;color:var(--accent-dim);letter-spacing:.06em}.cart-drawer__total-row{display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:700;color:var(--text);padding:12px 0 16px}.cart-checkout-btn{width:100%;padding:16px;background:var(--accent);color:var(--white);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s}.cart-checkout-btn:hover{background:var(--accent-hover)}.cart-page{padding:60px 0 100px;min-height:50vh}.cart-page h1{font-family:var(--font-head);font-size:36px;color:var(--text);margin-bottom:40px}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-line{display:grid;grid-template-columns:90px 1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid var(--border);align-items:start}.cart-line__img{width:90px;height:90px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-weight:600;color:var(--text);margin-bottom:4px;font-size:15px}.cart-line__variant{font-size:13px;color:var(--text-muted);margin-bottom:10px}.cart-line__qty{display:flex;align-items:center;gap:8px;font-size:14px}.cart-line__price{font-weight:700;color:var(--text);font-size:16px}.cart-summary-box{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:sticky;top:88px}.cart-summary-box h2{font-family:var(--font-head);font-size:22px;color:var(--text);margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);font-size:15px}.cart-summary-row--total{font-weight:700;font-size:18px;border-bottom:none;padding-top:16px}.cart-empty-state{text-align:center;padding:80px 24px}.cart-empty-state h2{font-family:var(--font-head);font-size:28px;margin-bottom:14px}.cart-empty-state p{color:var(--text-secondary);margin-bottom:28px;font-size:16px}@media(max-width:900px){.cart-page__layout{grid-template-columns:1fr}}.site-footer{background:var(--bg-darker);color:var(--text-muted);padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--border-dark)}.footer-logo{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--white);margin-bottom:12px}.footer-logo span{color:var(--accent)}.footer-desc{font-size:14px;line-height:1.72;max-width:280px;margin-bottom:20px}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--white);margin-bottom:16px;font-family:var(--font-body)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:var(--text-muted);transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}.footer-payments{display:flex;gap:8px}.payment-tag{background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;color:#ffffff80}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 24px}.not-found__num{font-family:var(--font-head);font-size:96px;line-height:1;color:var(--accent);margin-bottom:16px}.not-found h1{font-family:var(--font-head);font-size:36px;margin-bottom:14px}.not-found p{font-size:18px;color:var(--text-secondary);margin-bottom:32px;max-width:400px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.for-who{background:var(--bg)}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.who-card{background:var(--bg-soft);border-radius:12px;padding:32px 24px;box-shadow:0 2px 16px #0000000f;transition:transform .3s var(--ease-expo),box-shadow .3s var(--ease-expo)}.who-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0a7b761f}.who-icon{font-size:36px;margin-bottom:16px}.who-card h3{font-family:var(--font-head);font-size:1.1rem;margin-bottom:12px}.who-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0}.objections{background:var(--bg)}.faq-list{max-width:760px;margin:48px auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--text);font-family:var(--font-body)}.faq-icon{flex-shrink:0;transition:transform .3s}.faq-item--open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{padding-bottom:20px;color:var(--text-muted);line-height:1.75;margin:0}.guarantee{background:var(--bg)}.guarantee-inner{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:center;max-width:900px;margin:0 auto}.guarantee-badge-wrap{display:flex;justify-content:center}.guarantee-badge{width:168px;height:168px;border-radius:50%;background:transparent;border:3px solid var(--accent);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.guarantee-badge:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:1px solid rgba(10,123,118,.3)}.guarantee-badge__days{font-size:56px;font-weight:700;line-height:1;font-family:var(--font-head);color:var(--accent-dim)}.guarantee-badge__label{font-size:11px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.12em;line-height:1.4;color:var(--text-muted)}.guarantee-text h2{font-family:var(--font-head);font-size:clamp(1.5rem,3vw,2rem);margin-bottom:16px}.guarantee-text p{color:var(--text-muted);line-height:1.75;margin-bottom:12px}.guarantee-items{display:flex;flex-direction:column;gap:10px;margin-top:24px}.guarantee-item{display:flex;align-items:center;gap:10px;font-weight:500}.guarantee-item svg{color:var(--accent);flex-shrink:0}.final-cta{background:var(--accent);color:#fff;text-align:center}.final-cta .section-label{color:#ffffffb3}.final-cta__headline{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;max-width:720px;margin:0 auto 20px}.final-cta__sub{color:#ffffffd9;max-width:580px;margin:0 auto 28px;line-height:1.7}.final-cta__trust{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:32px;font-size:.9rem;color:#fffc;font-weight:500}.final-cta__dot{opacity:.5}.final-cta__btn{background:var(--bg-soft);color:var(--accent);border-color:#fff;font-size:1.1rem;padding:18px 40px;display:inline-block;margin-bottom:16px}.final-cta__btn:hover{background:var(--bg);color:var(--accent)}.final-cta__fine{font-size:13px;color:#ffffffa6;margin:0}.final-cta__inner{max-width:760px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery__main{border-radius:12px;overflow:hidden;margin-bottom:12px}.product-gallery__main img{width:100%;height:auto;display:block}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb--active{border-color:var(--accent)}.product-info__eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:10px}.product-info__title{font-family:var(--font-head);font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:16px;line-height:1.2}.product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:20px}.price-current{font-size:1.6rem;font-weight:700;color:var(--accent)}.price-compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.price-badge{background:#0a7b762e;color:var(--accent-dim);font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px}.product-info__short-desc{color:var(--text-muted);line-height:1.7;margin-bottom:20px}.product-trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:24px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500}.product-trust-item svg{color:var(--accent);flex-shrink:0}.product-review-anchor{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;text-decoration:none;transition:opacity .2s;flex-wrap:wrap}.product-review-anchor:hover{opacity:.75}.product-review-anchor__stars{display:inline-flex;gap:2px;color:#f5a623}.anchor-star--empty{color:#ccc}.product-review-anchor__count{font-size:13px;color:var(--text-secondary);font-weight:500}.product-review-anchor__cta{font-size:13px;color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.product-guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;padding:20px;background:var(--cream, #f9f6f0);border:1px solid var(--border);border-radius:10px}.product-guarantee__item{display:flex;align-items:flex-start;gap:12px}.product-guarantee__item svg{color:var(--accent);flex-shrink:0;margin-top:2px}.product-guarantee__item strong{display:block;font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.product-guarantee__item span{display:block;font-size:12px;color:var(--text-muted);line-height:1.4}@media(max-width:640px){.product-guarantee{grid-template-columns:1fr}}.product-form__label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.product-form__variants{margin-bottom:20px}.variant-btns{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 18px;border:2px solid var(--border);border-radius:6px;background:var(--bg-soft);cursor:pointer;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s}.variant-btn:hover:not(:disabled){border-color:var(--accent)}.variant-btn--active{border-color:var(--accent);background:var(--accent);color:#fff}.variant-btn--sold-out{opacity:.45;cursor:not-allowed;position:relative;overflow:hidden;color:var(--text-muted)}.variant-btn--sold-out:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,transparent calc(50% - 1px),currentColor calc(50% - 1px),currentColor calc(50% + 1px),transparent calc(50% + 1px));opacity:.5;pointer-events:none}.product-form__qty{margin-bottom:20px}.qty-selector{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn{width:40px;height:44px;background:var(--bg-alt);border:none;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .15s;color:var(--text)}.qty-btn:hover{background:var(--bg)}.qty-input{width:48px;height:44px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:.95rem;font-weight:600;outline:none}.atc-btn{font-size:1.05rem;padding:18px 32px;margin-bottom:28px}.btn--full{width:100%}.atc-btn.loading{opacity:.7;pointer-events:none}.product-tabs{margin-top:8px}.tab-triggers{display:flex;border-bottom:2px solid var(--border);margin-bottom:20px}.tab-trigger{background:none;border:none;padding:10px 20px;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.tab-trigger:hover{color:var(--text)}.tab-trigger--active{color:var(--accent);border-bottom-color:var(--accent)}.tab-panel{display:none;color:var(--text-muted);line-height:1.75}.tab-panel--active{display:block}.product-specs-list{padding-left:20px}.product-specs-list li{margin-bottom:8px}.cart-page{min-height:60vh}.cart-page__title{font-family:var(--font-head);font-size:2rem;margin-bottom:40px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--text-muted);margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-line{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}.cart-line__img{border-radius:8px;overflow:hidden}.cart-line__img img{width:100%;height:auto;display:block}.cart-line__title{font-weight:600;margin-bottom:4px}.cart-line__variant{font-size:.85rem;color:var(--text-muted);margin-bottom:8px}.cart-line__price{font-size:1.1rem;font-weight:700;margin-bottom:12px}.cart-line__actions{display:flex;align-items:center;gap:20px}.cart-line-qty{display:flex;align-items:center;gap:12px}.cart-line-qty-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:4px;background:var(--bg-soft);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-line-qty-val{font-weight:600;min-width:24px;text-align:center}.cart-line__remove{font-size:.85rem;color:var(--text-muted);text-decoration:underline;cursor:pointer}.cart-summary{background:var(--bg);border-radius:12px;padding:28px;position:sticky;top:100px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:500;color:var(--text-secondary);padding:10px 0;border-bottom:1px solid var(--border)}.cart-summary__row--shipping .cart-summary__free{font-size:13px;font-weight:700;color:#2e7d32;letter-spacing:.06em}.cart-summary__row--total{font-size:17px;font-weight:700;color:var(--text);border-bottom:none;padding-top:14px}.cart-summary__note{font-size:.85rem;color:var(--text-muted);margin:8px 0 20px}.cart-checkout-btn{display:block;text-align:center;font-size:1rem;padding:16px;width:100%;margin-bottom:12px}.cart-continue{display:block;text-align:center;font-size:.9rem;color:var(--text-muted);text-decoration:underline}.not-found{min-height:60vh;display:flex;align-items:center}.not-found h1{font-family:var(--font-head);font-size:2rem;margin-bottom:12px}@media(max-width:900px){.who-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.guarantee-inner{grid-template-columns:1fr;text-align:center;gap:32px}}@media(max-width:600px){.who-grid{grid-template-columns:1fr}.product-trust-row{gap:12px}.final-cta__trust{flex-direction:column;gap:6px}.final-cta__dot{display:none}}.features{background:var(--bg)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:64px}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-img{width:100%;border-radius:12px;display:block}.feature-row__num{font-size:3rem;font-weight:700;color:var(--border);font-family:var(--font-head);line-height:1;margin-bottom:8px}.feature-row__title{font-family:var(--font-head);font-size:1.6rem;margin-bottom:16px}.feature-row__desc{color:var(--text-muted);line-height:1.75;margin-bottom:20px}.feature-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.feature-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:500;color:var(--text)}.feature-checklist li:before{content:"";display:inline-block;width:18px;height:18px;background:var(--accent);border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-size:11px;background-position:center;background-repeat:no-repeat}@media(max-width:900px){.feature-row{grid-template-columns:1fr;gap:32px;direction:ltr}.feature-row--reverse{direction:ltr}}.site-header__right{display:flex;align-items:center;gap:16px}.site-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;background:none;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);cursor:pointer;flex-shrink:0}.site-header__hamburger span{display:block;width:100%;height:2px;background:#ffffffe0;border-radius:2px;transition:transform .22s ease,opacity .22s ease}.site-header__hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg-darker);border-top:1px solid rgba(255,255,255,.08);z-index:99;overflow:hidden;max-height:0;transition:max-height .3s ease}.site-header__mobile-nav.is-open{max-height:320px}.site-header__mobile-nav a{display:block;padding:14px 24px;color:#ffffffa6;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s,background .2s}.site-header__mobile-nav a:hover,.site-header__mobile-nav a:focus{color:var(--white);background:#ffffff0a}.site-header__mobile-nav a:last-child{border-bottom:none}@media(max-width:768px){.site-header__hamburger{display:flex}}@media(max-width:480px){.site-header__inner{padding:0 16px;height:60px}.site-header__logo{font-size:18px}.site-header__shop-btn{display:none!important}.site-header__right{gap:10px}}@media(max-width:600px){.announcement-bar{font-size:11px;padding:8px 12px}}@media(max-width:600px){.hero__content{padding:44px 20px}.hero__headline{font-size:28px}.hero__subhead{font-size:15px;margin-bottom:24px}.hero__cta-wrap{flex-direction:column;gap:10px}.hero__cta-wrap .btn{width:100%;justify-content:center}}@media(max-width:600px){.tab-triggers{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:1px}.tab-triggers::-webkit-scrollbar{display:none}.tab-trigger{padding:12px 14px;white-space:nowrap;font-size:11px;letter-spacing:.04em}}@media(max-width:600px){.product-trust-row{flex-direction:column;gap:8px}.product-info__short-desc p{font-size:14px}}@media(max-width:480px){.product-guarantee{padding:14px 12px}}@media(max-width:500px){.cart-drawer{width:100vw}.cart-drawer__header,.cart-drawer__body,.cart-drawer__footer{padding-left:16px;padding-right:16px}}@media(max-width:480px){.bundle-offer__btn{display:flex;width:100%;max-width:300px;margin-left:auto;margin-right:auto;justify-content:center}}@media(max-width:480px){.mechanism-pull-quote{font-size:17px;padding:20px}}@media(max-width:480px){.who-card{padding:22px 18px}}@media(max-width:480px){.container,.container--narrow{padding:0 16px}.section-pad{padding:48px 0}}@media(max-width:380px){.footer-bottom{flex-direction:column;text-align:center;gap:14px}.footer-payments{justify-content:center}}@media(max-width:480px){.reviews-summary__title{font-size:22px}.review-card{padding:20px 0}}@keyframes reveal-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-fade{0%{opacity:0}to{opacity:1}}@keyframes reveal-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.js-animate [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease-expo),transform .65s var(--ease-expo)}.js-animate [data-reveal=fade]{transform:none;transition:opacity .6s var(--ease-expo)}.js-animate [data-reveal=left]{transform:translate(-20px);transition:opacity .6s var(--ease-expo),transform .6s var(--ease-expo)}.js-animate [data-reveal=scale]{transform:scale(.95);transition:opacity .55s var(--ease-expo),transform .55s var(--ease-expo)}.js-animate [data-reveal].is-visible{opacity:1;transform:none}.js-animate [data-delay="1"]{transition-delay:.08s}.js-animate [data-delay="2"]{transition-delay:.16s}.js-animate [data-delay="3"]{transition-delay:.24s}.js-animate [data-delay="4"]{transition-delay:.32s}.js-animate [data-delay="5"]{transition-delay:.4s}.product-gallery__main,.feature-row__media,.problem__media,.mechanism__media{overflow:hidden}.product-gallery__main img,.feature-row__media img,.problem__media img,.mechanism__media img{transition:transform .55s var(--ease-quart)}.product-gallery__main:hover img,.feature-row__media:hover img,.problem__media:hover img,.mechanism__media:hover img{transform:scale(1.04)}.site-header__nav a{position:relative}.site-header__nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1.5px;background:#0cb8b2;transition:width .3s var(--ease-expo)}.site-header__nav a:hover:after{width:100%}.trust-bar__item{transition:transform .2s var(--ease-expo)}.trust-bar__item:hover{transform:translateY(-2px)}.mechanism-step{transition:padding-left .25s var(--ease-expo);padding-left:0}.mechanism-step:hover{padding-left:8px}.product-gallery__thumb img,.product-gallery__thumbs .product-gallery__thumb img{transition:transform .3s var(--ease-quart)}.product-gallery__thumb:hover img{transform:scale(1.06)}.atc-btn{transition:background .22s ease,transform .25s var(--ease-expo),box-shadow .25s var(--ease-expo)}.cart-checkout-btn{transition:background .22s ease,transform .22s var(--ease-expo)}.cart-checkout-btn:hover{transform:translateY(-2px)}.variant-btn{transition:border-color .2s ease,color .2s ease,background .2s ease}.tab-trigger{transition:color .2s ease,border-bottom-color .2s ease}.footer-col ul li a{position:relative;transition:color .2s ease,padding-left .25s var(--ease-expo)}.footer-col ul li a:hover{padding-left:6px}@keyframes badge-pulse{0%,to{box-shadow:0 0 #0a7b764d}50%{box-shadow:0 0 0 8px #0a7b7600}}.guarantee-badge{animation:badge-pulse 3s ease-in-out infinite}.step-card:hover .step-card__num{transform:scale(1.08)}.step-card__num{transition:transform .3s var(--ease-expo)}.final-cta__btn{transition:background .22s ease,color .22s ease,transform .25s var(--ease-expo),box-shadow .25s var(--ease-expo)}.final-cta__btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js-animate [data-reveal],.js-animate [data-reveal=fade],.js-animate [data-reveal=left],.js-animate [data-reveal=scale]{opacity:1!important;transform:none!important;transition:none!important}.product-gallery__main img,.feature-row__media img,.problem__media img,.mechanism__media img{transition:none!important}.guarantee-badge{animation:none!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}button:focus-visible,a:focus-visible{outline-offset:4px}@media(max-width:600px){.hero__subhead{max-width:100%;font-size:15px}.hero__eyebrow{margin-bottom:20px}.hero__cta-wrap{gap:10px}.hero__trust{gap:8px}.hero__trust-item{font-size:12px}}@media(max-width:480px){.trust-bar{padding:18px 0}.trust-bar__inner{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;justify-items:start;padding:0 16px}.trust-bar__item{font-size:12px}}@media(max-width:600px){.how-it-works__header,.features-section__header{margin-bottom:44px}.for-who-section__header,.objections-section__header{margin-bottom:36px}.product-intro__header{margin-bottom:40px}}@media(max-width:480px){.how-it-works__header,.features-section__header{margin-bottom:32px}.for-who-section__header,.objections-section__header{margin-bottom:28px}}@media(max-width:380px){.section-headline{font-size:clamp(22px,6.5vw,32px)}}@media(max-width:480px){.mechanism-step{gap:14px;padding:18px 0}.mechanism-step__num{width:36px;height:36px;font-size:15px}.mechanism-step__title{font-size:15px}}@media(max-width:480px){.feature-rows{gap:40px}.feature-row__title{font-size:22px}.feature-row__text{font-size:15px}}@media(max-width:380px){.who-card{padding:20px 16px}.who-card__emoji{font-size:28px;margin-bottom:10px}.who-card__title{font-size:17px}}@media(max-width:600px){.faq-question{font-size:17px;padding:18px 0}}@media(max-width:480px){.faq-question{font-size:15px;gap:12px}.faq-icon{width:22px;height:22px;min-width:22px;font-size:15px}.faq-answer__inner{font-size:15px}}@media(max-width:480px){.guarantee-inner{gap:32px}.guarantee-badge{width:130px;height:130px}.guarantee-badge__days{font-size:42px}.guarantee-badge__label{font-size:10px}.guarantee-content h2{font-size:22px}.guarantee-content p{font-size:15px}}@media(max-width:768px){.final-cta{padding:72px 0}.final-cta h2{font-size:clamp(22px,6vw,36px)}}@media(max-width:600px){.final-cta__btn{display:block;width:100%;padding:17px 20px;font-size:13px;text-align:center;white-space:normal;line-height:1.4;word-break:break-word}}@media(max-width:480px){.final-cta{padding:52px 0}.final-cta p{font-size:16px;margin-bottom:28px}.final-cta__btn{padding:16px;font-size:12px;letter-spacing:.07em}}@media(max-width:480px){.product-intro__images{grid-template-columns:1fr}.product-intro__img--main,.product-intro__img{aspect-ratio:16/9}}@media(max-width:768px){.step-card__num{width:52px;height:52px;font-size:20px}}@media(max-width:480px){.step-card__num{width:48px;height:48px;font-size:18px;margin-bottom:14px}.step-card__title{font-size:15px}}@media(max-width:480px){.problem-list{gap:10px}.problem-list__item{padding:14px 14px 14px 16px;gap:12px}.problem-icon{width:32px;height:32px;font-size:15px}}@media(max-width:900px){.cart-summary-box{position:static;top:auto}}@media(max-width:480px){.qty-btn{width:48px;height:48px;font-size:22px}.qty-input{width:56px;height:48px;font-size:16px}.qty-selector{border-radius:var(--radius)}.atc-btn{padding:20px;font-size:14px}.product-info__price{font-size:26px}}@media(max-width:380px){.announcement-bar{font-size:10px;padding:7px 10px;letter-spacing:.02em}}@media(max-width:380px){.section-pad{padding:40px 0}.container,.container--narrow{padding:0 14px}}@media(hover:none){.feature-card:hover,.who-card:hover,.problem-list__item:hover,.btn:hover,.atc-btn:hover{transform:none;box-shadow:var(--shadow)}.mechanism-step:hover{padding-left:0}.trust-bar__item:hover{transform:none}.site-header__nav a:after{display:none}}.eyebrow{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:12px;padding-left:18px;position:relative}.eyebrow:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:1.5px;background:var(--accent-dim)}.section-title{font-family:var(--font-head);font-size:clamp(26px,3.2vw,44px);line-height:1.18;color:var(--text);margin-bottom:16px;font-weight:700}.section-title--light{color:var(--white)}.section-subtitle{font-size:17px;line-height:1.72;color:var(--text-secondary);margin-bottom:48px;max-width:620px}.section-subtitle--light{color:#ffffff9e}.btn--accent{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn--accent:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 10px 28px #0a7b7652}.btn--lg{padding:18px 52px;font-size:14px}.btn--sm{padding:10px 22px;font-size:12px;letter-spacing:.1em}.mechanism{background:var(--bg-dark)}.mechanism__header{text-align:center;max-width:640px;margin:0 auto 56px}.mechanism__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:64px}.mechanism__step{background:var(--bg-alt);border:1px solid var(--border-dark);border-top:3px solid var(--accent);border-radius:var(--radius-lg);padding:28px 22px}.mechanism__step-num{width:36px;height:36px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:15px;font-weight:700;margin-bottom:14px}.mechanism__step-title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.3}.mechanism__step-text{font-size:14px;line-height:1.7;color:var(--text-muted);margin:0}.mechanism__diagram{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.mechanism__diagram-img-wrap{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-dark)}.mechanism__diagram-img-wrap img{width:100%;display:block}.mechanism__diagram-placeholder{aspect-ratio:4/3;background:var(--bg-alt);border:1px dashed var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);font-size:13px;text-align:center;padding:24px;line-height:1.6}.mechanism__diagram-placeholder svg{opacity:.35}.mechanism__features{display:flex;flex-direction:column;gap:28px}.mechanism__feature{display:flex;gap:16px;align-items:flex-start}.mechanism__feature-icon{width:40px;height:40px;min-width:40px;background:#0a7b761f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-dim);flex-shrink:0}.mechanism__feature-title{font-size:15px;font-weight:700;color:var(--text);margin:0 0 4px}.mechanism__feature-text{font-size:14px;line-height:1.65;color:var(--text-muted);margin:0}.feature-row__img{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.feature-row__img img,.feature-row__img .feature-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--ease-quart)}.feature-row__img:hover img,.feature-row__img:hover .feature-img{transform:scale(1.04)}.feature-row--reverse .feature-row__img{order:-1}.feature-row__desc{font-size:16px;line-height:1.75;color:var(--text-secondary);margin-bottom:20px}.feature-checklist{list-style:none;display:flex;flex-direction:column;gap:9px;padding:0}.feature-checklist li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-secondary);line-height:1.5}.feature-checklist li:before{content:"";width:18px;height:18px;min-width:18px;background:var(--accent);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center;flex-shrink:0}.trust{background:var(--bg)}.trust__header{text-align:center;max-width:640px;margin:0 auto 56px}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.trust-pillar{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 22px;transition:transform .3s var(--ease-expo),box-shadow .3s var(--ease-expo)}.trust-pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.trust-pillar__icon{width:48px;height:48px;background:#0a7b761a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-dim);margin-bottom:16px}.trust-pillar__icon img{width:28px;height:28px;object-fit:contain}.trust-pillar__title{font-family:var(--font-head);font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.trust-pillar__body{font-size:14px;line-height:1.68;color:var(--text-muted);margin:0}.trust__cta{text-align:center;padding-top:16px}.trust__cta-sub{font-size:13px;color:var(--text-muted);margin-top:10px}.guarantee{background:var(--bg-dark)}.guarantee__inner{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:center;max-width:860px;margin:0 auto}.guarantee__badge-col{display:flex;justify-content:center}.guarantee__badge-img{width:180px;height:180px;object-fit:contain}.guarantee__badge-default{width:160px;height:160px;border:3px solid var(--accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--accent-dim);text-align:center;padding:20px;position:relative}.guarantee__badge-default:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:1px solid rgba(10,123,118,.25)}.guarantee__badge-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);line-height:1.3;position:relative}.guarantee__content .section-title{color:var(--white)}.guarantee__content .section-subtitle{margin-bottom:28px}.guarantee__perks{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.guarantee__perk{display:flex;gap:12px;align-items:flex-start}.guarantee__perk-icon{width:22px;height:22px;min-width:22px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;margin-top:1px}.guarantee__perk-text{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.faq{background:var(--bg)}.faq__header{text-align:center;max-width:580px;margin:0 auto 48px}.faq__list{max-width:720px;margin:0 auto;list-style:none;padding:0}.faq__item{border-bottom:1px solid var(--border)}.faq__item:first-child{border-top:1px solid var(--border)}.faq__question{width:100%;text-align:left;padding:20px 0;font-size:16px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;cursor:pointer;transition:color .2s}.faq__question:hover{color:var(--accent-dim)}.faq__q-icon{width:24px;height:24px;min-width:24px;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s;flex-shrink:0;position:relative}.faq__q-icon:before,.faq__q-icon:after{content:"";position:absolute;background:var(--text-muted);border-radius:2px;transition:transform .25s,opacity .2s}.faq__q-icon:before{width:10px;height:1.5px}.faq__q-icon:after{width:1.5px;height:10px}.faq__item--open .faq__q-icon{border-color:var(--accent-dim)}.faq__item--open .faq__q-icon:before{background:var(--accent-dim)}.faq__item--open .faq__q-icon:after{background:var(--accent-dim);transform:rotate(90deg) scaleY(0);opacity:0}.faq__answer{max-height:0;overflow:hidden;transition:max-height .45s var(--ease-expo)}.faq__answer-inner{padding-bottom:20px;font-size:15px;line-height:1.78;color:var(--text-secondary)}.faq__answer-inner p{margin-bottom:12px}.faq__answer-inner p:last-child{margin-bottom:0}.faq__answer-inner strong{color:var(--text);font-weight:600}.faq__cta{text-align:center;padding-top:48px}.faq__cta p{font-size:13px;color:var(--text-muted);margin-top:10px}.comparison{background:var(--bg)}.comparison__header{text-align:center;max-width:640px;margin:0 auto 48px}.comparison__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);border:1px solid var(--border)}.comparison__table{width:100%;min-width:520px;border-collapse:collapse;font-size:14px}.comparison__table thead tr{border-bottom:2px solid var(--border)}.comparison__table th{padding:16px 20px;text-align:center;font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--text);background:var(--bg-soft)}.comparison__table th:first-child{text-align:left}.comparison__table th small{display:block;font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dim);margin-top:4px}.comparison__table th.col-hi{background:#0a7b761a;color:var(--text);border-left:2px solid var(--accent);border-right:2px solid var(--accent)}.comparison__table td{padding:14px 20px;text-align:center;border-bottom:1px solid var(--border);color:var(--text-secondary)}.comparison__table td:first-child{text-align:left;font-weight:500;color:var(--text)}.comparison__table td.col-hi{background:#0a7b760d;border-left:2px solid var(--accent);border-right:2px solid var(--accent)}.comparison__table tfoot td{border-bottom:none;padding:20px}.comparison__table tfoot td.col-hi{background:#0a7b7614}.comparison__table tbody tr:hover td{background:#ffffff05}.ic{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%}.ic-y{background:#0a7b7626;color:var(--accent-dim)}.ic-n{background:#dc32321f;color:#f07070}.ic-m{background:#ffffff0f;color:var(--text-muted)}@media(max-width:900px){.mechanism__diagram{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.mechanism__steps{grid-template-columns:1fr;gap:16px}}@media(max-width:600px){.mechanism__header{margin-bottom:36px}.mechanism__step{padding:20px 18px}}@media(max-width:768px){.feature-row--reverse .feature-row__img{order:0}.feature-row__img{aspect-ratio:16/9}}@media(max-width:900px){.trust__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.trust__grid{grid-template-columns:1fr;gap:16px}.trust__header{margin-bottom:32px}}@media(max-width:768px){.guarantee__inner{grid-template-columns:1fr;gap:36px;text-align:center}.guarantee__badge-col{justify-content:center}.guarantee__perks{text-align:left}}@media(max-width:480px){.guarantee__badge-default{width:130px;height:130px}}@media(max-width:600px){.section-title{font-size:clamp(22px,6vw,34px)}.section-subtitle{font-size:15px;margin-bottom:36px}}@media(max-width:480px){.btn--lg{padding:15px 28px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/theme.css.map */
