
:root{--green:#63b32e;--green-dark:#397c19;--dark:#19351a;--bg:#edf3eb;--line:#d8e3d5;--muted:#657166;--white:#fff;--wa:#20b858;--soft:#eff7eb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#182018}.top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10}.logo{font-size:24px;font-weight:850}.logo b{color:var(--green)}.top small{color:var(--muted)}.shell{max-width:1380px;margin:auto;display:grid;grid-template-columns:270px 1fr;min-height:calc(100vh - 72px)}.nav{background:#fafcf9;border-right:1px solid var(--line);padding:16px;position:sticky;top:72px;height:calc(100vh - 72px);overflow:auto}.nav button{width:100%;border:0;background:none;border-radius:9px;padding:11px;text-align:left;font:inherit;cursor:pointer;color:#263226}.nav button:hover{background:#e8f3e3}.nav hr{border:0;border-top:1px solid var(--line);margin:12px 0}.main{padding:24px;min-width:0}.crumb{font-size:13px;color:var(--muted);margin-bottom:12px}.hero,.section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:16px;box-shadow:0 8px 30px rgba(34,68,28,.035)}.hero h1,.section h2{margin-top:0}.hero p,.section p{line-height:1.58}.search{display:flex;gap:9px;margin:15px 0}.search input,.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid #afbaad;border-radius:10px;font:inherit}.search input{flex:1}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.card{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px;text-align:left;cursor:pointer;color:inherit;text-decoration:none;transition:.16s}.card:hover{border-color:#8ec86e;transform:translateY(-2px);box-shadow:0 8px 22px rgba(44,92,30,.08)}.card h3{margin:0 0 6px;font-size:16px}.card p{margin:0;color:var(--muted);line-height:1.45}.icon{min-width:38px;height:38px;border-radius:10px;background:#e8f5e2;display:grid;place-items:center;font-weight:800;color:var(--green-dark)}.code{font-size:12px;font-weight:850;letter-spacing:.08em;color:var(--green-dark)}.product-head{display:grid;grid-template-columns:minmax(250px,360px) 1fr;gap:30px;align-items:center;padding:28px}.product-visual{background:linear-gradient(145deg,#f6faf4,#e5f2df);border:1px solid #dce9d7;border-radius:17px;min-height:285px;padding:18px;display:flex;align-items:center;justify-content:center}.product-head img{width:100%;height:260px;object-fit:contain;border-radius:12px}.product-head h1{font-size:34px;margin:7px 0 10px}.badge{display:inline-flex;align-items:center;gap:6px;background:#e9f6e3;color:var(--green-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.btn{border:1px solid #aeb8ac;background:#fff;color:#182018;text-decoration:none;padding:10px 14px;border-radius:9px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn:hover{filter:brightness(.98)}.btn.primary{background:var(--green);border-color:var(--green);color:#fff}.btn.whatsapp{background:var(--wa);border-color:var(--wa);color:#fff}.topic-title{margin:22px 0 12px}.answer ol{padding-left:25px}.answer li{margin:0 0 13px;line-height:1.58}.answer li::marker{color:var(--green-dark);font-weight:800}.source-note{background:var(--soft);border-left:4px solid var(--green);padding:12px 14px;border-radius:8px;margin:15px 0}.resolution{border-top:1px solid var(--line);margin-top:22px;padding-top:19px}.resolution h3{margin:0 0 8px}.form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:700;margin-bottom:6px}.field textarea{min-height:125px}.floating-wa{position:fixed;right:20px;bottom:20px;background:var(--wa);color:white;text-decoration:none;padding:13px 17px;border-radius:999px;font-weight:800;box-shadow:0 6px 20px #0003;z-index:15}.notice{background:#fff5d9;border:1px solid #ead39c;border-radius:10px;padding:12px}.ecosystem-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.flow{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px}.flow b{display:block;margin-bottom:7px;color:var(--green-dark)}.manual-missing{opacity:.55;cursor:not-allowed}.photo-note{font-size:12px;color:var(--muted);margin-top:8px}
@media(max-width:980px){.shell{grid-template-columns:1fr}.nav{display:none}.grid{grid-template-columns:repeat(2,1fr)}.product-head{grid-template-columns:1fr}.product-visual{min-height:250px}.product-head img{height:250px}.ecosystem-flow{grid-template-columns:1fr}}
@media(max-width:560px){.top small{display:none}.main{padding:14px}.grid{grid-template-columns:1fr}.form{grid-template-columns:1fr}.field.full{grid-column:auto}.search{flex-direction:column}.product-head h1{font-size:28px}.product-head{padding:18px}.product-visual{min-height:220px}.product-head img{height:220px}}


/* v9 — restauración estrictamente visual de las fichas de producto */
.product-card{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:142px;
  padding:12px;
}
.product-thumb{
  width:118px;
  height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:11px;
  background:linear-gradient(145deg,#f8fbf6,#e6f2e1);
  border:1px solid #dbe8d6;
}
.product-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:7px;
}
.product-fallback{
  color:var(--green-dark);
  font-size:18px;
  font-weight:900;
  letter-spacing:.06em;
}
.product-card-copy{
  min-width:0;
}
.product-card .code{
  display:block;
  margin-bottom:5px;
}
.product-card h3{
  margin:0 0 7px;
  font-size:17px;
}
.product-card p{
  margin:0;
  color:var(--muted);
  line-height:1.42;
}
@media(max-width:560px){
  .product-card{
    grid-template-columns:92px minmax(0,1fr);
    min-height:112px;
    gap:12px;
  }
  .product-thumb{
    width:92px;
    height:92px;
  }
}


/* v11 — diagrama visual del ecosistema RainPoint */
.ecosystem-diagram{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:16px}
.eco-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.eco-card{display:grid;grid-template-columns:135px 1fr;gap:18px;align-items:center;background:#f8fbf6;border:1px solid #dce8d8;border-radius:16px;padding:16px}
.eco-card.eco-hub{max-width:760px;margin:0 auto}
.eco-card img{width:135px;height:125px;object-fit:contain;background:#fff;border-radius:12px;padding:7px}
.eco-card h3{margin:5px 0 7px}
.eco-card p{margin:0;line-height:1.5;color:var(--muted)}
.eco-label{font-size:12px;font-weight:850;color:var(--green-dark);text-transform:uppercase;letter-spacing:.07em}
.eco-arrow{text-align:center;font-size:34px;color:var(--green);font-weight:900;line-height:1;margin:10px}
.hic-special{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:center;border:2px solid #87c765}
.hic-image{background:linear-gradient(145deg,#f8fbf6,#e5f2df);border-radius:15px;padding:14px}
.hic-image img{width:100%;height:230px;object-fit:contain}
.hic-special ul{padding-left:21px;line-height:1.65}
@media(max-width:850px){
  .eco-grid{grid-template-columns:1fr}
  .eco-card,.hic-special{grid-template-columns:1fr}
  .eco-card img{width:100%;height:180px}
  .hic-image img{height:220px}
}


/* v12 — ampliación visual solicitada del ecosistema */
.eco-components{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.eco-mini{
  background:#f8fbf6;
  border:1px solid #dce8d8;
  border-radius:14px;
  padding:12px;
  text-align:center;
}
.eco-mini img{
  width:100%;
  height:120px;
  object-fit:contain;
  background:#fff;
  border-radius:10px;
  padding:6px;
  margin-bottom:8px;
}
.eco-mini b,.hic-option b{
  display:block;
  color:var(--green-dark);
  margin-bottom:4px;
}
.eco-mini span,.hic-option span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.hic-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
  margin-top:16px;
}
.hic-option{
  background:#f8fbf6;
  border:1px solid #dce8d8;
  border-radius:13px;
  padding:12px;
  text-align:center;
}
.hic-option img,.wired-rain-icon{
  width:100%;
  height:105px;
  object-fit:contain;
  background:#fff;
  border-radius:9px;
  padding:6px;
  margin-bottom:8px;
}
.wired-rain-icon{
  display:grid;
  place-items:center;
  font-size:48px;
  color:var(--green-dark);
}
@media(max-width:1000px){
  .eco-components{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .eco-components,.hic-options{grid-template-columns:1fr}
}


/* v14 */
.brand-link{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{display:block;width:190px;max-height:52px;object-fit:contain}
.back-btn{margin:0 0 12px}
.crumb-link{border:0;background:none;padding:0;color:var(--green-dark);font:inherit;text-decoration:underline;cursor:pointer}
.crumb-link:hover{text-decoration:none}
@media(max-width:560px){
  .brand-logo{width:150px;max-height:44px}
  .back-btn{width:100%;justify-content:flex-start}
}

/* v15 — logo oficial y jerarquía del menú */
.brand-logo{width:auto;height:52px;max-width:220px;object-fit:contain}.top-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;border:1px solid var(--line);background:#f7faf5;color:var(--green-dark);width:42px;height:42px;border-radius:10px;font-size:23px;cursor:pointer}.nav-group{margin-bottom:17px}.nav-label{padding:5px 10px 7px;color:#778378;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.nav-main button{background:#e7f4e1;color:var(--green-dark);font-weight:850}.nav-products{padding-bottom:14px;border-bottom:1px solid var(--line)}.nav-services{background:#edf6e9;border:1px solid #d1e5c8;border-radius:13px;padding:10px 7px 7px}.nav-services .nav-label{color:var(--green-dark)}.nav-services button{display:flex;align-items:center;gap:9px;color:#20471d;font-weight:750}.nav-service-icon{flex:0 0 31px;height:31px;border-radius:9px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:11px;font-weight:900}@media(max-width:980px){.menu-toggle{display:inline-grid;place-items:center}.nav{display:block;position:fixed;z-index:30;top:72px;left:0;width:min(330px,88vw);height:calc(100vh - 72px);transform:translateX(-105%);transition:transform .2s ease;box-shadow:12px 0 35px rgba(20,45,19,.18)}body.nav-open .nav{transform:translateX(0)}body.nav-open::after{content:"";position:fixed;inset:72px 0 0 0;background:rgba(11,29,11,.35);z-index:20}}@media(max-width:560px){.brand-logo{height:43px;max-width:175px}}

/* v16 verificado: logo oficial completo, sin recorte */
.brand-link{display:flex;align-items:center;justify-content:flex-start;height:60px;overflow:visible}
.brand-logo{display:block;height:54px;width:auto;max-width:240px;object-fit:contain;object-position:left center}
@media(max-width:560px){.brand-link{height:52px}.brand-logo{height:46px;max-width:190px}}


/* v17 - búsqueda flexible y jerarquía visual de Servicios RainPoint */
.search-wrap{position:relative;margin-bottom:22px}
.search-wrap .search{margin-bottom:0}
.quick-search{
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  right:0;
  z-index:18;
  background:#fff;
  border:1px solid var(--line);
  border-radius:13px;
  box-shadow:0 14px 35px rgba(24,55,22,.16);
  overflow:hidden;
  max-height:410px;
  overflow-y:auto;
}
.quick-search.hidden{display:none}
.quick-search button{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:12px 15px;
  border:0;
  border-bottom:1px solid #edf2eb;
  background:#fff;
  text-align:left;
  cursor:pointer;
}
.quick-search button:last-child{border-bottom:0}
.quick-search button:hover{background:#eef7ea}
.quick-search button b{color:#213121;font-size:14px}
.quick-search button span{color:var(--muted);font-size:12px}
.quick-empty{padding:13px 15px;color:var(--muted);font-size:13px}

.home-section-title{
  margin:24px 0 12px;
  font-size:20px;
  color:#243524;
}
.home-services{
  margin-top:28px;
  background:linear-gradient(145deg,#eaf5e5,#f7fbf5);
  border:1px solid #cfe3c6;
  border-radius:18px;
  padding:22px;
}
.home-services-head{margin-bottom:15px}
.home-services-head h2{margin:4px 0 6px;font-size:22px}
.home-services-head p{margin:0;color:var(--muted)}
.services-kicker{
  display:inline-block;
  color:var(--green-dark);
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.service-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:122px;
  padding:15px;
  border-radius:14px;
  text-align:left;
  cursor:pointer;
  background:#fff;
  border:1px solid #cbdcc4;
  color:#1c2b1c;
  transition:.16s ease;
}
.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(35,72,29,.10)}
.service-card h3{margin:1px 0 6px;font-size:16px}
.service-card p{margin:0;color:var(--muted);line-height:1.42;font-size:13px}
.service-icon{
  flex:0 0 40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:var(--green);
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.service-card.technical{border-left:4px solid #4d9b2a}
.service-card.distributor{border-left:4px solid #2f7f69}
.service-card.project{border-left:4px solid #738d2d}
.service-card.distributor .service-icon{background:#2f7f69}
.service-card.project .service-icon{background:#738d2d}

@media(max-width:800px){
  .services-grid{grid-template-columns:1fr}
  .home-services{padding:17px}
}
