/* Fort Worth managed IT: extends the established managed-IT design only. */
.seo-fort-worth .fw-hero-subtitle {
  color: #d1e5ed;
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1.5;
  max-width: 38ch;
  margin-top: var(--space-5);
}
.seo-fort-worth .seo-hero-grid { align-items: start; }
.seo-fort-worth .seo-price-card { margin-top: var(--space-8); }
.seo-fort-worth .fw-hero-scope,
.seo-fort-worth .fw-hero-guide {
  color: #c0cbe0;
  font-size: var(--text-sm);
  line-height: 1.75;
  margin-top: var(--space-5);
  max-width: 62ch;
}
.seo-fort-worth .fw-hero-guide a {
  color: #c7e9ed;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-fort-worth .seo-hero .btn-primary { white-space: normal; text-align: left; }
.fw-delivery > p { max-width: 80ch; }
.fw-delivery-row {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr);
  gap: var(--space-6);
  max-width: 940px;
  margin-top: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--gray-200);
}
.fw-delivery-row h3 { margin-top: 0; }
.seo-section .fw-scope-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: var(--space-6) var(--space-12);
  list-style: none;
  padding: 0;
  margin-block: var(--space-8);
}
.seo-section .fw-scope-grid li {
  margin: 0;
  padding: var(--space-5) 0 0;
  border-top: 2px solid #bdd4db;
}
.fw-scope-grid strong { display: block; margin-bottom: var(--space-3); }
@media (max-width:600px) {
  .seo-fort-worth .fw-hero-subtitle { font-size: var(--text-base); }
  .seo-fort-worth .seo-price-card { margin-top: 0; }
  .seo-section .fw-scope-grid { grid-template-columns: 1fr; }
  .fw-delivery-row { grid-template-columns: 1fr; gap: var(--space-4); }
}

/* Keep the fixed mobile menu relative to the viewport, not the filtered header. */
@media (max-width:768px) {
  body.seo-fort-worth.menu-open .site-header {
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    background:#fff;
  }
}
