:root{--allura-green:#285445;--allura-dark-green:#264238;--allura-sage:#c7d7c0;--allura-bronze:#c79662;--secondary-green:#5a8575;--muted-green:#7f9f70;--text-dark:#1e1e1e;--text-light:#fff;--text-muted:#6c757d;--bg-cream:#fdfbf8;--bg-light:#f8f9fa;--border-light:#e9ecef;--shadow-soft:0 4px 20px #28544514;--shadow-medium:0 8px 30px #2854451f;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}#allura-landing-page{color:var(--text-dark);background:var(--text-light);font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.landing-main{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Lora,Georgia,serif;font-weight:600;line-height:1.3}.header{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.logo-link{display:inline-block}.logo{width:auto;height:36px}.cta-button-header{background:var(--allura-green);color:var(--text-light);cursor:pointer;transition:var(--transition);border:none;border-radius:40px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none}.cta-button-header:hover{background:var(--allura-dark-green);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.cta-button-header:disabled{opacity:.7;cursor:not-allowed;transform:none}.hero-section{background:linear-gradient(180deg,#fff 0%,var(--allura-sage)100%);padding:20px 0 60px}@media (min-width:768px){.hero-section{background:url(/images/hero-desktop.jpg) 100%/cover no-repeat;min-height:560px;padding:20px 0 80px;position:relative}}.hero-image-mobile{margin-top:20px;margin-bottom:8px;display:block}@media (min-width:768px){.hero-image-mobile{display:none}}.hero-content{grid-template-columns:1fr;align-items:center;gap:40px;margin-top:20px;display:grid}@media (min-width:768px){.hero-content{grid-template-columns:1fr 1fr;gap:60px;margin-top:40px}}.hero-badge{background:var(--bg-cream);color:var(--allura-green);text-transform:uppercase;letter-spacing:.5px;border:1px solid var(--allura-sage);border-radius:20px;margin-bottom:16px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-block}.hero-title{color:var(--text-dark);margin-bottom:20px;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:768px){.hero-title{font-size:42px}}.text-highlight{color:var(--allura-green)}.hero-description{color:var(--text-muted);margin-bottom:24px;font-size:16px;line-height:1.7}@media (min-width:768px){.hero-description{font-size:18px}}.hero-features{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.feature-item{color:var(--text-dark);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.feature-icon{width:18px;height:18px;color:var(--allura-green)}.hero-cta{margin-top:24px}.cta-button-primary{background:var(--allura-green);color:var(--text-light);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-soft);border:none;border-radius:40px;padding:16px 32px;font-size:16px;font-weight:700;text-decoration:none;display:inline-block}.cta-button-primary:hover{background:var(--allura-dark-green);box-shadow:var(--shadow-medium);transform:translateY(-3px)}.cta-button-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.pricing-text{color:var(--text-muted);margin-top:12px;font-size:14px}.pricing-text strong{color:var(--allura-green);font-size:16px}.hero-image{justify-content:center;align-items:center;display:flex}@media (min-width:768px){.hero-image{display:none}}.product-image{max-width:100%;height:auto;box-shadow:var(--shadow-medium);border-radius:16px}.trust-section{background:var(--bg-light);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:24px 0}.trust-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}@media (min-width:768px){.trust-badges{gap:48px}}.trust-badge{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.trust-icon{width:18px;height:18px;color:var(--secondary-green)}.main-content-wrapper{background:var(--bg-cream);padding:40px 0 60px}.section-title{color:var(--text-dark);text-align:center;margin-bottom:12px;font-size:28px;font-weight:700}@media (min-width:768px){.section-title{font-size:32px}}.section-subtitle{color:var(--text-muted);text-align:center;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px}.problem-solution-section{padding:20px 0}.problem-solution-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.problem-solution-grid{grid-template-columns:1fr 1fr}}.problem-card,.solution-card{border-radius:16px;padding:24px}.problem-card{background:#fff5f5;border:1px solid #fecaca}.solution-card{border:1px solid var(--allura-sage);background:#f0fdf4}.problem-card h3,.solution-card h3{margin-bottom:16px;font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:700}.problem-card h3{color:#dc2626}.solution-card h3{color:var(--allura-green)}.problem-card ul,.solution-card ul{padding:0;list-style:none}.problem-card li,.solution-card li{padding:8px 0 8px 24px;font-size:14px;position:relative}.problem-card li:before{content:"✕";color:#dc2626;font-weight:700;position:absolute;left:0}.solution-card li:before{content:"✓";color:var(--allura-green);font-weight:700;position:absolute;left:0}.results-section{padding:20px 0}.testimonials-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--text-light);box-shadow:var(--shadow-soft);border:1px solid var(--border-light);border-radius:16px;padding:24px}.stars{gap:4px;margin-bottom:16px;display:flex}.star-icon{width:16px;height:16px;color:var(--allura-bronze);fill:var(--allura-bronze)}.testimonial-text{color:var(--text-dark);margin-bottom:16px;font-size:14px;font-style:italic;line-height:1.7}.testimonial-author{flex-direction:column;gap:2px;display:flex}.testimonial-author strong{color:var(--text-dark);font-size:14px}.testimonial-author span{color:var(--secondary-green);font-size:12px;font-weight:600}.how-it-works-section{padding:20px 0}.steps-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--text-light);text-align:center;box-shadow:var(--shadow-soft);border:1px solid var(--border-light);border-radius:16px;padding:24px}.step-number{background:var(--allura-green);width:48px;height:48px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-family:Playfair Display,serif;font-size:20px;font-weight:700;display:flex}.step-card h3{color:var(--text-dark);margin-bottom:8px;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:700}.step-card p{color:var(--text-muted);font-size:14px}.ingredients-section{padding:20px 0}.ingredients-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.ingredients-grid{grid-template-columns:repeat(2,1fr)}}.ingredient-card{background:var(--text-light);box-shadow:var(--shadow-soft);border:1px solid var(--border-light);border-radius:16px;padding:24px}.ingredient-icon{width:32px;height:32px;color:var(--allura-green);margin-bottom:12px}.ingredient-card h3{color:var(--text-dark);margin-bottom:8px;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:700}.ingredient-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.ingredient-list{flex-wrap:wrap;gap:6px;margin-top:12px;padding:0;list-style:none;display:flex}.ingredient-list li{color:var(--allura-dark-green);white-space:nowrap;background:#28544514;border:1px solid #28544526;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}.why-choose-section{padding:20px 0}.benefits-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:var(--text-light);text-align:center;box-shadow:var(--shadow-soft);border:1px solid var(--border-light);border-radius:16px;padding:24px}.benefit-icon-wrapper{background:var(--allura-sage);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.benefit-icon{width:28px;height:28px;color:var(--allura-green)}.benefit-card h3{color:var(--text-dark);margin-bottom:8px;font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:700}.benefit-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.guarantee-section{padding:20px 0}.guarantee-card{border:1.5px solid var(--allura-sage);text-align:center;background:#f0fdf4;border-radius:16px;max-width:700px;margin:0 auto;padding:40px 32px}.guarantee-icon-wrapper{background:var(--allura-sage);width:72px;height:72px;color:var(--allura-green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.guarantee-card .section-title{margin-bottom:16px}.guarantee-text{color:var(--text-muted);max-width:540px;margin:0 auto 24px;font-size:15px;line-height:1.7}.guarantee-badges{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.guarantee-badges span{color:var(--allura-green);background:#28544514;border:1px solid #28544526;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700}.faq-section{padding:20px 0}.faq-list{flex-direction:column;gap:12px;max-width:700px;margin:0 auto;display:flex}.faq-item{background:var(--text-light);box-shadow:var(--shadow-soft);border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.faq-question{cursor:pointer;width:100%;color:var(--text-dark);text-align:left;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:700;display:flex}.faq-question:hover{background:var(--bg-light)}.faq-chevron{width:20px;height:20px;color:var(--allura-green);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{color:var(--text-muted);padding:0 24px 20px;font-size:14px;line-height:1.7}.final-cta-section{background:var(--allura-green);text-align:center;color:var(--text-light);border-radius:16px;padding:48px 24px}.final-cta-section h2{color:var(--text-light);margin-bottom:12px;font-size:28px}.final-cta-section p{opacity:.9;margin-bottom:24px;font-size:16px}.final-cta-section .cta-button-primary{background:var(--text-light);color:var(--allura-green)}.final-cta-section .cta-button-primary:hover{background:var(--bg-cream)}.final-trust-badges{opacity:.8;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:24px;font-size:12px;display:flex}.section-cta{justify-content:center;margin-top:32px;display:flex}.cta-button-secondary{color:var(--allura-green);border:2px solid var(--allura-green);cursor:pointer;transition:var(--transition);background:0 0;border-radius:40px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.cta-button-secondary:hover{background:var(--allura-green);color:var(--text-light);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.cta-button-secondary:disabled{opacity:.7;cursor:not-allowed;transform:none}.cta-button-large{padding:18px 40px;font-size:17px}.content-single-column{flex-direction:column;gap:60px;max-width:900px;margin:0 auto;display:flex}@media (min-width:768px){.content-single-column{gap:80px}}.landing-footer{background:var(--text-light);border-top:1px solid var(--border-light);padding:40px 0 24px}.footer-content{flex-direction:column;align-items:center;gap:24px;margin-bottom:24px;display:flex}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-logo-svg{width:auto;height:28px}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.footer-links a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--allura-green)}.footer-contact a{color:var(--allura-green);font-size:14px;font-weight:600;text-decoration:none}.footer-copyright{text-align:center;border-top:1px solid var(--border-light);padding-top:24px}.footer-copyright p{color:var(--text-muted);font-size:12px}.loading-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{border:3px solid var(--border-light);border-top-color:var(--allura-green);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay p{color:var(--text-muted);margin-top:16px;font-size:16px;font-weight:600}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:16px 20px;display:flex}.error-banner p{color:#dc2626;margin:0;font-size:14px;font-weight:600}.error-banner button{color:#fff;cursor:pointer;white-space:nowrap;background:#dc2626;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600}.error-banner button:hover{background:#b91c1c}.sticky-cta-bar{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);opacity:0;background:#fffffff2;padding:12px 0;transition:transform .35s,opacity .35s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 12px #00000014}.sticky-cta-visible{opacity:1;transform:translateY(0)}.sticky-cta-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.sticky-cta-text{color:var(--text-dark);font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:700}.sticky-cta-button{white-space:nowrap;flex-shrink:0;padding:10px 24px!important;font-size:14px!important}@media (max-width:600px){.sticky-cta-text{display:none}.sticky-cta-inner{justify-content:center}.sticky-cta-button{text-align:center;width:100%}}
