body.site-publico-body {
  min-height: 100vh;
  background: #f6f8fc;
  color: #0f172a;
  font-size: .86rem;
  overflow-x: hidden;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, .22);
}

.brand-publica {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #0f172a;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: .84rem;
}

.brand-publica:hover { color: #0f172a; }

.brand-publica img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 10px;
}

.nav-link {
  font-weight: 750;
  color: #334155;
  font-size: .80rem;
}

.nav-link:hover { color: var(--cor-primaria); }

.banner-full-site {
  width: 100%;
  height: clamp(220px, 36vw, 520px);
  overflow: hidden;
  background: #e2e8f0;
  border-bottom: 1px solid rgba(148, 163, 184, .22);
}

.banner-full-site img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mantém compatibilidade, mas o hero antigo não é mais usado na home limpa */
.hero-site-clean,
.min-vh-hero-clean,
.hero-content-clean,
.hero-card-clean {
  display: none;
}

.aviso-wrapper-clean {
  margin-top: 16px;
  position: relative;
  z-index: 3;
}

.site-aviso-clean {
  background: #fff;
  border: 1px solid rgba(148,163,184,.20);
  border-left: 4px solid var(--cor-primaria);
  border-radius: 16px;
  padding: .85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
}

.site-aviso-clean strong {
  font-size: .82rem;
  font-weight: 950;
  color: #0f172a;
}

.site-aviso-clean span {
  color: #64748b;
  font-size: .78rem;
  font-weight: 600;
}

.section-site-clean {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}

.section-soft-clean {
  background: linear-gradient(180deg, #fff, #eef5ff);
}

.section-dark-clean {
  background: #0f172a;
  color: #fff;
}

.section-heading-clean {
  max-width: 680px;
  margin: 0 auto 1.45rem;
  text-align: center;
}

.section-heading-clean span {
  color: var(--cor-primaria);
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: .62rem;
}

.section-heading-clean h2 {
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  font-weight: 950;
  letter-spacing: -.05em;
  margin: .18rem 0 .34rem;
}

.section-heading-clean p {
  color: #64748b;
  font-size: .84rem;
  margin: 0;
}

.section-heading-clean.light p {
  color: rgba(255,255,255,.72);
}

.section-heading-clean.light span {
  color: #93c5fd;
}

.site-card-clean {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
  transition: .18s ease;
}

.site-card-clean:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(15,23,42,.11);
}

.site-card-media-clean {
  position: relative;
  height: 168px;
  background: #e2e8f0;
  overflow: hidden;
}

.site-card-media-clean img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-card-empty-clean {
  height: 100%;
  display: grid;
  place-items: center;
  color: #64748b;
  font-weight: 950;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #e0f2fe, #eef2ff);
}

.site-card-badge-clean {
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 999px;
  padding: .28rem .56rem;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  color: #0f172a;
  font-size: .62rem;
  font-weight: 900;
}

.site-card-body-clean {
  padding: .90rem;
}

.site-card-body-clean h5 {
  font-size: .92rem;
  font-weight: 950;
  letter-spacing: -.03em;
  margin-bottom: .30rem;
}

.site-card-body-clean p {
  color: #64748b;
  min-height: 38px;
  font-size: .74rem;
  margin-bottom: .62rem;
}

