/* ==========================================================================
   VOTEECAL REDESIGN STYLESHEET
   ========================================================================== */

/* Utility Components */
.section-num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(91, 33, 182, 0.08);
  color: var(--primary);
  border: 1px solid rgba(91, 33, 182, 0.15);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.section-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(91, 33, 182, 0.15) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin: 4rem 0;
}

/* Hero Section Updates */
.hero-section-v2 {
  background: url("../assets/images/hero-bg.png") no-repeat center bottom !important;
  background-size: cover !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.hero-bg-grid,
.hero-bg-gradient {
  display: none !important;
}

/* Navbar active state adjustment to match screenshot */
.nav-links li a {
  color: #1e293b;
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
  background: transparent !important;
  transition: all 0.25s ease;
}

.nav-links li a.nav-link-item.active {
  color: #5b21b6 !important;
  background: transparent !important;
  font-weight: 600;
}

.nav-links li a.nav-link-item.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #5b21b6;
  border-radius: 2px;
}

.btn-help-us-build {
  background-color: #5b21b6 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block;
  transition: all 0.25s ease;
}

.btn-help-us-build:hover {
  background-color: #4c1d95 !important;
  color: #ffffff !important;
}

.btn-research-pilot {
  background-color: #5b21b6 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-research-pilot:hover {
  background-color: #4c1d95 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Platform Badge */
.hero-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 33, 182, 0.06);
  color: #5b21b6;
  border: 1px solid rgba(91, 33, 182, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
  animation: badgePulse 4s infinite ease-in-out;
}

.hero-platform-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(91, 33, 182, 0.15),
    transparent
  );
  transform: skewX(-25deg);
  animation: badgeShine 5s infinite ease-in-out;
}

.hero-v2-headline {
  font-size: 3rem !important;
  color: #0f172a !important;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-gradient-text {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  color: #5b21b6 !important;
  text-shadow: none !important;
}

.hero-v2-supporting {
  font-size: 1.1rem !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  max-width: 580px !important;
  margin-bottom: 36px !important;
  padding-left: 0 !important;
  border-left: none !important;
}

.hero-v2-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.btn-hero-solid-purple {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: #5b21b6 !important;
  color: #ffffff !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 2px solid #5b21b6;
  transition: all 0.25s ease;
  box-shadow: none !important;
}

.btn-hero-solid-purple:hover {
  background: #4c1d95 !important;
  border-color: #4c1d95 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(91, 33, 182, 0.3) !important;
}

.btn-hero-solid-purple .play-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  color: #5b21b6;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.btn-hero-solid-purple:hover .play-icon-circle {
  transform: scale(1.1) rotate(360deg);
}

.btn-hero-solid-purple.youtube-btn:hover {
  background: #cc0000 !important;
  border-color: #cc0000 !important;
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.25) !important;
}

.btn-hero-solid-purple.youtube-btn .play-icon-circle {
  color: #ff0000 !important;
  background: #ffffff !important;
  font-size: 0.9rem !important;
}

.btn-hero-outline-purple {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: transparent !important;
  color: #5b21b6 !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 2px solid rgba(91, 33, 182, 0.3);
  transition: all 0.25s ease;
  box-shadow: none !important;
}

.btn-hero-outline-purple:hover {
  background: rgba(91, 33, 182, 0.05) !important;
  border-color: #5b21b6 !important;
  color: #5b21b6 !important;
  transform: translateY(-2px);
}

/* Stats Badges */
.hero-stats-badges {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: nowrap !important;
  align-items: center;
}

