*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green: #005633;--green-hover: #004428;--green-light: #e8f5e9;--green-glow: rgba(0, 86, 51, .25);--white: #FFFFFF;--off-white: #F8F9FA;--text: #111111;--text-secondary: #444444;--text-muted: #777777;--border: #E5E5E5;--star: #FFB800;--max-width: 640px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}hr.divider{border:none;border-top:1px solid var(--border);margin:0}.logo-header{padding:8px 0;text-align:center;border-bottom:1px solid var(--border);overflow:hidden}.logo-header img{height:117px;width:auto;max-width:100%;object-fit:contain;margin:-16px 0}.fade-in{opacity:0;transition:opacity .4s ease}.fade-in.visible{opacity:1}.shimmer-btn{position:relative;display:block;width:100%;padding:18px 32px;background:var(--green);color:var(--white);font-size:18px;font-weight:700;text-align:center;text-decoration:none;border:none;border-radius:14px;cursor:pointer;overflow:hidden;transition:background .2s ease,transform .15s ease,box-shadow .3s ease;box-shadow:0 4px 14px var(--green-glow);letter-spacing:.3px}.shimmer-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%,transparent 100%);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:200%}}.shimmer-btn:hover{background:var(--green-hover);transform:translateY(-2px);box-shadow:0 6px 20px var(--green-glow)}.shimmer-btn:active{transform:translateY(0);box-shadow:0 2px 8px var(--green-glow)}.hero{padding:48px 0 32px;text-align:center}.hero h1{font-size:36px;font-weight:800;line-height:1.05;letter-spacing:-.5px}.hero-subtitle{font-size:17px;color:var(--text-secondary);margin-top:12px;line-height:1.5}.offer{padding:28px 0 24px}.offer-card{display:flex;gap:20px;align-items:center}.offer-image{flex:0 0 130px;width:130px}.offer-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001f}.offer-details{flex:1;display:flex;flex-direction:column;gap:4px}.offer-details h2{font-size:20px;font-weight:700;line-height:1.25}.offer-author{font-size:13px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.offer-price{display:flex;align-items:baseline;gap:8px;margin-top:6px}.price-current{font-size:28px;font-weight:800;color:var(--green)}.price-compare{font-size:18px;color:var(--text-muted);text-decoration:line-through}.buy-section{margin-top:20px}.buy-subtext{text-align:center;font-size:13px;color:var(--text-muted);margin-top:10px}.included{padding:40px 0}.included h2,.recipe-section h2,.reviews h2{font-size:24px;font-weight:800;text-align:center;margin-bottom:24px}.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.included-card{background:var(--off-white);border:1px solid var(--border);border-radius:14px;padding:20px 16px;text-align:center}.included-icon{font-size:32px;margin-bottom:10px}.included-card h3{font-size:14px;font-weight:700;margin-bottom:6px;line-height:1.3}.included-card p{font-size:12px;color:var(--text-secondary);line-height:1.4}.proof-bar{display:flex;justify-content:center;align-items:center;gap:20px;padding:24px 0;text-align:center}.proof-stat{display:flex;flex-direction:column;gap:2px}.proof-number{font-size:22px;font-weight:800;color:var(--green)}.proof-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.proof-divider{width:1px;height:36px;background:var(--border)}.recipe-section{padding:40px 0}.recipe-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.recipe-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;background:var(--green-light)}.recipe-item img{width:100%;height:100%;object-fit:cover;display:block}.recipe-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000bf);color:var(--white);padding:28px 12px 10px;font-size:13px;font-weight:600;letter-spacing:.2px}.reviews{padding:40px 0}.reviews-grid{display:grid;grid-template-columns:1fr;gap:14px}.review-card{background:var(--off-white);border:1px solid var(--border);border-radius:14px;padding:20px}.review-stars{display:flex;gap:2px;margin-bottom:10px}.review-stars svg{width:16px;height:16px;fill:var(--star)}.review-text{font-size:15px;line-height:1.6}.review-author{font-size:13px;color:var(--text-muted);margin-top:8px;font-weight:500}.about{padding:44px 0;text-align:center}.about-photo{width:157px;height:157px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:3px solid var(--border)}.about-photo img{width:100%;height:100%;object-fit:cover}.about h2{font-size:24px;font-weight:800;margin-bottom:16px}.about-body{font-size:17px;line-height:1.75;color:var(--text-secondary)}.final-cta{padding:32px 0 64px}.social-footer{padding:32px 0 48px;text-align:center}.social-links{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.social-links a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text);border-radius:50%;background:var(--off-white);border:1px solid var(--border);transition:background .2s ease,color .2s ease,transform .2s ease}.social-links a:hover{background:var(--green);color:var(--white);border-color:var(--green);transform:translateY(-2px)}.social-links svg{width:20px;height:20px}.support-link{display:inline-block;font-size:14px;color:var(--green);font-weight:600;text-decoration:none;padding:10px 24px;border:2px solid var(--green);border-radius:10px;transition:background .2s ease,color .2s ease}.support-link:hover{background:var(--green);color:var(--white)}@media(max-width:768px){.hero h1{font-size:30px}.included-grid{gap:10px}.included-card{padding:16px 12px}.included-card h3{font-size:13px}.included-card p{font-size:11px}}@media(max-width:480px){.container{padding:0 20px}.hero{padding:32px 0 24px}.hero h1{font-size:26px}.price-current{font-size:24px}.shimmer-btn{font-size:16px;padding:16px 24px}.offer-image{flex:0 0 100px;width:100px}.included-grid{grid-template-columns:1fr;gap:10px}.recipe-grid{gap:8px}.recipe-label{font-size:12px;padding:20px 8px 8px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/cwk-bundle.css.map */
