/* Hotfix 27.1.1 — Integración segura del Centro Cooperativo */

.nav-centro-cooperativo{
  white-space:nowrap;
}

.ccc-home-promo{
  padding:88px 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(13,135,73,.12), transparent 34%),
    #f3faf6;
  border-top:1px solid rgba(7,91,62,.10);
  border-bottom:1px solid rgba(7,91,62,.10);
}

.ccc-home-promo__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:48px;
  align-items:center;
}

.ccc-home-promo__copy h2{
  max-width:720px;
  margin:12px 0 18px;
  color:#062f23;
  font-size:clamp(2.4rem,5vw,5rem);
  line-height:.96;
  letter-spacing:-.045em;
}

.ccc-home-promo__copy p{
  max-width:720px;
  color:#586d63;
  font-size:1.05rem;
  line-height:1.7;
}

.ccc-home-promo__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.ccc-home-promo__links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ccc-home-promo__links a{
  display:flex;
  min-height:148px;
  flex-direction:column;
  justify-content:flex-end;
  padding:22px;
  border:1px solid rgba(7,91,62,.16);
  border-radius:18px;
  background:#fff;
  color:#063e2f;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(5,61,45,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ccc-home-promo__links a:hover,
.ccc-home-promo__links a:focus-visible{
  transform:translateY(-3px);
  border-color:#0a8a4a;
  box-shadow:0 18px 36px rgba(5,61,45,.12);
  outline:none;
}

.ccc-home-promo__links strong{
  font-size:1rem;
}

.ccc-home-promo__links span{
  margin-top:7px;
  color:#63766d;
  font-size:.88rem;
  line-height:1.45;
}

@media (max-width:1180px){
  .site-header nav,
  .header-inner nav,
  header nav{
    gap:16px;
  }

  .nav-centro-cooperativo{
    font-size:.92rem;
  }
}

@media (max-width:980px){
  .ccc-home-promo__grid{
    grid-template-columns:1fr;
  }

  .ccc-home-promo__links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .ccc-home-promo{
    padding:58px 0;
  }

  .ccc-home-promo__links{
    grid-template-columns:1fr;
  }

  .ccc-home-promo__links a{
    min-height:124px;
  }
}