.hero-stat-badge-item {
  display: flex;
  gap: 12px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hero-stat-badge-item:hover {
  transform: translateY(-4px) scale(1.02);
}

.stat-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(91, 33, 182, 0.06);
  color: #5b21b6;
  border-radius: 8px;
  font-size: 1.1rem;
  flex-shrink: 0;
  border: 1px solid rgba(91, 33, 182, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-stat-badge-item:hover .stat-badge-icon {
  background: rgba(91, 33, 182, 0.12);
  color: #4c1d95;
  transform: scale(1.1) rotate(5deg);
  border-color: rgba(91, 33, 182, 0.2);
}

.stat-badge-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.stat-badge-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 2px;
}

.stat-badge-desc {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.2;
}

/* Right Illustration Wrapper Adjustments & Floating Animation */
.hero-illustration-wrapper {
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  position: relative;
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-illustration-wrapper::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  background: radial-gradient(
    circle,
    rgba(91, 33, 182, 0.25) 0%,
    rgba(13, 148, 136, 0.1) 60%,
    transparent 100%
  );
  filter: blur(40px);
  z-index: 0;
  animation: glowPulse 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-illustration-img {
  border: none !important;
  border-radius: 1rem !important;
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.12) !important;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.hero-illustration-img:hover {
  transform: scale(1.02);
}

.hero-illustration-glow {
  display: none !important;
}

/* Animations Keyframes */
@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.15);
    opacity: 0.9;
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes badgeShine {
  0% {
    left: -100%;
  }
  25%,
  100% {
    left: 200%;
  }
}

/* Section 02: Politics is Becoming Digital Split Layout */
.digital-politics-split-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}

.split-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.split-left .section-num-badge {
  background: rgba(13, 148, 136, 0.06);
  color: #0d9488;
  border: 1px solid rgba(13, 148, 136, 0.15);
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.split-left .section-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.split-left .neutral-explanation {
  font-size: 1rem;
  color: #475569;
  line-height: 1.65;
  margin-top: 12px;
  max-width: 440px;
}

.split-right {
  width: 100%;
}

.evolution-flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.evolution-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
  text-align: center;
}

#how-it-works {
  background: linear-gradient(70deg, #f3e2fb, #f8f6ff) !important;
  border-bottom: none !important;
}

.evolution-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(91, 33, 182, 0.08);
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.evolution-flow-item:hover .evolution-card {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.12) !important;
  border-color: rgba(91, 33, 182, 0.2) !important;
}

.evolution-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
}

.evolution-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}

.evolution-caption {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: #1e293b;
  transition: color 0.3s ease;
}

.evolution-flow-item:hover .evolution-caption {
  color: #5b21b6;
}

.evolution-arrow {
  font-size: 1.25rem;
  color: #64748b;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section 03: Backbone of Constituency Split Layout */
#constituency-backbone {
  background: linear-gradient(
    180deg,
    rgba(91, 33, 182, 0.02) 0%,
    rgba(13, 148, 136, 0.02) 100%
  ) !important;
  border-bottom: none !important;
}

#challenges {
  background: linear-gradient(45deg, #fbf4ff, #fff9e4) !important;
  border-bottom: none !important;
}

#features {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(91, 33, 182, 0.02) 100%
  ) !important;
  border-bottom: none !important;
}

#addresses {
  background: linear-gradient(45deg, #e5fff0, #fff5e6) !important;
  border-bottom: none !important;
}

#why-voteecal {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(13, 148, 136, 0.02) 100%
  ) !important;
  border-bottom: none !important;
}

#vision {
  background: linear-gradient(
    180deg,
    rgba(13, 148, 136, 0.02) 0%,
    #ffffff 100%
  ) !important;
  border-bottom: none !important;
}

.container-wide {
  max-width: 1400px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.section-divider-gradient {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(91, 33, 182, 0.15),
    transparent
  );
  border: none;
  margin: 0;
  position: relative;
  z-index: 10;
}

.backbone-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: stretch;
  width: 100%;
}

.backbone-tabs-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.backbone-tab {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(91, 33, 182, 0.04);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.backbone-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #5b21b6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.backbone-tab:hover {
  transform: translateX(6px);
  border-color: rgba(91, 33, 182, 0.1);
  box-shadow: 0 10px 25px rgba(91, 33, 182, 0.05);
}

.backbone-tab.active {
  background: #ffffff;
  border-color: rgba(91, 33, 182, 0.15);
  box-shadow: 0 12px 30px rgba(91, 33, 182, 0.08);
  transform: translateX(10px);
}

.backbone-tab.active::before {
  opacity: 1;
}

.tab-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(91, 33, 182, 0.03);
  z-index: 10;
}

.tab-progress-fill {
  width: 0%;
  height: 100%;
  background: #7c3aed;
}

