.hero-copy .reference-subtitle span{
  color:#7e5e12;
}
.hero-benefit-list{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  width:min(620px,100%);
  margin:22px auto 0;
}
.hero-benefit-list span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border:1px solid #dccda8;
  border-radius:999px;
  background:#fffaf0;
  color:#304332;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
  box-shadow:0 8px 22px #5046320c;
}
.hero-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
  margin:24px auto 0;
}
.hero-actions .btn{
  display:inline-flex!important;
  width:min(100%,390px);
  border-radius:999px;
  background:#3a5240;
  color:#fff7df;
  font-size:19px;
  box-shadow:0 16px 36px #3a524033;
}
.hero-secondary{
  color:#3a5240;
  font-size:16px;
  line-height:1.4;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:4px;
}
.hero-copy>.micro{
  display:block!important;
  color:#5a6352;
  font-size:15px;
  margin-top:14px;
}
.offer-section .offer-copy h2{
  max-width:740px;
  margin-inline:auto;
}
.offer-section .offer-copy>p{
  max-width:690px;
  margin-inline:auto;
  font-size:20px;
  line-height:1.55;
}
.sales-toast{
  position:fixed;
  left:18px;
  bottom:104px;
  z-index:8;
  width:min(360px,calc(100vw - 36px));
  padding:17px 42px 17px 18px;
  border:1px solid #dfd3b8;
  border-radius:18px;
  background:#fffdf8;
  color:#23372b;
  box-shadow:0 18px 55px #10251b24;
  transform:translateY(18px);
  opacity:0;
  pointer-events:none;
  transition:opacity .35s ease,transform .35s ease;
}
.sales-toast.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.sales-toast-kicker{
  display:block;
  margin-bottom:5px;
  color:#8a6517;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:900;
}
.sales-toast strong{
  display:block;
  color:#2f4a38;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
}
.sales-toast p{
  margin-top:6px;
  color:#5b6358;
  font-size:14px;
  line-height:1.45;
}
.sales-toast-close{
  position:absolute;
  top:8px;
  right:10px;
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#f3ecde;
  color:#3a5240;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
@media(min-width:760px){
  .hero-benefit-list{grid-template-columns:repeat(3,1fr)}
  .hero-actions{flex-direction:row;justify-content:center}
  .hero-secondary{padding:14px 0}
}
@media(max-width:650px){
  .hero h1{font-size:35px!important;line-height:1.08!important}
  .hero-copy .reference-subtitle{font-size:24px!important}
  .hero-copy>p:not(.eyebrow){font-size:18px!important;line-height:1.45!important}
  .hero-benefit-list{margin-top:18px}
  .hero-actions .btn{font-size:17px;width:100%}
  .sales-toast{left:12px;right:12px;bottom:92px;width:auto;padding:14px 38px 14px 15px}
  .sales-toast strong{font-size:16px}
  .sales-toast p{font-size:13px}
}

/* Ajustes de visibilidade da oferta final e notificação mobile */
.sales-block.final-offer{
  background:#243c2e!important;
  color:#fff7df;
}
.sales-block.final-offer h2{
  color:#fff7df!important;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}

@media(max-width:650px){
  .sales-toast{
    left:14px;
    right:auto;
    bottom:76px;
    width:min(275px,calc(100vw - 28px));
    padding:10px 30px 10px 12px;
    border-radius:14px;
    box-shadow:0 12px 34px rgba(16,37,27,.18);
  }
  .sales-toast-kicker{
    margin-bottom:3px;
    font-size:9px;
    letter-spacing:.08em;
  }
  .sales-toast strong{
    font-size:13px;
    line-height:1.2;
  }
  .sales-toast p{
    margin-top:4px;
    font-size:11px;
    line-height:1.3;
  }
  .sales-toast-close{
    top:6px;
    right:7px;
    width:22px;
    height:22px;
    font-size:16px;
  }
}

/* Temporizador no topo */
.top-countdown{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:46px;
  padding:8px 16px;
  background:#10251b;
  color:#fff7df;
  border-bottom:1px solid rgba(230,185,86,.35);
  box-shadow:0 10px 24px rgba(16,37,27,.18);
  font-family:'Inter',Arial,sans-serif;
  text-align:center;
}
.top-countdown span{
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.02em;
}
.top-countdown strong{
  display:inline-flex;
  min-width:74px;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  background:#e6b956;
  color:#10251b;
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  font-variant-numeric:tabular-nums;
}
.top-countdown a{
  color:#fff7df;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:650px){
  .top-countdown{
    gap:8px;
    min-height:40px;
    padding:7px 10px;
  }
  .top-countdown span{
    font-size:11px;
  }
  .top-countdown strong{
    min-width:62px;
    padding:4px 8px;
    font-size:15px;
  }
  .top-countdown a{
    font-size:11px;
  }
}

/* Notificação no topo do mobile */
@media(max-width:650px){
  .sales-toast{
    top:48px;
    bottom:auto;
    left:50%;
    right:auto;
    width:min(300px,calc(100vw - 28px));
    transform:translate(-50%,-14px);
    padding:10px 30px 10px 12px;
  }
  .sales-toast.is-visible{
    transform:translate(-50%,0);
  }
}

/* Fluxo animado no mobile */
.reveal-ready{
  transition:opacity .62s ease, transform .62s cubic-bezier(.2,.72,.18,1), filter .62s ease;
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity, transform, filter;
}
.reveal-pending{
  opacity:0;
  transform:translateY(22px) scale(.985);
  filter:blur(6px);
}
@media(max-width:760px){
  .reveal-ready:not(.reveal-pending){
    opacity:1;
    transform:translateY(0) scale(1);
    filter:blur(0);
  }
  .content-grid article.reveal-ready,
  .benefit-grid article.reveal-ready,
  .familiar-grid article.reveal-ready,
  .compare-grid article.reveal-ready{
    transition-duration:.7s;
  }
  .content-grid article.reveal-ready:not(.reveal-pending),
  .benefit-grid article.reveal-ready:not(.reveal-pending),
  .familiar-grid article.reveal-ready:not(.reveal-pending),
  .compare-grid article.reveal-ready:not(.reveal-pending){
    box-shadow:0 18px 34px rgba(16,37,27,.08);
  }
}
@media(prefers-reduced-motion:reduce){
  .reveal-ready,
  .reveal-pending{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}
