.exa-page {
  padding: 40px 0 80px;
}

/* ── Breadcrumb ── */
.exa-breadcrumb {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0;
}
.exa-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}
.exa-breadcrumb a:hover {
  color: #ff7bac;
}
.exa-breadcrumb span {
  color: #d1d5db;
}

/* ── Header ── */
.exa-header {
  margin-bottom: 20px;
}
.exa-header__cat {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff7bac;
  margin-bottom: 10px;
}
.exa-header h1 {
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 14px;
  line-height: 1.2;
}
.exa-header__resumo {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 700px;
}
.exa-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.exa-meta__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
}
.exa-meta__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7bac;
  flex-shrink: 0;
}

/* ── CTA bar (abaixo do header) ── */
.exa-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 28px;
  background: #fff;
  border: 1.5px solid #f3f4f6;
  border-radius: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.exa-cta-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
.exa-cta-bar__preco-label {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.exa-cta-bar__preco-val {
  font-size: 30px;
  font-weight: 800;
  color: #ff7bac;
  line-height: 1;
}
.exa-cta-bar__sanos-avail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #059669;
}
.exa-cta-bar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-onde-fazer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 12px;
  border: 1.5px solid #e5e7eb;
  background-color: white;
  width: 100%;
  margin-top: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
  font-family: Manrope, sans-serif;
}
.btn-onde-fazer-link:hover {
  border-color: #ff7bac;
  color: #ff7bac;
  text-decoration: none;
}
@media (max-width: 576px) {
  .exa-cta-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }
  .exa-cta-bar__actions {
    flex-direction: column;
  }
  .exa-cta-bar__actions .btn-add-to-cart,
  .btn-onde-fazer-link {
    width: 100%;
    justify-content: center;
  }
}

/* ── Content cards ── */
.exa-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 20px;
}
.exa-card h2 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f3f4f6;
}
.exa-card p {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  margin: 0;
}

/* ── Sintomas / doenças chips ── */
.sintomas-list,
.doencas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.sintoma-chip {
  background: #fdf2f8;
  border: 1px solid #fbcfe8;
  color: #9d174d;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 99px;
}
.doenca-chip {
  background: #f3f4f6;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 99px;
}

/* ── Inclusos (checkup) ── */
.inclusos-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}
.inclusos-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}
.inclusos-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7bac;
  flex-shrink: 0;
}

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid #f3f4f6;
  padding: 16px 0;
}
.faq-item:first-child {
  padding-top: 0;
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq-q {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}
.faq-q:hover {
  color: #ff7bac;
}
.faq-q__icon {
  color: #ff7bac;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-a {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 10px;
  display: none;
}
.faq-item.open .faq-a {
  display: block;
}
.faq-item.open .faq-q__icon {
  transform: rotate(45deg);
}

/* ── Sidebar ── */
.onde-sidebar {
  position: sticky;
  top: 20px;
}
.onde-sidebar__card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 14px;
}
.onde-sidebar__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.onde-sidebar__title {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin: 0;
  padding: 0;
  border: none;
}
/* Geo dot indicator */
.sidebar-geo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e7eb;
  flex-shrink: 0;
  transition: background 0.4s;
}
.sidebar-geo-dot.loading {
  background: #fbbf24;
  animation: sidebar-geo-pulse 1s ease-in-out infinite;
}
.sidebar-geo-dot.located {
  background: #34d399;
}
@keyframes sidebar-geo-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

/* ── Purchase card (sidebar, primary CTA) ── */
.purchase-card {
  background: linear-gradient(135deg, #fff 0%, #fdf2f8 100%);
  border: 2px solid #f9a8d4;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 14px;
}
.purchase-card__avail {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 4px 10px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.purchase-card__preco {
  margin-bottom: 16px;
}
.purchase-card__preco-label {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 4px;
}
.purchase-card__preco-val {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}
.purchase-card__btn {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 14px 20px;
}
.purchase-card__note {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin: 10px 0 0;
}

/* ── Preço badge ── */
.preco-badge {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}
.preco-badge__label {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 600;
}
.preco-badge__value {
  font-size: 26px;
  font-weight: 800;
  color: #ff7bac;
  line-height: 1;
}
.preco-badge__desc {
  font-size: 12px;
  color: #9ca3af;
}

/* ── CTA botão primário ── */
.btn-sanos-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7bac 0%, #ec4899 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.15s;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
}
.btn-sanos-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.btn-sanos-cta svg {
  flex-shrink: 0;
}

/* ── Mini lab cards (sidebar) ── */
.lab-mini-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  color: inherit;
}
.lab-mini-card:last-of-type {
  border-bottom: none;
}
.lab-mini-card__info {
  flex: 1;
  min-width: 0;
}
.lab-mini-card__nome {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2px;
}
.lab-mini-card__addr {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lab-mini-badge-sanos {
  background: #fff0f7;
  color: #c2185b;
  border: 1px solid #f9a8d4;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 99px;
  letter-spacing: 0.3px;
  margin-right: 5px;
  white-space: nowrap;
}
.lab-mini-card__arrow {
  color: #d1d5db;
  font-size: 18px;
  flex-shrink: 0;
  margin-left: 8px;
}
.lab-mini-card:hover .lab-mini-card__nome {
  color: #ff7bac;
}
.lab-mini-card:hover .lab-mini-card__arrow {
  color: #ff7bac;
}

.btn-ver-mapa {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 14px;
  border: 1.5px solid #ff7bac;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  color: #ff7bac;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-ver-mapa:hover {
  background: #ff7bac;
  color: #fff;
  text-decoration: none;
}

/* ─────────────────────────────────────────────
           ONDE FAZER — seção completa com mapa
        ───────────────────────────────────────────── */
.onde-fazer-section {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 2px solid #f3f4f6;
}
.onde-fazer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.onde-fazer-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin: 0;
}
.onde-fazer-header__sub {
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0 0;
}

