/* ============================================================
   rlhomeblocks — bloques premium de la home de Bobgrow
   Verde #00ae69 · hover #008e56 · profundo #004d30 · amarillo #ffd335
   ============================================================ */
.rlhb{--g:#00ae69;--gh:#008e56;--gd:#004d30;--y:#ffd335;--ink:#181818;--txt:#454945;--muted:#8a8f8a;--soft:#f4f7f4;--line:#e6e8e6;
  font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--txt);}
.rlhb section{max-width:1240px;margin:0 auto;padding-left:24px;padding-right:24px;}
.rlhb-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--g);background:rgba(0,174,105,.1);padding:6px 14px;border-radius:40px;}
.rlhb-eyebrow--center{display:block;width:max-content;margin:0 auto;}
.rlhb h2{color:var(--ink);font-weight:800;line-height:1.15;letter-spacing:-.015em;margin:14px 0;}
.rlhb-btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:15px;padding:13px 26px;border-radius:40px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.rlhb-btn--primary{background:var(--g);color:#fff;box-shadow:0 8px 22px rgba(0,174,105,.32);}
.rlhb-btn--primary:hover{background:var(--gh);transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,174,105,.4);color:#fff;}

/* ---------- 1 · SOBRE LA EMPRESA ---------- */
.rlhb-about{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding-top:94px;padding-bottom:100px;}
.rlhb-about__title{font-size:34px;max-width:15ch;}
.rlhb-about__lead{font-size:16.5px;line-height:1.7;margin:0 0 22px;color:var(--txt);}
.rlhb-about__list{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:13px;}
.rlhb-about__list li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;color:var(--ink);font-weight:500;}
.rlhb-check{flex:none;width:22px;height:22px;border-radius:50%;background:var(--g);position:relative;margin-top:1px;}
.rlhb-check::after{content:"";position:absolute;left:7px;top:4px;width:5px;height:9px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);}
.rlhb-about__visual{position:relative;}
.rlhb-about__frame{position:relative;margin:0 auto;max-width:480px;aspect-ratio:1/1;border-radius:28px;overflow:hidden;border:6px solid var(--g);background:var(--g);box-shadow:0 26px 60px rgba(0,77,48,.3),0 0 0 1px rgba(0,174,105,.18);}
.rlhb-about__frame picture{display:block;width:100%;height:100%;}
.rlhb-about__img{display:block;width:100%;height:100%;object-fit:cover;}
.rlhb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px auto 0;max-width:480px;}
.rlhb-stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 12px;text-align:center;box-shadow:0 6px 18px rgba(20,40,30,.06);}
.rlhb-stat__n{display:block;font-size:26px;font-weight:800;color:var(--g);line-height:1;letter-spacing:-.02em;}
.rlhb-stat__l{display:block;font-size:12.5px;color:var(--muted);margin-top:6px;line-height:1.3;}

