/* SEO overlay — Riobet brand palette (dark green + gold) */
.seo-panel {
  max-width: 1120px;
  margin: 24px auto 40px;
  padding: 28px 20px 18px;
  background: rgba(14, 26, 17, 0.96);
  border: 1px solid #2c3531;
  border-radius: 14px;
  color: #ececec;
  position: relative;
  z-index: 5;
}
.seo-panel h2 {
  margin: 26px 0 10px;
  font-size: 22px;
  color: #b89a5b;
}
.seo-panel h2:first-child { margin-top: 0; }
.seo-panel p, .seo-panel li {
  color: #d5d5db;
  font-size: 15px;
  line-height: 1.55;
}
.seo-panel__cta {
  display: flex;
  justify-content: center;
  margin: 20px 0 8px;
}
.seo-panel__cta a,
.vav-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 220px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #4caf50;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  border: none;
}
.faq-list { display: grid; gap: 10px; margin-top: 12px; }
.faq-item {
  border: 1px solid #2c3531;
  border-radius: 10px;
  background: #2c3531;
  padding: 10px 12px;
}
.faq-item summary {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: #b89a5b; }
.faq-item p { margin: 8px 0 0; color: #d5d5db; }

@media (max-width: 768px) {
  .seo-panel { margin: 16px 12px 28px; padding: 20px 14px; }
  .seo-panel h2 { font-size: 20px; }
  .seo-panel__cta a { width: 100%; }
}
