/* =========================================
   COOBOOK FOOTER V2 — institucional, limpio
   - sin flare/iluminación lateral
   - sello visible como marca de agua
   ========================================= */



.container-footer.footer.full-width .grid-child{
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Wrapper */
.cb-footer-wrap.cb-footer-v2{
  width: 100%;
  position: relative;
  background: #050814;
  border-top: 1px solid rgba(150,195,255,.16);
  overflow: hidden;
}


/* Textura suave para que no quede plano */
.cb-footer-wrap.cb-footer-v2::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 25% 10%, rgba(70,120,255,.10), transparent 65%),
    radial-gradient(900px 520px at 85% 0%, rgba(70,120,255,.06), transparent 70%);
  pointer-events:none;
}

/* Footer body */
.cb-footer--v2{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 3.2rem 5vw 2.2rem;
  box-sizing: border-box;
  color: rgba(232,241,255,.9);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* No subrayados nunca */
.cb-footer--v2 a,
.cb-footer--v2 a:visited,
.cb-footer--v2 a:hover,
.cb-footer--v2 a:active{
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
}

/* TOP */
.cb2-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:2.4rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(230,238,255,.07);
}

.cb2-brand{
  display:flex;
  align-items:flex-start;
  gap:1.25rem;
  flex: 1.2;
  min-width: 680px;
}

.cb2-seal{
  width:180px;
  height:auto;
  opacity:.88; /* visible de verdad */
  filter: grayscale(100%) contrast(120%);
  flex: 0 0 auto;
}

.cb2-title{
  margin:0 0 .35rem;
  font-size:1.25rem;
  letter-spacing:.10em;
  font-weight:600;
  color:#fff;
}

.cb2-tagline{
  margin:0;
  font-size:.92rem;
  line-height:1.55;
  color: rgba(232,241,255,.78);
  max-width: 34rem;
}

.cb2-company{
  margin:.7rem 0 0;
  font-size:.75rem;
  color: rgba(232,241,255,.55);
}

/* RIGHT */
.cb2-right{
  flex: 1;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:1.1rem;
  min-width: 300px;
}

.cb2-lei{
  width: min(640px, 100%);
  padding: 1rem 1.2rem;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(150,195,255,.18);
}

.cb2-lei-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
}

.cb2-lei-label{
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color: rgba(232,241,255,.6);
}

.cb2-lei-value{
  font-size:1rem;
  letter-spacing:.18em;
  font-weight:600;
  color:#fff;
  text-align:right;
}

.cb2-lei-sub{
  margin-top:.55rem;
  font-size:.82rem;
  color: rgba(232,241,255,.75);
}

.cb2-lei-sub strong{
  color:#9bbdff;
}

/* CTA */
.cb2-cta{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  justify-content:flex-end;
}

.cb2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.58rem 1.25rem;
  border-radius:999px;
  font-size:.82rem;
  font-weight:500;
  letter-spacing:.03em;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
  white-space:nowrap;
}

.cb2-btn-primary{
  background: linear-gradient(135deg, #4f9bff 0%, #0054ff 100%);
  color:#fff;
  box-shadow: 0 0 18px rgba(79,155,255,.35);
}

.cb2-btn-primary:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.cb2-btn-ghost{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(150,195,255,.22);
  color: rgba(255,255,255,.92);
}

.cb2-btn-ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(150,195,255,.45);
  background: rgba(255,255,255,.05);
}

/* SOCIAL */
.cb2-social{
  margin-top: 1.6rem;
  display:flex;
  flex-direction:column;
  gap:.75rem;
}

.cb2-social-head{
  font-size:.72rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  color: rgba(232,241,255,.55);
}

.cb2-social-list{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.cb2-social-list a{
  padding:.42rem .95rem;
  border-radius:999px;
  border: 1px solid rgba(150,195,255,.18);
  background: rgba(255,255,255,.02);
  color: rgba(255,255,255,.90);
  font-size:.72rem;
}

.cb2-social-list a:hover{
  border-color: rgba(150,195,255,.45);
  background: rgba(255,255,255,.05);
  transform: translateY(-1px);
}

/* LINKS */
.cb2-links{
  margin-top: 2.2rem;
  padding: 2.1rem 0 2rem;
  border-top: 1px solid rgba(230,238,255,.07);
  border-bottom: 1px solid rgba(230,238,255,.07);
  display:grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 3rem;
}

.cb2-col h4{
  margin:0 0 1rem;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.26em;
  color:#fff;
}

.cb2-col a{
  display:block;
  margin-bottom:.62rem;
  font-size:.84rem;
  color: rgba(232,241,255,.72);
  transition: transform .12s ease, color .12s ease;
}

.cb2-col a:hover{
  color:#fff;
  transform: translateX(4px);
}

/* BOTTOM */
.cb2-bottom{
  margin-top: 1.35rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 1rem;
  flex-wrap:wrap;
  font-size:.72rem;
  color: rgba(232,241,255,.38);
}

.cb2-bottom-links{
  display:flex;
  flex-wrap:wrap;
  gap: 1.1rem;
}

.cb2-bottom-links a{
  color: rgba(232,241,255,.55);
}

.cb2-bottom-links a:hover{
  color:#fff;
}

/* Responsive */
@media (max-width: 1024px){
  .cb2-top{
    flex-direction:column;
  }
  .cb2-right{
    align-items:flex-start;
  }
  .cb2-cta{
    justify-content:flex-start;
  }
}

@media (max-width: 900px){
  .cb2-links{
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 2.2rem;
  }
}

@media (max-width: 600px){
  .cb-footer--v2{
    padding: 2.8rem 1.35rem 2.2rem;
  }
  .cb2-seal{
    width:62px;
  }
  .cb2-links{
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .cb2-btn{
    width:100%;
  }
  .cb2-right{
    width:100%;
  }
  .cb2-lei{
    width:100%;
  }
}
















/* ===== Ajuste: LEI centrado + CTA centrado ===== */
.cb2-right{
  align-items: center !important;
}

.cb2-lei{
  margin: 0 auto;
  text-align: center;
}

.cb2-lei-row{
  justify-content: center;
  flex-direction: column;
  gap: .35rem;
}

.cb2-lei-value{
  text-align: center;
}

.cb2-cta{
  justify-content: center;
  width: 100%;
}