.seo-pillar-page .page-hero {
  align-items: stretch;
}

.seo-pillar-page .page-note {
  align-self: stretch;
}

.seo-pillar-page .page-actions {
  flex-wrap: wrap;
}

.seo-pillar-page .page-card,
#guias-por-uso .page-card {
  min-height: auto;
}

#guias-por-uso .page-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

#guias-por-uso .page-card {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}

@media (max-width: 540px) {
  .seo-pillar-page .product-breadcrumb {
    flex-wrap: wrap;
    font-size: 0.82rem;
    line-height: 1.45;
    row-gap: 6px;
  }

  .seo-pillar-page .page-hero {
    border-radius: 24px;
    gap: 18px;
    padding: 28px 22px;
  }

  .seo-pillar-page .page-title {
    font-size: clamp(2.18rem, 9.5vw, 2.72rem);
    hyphens: none;
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
  }

  .seo-pillar-page .page-lead {
    font-size: 1rem;
    line-height: 1.62;
  }

  .seo-pillar-page .page-actions .btn {
    justify-content: center;
    min-height: 54px;
    width: 100%;
  }

  .seo-pillar-page .page-grid,
  #guias-por-uso .page-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .seo-pillar-page .page-card,
  .seo-pillar-page .contact-panel,
  #guias-por-uso .page-card {
    border-radius: 18px;
    padding: 18px;
  }

  .seo-pillar-page .product-faq details {
    border-radius: 16px;
  }
}
