.seo-breadcrumbs {
  padding: 18px 0 0;
}

.seo-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #64748b;
  font-size: 14px;
}

.seo-breadcrumbs__list li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #94a3b8;
}

.seo-breadcrumbs__list a {
  color: #2563eb;
  text-decoration: none;
}

.seo-breadcrumbs__list a:hover,
.seo-breadcrumbs__list a:focus-visible {
  text-decoration: underline;
}

.section-head--left {
  text-align: left;
}

.seo-intro {
  padding: 26px 0 10px;
}

.seo-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 18px;
}

.seo-panel,
.seo-note,
.seo-detail-card,
.seo-related-card,
.seo-card-link,
.seo-intent-link {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.seo-panel,
.seo-note,
.seo-detail-card {
  padding: 22px;
}

.seo-panel h2,
.seo-note h2,
.seo-section h2 {
  margin: 0 0 12px;
}

.seo-panel p,
.seo-note p,
.seo-detail-card p,
.seo-related-card p,
.seo-card-link p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.seo-panel p + p,
.seo-note p + p,
.seo-detail-card p + p {
  margin-top: 10px;
}

.seo-note {
  background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
}

.seo-note__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-section {
  padding: 20px 0;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.seo-detail-card h3,
.seo-card-link h3,
.seo-related-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.seo-detail-card h3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 12.75 10.5 18 20 6'/%3E%3C/svg%3E") no-repeat center/contain;
}

.seo-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  padding-left: 28px;
  position: relative;
  color: #334155;
  line-height: 1.6;
}

.seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.15);
}

.seo-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.seo-example {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.seo-example h2 {
  margin: 0 0 10px;
}

.seo-example__steps {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.seo-step {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.9);
}

.seo-step strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
}

.seo-faq {
  display: grid;
  gap: 12px;
}

.seo-faq details {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #ffffff;
  padding: 14px 16px;
}

.seo-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.seo-faq p {
  margin-top: 10px;
  color: #475569;
  line-height: 1.7;
}

.seo-related-grid,
.seo-card-grid,
.seo-intent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.seo-related-card,
.seo-card-link {
  padding: 18px;
}

.seo-related-card a,
.seo-card-link a {
  color: #0f172a;
}

.seo-related-link {
  display: inline-flex;
  margin-top: 12px;
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.seo-related-link:hover,
.seo-related-link:focus-visible {
  text-decoration: underline;
}

.seo-card-link h3 a {
  text-decoration: none;
}

.seo-card-link h3 a:hover,
.seo-card-link h3 a:focus-visible {
  text-decoration: underline;
}

.seo-card-link__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.seo-card-link__action {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
}

.seo-intent-link {
  display: block;
  padding: 16px 18px;
  text-decoration: none;
  color: #0f172a;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.seo-intent-link:hover,
.seo-intent-link:focus-visible,
.seo-card-link:hover,
.seo-card-link:focus-within,
.seo-related-card:hover,
.seo-related-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.12);
  border-color: #93c5fd;
}

.seo-intent-link strong {
  display: block;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.cta-final--solutions .cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.cta-final--solutions .btn-secondary,
.cta-final--solutions .btn-secundario,
.cta-final--solutions .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.cta-final--solutions .btn-secondary,
.cta-final--solutions .btn-secundario {
  background: #2563eb;
  border: 1px solid #2563eb;
  color: #ffffff !important;
}

.cta-final--solutions .btn-whatsapp {
  background: #16a34a;
  border: 1px solid #16a34a;
  color: #ffffff !important;
}

.seo-hero-image {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
}

@media (max-width: 900px) {
  .seo-intro__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .seo-breadcrumbs {
    padding-top: 12px;
  }

  .seo-panel,
  .seo-note,
  .seo-detail-card,
  .seo-related-card,
  .seo-card-link {
    padding: 18px;
  }
}