.backbone-tab.active .tab-progress-fill {
  animation: backboneTabProgress 5s linear forwards;
}

@keyframes backboneTabProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.tab-number {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  color: #a78bfa;
  line-height: 1;
  background: rgba(91, 33, 182, 0.05);
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.backbone-tab.active .tab-number {
  color: #ffffff;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  box-shadow: 0 4px 10px rgba(91, 33, 182, 0.2);
}

.tab-content h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: #1e293b;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.backbone-tab.active .tab-content h4 {
  color: #5b21b6;
}

.tab-content p {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

/* Display Column Card */
.backbone-display-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.backbone-display-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 24px;
  border: 1px solid rgba(91, 33, 182, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.backbone-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.backbone-panel.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.panel-image-wrapper {
  width: 100%;
  height: auto;
  /* aspect-ratio: 16 / 9; */
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.panel-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}

.panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  background: rgba(13, 148, 136, 0.06);
  color: #0d9488;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.panel-body h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  color: #1e293b;
  margin-top: 8px;
  margin-bottom: 8px;
}

.panel-body p {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

.backbone-cta-link {
  color: #5b21b6;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(91, 33, 182, 0.2);
  transition: all 0.3s ease;
}

.backbone-cta-link:hover {
  border-bottom-color: #5b21b6;
  padding-right: 4px;
}

.backbone-mobile-stack {
  display: none;
}

.text-highlight-purple {
  color: #5b21b6 !important;
}

/* Section 04: Three Major Digital Challenges */
.challenge-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(91, 33, 182, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.challenge-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.06);
  border-color: rgba(91, 33, 182, 0.18);
}

.challenge-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #a78bfa, #5b21b6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.challenge-card:hover::before {
  opacity: 1;
}

.challenge-card-header {
  margin-bottom: 12px;
}

.challenge-num {
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(91, 33, 182, 0.05);
  line-height: 1;
  font-family: var(--font-heading);
  transition: all 0.4s ease;
}

.challenge-card:hover .challenge-num {
  color: rgba(91, 33, 182, 0.12);
  transform: translateY(-2px) scale(1.05);
}

.challenge-card h4 {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-family: var(--font-heading);
  font-weight: 800;
  color: #1e293b;
  transition: color 0.3s ease;
}

.challenge-card:hover h4 {
  color: #5b21b6;
}

.challenge-card p {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 24px;
  flex-grow: 1;
}

.challenge-img-wrapper {
  width: 100%;
  height: auto;
  background: #f8fafc;
  border-radius: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.7rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.challenge-card:hover .challenge-img-wrapper img {
  transform: scale(1.05);
}

/* Section 04: Introducing Voteecal Built Around Three Core Pillars */
/* Section 05: Introducing Voteecal Built Around Three Core Pillars */
.pillar-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 36px 28px 1px 28px;
  border: 1px solid rgba(91, 33, 182, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  height: 100%;
  position: relative;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pillar-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.08);
  border-color: rgba(91, 33, 182, 0.2);
}

.pillar-icon-badge {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  box-shadow: 0 8px 20px rgba(91, 33, 182, 0.15);
  transition: transform 0.3s ease;
}

.pillar-card:hover .pillar-icon-badge {
  transform: translateX(-50%) scale(1.1);
}

.community-badge {
  background: linear-gradient(135deg, #a78bfa, #5b21b6);
}

.issues-badge {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.15);
}

.updates-badge {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.15);
}

.pillar-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.pillar-card h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.4rem;
  color: #1e293b;
  margin-top: 12px;
  margin-bottom: 8px;
}

.pillar-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 60px;
}

.pillar-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: transform 0.5s ease;
}

.pillar-card:hover .pillar-image-wrapper img {
  transform: scale(1.04);
}

.pillar-features-grid {
  width: 100%;
  border-top: 1px dashed rgba(91, 33, 182, 0.1);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 1rem;
}

.pillar-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
}

.pillar-feature-item i {
  color: #5b21b6;
  font-size: 0.95rem;
}

/* One Connected Journey Flow Banner styles */
.flow-banner-container {
  width: 100%;
}

