*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-size: 1.6rem; line-height: 1.6; color: #2e2a39; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: #9b046f; text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.8; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* Announcement Bar */
.announcement-bar { background: #2e2a39; color: #fdfbf7; text-align: center; padding: 0.8rem 1rem; font-size: 1.3rem; letter-spacing: 0.06rem; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.logo img { height: 50px; }
.nav-menu { display: flex; gap: 2rem; align-items: center; }
.nav-menu a { color: #2e2a39; font-size: 1.4rem; font-weight: 500; letter-spacing: 0.04rem; padding: 0.5rem 0; border-bottom: 2px solid transparent; transition: border-color 0.2s, color 0.2s; }
.nav-menu a:hover, .nav-menu a.active { color: #9b046f; border-bottom-color: #9b046f; opacity: 1; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #2e2a39; margin: 5px 0; transition: 0.3s; }

/* Hero */
.hero { min-height: 80vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(46,42,57,0.55); }
.hero-overlay { position: relative; z-index: 1; text-align: center; color: #fff; padding: 4rem 2rem; }
.hero h1 { font-size: 4.8rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.1; }
.hero-sub { font-size: 2rem; margin-bottom: 3rem; opacity: 0.9; }
.page-hero { min-height: 40vh; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; color: #fff; text-align: center; padding: 4rem 2rem; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: rgba(46,42,57,0.6); }
.page-hero h1, .page-hero p { position: relative; z-index: 1; }
.page-hero h1 { font-size: 4rem; margin-bottom: 1rem; }
.page-hero p { font-size: 1.8rem; opacity: 0.9; }
.page-hero.small { min-height: 30vh; }

/* Buttons */
.btn { display: inline-block; padding: 1.2rem 3rem; border-radius: 10px; font-size: 1.5rem; font-weight: 600; text-align: center; transition: all 0.3s; cursor: pointer; border: 1px solid; }
.btn-primary { background: #000141; color: #fff; border-color: #000141; }
.btn-primary:hover { background: #9b046f; border-color: #9b046f; color: #fff; opacity: 1; }
.btn-secondary { background: transparent; color: #2e2a39; border-color: #2e2a39; }
.btn-secondary:hover { background: #2e2a39; color: #fff; opacity: 1; }

/* Sections */
.section-light { padding: 6rem 0; text-align: center; }
.section-light h2 { font-size: 3.2rem; color: #000141; margin-bottom: 1rem; }
.subtitle { font-size: 1.8rem; color: #5e3653; }

/* Three Pillars */
.three-pillars { padding: 6rem 0; background: #fdfbf7; }
.three-pillars h2 { text-align: center; font-size: 3rem; color: #000141; margin-bottom: 0.5rem; }
.three-pillars .subtitle { text-align: center; margin-bottom: 4rem; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.pillar { text-align: center; padding: 3rem 2rem; background: #fff; border-radius: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.pillar-icon { font-size: 4rem; margin-bottom: 1.5rem; }
.pillar h3 { font-size: 2.4rem; color: #9b046f; margin-bottom: 0.5rem; }
.pillar h6 { font-size: 1.3rem; color: #5e3653; margin-bottom: 1.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05rem; }
.pillar p { font-size: 1.5rem; line-height: 1.7; }

/* Eco Section */
.eco-section { padding: 6rem 0; }
.eco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.eco-text h2 { font-size: 2.8rem; color: #000141; margin-bottom: 1.5rem; }
.eco-text p { margin-bottom: 1.5rem; font-size: 1.6rem; }
.eco-image img { border-radius: 24px; }

/* Process */
.process-section { padding: 6rem 0; background: linear-gradient(135deg, #fdfbf7 0%, #f0f7e0 100%); }
.process-section h2 { text-align: center; font-size: 3rem; color: #000141; margin-bottom: 4rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.process-step { text-align: center; padding: 2rem; }
.step-num { width: 50px; height: 50px; border-radius: 50%; background: #9b046f; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; margin: 0 auto 1.5rem; }
.process-step h3 { font-size: 1.8rem; color: #2e2a39; margin-bottom: 1rem; }
.process-step p { font-size: 1.4rem; }

/* Causa Preview */
.causa-preview { padding: 6rem 0; text-align: center; background: #5e3653; color: #fdfbf7; }
.causa-preview h2 { font-size: 3rem; margin-bottom: 1rem; }
.causa-preview p { font-size: 1.8rem; margin-bottom: 2rem; opacity: 0.9; }
.causa-preview .btn-secondary { color: #fdfbf7; border-color: #fdfbf7; }
.causa-preview .btn-secondary:hover { background: #fdfbf7; color: #5e3653; }

/* Reviews */
.reviews-section { padding: 6rem 0; background: #fdfbf7; }
.reviews-section h2 { text-align: center; font-size: 3rem; color: #000141; margin-bottom: 3rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.review-card { background: #fff; padding: 2.5rem; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.stars { color: #f5a623; font-size: 1.8rem; margin-bottom: 1rem; }
.review-card p { font-size: 1.5rem; font-style: italic; line-height: 1.6; }

/* Distributors */
.distributors { padding: 6rem 0; }
.distributors h2 { text-align: center; font-size: 3rem; color: #000141; margin-bottom: 3rem; }
.dist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 4rem; }
.dist-card { text-align: center; padding: 3rem 2rem; background: #fdfbf7; border-radius: 16px; }
.dist-card h3 { font-size: 2rem; color: #9b046f; margin-bottom: 1rem; }
.dist-cta { text-align: center; padding: 4rem; background: linear-gradient(135deg, rgba(155,4,111,0.05) 0%, rgba(94,54,83,0.05) 100%); border-radius: 24px; }
.dist-cta h2 { margin-bottom: 1rem; }
.dist-cta p { margin-bottom: 2rem; font-size: 1.8rem; }

/* Products */
.products-section { padding: 6rem 0; }
.products-section h2 { text-align: center; font-size: 2.8rem; color: #000141; margin-bottom: 3rem; }
.products-section .subtitle { text-align: center; margin-bottom: 3rem; }
.products-section .btn { display: block; max-width: 300px; margin: 3rem auto 0; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; margin-bottom: 4rem; }
.product-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-card h3 { padding: 1.5rem 1.5rem 0.5rem; font-size: 1.6rem; color: #2e2a39; }
.product-card p { padding: 0 1.5rem 0.5rem; font-size: 1.4rem; color: #666; }
.product-card .price { padding: 0.5rem 1.5rem 1.5rem; font-size: 1.6rem; font-weight: 700; color: #9b046f; }
.price-old { text-decoration: line-through; color: #999; font-weight: 400; }

/* Content Sections */
.content-section { padding: 6rem 0; }
.content-block { margin-bottom: 4rem; }
.content-block h2 { font-size: 2.8rem; color: #000141; margin-bottom: 0.5rem; }
.content-block h4 { font-size: 1.6rem; color: #9b046f; margin-bottom: 1.5rem; font-weight: 600; }
.content-block p { font-size: 1.6rem; margin-bottom: 1.5rem; line-height: 1.8; }
.content-block.center { text-align: center; }
.content-img { max-width: 600px; margin: 2rem auto; border-radius: 16px; }

/* Contact */
.contact-section { padding: 6rem 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info h2 { font-size: 2.8rem; color: #000141; margin-bottom: 1.5rem; }
.contact-info p { margin-bottom: 2rem; }
.contact-item { margin-bottom: 1.5rem; }
.contact-item strong { display: block; margin-bottom: 0.5rem; }
.contact-form h3 { font-size: 2rem; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.form-group input, .form-group textarea { width: 100%; padding: 1rem; border: 1px solid rgba(0,0,0,0.2); border-radius: 10px; font-family: inherit; font-size: 1.5rem; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #9b046f; }

/* Newsletter */
.newsletter-section { padding: 6rem 0; text-align: center; background: radial-gradient(rgba(255, 229, 229, 1), rgba(255, 224, 218, 1) 25%, rgba(215, 255, 137, 1) 100%); }
.newsletter-section h2 { font-size: 2.4rem; color: #2e2a39; margin-bottom: 1rem; }

/* Blog placeholder */
.blog-placeholder { text-align: center; padding: 4rem 2rem; }
.blog-placeholder p { font-size: 1.8rem; margin-bottom: 1.5rem; }
.social-links.center { justify-content: center; }

/* Footer */
.site-footer { background: #2e2a39; color: #fdfbf7; padding: 4rem 0 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand img { margin-bottom: 1.5rem; filter: brightness(10); }
.footer-brand p { font-size: 1.3rem; opacity: 0.8; line-height: 1.6; }
.site-footer h4 { font-size: 1.4rem; font-weight: 600; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.08rem; }
.footer-nav a { display: block; color: #fdfbf7; opacity: 0.7; font-size: 1.3rem; margin-bottom: 0.8rem; }
.footer-nav a:hover { opacity: 1; }
.social-links { display: flex; flex-direction: column; gap: 0.8rem; }
.social-links a { color: #fdfbf7; opacity: 0.7; font-size: 1.3rem; }
.social-links a:hover { opacity: 1; }
.footer-contact a { color: #fdfbf7; opacity: 0.7; font-size: 1.3rem; }
.footer-bottom { text-align: center; padding: 2rem; margin-top: 3rem; border-top: 1px solid rgba(253,251,247,0.1); }
.footer-bottom p { font-size: 1.2rem; opacity: 0.6; }

/* Mobile */
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .nav-menu { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1rem 2rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .nav-menu.open { display: flex; }
    .hero h1 { font-size: 3.2rem; }
    .hero-sub { font-size: 1.6rem; }
    .page-hero h1 { font-size: 2.8rem; }
    .pillars-grid { grid-template-columns: 1fr; }
    .eco-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .products-grid { grid-template-columns: 1fr 1fr; }
    .dist-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .process-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
}