/* ---------- 2 · ATENCIÓN AL CLIENTE ---------- */
.rlhb-care{padding-top:90px;padding-bottom:100px;border-top:1px solid var(--line);}
.rlhb-care__head{text-align:center;max-width:680px;margin:0 auto 36px;}
.rlhb-care__title{font-size:30px;margin:14px 0 10px;}
.rlhb-care__sub{font-size:16px;line-height:1.65;color:var(--txt);margin:0;}
.rlhb-care__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.rlhb-care__card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 22px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.rlhb-care__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,40,30,.12);border-color:rgba(0,174,105,.4);}
.rlhb-care__ic{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:15px;background:linear-gradient(140deg,#eafaf1,#d6f2e3);color:var(--g);margin-bottom:6px;}
.rlhb-care__t{font-size:16px;font-weight:800;color:var(--ink);}
.rlhb-care__d{font-size:14px;line-height:1.55;color:var(--muted);}
.rlhb-care__bar{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:26px;background:linear-gradient(135deg,#00ae69,#006644);border-radius:20px;padding:20px 28px;box-shadow:0 16px 40px rgba(0,77,48,.22);}
.rlhb-care__contact{display:flex;align-items:center;gap:22px;flex-wrap:wrap;}
.rlhb-contact__item{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:600;font-size:15px;text-decoration:none;opacity:.95;transition:opacity .15s;}
.rlhb-contact__item:hover{opacity:1;color:#fff;}
.rlhb-contact__item--cta{background:var(--y);color:var(--ink);font-weight:800;padding:10px 20px;border-radius:40px;}
.rlhb-contact__item--cta:hover{color:var(--ink);transform:translateY(-1px);}
.rlhb-social{display:flex;align-items:center;gap:12px;}
.rlhb-social__label{color:#fff;font-weight:700;font-size:14px;opacity:.9;}
.rlhb-social__ic{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;transition:transform .15s ease,background .15s ease;}
.rlhb-social__ic:hover{transform:translateY(-3px);background:var(--y);color:var(--ink);}

/* ---------- 3 · CONTENIDO SEO ---------- */
.rlhb-seo{padding-top:90px;padding-bottom:96px;border-top:1px solid var(--line);}
.rlhb-seo__head{text-align:center;max-width:820px;margin:0 auto 30px;}
.rlhb-seo__banner{margin:0 0 38px;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 22px 54px rgba(20,40,30,.16);}
.rlhb-seo__banner img{display:block;width:100%;height:auto;}
.rlhb-seo__title{font-size:27px;margin:0 0 12px;}
.rlhb-seo__intro{font-size:16px;line-height:1.7;color:var(--txt);margin:0;}
/* auto-fit para que la fila quede repartida con 2 o con 3 tarjetas (2026-07-30) */
.rlhb-seo__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;}
.rlhb-seo__col{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px 30px;box-shadow:0 6px 22px rgba(20,40,30,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.rlhb-seo__col:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,40,30,.12);border-color:rgba(0,174,105,.4);}
.rlhb-seo__ic{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(140deg,#eafaf1,#d6f2e3);color:var(--g);margin-bottom:18px;}
.rlhb-seo__col h3{font-size:18.5px;font-weight:800;color:var(--ink);margin:0 0 11px;}
.rlhb-seo__col p{font-size:14.5px;line-height:1.7;color:var(--txt);margin:0;}
.rlhb-seo__link{display:inline-flex;align-items:center;gap:5px;margin-top:16px;color:var(--g);font-weight:800;text-decoration:none;}
.rlhb-seo__link:hover{color:var(--gh);gap:9px;}

/* ---------- separadores suaves ---------- */
.rlhb-care,.rlhb-seo{position:relative;}

/* ---------- 4 · COMUNIDAD / REDES (banda full-width) ---------- */
.rlhb .rlhb-community{max-width:none;padding:0;margin-top:8px;background:linear-gradient(135deg,#00ae69,#008e56 42%,#006644 76%,#004d30);position:relative;overflow:hidden;}
.rlhb-community::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.14) 1.4px,transparent 1.4px);background-size:24px 24px;opacity:.45;}
.rlhb-community::after{content:"";position:absolute;top:-40%;right:-5%;width:420px;height:420px;background:radial-gradient(circle,rgba(255,211,53,.22),transparent 62%);}
.rlhb-community__inner{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:74px 24px 78px;}
.rlhb-community__head{text-align:center;max-width:680px;margin:0 auto 38px;}
.rlhb-eyebrow--light{color:#fff;background:rgba(255,255,255,.18);}
.rlhb-community__title{font-size:30px;color:#fff;margin:14px 0 10px;}
.rlhb-community__sub{font-size:16px;line-height:1.6;color:rgba(255,255,255,.9);margin:0;}
.rlhb-community__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.rlhb-net{display:flex;align-items:center;gap:16px;background:#fff;border-radius:18px;padding:22px 24px;text-decoration:none;box-shadow:0 14px 34px rgba(0,40,24,.22);transition:transform .18s ease,box-shadow .18s ease;}
.rlhb-net:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(0,40,24,.3);}
.rlhb-net__ic{flex:none;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:16px;color:#fff;}
.rlhb-net--ig .rlhb-net__ic{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);}
.rlhb-net--fb .rlhb-net__ic{background:#1877f2;}
.rlhb-net--yt .rlhb-net__ic{background:#ff0000;}
.rlhb-net__txt{display:flex;flex-direction:column;line-height:1.25;flex:1;min-width:0;}
.rlhb-net__txt strong{font-size:16.5px;font-weight:800;color:var(--ink);}
.rlhb-net__txt em{font-style:normal;font-size:13.5px;color:var(--muted);}
.rlhb-net__go{flex:none;font-size:13.5px;font-weight:800;color:var(--g);background:rgba(0,174,105,.1);padding:8px 16px;border-radius:40px;transition:background .15s ease,color .15s ease;}
.rlhb-net:hover .rlhb-net__go{background:var(--g);color:#fff;}

/* ---------- Home: recortar el aire excesivo blog -> footer ---------- */
#index #main{padding-bottom:0;}
#index #footer{margin-top:30px;}

/* ---------- Responsive ---------- */
@media (max-width:991px){
  .rlhb-about{grid-template-columns:1fr;gap:36px;padding-top:48px;padding-bottom:48px;}
  .rlhb-about__title{font-size:28px;max-width:none;}
  .rlhb-about__frame{max-width:420px;}
  .rlhb-care__grid{grid-template-columns:repeat(2,1fr);}
  .rlhb-seo__cols{grid-template-columns:1fr;gap:24px;}
  .rlhb-community__grid{grid-template-columns:1fr;gap:14px;}
}
@media (max-width:600px){
  .rlhb-care__grid{grid-template-columns:1fr;}
  .rlhb-care__bar{flex-direction:column;align-items:stretch;text-align:center;}
  .rlhb-care__contact{justify-content:center;}
  .rlhb-about__title{font-size:24px;}
  .rlhb-care__title{font-size:24px;}
  .rlhb-community__title{font-size:24px;}
  .rlhb-stats{grid-template-columns:repeat(3,1fr);gap:8px;}
  .rlhb-stat__n{font-size:20px;}
}
