/* Ciclo Leve Prime — acabamento visual v3 */
.brand { height: 100%; display: flex; align-items: center; }
.brand img { width: 190px; max-height: 62px; object-fit: contain; display: block; }

.hero { background: var(--green); color: var(--white); }
.hero h1,.hero-copy>p,.hero .link,.hero .trust { color: var(--white); }
.hero .eyebrow { color: #e4bd75; }
.hero .button { background: var(--gold); color: var(--green); }
.hero .button:hover { background: #ddb96f; }

.hero-card {
  min-height: 470px;
  padding: 48px;
  align-items: center;
  text-align: center;
  background: radial-gradient(circle at 50% 32%,rgba(255,255,255,.1),transparent 38%),rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 70px rgba(0,0,0,.22);
}
.hero-emblem {
  width: 178px;
  height: 178px;
  margin-bottom: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: #f6efdf;
  box-shadow: 0 0 0 1px rgba(205,164,92,.32),0 15px 45px rgba(0,0,0,.18),inset 0 0 28px rgba(205,164,92,.15);
}
.hero-emblem:after { content:""; position:absolute; inset:-26px; border:1px solid rgba(205,164,92,.34); border-radius:50%; }
.hero-card .hero-emblem img { width: 128px; height: 128px; margin: 0; object-fit: contain; }
.hero-card strong { position: relative; z-index: 1; }
.hero-card span { position: relative; z-index: 1; }

.load-more-wrap { display:flex; justify-content:center; padding-top:36px; }
.load-more { min-width:240px; cursor:pointer; }

.floating svg { width:31px; height:31px; display:block; }

footer {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 24px;
  padding: 65px 28px;
}
footer img { width: 245px; max-height: 92px; object-fit: contain; filter: brightness(0) invert(1); }
footer div { align-items: center; line-height: 1.65; }
footer .button { min-width: 220px; }

@media(max-width:760px){
  .brand img { width: 155px; max-height: 52px; }
  .hero-card { min-height: 390px; padding: 40px 24px; }
  .hero-emblem { width: 150px; height: 150px; }
  .hero-card .hero-emblem img { width: 106px; height: 106px; }
  footer img { width: 210px; }
}

/* Ícone do WhatsApp nos botões dos produtos */
.product-whatsapp { gap: 9px; }
.whatsapp-button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
}

@media(max-width:760px){
  .product-whatsapp:not(.disabled) {
    justify-content: space-between;
    gap: 10px;
    text-align: left;
  }
  .whatsapp-button-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
}
