
:root{--green:#176b2c;--green2:#0f5421;--mint:#eef7ef;--soft:#f8faf7;--line:#e4e9e4;--text:#1f2b21;--muted:#69736a;--shadow:0 10px 28px rgba(20,70,30,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,select{font:inherit}
header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header{max-width:1380px;margin:auto;display:flex;align-items:center;gap:22px;padding:14px 22px;min-height:88px}.logo{width:150px;display:block}.logo-link{flex:0 0 auto}nav{display:flex;align-items:center;gap:20px;font-weight:700;font-size:14px;white-space:nowrap}nav a{padding:10px 0;border-bottom:2px solid transparent}nav a:hover,nav a.active{color:var(--green);border-color:var(--green)}.site-search{margin-left:auto}.site-search input{width:210px;border:1px solid var(--line);border-radius:999px;padding:11px 15px;outline:none}.site-search input:focus{border-color:#9cc7a5;box-shadow:0 0 0 3px #edf7ef}.wa{background:var(--green);color:#fff;padding:10px 15px;border-radius:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.wa:hover{background:var(--green2)}.wa-top{white-space:nowrap}
main{max-width:1380px;margin:auto;padding:28px 22px 70px}.page-hero{background:linear-gradient(135deg,#f3f9ef,#fff);border:1px solid var(--line);border-radius:22px;padding:30px 34px;margin:5px 0 26px}.page-hero.compact{min-height:0}.page-hero h1,.home-hero h1{font-size:38px;line-height:1.08;margin:5px 0 10px;color:#155c27}.page-hero p{max-width:850px;margin:0;color:var(--muted);line-height:1.55}.eyebrow{font-size:12px!important;font-weight:900;letter-spacing:.14em;color:#3b7c49!important;margin:0 0 7px!important}
.home-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;background:linear-gradient(135deg,#f3f9ef,#fff);border:1px solid var(--line);border-radius:24px;padding:38px;margin-bottom:30px}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.55;max-width:680px}.hero-actions{display:flex;gap:12px;margin-top:20px}.btn-lite,.loadmore{border:1px solid #bcd3c0;background:#fff;color:#17632b;border-radius:10px;padding:10px 15px;font-weight:800;cursor:pointer}.btn-lite:hover,.loadmore:hover{background:#f0f7f1}.hero-showcase{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:10px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;min-height:280px}.hero-showcase img{width:100%;height:230px;object-fit:contain}
.section{padding:22px 0 30px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{font-size:28px;margin:0;color:#155c27}.section-head>a,.more-link{color:#267238;font-weight:700}
.home-needs{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home-need{min-height:104px;border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff;display:flex;flex-direction:column;gap:8px;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.025)}.home-need span{font-size:26px}.home-need b{font-size:14px}.home-need:hover{border-color:#a8cdae;background:#fbfefb}
.brands-row{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.brand-card{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.03);transition:.18s ease}.brand-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#b9d5be}.brand-card .brand-img{height:180px;display:grid;place-items:center}.compact-brand .brand-img{height:160px}.brand-card img{max-width:100%;max-height:100%;object-fit:contain}.brand-card h3{font-size:16px;margin:10px 0 5px}.brand-card span,.brand-card small{color:var(--muted);font-size:12px;display:block}.brand-card small{color:#267238;font-weight:700;margin-top:6px}
.filterbar{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 22px}.sticky-filter{background:#fff;padding:12px 0;position:sticky;top:88px;z-index:30}.filterbar select,.filterbar input{padding:12px 14px;border:1px solid var(--line);border-radius:10px;min-width:230px;background:#fff;outline:none}.filterbar input{flex:1;min-width:260px}.filterbar select:focus,.filterbar input:focus{border-color:#9cc7a5;box-shadow:0 0 0 3px #edf7ef}
.products{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product{border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff;display:flex;flex-direction:column;min-width:0;box-shadow:0 3px 13px rgba(0,0,0,.025)}.product:hover{border-color:#bad5bf;box-shadow:var(--shadow)}.photo{height:215px;display:grid;place-items:center;padding:8px}.photo img{max-width:100%;max-height:100%;object-fit:contain}.product small{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.product h3{font-size:15px;line-height:1.25;margin:6px 0;min-height:38px}.product span{font-size:13px;color:var(--muted)}.product strong{font-size:16px;color:var(--green);margin:10px 0}.product .wa{margin-top:auto;padding:9px 8px;font-size:13px}.loadmore-wrap{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;color:var(--muted);font-size:13px}
.need-picker{padding:4px 0 16px}.need-picker.hidden{display:none}.need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.need-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;text-align:left;min-height:132px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 4px 16px rgba(0,0,0,.025)}.need-card:hover{border-color:#9fc8a7;background:#fbfefb;transform:translateY(-1px)}.need-icon{font-size:30px}.need-card strong{font-size:17px;color:#1c5429}.need-card small{color:var(--muted)}.need-panel{display:none;padding:10px 0}.need-panel.open{display:block}.need-panel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:0 0 18px}.need-panel h2{margin:0;font-size:30px;color:#155c27}.close-need{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 13px;cursor:pointer}.more-link{display:inline-block;margin-top:20px}
.contact-strip{max-width:1380px;margin:0 auto 24px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;background:#fff}.contact-strip>div{padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:7px;font-size:13px}.contact-strip>div:last-child{border-right:0}.contact-strip b{font-size:15px;color:#154f25}.contact-strip a:not(.wa){color:#28783b;text-decoration:underline}.contact-strip .wa{width:max-content;margin-top:4px;font-size:12px}footer{background:#11682a;color:#fff;padding:18px 22px;text-align:center}
/* compatibility with existing brand pages */.page-title{font-size:34px;color:#155c27;margin:12px 0 6px}.subtitle{color:var(--muted);margin-bottom:24px}.brand-page-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:22px}.brand-page-title p{margin:5px 0 0;color:var(--muted)}.brand-page-title .countbox{background:#eef7ef;color:#17662c;border-radius:999px;padding:9px 13px;font-weight:700;white-space:nowrap}.all-products{grid-template-columns:repeat(5,1fr)}.count{font-size:12px;color:#778078;margin-left:8px}.catalog-note{background:#f8fbf6;border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin:0 0 20px;color:#566158}
@media(max-width:1180px){.brands-row{grid-template-columns:repeat(4,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}.products,.all-products{grid-template-columns:repeat(4,1fr)}.home-needs{grid-template-columns:repeat(4,1fr)}.need-grid{grid-template-columns:repeat(3,1fr)}.site-search{display:none}}
@media(max-width:860px){.header{flex-wrap:wrap}.logo{width:135px}nav{order:3;width:100%;overflow:auto;gap:18px}.wa-top{margin-left:auto}.home-hero{grid-template-columns:1fr;padding:24px}.hero-showcase{min-height:220px}.hero-showcase img{height:180px}.products,.all-products{grid-template-columns:repeat(2,1fr)}.brand-grid,.brands-row{grid-template-columns:repeat(2,1fr)}.home-needs,.need-grid{grid-template-columns:repeat(2,1fr)}.contact-strip{grid-template-columns:1fr 1fr}.sticky-filter{top:124px}}
@media(max-width:540px){main{padding:20px 14px 45px}.header{padding:12px 14px}.wa-top{font-size:12px;padding:9px 10px}.page-hero,.home-hero{padding:20px;border-radius:18px}.page-hero h1,.home-hero h1{font-size:30px}.hero-showcase{grid-template-columns:repeat(2,1fr)}.hero-showcase img{height:145px}.products,.all-products,.brand-grid,.brands-row,.home-needs,.need-grid,.contact-strip{grid-template-columns:1fr}.photo{height:260px}.need-panel-head{align-items:flex-start;flex-direction:column}.filterbar>*{width:100%;min-width:0!important}.sticky-filter{position:static}.section-head{align-items:flex-start;flex-direction:column}.contact-strip{margin:0 14px 18px}}

/* === MEJORA 14 CATÁLOGOS / AGOSTO 2026 === */
.need-visible{
  margin-top:8px;padding:7px 9px;border-radius:9px;background:#f1f8f2;
  color:#1d642e;font-size:11px;line-height:1.35;font-weight:700;
  border:1px solid #dbeadf;
}
.product strong{font-size:14px}
.catalog-summary-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px
}
.catalog-summary-card{
  border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;
  box-shadow:0 4px 16px rgba(0,0,0,.025)
}
.catalog-summary-card h3{margin:0 0 7px;color:#155c27;font-size:17px}
.catalog-summary-card .count-pill{
  display:inline-block;background:#eef7ef;color:#17662c;padding:6px 9px;
  border-radius:999px;font-size:11px;font-weight:800;margin-bottom:10px
}
.catalog-summary-card ul{padding-left:18px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.catalog-summary-card a{display:inline-block;margin-top:10px;color:#176b2c;font-weight:800;font-size:12px}
.catalog-intro{
  border:1px solid var(--line);background:linear-gradient(135deg,#f3f9ef,#fff);
  border-radius:20px;padding:22px;margin:8px 0 20px
}
.catalog-intro strong{color:#155c27}
@media(max-width:1180px){.catalog-summary-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){.catalog-summary-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.catalog-summary-grid{grid-template-columns:1fr}}
