/* SEO article & test centre pages */
.seo-main { max-width: 820px; }
.seo-breadcrumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.seo-breadcrumb a { color: var(--pink); text-decoration: none; }
.seo-breadcrumb a:hover { text-decoration: underline; }
.seo-breadcrumb-sep { opacity: 0.5; }
.seo-lead { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 16px; }
.seo-intro { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.seo-article-body h2 { font-size: 20px; font-weight: 700; margin: 28px 0 12px; }
.seo-article-body h3 { font-size: 16px; font-weight: 700; margin: 20px 0 8px; }
.seo-article-body p, .seo-article-body li { font-size: 15px; line-height: 1.65; }
.seo-article-body ul, .seo-article-body ol { margin: 0 0 16px 1.25rem; }
.seo-index-list { list-style: none; margin: 0; padding: 0; }
.seo-index-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.seo-index-list a { font-weight: 600; font-size: 16px; color: var(--text); text-decoration: none; }
.seo-index-list a:hover { color: var(--pink); }
.seo-index-date { font-size: 13px; color: var(--muted); white-space: nowrap; }
.seo-centre-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
@media (min-width: 560px) {
  .seo-centre-grid { grid-template-columns: repeat(2, 1fr); }
}
.seo-centre-grid li {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  background: var(--off);
}
.seo-centre-grid a { font-weight: 600; color: var(--text); text-decoration: none; display: block; margin-bottom: 4px; }
.seo-centre-grid a:hover { color: var(--pink); }
.seo-centre-count { font-size: 12px; color: var(--muted); }
.seo-preview-banner {
  background: #fff8e6;
  border: 1px solid #f0d78c;
  color: #8a6d1d;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 24px;
  text-align: center;
}

/* CTA block */
.seo-cta {
  margin-top: 48px;
  padding: 0;
  background: transparent;
  border: none;
}
.seo-cta-inner {
  text-align: center;
  padding: 36px 28px;
  background: linear-gradient(135deg, #fdf0f5 0%, #fff 55%, #f8f8fc 100%);
  border-radius: 16px;
  border: 1px solid rgba(192, 93, 122, 0.18);
  box-shadow: 0 8px 32px rgba(192, 93, 122, 0.08);
}
.seo-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 10px;
}
.seo-cta-inner h2 {
  font-size: clamp(22px, 3vw, 26px);
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.seo-cta-inner p {
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 15px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.seo-cta-btn {
  display: inline-block;
  background: var(--pink);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  box-shadow: 0 4px 16px rgba(192, 93, 122, 0.3);
}
.seo-cta-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(192, 93, 122, 0.35);
}

/* Footer */
.seo-footer {
  margin-top: 64px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.seo-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px 5vw 28px;
}
.seo-footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px 24px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .seo-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .seo-footer-top { grid-template-columns: 1fr; gap: 28px; }
}
.seo-footer-brand p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 14px;
  max-width: 280px;
}
.seo-footer-brand strong { color: rgba(255, 255, 255, 0.85); }
.seo-footer-logo { margin-bottom: 4px; }
.seo-footer-col h4 {
  color: #f9a8d4;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.seo-footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 9px;
  transition: color 0.2s;
}
.seo-footer-col a:hover { color: #fff; }
.seo-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.seo-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.seo-footer-bottom a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.seo-footer-bottom a:hover { color: rgba(255, 255, 255, 0.85); }
