:root{--primary-green:#547749;--secondary-green:#1f3d2b;--bg-light:#f6f5f2;--bg-white:#fff;--text-dark:#2c2c2c;--text-light:#666;--accent-gold:#d4a574;--border-radius:12px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 24px #00000026}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;background-color:var(--bg-white);color:#2c2c2c;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.verdiore-header{background-color:#fff;background-color:var(--bg-white);border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:1rem 1.5rem;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo-text{color:#547749;color:var(--primary-green);font-size:1.5rem;font-weight:700;letter-spacing:2px}.header-cta{font-size:.9rem;padding:.6rem 1.2rem}.cta-button{background-color:#547749;background-color:var(--primary-green);border:none;border-radius:12px;border-radius:var(--border-radius);color:#fff;color:var(--bg-white);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.8rem 1.6rem;text-align:center;transition:all .3s ease}.cta-button:hover{background-color:#1f3d2b;background-color:var(--secondary-green);box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.primary-cta{background-color:#547749;background-color:var(--primary-green);color:#fff;color:var(--bg-white)}.primary-cta:hover{background-color:#1f3d2b;background-color:var(--secondary-green)}.cta-button.large{font-size:1.1rem;padding:1rem 2rem}.hero-section{align-items:center;background:linear-gradient(135deg,#fff,#f6f5f2);background:linear-gradient(135deg,var(--bg-white) 0,var(--bg-light) 100%);display:flex;min-height:80vh;padding:3rem 1.5rem}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px;width:100%}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-headline{color:#1f3d2b;color:var(--secondary-green);font-size:2.5rem;font-weight:700;line-height:1.2}.hero-subheadline{color:#666;color:var(--text-light);font-size:1.1rem;line-height:1.6}.trust-bullets{display:flex;flex-direction:column;gap:.8rem}.trust-item{align-items:center;color:#2c2c2c;color:var(--text-dark);display:flex;font-size:1rem;gap:.8rem}.bullet-icon{font-size:1.5rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-img{border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 24px #00000026;box-shadow:var(--shadow-lg);height:auto;max-width:100%}.section-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.before-after-section,.benefits-section,.final-cta-section,.product-highlight,.testimonial-section{padding:4rem 1.5rem}.benefits-section,.testimonial-section{background-color:#f6f5f2;background-color:var(--bg-light)}.before-after-section,.product-highlight{background-color:#fff;background-color:var(--bg-white)}.final-cta-section{background:linear-gradient(135deg,#547749,#1f3d2b);background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%);color:#fff;color:var(--bg-white);padding:5rem 1.5rem;text-align:center}.section-title{color:#1f3d2b;color:var(--secondary-green);font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.final-cta-section .cta-headline,.final-cta-section .section-title{color:#fff;color:var(--bg-white)}.section-subtitle{color:#666;color:var(--text-light);font-size:1rem;margin-bottom:2.5rem;text-align:center}.benefits-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.benefit-card{background-color:#fff;background-color:var(--bg-white);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-md);transform:translateY(-4px)}.benefit-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{color:#547749;color:var(--primary-green);font-size:1.3rem;margin-bottom:.8rem}.benefit-card p{color:#666;color:var(--text-light);line-height:1.6}.before-after-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}.before-after-image{border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 24px #00000026;box-shadow:var(--shadow-lg);overflow:hidden}.comparison-img{display:block;height:auto;width:100%}.before-after-text{display:flex;flex-direction:column;gap:1.5rem}.before-after-description{color:#666;color:var(--text-light);font-size:1rem;line-height:1.8}.results-badges{display:flex;flex-direction:column;gap:1rem}.badge{align-items:center;background-color:#f6f5f2;background-color:var(--bg-light);border-left:4px solid #547749;border-left:4px solid var(--primary-green);border-radius:12px;border-radius:var(--border-radius);display:flex;gap:.8rem;padding:1rem}.badge-icon{font-size:1.5rem;min-width:2rem}.badge span:last-child{color:#2c2c2c;color:var(--text-dark);font-weight:500}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}.testimonial-card{background-color:#fff;background-color:var(--bg-white);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 24px #00000026;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1fr;overflow:hidden;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-card-landscape{grid-template-columns:1fr}.testimonial-photo{border-radius:12px 12px 0 0;border-radius:var(--border-radius) var(--border-radius) 0 0;height:300px;overflow:hidden;width:100%}.testimonial-img{height:100%;object-fit:cover;width:100%}.testimonial-content{display:flex;flex-direction:column;gap:1rem;padding:2rem}.stars{display:flex;font-size:1.3rem;justify-content:center}.testimonial-text{color:#2c2c2c;color:var(--text-dark);font-size:1.1rem;font-style:italic;line-height:1.8;text-align:center}.testimonial-author{text-align:center}.testimonial-author h4{color:#547749;color:var(--primary-green);font-size:1.1rem;margin-bottom:.3rem}.author-tag{color:#666;color:var(--text-light);font-size:.85rem;margin:.2rem 0}.product-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}.product-image{border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 24px #00000026;box-shadow:var(--shadow-lg);overflow:hidden}.product-nature-img{display:block;height:auto;width:100%}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info h2{color:#1f3d2b;color:var(--secondary-green);font-size:2rem;font-weight:700}.product-category{color:#547749;color:var(--primary-green);font-size:.95rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-description{display:flex;flex-direction:column;gap:1.2rem}.product-description h3{color:#547749;color:var(--primary-green);font-size:1.1rem;font-weight:600}.product-description p{color:#666;color:var(--text-light);margin-left:0}.product-price{background-color:#f6f5f2;background-color:var(--bg-light);border-left:4px solid #d4a574;border-left:4px solid var(--accent-gold);border-radius:12px;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.price-label{color:#666;color:var(--text-light);font-size:.9rem}.price-amount{color:#547749;color:var(--primary-green);font-size:2rem;font-weight:700}.cta-content{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:700px;text-align:center}.cta-headline{font-size:2rem;font-weight:700;line-height:1.2}.cta-subtext{font-size:1.1rem;opacity:.95}.verdiore-footer{background-color:#1f3d2b;background-color:var(--secondary-green);color:#fff;color:var(--bg-white);font-size:.9rem;padding:2rem 1.5rem;text-align:center}.footer-content{display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:1200px}.footer-trust{font-size:.85rem;opacity:.9}@media (min-width:768px){.hero-section{min-height:90vh;padding:4rem 2rem}.hero-content{gap:4rem;grid-template-columns:1fr 1fr}.hero-headline{font-size:3rem}.section-title{font-size:2.3rem}.benefits-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.before-after-content{gap:3rem;grid-template-columns:1fr 1fr}.testimonials-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.testimonial-card{grid-template-columns:1fr}.testimonial-photo{border-radius:12px 12px 0 0;border-radius:var(--border-radius) var(--border-radius) 0 0;height:auto;min-height:300px}.product-content{gap:4rem;grid-template-columns:1fr 1fr}.results-badges{flex-direction:row;flex-wrap:wrap}.badge{flex:1 1;min-width:150px}}@media (min-width:1024px){.hero-section{min-height:100vh;padding:5rem 2rem}.hero-headline{font-size:3.5rem}.hero-subheadline{font-size:1.3rem}.trust-item{font-size:1.1rem}.section-title{font-size:2.5rem}.benefits-grid{gap:2rem;grid-template-columns:repeat(4,1fr)}.benefit-card{padding:2.5rem 1.5rem}.before-after-section,.benefits-section,.product-highlight,.testimonial-section{padding:5rem 2rem}.final-cta-section{padding:6rem 2rem}.cta-headline{font-size:2.5rem}.cta-subtext{font-size:1.2rem}}@media (min-width:1440px){.hero-headline{font-size:4rem}.section-title{font-size:2.8rem}.cta-headline{font-size:3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefit-card,.hero-text,.product-content,.testimonial-card{animation:fadeInUp .6s ease-out}@media print{.cta-button,.verdiore-header{display:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=9209.9f289f91.chunk.css.map*/