html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--purple-darkest: #9BC9E7;--purple-dark: #9BC9E7;--purple-mid: #7EB1D6;--purple-light: #B3D2E8;--purple-pale: #C3E1F5;--purple-bg: #f5f0e8;--sage-bg: #f5f0e8;--cream: #f5f0e8;--cream-dark: #e8e0d0;--white: #ffffff;--text-dark: #152741;--text-mid: #9BC9E7;--text-light: #6599BF;--green-feel: linear-gradient(180deg, #9BC9E7 0%, #152741 100%);--font-primary: "Satoshi", "Outfit", -apple-system, sans-serif;--font-secondary: "Outfit", "Satoshi", sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 100px;--shadow: 0 4px 24px rgba(155, 201, 231,.12);--shadow-lg: 0 8px 40px rgba(155, 201, 231,.18)}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:var(--font-primary)}.announcement-bar{background:var(--purple-darkest);color:var(--white);padding:10px 16px;text-align:center}.announcement-inner{display:flex;flex-direction:column;align-items:center;gap:4px;max-width:1200px;margin:0 auto}.ann-top-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.ann-sale-label{font-family:var(--font-primary);font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.ann-sale-text{font-size:12px;opacity:.9}.ann-countdown{display:flex;align-items:center;gap:4px;font-weight:700;font-size:13px}.ann-cd-block{display:flex;flex-direction:column;align-items:center;line-height:1}.ann-cd-block span:first-child{font-size:15px;font-weight:900}.ann-cd-label{font-size:9px;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.ann-cd-sep{font-weight:900;font-size:15px;margin-bottom:8px}@media(min-width:768px){.announcement-inner{flex-direction:row;justify-content:center;gap:20px}.ann-sale-label{font-size:14px}.ann-sale-text{font-size:13px}.ann-cd-block span:first-child{font-size:17px}}.site-header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid rgba(155,201,231,.08);padding:0 16px;height:60px;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:Playfair Display,Georgia,serif;font-weight:600;font-size:24px;color:#9bc9e7;letter-spacing:.01em;text-transform:none;position:absolute;left:50%;transform:translate(-50%)}.header-nav-toggle{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}.header-nav-toggle span{display:block;width:22px;height:2px;background:#9bc9e7;border-radius:2px}.header-cart{color:#9bc9e7;display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--purple-dark, #9BC9E7);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;padding:0 4px;pointer-events:none}@media(min-width:768px){.site-header{height:70px;padding:0 40px}.header-logo{font-size:26px}}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-drawer{position:fixed;top:0;left:-320px;width:300px;max-width:85vw;height:100%;background:var(--white);z-index:1999;box-shadow:4px 0 20px #00000026;transition:left .3s ease;display:flex;flex-direction:column;font-family:var(--font-primary)}.mobile-nav-drawer.open{left:0}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(155,201,231,.1)}.mobile-nav-logo{font-family:var(--font-primary);font-weight:900;font-size:22px;color:#9bc9e7;letter-spacing:-.02em;text-transform:lowercase}.mobile-nav-close{background:none;border:none;font-size:28px;color:#9bc9e7;cursor:pointer;padding:0;line-height:1}.mobile-nav-links{list-style:none;margin:0;padding:12px 0;flex:1;overflow-y:auto}.mobile-nav-links li{border-bottom:1px solid rgba(155,201,231,.06)}.mobile-nav-links li a{display:block;padding:16px 24px;font-size:16px;font-weight:600;color:var(--text-dark);text-decoration:none;transition:background .2s,color .2s}.mobile-nav-links li a:hover{background:var(--purple-bg);color:#9bc9e7}.mobile-nav-footer{padding:16px 24px;border-top:1px solid rgba(155,201,231,.1)}.mobile-nav-cart-link{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#9bc9e7;text-decoration:none;padding:12px 0}.mobile-nav-cart-link svg{stroke:#9bc9e7}.ticker-wrap{background:#c3e1f526;border-top:1px solid rgba(126,177,214,.15);border-bottom:1px solid rgba(126,177,214,.15);overflow:hidden;padding:10px 0}.ticker-track{display:flex;gap:0;animation:ticker 28s linear infinite;white-space:nowrap;width:max-content}.ticker-track span{display:inline-flex;align-items:center;gap:6px;padding:0 28px;font-size:12px;font-weight:600;color:#7eb1d6;letter-spacing:.03em;text-transform:uppercase}.ticker-track span:after{content:"\2022";color:var(--purple-pale);margin-left:28px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-hero{display:grid;grid-template-columns:3fr 2fr;background:#fff;min-height:320px;position:relative}.product-gallery{position:relative;overflow:hidden;background:#fff}.gallery-image-wrap{position:relative;overflow:hidden}.gallery-slides{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;min-height:280px}.gallery-slides::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:0}.gallery-slide img{width:100%;height:auto;object-fit:contain;display:block}.gallery-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.gallery-badge{background:#ffffffeb;border-radius:var(--radius-pill);padding:4px 10px;font-size:10px;font-weight:700;color:#9bc9e7;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px #0000001a}.gallery-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:2}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#7eb1d64d;cursor:pointer;transition:background .2s,transform .2s,width .2s}.gallery-dot.active{width:10px;height:10px;background:#7eb1d6}@media(min-width:768px){.gallery-dots{display:none}}.product-benefit-cards{display:flex;flex-direction:column;background:#f5f0e8}.benefit-card-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 6px;border-bottom:1px solid rgba(126,177,214,.15);text-align:center;gap:5px}.benefit-card-item:last-child{border-bottom:none}.benefit-card-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.benefit-card-icon svg{width:24px;height:24px;stroke:#7eb1d6;fill:none;stroke-width:1.8}.benefit-card-label{font-size:9px;font-weight:700;color:#9bc9e7;line-height:1.2;text-transform:uppercase;letter-spacing:.03em}@media(min-width:768px){.product-hero{grid-template-columns:1fr 1fr;min-height:480px}.gallery-slides{min-height:440px}.gallery-slide img{max-height:440px}.gallery-badge{font-size:12px;padding:5px 14px}.benefit-card-item{padding:16px 12px;gap:8px}.benefit-card-icon{width:40px;height:40px}.benefit-card-icon svg{width:34px;height:34px}.benefit-card-label{font-size:11px}}.product-info{background:var(--white);padding:20px 16px 30px}.product-info-inner{max-width:900px;margin:0 auto}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:8px}.stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.rating-text{font-size:13px;color:var(--text-mid)}.rating-link{font-size:13px;color:#7eb1d6;font-weight:700;text-decoration:underline}.product-brand{font-size:13px;color:#b3d2e8;font-weight:600;margin-bottom:4px}.product-title{font-family:var(--font-primary);font-weight:900;font-size:26px;color:var(--text-dark);line-height:1.1;margin-bottom:14px;letter-spacing:-.02em}.product-sale-box{background:linear-gradient(135deg,#9bc9e70f,#7eb1d614);border:1px solid rgba(126,177,214,.2);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:16px}.product-sale-box strong{color:#9bc9e7;font-size:13px}.product-sale-box p{font-size:12px;color:var(--text-mid);margin-top:4px;line-height:1.5}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.product-tag{display:inline-flex;align-items:center;gap:4px;background:#c3e1f533;border:1px solid rgba(126,177,214,.2);border-radius:var(--radius-pill);padding:4px 10px;font-size:11px;font-weight:600;color:#7eb1d6}.product-price-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.price-current{font-size:24px;font-weight:900;color:#9bc9e7;font-family:var(--font-primary)}.price-original{font-size:16px;color:var(--text-light);text-decoration:line-through}.price-badge{background:#7eb1d6;color:var(--white);border-radius:var(--radius-pill);padding:3px 10px;font-size:11px;font-weight:700}.bundle-options{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.bundle-option{display:flex;align-items:center;gap:12px;border:2px solid rgba(126,177,214,.2);border-radius:var(--radius-md);padding:10px 12px;cursor:pointer;transition:border-color .2s,background .2s;position:relative;background:var(--white)}.bundle-option.selected{border-color:#7eb1d6;background:#7eb1d60f}.bundle-option-img{width:44px;height:44px;object-fit:contain;border-radius:var(--radius-sm);background:#f5f0e8;flex-shrink:0}.bundle-option-info{flex:1}.bundle-option-name{font-size:13px;font-weight:700;color:var(--text-dark)}.bundle-option-sub{font-size:11px;color:var(--text-mid);margin-top:2px}.bundle-option-price{text-align:right}.bundle-option-price .bp-current{font-size:15px;font-weight:900;color:#9bc9e7;display:block}.bundle-option-price .bp-orig{font-size:12px;color:var(--text-light);text-decoration:line-through}.bundle-badge{position:absolute;top:-10px;right:10px;background:#7eb1d6;color:var(--white);font-size:10px;font-weight:800;padding:2px 8px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em}.bundle-badge.green{background:#b3d2e8}.subscription-toggle{border:2px dashed rgba(126,177,214,.3);border-radius:var(--radius-md);padding:10px 14px;margin-bottom:14px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:border-color .2s}.subscription-toggle:has(input:checked){border-color:#7eb1d6;background:#7eb1d60a}.sub-checkbox{width:18px;height:18px;accent-color:#7EB1D6;cursor:pointer}.sub-label{font-size:12px;font-weight:700;color:#9bc9e7;flex:1}.sub-sub{font-size:11px;color:var(--text-mid);display:block;font-weight:400}.atc-btn{width:100%;background:#9bc9e7;color:var(--white);border:none;border-radius:var(--radius-sm);padding:16px 20px;font-size:16px;font-weight:800;font-family:var(--font-primary);cursor:pointer;transition:background .2s,transform .1s;letter-spacing:.02em;margin-bottom:8px}.atc-btn:hover{background:#7eb1d6}.atc-btn:active{transform:scale(.99)}.risk-free-link{display:block;text-align:center;font-size:12px;color:var(--text-mid);margin-bottom:14px}.risk-free-link:before{content:""}.trust-badges-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.trust-badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:var(--radius-md);padding:12px 8px;gap:6px}.trust-badge-item svg{width:28px;height:28px;stroke:#7eb1d6;fill:none;stroke-width:1.5}.trust-badge-label{font-size:10px;font-weight:700;color:#9bc9e7;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.clean-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.clean-tag{font-size:11px;color:var(--text-mid);font-weight:500}.clean-tag:before{content:"\2714  ";color:#7eb1d6}.accordion-list{border-top:1px solid rgba(126,177,214,.12);margin-bottom:16px}.accordion-item{border-bottom:1px solid rgba(126,177,214,.12)}.accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-size:14px;font-weight:600;color:var(--text-dark);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-primary)}.accordion-icon{font-size:18px;color:#7eb1d6;font-weight:300;transition:transform .2s;flex-shrink:0}.accordion-btn.open .accordion-icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:13px;color:var(--text-mid);line-height:1.6}.accordion-content.open{max-height:400px}.accordion-content-inner{padding:0 0 14px}@media(min-width:768px){.product-info{padding:30px 40px 40px}.product-title{font-size:36px}.price-current{font-size:28px}.trust-badges-grid{grid-template-columns:repeat(4,1fr)}.bundle-option-name{font-size:14px}}.stats-section{position:relative;background-color:var(--purple-darkest);background-size:cover;background-position:center;padding:50px 24px;overflow:hidden}.stats-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#152741d6}.stats-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.stats-right{text-align:center;margin-bottom:28px}.stats-left-grid{display:flex;flex-direction:column;gap:0}.stat-item{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.15)}.stat-item:first-child{border-top:1px solid rgba(255,255,255,.15)}.stat-number{font-size:52px;font-weight:900;font-family:var(--font-primary);background:linear-gradient(180deg,#f5f0e8,#c3e1f5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:6px}.stat-label-bold{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}.stat-label-sub{font-size:13px;color:#ffffffa6;line-height:1.4}.stats-cta{text-align:center;padding-top:28px}.stats-heading{font-size:26px;font-weight:900;color:var(--white);line-height:1.25;margin-bottom:10px;font-family:var(--font-primary)}.stats-heading em{font-style:normal;background:linear-gradient(90deg,#fff,#f5f0e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-subtext{font-size:14px;color:#ffffffbf;margin-bottom:0;line-height:1.5}.try-risk-btn{display:inline-block;background:var(--cream);color:var(--text-dark);border-radius:var(--radius-pill);padding:16px 40px;font-size:16px;font-weight:800;font-family:var(--font-primary);cursor:pointer;transition:background .2s,transform .1s;border:none;letter-spacing:.01em;width:100%}.try-risk-btn:hover{background:var(--cream-dark)}.guarantee-note{font-size:12px;color:#fff9;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}@media(min-width:768px){.stats-inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:0;align-items:center}.stats-right{grid-column:3;grid-row:1 / 3;text-align:left;margin-bottom:0;border-left:1px solid rgba(195,225,245,.2);padding-left:30px;display:flex;flex-direction:column;justify-content:center}.stats-left-grid{grid-column:1 / 3;grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:24px 30px;padding-right:30px;flex-direction:unset}.stat-item{padding:0;border-top:none;border-bottom:none}.stat-item:first-child{border-top:none}.stats-cta{grid-column:3;display:none}.try-risk-btn{width:auto;font-size:15px;padding:14px 32px}.stat-number{font-size:56px}.stats-heading{font-size:28px}.guarantee-note{justify-content:flex-start}}.reviews-section{background:var(--purple-bg)}.review-section{background:var(--purple-bg);padding:40px 0}.container-1233{max-width:1233px;margin:0 auto;padding:0 16px}.section-headers{text-align:center;padding:0 16px;margin-bottom:0}.review-stars-top{margin-bottom:16px}.review-heading{font-size:28px;font-weight:700;color:#000;margin-bottom:8px;line-height:1.2}.review-subheading{font-size:15px;font-weight:400;color:#0009;margin-bottom:32px}.ts-marquee-outer{overflow:hidden;width:100%;margin-bottom:40px}.ts-marquee-track{display:flex;gap:4px;animation:ts-marquee 25s linear infinite;width:max-content}@keyframes ts-marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.customer-img-item{width:99px;height:99px;border-radius:5px;object-fit:cover;flex-shrink:0;display:block}.customer-img-placeholder{background:#7eb1d614}.ts-review-swiper{padding-bottom:40px!important}.ts-review-swiper .swiper-pagination-bullet{background:#ccc;width:10px;height:10px;border-radius:5px;opacity:1;transition:all .3s ease}.ts-review-swiper .swiper-pagination-bullet-active{background:#7eb1d6;width:22px;border-radius:5px}.review-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:28px 24px;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;justify-content:space-between;height:100%}.review-card-top{flex:1}.review-card-bottom{margin-top:0}.review-rating{font-size:15px;font-weight:600;color:#000;margin-bottom:16px;display:flex;align-items:center;gap:8px}.review-quote{font-size:14px;font-weight:400;color:#000;margin-bottom:20px;line-height:1.5}.review-name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.review-author{display:flex;align-items:center;gap:10px}.review-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-avatar-placeholder{background:linear-gradient(135deg,#7eb1d6,#9bc9e7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.review-name-bottom{font-size:13px;font-weight:500;color:#0009;letter-spacing:.02em;text-transform:uppercase}.review-verified{font-size:10px;font-weight:700;color:#7eb1d6;display:flex;align-items:center;gap:4px;text-transform:uppercase;letter-spacing:.04em}.review-tags{display:flex;gap:10px;flex-wrap:nowrap;margin-top:16px}.review-tag{background:#7eb1d61a;border-radius:24px;padding:8px 20px;font-size:13px;font-weight:500;color:#7eb1d6;border:1px solid rgba(126,177,214,.3);flex:1;text-align:center}.review-nav-btns{display:flex;justify-content:center;gap:12px;margin-top:8px}.review-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:all .2s ease}.review-nav-btn:hover{background:#0000000d;border-color:#0000004d}@media(min-width:768px){.review-heading{font-size:34px}.review-subheading{font-size:16px}.review-section{padding:50px 0}.review-card{padding:28px}.review-tag{padding:9px 24px;font-size:13px}}.feel-better-section{background:linear-gradient(180deg,#9bc9e7,#152741);padding:30px 16px 0;color:var(--white);overflow:visible}.feel-better-inner{max-width:1100px;margin:0 auto}.feel-better-header{text-align:center;margin-bottom:20px}.feel-better-title{font-size:28px;font-weight:700;font-style:normal;font-family:var(--font-primary);margin-bottom:8px;letter-spacing:-.02em;color:#fff}.feel-gradient{background:linear-gradient(180deg,#f5f0e8,#b3d2e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.feel-better-sub{font-size:14px;color:#ffffffb3;max-width:500px;margin:0 auto}.feel-better-content{display:flex;flex-direction:column;align-items:center;gap:10px}.feel-better-left{width:100%}.feel-better-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 40px;max-width:420px;margin:0 auto}.feel-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.feel-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.feel-card-icon svg{width:40px;height:40px;stroke:#c3e1f5d9;fill:none;stroke-width:1.5}.feel-card-label{font-size:15px;font-weight:500;color:var(--white);line-height:1.3}.feel-better-right{display:flex;justify-content:center;position:relative}.feel-product-rings{position:relative;display:inline-flex;align-items:center;justify-content:center}.feel-product-rings:before,.feel-product-rings:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(195,225,245,.25)}.feel-product-rings:before{width:280px;height:280px}.feel-product-rings:after{width:360px;height:360px}.feel-product-img{width:300px;height:auto;object-fit:contain;position:relative;z-index:1}@media(min-width:768px){.feel-better-section{padding:50px 40px 0}.feel-better-header{text-align:center;margin-bottom:30px}.feel-better-title{font-size:38px}.feel-better-sub{font-size:16px}.feel-better-content{flex-direction:row;align-items:center;gap:60px}.feel-better-left,.feel-better-right{flex:1}.feel-better-grid{grid-template-columns:1fr 1fr;gap:40px 60px;max-width:none;margin:0}.feel-card-icon svg{width:48px;height:48px}.feel-card-label{font-size:17px}.feel-product-img{width:320px}.feel-product-rings:before{width:320px;height:320px}.feel-product-rings:after{width:400px;height:400px}}.trust-section{position:relative;background-color:#9bc9e7;background-size:cover;background-position:center;padding:40px 16px;color:var(--white)}.trust-section{background-color:#9bc9e7}.trust-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#152741d9}.trust-inner{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.trust-title{font-size:22px;font-weight:900;font-family:var(--font-primary);margin-bottom:24px;line-height:1.2}.trust-title span{color:var(--purple-pale)}.trust-icons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.trust-icon-card{background:#ffffff14;border:1px solid rgba(195,225,245,.25);border-radius:var(--radius-md);padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:8px}.trust-icon-img{width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1)}.trust-icon-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;line-height:1.2;text-align:center;color:#ffffffe6}.trust-clean-tags{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;text-align:left}.trust-clean-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffd9}.trust-check{width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(195,225,245,.6);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px}@media(min-width:768px){.trust-section{padding:60px 40px}.trust-title{font-size:30px}.trust-icons-grid{grid-template-columns:repeat(4,1fr)}.trust-clean-tags{grid-template-columns:repeat(3,1fr)}.trust-icon-img{width:56px;height:56px}.trust-icon-label{font-size:11px}}.proven-benefits-section{background:var(--purple-bg);padding:50px 16px}.proven-inner{max-width:900px;margin:0 auto}.proven-header{text-align:center;margin-bottom:36px}.proven-title{font-size:28px;font-weight:700;font-family:var(--font-primary);color:var(--text-dark);margin-bottom:12px;line-height:1.2}.proven-gradient{background:linear-gradient(180deg,#7eb1d6,#9bc9e7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-br{display:block}@media(min-width:768px){.mobile-br{display:none}}.proven-sub{font-size:14px;color:var(--text-mid);max-width:600px;margin:0 auto;line-height:1.6}.proven-sub strong{color:var(--text-dark);font-weight:700}.proven-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.proven-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow .2s}.proven-card:hover{box-shadow:0 2px 12px #0000000f}.proven-card-inner{display:flex;align-items:center;padding:12px;gap:16px}.proven-card-photo{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.proven-card-photo-placeholder{width:80px;height:80px;border-radius:8px;background:#7eb1d614;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proven-card-photo-placeholder svg{stroke:#7eb1d680;fill:none;stroke-width:1.5}.proven-card-text{flex:1;min-width:0}.proven-card-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:2px}.proven-card-sub{font-size:13px;color:var(--text-mid)}.proven-card-toggle{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.proven-card-toggle svg{stroke:#0006;fill:none;stroke-width:1.5}.proven-card.open .proven-card-toggle{transform:rotate(45deg)}.proven-card-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.proven-card.open .proven-card-body{max-height:300px}.proven-card-body-inner{padding:12px 16px 16px;font-size:13px;color:var(--text-mid);line-height:1.6;border-top:1px solid rgba(0,0,0,.06);margin-left:96px}.proven-cta-wrap{text-align:center}.proven-cta-btn{display:block;width:100%;max-width:500px;margin:0 auto 12px;padding:16px 32px;background:#9bc9e7;color:var(--white);font-size:16px;font-weight:700;border-radius:12px;text-align:center;transition:background .2s}.proven-cta-btn:hover{background:#7eb1d6}.proven-guarantee{font-size:13px;color:var(--text-mid);display:flex;align-items:center;justify-content:center;gap:4px}.proven-guarantee svg{stroke:var(--text-mid);fill:none;stroke-width:1.5}@media(min-width:768px){.proven-benefits-section{padding:70px 40px}.proven-inner{max-width:1100px}.proven-title{font-size:36px}.proven-sub{font-size:15px}.proven-header{margin-bottom:48px}.proven-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.proven-card-inner{padding:16px 20px;gap:20px}.proven-card-photo,.proven-card-photo-placeholder{width:100px;height:100px}.proven-card-title{font-size:18px}.proven-card-sub{font-size:14px}.proven-card-body-inner{margin-left:120px;font-size:14px}.proven-cta-btn{max-width:400px}}.benefits-marquee{background:#fff;border-top:1px solid rgba(126,177,214,.1);border-bottom:1px solid rgba(126,177,214,.1);overflow:hidden;padding:12px 0;white-space:nowrap}.benefits-marquee-track{display:inline-flex;gap:32px;animation:marqueeScroll 25s linear infinite}.marquee-item{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-dark);white-space:nowrap}.marquee-icon{stroke:#7eb1d6;fill:none;stroke-width:1.8;flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(min-width:768px){.benefits-marquee-track{animation-duration:40s}}.wellness-hero-banner{position:relative;width:100%;max-width:900px;margin:0 auto;padding:0 16px;aspect-ratio:16 / 9;overflow:hidden;border-radius:12px}.wellness-hero-img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.wellness-hero-overlay{position:absolute;top:0;right:16px;bottom:0;left:16px;display:flex;align-items:center;justify-content:center;background:#15274173;border-radius:12px}.wellness-hero-brand{font-size:32px;font-weight:800;color:var(--white);letter-spacing:.12em;font-family:var(--font-primary)}.wellness-hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#7eb1d633,#9bc9e726);border-radius:12px;display:flex;align-items:center;justify-content:center}.wellness-hero-placeholder .wellness-hero-brand{font-size:32px;font-weight:800;color:#7eb1d699;letter-spacing:.12em}.wellness-section{background:#fff;padding:24px 16px 50px}.wellness-desktop-grid{max-width:700px;margin:0 auto;display:flex;flex-direction:column}.wellness-left-col,.wellness-right-col{display:contents}.wellness-hero-banner{order:1;margin-bottom:24px}.wellness-header{order:2}.timeline-wrap{order:3}.wellness-cta-wrap{order:4}.wellness-header{text-align:center;margin-bottom:36px}.wellness-title{font-size:28px;font-weight:700;font-family:var(--font-primary);color:var(--text-dark);margin-bottom:12px;line-height:1.2}.wellness-gradient{background:linear-gradient(180deg,#7eb1d6,#9bc9e7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wellness-sub{font-size:14px;color:var(--text-mid);max-width:560px;margin:0 auto;line-height:1.6}.timeline-wrap{position:relative;padding-left:40px}.timeline-track{position:absolute;left:14px;top:0;width:3px;background:#7eb1d626;border-radius:2px}.timeline-fill{position:absolute;left:14px;top:0;width:3px;height:0;background:#7eb1d6;border-radius:2px;transition:height .15s linear;z-index:1}.tl-step{position:relative;margin-bottom:0;padding-bottom:32px}.tl-step:last-child{padding-bottom:0}.tl-dot-wrap{position:absolute;left:-40px;top:4px;width:32px;display:flex;align-items:center;justify-content:center;z-index:2}.tl-dot{width:14px;height:14px;border-radius:50%;background:#7eb1d633;border:3px solid #ffffff;transition:background .3s,box-shadow .3s}.tl-dot-active{background:#7eb1d6;box-shadow:0 0 0 3px #7eb1d633}.tl-banner{display:inline-block;background:var(--text-dark);color:var(--white);font-size:14px;font-weight:700;padding:10px 20px;border-radius:8px;margin-bottom:14px;width:100%;transition:background .3s}.tl-banner-active{background:#7eb1d6}.tl-items{list-style:none;padding:0;margin:0}.tl-items li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-dark);line-height:1.5;margin-bottom:10px}.tl-items li:last-child{margin-bottom:0}.tl-check{stroke:#7eb1d6;fill:none;stroke-width:2.5;flex-shrink:0;margin-top:2px}.wellness-cta-wrap{text-align:center;margin-top:40px}.wellness-cta-btn{display:block;width:100%;max-width:500px;margin:0 auto 12px;padding:18px 32px;background:#9bc9e7;color:var(--white);font-size:17px;font-weight:700;border-radius:50px;text-align:center;transition:background .2s}.wellness-cta-btn:hover{background:#7eb1d6}.wellness-guarantee{font-size:13px;color:var(--text-mid);display:flex;align-items:center;justify-content:center;gap:6px}.wellness-guarantee svg{stroke:var(--text-mid);fill:none;stroke-width:1.5}@media(min-width:768px){.wellness-section{padding:60px 40px}.wellness-desktop-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1100px;align-items:start}.wellness-left-col{display:block;position:sticky;top:80px}.wellness-right-col{display:block}.wellness-hero-banner{display:block;margin-bottom:32px;order:unset}.wellness-header{order:unset;margin-bottom:28px}.timeline-wrap{order:unset;padding-left:50px}.wellness-cta-wrap{order:unset;margin-top:28px}.wellness-hero-img,.wellness-hero-placeholder{height:100%}.wellness-title{font-size:32px}.wellness-sub{font-size:14px}.wellness-cta-btn{max-width:100%;font-size:17px}.timeline-track,.timeline-fill{left:18px}.tl-dot-wrap{left:-50px;width:40px}.tl-dot{width:16px;height:16px}.tl-banner{font-size:16px;padding:12px 24px}.tl-items li{font-size:15px}}.reasons-section{background:var(--purple-bg);padding:50px 16px;text-align:center}.reasons-header{margin-bottom:32px}.reasons-pill{display:none}.reasons-heading-accent{display:block;background:linear-gradient(135deg,#b3d2e8,#7eb1d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:28px;font-weight:800;margin-bottom:-4px}.reasons-heading{font-size:26px;font-weight:800;color:var(--text-dark);line-height:1.25;margin:0}.reasons-sub{font-size:14px;color:var(--text-mid);margin-top:8px}.reasons-carousel-wrap{overflow:hidden;margin:0 -16px;padding:0 16px}.reasons-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.reasons-carousel::-webkit-scrollbar{display:none}.reason-card{flex:0 0 calc(100% + -0px);scroll-snap-align:start;background:#fff;border-radius:14px;border:1px solid rgba(126,177,214,.1);overflow:hidden;box-shadow:0 2px 12px #0000000f;text-align:left}.reason-card-img-wrap{height:220px;overflow:hidden}.reason-card-img{width:100%;height:100%;object-fit:cover}.reason-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#7eb1d61f,#7eb1d60f)}.reason-card-body{padding:18px 20px 24px}.reason-badge{display:inline-block;background:#7eb1d6;color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:6px;margin-bottom:10px}.reason-title{font-size:20px;font-weight:800;color:var(--text-dark);margin-bottom:8px;line-height:1.3}.reason-text{font-size:14px;color:var(--text-mid);line-height:1.6;margin:0}.reasons-dots{display:flex;justify-content:center;gap:6px;margin-top:20px}.reasons-dot{width:10px;height:10px;border-radius:50%;background:#7eb1d633;cursor:pointer;transition:all .3s}.reasons-dot.active{background:#7eb1d6;width:24px;border-radius:5px}.reasons-arrows{display:flex;justify-content:center;gap:12px;margin-top:14px}.reasons-arrow{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(126,177,214,.3);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7eb1d6;transition:all .2s}.reasons-arrow:hover{background:#7eb1d6;color:#fff;border-color:#7eb1d6}.reasons-cta{margin-top:36px}.reasons-cta-btn{display:block;width:100%;max-width:420px;margin:0 auto;padding:16px 32px;background:#7eb1d6;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background .2s}.reasons-cta-btn:hover{background:#9bc9e7}.reasons-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:var(--text-mid);margin-top:12px}.reasons-guarantee svg{flex-shrink:0}@media(min-width:768px){.reasons-section{padding:70px 40px}.reasons-header{margin-bottom:40px}.reasons-pill{display:inline-block;background:#7eb1d6;color:#fff;font-size:16px;font-weight:700;padding:10px 28px;border-radius:50px;margin-bottom:14px}.reasons-heading-accent{display:none}.reasons-heading{font-size:32px}.reasons-sub{font-size:15px}.reasons-carousel-wrap{margin:0 -40px;padding:0 40px}.reason-card{flex:0 0 calc(33.333% - 11px)}.reason-card-img-wrap{height:240px}.reason-title{font-size:18px}.reason-text{font-size:14px}.reasons-cta-btn{max-width:360px;font-size:17px}}.comparison-section{background:linear-gradient(180deg,#9bc9e7,#152741);padding:50px 16px;color:var(--white)}.comparison-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.comp-mobile-heading{font-size:28px;font-weight:800;color:var(--white);text-align:center;margin:0 0 18px;line-height:1.3}.comp-mobile-heading sup{font-size:14px}.comp-desktop-heading{font-size:28px;font-weight:800;color:var(--white);text-align:left;margin:0 0 24px;line-height:1.3;display:none}.comp-desktop-heading sup{font-size:14px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.comp-col-wholeform{background:#7eb1d659;border-radius:12px 0 0 12px;overflow:visible}.comp-col-other{background:#fffffff2;border-radius:0 12px 12px 0;overflow:visible}.comp-col-img-wrap{height:245px;padding:8px 4px 0;position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.comp-product-img{width:96%;max-width:220px;height:230px;object-fit:contain;display:block;margin:0 auto}.comp-other-placeholder{width:100px;height:120px;background:#b4a0824d;border-radius:10px;display:inline-block}.comp-col-name{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--white);text-align:center;padding:8px 10px 14px}.comp-col-other .comp-col-name{color:#444}.comp-row{display:flex;flex-direction:column;align-items:center;padding:16px 10px;border-top:1px solid rgba(255,255,255,.12);text-align:center;gap:6px}.comp-col-other .comp-row{border-top:1px solid rgba(0,0,0,.07)}.comp-row:last-child{border-bottom:none}.comp-row-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center}.comp-row-icon svg{width:26px;height:26px;stroke:#c3e1f5e6;fill:none;stroke-width:1.5}.comp-col-other .comp-row-icon svg{stroke:#96969680;fill:none}.comp-row-x svg{stroke:#96969680}.comp-row-label{font-size:12px;font-weight:600;color:#ffffffe6;line-height:1.35}.comp-col-other .comp-row-label{color:#3c3c3cd9}.comparison-right{margin-top:32px}.comp-feature-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.comp-feature-item{display:flex;gap:12px;align-items:flex-start}.comp-feature-check{width:24px;height:24px;border-radius:50%;background:#7eb1d64d;border:1.5px solid rgba(195,225,245,.6);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.comp-feature-check svg{stroke:var(--purple-pale)}.comp-feature-text{font-size:14px;color:#ffffffd9;line-height:1.5}.comp-feature-text strong{color:var(--white)}@media(max-width:767px){.comp-desktop-heading{display:none}.comp-mobile-heading{display:block}.comparison-inner{flex-direction:column}.comparison-grid{order:2;margin-top:0}.comp-col-img-wrap{height:245px;padding:8px 3px 0}.comp-product-img{width:98%;max-width:none;height:230px}.comp-mobile-heading{order:1}.comparison-right{order:3}}@media(min-width:768px){.comparison-section{padding:70px 40px}.comparison-inner{flex-direction:row;gap:50px;align-items:center}.comparison-grid{flex:0 0 44%;max-width:480px;margin-top:24px}.comparison-right{flex:1;margin-top:0;padding-top:20px}.comp-mobile-heading{display:none}.comp-desktop-heading{display:block}.comp-col-name{font-size:15px}.comp-col-img-wrap{height:285px;padding-top:0}.comp-product-img{width:92%;max-width:210px;height:280px}.comp-other-placeholder{width:110px;height:130px}.comp-row-label{font-size:13px}.comp-row{padding:18px 14px}}.guarantee-section{background:var(--purple-bg);padding:40px 16px}.guarantee-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.guarantee-left{display:flex;flex-direction:column;align-items:center;gap:12px}.guarantee-badge-wrap{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center}.guarantee-badge-inner{position:relative;z-index:1;text-align:center;line-height:1}.guarantee-days{font-size:30px;font-weight:900;color:var(--white);line-height:1}.guarantee-days-label{font-size:10px;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;display:block}.guarantee-accent{font-size:12px;font-weight:700;color:#7eb1d6;text-transform:uppercase;letter-spacing:.15em}.guarantee-heading{font-size:24px;font-weight:800;color:var(--text-dark);margin:0;line-height:1.3}.guarantee-body{font-size:14px;color:var(--text-mid);line-height:1.7;max-width:500px;margin:0 auto}.guarantee-cta-btn{background:#7eb1d6;color:var(--white);border:none;padding:14px 40px;font-size:15px;font-weight:700;border-radius:8px;cursor:pointer;width:100%;max-width:340px;transition:background .3s}.guarantee-cta-btn:hover{background:#9bc9e7}.guarantee-right{width:100%;max-width:400px}.guarantee-img-container{position:relative;width:100%}.guarantee-lifestyle-img{width:100%;height:auto;display:block;border-radius:12px}.guarantee-overlay-badge{position:absolute;top:12px;left:12px;width:70px;height:70px;display:flex;align-items:center;justify-content:center}.guarantee-overlay-badge svg{position:absolute;top:0;left:0;width:100%;height:100%}.guarantee-overlay-text{position:relative;z-index:1;text-align:center;line-height:1;display:flex;flex-direction:column;align-items:center}.overlay-badge-label{font-size:6px;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.05em}.overlay-badge-days{font-size:20px;font-weight:900;color:var(--white);line-height:1}.overlay-badge-sub{font-size:6px;font-weight:600;color:#ffffffbf;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.guarantee-section{padding:50px 40px}.guarantee-inner{flex-direction:row;text-align:left;align-items:center;gap:50px}.guarantee-left{flex:1;align-items:flex-start}.guarantee-body{margin:0}.guarantee-cta-btn{width:auto;max-width:none}.guarantee-right{flex:0 0 40%;max-width:380px}.guarantee-heading{font-size:26px}}.bottom-buy-section{background:var(--purple-bg);padding:50px 16px}.bottom-buy-inner{max-width:700px;margin:0 auto}.bottom-buy-inner .section-title{text-align:center;margin-bottom:20px}.bottom-reviews-section{background:var(--white);padding:50px 0}.bottom-reviews-container{max-width:900px;margin:0 auto;padding:0 20px}.bottom-reviews-header{text-align:center;margin-bottom:32px}.bottom-reviews-rating-bar{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;font-size:14px;color:var(--text-mid)}.bottom-reviews-stars{color:#7eb1d6;font-size:16px;letter-spacing:1px}.bottom-reviews-rated{font-weight:600;color:var(--text-dark)}.bottom-reviews-divider{color:#ccc}.bottom-reviews-trusted{color:var(--text-mid)}.bottom-reviews-title{font-size:26px;font-weight:700;color:var(--text-dark);font-family:var(--font-primary);line-height:1.3}.bottom-reviews-list{display:flex;flex-direction:column;gap:16px}.bottom-review-card{background:var(--white);border:1px solid #e5e7eb;border-radius:12px;padding:24px 28px}.brc-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.brc-rating-num{font-size:15px;font-weight:700;color:var(--text-dark)}.brc-stars{color:#7eb1d6;font-size:15px;letter-spacing:1px}.brc-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:10px;line-height:1.4}.brc-body{font-size:15px;color:#555;line-height:1.65;margin-bottom:16px}.brc-tags{display:flex;gap:8px;flex-wrap:wrap}.brc-tag{background:#7eb1d614;border:1px solid rgba(126,177,214,.3);border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;color:#7eb1d6}@media(min-width:768px){.bottom-reviews-section{padding:70px 0}.bottom-reviews-container{max-width:1000px}.bottom-reviews-title{font-size:32px}.brc-title{font-size:18px}.brc-body{font-size:15px}.bottom-review-card{padding:28px 32px}}.site-footer{background:var(--purple-darkest);color:#ffffffd9;padding:50px 16px 30px}.footer-inner{max-width:1100px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:30px}.footer-logo-text{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:32px;color:var(--white);text-transform:none;letter-spacing:-.01em;margin-bottom:6px}.footer-tagline{font-size:13px;color:#ffffff8c}.footer-newsletter{margin-bottom:30px}.footer-newsletter h4{font-size:15px;font-weight:700;color:var(--white);margin-bottom:6px;text-align:center}.footer-newsletter p{font-size:12px;color:#ffffff8c;text-align:center;margin-bottom:12px}.footer-email-form{display:flex;gap:8px;max-width:400px;margin:0 auto}.footer-email-input{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;color:var(--white);font-family:var(--font-primary);outline:none}.footer-email-input::placeholder{color:#fff6}.footer-email-btn{background:#7eb1d6;color:var(--white);border:none;border-radius:var(--radius-sm);padding:10px 18px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--font-primary);white-space:nowrap}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:24px}.footer-links a{font-size:12px;color:#fff9;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-legal{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;text-align:center}.footer-legal p{font-size:10px;color:#ffffff59;line-height:1.6;margin-bottom:6px}.footer-copyright{font-size:11px;color:#fff6;margin-top:12px}@media(min-width:768px){.site-footer{padding:70px 40px 40px}.footer-brand,.footer-newsletter h4,.footer-newsletter p{text-align:left}.footer-email-form{margin:0}}.section-cta-wrap{text-align:center;margin-top:28px}.section-cta-wrap .try-risk-btn{display:inline-block}.section-guarantee-note{font-size:11px;color:var(--text-light);margin-top:8px;text-align:center}.section-guarantee-note:before{content:""}.lock-icon{vertical-align:middle;margin-right:4px;opacity:.7}.product-tags-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:12px 0}.product-tag-item{display:flex;align-items:center;gap:7px;background:none;border:none;border-radius:0;padding:2px 0;font-size:13px;font-weight:500;color:var(--text-dark)}.product-tag-icon{flex-shrink:0;width:18px;height:18px;color:var(--purple);display:flex;align-items:center;justify-content:center}.product-tag-icon svg{width:16px;height:16px}.product-tag-label{line-height:1.3}@media(min-width:768px){.product-tags-grid{grid-template-columns:1fr 1fr 1fr;gap:8px 16px;margin:14px 0}.product-tag-item{font-size:13px}}.reason-card-img{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.reason-card-img-placeholder{width:100%;height:160px;background:linear-gradient(135deg,#7eb1d61a,#7eb1d60d);border-radius:12px 12px 0 0}.reasons-cta{text-align:center;margin-top:32px}.reasons-guarantee{margin-top:10px;font-size:13px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:4px}.guarantee-inner{display:flex;gap:48px;align-items:center;flex-wrap:wrap}.guarantee-left{display:flex;flex-direction:column;align-items:center;gap:24px;flex-shrink:0}.guarantee-badge-wrap{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.starburst-svg{position:absolute;top:0;left:0;width:100%;height:100%}.guarantee-badge-inner{position:relative;z-index:1;text-align:center}.guarantee-img-wrap{width:260px;border-radius:16px;overflow:hidden}.guarantee-img{width:100%;height:auto;display:block}.guarantee-cta{margin-top:24px}.guarantee-note{margin-top:10px;font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.lifestyle-img-wrap{border-radius:16px;overflow:hidden;margin:20px 0}.lifestyle-img{width:100%;height:auto;display:block}.comp-product-img-other{opacity:1;filter:none;background:transparent;border-radius:0;padding:0}.comp-other-placeholder{width:60px;height:60px;background:#ffffff1a;border-radius:8px;margin:0 auto -30px;position:relative;z-index:1}.risk-free-link{display:flex;align-items:center;justify-content:center;gap:4px}.product-hero-wrap{background:#fff}.product-hero-inner{max-width:1200px;margin:0 auto;padding:0}@media(min-width:768px){.product-hero-inner{padding:0 40px}}.product-hero-layout{display:flex;flex-direction:column;width:100%}.product-hero-layout .product-gallery{width:100%;position:relative;overflow:visible;background:#fff}.product-hero-layout .gallery-slides{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%}.product-hero-layout .gallery-slides::-webkit-scrollbar{display:none}.product-hero-layout .gallery-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:0}.product-hero-layout .gallery-slide img{width:100%;height:auto;object-fit:contain;display:block}.product-info-col{width:100%;background:var(--white);padding:20px 16px 30px}@media(min-width:768px){.product-hero-layout{flex-direction:row;min-height:0;align-items:flex-start}.product-hero-layout .product-gallery{flex:1 1 50%;min-width:0;min-height:auto;overflow:visible;padding-top:30px}.product-hero-layout .gallery-slides{min-height:440px}.product-hero-layout .gallery-slide img{width:100%;height:auto;display:block;max-height:none;object-fit:fill}.product-info-col{flex:1 1 50%;min-width:0;padding:30px 36px 60px;overflow-y:visible;overflow-wrap:break-word}}.product-info-col .product-rating{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.rating-stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.rating-count{font-size:13px;color:#7eb1d6;font-weight:700;text-decoration:underline}.product-info-col .product-brand{font-size:12px;color:#b3d2e8;font-weight:600;margin-bottom:2px;text-transform:uppercase;letter-spacing:.05em}.product-info-col .product-title{font-family:var(--font-primary);font-weight:900;font-size:24px;color:var(--text-dark);line-height:1.1;margin-bottom:12px;letter-spacing:-.02em}@media(min-width:768px){.product-info-col .product-title{font-size:30px}}.sale-banner{background:linear-gradient(135deg,#9bc9e70f,#7eb1d614);border:1px solid rgba(126,177,214,.2);border-radius:var(--radius-md);padding:10px 14px;margin-bottom:14px}.sale-banner strong{color:#9bc9e7;font-size:12px;display:block;margin-bottom:3px}.sale-banner p{font-size:12px;color:var(--text-mid);line-height:1.5;margin:0}.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:14px 0;margin-top:4px;margin-bottom:16px}.price-compare{font-size:16px;color:var(--text-light);text-decoration:line-through}.sub-toggle-row{border:2px dashed rgba(126,177,214,.3);border-radius:var(--radius-md);padding:10px 14px;margin-bottom:12px;cursor:pointer;transition:border-color .2s}.sub-toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%}.sub-toggle-label input[type=checkbox]{width:18px;height:18px;accent-color:#7EB1D6;cursor:pointer;flex-shrink:0}.sub-check{display:none}.sub-text{font-size:12px;font-weight:700;color:#9bc9e7;flex:1;line-height:1.4}.sub-text small{font-size:11px;color:var(--text-mid);font-weight:400;display:block}.product-faqs{margin-top:16px;border-top:1px solid rgba(126,177,214,.12)}.faq-item{border-bottom:1px solid rgba(126,177,214,.1);cursor:pointer;padding:12px 0}.faq-q{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:var(--text-dark);line-height:1.4}.faq-icon{font-size:18px;color:#7eb1d6;font-weight:300;transition:transform .2s;flex-shrink:0;margin-left:8px}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:12px;color:var(--text-mid);line-height:1.6}.faq-item.open .faq-a{max-height:300px;padding-top:8px}.bottom-buy-section{background:#f5f2ec!important;padding:50px 16px}.bottom-buy-inner{max-width:700px;margin:0 auto;text-align:center}.bottom-buy-heading{font-size:24px;font-weight:900;color:var(--text-dark);line-height:1.2;margin-bottom:8px;font-family:var(--font-primary)}.bottom-buy-heading .heading-purple{background:linear-gradient(90deg,#9bc9e7,#b3d2e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bb-sub-toggle{border:2px dashed rgba(126,177,214,.3);border-radius:var(--radius-md);padding:12px 16px;margin:12px 0;cursor:pointer;transition:border-color .2s;background:var(--white)}.bb-sub-label{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%;text-align:left}.bb-sub-label input[type=checkbox]{width:18px;height:18px;accent-color:#7EB1D6;cursor:pointer;flex-shrink:0}.bb-sub-text{font-size:13px;font-weight:700;color:#9bc9e7;flex:1}.bb-sub-text small{font-size:11px;color:var(--text-mid);font-weight:400;display:block}.bb-delivery-row{background:#16a34a1a;border:1px solid rgba(22,163,74,.25);border-radius:var(--radius-md);padding:10px 14px;margin-bottom:12px;font-size:13px;color:#15803d;font-weight:600;display:flex;align-items:center;gap:6px;justify-content:center}.bb-atc-btn{width:100%;background:#9bc9e7;color:var(--white);border:none;border-radius:var(--radius-sm);padding:16px 20px;font-size:16px;font-weight:800;font-family:var(--font-primary);cursor:pointer;transition:background .2s,transform .1s;letter-spacing:.02em;margin-bottom:8px}.bb-atc-btn:hover{background:#7eb1d6}.bb-atc-btn:active{transform:scale(.99)}.bb-atc-btn s{font-weight:400;opacity:.7;font-size:13px}@media(min-width:768px){.bottom-buy-section{padding:70px 40px}.bottom-buy-heading{font-size:30px}}.real-results-section{background:var(--purple-bg);padding:50px 16px}.real-results-inner{max-width:1100px;margin:0 auto}.real-results-header{text-align:center;margin-bottom:28px}.real-results-title{font-size:28px;font-weight:900;color:var(--text-dark);font-family:var(--font-primary);line-height:1.2;margin-bottom:8px}.real-results-title .accent{color:#7eb1d6}.real-results-sub{font-size:14px;color:var(--text-mid)}.video-carousel-wrap{overflow:hidden;position:relative}.video-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.video-carousel::-webkit-scrollbar{display:none}.video-carousel-card{flex:0 0 calc(30% - 4px);scroll-snap-align:start;border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:9/16;background:linear-gradient(135deg,#7eb1d6,#9bc9e7);cursor:pointer;min-width:100px}.video-carousel-card img{width:100%;height:100%;object-fit:cover;display:block}.video-carousel-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-carousel-play svg{width:20px;height:20px;fill:#9bc9e7;margin-left:3px}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.carousel-dots{display:flex;gap:6px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#7eb1d640;cursor:pointer;transition:background .2s,width .2s}.carousel-dot.active{background:#7eb1d6;width:20px;border-radius:4px}.carousel-arrow{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(126,177,214,.3);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s;font-size:16px;color:#7eb1d6}.carousel-arrow:hover{border-color:#7eb1d6;background:#7eb1d60f}@media(min-width:768px){.real-results-section{padding:70px 40px}.real-results-title{font-size:36px}.video-carousel-card{flex:0 0 calc(16.666% - 10px);min-width:140px}}.guarantee-note .shield-icon,.risk-free-link .shield-icon,.reasons-guarantee .shield-icon,.hp-comp-guarantee-note .shield-icon{vertical-align:middle;margin-right:4px;opacity:.7;flex-shrink:0}.stats-section .guarantee-note,.comparison-section .guarantee-note{color:#fff9}@media(min-width:768px){.bottom-reviews-grid{grid-template-columns:repeat(4,1fr)}}.gallery-thumbs{display:none;flex-direction:row;gap:8px;padding:10px 20px 0;overflow-x:auto;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex:0 0 90px;height:90px;border-radius:10px;border:2px solid #e8e8e8;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;background:#f9f9f9}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumb.active,.gallery-thumb:hover{border-color:#7eb1d6;box-shadow:0 2px 8px #7eb1d626}.gallery-faqs{display:none;margin-top:20px;border-top:1px solid #e8e0d0;padding:4px 20px 0}.mobile-faqs{display:block}@media(min-width:768px){.gallery-thumbs{display:flex;justify-content:flex-start;gap:12px;padding:16px 0 0}.gallery-faqs{display:block}.mobile-faqs{display:none}.product-hero-layout .gallery-slides{overflow-x:hidden;scroll-snap-type:none}.product-hero-layout .gallery-slide{display:none;min-width:100%;flex:0 0 100%}.product-hero-layout .gallery-slide.active{display:flex}}.inline-trust-block{background:var(--purple-darkest);border-radius:var(--radius-md);padding:20px 16px;margin-top:20px;background-image:url(https://resilia.shop/cdn/shop/files/image_2.webp?v=1748240128&width=800);background-size:cover;background-position:center;position:relative;overflow:hidden}.inline-trust-block:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#152741e0;border-radius:var(--radius-md)}.inline-trust-block>*{position:relative;z-index:1}.inline-trust-title{font-size:15px;font-weight:900;color:var(--white);text-align:center;margin-bottom:16px;font-family:var(--font-primary);line-height:1.3}.inline-trust-title span{color:var(--purple-pale)}.inline-trust-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.inline-trust-icon{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);padding:10px 6px}.inline-trust-icon img,.inline-trust-icon svg{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.inline-trust-icon span{font-size:9px;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.03em;line-height:1.2}.inline-trust-tags{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.inline-trust-tag{font-size:12px;color:#ffffffd9;display:flex;align-items:center;gap:6px}.inline-trust-tag span{color:var(--purple-pale);font-weight:700;font-size:13px;flex-shrink:0}.shopify-policy__container{max-width:860px;margin:0 auto;padding:80px 20px 60px;font-family:Outfit,sans-serif;color:#555;line-height:1.9}.shopify-policy__title{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #f0ebe0}.shopify-policy__title h1{font-family:Satoshi,sans-serif;font-size:2.6em;color:#152741;margin:0;font-weight:700}.shopify-policy__body{font-size:1em;line-height:1.9;color:#555}.shopify-policy__body .rte{line-height:1.9}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3{font-family:Satoshi,sans-serif;color:#152741;font-weight:700;margin-top:36px;margin-bottom:12px}.shopify-policy__body h1{font-size:1.6em}.shopify-policy__body h2{font-size:1.4em}.shopify-policy__body h3{font-size:1.2em}.shopify-policy__body p{margin:0 0 16px;color:#555}.shopify-policy__body a{color:#7eb1d6;text-decoration:none;font-weight:500}.shopify-policy__body a:hover{text-decoration:underline}.shopify-policy__body ul,.shopify-policy__body ol{padding-left:24px;margin:0 0 16px}.shopify-policy__body li{margin-bottom:8px;color:#555}.shopify-policy__body strong{color:#152741}.shopify-policy__body table{width:100%;border-collapse:collapse;margin:20px 0}.shopify-policy__body table th,.shopify-policy__body table td{padding:12px 16px;border:1px solid #e8e0d0;text-align:left}.shopify-policy__body table th{background:#f5f0e8;color:#152741;font-weight:600}.shopify-policy__body blockquote{border-left:4px solid #7EB1D6;padding:12px 20px;margin:20px 0;background:#f5f0e8;border-radius:0 12px 12px 0;color:#555}@media(max-width:600px){.shopify-policy__container{padding:50px 16px 40px}.shopify-policy__title h1{font-size:2em}.shopify-policy__body{font-size:.95em}}.variant-selectors{margin:16px 0 8px}.variant-group{margin-bottom:14px}.variant-label{font-size:14px;font-weight:600;color:#9bc9e7;margin-bottom:8px;display:block}.variant-label span{font-weight:400}.color-swatches{display:flex;gap:10px;flex-wrap:wrap}.color-swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;position:relative;transition:all .2s ease;outline:none;padding:0}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{border-color:#9bc9e7;box-shadow:0 0 0 2px #fff,0 0 0 4px #9bc9e7}.size-pills{display:flex;gap:8px;flex-wrap:wrap}.size-pill{padding:8px 16px;border-radius:8px;border:2px solid #f5f0e8;background:#fff;color:#9bc9e7;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.size-pill:hover{border-color:#9bc9e7;background:#f5f0e8}.size-pill.active{border-color:#9bc9e7;background:#9bc9e7;color:#fff}.size-pill.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}:root{--purple-darkest: #9BC9E7;--purple-dark: #9BC9E7;--purple-mid: #7EB1D6;--purple-light: #B3D2E8;--purple-pale: #C3E1F5;--purple-bg: #F3FAFE;--sage-bg: #F3FAFE;--cream: #F3FAFE;--cream-dark: #DDEFF9;--text-dark: #152741;--text-mid: #304059;--text-light: #54667A;--green-feel: linear-gradient(180deg, #C3E1F5 0%, #9BC9E7 100%);--shadow: 0 4px 24px rgba(101, 153, 191, .16);--shadow-lg: 0 8px 40px rgba(101, 153, 191, .22)}.announcement-bar,.stats-section,.feel-better-section,.comparison-section,.site-footer,.inline-trust-block{background-color:#9bc9e7!important;background-image:none!important;color:#152741!important}.stats-overlay{background:#c3e1f5bd!important}.announcement-bar,.announcement-bar *,.stats-section,.stats-section *,.feel-better-section,.feel-better-section *,.comparison-section,.comparison-section .comp-mobile-heading,.comparison-section .comp-desktop-heading,.comparison-section .comp-feature-text,.comparison-section .comp-feature-text strong,.comparison-section .guarantee-note,.site-footer,.site-footer *,.inline-trust-block,.inline-trust-block *{color:#152741!important}.stats-section .stat-number,.stats-section .stats-heading em,.feel-gradient,.proven-gradient,.wellness-gradient,.reasons-heading-accent,.bottom-buy-heading .heading-purple{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:#152741!important;color:#152741!important}.stats-section .stat-item,.stats-section .stat-item:first-child,.comparison-section .comp-row{border-color:#15274129!important}.stats-section .stat-label-sub,.stats-section .stats-subtext,.feel-better-sub{color:#152741c2!important}.feel-card-icon svg,.comp-row-icon svg,.comp-feature-check svg,.inline-trust-block svg{stroke:#152741!important}.feel-product-rings:before,.feel-product-rings:after{border-color:#15274138!important}.atc-btn,.price-badge,.bundle-badge,.proven-cta-btn,.wellness-cta-btn,.tl-banner-active,.reason-badge,.reasons-pill,.reasons-cta-btn,.guarantee-cta-btn,.footer-email-btn,.bb-atc-btn,.size-pill.active,.cd-checkout,.cd-upsell-heading,.cd-shipping-done{color:#152741!important}.atc-btn,.proven-cta-btn,.wellness-cta-btn,.reasons-cta-btn,.guarantee-cta-btn,.bb-atc-btn{background:#9bc9e7!important}.atc-btn:hover,.proven-cta-btn:hover,.wellness-cta-btn:hover,.reasons-cta-btn:hover,.guarantee-cta-btn:hover,.bb-atc-btn:hover{background:#7eb1d6!important}.site-footer .footer-email-input{border-color:#15274157!important;color:#152741!important}.site-footer .footer-email-input::placeholder{color:#15274194!important}.site-footer .footer-email-btn{background:#7eb1d6!important}.site-footer .footer-links a:hover{color:#071436!important}.nuli-contact-icon,.nuli-shipping-card-icon,.nuli-faq-icon,.nuli-about-icon{color:#152741!important}.trust-section{background:#9bc9e7!important;color:#152741!important}.trust-overlay{background:#c3e1f5a3!important}.trust-title,.trust-title span,.trust-icon-label,.trust-clean-tags,.trust-clean-tags span{color:#152741!important}.trust-icon-card{background:#ffffff57!important;border-color:#15274129!important}.trust-icon-img{filter:none!important;color:#152741!important}.trust-icon-img,.trust-icon-img *{stroke:#152741!important}.announcement-bar,.stats-section,.feel-better-section,.trust-section,.comparison-section,.site-footer,.inline-trust-block{background:#9bc9e7!important;background-color:#9bc9e7!important;background-image:none!important;color:#fff!important}.inline-trust-block:before,.stats-overlay,.trust-overlay{background:transparent!important;display:none!important}.announcement-bar *,.stats-section .stat-number,.stats-section .stat-label-bold,.stats-section .stat-label-sub,.stats-section .stats-heading,.stats-section .stats-heading em,.stats-section .stats-subtext,.stats-section .guarantee-note,.feel-better-section .feel-better-title,.feel-better-section .feel-gradient,.feel-better-section .feel-better-sub,.feel-better-section .feel-card-label,.trust-section .trust-title,.trust-section .trust-title span,.trust-section .trust-icon-label,.trust-section .trust-clean-tags,.trust-section .trust-clean-tags span,.comparison-section .comp-mobile-heading,.comparison-section .comp-desktop-heading,.comparison-section .comp-col-wholeform .comp-col-name,.comparison-section .comp-col-wholeform .comp-row-label,.comparison-section .comp-feature-text,.comparison-section .comp-feature-text strong,.comparison-section .guarantee-note,.site-footer,.site-footer .footer-logo-text,.site-footer .footer-brand p,.site-footer .footer-newsletter h4,.site-footer .footer-newsletter p,.site-footer .footer-links a,.site-footer .footer-disclaimer,.site-footer .footer-copy,.inline-trust-block .inline-trust-title,.inline-trust-block .inline-trust-title span,.inline-trust-block .inline-trust-icon span,.inline-trust-block .inline-trust-tag,.inline-trust-block .inline-trust-tag span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.stats-section .stat-number,.stats-section .stats-heading em,.feel-better-section .feel-gradient{background:none!important;text-shadow:0 1px 2px rgba(21,39,65,.24)}.inline-trust-block .inline-trust-icon,.trust-section .trust-icon-card{background:#ffffff1a!important;border-color:#ffffff75!important}.inline-trust-block svg,.inline-trust-block svg *,.trust-section svg,.trust-section svg *,.feel-better-section svg,.feel-better-section svg *,.comp-col-wholeform svg,.comp-col-wholeform svg *,.comparison-section .comp-feature-check svg,.comparison-section .comp-feature-check svg *{color:#fff!important;stroke:#fff!important}.inline-trust-block .inline-trust-icon img,.inline-trust-block .inline-trust-icon svg,.trust-section .trust-icon-img{filter:brightness(0) invert(1)!important}.comp-col-wholeform{background:#7eb1d6!important}.comp-col-other,.comp-col-other .comp-col-name,.comp-col-other .comp-row-label{color:#152741!important;-webkit-text-fill-color:#152741!important}.comp-col-other svg,.comp-col-other svg *{stroke:#15274175!important}.atc-btn,.price-badge,.bundle-badge,.proven-cta-btn,.wellness-cta-btn,.tl-banner-active,.reason-badge,.reasons-pill,.reasons-cta-btn,.guarantee-cta-btn,.footer-email-btn,.bb-atc-btn,.size-pill.active,.cd-checkout,.cd-upsell-heading,.cd-shipping-done,.try-risk-btn{background:#7eb1d6!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.atc-btn:hover,.proven-cta-btn:hover,.wellness-cta-btn:hover,.reasons-cta-btn:hover,.guarantee-cta-btn:hover,.footer-email-btn:hover,.bb-atc-btn:hover,.try-risk-btn:hover{background:#6599bf!important}.site-footer .footer-email-input{border-color:#ffffffad!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.site-footer .footer-email-input::placeholder{color:#ffffffd1!important;-webkit-text-fill-color:rgba(255,255,255,.82)!important}.site-footer .footer-links a:hover{color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/nulifely-v2.css.map */
