* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #f1f5f9;
}

h1,
h2 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.02em;
}

.header {
  background: linear-gradient(135deg, #0e113d 0%, #2c3fa3 100%);
  color: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.site-title {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-logo {
  height: 2.2rem;
  width: auto;
}

.hero {
  background: linear-gradient(140deg, #263492 0%, #2f48a6 60%, #4f6fe0 100%);
  color: #fff;
  padding: 4rem 1.5rem;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 3rem;
  align-items: center;
}

.hero-image-wrapper {
  display: flex;
  justify-content: flex-end;
}

.hero-image {
  width: 90%;
  max-width: 580px;
  height: auto;
  box-shadow: none;
  filter: drop-shadow(36px 38px 36px rgba(0, 0, 0, 0.35));
}

.hero-content {
  text-align: left;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-subhead {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  max-width: 880px;
  font-weight: 400;
}

.hero p {
  padding: 1rem 0;
  font-size: 1.2rem;;
}

.hero-callout {
  font-family: 'Inter', sans-serif;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
  margin-top: 1.75rem;
  padding-bottom: 0.4rem;
  position: relative;
  text-transform: uppercase;
}

.hero-callout::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.45rem;
  background: linear-gradient(90deg, #b91c1c 0%, #ef4444 100%);
  border-radius: 999px;
  transform: skewX(-12deg);
}

.callout-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
}
.callout-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0.4rem;
  bottom: -0.05rem;
  background: linear-gradient(90deg, #b91c1c 0%, #ef4444 100%);
  border-radius: 999px;
  transform: skewX(-12deg);
}
.hero-callout .callout-underline::after {
  display: none;
}

.quote-box {
  text-align: center;
}

.election-banner {
  background: linear-gradient(90deg, #b91c1c 0%, #dc2626 50%, #b91c1c 100%);
  color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4rem 0;
  background: #fff;
  margin-bottom: 0;
}

.section:nth-child(even) {
  background: #f8f9fa;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #1e3a8a;
}

.section-intro {
  font-size: 1.35rem;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.endorsement {
  background: #fff;
  margin-bottom: 0;
}

.endorsement-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
  border-radius: 18px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.endorsement-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
}

.endorsement-photo {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.endorsement-content {
  position: relative;
  z-index: 1;
}

.endorsement-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d2956;
  margin-bottom: 1rem;
}

.endorsement-quote {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #1f2937;
  margin-bottom: 1.25rem;
}

.endorsement-quote strong {
  color: #0f172a;
}

.endorsement-quote .quote-mark {
  display: inline-block;
  font-size: 2.5rem;
  color: #3b82f6;
  margin-right: 0.4rem;
  vertical-align: top;
}

.endorsement-signature {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.endorsement-signature span:first-child {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: -3rem auto 3rem;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  padding: 0 1.5rem;
}

.stat-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 4px solid #dc2626;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 1rem;
  color: #4b5563;
  font-weight: 600;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.fact-card {
  background: #fff;
  border: 1px solid #a9bdd0;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}

.fact-card h3 {
  color: #0a2540;
  text-transform: uppercase;
  font-size: 1.23rem;
  margin-bottom: 0.4rem;
}

.fact-card ul {
  list-style: none;
  padding: 0;
}

.fact-card li {
  margin-bottom: 0.65rem;
  line-height: 1.65;
  font-size: 1.03rem;
}

.fact-card li:last-child {
  margin-bottom: 0;
}

.fact-image {
  width: 100%;
  border-radius: 12px;
  margin-top: 1rem;
  display: block;
}

.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.75rem;
  background: #dc2626;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.3s;
}

.card-button:hover {
  background: #b91c1c;
}

.fact-summary {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1d4ed8;
  margin: 4rem auto;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: none;
  max-width: 960px;
  border-top: 1px solid rgba(29, 78, 216, 0.35);
  border-bottom: 1px solid rgba(29, 78, 216, 0.35);
}

.unity-banner {
  background: #1d4ed8;
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  margin: 0;
}

.bottom {
  background: #1d4ed8;
  padding: 2rem 0
}

.quote-box {
  background: #fef2f2;
  border-left: 4px solid #dc2626;
  padding: 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
}

.quote-source {
  font-style: normal;
  font-weight: 600;
  margin-top: 0.35rem;
  color: #4b5563;
}

.sources {
  background: #1f2937;
  color: #fff;
  padding: 2rem 0;
}

.sources-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sources-toggle {
  background: #dc2626;
  color: #fff;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.sources.open .sources-toggle {
  background: rgba(220, 38, 38, 0.15);
  color: #fca5a5;
  border: 1px solid #fca5a5;
}

.sources-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.sources.open .sources-content {
  opacity: 1;
}

.source-list {
  display: grid;
  gap: 1rem;
  font-size: 0.95rem;
}

.source-item {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  line-height: 1.5;
}

.source-item a {
  color: #93c5fd;
  text-decoration: none;
}

.source-item a:hover {
  text-decoration: underline;
}

.opp {
  display: block;
  background: #fff7ed;
  border: 1px solid #fdba74;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  line-height: 1.6;
}

.opp h3 {
  color: #b45309;
  margin-bottom: 0.25rem;
}

.opp small {
  color: #92400e;
}

.footer {
  background: #111827;
  color: #9ca3af;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .site-title {
    font-size: 1.4rem;
  }

  .hero-image-wrapper {
    justify-content: center;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero-callout {
    font-size: 1.35rem;
    color: #fff;
  }
  .hero-callout::after {
    display: none;
  }

  .hero-callout .callout-underline::after {
    display: block;
  }

  .endorsement-card {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .election-banner {
    flex-direction: column;
    gap: 0.75rem;
  }

  

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .quote-box {
    text-align: left;
  }

  .unity-banner {
    text-align: left;
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2.6rem;
  }

  .section-intro {
    font-size: 1.1rem;
  }

  .fact-summary {
    font-size: 1.6rem;
    text-align: left;
    margin: 2.5rem 0;
    padding: 1rem 0;
  }
}
