*{box-sizing:border-box;margin:0;padding:0}
:root{--olive:#5a7a3d;--olive-dark:#4a6832;--olive-light:#7a9a5d;--text-dark:#2d2d2d;--text-medium:#555;--text-light:#777;--bg-white:#fff;--bg-light:#f8f9f5;--bg-cream:#f5f5f0;--border-color:#e0e0d8}
html{scroll-behavior:smooth}
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)}
h1,h2,h3{font-weight:600;line-height:1.3;color:var(--text-dark)}
h1{font-size:2.2rem;margin-bottom:1.5rem}
h2{font-size:1.75rem;margin-bottom:1.25rem}
h3{font-size:1.25rem;margin-bottom:1rem}
p{margin-bottom:1rem;color:var(--text-medium)}
a{color:var(--olive);text-decoration:none;transition:color .3s ease}
a:hover{color:var(--olive-dark)}
.header-main{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-white);border-bottom:1px solid var(--border-color);padding:1rem 0;transition:box-shadow .3s ease}
.header-main.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.08)}
.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}
.logo{font-size:1.5rem;font-weight:700;color:var(--olive);display:flex;align-items:center;gap:.5rem}
.logo svg{width:32px;height:32px}
.nav-main{display:flex;gap:2rem}
.nav-main a{color:var(--text-medium);font-weight:500;padding:.5rem 0;position:relative}
.nav-main a:hover{color:var(--olive)}
.nav-main a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--olive);transition:width .3s ease}
.nav-main a:hover::after{width:100%}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}
.mobile-toggle svg{width:24px;height:24px;stroke:var(--text-dark)}
.main-content{padding-top:80px}
.section{padding:4rem 0}
.section-alt{background:var(--bg-light)}
.section-cream{background:var(--bg-cream)}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}
.section-header p{color:var(--text-light);font-size:1.1rem}
.two-col{display:flex;gap:3rem;align-items:center}
.two-col.reverse{flex-direction:row-reverse}
.col-text{flex:1}
.col-image{flex:1}
.col-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-cream) 100%)}
.hero-content{max-width:600px}
.hero h1{font-size:2.8rem;margin-bottom:1rem}
.hero p{font-size:1.2rem;color:var(--text-medium);margin-bottom:2rem}
.hero-image img{max-width:100%;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1)}
.btn-read{display:inline-block;padding:.875rem 1.75rem;background:var(--olive);color:var(--bg-white);border-radius:6px;font-weight:500;transition:background .3s ease,transform .3s ease}
.btn-read:hover{background:var(--olive-dark);color:var(--bg-white);transform:translateY(-2px)}
.btn-outline{background:transparent;border:2px solid var(--olive);color:var(--olive)}
.btn-outline:hover{background:var(--olive);color:var(--bg-white)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.card{background:var(--bg-white);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.card-image{height:200px;overflow:hidden}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.card:hover .card-image img{transform:scale(1.05)}
.card-content{padding:1.5rem}
.card-content h3{margin-bottom:.75rem}
.card-content p{font-size:.95rem;margin-bottom:1rem}
.list-check{list-style:none;padding:0}
.list-check li{padding:.5rem 0 .5rem 2rem;position:relative}
.list-check li::before{content:"";position:absolute;left:0;top:.75rem;width:20px;height:20px;background:var(--olive-light);border-radius:50%;opacity:.2}
.list-check li::after{content:"";position:absolute;left:6px;top:1rem;width:8px;height:4px;border-left:2px solid var(--olive);border-bottom:2px solid var(--olive);transform:rotate(-45deg)}
.divider{height:1px;background:var(--border-color);margin:0}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border-color);padding:1.5rem 0}
.faq-question{font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-question svg{width:20px;height:20px;stroke:var(--olive);transition:transform .3s ease}
.faq-item.active .faq-question svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq-item.active .faq-answer{max-height:500px;padding-top:1rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.contact-info h3{margin-bottom:1.5rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.contact-detail svg{width:24px;height:24px;stroke:var(--olive);flex-shrink:0;margin-top:.25rem}
.contact-form{background:var(--bg-light);padding:2rem;border-radius:8px}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}
.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--olive);box-shadow:0 0 0 3px rgba(90,122,61,.1)}
.form-group textarea{min-height:120px;resize:vertical}
.footer-main{background:var(--text-dark);color:var(--bg-light);padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}
.footer-brand{max-width:300px}
.footer-brand .logo{color:var(--bg-white);margin-bottom:1rem}
.footer-brand p{color:rgba(255,255,255,.7);font-size:.95rem}
.footer-links h4{color:var(--bg-white);margin-bottom:1rem;font-size:1rem}
.footer-links ul{list-style:none;padding:0}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:rgba(255,255,255,.7);font-size:.95rem}
.footer-links a:hover{color:var(--bg-white)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,.6);font-size:.875rem;margin:0}
.disclaimer-banner{background:var(--bg-cream);padding:1rem;text-align:center;font-size:.875rem;color:var(--text-light);border-top:1px solid var(--border-color)}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-white);padding:1.5rem;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:9999;display:none}
.cookie-banner.show{display:block}
.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.cookie-text{flex:1}
.cookie-text p{margin:0;font-size:.95rem}
.cookie-text a{text-decoration:underline}
.cookie-buttons{display:flex;gap:1rem}
.policy-page{padding:2rem 0 4rem}
.policy-page h1{margin-bottom:2rem}
.policy-page h2{margin-top:2rem;font-size:1.5rem}
.policy-page h3{margin-top:1.5rem;font-size:1.2rem}
.policy-page ul{margin:1rem 0 1rem 1.5rem}
.policy-page li{margin-bottom:.5rem}
.context-block{background:var(--bg-cream);border-left:4px solid var(--olive);padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}
.context-block h3{color:var(--olive);margin-bottom:.75rem}
.context-block p{margin-bottom:.5rem;font-size:.95rem}
.context-block p:last-child{margin-bottom:0}
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
@media (max-width:991px){.nav-main{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:1rem 1.5rem;gap:0;border-bottom:1px solid var(--border-color)}.nav-main.active{display:flex}.nav-main a{padding:1rem 0;border-bottom:1px solid var(--border-color)}.nav-main a:last-child{border-bottom:none}.mobile-toggle{display:block}.card-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:767px){h1{font-size:1.8rem}h2{font-size:1.5rem}.hero h1{font-size:2rem}.hero{padding:2rem 0}.two-col,.two-col.reverse{flex-direction:column}.col-image{order:-1}.card-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{width:100%;justify-content:center}}