.flow-banner {
  background: #ffffff;
  border: 1px solid rgba(91, 33, 182, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.flow-banner-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #5b21b6;
  font-size: 0.85rem;
  border-right: 1px solid rgba(91, 33, 182, 0.1);
  padding-right: 16px;
  flex-shrink: 0;
}

.flow-banner-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(91, 33, 182, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b21b6;
  font-size: 0.85rem;
}

.flow-banner-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 16px;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 6px;
}

.flow-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.purple-dot {
  background: #5b21b6;
}

.orange-dot {
  background: #ea580c;
}

.blue-dot {
  background: #1d4ed8;
}

.violet-dot {
  background: #7c3aed;
}

.flow-step-text {
  font-size: 0.68rem;
  color: #475569;
  font-weight: 600;
}

.flow-step-arrow {
  color: #94a3b8;
  font-size: 0.8rem;
}

.flow-footer-tagline {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  color: #5b21b6;
  letter-spacing: 0.02em;
}

/* Section 06: How Voteecal Addresses These Challenges - Row Cards with Vertical Steps */
.address-flow-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 32px 28px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.address-flow-card:hover {
  transform: translateY(-8px);
}

/* Individual Card Themed Backgrounds & Borders */
.address-flow-card.community-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
  border-color: rgba(16, 185, 129, 0.15);
}
.address-flow-card.community-card:hover {
  border-color: rgba(16, 185, 129, 0.35);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.06);
}

.address-flow-card.issues-card {
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
  border-color: rgba(249, 115, 22, 0.15);
}
.address-flow-card.issues-card:hover {
  border-color: rgba(249, 115, 22, 0.35);
  box-shadow: 0 20px 40px rgba(249, 115, 22, 0.06);
}

.address-flow-card.updates-card {
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  border-color: rgba(59, 130, 246, 0.15);
}
.address-flow-card.updates-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.06);
}

.address-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 18px 28px;
  margin: -32px -28px 24px -28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.address-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.address-flow-card:hover .address-icon-circle {
  transform: scale(1.1) rotate(6deg);
}

.community-icon {
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.issues-icon {
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
}

.updates-icon {
  background: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

.address-card-header h4 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  font-family: var(--font-heading);
}

.community-card h4 {
  color: #065f46;
}
.issues-card h4 {
  color: #9a3412;
}
.updates-card h4 {
  color: #1e40af;
}

.address-flow-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.address-flow-step {
  display: flex;
  gap: 16px;
  position: relative;
}

.step-line-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.step-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffffff;
  z-index: 2;
  flex-shrink: 0;
  font-family: var(--font-heading);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.address-flow-card:hover .step-dot {
  transform: scale(1.08);
}

.challenge-dot {
  background: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.2);
}

.solution-dot {
  background: #7c3aed;
  box-shadow: 0 0 10px rgba(124, 58, 237, 0.2);
}

.outcome-dot {
  background: #0d9488;
  box-shadow: 0 0 10px rgba(13, 148, 136, 0.2);
}

.step-connector-line {
  width: 2px;
  flex-grow: 1;
  background: #cbd5e1;
  margin-top: 6px;
  margin-bottom: -6px;
  z-index: 1;
  position: relative;
}

.line-red-purple {
  background: linear-gradient(180deg, #ef4444, #7c3aed) !important;
}

.line-purple-teal {
  background: linear-gradient(180deg, #7c3aed, #0d9488) !important;
}

.line-chevron {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.55rem;
  background: #ffffff;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  z-index: 3;
}

.line-red-purple .line-chevron {
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.line-purple-teal .line-chevron {
  color: #0d9488;
  border: 1px solid rgba(13, 148, 136, 0.15);
}

.step-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 24px;
  transition: transform 0.3s ease;
  align-items: flex-start;
}

.address-flow-card:hover .step-details {
  transform: translateX(4px);
}

.address-flow-step:last-child .step-details {
  padding-bottom: 0;
}

.step-badge-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 12px;
  width: fit-content;
  margin-bottom: 4px;
}

.pill-challenge {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.12);
}

.pill-solution {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.12);
}

.pill-outcome {
  background: rgba(13, 148, 136, 0.08);
  color: #0d9488;
  border: 1px solid rgba(13, 148, 136, 0.12);
}

