/* ==========================================================================
   SEO landing pages
   --------------------------------------------------------------------------
   Ten keyword slugs share this template. Everything structural comes from
   bodyplan.css; only the page-specific composition lives here.
   ========================================================================== */

.slp-top {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 60% at 85% 10%, var(--bp-accent-soft) 0%, transparent 70%),
    linear-gradient(170deg, var(--bp-bg) 0%, var(--bp-bg-sunken) 100%);
  border-bottom: 1px solid var(--bp-line);
}

.slp-top-inner {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.slp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 18rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.slp-hero-copy {
  min-width: 0;
}

/* One step below the home page display size: these are inner pages, and the
   H1 is a keyword phrase rather than a brand statement. */
.slp-h1 {
  font-size: clamp(1.95rem, 1.2rem + 2.5vw, 3rem);
  max-width: 20ch;
}

.slp-intro {
  margin-top: 1.1rem;
  max-width: 56ch;
}

.slp-hero-media {
  display: flex;
  justify-content: center;
}

.slp-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 2rem;
}

.slp-cta-note {
  font-size: var(--bp-fs-sm);
  color: var(--bp-ink-3);
}

@media (max-width: 880px) {
  .slp-hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .slp-h1 { max-width: 100%; }
  .slp-hero-media { justify-content: flex-start; }
  .bp-device { max-width: 240px; }
}

@media (max-width: 560px) {
  .slp-cta-row .bp-btn { width: 100%; }
  .slp-cta-note { width: 100%; }
}

/* --- Who it's for --------------------------------------------------------- */

.slp-who {
  background: var(--bp-bg-sunken);
  border-top: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
}

.slp-who-inner {
  max-width: 68ch;
}

/* A single paragraph carrying a whole band earns a larger measure than body
   copy elsewhere on the page. */
.slp-who-body {
  margin-top: 1rem;
  font-size: var(--bp-fs-lead);
  line-height: 1.65;
  color: var(--bp-ink-2);
}

/* --- Related pages -------------------------------------------------------- */

.slp-related-heading {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bp-ink-3);
}

.slp-related-pills {
  margin-top: 1rem;
}
