/* Content / SEO pages — complements styles.css */
.content-page .site-header .nav-link {
  text-decoration: none;
}

.content-main {
  padding: 1.5rem 1rem 3rem;
  max-width: 920px;
}

.content-hero {
  margin-bottom: 1.75rem;
}

.content-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin: 0.35rem 0 0.75rem;
  color: #0f172a;
}

.content-hero .lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #334155;
  max-width: 42rem;
}

.breadcrumbs {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: #0066cc;
  text-decoration: none;
}

.prose {
  line-height: 1.7;
  color: #1e293b;
}

.prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  margin: 2rem 0 0.75rem;
  color: #0f172a;
}

.prose h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
}

.prose a {
  color: #0066cc;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose li {
  margin: 0.35rem 0;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin: 1.5rem 0 2rem;
}

.card-link {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.1rem 1.15rem;
  background: #fff;
}

.card-link h2 {
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
}

.card-link a {
  color: #0f172a;
  text-decoration: none;
}

.card-link a:hover {
  color: #0066cc;
}

.card-link p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: left;
  align-items: start;
}

.footer-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.6rem;
  color: #94a3b8;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-list li {
  margin: 0.35rem 0;
}

/* AdSense-ready slots — reserved space reduces CLS */
.ad-slot {
  margin: 1.5rem 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-slot-footer {
  margin-top: 2rem;
}

.ad-placeholder {
  width: 100%;
  max-width: 728px;
  min-height: 90px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #94a3b8;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.hero-cta-row .btn {
  text-decoration: none;
}

.home-seo .prose {
  max-width: 720px;
}

.related-links {
  display: grid;
  gap: 0.5rem 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  list-style: none;
  padding: 0;
}

.related-links a {
  color: #0066cc;
  text-decoration: none;
}

.related-links a:hover {
  text-decoration: underline;
}

.error-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
}

.error-page h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
