*{margin:0;padding:0;box-sizing:border-box}
:root{--primary:#228B22;--primary-dark:#1a6b1a;--primary-light:#2ea82e;--text-dark:#1a1a1a;--text-muted:#555;--bg-light:#f8f9fa;--bg-white:#fff;--border-color:#e0e0e0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--bg-white)}
a{color:var(--primary);text-decoration:none;transition:color .3s ease}
a:hover{color:var(--primary-dark)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--text-dark)}
h1{font-size:2.25rem}
h2{font-size:1.75rem}
h3{font-size:1.25rem}
p{margin-bottom:1rem;color:var(--text-muted)}
.header{position:fixed;top:0;left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0}
.header .navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary)}
.header .navbar-brand:hover{color:var(--primary-dark)}
.header .nav-link{color:var(--text-dark);font-weight:500;padding:.5rem 1rem;transition:color .3s ease}
.header .nav-link:hover{color:var(--primary)}
.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);min-height:80vh;display:flex;align-items:center}
.hero h1{font-size:2.5rem;margin-bottom:1.5rem}
.hero p{font-size:1.125rem;color:var(--text-muted)}
.hero-image{border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}
.section{padding:4rem 0}
.section-alt{background:var(--bg-light)}
.section-title{margin-bottom:2rem;position:relative;padding-bottom:1rem}
.section-title::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--primary);border-radius:2px}
.section-title.text-center::after{left:50%;transform:translateX(-50%)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.two-col-reverse{direction:rtl}
.two-col-reverse>*{direction:ltr}
.content-image{border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}
.content-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}
.card-custom{background:var(--bg-white);border-radius:8px;padding:1.5rem;border:1px solid var(--border-color);transition:box-shadow .3s ease,transform .3s ease;height:100%}
.card-custom:hover{box-shadow:0 10px 30px rgba(0,0,0,.08);transform:translateY(-3px)}
.card-custom h3{color:var(--primary);margin-bottom:.75rem}
.ingredient-list{list-style:none;padding:0}
.ingredient-list li{padding:.75rem 0;border-bottom:1px solid var(--border-color);display:flex;align-items:flex-start}
.ingredient-list li:last-child{border-bottom:none}
.ingredient-list li::before{content:"•";color:var(--primary);font-weight:bold;margin-right:.75rem;font-size:1.25rem}
.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}
.faq-question{padding:1.25rem;background:var(--bg-white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;transition:background .3s ease}
.faq-question:hover{background:var(--bg-light)}
.faq-question::after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .3s ease}
.faq-item.active .faq-question::after{transform:rotate(45deg)}
.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq-item.active .faq-answer{max-height:500px;padding:0 1.25rem 1.25rem}
.form-control{border:1px solid var(--border-color);border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}
.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(34,139,34,.15);outline:none}
.btn-primary{background:var(--primary);border-color:var(--primary);padding:.75rem 2rem;font-weight:500;border-radius:6px;transition:background .3s ease,transform .3s ease}
.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px)}
.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:.75rem 2rem;font-weight:500;border-radius:6px;transition:all .3s ease}
.btn-outline:hover{background:var(--primary);color:var(--bg-white)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.08);transition:transform .3s ease}
.gallery-item:hover{transform:scale(1.02)}
.gallery-item img{width:100%;height:250px;object-fit:cover}
.contact-info{background:var(--bg-light);padding:2rem;border-radius:8px}
.contact-info h3{color:var(--primary);margin-bottom:1.5rem}
.contact-info p{margin-bottom:.75rem;display:flex;align-items:flex-start}
.contact-info strong{min-width:80px;color:var(--text-dark)}
.disclaimer-box{background:var(--bg-light);border-left:4px solid var(--primary);padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}
.disclaimer-box p{margin-bottom:0;font-size:.9rem}
.footer{background:var(--text-dark);color:var(--bg-light);padding:3rem 0 1.5rem}
.footer h3{color:var(--bg-white);margin-bottom:1rem;font-size:1.125rem}
.footer p{color:#aaa;font-size:.9rem}
.footer a{color:#aaa;transition:color .3s ease}
.footer a:hover{color:var(--primary-light)}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:.5rem}
.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;margin-top:2rem}
.footer-bottom p{margin-bottom:0;font-size:.85rem;color:#888}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--text-dark);color:var(--bg-light);padding:1rem;z-index:1001;display:none}
.cookie-banner.show{display:block}
.cookie-banner p{margin-bottom:.5rem;font-size:.9rem}
.cookie-banner .btn{padding:.5rem 1.5rem;font-size:.875rem}
.page-header{padding:8rem 0 3rem;background:var(--bg-light)}
.page-header h1{margin-bottom:.5rem}
.page-content{padding:3rem 0}
.page-content h2{margin-top:2rem;margin-bottom:1rem}
.page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}
.page-content li{margin-bottom:.5rem;color:var(--text-muted)}
.soft-cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--bg-white);padding:4rem 0;text-align:center}
.soft-cta h2{color:var(--bg-white);margin-bottom:1rem}
.soft-cta p{color:rgba(255,255,255,.9);margin-bottom:1.5rem;font-size:1.125rem}
.soft-cta .btn-outline{border-color:var(--bg-white);color:var(--bg-white)}
.soft-cta .btn-outline:hover{background:var(--bg-white);color:var(--primary)}
@media(max-width:991px){.two-col{grid-template-columns:1fr;gap:2rem}.two-col-reverse{direction:ltr}.hero{padding:7rem 0 3rem;min-height:auto}.hero h1{font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){h1{font-size:1.75rem}h2{font-size:1.5rem}.section{padding:3rem 0}.gallery-grid{grid-template-columns:1fr}.header .navbar-nav{padding-top:1rem}.hero{text-align:center}}