.site-meta-clean {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.site-meta-clean span {
  padding: .24rem .50rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: .64rem;
  font-weight: 800;
}

.price-line-clean {
  font-size: 1.05rem;
  font-weight: 950;
  color: var(--cor-primaria);
  margin: .5rem 0;
}

.product-card-clean {
  display: flex;
  gap: .75rem;
  background: #fff;
  border-radius: 18px;
  padding: .75rem;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  border: 1px solid rgba(148,163,184,.18);
}

.product-card-clean img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.product-card-clean h5 {
  font-size: .88rem;
  font-weight: 950;
  margin-bottom: .22rem;
}

.product-card-clean p {
  color: #64748b;
  font-size: .72rem;
  margin-bottom: .15rem;
}

.combo-card-clean {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.combo-card-clean span {
  color: #93c5fd;
  font-weight: 900;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.combo-card-clean h5 {
  font-size: .92rem;
  font-weight: 950;
  margin-top: .20rem;
}

.combo-card-clean p {
  color: rgba(255,255,255,.72);
  font-size: .74rem;
}

.combo-price-clean {
  font-size: 1.12rem;
  font-weight: 950;
  color: #86efac;
}

.site-empty-clean {
  padding: 1.35rem;
  border-radius: 16px;
  background: #fff;
  color: #64748b;
  text-align: center;
  border: 1px solid rgba(148,163,184,.22);
  font-size: .80rem;
  font-weight: 700;
}

.dark-empty {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
}

.site-footer {
  background: #fff;
  border-top: 1px solid rgba(148,163,184,.22);
  font-size: .78rem;
}

.footer-brand {
  margin-bottom: .65rem;
}

.footer-title {
  font-weight: 950;
  margin-bottom: .62rem;
  font-size: .82rem;
}

.site-footer a:not(.brand-publica):not(.social-link) {
  display: block;
  color: #64748b;
  font-weight: 750;
  margin-bottom: .30rem;
  font-size: .74rem;
}

.site-footer a:hover {
  color: var(--cor-primaria);
}

.social-link {
  display: inline-flex;
  padding: .30rem .55rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 850;
  text-decoration: none;
  font-size: .70rem;
}

.footer-contact {
  color: #64748b;
  margin-bottom: .20rem;
  font-weight: 700;
  font-size: .74rem;
}

.footer-bottom {
  margin-top: 1.3rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(148,163,184,.22);
  color: #64748b;
  font-weight: 700;
  font-size: .72rem;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99;
  background: #22c55e;
  color: #fff;
  text-decoration: none;
  padding: .64rem .78rem;
  border-radius: 999px;
  font-weight: 900;
  font-size: .74rem;
  box-shadow: 0 14px 30px rgba(34, 197, 94, .32);
}

.whatsapp-float:hover {
  color: #fff;
  filter: brightness(.96);
}

.btn {
  font-size: .78rem;
}

.btn-lg {
  padding: .62rem 1rem;
  font-size: .84rem;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .banner-full-site {
    height: clamp(190px, 44vw, 360px);
  }

  .section-site-clean {
    padding-top: 2.35rem;
    padding-bottom: 2.35rem;
  }
}

@media (max-width: 640px) {
  .banner-full-site {
    height: 210px;
  }

  .section-heading-clean h2 {
    font-size: 1.45rem;
  }

  .section-site-clean {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-card-clean {
    flex-direction: column;
  }

  .product-card-clean img {
    width: 100%;
    height: 150px;
  }
}



/* Sobre a empresa */
.sobre-empresa-section {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.sobre-empresa-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 1.25rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
  padding: 1.35rem;
  overflow: hidden;
}

.sobre-empresa-texto span {
  display: inline-flex;
  color: var(--cor-primaria);
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .10em;
  margin-bottom: .3rem;
}

.sobre-empresa-texto h2 {
  color: #0f172a;
  font-size: clamp(1.35rem, 2.7vw, 2.25rem);
  font-weight: 950;
  letter-spacing: -.05em;
  margin: 0 0 .65rem;
}

.sobre-empresa-descricao {
  color: #475569;
  font-size: .88rem;
  line-height: 1.62;
  font-weight: 550;
}

.sobre-empresa-descricao p:last-child {
  margin-bottom: 0;
}

.sobre-empresa-btn {
  margin-top: 1rem;
  border-radius: 999px;
  font-weight: 900;
  padding: .62rem 1rem;
}

.sobre-empresa-imagem {
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #e2e8f0;
}

.sobre-empresa-imagem img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .sobre-empresa-card {
    grid-template-columns: 1fr;
  }

  .sobre-empresa-imagem {
    order: -1;
    min-height: 190px;
  }

  .sobre-empresa-imagem img {
    min-height: 190px;
  }
}

@media (max-width: 640px) {
  .sobre-empresa-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sobre-empresa-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .sobre-empresa-texto {
    text-align: center;
  }

  .sobre-empresa-descricao {
    text-align: left;
    font-size: .84rem;
  }

  .sobre-empresa-btn {
    width: 100%;
    justify-content: center;
  }
}
