body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--cbm-ink);
  background: var(--cbm-white);
}


.cbm-hero__copy {
  max-width: 570px;
}


.cbm-destaque h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.2;
  letter-spacing: -.045em;
  font-weight: 600;
}
.cbm-destaque h1 span {
  color: var(--cbm-azul-cbm);
}

.cbm-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}


.cbm-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--cbm-branco-a20)
}
.cbm-hero__stat strong {
  display: block;
  color: var(--cbm-off-white);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.cbm-hero__stat span {
  color: var(--cbm-amarelo-cbm);
  font-size: 16px;
  font-weight: 300;
}


.cbm-hero__shape-ponto {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: var(--raio-grande);
  background: var(--cbm-azul-150);
  opacity: 0.30;
  right: -80px;
  top: -80px;
  transform: rotate(0deg);
}

.cbm-hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
}
.bn-icon img {
  width: 18px;
  height: 18px;
}

.cbm-header__hero-icone {
  width: 50%;
  height: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 10px 16px;
  background: var(--cbm-verde-claro-cbm);
  border-radius: var(--raio-pequeno);
  margin-bottom: 20px;
}
.cbm-hero__quote-icone {
  width: 44px;
  height: 44px;
  border-radius: var(--raio-pequeno);
  display: grid;
  place-items: center;
  color: var(--cbm-amarelo-cbm);
  background: var(--cbm-off-verde);
  flex: 0 0 auto;
}


/* ========================================
   RESPONSIVO
======================================== */

/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 760px) {
  
  
  
  .cbm-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  
}
