/* CuidaHome v25 · banners evergreen de partners */
.ch-iegeek {
  --ig-navy: #07335d;
  --ig-blue: #08a6dc;
  --ig-ice: #eef9fd;
  margin: 30px 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #cbe3ed;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #eef9fd 100%);
  box-shadow: 0 14px 38px rgba(7, 51, 93, .1);
}
.ch-iegeek [id] { scroll-margin-top: 120px; }
.ch-iegeek__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #405d72;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ch-iegeek__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--ig-blue);
  box-shadow: 0 0 0 4px rgba(8, 166, 220, .13);
}
.ch-iegeek__body {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 38px);
}
.ch-iegeek__visual { min-width: 0; }
.ch-iegeek__brand-banner {
  width: min(100%, 300px);
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  border-radius: 16px;
  color: #fff !important;
  background: linear-gradient(145deg, #07335d 0%, #064c79 68%, #087ca9 100%);
  box-shadow: 0 12px 30px rgba(7, 51, 93, .22);
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ch-iegeek__brand-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 51, 93, .28);
}
.ch-iegeek__brand {
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ig-navy);
  background: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ch-iegeek__banner-icon { font-size: 42px; line-height: 1; }
.ch-iegeek__brand-banner strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.24;
}
.ch-iegeek__brand-banner small {
  color: #d5f3fc;
  font-size: 13px;
  line-height: 1.4;
}
.ch-iegeek__banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.ch-iegeek__copy { min-width: 0; }
.ch-iegeek__copy h3 {
  margin: 0 0 10px;
  color: var(--ig-navy);
  font-size: clamp(21px, 2.5vw, 28px);
  line-height: 1.15;
}
.ch-iegeek__copy > p {
  margin: 0 0 15px;
  color: #334b5d;
  font-size: 16px;
  line-height: 1.65;
}
.ch-iegeek__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}
.ch-iegeek__facts li {
  padding: 7px 10px;
  border: 1px solid #cfe5ee;
  border-radius: 999px;
  color: #315067;
  background: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 750;
}
.ch-iegeek__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 11px;
  color: #fff !important;
  background: var(--ig-navy);
  box-shadow: 0 8px 18px rgba(7, 51, 93, .17);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ch-iegeek__btn:hover {
  transform: translateY(-2px);
  background: #005585;
  box-shadow: 0 11px 22px rgba(7, 51, 93, .22);
}
.ch-iegeek__disclosure {
  margin: 15px 0 0;
  color: #687b88;
  font-size: 12px;
  line-height: 1.5;
}
.ch-iegeek--leaderboard { padding: 18px clamp(18px, 3vw, 30px); }
.ch-iegeek--leaderboard .ch-iegeek__body {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.ch-iegeek--leaderboard .ch-iegeek__brand-banner {
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
}
.ch-iegeek--leaderboard .ch-iegeek__brand-banner strong { font-size: 20px; }
.ch-iegeek--leaderboard .ch-iegeek__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}
.ch-iegeek--leaderboard .ch-iegeek__copy h3 { margin-bottom: 5px; }
.ch-iegeek--leaderboard .ch-iegeek__copy > p { margin: 0; }

@media (max-width: 700px) {
  .ch-iegeek { padding: 16px; border-radius: 16px; }
  .ch-iegeek__body { grid-template-columns: 1fr; gap: 18px; }
  .ch-iegeek__brand-banner { width: 100%; min-height: 190px; }
  .ch-iegeek__copy h3 { font-size: 22px; }
  .ch-iegeek__btn { width: 100%; }
  .ch-iegeek--leaderboard .ch-iegeek__brand-banner {
    min-height: 190px;
    grid-template-columns: auto 1fr;
    gap: 13px;
  }
  .ch-iegeek--leaderboard .ch-iegeek__brand-banner strong,
  .ch-iegeek--leaderboard .ch-iegeek__brand-banner small,
  .ch-iegeek--leaderboard .ch-iegeek__banner-cta { grid-column: 1 / -1; }
  .ch-iegeek--leaderboard .ch-iegeek__copy { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .ch-iegeek__brand-banner,
  .ch-iegeek__btn { transition: none; }
}