.step-text {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.45;
  margin: 0 !important;
  font-weight: 550;
}

/* Section 07: Why Voteecal is Different */
.comparison-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.comparison-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.06);
  border-color: rgba(91, 33, 182, 0.15);
}

.comparison-img-header {
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.comparison-img-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.comparison-badge {
  position: absolute;
  bottom: -22px;
  left: 24px;
  width: 44px;
  height: 44px;
  background: #5b21b6;
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 4px 12px rgba(91, 33, 182, 0.3);
  z-index: 10;
}

.comparison-card-body {
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.comparison-card-body h4 {
  font-size: 1.18rem;
  font-weight: 850;
  font-family: var(--font-heading);
  color: #1e293b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-step-num {
  color: #7c3aed;
  font-weight: 850;
}

.comparison-card-body p.card-subtext {
  font-size: 0.83rem;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 20px !important;
}

.comparison-box {
  border-radius: 1rem;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.comparison-box:last-child {
  margin-bottom: 0;
}

.traditional-box {
  background: #fff5f5;
  border: 1px solid #fee2e2;
}

.traditional-box .box-header {
  color: #ef4444;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.traditional-box p {
  margin: 0;
  font-size: 0.8rem;
  color: #7f1d1d;
  line-height: 1.4;
}

.voteecal-box {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
}

.voteecal-box .box-header {
  color: #10b981;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.voteecal-box p {
  margin: 0;
  font-size: 0.8rem;
  color: #14532d;
  line-height: 1.4;
  font-weight: 550;
}

.comparison-card:hover .voteecal-box {
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.05);
}

.box-header i {
  font-size: 0.85rem;
}

/* Comparison Footer Banner */
.comparison-footer-banner {
  background: linear-gradient(135deg, #f5f3ff 0%, #eff6ff 100%);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 1.25rem;
  padding: 1rem;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.03);
}

.comparison-footer-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(124, 58, 237, 0.15) 0%,
    transparent 70%
  );
  z-index: 1;
  pointer-events: none;
}

.banner-left-content {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1.3;
}

.banner-icon-circle {
  width: 44px;
  height: 44px;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  border: 1px solid rgba(124, 58, 237, 0.15);
  box-shadow: 0 0 12px rgba(124, 58, 237, 0.05);
  animation: pulseIcon 3s infinite alternate;
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.banner-text h3 {
  font-size: 1.2rem;
  font-weight: 850;
  font-family: var(--font-heading);
  color: #1e293b;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.banner-text h3 span.highlight-purple {
  color: #7c3aed;
}

.banner-text p {
  margin: 0;
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.4;
}

.banner-right-interactive {
  z-index: 2;
  flex: 0.7;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.floating-capsule {
  background: #ffffff;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 20px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.015);
  transition: all 0.3s ease;
}

.floating-capsule:hover {
  background: #ffffff;
  border-color: #7c3aed;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
  transform: translateX(-4px) !important;
}

.capsule-icon-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: #ffffff;
}

.capsule-icon-circle.bg-green {
  background: #10b981;
}
.capsule-icon-circle.bg-orange {
  background: #f97316;
}
.capsule-icon-circle.bg-blue {
  background: #3b82f6;
}

.floating-capsule span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #475569;
  white-space: nowrap;
}

.capsule-1 {
  animation: bobble 4s ease-in-out infinite;
}

.capsule-2 {
  animation: bobble 4.5s ease-in-out infinite 0.7s;
  margin-right: 12px;
}

.capsule-3 {
  animation: bobble 5s ease-in-out infinite 1.4s;
}

@keyframes bobble {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Section 08: Constituency Intelligence */
.intelligence-header-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

.flow-stepper-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.flow-stepper-card {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.flow-stepper-card i {
  font-size: 0.9rem;
  color: #7c3aed;
  width: 16px;
  text-align: center;
}

.flow-stepper-card.active-purple {
  background: #5b21b6;
  color: #ffffff;
  border-color: #5b21b6;
  box-shadow: 0 5px 12px rgba(91, 33, 182, 0.15);
}

.flow-stepper-card.active-purple i {
  color: #ffffff;
}

.flow-stepper-arrow {
  font-size: 0.65rem;
  color: #94a3b8;
  margin: 0.3rem 0;
  display: flex;
  justify-content: center;
}

/* Section 08: Constituency Intelligence Background */
#constituency-intelligence {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

/* Section 09: Mission & Vision Background */
#mission-vision {
  background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%) !important;
  padding: 2rem 0;
}

