/* =========================================================
  SEO LANDING PAGES
  Shared layout for focused service, transmission, and
  Southwest Missouri service-area pages.
========================================================= */

.seo-page {
  background: #f4f1ec;
}

.seo-page .page-hero {
  min-height: min(780px, 90svh);
}

.seo-page .page-hero__content {
  max-width: 820px;
}

.seo-page .page-hero h1 {
  max-width: 900px;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  list-style: none;
}

.seo-breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
}

.seo-breadcrumb a:hover {
  color: #ffffff;
}

.seo-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.55rem;
  color: var(--accent);
}

.seo-proofbar {
  color: #111111;
  background: var(--accent);
}

.seo-proofbar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.seo-proofbar__item {
  min-height: 104px;
  padding: 1.45rem 1.35rem;
  border-right: 1px solid rgba(17, 17, 17, 0.22);
}

.seo-proofbar__item:last-child {
  border-right: 0;
}

.seo-proofbar__item strong,
.seo-proofbar__item span {
  display: block;
}

.seo-proofbar__item strong {
  font-family: var(--font-heading);
  font-size: 1.16rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.seo-proofbar__item span {
  margin-top: 0.42rem;
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.seo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.seo-intro-grid h2,
.seo-section-heading h2,
.seo-local h2,
.seo-related h2,
.seo-final h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 5vw, 4.85rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.seo-intro-copy {
  max-width: 760px;
}

.seo-intro-copy p {
  margin: 0 0 1.2rem;
  color: var(--text-soft);
  font-size: 1.06rem;
}

.seo-intro-copy p:first-child {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  font-weight: 750;
  line-height: 1.55;
}

.seo-notice {
  margin-top: 1.75rem;
  padding: 1.35rem 1.45rem;
  background: #fff7ed;
  border-left: 5px solid var(--accent);
  border-radius: 0 10px 10px 0;
}

.seo-notice strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  text-transform: uppercase;
}

.seo-notice p {
  margin: 0;
  font-size: 0.96rem;
}

.seo-section-heading {
  max-width: 790px;
  margin-bottom: clamp(2rem, 5vw, 3.4rem);
}

.seo-section-heading p:last-child {
  max-width: 700px;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(22, 22, 22, 0.16);
}

.seo-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: transparent;
  border-right: 1px solid rgba(22, 22, 22, 0.16);
  border-bottom: 1px solid rgba(22, 22, 22, 0.16);
}

.seo-card:nth-child(3n) {
  border-right: 0;
}

.seo-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1.15rem;
  color: #111111;
  background: var(--accent);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 950;
}

.seo-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.seo-card p {
  margin: 0.9rem 0 0;
  color: var(--text-soft);
}

.seo-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-card li {
  position: relative;
  margin-top: 0.58rem;
  padding-left: 1.15rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.seo-card li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

.seo-process {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(244, 123, 32, 0.2), transparent 24rem),
    #111111;
}

.seo-process .seo-section-heading p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.seo-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.seo-process-step {
  min-height: 265px;
  padding: clamp(1.45rem, 3vw, 2.15rem);
  background: #171717;
}

.seo-process-step span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.seo-process-step h3 {
  margin: 1.5rem 0 0;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.seo-process-step p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.93rem;
}

.seo-local {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.seo-local__copy p {
  color: var(--text-soft);
  font-size: 1.03rem;
}

.seo-local__areas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--border-strong);
}

.seo-local__areas span {
  padding: 0.95rem 0.65rem;
  border-bottom: 1px solid var(--border-strong);
  font-weight: 850;
}

.seo-related {
  color: #ffffff;
  background: var(--surface-charcoal);
}

.seo-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.4rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-related__link {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.55rem;
  color: #ffffff;
  background: #171717;
}

.seo-related__link:hover {
  color: #ffffff;
  background: #202020;
}

.seo-related__link span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-related__link strong {
  max-width: 290px;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
  border-top: 1px solid var(--border-strong);
}

.seo-faq-item {
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--border-strong);
}

.seo-faq-item h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.seo-faq-item p {
  margin: 0.75rem 0 0;
  color: var(--text-soft);
}

.seo-final {
  text-align: center;
}

.seo-final p {
  max-width: 710px;
  margin: 1.1rem auto 0;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.seo-final__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

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

.seo-resource-link {
  display: block;
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.seo-resource-link:hover {
  color: var(--text);
  border-color: rgba(244, 123, 32, 0.65);
}

.seo-resource-link strong,
.seo-resource-link span {
  display: block;
}

.seo-resource-link strong {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.seo-resource-link span {
  margin-top: 0.45rem;
  color: var(--text-soft);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .seo-proofbar__inner,
  .seo-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-proofbar__item:nth-child(2) {
    border-right: 0;
  }

  .seo-proofbar__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 17, 17, 0.22);
  }

  .seo-intro-grid,
  .seo-local {
    grid-template-columns: 1fr;
  }

  .seo-card-grid,
  .seo-related__grid,
  .seo-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-card,
  .seo-card:nth-child(3n) {
    border-right: 1px solid rgba(22, 22, 22, 0.16);
  }

  .seo-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .seo-page .page-hero {
    min-height: 760px;
  }

  .seo-proofbar__inner,
  .seo-card-grid,
  .seo-process-list,
  .seo-related__grid,
  .seo-faq-grid,
  .seo-resource-grid {
    grid-template-columns: 1fr;
  }

  .seo-proofbar__item,
  .seo-proofbar__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.22);
  }

  .seo-proofbar__item:last-child {
    border-bottom: 0;
  }

  .seo-card,
  .seo-card:nth-child(2n),
  .seo-card:nth-child(3n) {
    border-right: 0;
  }

  .seo-local__areas {
    grid-template-columns: 1fr;
  }
}
