
:root{--green:#3a7d44;--gold:#b8860b;--olive:#556b2f;--tag:#7b241c;--bg:#faf3e0;--ink:#1d2228;--muted:#727984;--card:#fff;--shadow:0 10px 24px rgba(0,0,0,.08)}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--ink);background:#fff}
a{color:var(--olive);text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1140px;margin:0 auto;padding:0 1rem}
header{background:var(--bg);border-bottom:1px solid #e9e0c8}
.utilbar{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;padding:.35rem 0;flex-wrap:wrap}
.lang a{font-weight:700;margin-left:.5rem}
.search{display:flex;gap:.4rem;align-items:center}
.search input{padding:.5rem .6rem;border:1px solid #ddd;border-radius:.5rem;min-width:220px}
.brandrow{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0}
.brand{display:flex;align-items:center;gap:.8rem}
.brand img{width:86px;height:86px}
.name{font-weight:900;letter-spacing:.3px;font-size:1.6rem}
.name .v{color:var(--olive)} .name .g{color:var(--gold)}
.tagline{color:var(--tag);font-size:.9rem;margin-top:-.2rem}
.nav{display:flex;gap:1.2rem;flex-wrap:wrap}
.nav a{font-weight:700;color:#222}
.btn{display:inline-block;border:none;border-radius:.6rem;padding:.65rem 1rem;font-weight:700}
.btn-primary{background:var(--olive);color:#fff}.btn-secondary{background:#6eabdb;color:#fff}
main{padding-bottom:2.5rem}
.hero{padding:1.25rem 0}.hero-grid{display:grid;gap:1.25rem}
.hero h1{font-size:2rem;line-height:1.25;margin:.25rem 0 1rem}.lead{max-width:62ch}
.triple{display:grid;gap:1rem}
.card{background:var(--card);border-radius:.8rem;overflow:hidden;box-shadow:var(--shadow)}
.card img{width:100%;height:210px;object-fit:cover;display:block}
.grid{display:grid;gap:1rem}
.product-grid .product-card{transition:.2s transform,.2s box-shadow}
.product-grid .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-list{display:grid;gap:1rem}
.product-item{display:grid;grid-template-columns:1.1fr 2fr}
.product-item img{width:100%;height:260px;object-fit:cover}
.product-item .content{padding:1rem}
.band{background:#f4f8f1;border:1px solid #e3efd9;border-radius:.8rem;padding:1rem 1.25rem}
.values{display:grid;gap:.75rem}.values div{display:flex;gap:.5rem;align-items:flex-start}
.grid-2{display:grid;gap:1rem}
form label input,form label select,form label textarea{width:100%;padding:.6rem;border:1px solid #d9d9d9;border-radius:.6rem}
.checkbox{display:flex;align-items:center;gap:.6rem;margin:.5rem 0}.checkbox input{width:18px;height:18px}
footer{background:#2f6a3a;color:#fff;margin-top:2rem;padding:2rem 0}
footer a{color:#fff;text-decoration:underline}.footer-grid{display:grid;gap:1rem}
.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;margin-right:.6rem;background:rgba(255,255,255,.15)}
.social-icons a:hover{background:rgba(255,255,255,.28)}
.whatsapp-float{position:fixed;width:56px;height:56px;bottom:20px;right:20px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000}
.results{display:grid;gap:1rem}.result{padding:1rem;border:1px solid #e6e6e6;border-radius:.75rem}.result a{font-weight:800}.result p{margin:.25rem 0 0;color:var(--muted)}
@media(min-width:768px){.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center}.triple{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:1.2fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.product-item{grid-template-columns:1fr}.card img{height:180px}}