.stakeholder-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.stakeholder-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(91, 33, 182, 0.04);
}

.stakeholder-card.admin-theme:hover {
  border-color: rgba(16, 185, 129, 0.25);
}

.stakeholder-card.party-theme:hover {
  border-color: rgba(249, 115, 22, 0.25);
}

.stakeholder-card.research-theme:hover {
  border-color: rgba(59, 130, 246, 0.25);
}

.stakeholder-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  padding: 16px 24px;
  margin: -28px -24px 20px -24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.stakeholder-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stakeholder-card:hover .stakeholder-icon-circle {
  transform: scale(1.1) rotate(6deg);
}

.admin-theme .stakeholder-icon-circle {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.party-theme .stakeholder-icon-circle {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
}

.research-theme .stakeholder-icon-circle {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.stakeholder-header h4 {
  font-size: 1.05rem;
  font-weight: 850;
  font-family: var(--font-heading);
  color: #1e293b;
  margin: 0;
}

.stakeholder-card .stakeholder-sub {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.admin-theme .stakeholder-sub {
  color: #047857;
}

.party-theme .stakeholder-sub {
  color: #c2410c;
}

.research-theme .stakeholder-sub {
  color: #1d4ed8;
}

.stakeholder-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stakeholder-list li {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.45;
  position: relative;
  padding-left: 20px;
}

.stakeholder-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.75rem;
}

.admin-theme .stakeholder-list li::before {
  color: #10b981;
}

.party-theme .stakeholder-list li::before {
  color: #f97316;
}

.research-theme .stakeholder-list li::before {
  color: #3b82f6;
}

/* Privacy Footer Banner */
.privacy-footer-banner {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.privacy-left-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1.2;
}

.privacy-icon-badge {
  width: 52px;
  height: 52px;
  background: rgba(91, 33, 182, 0.1);
  color: #5b21b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.privacy-text h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.privacy-text p {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}

.privacy-badges-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 0.8;
}

.privacy-pill-badge {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

/* Section 09: Mission & Vision */
.mission-vision-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 36px 32px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  height: 100%;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mission-vision-card.mission-theme:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 15px 35px rgba(124, 58, 237, 0.04);
}

.mission-vision-card.vision-theme:hover {
  transform: translateY(-8px);
  border-color: rgba(249, 115, 22, 0.25);
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.04);
}

.card-icon-container {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mission-vision-card:hover .card-icon-container {
  transform: scale(1.1) rotate(6deg);
}

.mission-theme .card-icon-container {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.12);
}

.vision-theme .card-icon-container {
  background: rgba(249, 115, 22, 0.08);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.12);
}

.mission-vision-card h3 {
  font-family: var(--font-heading);
  font-weight: 850;
  font-size: 1.4rem;
  margin: 0 0 6px 0;
}

.mission-theme h3 {
  color: #7c3aed;
}

.vision-theme h3 {
  color: #f97316;
}

.mission-vision-card .title-line {
  height: 2px;
  width: 40px;
  margin-bottom: 20px;
}

.mission-theme .title-line {
  background: #7c3aed;
}

.vision-theme .title-line {
  background: #f97316;
}

.mission-vision-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Footer Additions */
.footer-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-inv);
  font-size: 1rem;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.footer-social-icons a:hover {
  background: var(--primary);
  color: white;
}

.footer-connect-list {
  list-style: none;
  padding-left: 0;
}

.footer-connect-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.footer-connect-list li i {
  color: var(--primary-light);
  width: 16px;
}

.footer-connect-list li a {
  color: var(--text-muted);
}

