/* Página Otimização de Sites — guia longo + tipografia/tabelas/callouts */

.seo-guide-section {
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 28%, #ffffff 100%);
}

.seo-guide {
  max-width: 820px;
  margin: 0 auto;
  color: #1e293b;
  font-size: 17px;
  line-height: 1.75;
}

.seo-guide h2 {
  margin: 2.4em 0 0.75em;
  color: #0f172a;
  font-size: 1.65em;
  line-height: 1.3;
  text-align: left;
}

.seo-guide h3 {
  margin: 1.6em 0 0.55em;
  color: #0f172a;
  font-size: 1.2em;
  line-height: 1.35;
  text-align: left !important;
}

.seo-guide p {
  margin: 0 0 1.1em;
  text-align: left;
}

.seo-guide a:not(.ready-btn):not(.btn-whatsapp):not(.btn-hero-green) {
  color: #1d4ed8;
  text-decoration: underline;
}

.seo-guide a:not(.ready-btn):not(.btn-whatsapp):not(.btn-hero-green):hover {
  color: #1e3a8a;
}

.seo-guide .ready-btn,
.seo-guide .btn-whatsapp,
.seo-guide a.ready-btn,
.seo-guide a.btn-whatsapp {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 28px;
  line-height: 1.3;
  vertical-align: middle;
}

.seo-guide .ready-btn:hover,
.seo-guide .btn-whatsapp:hover,
.seo-guide a.ready-btn:hover,
.seo-guide a.btn-whatsapp:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.seo-guide__list {
  margin: 1em 0 1.4em;
  padding-left: 1.35em;
  list-style: disc;
}

.seo-guide__list li {
  margin: 0.45em 0;
}

.seo-guide__callout {
  margin: 1.5em 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid #3b82f6;
  background: #eff6ff;
  border-radius: 0 10px 10px 0;
  color: #334155;
}

.seo-guide__callout p {
  margin-bottom: 0.6em;
}

.seo-guide__checklist ol {
  margin: 0.75em 0 0;
  padding-left: 1.35em;
  list-style: decimal;
}

.seo-guide__checklist li {
  margin: 0.35em 0;
}

.seo-guide__table-wrap {
  margin: 1.4em 0 1.8em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seo-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  background: #fff;
}

.seo-guide__table th,
.seo-guide__table td {
  border: 1px solid #cbd5e1;
  padding: 0.7rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

.seo-guide__table thead th {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 700;
}

.seo-guide__table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.seo-guide__code {
  display: inline-block;
  padding: 0.1em 0.4em;
  border-radius: 4px;
  background: #f1f5f9;
  font-size: 0.9em;
  color: #0f172a;
}

.seo-guide__cta {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

.seo-guide__cta .ready-btn,
.seo-guide__cta .btn-whatsapp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .seo-guide {
    font-size: 16px;
  }

  .seo-guide h2 {
    font-size: 1.4em;
  }

  .seo-guide__table {
    font-size: 0.88em;
  }
}
