/* Shared styles for Strike Vote + Strike Vote FAQ pages */

html, body
{
  max-width: 100%;
  overflow-x: hidden;
}
.special-em
{
  color: #b91c1c;
  font-style: normal;
  font-weight: 800;
}

:root
{
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --border: #e2e8f0;
  --soft: #f8fafc;

  --brand: #0b4aa2;
  --brand-2: #0a3f8a;

  --radius: 16px;
  --max: 900px;
  --shadow: 0 10px 25px rgba(2, 8, 23, 0.08);
}

*
{
  box-sizing: border-box;
}

body
{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

.container
{
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero
{
  padding: 44px 0 18px;
  text-align: center;
  background:
    radial-gradient(900px 400px at 20% 0%, rgba(11, 74, 162, 0.12), rgba(11, 74, 162, 0.0));
}
.lead
{
  text-align: left;
}
h1
{
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -1px;
  line-height: 0.95;
}

.time-window
{
  margin-top: 12px;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.2px;
}

.lead
{
  margin: 18px auto 0;
  max-width: 70ch;
  color: var(--muted);
  font-size: 16px;
}

.divider
{
  border: 0;
  border-top: 1px solid var(--border);
  margin: 22px auto 0;
  max-width: 600px;
}

.section
{
  padding: 22px 0;
}

.section h2
{
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-align: center;
}

.card
{
  border: 1px solid var(--border);
  background: #fff;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 6px 16px rgba(2, 8, 23, 0.04);
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.card + .card
{
  margin-top: 12px;
}

.claim
{
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 16px;
}

.why
{
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
}

details
{
  margin-top: 10px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
}

summary
{
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  color: var(--brand);
  user-select: none;
}

summary::-webkit-details-marker
{
  display: none;
}

summary:focus-visible
{
  outline: 2px solid rgba(11, 74, 162, 0.45);
  outline-offset: 4px;
  border-radius: 10px;
}

/* FAQ page: summary layout w/ chevron */
summary.has-chev
{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.chev
{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  background: #fff;
}

details[open] .chev
{
  transform: rotate(90deg);
}

/* Strike Vote page: details content */
.details
{
  margin-top: 10px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  color: var(--muted);
  font-size: 14px;
}

.details ul
{
  margin: 8px 0 0;
  padding-left: 18px;
}

.details h1
{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.details h2
{
  margin: 14px 0 8px;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 1.3;
  text-align: left;
}

.details p
{
  margin: 0 0 10px;
  color: var(--muted);
}

.details a
{
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
}

.details a:hover
{
  text-decoration: underline;
}

.details ul
{
  margin: 8px 0 12px;
  padding-left: 18px;
}

.details ul ul
{
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 18px;
}

.details li
{
  margin: 6px 0;
}

.details footer
{
  border-top: 1px solid var(--border);
  padding: 12px 0 0;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  text-align: left;
}

.details footer ul
{
  margin: 0;
  padding-left: 18px;
}

.details footer li
{
  margin: 8px 0;
}

/* In-text citation links */
.details a[href^="#ref-"]
{
  color: var(--muted);
  font-weight: 600;
  font-size: 12.5px;
  text-decoration: none;
  opacity: 0.75;
}

.details a[href^="#ref-"]:hover
{
  opacity: 1;
  text-decoration: underline;
}

.details a[href^="#ref-"]:focus-visible
{
  outline: 2px solid rgba(11, 74, 162, 0.35);
  outline-offset: 2px;
  border-radius: 6px;
}

/* Highlight + indentation helpers (Strike Vote page) */
.details-highlight
{
  position: relative;
  margin: 20px 0;
  padding: 18px 20px 18px 22px;
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(11, 74, 162, 0.18),
      rgba(11, 74, 162, 0.05)
    );
  border: 1px solid rgba(11, 74, 162, 0.35);
  box-shadow:
    0 12px 28px rgba(11, 74, 162, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.details-highlight::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 6px;
  border-radius: 6px;
  background: var(--brand);
}

.details-highlight-lead
{
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.2px;
}

.details-highlight-support
{
  margin: 0;
  font-size: 15px;
  color: var(--muted);
}

.details-highlight strong
{
  color: var(--brand);
  font-weight: 900;
}

.details-indent
{
  margin-top: 10px;
  padding-left: 16px;
  border-left: 2px solid var(--border);
}

.details-indent.level-1
{
  margin-left: 12px;
}

.details-indent.level-2
{
  margin-left: 24px;
}

.details-indent > details > summary
{
  font-size: 15px;
  font-weight: 800;
}

.details-indent .details
{
  background: var(--soft);
}

.ref-anchor
{
  position: relative;
  top: -10px;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 16px;
}

.standout
{
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 4px solid var(--brand);
  background: var(--soft);
  font-weight: 700;
  color: var(--text);
}

/* FAQ page: answer + inline pill */
.answer
{
  margin-top: 10px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  color: var(--muted);
  font-size: 14px;
}

.answer p
{
  margin: 0 0 10px;
  color: var(--muted);
}

.answer p:last-child
{
  margin-bottom: 0;
}

.inline
{
  display: inline-block;
  padding: 1px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 12px;
  white-space: nowrap;
  font-weight: 700;
}

/* Links (global + FAQ contact) */
a
{
  color: var(--brand);
  text-decoration: none;
  font-weight: 800;
}

a:hover
{
  text-decoration: underline;
}

.contact
{
  font-weight: 900;
}

/* CTA */
.cta
{
  padding: 26px 0 46px;
  text-align: center;
}

.cta-box
{
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(11, 74, 162, 0.10), rgba(11, 74, 162, 0.02));
  border-radius: calc(var(--radius) + 4px);
  padding: 18px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cta-title
{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.cta-text
{
  margin: 0 auto 14px;
  max-width: 60ch;
  color: var(--muted);
}

.button
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  color: var(--text);
}

.button.primary
{
  background: var(--brand);
  border-color: transparent;
  color: #fff;
}

.button.primary:hover
{
  background: var(--brand-2);
}

.fineprint
{
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}

footer
{
  border-top: 1px solid var(--border);
  padding: 18px 0 26px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

/* Auto-number cards in the "Why should you support..." section */
.section.reasons
{
  counter-reset: reason;
}

.section.reasons .card
{
  counter-increment: reason;
}

.section.reasons .claim::before
{
  content: counter(reason) ") ";
}