.footer-connect-list li a:hover {
  color: white;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .evolution-arrow {
    display: none !important;
  }

  .comparison-row {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }

  .comparison-side.traditional {
    text-align: left;
    border-right: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-bottom: 24px;
    width: 100%;
  }

  .traditional-icons {
    justify-content: flex-start;
  }

  .comparison-side.voteecal {
    padding-left: 0;
    width: 100%;
  }

  .vs-circle {
    top: auto;
    bottom: calc(50% - 22px);
  }

  .timeline-line {
    left: 20px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 4px;
    height: auto;
    transform: none;
  }

  .timeline-step-nodes {
    flex-direction: column;
    gap: 32px;
    padding: 0 0 0 40px;
  }

  .timeline-node {
    flex-direction: row;
    text-align: left;
    gap: 16px;
  }

  .node-year {
    margin-bottom: 0;
    width: 60px;
  }

  .node-dot {
    position: absolute;
    left: 12px;
  }

  .node-label {
    margin-top: 0;
  }

  .hero-section-v2 {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }

  .hero-two-col {
    text-align: left !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .hero-left {
    align-items: flex-start !important;
    max-width: 100% !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .hero-platform-badge {
    margin-bottom: 16px !important;
    font-size: 0.8rem !important;
    padding: 6px 14px !important;
    align-self: flex-start !important;
  }

  .hero-v2-headline {
    font-size: 2.1rem !important;
    line-height: 1.25 !important;
    text-align: left !important;
    margin-bottom: 16px !important;
    color: #1e293b !important;
  }

  .hero-v2-headline .hero-gradient-text {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    color: #7c3aed !important;
  }

  .hero-v2-supporting {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
    color: #475569 !important;
  }

  .hero-v2-buttons {
    flex-direction: row !important;
    width: auto !important;
    justify-content: flex-start !important;
    margin: 0 0 28px 0 !important;
  }

  .hero-v2-buttons a:not(.btn-hero-solid-purple) {
    display: none !important; /* Hide secondary button, showing only play button */
  }

  .btn-hero-solid-purple {
    width: auto !important;
    padding: 12px 20px !important;
    font-size: 0.88rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .hero-right {
    order: 1 !important; /* Image renders below buttons, above stats */
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    width: 100% !important;
  }

  .hero-illustration-wrapper {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 14px !important;
    border: 1px solid rgba(124, 58, 237, 0.08) !important;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.04) !important;
    overflow: hidden !important;
    animation: none !important; /* Disable floating animation on mobile */
  }

  .hero-illustration-glow {
    display: none !important;
  }

  .hero-illustration-img {
    border-radius: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .hero-stats-badges {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 0 !important;
    margin-top: 16px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(124, 58, 237, 0.08) !important;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.04) !important;
    padding: 16px 12px !important;
    order: 2 !important;
  }

  .hero-stat-badge-item {
    flex: 1 1 33% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 8px !important;
    min-width: unset !important;
    transition: none !important;
  }

  .hero-stat-badge-item:hover {
    transform: none !important;
  }

  .hero-stat-badge-item:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  .stat-badge-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    background: rgba(91, 33, 182, 0.06) !important;
    color: #5b21b6 !important;
    border: 1px solid rgba(91, 33, 182, 0.1) !important;
  }

  .stat-badge-text {
    text-align: left !important;
  }

  .stat-badge-title {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #0f172a !important;
    margin-bottom: 4px !important;
    white-space: normal !important;
  }

  .stat-badge-desc {
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
    color: #64748b !important;
    white-space: normal !important;
  }

  .digital-politics-split-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .split-left {
    max-width: 100%;
    align-items: center;
  }

  .split-left .section-heading,
  .split-left .neutral-explanation {
    text-align: center !important;
  }

  .evolution-flow-row {
    flex-direction: row !important;
    gap: 6px !important;
    align-items: center !important;
    width: 100% !important;
  }

  .evolution-flow-item {
    gap: 8px !important;
    flex: 1 !important;
  }

  .evolution-card {
    padding: 5px !important;
    border-radius: 12px !important;
  }

  .evolution-img-wrapper img {
    border-radius: 8px !important;
  }

  .evolution-caption {
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .evolution-arrow {
    transform: none !important;
    margin: 0 !important;
    font-size: 0.85rem !important;
    opacity: 0.4 !important;
  }

  /* Section 03 Showcase Mobile Responsiveness */
  .backbone-showcase-grid {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
  }

  .backbone-display-column {
    order: 1 !important; /* Image & text display on top */
    width: 100%;
  }

  .backbone-tabs-column {
    order: 2 !important; /* Buttons at the bottom */
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .backbone-tab {
    padding: 10px 14px !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    transform: none !important;
  }

  .backbone-tab::before {
    display: none !important; /* Hide left line on mobile buttons */
  }

  .backbone-tab:hover,
  .backbone-tab.active {
    transform: none !important;
  }

  .tab-number {
    font-size: 0.85rem !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
  }

  .tab-content h4 {
    font-size: 0.82rem !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .tab-content p {
    display: none !important; /* Hide description on mobile tabs */
  }

  .backbone-tab:nth-child(5) {
    grid-column: span 2 !important; /* Center the fifth button */
  }

  .backbone-display-card {
    min-height: auto !important;
    padding: 16px !important;
  }

  .backbone-panel {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    display: none !important;
    transform: none !important;
  }

  .backbone-panel.active {
    opacity: 1 !important;
    display: flex !important;
  }

  .panel-image-wrapper {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .panel-body h3 {
    font-size: 1.2rem !important;
    margin-top: 8px !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }

  .panel-body p {
    font-size: 0.88rem !important;
    text-align: left !important;
    line-height: 1.4 !important;
  }

  /* Flow Banner Mobile Overrides */
  .flow-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px !important;
    gap: 12px !important;
  }

  .flow-banner-left {
    border-right: none !important;
    border-bottom: 1px solid rgba(91, 33, 182, 0.1) !important;
    padding-right: 0 !important;
    padding-bottom: 8px !important;
    width: 100% !important;
  }

  .flow-banner-right {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }

  /* Section 06: Addresses Mobile Overrides */
  .address-flow-card {
    padding: 20px 16px !important;
  }

  .address-card-header {
    margin: -20px -16px 16px -16px !important;
    padding: 12px 16px !important;
    gap: 10px !important;
  }

  .address-card-header h4 {
    font-size: 1.15rem !important;
  }

  .address-icon-circle {
    width: 34px !important;
    height: 34px !important;
    font-size: 0.95rem !important;
  }

  .address-flow-step {
    gap: 12px !important;
  }

  .step-dot {
    width: 22px !important;
    height: 22px !important;
    font-size: 0.65rem !important;
  }

  .step-details {
    padding-bottom: 16px !important;
    gap: 1px !important;
  }

  .step-badge-pill {
    font-size: 0.6rem !important;
    padding: 2px 6px !important;
    margin-bottom: 2px !important;
  }

  .step-text {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  /* Comparison Card Mobile Overrides */
  .comparison-card {
    padding: 24px 20px !important;
    border-radius: 1.5rem !important;
  }

  /* Comparison Footer Banner Mobile Overrides */
  .comparison-footer-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 28px 24px !important;
    gap: 28px !important;
  }

  .banner-left-content {
    gap: 16px !important;
  }

  .banner-right-interactive {
    align-items: flex-start !important;
    width: 100% !important;
    flex: none !important;
  }

  .floating-capsule {
    width: 100%;
  }

  .capsule-2 {
    margin-right: 0 !important;
  }

  /* Constituency Intelligence Mobile Overrides */
  .intelligence-header-row {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .flow-stepper-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px 12px !important; /* vertical/horizontal gap to allow badge spacing */
    counter-reset: step-counter;
    margin-top: 12px !important;
  }

  .flow-stepper-card {
    width: auto !important;
    flex-grow: 1 !important;
    position: relative !important;
    overflow: visible !important;
  }

  .flow-stepper-card::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    top: -10px;
    left: -10px;
    width: 22px;
    height: 22px;
    background: #5b21b6;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px rgba(91, 33, 182, 0.25);
  }

  .flow-stepper-card.active-purple::before {
    background: #f97316;
    box-shadow: 0 3px 8px rgba(249, 115, 22, 0.3);
  }

  .flow-stepper-arrow {
    display: none !important;
  }

  .privacy-footer-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 24px 20px !important;
    gap: 20px !important;
  }

  .privacy-badges-grid {
    justify-content: flex-start !important;
    width: 100% !important;
    flex: none !important;
  }
}