/* ── Botão geolocalização ── */
.btn-geolocate {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 99px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
  font-family: Manrope, sans-serif;
  white-space: nowrap;
}
.btn-geolocate:hover {
  border-color: #ff7bac;
  color: #ff7bac;
}
.btn-geolocate.is-located {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}
.btn-geolocate.loading svg {
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ── Mapa ── */
#onde-map {
  width: 100%;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #e5e7eb;
}
@media (max-width: 991px) {
  #onde-map {
    height: 300px;
    margin-bottom: 24px;
  }
}

/* ── Lab cards (seção onde fazer) ── */
.lab-full-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}
.lab-full-list::-webkit-scrollbar {
  width: 4px;
}
.lab-full-list::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 99px;
}
.lab-full-list::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 99px;
}
@media (max-width: 991px) {
  .lab-full-list {
    max-height: none;
  }
}

.lab-full-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  cursor: default;
}
.lab-full-card.sanos-card {
  border-color: #fbcfe8;
  background: linear-gradient(135deg, #fff 0%, #fdf2f8 100%);
}
.lab-full-card.highlighted {
  border-color: #ff7bac;
  box-shadow: 0 0 0 3px rgba(255, 123, 172, 0.15);
}
.lab-full-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.lab-full-card__nome {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}
.lab-badge-sanos {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff0f7;
  color: #c2185b;
  border: 1px solid #f9a8d4;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 99px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
}
.lab-full-card__addr {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 4px;
}
.lab-full-card__cidade {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 14px;
}
.lab-full-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.btn-agendar-sanos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff7bac 0%, #ec4899 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.15s;
  font-family: Manrope, sans-serif;
}
.btn-agendar-sanos:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.btn-ver-lab {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
  font-family: Manrope, sans-serif;
}
.btn-ver-lab:hover {
  border-color: #d1d5db;
  color: #374151;
  text-decoration: none;
}
.btn-direcoes {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
  font-family: Manrope, sans-serif;
}
.btn-direcoes:hover {
  border-color: #ff7bac;
  color: #ff7bac;
  text-decoration: none;
}

.lab-full-card__telefone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}
.lab-full-card__telefone a {
  color: #374151;
  text-decoration: none;
  font-weight: 600;
}
.lab-full-card__telefone a:hover {
  color: #ff7bac;
}

/* ── Nearest badge ── */
.nearest-badge {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 3px 9px;
  border-radius: 99px;
  margin-bottom: 10px;
}
.lab-full-card.nearest .nearest-badge {
  display: inline-flex;
}

.lista-page {
  padding-top: 30px;
  padding-bottom: 80px;
}

/* ── Header ─── */
.lista-header {
  margin-bottom: 32px;
}
.lista-header h1 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}
.lista-header__sub {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}
.lista-count {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 6px;
}

