.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 5rem;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.seo-hero .container {
  position: relative;
  z-index: 1;
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-hero .t-display-lg,
.seo-hero .t-body-lg,
.seo-hero .t-body {
  color: #fff;
}

.seo-lead {
  max-width: 720px;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
}

.seo-action-row,
.seo-chip-row,
.seo-footer-links {
  display: flex;
  flex-wrap: wrap;
}

.seo-action-row {
  gap: 0.9rem;
  margin-top: 2rem;
}

.seo-chip-row {
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.seo-chip {
  padding: 0.68rem 0.92rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
  font-weight: 700;
}

.seo-meta-grid,
.seo-grid,
.seo-faq-grid,
.seo-related-grid {
  display: grid;
  gap: 1.25rem;
}

.seo-meta-grid {
  margin-top: 2.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-meta-card,
.seo-card,
.seo-faq-card,
.seo-related-card,
.seo-cta-box {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.08);
  padding: 1.5rem;
}

.seo-meta-label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.seo-meta-card p:last-child,
.seo-card p:last-child,
.seo-faq-card p:last-child,
.seo-related-card p:last-child,
.seo-cta-box p:last-child {
  margin-bottom: 0;
}

.seo-section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.seo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card h3,
.seo-faq-card h3,
.seo-related-card h3 {
  margin-bottom: 0.75rem;
}

.seo-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.seo-list li {
  position: relative;
  padding-left: 1.05rem;
}

.seo-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--amber);
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
}

.seo-image-panel {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.09);
}

.seo-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.seo-faq-grid,
.seo-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-related-card {
  display: block;
  text-decoration: none;
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
}

.seo-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.11);
}

.seo-cta-box {
  margin-top: 2rem;
  text-align: center;
  background: linear-gradient(180deg, #fffdf8, #f7f2e8);
}

.seo-footer {
  margin-top: 5rem;
  padding: 2.4rem 0 3.2rem;
  background: var(--black);
}

.seo-footer .footer__copy {
  color: rgba(255, 255, 255, 0.64);
}

.seo-footer-links {
  gap: 0.9rem 1.2rem;
}

.seo-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

@media (max-width: 920px) {
  .seo-meta-grid,
  .seo-grid,
  .seo-faq-grid,
  .seo-related-grid,
  .seo-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .seo-hero {
    padding-top: 6.8rem;
    padding-bottom: 4.2rem;
  }

  .seo-action-row .btn {
    width: 100%;
    justify-content: center;
  }
}

.seo-post-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-post-card,
.seo-prose,
.seo-callout {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.08);
}

.seo-post-card,
.seo-callout {
  padding: 1.5rem;
}

.seo-post-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.seo-post-card h3 {
  margin: 0;
}

.seo-post-card p {
  margin: 0;
}

.seo-post-card a {
  margin-top: auto;
  color: var(--amber);
  font-weight: 700;
  text-decoration: none;
}

.seo-prose {
  padding: 2rem;
}

.seo-prose > *:first-child {
  margin-top: 0;
}

.seo-prose > *:last-child {
  margin-bottom: 0;
}

.seo-prose h2,
.seo-prose h3 {
  margin-bottom: 0.9rem;
}

.seo-prose h2 {
  margin-top: 2rem;
}

.seo-prose h3 {
  margin-top: 1.5rem;
}

.seo-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.seo-prose li + li {
  margin-top: 0.55rem;
}

.seo-callout {
  margin-top: 1.6rem;
  background: linear-gradient(180deg, #fffdf8, #f7f2e8);
}

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