*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow: #FFD23F;--yellow-dk: #E6B800;--navy: #1A2B4B;--navy-lt: #2E4370;--cream: #FFFDF7;--warm-grey: #F5F3EE;--green: #4CAF50;--red: #E63946;--purple: #7B2FBE;--blue: #2196F3;--text: #1A1A1A;--muted: #6B6B6B;--border: #E8E4DB;--radius: 14px;--radius-lg: 24px}body{font-family:Nunito Sans,sans-serif;background:var(--cream);color:var(--text);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}.announcement-bar{background:var(--navy);color:#fff;text-align:center;padding:10px 16px;font-family:Nunito,sans-serif;font-weight:700;font-size:14px}.site-header{background:#fff;border-bottom:2px solid var(--border);padding:14px 24px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.header-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.logo{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;letter-spacing:-.5px;text-decoration:none}.logo span:nth-child(1){color:#e63946}.logo span:nth-child(2){color:#e63946}.logo span:nth-child(3){color:#e63946}.logo span:nth-child(4){color:gold}.logo span:nth-child(5){color:#2196f3}.logo span:nth-child(6){color:#2196f3}.logo span:nth-child(7){color:#2196f3}.logo span:nth-child(8){color:#2196f3}.logo span:nth-child(9){color:#2196f3}.logo span:nth-child(10){color:#4caf50}.logo span:nth-child(11){color:#4caf50}.logo span:nth-child(12){color:#ff6b35}.logo span:nth-child(13){color:#ff6b35}.logo span:nth-child(14){color:#ff6b35}.logo span:nth-child(15){color:#9c27b0}.logo span:nth-child(16){color:#9c27b0}.header-nav-left{display:flex;gap:20px;align-items:center}.header-nav-left .nav-link{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--navy);text-decoration:none;transition:color .2s;white-space:nowrap}.header-nav-left .nav-link:hover{color:var(--yellow-dk)}.cart-icon{font-size:20px;text-decoration:none;position:relative;display:flex;justify-content:flex-end;align-items:center}.logo-link{display:flex;justify-content:center;align-items:center;text-decoration:none}.header-logo-img{width:110px;height:auto;display:block;object-fit:contain}@media(max-width:640px){.header-inner{grid-template-columns:auto 1fr auto}.header-nav-left{display:none!important}.header-logo-img{width:80px}}.cart-count{background:var(--red);color:#fff;font-size:11px;font-weight:800;border-radius:100px;padding:1px 5px;position:absolute;top:-6px;right:-8px}.ticker-wrap{background:var(--yellow);overflow:hidden;padding:10px 0;border-bottom:2px solid var(--yellow-dk)}.ticker{display:flex;white-space:nowrap;animation:ticker 14s linear infinite}.ticker span{font-family:Nunito,sans-serif;font-weight:800;font-size:13px;color:var(--navy);padding:0 32px;text-transform:uppercase;letter-spacing:.5px}.ticker span:before{content:"\2605   "}.wrapper{max-width:940px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);padding:56px 20px 40px;text-align:center}.hero-eyebrow{display:inline-block;background:var(--yellow);color:var(--navy);font-family:Nunito,sans-serif;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1px;padding:6px 18px;border-radius:100px;margin-bottom:20px}.hero h1{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(26px,4.5vw,44px);color:var(--navy);line-height:1.15;max-width:720px;margin:0 auto 16px}.hero h1 em{font-style:normal;color:var(--red)}.hero-sub{font-size:18px;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.7}.product-block{background:#fff;border-radius:var(--radius-lg);border:2px solid var(--border);padding:36px;margin:0 auto 48px;box-shadow:0 8px 40px #00000012}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-img-main{width:100%;border-radius:var(--radius);border:2px solid var(--border)}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.product-thumbs .thumb-img{width:100%;border-radius:8px;border:2px solid var(--border);cursor:pointer;transition:border-color .2s}.product-thumbs .thumb-img:hover,.product-thumbs .thumb-img.active{border-color:var(--yellow-dk)}.buy-box h2{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--navy);margin-bottom:8px;line-height:1.3}.stars{display:flex;align-items:center;gap:6px;margin-bottom:16px}.star-icons{color:#ffc107;font-size:18px}.review-count{font-size:14px;color:var(--muted);text-decoration:underline;cursor:pointer}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px;flex-wrap:wrap}.price-row.centered{justify-content:center}.price-current{font-family:Nunito,sans-serif;font-weight:900;font-size:36px;color:var(--navy)}.price-old{font-size:18px;color:var(--muted);text-decoration:line-through}.price-badge{background:var(--red);color:#fff;font-family:Nunito,sans-serif;font-weight:800;font-size:12px;padding:3px 9px;border-radius:100px}.alma-line{font-size:13px;color:var(--muted);margin-bottom:20px}.alma-line strong{color:var(--navy)}.badge-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.badge-item{background:var(--warm-grey);border-radius:10px;padding:9px 12px;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:7px}.badge-item .icon{font-size:16px}.btn-cta{display:block;width:100%;background:var(--yellow);color:var(--navy);font-family:Nunito,sans-serif;font-weight:900;font-size:17px;text-align:center;padding:17px 24px;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;margin-bottom:10px;line-height:1.3}.btn-cta:hover{background:var(--yellow-dk);transform:translateY(-1px)}.btn-cta.large{font-size:19px;padding:20px 28px}.btn-cta .btn-sub{display:block;font-size:12px;font-weight:600;opacity:.65;margin-top:3px}.guarantee-line{text-align:center;font-size:13px;color:var(--muted);margin-bottom:16px}.guarantee-line span{color:var(--green);font-weight:700}.bonus-box{background:linear-gradient(135deg,#fff9e6,#fff3cc);border:2px dashed var(--yellow-dk);border-radius:var(--radius);padding:16px;margin-top:8px}.bonus-tag{display:inline-block;background:var(--green);color:#fff;font-size:11px;font-weight:800;padding:2px 8px;border-radius:100px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.bonus-title{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;color:var(--navy);margin-bottom:4px}.bonus-desc{font-size:13px;color:var(--muted);line-height:1.5}.section{padding:56px 20px}.section-eyebrow-light{color:#ffffff80;font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:16px;text-align:center}.section-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(22px,3.5vw,34px);color:var(--navy);text-align:center;margin-bottom:12px;line-height:1.2}.section-title.light{color:#fff}.section-sub{text-align:center;color:var(--muted);font-size:16px;max-width:560px;margin:0 auto 40px;line-height:1.7}.problem-section{background:var(--navy);color:#fff;padding:64px 20px;text-align:center}.problem-stat{display:inline-block;background:var(--yellow);color:var(--navy);font-family:Nunito,sans-serif;font-weight:900;font-size:52px;padding:20px 40px;border-radius:var(--radius-lg);margin:24px auto;line-height:1}.problem-stat small{display:block;font-size:14px;font-weight:700;margin-top:6px}.problem-text{max-width:620px;margin:0 auto;font-size:17px;line-height:1.8;color:#ffffffd9}.problem-text strong{color:var(--yellow)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:700px;margin:40px auto 0}.stat-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:24px 20px;text-align:center}.stat-num{font-family:Nunito,sans-serif;font-weight:900;font-size:40px;color:var(--yellow);line-height:1;margin-bottom:8px}.stat-label{font-size:14px;color:#ffffffbf;line-height:1.5}.stat-source{font-size:11px;color:#ffffff59;margin-top:8px}.benefits-section{background:var(--warm-grey)}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:820px;margin:0 auto}.benefit-card{background:#fff;border-radius:var(--radius);padding:28px 24px;border:2px solid var(--border);transition:border-color .2s,box-shadow .2s}.benefit-card:hover{border-color:var(--yellow);box-shadow:0 6px 24px #00000014}.benefit-icon{font-size:34px;margin-bottom:12px}.benefit-title{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--navy);margin-bottom:8px}.benefit-desc{font-size:14px;color:var(--muted);line-height:1.65}.books-section{background:#fff}.books-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.book-item{display:flex;align-items:flex-start;gap:20px;background:var(--warm-grey);border-radius:var(--radius);padding:24px;border-left:5px solid var(--yellow)}.book-num{font-family:Nunito,sans-serif;font-weight:900;font-size:30px;color:var(--yellow-dk);min-width:38px;line-height:1}.book-title{font-family:Nunito,sans-serif;font-weight:800;font-size:17px;color:var(--navy);margin-bottom:6px}.book-desc{font-size:14px;color:var(--muted);line-height:1.6}.testimonials-section{background:var(--warm-grey)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:920px;margin:0 auto}.testimonial-card{background:#fff;border-radius:var(--radius);padding:24px;border:2px solid var(--border)}.testimonial-stars{color:#ffc107;font-size:15px;margin-bottom:10px}.testimonial-text{font-size:14px;color:var(--text);line-height:1.7;font-style:italic;margin-bottom:14px}.testimonial-author{font-family:Nunito,sans-serif;font-weight:800;font-size:14px;color:var(--navy)}.testimonial-meta{font-size:12px;color:var(--muted)}.trusted-bar{background:var(--navy);padding:18px 0;overflow:hidden}.trusted-ticker{display:flex;white-space:nowrap;animation:ticker 12s linear infinite}.trusted-ticker span{font-family:Nunito,sans-serif;font-weight:700;font-size:13px;color:#ffffff73;padding:0 32px;text-transform:uppercase;letter-spacing:1px}.trusted-ticker span strong{color:var(--yellow)}.second-cta-section{background:#fff}.cta-centered{max-width:480px;margin:0 auto}.faq-section{background:var(--warm-grey)}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border-radius:var(--radius);border:2px solid var(--border);overflow:hidden}.faq-question{width:100%;background:none;border:none;font-family:Nunito,sans-serif;font-weight:800;font-size:15px;color:var(--navy);padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left}.faq-icon{font-size:22px;color:var(--yellow-dk);flex-shrink:0;transition:transform .2s}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{font-size:14px;color:var(--muted);line-height:1.7;padding:0 24px 20px}.final-cta{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-lt) 100%);padding:72px 20px;text-align:center}.final-cta-title{font-family:Nunito,sans-serif;font-weight:900;font-size:clamp(24px,3.8vw,38px);color:#fff;margin-bottom:16px;line-height:1.2}.final-cta-title span{color:var(--yellow)}.final-cta-sub{color:#ffffffb8;font-size:17px;max-width:520px;margin:0 auto 36px;line-height:1.7}.final-cta-micro{color:#fff6;font-size:13px;margin-top:14px}.site-footer{background:var(--navy);color:#ffffff73;padding:32px 20px;text-align:center;font-size:13px}.footer-inner{max-width:900px;margin:0 auto}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:16px}.footer-links a{color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{color:#ffffff4d}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:3px solid var(--yellow);padding:12px 16px;display:none;align-items:center;justify-content:space-between;gap:12px;z-index:200;box-shadow:0 -4px 20px #0000001f}.sticky-price{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--navy);white-space:nowrap}.sticky-price small{font-size:13px;color:var(--muted);text-decoration:line-through;font-weight:400}.sticky-bar .btn-cta{flex:1;font-size:14px;padding:12px 16px;margin:0}.hero-image-wrap{margin:24px auto 32px;max-width:780px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 40px #0000001f}.hero-img{width:100%;height:380px;object-fit:cover;object-position:center 30%;display:block}.problem-img-wrap{margin:32px auto;max-width:640px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 40px #00000040}.problem-img{width:100%;height:340px;object-fit:cover;object-position:center;display:block}.benefits-lifestyle-img{max-width:820px;margin:0 auto 40px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 32px #0000001a}.benefits-img{width:100%;height:400px;object-fit:cover;object-position:center 20%;display:block}.authority-bar{margin-top:48px;padding-top:40px;border-top:1px solid rgba(255,255,255,.12);text-align:center}.authority-label{font-size:13px;color:#fff6;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:24px}.authority-logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.authority-logo-wrap{display:flex;align-items:center;justify-content:center}.authority-logo{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.55;transition:opacity .2s}.authority-logo:hover{opacity:.85}@media(max-width:640px){.hero-img{height:240px}.problem-img{height:220px}.benefits-img{height:260px}.authority-logos{gap:24px}.authority-logo{height:28px}}.page-content{font-size:16px;line-height:1.8;color:var(--text);max-width:720px}.page-content h2{font-family:Nunito,sans-serif;font-weight:800;font-size:24px;color:var(--navy);margin:32px 0 12px}.page-content p{margin-bottom:16px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.product-grid{grid-template-columns:1fr}.product-block{padding:24px 16px}.benefits-grid,.testimonials-grid,.stats-grid{grid-template-columns:1fr}.sticky-bar{display:flex}body{padding-bottom:80px}}@media(max-width:480px){.hero h1{font-size:26px}.price-current{font-size:30px}.problem-stat{font-size:40px;padding:16px 28px}}@media(prefers-reduced-motion:reduce){.ticker,.trusted-ticker{animation:none}}.cart-wrapper{max-width:960px;margin:0 auto;padding:48px 20px 80px;min-height:60vh}.cart-empty{text-align:center;padding:80px 20px}.cart-empty-icon{font-size:64px;margin-bottom:24px}.cart-title{font-family:Nunito,sans-serif;font-weight:900;font-size:28px;color:var(--navy);margin-bottom:32px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}}.cart-item{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:90px;height:90px;object-fit:cover;border-radius:var(--radius);border:2px solid var(--border);flex-shrink:0}.cart-item-info{flex:1}.cart-item-title{font-family:Nunito,sans-serif;font-weight:800;font-size:16px;color:var(--navy);margin-bottom:4px}.cart-item-price{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px}.cart-bonus-line{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fff9e6,#fff3cc);border:1.5px dashed var(--yellow-dk);border-radius:8px;padding:7px 12px;margin-top:8px}.cart-bonus-tag{background:var(--green);color:#fff;font-size:11px;font-weight:800;padding:2px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.cart-bonus-text{font-size:13px;font-weight:700;color:var(--navy)}.cart-item-remove{color:var(--muted);font-size:16px;text-decoration:none;padding:4px;transition:color .2s;flex-shrink:0}.cart-item-remove:hover{color:var(--red)}.cart-summary-box{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;position:sticky;top:90px;box-shadow:0 8px 32px #00000012}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:15px;color:var(--muted);border-bottom:1px solid var(--border)}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-total{font-family:Nunito,sans-serif;font-weight:900;font-size:20px;color:var(--navy);margin:8px 0 4px;padding-top:12px;border-top:2px solid var(--border);border-bottom:none}.cart-free{color:var(--green);font-weight:700}.cart-alma-line{font-size:13px;color:var(--muted);text-align:center;margin:12px 0 16px}.cart-checkout-btn{font-size:18px;padding:18px 24px;margin-bottom:16px}.cart-payment-icons{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.payment-icon{display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;border:1px solid var(--border)}.payment-icon-text{padding:4px 8px;background:var(--warm-grey);border-radius:4px}.cart-reassurance{display:flex;flex-direction:column;gap:8px}.cart-reassurance-item{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
