/* Shared search, answer-engine and accessibility enhancements. */
.seo-faq {
  padding: 80px 24px;
  background: #f5f7fa;
}

/* Privacy-safe analytics controls, shared across every public page. */
.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  width: min(440px, calc(100vw - 36px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: #10271e;
  color: #fff;
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  font: 400 14px/1.55 Arial, sans-serif;
}
.analytics-consent[hidden], .analytics-choices-reopen[hidden] { display: none; }
.analytics-consent h2 { margin: 0 0 8px; color: #fff; font-size: 20px; }
.analytics-consent p { margin: 0; color: #e6eee9; }
.analytics-consent a { color: #ccebd8; text-decoration: underline; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.analytics-consent button, .analytics-choices-reopen {
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  padding: 10px 15px;
  background: transparent;
  color: #fff;
  font: 700 13px/1 Arial, sans-serif;
  cursor: pointer;
}
.analytics-consent .analytics-consent-primary { border-color: #d7a938; background: #d7a938; color: #13271e; }
.analytics-consent button:focus-visible, .analytics-choices-reopen:focus-visible { outline: 3px solid #f5d77f; outline-offset: 3px; }
.analytics-choices-reopen {
  position: fixed;
  z-index: 9999;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-color: #173d2e;
  background: #fff;
  color: #173d2e;
  box-shadow: 0 6px 22px rgba(0,0,0,.16);
}

.seo-faq-inner {
  max-width: 960px;
  margin: 0 auto;
}

.seo-faq-header {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.seo-faq-header h2 {
  margin: 0 0 12px;
  color: #0d1f3c;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
}

.seo-faq-header p {
  margin: 0;
  color: #6b7fa3;
  line-height: 1.7;
}

.seo-faq-list {
  display: grid;
  gap: 14px;
}

.seo-faq-list details {
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  background: #fff;
  padding: 0 22px;
}

.seo-faq-list summary {
  cursor: pointer;
  color: #0d1f3c;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 32px 20px 0;
}

.seo-faq-list details p {
  margin: 0;
  padding: 0 0 20px;
  color: #3d5278;
  line-height: 1.75;
}

.post-body .article-title {
  margin: 0 0 24px;
  color: #0d1f3c;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
}

@media (max-width: 640px) {
  .seo-faq { padding: 64px 18px; }
  .seo-faq-list details { padding: 0 18px; }
}
