@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";:root{--bg: #f0ede8;--bg-card: #ebe7e1;--bg-elevated: #e4e0d9;--bg-white: #faf9f7;--bg-dark: #1a2e1a;--accent: #2d6b5a;--accent-light: #3d8a72;--accent-pale: #e8f2ee;--accent-muted: rgba(45,107,90,.12);--text: #1a1a18;--text-muted: #5a5a52;--text-subtle: #9a9a90;--border: rgba(26,26,24,.08);--border-strong: rgba(26,26,24,.15);--border-accent: rgba(45,107,90,.25);--red: #c0392b;--font-head: "Poppins", sans-serif;--font-body: "Poppins", sans-serif;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--shadow-sm: 0 2px 12px rgba(26,26,24,.07);--shadow: 0 8px 40px rgba(26,26,24,.1);--shadow-lg: 0 20px 60px rgba(26,26,24,.13)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.1;font-weight:400;letter-spacing:-.02em}h1{font-size:clamp(2.8rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}.accent{color:var(--accent)}.italic{font-style:italic}.muted{color:var(--text-muted)}.container{max-width:1180px;margin:0 auto;padding:0 28px}.section-pad{padding:96px 0}.section-pad-sm{padding:56px 0}.label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);padding:5px 12px;border:1px solid var(--border-accent);border-radius:var(--radius-pill);background:var(--accent-pale);margin-bottom:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.95rem;font-weight:600;transition:all .22s ease;white-space:nowrap;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;border:none}.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #2d6b5a47}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-pale)}.btn-dark{background:var(--bg-dark);color:#fff;border:none}.btn-dark:hover{background:#253d25;transform:translateY(-2px);box-shadow:0 8px 24px #1a2e1a59}.btn-lg{padding:18px 36px;font-size:1.05rem}.section-header{margin-bottom:52px}.section-header.centered{text-align:center;max-width:680px;margin:0 auto 52px}.section-desc{font-size:1rem;color:var(--text-muted);line-height:1.75;margin-top:16px}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .3s ease}.site-header.scrolled{background:#f0ede8eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{max-width:1180px;margin:0 auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:700;font-size:1.2rem;letter-spacing:-.02em;color:var(--text)}.header-logo .logo-icon{width:34px;height:34px;border:2px solid var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.72rem}.header-logo .logo-rx{color:var(--accent);font-style:italic}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:.9rem;color:var(--text-muted);font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:12px}.cart-icon{position:relative;padding:8px;color:var(--text-muted);transition:color .2s}.cart-icon:hover{color:var(--accent)}.cart-count{position:absolute;top:2px;right:2px;width:16px;height:16px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-toggle span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}.mobile-menu{display:none;flex-direction:column;padding:16px 28px 24px;border-top:1px solid var(--border);background:#f0ede8f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-menu a{padding:12px 0;font-size:1rem;color:var(--text-muted);font-weight:500;border-bottom:1px solid var(--border)}.mobile-menu a:last-child{border:none}.mobile-menu.open{display:flex}.hero-section{min-height:100vh;display:flex;align-items:center;padding-top:90px;position:relative;overflow:hidden}.hero-content{position:relative;z-index:1;max-width:820px;padding:80px 0}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--accent-pale);border:1px solid var(--border-accent);border-radius:var(--radius-pill);padding:7px 14px;font-size:.78rem;font-weight:600;color:var(--accent);margin-bottom:28px;letter-spacing:.04em}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.hero-headline{font-size:clamp(3rem,7vw,5.6rem);font-weight:400;letter-spacing:-.03em;line-height:1.02;margin-bottom:28px}.hero-headline em{font-style:italic;color:var(--accent)}.hero-sub{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--text-muted);max-width:540px;line-height:1.75;margin-bottom:40px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:56px}.hero-stats{display:flex;gap:40px;flex-wrap:wrap;padding-top:40px;border-top:1px solid var(--border)}.hero-stat-item{display:flex;flex-direction:column;gap:2px}.hero-stat-num{font-family:var(--font-head);font-size:2rem;color:var(--accent);letter-spacing:-.03em}.hero-stat-label{font-size:.78rem;color:var(--text-muted);font-weight:500}.trust-section{padding:28px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-white)}.trust-label{text-align:center;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-subtle);font-weight:600;margin-bottom:20px}.trust-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-logo-item{font-size:.88rem;font-weight:700;color:var(--text-subtle);transition:color .2s;white-space:nowrap}.trust-logo-item:hover{color:var(--text-muted)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.why-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:all .25s ease}.why-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.why-icon{width:44px;height:44px;background:var(--accent-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:18px}.why-card h3{font-size:1.05rem;margin-bottom:10px;font-weight:600;font-family:var(--font-body)}.why-card p{font-size:.88rem;color:var(--text-muted);line-height:1.65}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:36px;transition:all .25s ease}.feature-card:first-child{grid-row:span 2}.feature-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-sm)}.feature-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.feature-card h3{font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:12px}.feature-card p{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.feature-img{width:100%;height:180px;background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:2.8rem;margin-top:auto}.feature-card:first-child .feature-img{height:260px}.feature-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--text-muted)}.feature-list li:before{content:"";width:18px;height:18px;flex-shrink:0;margin-top:1px;border-radius:50%;background:var(--accent-pale);border:1px solid var(--border-accent);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L9 17L19 7' stroke='%232d6b5a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:11px;background-repeat:no-repeat;background-position:center}.phases-list{display:flex;flex-direction:column;position:relative}.phases-list:before{content:"";position:absolute;left:27px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--accent),transparent);opacity:.3}.phase-item{display:grid;grid-template-columns:56px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--border);align-items:start;transition:all .25s}.phase-item:last-child{border-bottom:none}.phase-num{width:56px;height:56px;border-radius:50%;background:var(--bg-white);border:1.5px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.1rem;color:var(--accent);flex-shrink:0;position:relative;z-index:1;transition:all .25s}.phase-item:hover .phase-num{background:var(--accent);color:#fff;border-color:var(--accent)}.phase-content{padding-top:10px}.phase-title{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:8px}.phase-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px}.pricing-card{background:var(--bg-white);border:1.5px solid var(--border);border-radius:20px;padding:40px;position:relative;transition:all .25s ease;overflow:hidden}.pricing-card.featured{border-color:var(--accent);background:#fff;box-shadow:0 8px 40px #2d6b5a1f}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-badge{position:absolute;top:-1px;right:32px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:0 0 10px 10px}.pricing-plan-name{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.pricing-price{display:flex;align-items:baseline;gap:4px;margin:14px 0 6px}.pricing-currency{font-family:var(--font-head);font-size:1.4rem;color:var(--text-muted)}.pricing-amount{font-family:var(--font-head);font-size:3.4rem;letter-spacing:-.04em;color:var(--text)}.pricing-period{font-size:.85rem;color:var(--text-muted)}.pricing-tagline{font-size:.88rem;color:var(--text-muted);margin-bottom:24px;line-height:1.5}.pricing-divider{height:1px;background:var(--border);margin:24px 0}.pricing-includes{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.pricing-features li{display:flex;align-items:flex-start;gap:12px;font-size:.88rem;color:var(--text-muted);line-height:1.4}.pricing-check{width:18px;height:18px;border-radius:50%;background:var(--accent-pale);border:1px solid var(--border-accent);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.pricing-check svg{width:10px;height:10px;stroke:var(--accent)}.pricing-cta{width:100%;padding:16px;border-radius:var(--radius-pill);font-size:1rem;font-weight:600;text-align:center;display:block;cursor:pointer;transition:all .22s ease;font-family:var(--font-body)}.pricing-cta-primary{background:var(--accent);color:#fff;border:none}.pricing-cta-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #2d6b5a4d}.pricing-cta-secondary{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.pricing-cta-secondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-pale)}.pricing-note{font-size:.78rem;color:var(--text-subtle);text-align:center;margin-top:28px;line-height:1.65;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white)}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--text);text-align:left;transition:color .2s}.faq-question:hover,.faq-question.active{color:var(--accent)}.faq-icon{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-muted);font-size:1.1rem;line-height:1;transition:all .25s}.faq-question.active .faq-icon{background:var(--accent);border-color:var(--accent);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer.open{max-height:500px}.faq-answer-inner{padding-bottom:22px;font-size:.9rem;color:var(--text-muted);line-height:1.75}.product-page{padding:120px 0 80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-media{position:sticky;top:100px}.product-image-main{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:5rem}.product-info{display:flex;flex-direction:column;gap:22px}.product-vendor{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.product-title{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1}.product-price-wrap{display:flex;align-items:baseline;gap:8px}.product-price{font-family:var(--font-head);font-size:2.2rem;color:var(--text);letter-spacing:-.03em}.product-description{font-size:.95rem;color:var(--text-muted);line-height:1.75}.product-includes{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:24px}.product-includes h4{font-family:var(--font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px}.product-add-to-cart{width:100%;padding:18px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-pill);font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .22s ease;font-family:var(--font-body)}.product-add-to-cart:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #2d6b5a4d}.product-add-to-cart:disabled{background:var(--bg-elevated);color:var(--text-muted);cursor:not-allowed;transform:none;box-shadow:none}.collection-page{padding:120px 0 80px}.collection-hero{text-align:center;margin-bottom:64px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.product-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s ease}.product-card:hover{border-color:var(--border-accent);transform:translateY(-4px);box-shadow:var(--shadow)}.product-card-img{aspect-ratio:4/3;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:4rem;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:24px}.product-card-title{font-family:var(--font-body);font-size:1.05rem;font-weight:600;margin-bottom:6px}.product-card-price{font-family:var(--font-head);font-size:1.4rem;color:var(--text);margin-bottom:10px}.product-card-desc{font-size:.84rem;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.cart-page{padding:120px 0 80px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-title{font-family:var(--font-head);font-size:2.2rem;margin-bottom:32px;letter-spacing:-.03em}.cart-empty{text-align:center;padding:80px 0;color:var(--text-muted)}.cart-empty-icon{font-size:4rem;margin-bottom:20px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:start;padding:24px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:80px;height:80px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.8rem;overflow:hidden}.cart-item-title{font-weight:600;font-size:1rem;margin-bottom:4px}.cart-item-price{font-size:.95rem;color:var(--accent);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:10px;margin-top:12px}.qty-btn{width:28px;height:28px;border:1.5px solid var(--border-strong);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text);font-size:1rem;transition:all .2s}.qty-btn:hover{border-color:var(--accent);color:var(--accent)}.cart-item-remove{font-size:.8rem;color:var(--text-subtle);text-decoration:underline;cursor:pointer;transition:color .2s}.cart-item-remove:hover{color:var(--red)}.cart-summary{background:var(--bg-white);border:1.5px solid var(--border);border-radius:var(--radius);padding:32px;position:sticky;top:100px}.cart-summary h3{font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:24px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:.9rem;border-bottom:1px solid var(--border)}.cart-summary-row.total{font-family:var(--font-head);font-size:1.3rem;border-bottom:none;margin-top:8px}.cart-checkout-btn{width:100%;padding:16px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-pill);font-size:1rem;font-weight:700;cursor:pointer;margin-top:20px;transition:all .22s ease;font-family:var(--font-body)}.cart-checkout-btn:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #2d6b5a4d}.sticky-buy-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#f0ede8f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);box-shadow:0 -8px 30px #1a1a181a;padding:14px 28px;transform:translateY(100%);transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.sticky-buy-bar.visible{transform:translateY(0)}.sticky-buy-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.sticky-buy-info h4{font-family:var(--font-body);font-size:1rem;font-weight:600}.sticky-buy-info p{font-size:.82rem;color:var(--text-muted)}.sticky-buy-actions{display:flex;gap:12px;align-items:center}.sticky-price{font-family:var(--font-head);font-size:1.6rem;letter-spacing:-.03em}.plan-selector{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.plan-option{padding:16px 20px;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;background:var(--bg-white);text-align:left}.plan-option:hover{border-color:var(--border-accent)}.plan-option.selected{border-color:var(--accent);background:var(--accent-pale)}.plan-option-name{font-weight:700;font-size:.95rem;margin-bottom:2px}.plan-option-price{font-family:var(--font-head);font-size:1.3rem;color:var(--accent)}.plan-option-tag{font-size:.7rem;color:var(--accent);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center}.trust-badge-icon{font-size:1.4rem}.trust-badge-text{font-size:.7rem;font-weight:600;color:var(--text-muted);line-height:1.3}.social-proof-strip{background:var(--bg-dark);color:#fff;padding:22px 0}.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap}.social-proof-stat{text-align:center}.social-proof-num{font-family:var(--font-head);font-size:1.8rem;letter-spacing:-.03em;color:#b8e8c0}.social-proof-label{font-size:.78rem;color:#ffffff80;font-weight:500}.compare-table{width:100%;border-collapse:collapse;font-size:.88rem}.compare-table th,.compare-table td{padding:13px 20px;text-align:left;border-bottom:1px solid var(--border)}.compare-table th{font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--bg-elevated)}.compare-table th:not(:first-child),.compare-table td:not(:first-child){text-align:center}.compare-table tr:last-child td{border-bottom:none}.compare-table tr:hover td{background:var(--bg-white)}.compare-table .check-yes{color:var(--accent);font-size:1.1rem}.compare-table .check-no{color:var(--text-subtle);font-size:1.1rem}.compare-table .col-featured{background:#2d6b5a0a;font-weight:600}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.testimonial-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.testimonial-stars{color:#e8a020;font-size:.85rem;letter-spacing:2px;margin-bottom:12px}.testimonial-text{font-size:.88rem;color:var(--text-muted);line-height:1.7;font-style:italic;margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-pale);border:1px solid var(--border-accent);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--accent)}.testimonial-name{font-weight:600;font-size:.88rem}.testimonial-meta{font-size:.75rem;color:var(--text-subtle)}.site-footer{border-top:1px solid var(--border);padding:60px 0 32px;background:var(--bg-white)}.footer-top{display:grid;grid-template-columns:1.5fr repeat(2,1fr);gap:48px;margin-bottom:48px}.footer-brand p{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-top:16px;max-width:300px}.footer-col h4{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:.9rem;color:var(--text-muted);transition:color .2s}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-top:28px;border-top:1px solid var(--border);flex-wrap:wrap}.footer-copy{font-size:.82rem;color:var(--text-subtle)}.footer-disclaimer{font-size:.75rem;color:var(--text-subtle);max-width:600px;line-height:1.65}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.container{padding:0 16px}.section-pad{padding:56px 0}.section-pad-sm{padding:36px 0}.header-inner{padding:16px}.header-nav{display:none}.mobile-toggle{display:flex}.hero-content{padding:48px 0 40px}.hero-stats{gap:20px;flex-wrap:wrap}.hero-stat-item{min-width:calc(50% - 10px)}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;text-align:center;justify-content:center}.trust-logos{gap:20px}.trust-logo-item{font-size:.8rem}.why-grid,.features-grid{grid-template-columns:1fr;gap:12px}.feature-card:first-child{grid-row:span 1}.feature-card{padding:24px}.phases-list:before{display:none}.phase-item{grid-template-columns:44px 1fr;gap:16px;padding:20px 0}.phase-num{width:44px;height:44px;font-size:.9rem}.pricing-grid{grid-template-columns:1fr;gap:16px}.pricing-card{padding:28px 24px}.pricing-amount{font-size:2.6rem}.faq-question{font-size:.95rem;padding:18px 0}.product-page{padding:90px 0 60px}.product-layout{grid-template-columns:1fr;gap:32px}.product-media{position:static}.product-image-main{aspect-ratio:4/3}.collection-page{padding:90px 0 60px}.collection-grid{grid-template-columns:1fr;gap:16px}.cart-page{padding:90px 0 60px}.cart-layout{grid-template-columns:1fr;gap:24px}.cart-summary{position:static}.cart-item{grid-template-columns:64px 1fr;gap:14px}.cart-item>div:last-child{display:none}.site-footer{padding:48px 0 28px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:16px}.footer-disclaimer{max-width:100%}.plan-selector{grid-template-columns:1fr;gap:10px}.trust-badges{grid-template-columns:repeat(3,1fr);gap:8px}.trust-badge{padding:10px 8px}.trust-badge-text{font-size:.65rem}.social-proof-inner{gap:28px}.social-proof-num{font-size:1.5rem}.sticky-buy-bar{padding:12px 16px}.sticky-buy-inner{flex-direction:column;gap:12px}.sticky-buy-actions{width:100%;display:flex;gap:10px}.sticky-buy-actions .btn{flex:1;padding:14px 12px;font-size:.9rem}.compare-table{font-size:.78rem}.compare-table th,.compare-table td{padding:10px}.testimonial-grid{grid-template-columns:1fr;gap:14px}.pdp-main{grid-template-columns:1fr;gap:32px}.pdp-gallery{position:static}.pdp-thumbs{grid-template-columns:repeat(5,1fr)}.pdp-features-grid{grid-template-columns:repeat(2,1fr)}.pdp-variants{grid-template-columns:1fr}.pdp-trust{grid-template-columns:1fr;gap:10px}.pdp-slice{grid-template-columns:1fr;gap:28px;direction:ltr!important}.pdp-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.pdp-ugc-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pdp-testimonials-grid{grid-template-columns:1fr}@media(min-width:600px){.container{padding:0 24px}.section-pad{padding:72px 0}.hero-ctas{flex-direction:row}.hero-ctas .btn{width:auto}.hero-stat-item{min-width:auto}.why-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.plan-selector{grid-template-columns:1fr 1fr}.trust-badges{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:1fr}.pdp-ugc-grid{grid-template-columns:repeat(3,1fr)}.pdp-variants{grid-template-columns:1fr 1fr}.pdp-trust{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.container{padding:0 28px}.section-pad{padding:96px 0}.header-nav{display:flex}.mobile-toggle{display:none}.hero-content{padding:80px 0}.hero-stat-item{min-width:auto}.why-grid{grid-template-columns:repeat(4,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:first-child{grid-row:span 2}.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:none;margin:0}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr 1fr;gap:64px}.product-media{position:sticky;top:100px}.collection-grid{grid-template-columns:repeat(2,1fr)}.cart-layout{grid-template-columns:1fr 380px}.cart-summary{position:sticky;top:100px}.cart-item{grid-template-columns:80px 1fr auto}.cart-item>div:last-child{display:block}.footer-top{grid-template-columns:1.5fr repeat(2,1fr);gap:48px}.footer-bottom{flex-direction:row}.phases-list:before{display:block}.social-proof-inner{gap:56px}.sticky-buy-inner{flex-direction:row}.sticky-buy-actions{width:auto}.sticky-buy-actions .btn{flex:none}.pdp-main{grid-template-columns:1fr 480px;gap:56px}.pdp-gallery{position:sticky;top:100px}.pdp-features-grid{grid-template-columns:repeat(4,1fr)}.pdp-slice{grid-template-columns:1fr 1fr;gap:80px}.pdp-slice.reverse{direction:rtl}.pdp-slice.reverse>*{direction:ltr}.pdp-stats-grid{grid-template-columns:repeat(4,1fr)}.pdp-ugc-grid{grid-template-columns:repeat(5,1fr)}.pdp-testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.plan-cat-inner{grid-template-columns:1fr}.plan-cat-visual{border-left:none;border-top:1px solid var(--border);min-height:160px}.plan-cat-body{padding:24px 20px}.plan-cat-cta{flex-direction:column}.plan-cat-cta .btn{width:100%;text-align:center;justify-content:center}.flow-layout{grid-template-columns:1fr}.order-summary{position:static;margin-top:0}.plan-choice-grid{grid-template-columns:1fr}.flow-steps-bar{gap:0;padding:0 8px}.flow-step-text{font-size:.72rem}.flow-step-connector{width:20px}.med-grid{grid-template-columns:1fr;gap:14px}.how-mini-grid{grid-template-columns:repeat(2,1fr)}.next-dose-section{grid-template-columns:1fr;gap:20px}.coaching-tabs{flex-direction:column;border-radius:12px}.coaching-tab{border-right:none;border-bottom:1px solid var(--border)}.coaching-tab:last-child{border-bottom:none}@media(min-width:600px){.plan-cat-cta{flex-direction:row}.plan-cat-cta .btn{width:auto}.coaching-tabs{flex-direction:row}.coaching-tab{border-right:1px solid var(--border);border-bottom:none}.coaching-tab:last-child{border-right:none}.med-grid{grid-template-columns:1fr}.how-mini-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.plan-cat-inner{grid-template-columns:1fr 340px}.plan-cat-visual{border-left:1px solid var(--border);border-top:none;min-height:260px}.plan-cat-body{padding:48px}.flow-layout{grid-template-columns:1fr 360px}.order-summary{position:sticky;top:100px}.plan-choice-grid{grid-template-columns:repeat(3,1fr)}.flow-steps-bar{gap:0;padding:4px 0}.flow-step-text{font-size:.82rem}.flow-step-connector{width:40px}.med-grid{grid-template-columns:repeat(3,1fr);gap:20px}.how-mini-grid{grid-template-columns:repeat(4,1fr)}.next-dose-section{grid-template-columns:1fr auto}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
