.seo-landing-hero,
.seo-landing-page__body,
.legal-hero,
.legal-page__body {
  width: min(100% - 2rem, var(--container-marketing));
  margin-inline: auto;
}

.seo-landing-hero {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: clamp(3.5rem, 9vw, 7.5rem) clamp(4.5rem, 10vw, 8rem);
}

.seo-landing-hero__copy,
.seo-landing-hero__visual,
.seo-landing-steps__heading,
.seo-landing-focus > div,
.seo-landing-trust > div,
.seo-landing-next > div {
  min-width: 0;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-block-end: var(--space-6);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

.seo-breadcrumb a {
  color: var(--color-accent-strong);
  text-underline-offset: 0.2em;
}

.seo-landing-hero h1,
.legal-hero h1 {
  max-width: 14ch;
}

.seo-landing-hero__lede,
.legal-hero > p:not(.eyebrow):not(.legal-hero__status) {
  max-width: 43rem;
  color: var(--color-text-muted);
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.3rem);
  line-height: 1.6;
}

.seo-landing-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-6) 0 0;
  padding: 0;
  list-style: none;
}

.seo-landing-hero__proof li {
  padding: 0.42rem 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-weight: 700;
}

.seo-landing-hero__visual {
  position: relative;
  min-height: 18rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-3);
  overflow: hidden;
}

.seo-landing-hero__visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgb(27 17 19 / 72%));
  content: "";
  pointer-events: none;
}

.seo-landing-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.seo-landing-hero__visual figcaption {
  position: absolute;
  z-index: 1;
  inset: auto var(--space-5) var(--space-5);
  display: grid;
  gap: 0.25rem;
  color: white;
}

.seo-landing-hero__visual figcaption span {
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: var(--radius-pill);
  background: rgb(37 20 27 / 28%);
  font-size: 0.7rem;
  font-weight: 800;
}

.seo-landing-page__body {
  display: grid;
  gap: clamp(4.5rem, 10vw, 8rem);
  padding-block-end: clamp(5rem, 10vw, 9rem);
}

.seo-landing-focus,
.seo-landing-steps,
.seo-landing-faq,
.seo-landing-next {
  display: grid;
  gap: var(--space-7);
}

.seo-landing-faq > div:first-child {
  max-width: 44rem;
}

.seo-landing-faq > div:first-child > p:last-child,
.seo-landing-next > div > p:last-child {
  color: var(--color-text-muted);
  line-height: 1.6;
}

.seo-landing-focus {
  padding: clamp(1.5rem, 5vw, 3.25rem);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0, rgb(201 91 128 / 15%), transparent 23rem),
    var(--color-surface);
  box-shadow: var(--shadow-1);
}

.seo-landing-focus h2,
.seo-landing-steps h2,
.seo-landing-trust h2,
.seo-landing-next h2,
.seo-landing-cta h2,
.journal-guides h2,
.examples-boundary h2,
.journal-cta h2,
.examples-cta h2 {
  max-width: 18ch;
}

.seo-landing-focus > p {
  max-width: 42rem;
  margin: 0;
  color: var(--color-text-muted);
  font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.2rem);
  line-height: 1.65;
}

.seo-landing-steps__heading > p:last-child {
  max-width: 39rem;
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.seo-landing-steps ol,
.examples-boundary ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--color-border);
}

.seo-landing-steps li,
.examples-boundary li {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-6) 0;
  border-block-end: 1px solid var(--color-border);
}

.seo-landing-steps li:last-child,
.examples-boundary li:last-child {
  border-block-end: 0;
}

