/* Critical brand bits for Stop Gas Hike CA (complements Tailwind CDN). */
:root {
  --navy: #001F3F;
  --gold: #FFCC00;
  --gold-dark: #E6B800;
}

/* Explore link row */
.explore-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
}
.explore-row a {
  color: #001F3F;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFCC00;
  text-underline-offset: 3px;
}
.explore-row a:hover {
  color: #1d4ed8;
}

/* Visible FAQ (SEO + a11y) */
.faq-list details {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.85rem 1rem;
  margin-bottom: 0.75rem;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: #001F3F;
}
.faq-list details p {
  margin: 0.65rem 0 0;
  color: #374151;
  line-height: 1.55;
}

.footer-tagline {
  font-size: 0.75rem;
  color: #9ca3af;
}

#faq, #breakdown, #reasons, #take-action, #sources {
  scroll-margin-top: 5rem;
}
