* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #1a1a1a; line-height: 1.6; background: #fff; }
h1, h2, h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.2; }
h1 { font-size: 3.5rem; margin-bottom: 1.5rem; }
h2 { font-size: 2.5rem; margin-bottom: 1.5rem; }
h3 { font-size: 1.5rem; margin-bottom: 1rem; }
p { margin-bottom: 1rem; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.header { padding: 1.5rem 0; border-bottom: 1px solid #e5e5e5; }
.header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Lora', serif; font-size: 1.5rem; font-weight: 600; color: #2d5a4a; }
.nav a { color: #1a1a1a; text-decoration: none; transition: color 0.2s; }
.nav a:hover { color: #2d5a4a; }
.hero { padding: 6rem 0; background: linear-gradient(135deg, #f5f9f7 0%, #ffffff 100%); }
.hero-content { max-width: 700px; }
.hero-subtitle { font-size: 1.25rem; color: #4a4a4a; margin-bottom: 2rem; }
.btn-primary { display: inline-block; padding: 1rem 2.5rem; background: #2d5a4a; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary:hover { background: #234739; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(45,90,74,0.3); }
.trust-badges { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.badge { padding: 0.5rem 1rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 4px; font-size: 0.9rem; color: #4a4a4a; }
.benefits { padding: 5rem 0; background: #fff; }
.benefits h2 { text-align: center; margin-bottom: 3rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.benefit-card { padding: 2rem; border: 1px solid #e5e5e5; border-radius: 8px; transition: all 0.3s; }
.benefit-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-4px); }
.benefit-icon { font-size: 2rem; font-weight: 700; color: #2d5a4a; margin-bottom: 1rem; font-family: 'Lora', serif; }
.social-proof { padding: 5rem 0; background: #f5f9f7; }
.social-proof h2 { text-align: center; margin-bottom: 3rem; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.testimonial { padding: 2rem; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.quote { font-size: 1.1rem; font-style: italic; color: #1a1a1a; margin-bottom: 1rem; }
.author { font-size: 0.9rem; color: #666; font-weight: 600; }
.features { padding: 5rem 0; }
.features-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.features-list { list-style: none; margin: 2rem 0; }
.features-list li { padding: 1rem 0; border-bottom: 1px solid #e5e5e5; }
.features-list li:last-child { border-bottom: none; }
.features-image img { width: 100%; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.link-secondary { color: #2d5a4a; text-decoration: none; font-weight: 600; border-bottom: 2px solid #2d5a4a; transition: all 0.2s; }
.link-secondary:hover { color: #234739; }
.cta { padding: 5rem 0; background: #2d5a4a; color: #fff; }
.cta h2, .cta p { color: #fff; text-align: center; }
.cta-box { max-width: 600px; margin: 0 auto; }
.cta-form { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0; }
.cta-form input { padding: 1rem; border: 1px solid #e5e5e5; border-radius: 6px; font-size: 1rem; }
.cta-note { text-align: center; font-size: 0.9rem; color: #d5e5df; }
.guarantee { padding: 3rem 0; background: #f5f9f7; text-align: center; }
.footer { padding: 2rem 0; background: #1a1a1a; color: #fff; text-align: center; }
.footer-links { margin-top: 1rem; }
.footer-links a { color: #fff; text-decoration: none; margin: 0 1rem; }
.page-hero { padding: 4rem 0; background: #f5f9f7; text-align: center; }
.page-subtitle { font-size: 1.25rem; color: #4a4a4a; max-width: 700px; margin: 0 auto; }
.science-content { padding: 5rem 0; }
.science-section { margin-bottom: 4rem; }
.science-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.science-text ul { margin: 1rem 0 1rem 2rem; }
.science-image img { width: 100%; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.ingredient-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.ingredient-card { padding: 2rem; background: #f5f9f7; border-radius: 8px; }
.certifications { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.cert { padding: 0.75rem 1.5rem; background: #2d5a4a; color: #fff; border-radius: 4px; font-weight: 600; }
.cta-secondary { padding: 4rem 0; text-align: center; background: #f5f9f7; }
.cta-secondary h2 { margin-bottom: 2rem; }
@media (max-width: 768px) {
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
.hero { padding: 4rem 0; }
.features-content, .science-grid { grid-template-columns: 1fr; gap: 2rem; }
.benefits-grid, .testimonials, .ingredient-cards { grid-template-columns: 1fr; }
.trust-badges { flex-direction: column; }
.container { padding: 0 1.5rem; }
}