/* ── Linha busca + filtro ─── */
.search-filter-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.search-filter-row .search-wrap {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.especialidade-select-wrap {
  flex-shrink: 0;
  width: 270px;
}
.especialidade-select {
  width: 100%;
  padding: 13px 40px 13px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #111827;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.especialidade-select:focus {
  border-color: #ff7bac;
  box-shadow: 0 0 0 3px rgba(255, 123, 172, 0.12);
}
.especialidade-select option {
  color: #111827;
}
@media (max-width: 768px) {
  .search-filter-row {
    flex-wrap: wrap;
  }
  .search-filter-row .search-wrap {
    flex-basis: 100%;
  }
  .especialidade-select-wrap {
    flex: 1;
    min-width: 160px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .especialidade-select-wrap {
    flex-basis: 100%;
  }
}

/* ── Barra de busca ─── */
.search-wrap {
  position: relative;
  margin-bottom: 16px;
}
.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.search-input {
  width: 100%;
  padding: 13px 44px 13px 44px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #111827;
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: Manrope, sans-serif;
}
.search-input:focus {
  border-color: #ff7bac;
  box-shadow: 0 0 0 3px rgba(255, 123, 172, 0.12);
}
.search-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  font-size: 18px;
  padding: 4px;
  line-height: 1;
  display: none;
}
.search-clear:hover {
  color: #374151;
}

/* ── Filtro de gênero (checkups) ─── */
.genero-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.genero-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s;
  font-family: Manrope, sans-serif;
}
.genero-btn:hover:not(.active) {
  border-color: #d1d5db;
  color: #374151;
}
.genero-btn.active {
  background: #ff7bac;
  border-color: #ff7bac;
  color: #fff;
}
.genero-btn.feminino.active {
  background: #ec4899;
  border-color: #ec4899;
}
.genero-btn.masculino.active {
  background: #3b82f6;
  border-color: #3b82f6;
}

/* ── A-Z nav ─── */
.az-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 28px;
}
.az-btn {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, sans-serif;
}
.az-btn:hover:not(.active):not(.disabled) {
  border-color: #ff7bac;
  color: #ff7bac;
}
.az-btn.active {
  background: #ff7bac;
  border-color: #ff7bac;
  color: #fff;
}
.az-btn.az-all {
  min-width: 52px;
}
.az-btn.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* ── Grid de cards ─── */
.item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  gap: 14px;
}

.item-card {
  display: block;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-left: 4px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 18px 16px 15px;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.15s;
}
.item-card:hover {
  border-color: #ff7bac;
  border-left-color: #ff7bac;
  box-shadow: 0 6px 20px rgba(255, 123, 172, 0.15);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}
.item-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}
.item-card__cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
}
.item-card__preco {
  font-size: 12px;
  font-weight: 700;
  color: #ff7bac;
  white-space: nowrap;
}
.item-card h2 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.3;
}
.item-card__fabricante {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 8px;
}
.item-card__resumo {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-card__prazo {
  font-size: 12px;
  color: #9ca3af;
}
.item-card__link {
  font-size: 13px;
  font-weight: 700;
  color: #ff7bac;
}

/* ── Estado vazio ─── */
.lista-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}
.lista-empty strong {
  display: block;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 6px;
}

/* ── Top Itens (Index pages) ────────────────── */
.section--topitens {
  padding: 80px 0;
  background: #fff;
}
.section--topitens h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.section--topitens .section-sub {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 40px;
}
.top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .top-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .top-grid { grid-template-columns: 1fr; }
}
.top-card {
  background: #fff;
  border: 1.5px solid #f3f4f6;
  border-radius: 16px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.top-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-color: #ff7bac;
  text-decoration: none;
  color: inherit;
}
.top-card__cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
}
.top-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}
.top-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.top-card__link {
  font-size: 13px;
  font-weight: 700;
  color: #ff7bac;
  margin-top: 4px;
}

/* ── Mapa Rede (Index pages) ─────────────────── */
.section--mapa-rede {
  padding: 80px 0;
  background: #f9fafb;
}
.section--mapa-rede h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.section--mapa-rede .section-sub {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 40px;
}
.mapa-rede__wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 992px) {
  .mapa-rede__wrap { grid-template-columns: 1fr; }
}
.mapa-rede__map {
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
  background: #e5e7eb;
  position: relative;
}
.mapa-rede__map #map-index {
  width: 100%;
  height: 100%;
}
.mapa-rede__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mapa-rede__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.mapa-rede__form label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.mapa-rede__form input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  font-family: Manrope, sans-serif;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
}
.mapa-rede__form input:focus {
  border-color: #ff7bac;
  box-shadow: 0 0 0 3px rgba(255, 123, 172, .12);
}
.mapa-rede__msg {
  font-size: 13px;
  color: #6b7280;
  min-height: 36px;
}
.mapa-rede__cta {
  margin-top: 4px;
}

/* ── Credenciado ─────────────────────────────── */
.section--credenciado {
  padding: 80px 0;
  background: #fff;
}
.credenciado__card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 24px;
  padding: 60px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .credenciado__card {
    flex-direction: column;
    text-align: center;
    padding: 48px 28px;
    gap: 32px;
  }
}
.credenciado__card h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.credenciado__card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0;
  line-height: 1.6;
}
.credenciado__cta {
  flex-shrink: 0;
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