.seo-landing-steps li > span,
.examples-boundary li > span {
  color: var(--color-accent-strong);
  font-size: var(--text-sm);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.seo-landing-steps h3,
.examples-boundary h3 {
  margin: 0 0 var(--space-2);
  font-size: clamp(1.15rem, 1.02rem + 0.4vw, 1.45rem);
}

.seo-landing-steps p,
.examples-boundary p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.seo-landing-trust,
.seo-landing-cta,
.journal-cta,
.examples-cta {
  display: grid;
  gap: var(--space-6);
  padding: clamp(1.8rem, 6vw, 4rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #4d1230, #751b40 62%, #9b2e50);
  color: white;
  box-shadow: var(--shadow-3);
}

.seo-landing-trust p,
.seo-landing-cta > p,
.journal-cta > p,
.examples-cta p {
  max-width: 37rem;
  margin: 0;
  color: rgb(255 255 255 / 80%);
  line-height: 1.62;
}

.seo-landing-next__links,
.journal-guides__grid {
  display: grid;
  gap: var(--space-4);
}

.seo-landing-next__links a,
.journal-guides article {
  display: grid;
  align-content: start;
  gap: var(--space-3);
  min-height: 11rem;
  padding: var(--space-6);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-1);
}

.seo-landing-next__links a {
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.seo-landing-next__links a:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-2);
  transform: translateY(-0.15rem);
}

.seo-landing-next__links a span {
  color: var(--color-accent-strong);
  font-size: var(--text-sm);
  font-weight: 750;
}

.seo-landing-cta,
.journal-cta {
  justify-items: start;
}

.legal-hero {
  padding-block: clamp(3.5rem, 9vw, 7.5rem) var(--space-10);
}

.legal-hero__status {
  max-width: 55rem;
  margin: var(--space-7) 0 0;
  padding: var(--space-5);
  border-inline-start: 0.25rem solid var(--color-brass-600);
  background: var(--color-surface-subtle);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.legal-page__body {
  padding-block-end: clamp(5rem, 10vw, 9rem);
}

.legal-policy-layout > nav strong {
  display: block;
  margin-block-end: var(--space-3);
}

.legal-policy-content {
  gap: clamp(2.75rem, 7vw, 5rem);
}

.legal-policy-content h2 {
  max-width: 30ch;
}

.legal-policy-content p,
.legal-policy-content li {
  max-width: 65rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.legal-policy-content ul {
  display: grid;
  gap: var(--space-2);
  padding-inline-start: var(--space-5);
}

.journal-hero__aside,
.examples-hero__aside {
  display: grid;
  align-content: center;
  gap: var(--space-3);
  min-height: 19rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  background: var(--color-surface-subtle);
  box-shadow: var(--shadow-1);
}

.journal-hero__aside > span,
.examples-hero__aside > span,
.journal-guides article > span {
  color: var(--color-accent-strong);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-hero__aside strong,
.examples-hero__aside strong {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.25rem + 1vw, 2.35rem);
  line-height: 1.08;
}

.journal-hero__aside p,
.examples-hero__aside p,
.journal-guides article p,
.examples-boundary > div > p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.journal-guides,
.examples-boundary {
  display: grid;
  gap: var(--space-8);
}

.journal-guides article h3 {
  margin: 0;
  font-size: 1.35rem;
}

.journal-guides article .text-link {
  margin-block-start: auto;
}

.examples-boundary > div {
  display: grid;
  gap: var(--space-4);
  max-width: 48rem;
}

.examples-cta {
  align-items: center;
}

@media (min-width: 48rem) {
  .seo-landing-hero,
  .seo-landing-page__body,
  .legal-hero,
  .legal-page__body {
    width: min(100% - 3rem, var(--container-marketing));
  }

  .seo-landing-hero,
  .seo-landing-focus,
  .seo-landing-trust,
  .seo-landing-faq,
  .seo-landing-next,
  .examples-cta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
  }

  .seo-landing-hero__visual {
    min-height: 30rem;
  }

  .seo-landing-next__links,
  .journal-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 64rem) {
  .seo-landing-hero {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.95fr);
    min-height: min(45rem, calc(100dvh - 5rem));
    align-items: center;
  }

  .seo-landing-steps {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
  }

  .seo-landing-faq {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
  }

  .seo-landing-steps ol {
    margin-block-start: var(--space-2);
  }

  .seo-landing-trust {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-landing-next__links a {
    transition: none;
  }
}
