.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
}

.card-soft {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.product-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.product-card-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #f3f4f6;
}

.post-content {
  font-size: 1.02rem;
  line-height: 1.75;
}

.pagination {
  gap: 0.4rem;
}

.pagination .page-item .page-link {
  border-radius: 8px;
}

.site-footer {
  background: #0f172a;
  color: #e2e8f0;
}

.site-footer a {
  color: #e2e8f0;
  text-decoration: none;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: underline;
}

.site-footer .footer-cookie-link {
  color: #e2e8f0;
  text-decoration: underline;
  font-size: 0.875rem;
}

.site-footer .footer-cookie-link:hover {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .btn-outline-light {
  transition: all 0.2s ease;
}

.site-footer .btn-outline-light:hover {
  background-color: #fff;
  color: #000000 !important;
  border-color: #fff;
}

.footer-cta {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(125deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
}

.newsletter-consent-placeholder {
  border: 1px dashed rgba(148, 163, 184, 0.55);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  padding: 12px;
  color: #e2e8f0;
  font-size: 0.92rem;
}

.footer-newsletter-host .sib-form,
.footer-newsletter-host .sib-form-container {
  background: transparent !important;
}

.footer-newsletter-host #sib-container {
  max-width: 100% !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  padding: 14px !important;
}

.footer-newsletter-host #sib-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
}

.footer-newsletter-host .sib-form-block {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-newsletter-host .sib-input.sib-form-block {
  flex: 1 !important;
}

.footer-newsletter-host .sib-input .input {
  width: 100% !important;
  min-height: 40px !important;
  border-radius: 8px !important;
  color: #0f172a !important;
  padding: 0 12px !important;
}

.footer-newsletter-host .sib-form-block__button {
  min-height: 40px !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  border: 0 !important;
  font-weight: 700 !important;
  padding: 0 20px !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

.footer-newsletter-host .sib-form-block__button:hover {
  background-color: #e2e8f0 !important;
}

.footer-newsletter-host #error-message,
.footer-newsletter-host #success-message {
  max-width: 100% !important;
  margin-bottom: 10px !important;
}

.footer-newsletter-host .entry__error {
  color: #fecaca !important;
  font-size: 0.75rem;
  margin-top: 4px;
}

.footer-link-list li + li {
  margin-top: 0.42rem;
}

.footer-trust {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.45);
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e2e8f0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
}

.footer-separator {
  border-color: rgba(148, 163, 184, 0.35);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  background: #0b1220;
  color: #e2e8f0;
  padding: 14px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cookie-title {
  font-weight: 700;
  color: #ffffff;
}

.cookie-text {
  font-size: 0.92rem;
  color: #cbd5e1;
}

.cookie-banner-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.62);
}

.cookie-modal-dialog {
  position: relative;
  max-width: 640px;
  margin: 6vh auto 0;
  background: #ffffff;
  color: #0f172a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.32);
}

.cookie-modal-header,
.cookie-modal-footer {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
}

.cookie-modal-footer {
  border-bottom: 0;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
}

.cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cookie-modal-body {
  padding: 14px 16px;
  display: grid;
  gap: 12px;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  text-decoration: none;
}

.cookie-option-title {
  font-weight: 700;
  color: #0f172a;
}

.cookie-option-text {
  font-size: 0.9rem;
  color: #475569;
}

body.cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .product-card-image {
    height: 180px;
  }

  .pagination .page-item .page-link {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }

  .footer-newsletter-host #sib-container {
    padding: 12px !important;
  }

  .footer-newsletter-host #sib-form {
    flex-direction: column !important;
  }

  .footer-newsletter-host .sib-form-block__button {
    width: 100% !important;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-banner-actions .btn {
    flex: 1 1 auto;
  }

  .cookie-modal-dialog {
    margin: 3vh 12px 0;
  }
}

/* ── Faixa de aviso ── */
.ad-divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 2rem 0 0.75rem;
      color: #999;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
}
    .ad-divider::before,
    .ad-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #ddd;
    }

/* CARDS */

.icon-box { width: 52px; height: 52px; background-color: #d1f5e3; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .metric-card { background: #f8f9fa; border-radius: 10px; padding: 1rem; text-align: center; }
    .metric-card .value { font-size: 1.6rem; font-weight: 500; }
    .metric-card .label { font-size: 0.75rem; color: #6c757d; margin-top: 2px; }
    .benefit-dot { width: 8px; height: 8px; border-radius: 50%; background-color: #198754; flex-shrink: 0; margin-top: 5px; }
    .spec-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.875rem; }
    .spec-row:last-child { border-bottom: none; }
    .footer-green { background-color: #d1f5e3; border: 1px solid #a3e4c1; border-radius: 12px; }

/* ── Faixa "continua depois da publicidade" ── */
    .ad-divider {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 1.5rem 0 0.75rem;
      color: #aaa;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .ad-divider::before,
    .ad-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #ddd;
    }

    /* ── Banner ── */
    .banner-wrapper {
      display: block;
      text-decoration: none;
      background: linear-gradient(135deg, #fdfaf4 0%, #fef9ee 60%, #fffdf7 100%);
      border-radius: 8px;
      border: 1px solid #e8d99a;
      padding: 1.25rem 1.5rem;
      transition: filter 0.2s ease, transform 0.2s ease;
      overflow: hidden;
      position: relative;
    }
    .banner-wrapper:hover {
      filter: brightness(0.97);
    }

    /* brilho decorativo no canto */
    .banner-wrapper::before {
      content: '';
      position: absolute;
      top: -40px;
      right: -40px;
      width: 140px;
      height: 140px;
      background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .banner-logo {
      max-height: 90px;
      width: auto;
      object-fit: contain;
    }

    .banner-divider {
      width: 1px;
      background: #e0c97a;
      align-self: stretch;
      margin: 0 1rem;
      flex-shrink: 0;
    }

    .banner-site-name {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1a1a2e;
      letter-spacing: 0.02em;
      line-height: 1.2;
      margin-bottom: 2px;
    }

    .banner-tagline {
      font-size: 0.98rem;
      color: #a07830;
      font-style: italic;
      margin-bottom: 6px;
    }

    .banner-desc {
      font-size: 0.875rem;
      color: #555;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .banner-cta {
      display: inline-block;
      background: #1a1a2e;
      color: #c9a84c;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 3px;
      text-decoration: none;
      transition: background 0.2s;
    }
    .banner-cta:hover {
      background: #0f3460;
      color: #e0be68;
    }

    /* mobile: empilha */
    @media (max-width: 480px) {
      .banner-inner {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
      }
      .banner-divider { display: none; }
      .banner-logo { max-height: 44px; }
    }
