*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;color:var(--text-dark);background:var(--warm-white);line-height:1.6;overflow-x:hidden}.container{max-width:1500px;margin:0 auto;padding:0 32px}.section-pad{padding:80px 0}.section-title{font-family:Georgia,serif!important;font-size:3.6rem;font-weight:700;text-align:center;margin-bottom:12px;line-height:1.25;color:var(--text-dark)}.section-title span{font-family:Georgia,serif;font-style:italic}.section-title .accent{color:var(--primary-600);font-style:italic}.section-title .handwritten{color:var(--accent-dark);font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.2rem;font-weight:700;max-width:560px;margin:0 auto 48px}.ct-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:50px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.ct-btn-row{display:flex;gap:12px;margin-top:20px}.ct-btn-row .ct-btn{flex:1}@media(max-width:480px){.ct-btn-row{flex-direction:column}}.ct-btn-primary{background:linear-gradient(135deg,var(--primary-500),var(--primary-700));color:#fff}.ct-btn-primary:hover{transform:translateY(-2px)}.ct-btn-outline{background:transparent;color:var(--primary-600);border:2px solid var(--primary-300)}.ct-btn-outline:hover{background:var(--primary-50)}.ct-btn-gold{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff}.ct-btn-gold:hover{transform:translateY(-2px)}.hero{background:linear-gradient(160deg,var(--primary-50) 0%,var(--cream) 55%,#fff 100%);padding:56px 0 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(232,130,154,.13),transparent 70%);top:-150px;right:-150px;border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(201,168,76,.07),transparent 70%);bottom:-120px;left:-100px;border-radius:50%;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;max-width:1280px;margin:0 auto;padding:0 24px;min-width:0}.hero-gallery,.hero-info{min-width:0}.hero-info{overflow:hidden}.hero-gallery{position:relative;display:flex;flex-direction:column;align-items:center}.hero-main-img{width:100%;max-width:640px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:24px}@media(max-width:480px){.hero-main-img{border-radius:18px}}.hero-main-img .product-display{font-size:7rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.hero-main-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(255,255,255,.04) 20px,rgba(255,255,255,.04) 21px)}.hero-main-img img{pointer-events:none}.hero-slides-track{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;transition:transform .4s cubic-bezier(.22,1,.36,1);will-change:transform}.hero-slide{flex:0 0 100%;width:100%;height:100%;object-fit:contain}.hero-dots{display:none}.hero-thumbs-wrap{position:relative;width:100%;max-width:620px;margin-top:18px;display:flex;align-items:center;gap:8px}.hero-thumbnails{display:flex;gap:12px;flex:1 1 auto;min-width:0;overflow-x:auto;flex-wrap:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-thumbnails::-webkit-scrollbar{display:none}.hero-thumbs-arrow{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid var(--primary-100);background:#fff;color:var(--primary-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0000000f;transition:all .2s;padding:0}.hero-thumbs-arrow:hover{background:var(--primary-50);border-color:var(--primary-500);box-shadow:0 3px 10px #c63d622e}.hero-thumbs-arrow:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.hero-thumbs-arrow svg{width:18px;height:18px;display:block}.hero-img-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--primary-100);background:#ffffffeb;color:var(--primary-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0000001a;transition:all .2s;padding:0;z-index:2}.hero-img-arrow:hover{background:#fff;border-color:var(--primary-500);box-shadow:0 6px 18px #c63d6238}.hero-img-arrow svg{width:22px;height:22px;display:block}.hero-img-arrow--prev{left:10px}.hero-img-arrow--next{right:10px}@media(max-width:480px){.hero-img-arrow{width:38px;height:38px}.hero-img-arrow svg{width:18px;height:18px}.hero-img-arrow--prev{left:6px}.hero-img-arrow--next{right:6px}}.hero-thumb{width:96px;height:96px;border-radius:var(--radius-sm);background:var(--primary-100);border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.6rem;transition:all .2s;flex-shrink:0}.hero-thumb.active,.hero-thumb:hover{border-color:var(--primary-500);box-shadow:0 0 0 3px #c63d6226;background:var(--primary-50)}.cert-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.cert-badge{display:flex;align-items:center;gap:7px;background:#fff;padding:7px 13px;border-radius:50px;font-size:.78rem;font-weight:500;color:var(--text-med);box-shadow:var(--shadow-sm);border:1px solid var(--primary-100)}.cert-badge-icon{width:18px;height:18px;border-radius:50%;background:var(--primary-100);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--primary-700);flex-shrink:0}.hero-info .eyebrow{font-family:Georgia,serif;font-size:24px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:var(--primary-700);margin-bottom:14px;display:flex;align-items:center;gap:8px}.hero-info .eyebrow:before{content:"";display:block;width:24px;height:2px;background:var(--primary-400);border-radius:2px}.hero-info h1{font-family:Playfair Display,serif;font-size:2.9rem;font-weight:700;line-height:1.15;margin-bottom:10px;color:var(--text-dark)}.hero-info h1 em{font-style:italic;color:var(--primary-700)}.hero-info .tagline{color:var(--text-med);font-size:1.05rem;margin-bottom:22px;line-height:1.65}.rating-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.stars{color:var(--accent);font-size:1.3rem;letter-spacing:1px}.rating-text{font-size:1rem;color:var(--text-med);font-weight:500}.hero-price{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.hero-price .current{font-size:2.1rem;font-weight:700;color:var(--primary-700)}.hero-price .original{font-size:1.1rem;color:var(--text-light);text-decoration:line-through}.hero-price .save-badge{background:var(--accent);color:#fff;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:700}.variant-selector{margin-bottom:20px}.variant-selector label{display:block;font-weight:600;font-size:.82rem;margin-bottom:10px;color:var(--text-med);text-transform:uppercase;letter-spacing:.6px}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-opt{padding:9px 20px;border:2px solid #e8d0d8;border-radius:50px;background:#fff;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;position:relative;color:var(--text-med)}.variant-opt.active{border-color:var(--primary-500);background:var(--primary-50);color:var(--primary-700);font-weight:600}.variant-opt:hover{border-color:var(--primary-400)}.best-seller-badge{position:absolute;top:-8px;right:-8px;background:var(--accent-dark);color:#fff;font-size:.6rem;font-weight:700;padding:2px 7px;border-radius:4px;white-space:nowrap}.purchase-option,.subscribe-option{border-radius:var(--radius-md);padding:18px 20px;margin-top:14px;transition:border-color .2s}.purchase-option{background:#fff;border:2px solid #e8d0d8}.subscribe-option{background:var(--primary-50);border:2px solid var(--primary-200)}.purchase-option label,.subscribe-option label{display:flex;align-items:center;gap:10px;cursor:pointer}.purchase-option input[type=checkbox],.subscribe-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-600)}.purchase-price,.subscribe-price{font-size:1.05rem;font-weight:700;color:var(--primary-700);margin-left:auto}.subscribe-badge{background:var(--primary-100);color:var(--primary-700);font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.subscribe-dropdown{margin-top:12px;width:100%;padding:10px 14px;border:1px solid var(--primary-300);border-radius:var(--radius-sm);background:#fff;font-size:.9rem;color:var(--text-med);cursor:pointer}.hero-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;margin-bottom:4px}.hero-benefit{display:flex;align-items:center;gap:6px;background:var(--primary-50);padding:6px 14px;border-radius:50px;font-size:.8rem;color:var(--text-med);font-weight:500;border:1px solid var(--primary-100)}.hero-benefit svg{width:13px;height:13px;color:var(--primary-500)}.trust-bar{background:linear-gradient(90deg,var(--primary-800),var(--primary-900));padding:18px 0}.trust-bar-inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#ffffffe0;font-size:.88rem;font-weight:500}.trust-icon{width:34px;height:34px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.ingredients{background:#fdbca3}.ingredients .section-title .handwritten{color:#91014d}.ingredients .container{max-width:1840px;padding:0 32px}.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 28px;row-gap:56px}.ingredient-card{background:#fff;border-radius:22px;padding:26px 22px;text-align:left;border:1.5px solid var(--primary-300);transition:all .3s;position:relative;overflow:visible;display:grid;grid-template-columns:minmax(0,1fr) 200px;grid-template-areas:"sub  sub" "h4   img" "p    img" "dose img";column-gap:18px;align-items:start}.ingredient-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-500)}.ingredient-icon{grid-area:img;align-self:center;width:200px;height:200px;margin:0 -32px -18px 0;border-radius:0;background:transparent;overflow:visible;display:flex;align-items:center;justify-content:center}.ingredient-icon img{width:100%;height:100%;object-fit:contain}.ingredient-card .ingredient-sub{grid-area:sub;font-size:.8rem;color:var(--primary-600);font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}.ingredient-card h4{grid-area:h4;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;margin-bottom:10px;color:var(--text-dark);line-height:1.2}.ingredient-card p{grid-area:p;font-size:.95rem;color:var(--text-light);line-height:1.55;margin:0}.ingredient-dose{grid-area:dose;justify-self:start;display:inline-block;margin-top:12px;background:#fff;color:var(--primary-700);padding:4px 14px;border-radius:50px;font-size:.72rem;font-weight:600;border:1px solid var(--primary-200)}.experts{background:#fff;position:relative}.experts:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-300),var(--primary-500),var(--accent),var(--primary-400))}.experts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:36px}.section-cta{display:flex;justify-content:center;margin-top:40px}.section-cta__btn{font-size:1.05rem;padding:18px 40px;letter-spacing:.3px;color:#fff!important}.expert-card{text-align:center;padding:32px 20px;border-radius:var(--radius-md);transition:all .3s;cursor:pointer;background:#fff;border:2px solid var(--primary-100)}.expert-card:hover{background:var(--primary-50);transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--primary-300)}.expert-avatar{height:284px;margin:0 auto 16px;border:3px solid var(--primary-200);box-shadow:var(--shadow-sm);overflow:hidden;background:linear-gradient(135deg,#d4a0aa,#b88090,#a07080);position:relative}.expert-avatar:after{content:"\2713";position:absolute;bottom:2px;right:2px;width:22px;height:22px;background:var(--primary-500);color:#fff;border-radius:50%;font-size:.72rem;display:flex;align-items:center;justify-content:center;border:2px solid #fff;font-weight:700}.expert-card h4{font-size:1.2rem;font-weight:700;margin-bottom:4px;color:var(--text-dark)}.expert-card .expert-title{font-size:.95rem;color:var(--primary-600);font-weight:500}.expert-card .expert-quote{font-size:18px;color:var(--text-light);margin-top:10px;font-style:italic;line-height:1.5}.experts-cta{text-align:center}.why-choose{background:linear-gradient(180deg,var(--cream) 0%,#fff 100%)}.comparison-table{display:grid;grid-template-columns:1fr 1fr;gap:28px}.comparison-col{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.comparison-col.ours{border:2px solid var(--primary-400);box-shadow:var(--shadow-md)}.comparison-col.theirs{border:2px solid #e8e0e0}.comparison-head{padding:20px 24px;display:flex;align-items:center;gap:12px}.comparison-col.ours .comparison-head{background:linear-gradient(135deg,var(--primary-600),var(--primary-800));color:#fff}.comparison-col.theirs .comparison-head{background:#f5f0f0;color:#666}.comparison-head h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.comparison-body{padding:24px}.comp-product-img{text-align:center;padding:20px 24px 12px;background:#fff}.comp-product-img img{max-height:220px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 20px rgba(103,26,51,.18))}.comp-shop-btn{display:block;margin:4px 24px 24px;padding:14px 20px;background:linear-gradient(135deg,var(--primary-500),var(--primary-700));color:#fff!important;text-align:center;text-decoration:none;border-radius:50px;font-family:DM Sans,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.5px;transition:transform .2s,box-shadow .2s}.comp-shop-btn:hover{transform:translateY(-2px)}.comp-item{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f5eff1}.comp-item:last-child{border-bottom:none}.comp-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0;margin-top:1px}.comp-icon.check{background:var(--primary-100);color:var(--primary-700)}.comp-icon.cross{background:#fce8e8;color:#d32f2f;font-size:.8rem}.comp-text{font-size:18px;color:var(--text-med);line-height:1.5}.comp-text strong{color:var(--text-dark)}.stories{background:linear-gradient(135deg,var(--primary-50),var(--cream))}.stories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.story-card{border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow-md);transition:all .3s;cursor:pointer;display:flex;flex-direction:column}.story-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.story-thumb{width:100%;aspect-ratio:9/16;background:linear-gradient(135deg,var(--primary-200),var(--primary-300));position:relative;overflow:hidden;border-radius:14px}.story-thumb .story-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transition:opacity .35s ease}.story-thumb.has-poster .story-poster{opacity:1}.story-thumb video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;cursor:pointer;z-index:2;opacity:0;transition:opacity .35s ease}.story-thumb.video-ready .story-poster{opacity:0;pointer-events:none}.story-thumb.video-ready video{opacity:1}.story-card:hover video{transform:scale(1.03);transition:transform .4s ease}.play-btn{width:52px;height:52px;background:#ffffffeb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--primary-700);box-shadow:0 4px 20px #00000026;transition:transform .3s}.story-card:hover .play-btn{transform:scale(1.1)}.story-info{padding:14px 16px;flex:1;display:flex;flex-direction:column}.story-info h4{font-size:.88rem;margin-bottom:3px;font-weight:600}.story-info p{font-size:18px;color:var(--text-light);flex:1}.story-result{display:inline-block;background:var(--primary-50);color:var(--primary-700);font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-top:12px;align-self:flex-start}.how-to-use{background:linear-gradient(180deg,#fff,var(--primary-50))}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.step-card{text-align:center;padding:36px 24px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);position:relative;transition:all .3s;border:1px solid var(--primary-100)}.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:var(--primary-200)}.step-num{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:32px;height:32px;background:linear-gradient(135deg,var(--primary-500),var(--primary-700));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;box-shadow:0 3px 10px #c63d6259}.step-icon{width:68px;height:68px;border-radius:50%;background:var(--primary-50);margin:12px auto 18px;display:flex;align-items:center;justify-content:center;font-size:1.9rem;border:2px solid var(--primary-100)}.step-card h4{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.step-card p{font-size:.85rem;color:var(--text-light);line-height:1.6}.nutrition-panel{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;border:1px solid var(--primary-100)}.nutrition-panel h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:16px}.nutrition-table{width:100%;border-collapse:collapse}.nutrition-table tr{border-bottom:1px solid #f9eff2}.nutrition-table td{padding:10px 0;font-size:.87rem}.nutrition-table td:first-child{color:var(--text-med);font-weight:500}.nutrition-table td:last-child{text-align:right;font-weight:600;color:var(--text-dark)}.nutrition-table tr:last-child{border-bottom:none}.nutrition-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.clean-energy{background:#fdbca3;color:#91014d;position:relative;overflow:hidden}.clean-energy:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(145,1,77,.08),transparent 70%);top:-200px;right:-200px;pointer-events:none}.clean-energy .section-title,.clean-energy .section-title .handwritten{color:#91014d}.clean-energy .section-subtitle{color:#91014db8}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-card{padding:28px 22px;border-radius:var(--radius-lg);background:#91014d;border:1px solid rgba(145,1,77,.2);transition:all .3s;text-align:left}.benefit-card:hover{background:#7a0141;transform:translateY(-4px);border-color:#fdbca366}.benefit-icon{width:52px;height:52px;border-radius:14px;background:#fdbca32e;margin-bottom:16px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.benefit-card h4{font-size:1.2rem;font-weight:600;margin-bottom:6px;color:#fff}.benefit-card p{font-size:1rem;color:#ffffffbf;line-height:1.6}.faq{background:#fff}.faq-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:start}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid #f0dde3;border-radius:var(--radius-md);overflow:hidden;transition:all .3s}.faq-item:hover{border-color:var(--primary-300)}.faq-item.open{border-color:var(--primary-400);box-shadow:var(--shadow-sm)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-weight:600;font-size:.95rem;background:#fff;transition:background .2s;gap:16px}.faq-item.open .faq-q,.faq-q:hover{background:var(--primary-50)}.faq-q .arrow{width:28px;height:28px;border-radius:50%;background:var(--primary-100);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--primary-700);transition:transform .3s;flex-shrink:0}.faq-item.open .faq-q .arrow{transform:rotate(180deg);background:var(--primary-200)}.faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:all .3s ease;color:var(--text-light);font-size:.9rem;line-height:1.7}.faq-item.open .faq-a{padding:0 22px 18px;max-height:200px}.faq-promo{background:linear-gradient(145deg,var(--primary-700),var(--primary-900));border-radius:var(--radius-lg);padding:40px 32px;text-align:center;color:#fff;position:relative;overflow:hidden}.faq-promo:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(201,168,76,.1),transparent 70%);top:-100px;right:-100px;pointer-events:none}.faq-promo h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:10px;color:#fff;position:relative;z-index:1}.faq-promo p{font-size:.88rem;color:#ffffffb8;margin-bottom:24px;position:relative;z-index:1}.faq-promo .avatars{display:flex;justify-content:center;margin:16px 0;position:relative;z-index:1}.avatar-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary-300),var(--primary-500));border:2px solid rgba(255,255,255,.3);margin-left:-8px;overflow:hidden;flex-shrink:0}.avatar-circle:first-child{margin-left:0}.reviews{background:linear-gradient(180deg,var(--cream) 0%,#fff 100%)}.reviews-summary{display:flex;align-items:center;justify-content:center;gap:48px;margin-bottom:40px;flex-wrap:wrap}.rating-big{text-align:center}.rating-big .score{font-size:3.5rem;font-weight:700;color:var(--text-dark);line-height:1}.rating-big .stars-big{font-size:1.4rem;color:var(--accent);margin:4px 0}.rating-big .count{font-size:.85rem;color:var(--text-light)}.reviews-list{display:flex;flex-direction:column;gap:20px;max-width:1000px;margin:0 auto}.review-card{background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);border:1px solid var(--primary-50);transition:all .3s}.review-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-100)}.review-top{display:flex;align-items:center;gap:14px;margin-bottom:12px}.review-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary-200),var(--primary-400));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-800);font-size:.88rem;flex-shrink:0}.review-meta h4{font-size:.92rem;font-weight:600}.review-meta .stars-sm{color:var(--accent);font-size:.8rem}.review-meta .date{font-size:.75rem;color:var(--text-light);margin-left:8px}.review-card p{font-size:18px;color:var(--text-med);line-height:1.7}.verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:var(--primary-600);font-weight:600;margin-top:10px}.bundle{background:linear-gradient(135deg,var(--primary-50) 0%,var(--cream) 60%,#fff 100%);position:relative;overflow:hidden}.bundle:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(198,61,98,.05),transparent 70%);bottom:-100px;left:-100px;pointer-events:none}#ct-page[data-product=rose-ritual-chai] .bundle .section-title{margin-bottom:48px}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bundle-card{background:#fff;border-radius:var(--radius-lg);padding:28px 22px;text-align:center;box-shadow:var(--shadow-md);transition:all .3s;position:relative;border:2px solid transparent}.bundle-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.bundle-card.featured{border-color:var(--primary-500);transform:scale(1.02)}.bundle-card.featured:hover{transform:scale(1.02) translateY(-6px)}.bundle-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary-500),var(--primary-700));color:#fff;padding:4px 16px;border-radius:50px;font-size:.72rem;font-weight:700;white-space:nowrap}.bundle-product{width:240px;height:280px;border-radius:14px;margin:14px auto;display:flex;align-items:center;justify-content:center;font-size:3.2rem;background:transparent}.bundle-card h4{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:6px}.bundle-desc{font-size:1rem;color:var(--text-light);margin-bottom:14px}.bundle-price .current{font-size:1.4rem;font-weight:700;color:var(--primary-700)}.bundle-price .original{font-size:1.1rem;font-weight:400;color:var(--text-med);text-decoration:line-through;text-decoration-thickness:2px;margin-left:8px}.bundle-price .save{display:flex;flex-direction:column;gap:4px;margin-top:6px}.bundle-price .save-line{display:block;font-size:.95rem;font-weight:700;color:#91014d;letter-spacing:.1px}.bundle-price .save-sub{display:block;font-size:.95rem;font-weight:700;color:#97a53b}.cta-banner{background:linear-gradient(135deg,var(--primary-700),var(--primary-800),var(--primary-900));padding:64px 24px;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(201,168,76,.08),transparent 70%);top:-300px;right:-200px;pointer-events:none}.cta-banner h2{font-family:Georgia,serif;font-size:3.5rem;font-weight:700;margin-bottom:12px;position:relative;z-index:1}.cta-banner p{font-size:1.2rem;opacity:.85;margin-bottom:32px;max-width:520px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.ct-btn-white{background:#fff;color:var(--primary-700);font-weight:700;position:relative;z-index:1}.ct-btn-white:hover{transform:translateY(-2px)}.fade-in{opacity:1;transform:translateY(0);transition:all .7s cubic-bezier(.25,.46,.45,.94)}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center;gap:36px;padding-bottom:20px}.hero-gallery{order:-1;display:flex;flex-direction:column;align-items:center}.hero-thumbnails,.hero-benefits,.rating-row,.hero-price,.hero-info .eyebrow,.cert-badges{justify-content:center}.experts-grid{grid-template-columns:repeat(2,1fr)}.comparison-table,.faq-layout{grid-template-columns:1fr}.ingredients-grid,.stories-grid,.bundle-grid{grid-template-columns:repeat(2,1fr)}.nutrition-panel{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.trust-bar-inner{gap:20px}.qty-selector{margin:0 auto}}@media(min-width:769px)and (max-width:1496px){.ingredient-card{grid-template-columns:1fr;grid-template-areas:"sub" "h4" "img" "p" "dose";text-align:center;padding:24px 20px 26px}.ingredient-card .ingredient-sub{margin-bottom:6px}.ingredient-card h4{margin-bottom:14px}.ingredient-icon{width:170px;height:170px;margin:4px auto 14px;justify-self:center;align-self:center}.ingredient-dose{justify-self:center;margin-top:14px}}@media(max-width:768px){.container{padding:0 16px}.section-title{font-size:1.8rem}.section-pad{padding:48px 0}.section-subtitle{font-size:1.1rem;margin-bottom:32px}#ct-page[data-product=rose-ritual-chai] .bundle .section-title{margin-bottom:32px}.hero{padding:36px 0 0}.hero-inner{gap:28px;padding:0 16px 20px}.hero-info h1{font-size:2rem}.hero-info .tagline{font-size:.95rem}.hero-price .current{font-size:1.8rem}.hero-main-img{max-width:600px}.hero-thumbnails{overflow-x:auto;flex-wrap:nowrap;max-width:100%;padding-bottom:4px;-webkit-overflow-scrolling:touch;justify-content:flex-start;scroll-snap-type:x mandatory}.hero-thumb{width:84px;height:84px;flex-shrink:0;scroll-snap-align:start;border:2px solid transparent;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.hero-thumb.active{border-color:var(--primary-700);transform:scale(1.02);box-shadow:0 4px 12px #0000002e}.hero-img-arrow,.hero-thumbs-arrow{display:none!important}.hero-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 0 12px;width:100%}.hero-dot{width:7px;height:7px;border-radius:50%;background:#d4cfc5;border:none;padding:0;cursor:pointer;transition:width .3s ease,background .3s ease,border-radius .3s ease}.hero-dot.active{width:24px;height:7px;border-radius:4px;background:var(--primary-700)}.hero-dot:focus-visible{outline:2px solid var(--primary-700);outline-offset:2px}.cert-badges{gap:6px}.cert-badge{padding:5px 10px;font-size:.72rem}.trust-bar{padding:14px 0}.trust-bar-inner{gap:12px 20px}.trust-item{font-size:.78rem;gap:6px}.trust-icon{width:28px;height:28px;font-size:.85rem}.steps-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto 48px}.benefits-grid{grid-template-columns:1fr}.bundle-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.ingredients-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.stories-grid{grid-template-columns:repeat(2,1fr)}.expert-card{padding:22px 16px}.expert-avatar{width:200px;height:200px}.expert-card .expert-quote{font-size:.9rem}.story-info p{font-size:.78rem}.review-card p{font-size:.88rem}.bundle-product{width:200px;height:240px;font-size:2.8rem}.reviews-summary{gap:20px;flex-direction:column;align-items:center}.review-card{padding:18px}.nutrition-panel{padding:24px 20px;gap:28px}.faq-promo{padding:28px 20px}.faq-q{padding:14px 16px;font-size:.88rem}.faq-item.open .faq-a{padding:0 16px 14px}.cta-banner{padding:48px 16px}.cta-banner h2{font-size:1.9rem}.cta-banner p{font-size:.95rem}.comparison-head h3{font-size:1.1rem}.comparison-body{padding:18px}.comp-text{font-size:.85rem}.bundle-card.featured{transform:scale(1)}.bundle-card.featured:hover{transform:translateY(-6px)}.bundle-grid>.bundle-card:nth-child(1){order:3}.bundle-grid>.bundle-card:nth-child(2){order:1}.bundle-grid>.bundle-card:nth-child(3){order:2}}@media(max-width:570px){.hero-info .eyebrow{font-size:22px}.ingredient-card{grid-template-columns:1fr;grid-template-areas:"sub" "h4" "img" "p" "dose";text-align:center;padding:22px 16px 24px;column-gap:0}.ingredient-card .ingredient-sub{margin-bottom:6px}.ingredient-card h4{margin-bottom:14px;font-size:1.15rem}.ingredient-icon{width:170px;height:170px;margin:4px auto 14px;justify-self:center;align-self:center}.ingredient-card p{font-size:.88rem}.ingredient-dose{justify-self:center;margin-top:14px}}@media(max-width:480px){.container{padding:0 14px}.section-title{font-size:1.5rem}.section-pad{padding:36px 0}.section-subtitle{font-size:1rem;margin-bottom:24px}#ct-page[data-product=rose-ritual-chai] .bundle .section-title{margin-bottom:24px}.hero{padding:24px 0 0}.hero-inner{gap:20px;padding:0 14px 20px}.hero-info h1{font-size:1.65rem}.hero-info .eyebrow{font-size:20px}.hero-info .tagline{font-size:.88rem;margin-bottom:16px}.hero-price .current{font-size:1.5rem}.hero-price .original{font-size:.95rem}.hero-price{margin-bottom:16px}.hero-main-img{max-width:100%}.hero-thumb{width:76px;height:76px}.hero-thumbnails{gap:8px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;max-width:100%;padding-bottom:4px;-webkit-overflow-scrolling:touch}.hero-benefits{gap:6px}.hero-benefit{padding:5px 10px;font-size:.72rem}.cert-badges{gap:5px}.cert-badge{padding:4px 8px;font-size:.68rem}.cert-badge-icon{width:15px;height:15px;font-size:.55rem}.trust-bar-inner{flex-direction:column;align-items:center;gap:10px}.trust-item{font-size:.75rem}.experts-grid{grid-template-columns:1fr 1fr;gap:12px}.expert-card{padding:18px 12px}.expert-card h4{font-size:1.05rem}.expert-card .expert-title{font-size:.85rem}.expert-avatar{width:150px;height:150px}.expert-card .expert-quote{font-size:.88rem}.bundle-product{width:180px;height:210px;font-size:2.6rem}.stories-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}.step-card{padding:28px 18px}.benefit-card{padding:22px 18px}.benefits-grid{grid-template-columns:1fr}.bundle-card{padding:22px 16px}.bundle-card.featured{transform:scale(1)}.rating-big .score{font-size:2.8rem}.review-card{padding:16px}.review-top{gap:10px}.review-avatar{width:36px;height:36px;font-size:.75rem}.faq-promo{padding:24px 16px}.faq-promo h3{font-size:1.2rem}.cta-banner{padding:36px 14px}.cta-banner h2{font-size:1.5rem}.cta-banner p{font-size:.88rem;margin-bottom:24px}.comparison-head{padding:14px 16px}.comparison-head h3{font-size:1rem}.comparison-body{padding:14px}.ct-btn{padding:12px 24px;font-size:.88rem}.ct-btn-outline{padding:10px 20px;font-size:.85rem}.qty-btn{width:42px;height:44px;font-size:1.1rem}.qty-input{width:50px;height:44px;font-size:1rem}.nutrition-panel{padding:20px 16px;gap:20px}.nutrition-table td{padding:8px 0;font-size:.82rem}}@media(max-width:420px){.expert-avatar{width:100px;height:100px}}@media(max-width:360px){.container{padding:0 12px}.hero-inner{padding:0 12px 20px}.hero-info h1{font-size:1.45rem}.hero-info .eyebrow{font-size:18px}.hero-info .tagline{font-size:.82rem;margin-bottom:14px}.hero-price .current{font-size:1.35rem}.hero-price .save-badge{padding:3px 8px;font-size:.68rem}.hero-thumb{width:68px;height:68px}.hero-thumbnails{gap:6px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start}.hero-benefit{padding:4px 8px;font-size:.68rem}.hero-benefit svg{width:11px;height:11px}.cert-badge{padding:3px 7px;font-size:.65rem}.section-title{font-size:1.35rem}.section-subtitle{font-size:.92rem}.ct-btn{padding:11px 20px;font-size:.82rem}.qty-btn{width:38px;height:40px;font-size:1rem}.qty-input{width:44px;height:40px;font-size:.9rem}.expert-card{padding:14px 10px}.expert-card h4{font-size:.95rem}.expert-card .expert-quote{font-size:.78rem}.cta-banner h2{font-size:1.3rem}.cta-banner p{font-size:.82rem}.faq-q{padding:12px 14px;font-size:.82rem}.faq-item.open .faq-a{padding:0 14px 12px}}#ct-page h1,#ct-page h2,#ct-page h3,#ct-page h4,#ct-page h5,#ct-page h6{font-family:Playfair Display,serif;color:var(--text-dark);margin-bottom:0}#ct-page .hero-info h1{font-family:Playfair Display,serif;font-size:2.9rem;font-weight:700;line-height:1.15;margin-bottom:10px;color:var(--text-dark)}#ct-page .hero-info h1 em{color:var(--primary-700)}#ct-page .hero-info .eyebrow{font-family:Georgia,serif!important;font-size:24px!important}#ct-page .section-title{font-family:Georgia,serif!important;font-size:3.6rem;font-weight:700;line-height:1.25;margin-bottom:12px;color:var(--text-dark)}#ct-page .section-title span{font-family:Georgia,serif!important;font-style:italic}#ct-page .section-title .accent{color:var(--primary-600)}#ct-page .section-title .handwritten{color:var(--accent-dark)}#ct-page .ingredients .section-title .handwritten{color:#91014d!important}#ct-page .clean-energy .section-title,#ct-page .clean-energy .section-title .handwritten{color:#91014d}#ct-page .ingredient-card h4{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;margin-bottom:6px;color:var(--text-dark)}#ct-page .expert-card h4{font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:4px;color:var(--text-dark)}#ct-page .comparison-head h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:inherit}#ct-page .story-info h4{font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;margin-bottom:3px;color:var(--text-dark)}#ct-page .step-card h4{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--text-dark)}#ct-page .review-meta h4{font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;color:var(--text-dark);margin-bottom:0}#ct-page .nutrition-panel h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;margin-bottom:16px;color:var(--text-dark)}#ct-page .faq-promo h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;margin-bottom:10px;color:#fff}#ct-page .cta-banner h2{font-family:Georgia,serif;font-size:3.5rem;font-weight:700;margin-bottom:12px;color:#fff}#ct-page p{color:var(--text-dark)}#ct-page .tagline{color:var(--text-med)}#ct-page .section-subtitle{color:var(--text-light)}#ct-page .clean-energy .section-subtitle{color:#91014db8}#ct-page .benefit-card h4{font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:6px;color:#fff}#ct-page .benefit-card p{color:#ffffffbf}#ct-page .ingredient-card p,#ct-page .story-info p{color:var(--text-light)}#ct-page .review-card p,#ct-page .comp-text{color:var(--text-med)}#ct-page .faq-a{color:var(--text-light)}#ct-page .faq-promo p{color:#ffffffb8}#ct-page .cta-banner p{color:#fff}@media(max-width:768px){#ct-page .hero-info h1{font-size:2rem}#ct-page .section-title{font-size:1.8rem}#ct-page .cta-banner h2{font-size:2.9rem}}@media(max-width:480px){#ct-page .hero-info h1{font-size:1.65rem}#ct-page .section-title{font-size:1.5rem}#ct-page .cta-banner h2{font-size:2.4rem}#ct-page .faq-promo h3,#ct-page .nutrition-panel h3{font-size:1.2rem}#ct-page .comparison-head h3{font-size:1rem}}@media(max-width:360px){#ct-page .hero-info h1{font-size:1.45rem}#ct-page .section-title{font-size:1.35rem}#ct-page .cta-banner h2{font-size:2.1rem}#ct-page .faq-promo h3{font-size:1.1rem}}@media(min-width:1440px){#ct-page .section-title{font-size:72px;line-height:1.2}}.qty-selector{display:inline-flex;align-items:stretch;border:1.5px solid var(--primary-200);border-radius:14px;overflow:hidden;width:fit-content;background:#fff;box-shadow:0 2px 12px #c63d621a;margin-bottom:20px}.qty-btn{background:var(--primary-50);border:none;width:48px;height:50px;font-size:1.2rem;cursor:pointer;color:var(--primary-600);transition:all .18s;flex-shrink:0;line-height:1;font-family:DM Sans,sans-serif;font-weight:400;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.qty-btn:hover{background:var(--primary-100);color:var(--primary-800)}.qty-btn:focus{outline:none}.qty-btn:active{background:var(--primary-200);transform:scale(.92)}.qty-selector:focus-within{border-color:var(--primary-700);box-shadow:0 2px 12px #87244333}.qty-input{width:58px;text-align:center;border:none;border-left:1.5px solid var(--primary-100);border-right:1.5px solid var(--primary-100);height:50px;font-size:1.15rem;font-weight:700;color:var(--primary-700);font-family:DM Sans,sans-serif;-moz-appearance:textfield;background:#fff;outline:none}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#ct-page .qty-input{color:var(--primary-700)!important;font-size:1.15rem;font-weight:700;width:60px;background-color:var(--primary-50);margin:0}.hero-kits__tab{background:var(--primary-200);color:var(--text-dark);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;padding:12px 24px;text-align:center;border-radius:var(--radius-lg) var(--radius-lg) 0 0;border:1.5px solid var(--primary-100);border-bottom:none}.hero-kits__grid{display:flex;flex-direction:column;gap:12px;background:var(--blush);border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:18px;border:1.5px solid var(--primary-100);border-top:none}.hero-kit-card{display:flex;align-items:center;gap:14px;background:#fff;border:2px solid var(--primary-100);border-radius:var(--radius-md);padding:14px 16px;text-decoration:none;color:var(--text-dark);transition:all .25s ease;cursor:pointer}.hero-kit-card:hover{border-color:var(--primary-400);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero-kit-card__img{flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;background:var(--blush)}.hero-kit-card__img img{width:100%;height:100%;object-fit:contain}.hero-kit-card__right{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.hero-kit-card__info h4{font-family:Playfair Display,serif;font-size:.95rem;margin-bottom:2px;line-height:1.3}.hero-kit-card__desc{font-size:.75rem;color:var(--text-light);margin-bottom:0;line-height:1.4}.hero-kit-card__pricing{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hero-kit-card__price{font-size:1.05rem;font-weight:700;color:var(--primary-700)}.hero-kit-card__original{font-size:.82rem;color:var(--text-light);text-decoration:line-through}.hero-kit-card__save{font-size:.65rem;font-weight:700;color:#fff;background:var(--accent);padding:2px 8px;border-radius:50px}@media(min-width:768px)and (max-width:1024px){.hero-kit-card__right{flex-direction:row;align-items:center}.hero-kit-card__info{flex:1}.hero-kit-card__pricing{flex-shrink:0}}.ads-sub-option{display:block;border:2px solid var(--primary-100);border-radius:var(--radius-md);padding:18px 20px;transition:all .2s}.ads-sub-option--active{border-color:var(--primary-700);background:var(--primary-50)}.ads-sub-option:not(.ads-sub-option--active):hover{border-color:var(--primary-300)}.ads-sub-option__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ads-sub-option__title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark)}.ads-sub-option__badge{background:linear-gradient(135deg,var(--primary-500),var(--primary-700));color:#fff;padding:4px 12px;border-radius:50px;font-size:.65rem;font-weight:700;letter-spacing:.5px}.ads-sub-option__pricing{margin-bottom:10px}.ads-sub-option__original{font-size:.9rem;color:var(--text-light);text-decoration:line-through;margin-right:6px}.ads-sub-option__price{font-size:1.15rem;font-weight:700;color:var(--primary-700)}.ads-sub-radio{display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid var(--primary-300);position:relative;flex-shrink:0}.ads-sub-radio--checked{border-color:var(--primary-700)}.ads-sub-radio--checked:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:var(--primary-700)}.ads-sub-perks{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;justify-content:flex-start}.ads-sub-perk{font-size:16px;font-weight:600;color:#01352c;background:#fdbca3;padding:5px 14px;border-radius:50px;display:flex;align-items:center;gap:6px}.ads-sub-perk__icon{color:#01352c;flex-shrink:0}@media(max-width:600px){.ads-sub-perks{flex-direction:column;gap:6px;margin:0 0 16px;align-items:center}}.hero-review-mobile{display:none}@media(max-width:1024px){.hero-review-mobile{display:block}.hero-review-desktop{display:none!important}.ads-sub-perks{justify-content:center}}@media(max-width:767px){.hero-kit-card__pricing{justify-content:center}}@media(max-width:480px){.hero-kits__grid{padding:12px;gap:10px}.hero-kit-card{padding:12px;gap:12px}.hero-kit-card__img{width:65px;height:65px}.hero-kit-card__info h4{font-size:.85rem}.hero-kit-card__desc{font-size:.7rem}.hero-kit-card__price{font-size:.95rem}}#ct-page{font-size:18px}#ct-page p,#ct-page .tagline{font-size:1.15rem;line-height:1.65}#ct-page .section-subtitle{font-size:1.35rem;line-height:1.55}#ct-page .hero-info .tagline{font-size:1.2rem;line-height:1.7}#ct-page .hero-info .eyebrow{font-size:28px!important}#ct-page .hero-price .current{font-size:2.5rem}#ct-page .hero-price .original{font-size:1.25rem}#ct-page .hero-price .save-badge{font-size:.9rem;padding:5px 14px}#ct-page .hero-benefit{font-size:.95rem;padding:8px 14px}#ct-page .cert-badge{font-size:.88rem;padding:7px 14px}#ct-page .trust-item{font-size:1rem}#ct-page .ingredient-card h4{font-size:1.55rem;margin-bottom:8px}#ct-page .ingredient-card .ingredient-sub{font-size:.95rem;letter-spacing:.7px}#ct-page .ingredient-card p{font-size:1.1rem;line-height:1.6}#ct-page .ingredient-dose{font-size:.85rem;padding:5px 16px}#ct-page .expert-card h4{font-size:1.35rem}#ct-page .expert-card .expert-title{font-size:1.05rem}#ct-page .expert-card .expert-quote{font-size:1.05rem;line-height:1.65}#ct-page .review-meta h4{font-size:1.05rem}#ct-page .review-card p{font-size:1.05rem;line-height:1.65}#ct-page .verified-badge{font-size:.88rem}#ct-page .bundle-card h4{font-size:1.3rem}#ct-page .bundle-desc{font-size:1rem;line-height:1.55}#ct-page .bundle-price .current{font-size:1.55rem}#ct-page .step-card h4{font-size:1.15rem}#ct-page .step-card p{font-size:1.05rem}#ct-page .benefit-card h4{font-size:1.35rem}#ct-page .benefit-card p{font-size:1.05rem;line-height:1.6}#ct-page .comparison-head h3{font-size:1.45rem}#ct-page .comp-text{font-size:1.05rem;line-height:1.6}#ct-page .faq-q{font-size:1.1rem;padding:18px 20px}#ct-page .faq-a{font-size:1.05rem;line-height:1.65}#ct-page .faq-promo h3{font-size:1.6rem}#ct-page .faq-promo p{font-size:1.05rem}#ct-page .nutrition-panel h3{font-size:1.55rem}#ct-page .nutrition-table td{font-size:1rem}#ct-page .cta-banner p{font-size:1.2rem;line-height:1.6}#ct-page .ct-btn{font-size:1.05rem;padding:16px 30px}#ct-page .ct-btn-outline{font-size:1rem;padding:13px 24px}@media(max-width:768px){#ct-page{font-size:17px}#ct-page .section-subtitle{font-size:1.2rem}#ct-page .ingredient-card h4{font-size:1.35rem}#ct-page .ingredient-card p{font-size:1.02rem}#ct-page .hero-info .tagline{font-size:1.08rem}#ct-page .hero-info .eyebrow{font-size:24px!important}#ct-page .hero-price .current{font-size:2.1rem}#ct-page .ct-btn{font-size:1rem;padding:14px 24px}#ct-page .faq-q{font-size:1.02rem;padding:14px 16px}#ct-page .faq-a{font-size:.98rem}}@media(max-width:480px){#ct-page{font-size:16px}#ct-page p,#ct-page .tagline{font-size:1.05rem}#ct-page .section-subtitle{font-size:1.1rem}#ct-page .ingredient-card h4{font-size:1.2rem}#ct-page .ingredient-card p{font-size:.98rem}#ct-page .hero-info .tagline{font-size:1rem}#ct-page .hero-info .eyebrow{font-size:22px!important}#ct-page .hero-price .current{font-size:1.85rem}#ct-page .review-card p{font-size:.98rem}#ct-page .ct-btn{font-size:.98rem;padding:13px 22px}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/landing-product-shared.css.map */
