/* SEO hub pages, FAQ, breadcrumbs, blog placeholder */
.seo-page .seo-hero {
  padding: clamp(5rem, 12vw, 8rem) 0 clamp(2.5rem, 6vw, 4rem);
  background: linear-gradient(180deg, var(--surface-elevated, #f4f7f8) 0%, #fff 100%);
}

.seo-breadcrumb {
  font-size: 0.85rem;
  color: var(--text-muted, #5a6a75);
  margin-bottom: 1rem;
}

.seo-breadcrumb a {
  color: var(--brand-mid, #1a5f72);
  text-decoration: none;
}

.seo-breadcrumb a:hover { text-decoration: underline; }

.seo-hero h1 {
  max-width: 18ch;
  margin-bottom: 1rem;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.seo-body { padding: 2rem 0 4rem; }

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.seo-card h2 {
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}

.seo-card h2 a {
  color: inherit;
  text-decoration: none;
}

.seo-card h2 a:hover { color: var(--brand-mid, #1a5f72); }

.seo-price {
  font-weight: 600;
  color: var(--brand-deep, #052c4d);
  margin: 0.75rem 0;
}

.seo-service-meta {
  margin: 1.25rem 0;
  padding: 1.25rem;
  max-width: 42rem;
}

.seo-keywords {
  font-size: 0.9rem;
  color: var(--text-muted, #5a6a75);
  margin-top: 1.5rem;
}

.seo-blog-soon { padding: 2rem; }

.seo-topic-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}

.section-faq { padding: 4rem 0; }

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 48rem;
}

.faq-item {
  border-radius: 12px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 1.25rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--brand-mid, #1a5f72);
}

.faq-item[open] summary::after { content: "−"; }

.faq-item .faq-answer {
  padding: 0 1.25rem 1.25rem;
  color: var(--text-muted, #5a6a75);
  line-height: 1.65;
}

.service-card-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-mid, #1a5f72);
  text-decoration: none;
}

.service-card-link:hover { text-decoration: underline; }

.territory-tags a {
  text-decoration: none;
  color: inherit;
}

.territory-tags a:hover {
  color: var(--brand-mid, #1a5f72);
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  display: none;
  box-shadow: 0 8px 32px rgba(5, 44, 77, 0.2);
}

@media (max-width: 768px) {
  .sticky-cta { display: inline-flex; }
}

.contact-form .form-hint {
  font-size: 0.82rem;
  color: var(--text-muted, #5a6a75);
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
}
