:root {
  --saffron: #ff7a00;
  --saffron-dark: #d85c00;
  --green: #138808;
  --green-dark: #0c5d05;
  --navy: #071a3a;
  --blue: #0b3d91;
  --ink: #172033;
  --muted: #647084;
  --line: rgba(7, 26, 58, 0.12);
  --paper: #fffaf4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 26, 58, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffdf9;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.top-strip {
  background: linear-gradient(90deg, var(--saffron), #fff 50%, var(--green));
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.top-strip__inner,
.nav,
.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.top-strip__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(255, 122, 0, 0.24);
}

.brand strong {
  display: block;
  color: var(--navy);
  line-height: 1.05;
  font-size: 16px;
  text-transform: uppercase;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-top: 3px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-weight: 700;
  color: var(--navy);
  font-size: 14px;
}

.nav-menu a {
  position: relative;
  padding: 28px 0;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--saffron), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 8px;
  font-size: 22px;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--saffron), #ff9d2f 48%, var(--green));
  box-shadow: 0 16px 36px rgba(255, 122, 0, 0.26);
}

.btn-secondary {
  color: var(--navy);
  border-color: rgba(7, 26, 58, 0.18);
  background: rgba(255, 255, 255, 0.76);
}

.hero {
  position: relative;
  min-height: calc(100vh - 118px);
  display: grid;
  align-items: center;
  padding: 74px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(19, 136, 8, 0.18), transparent 28%),
    radial-gradient(circle at 15% 20%, rgba(255, 122, 0, 0.2), transparent 28%),
    linear-gradient(135deg, #fff7ec 0%, #ffffff 46%, #f2fff2 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 180px;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.88), rgba(255, 255, 255, 0.8), rgba(19, 136, 8, 0.9));
  clip-path: polygon(0 42%, 18% 18%, 38% 52%, 58% 18%, 78% 48%, 100% 20%, 100% 100%, 0 100%);
  opacity: 0.18;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 122, 0, 0.25);
  background: rgba(255, 255, 255, 0.7);
  color: var(--saffron-dark);
  font-weight: 800;
  border-radius: 999px;
  font-size: 13px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin: 20px 0 18px;
  color: var(--navy);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  color: var(--saffron);
}

.lead {
  color: #344057;
  font-size: 18px;
  line-height: 1.75;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.metric {
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.metric strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.hero-card {
  position: relative;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 244, 0.9)),
    linear-gradient(135deg, rgba(255, 122, 0, 0.12), rgba(19, 136, 8, 0.12));
  border: 1px solid rgba(7, 26, 58, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-emblem {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96) 0 24%, transparent 25%),
    conic-gradient(from 130deg, rgba(255, 122, 0, 0.92), #fff 32%, rgba(19, 136, 8, 0.88) 68%, rgba(255, 122, 0, 0.92));
}

.hero-emblem::before,
.hero-emblem::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(7, 26, 58, 0.12);
  border-radius: 50%;
}

.hero-emblem::before {
  width: 78%;
  aspect-ratio: 1;
  animation: spin-slow 28s linear infinite;
}

.hero-emblem::after {
  width: 58%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: spin-slow 22s linear infinite reverse;
}

.hero-logo-mark {
  position: relative;
  z-index: 1;
  width: min(270px, 58%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(7, 26, 58, 0.22);
}

.hero-logo-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  border-radius: 50%;
}

.mission-stack {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mission-pill {
  min-height: 86px;
  padding: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(7, 26, 58, 0.12);
  border-radius: 8px;
}

.mission-pill strong {
  display: block;
  color: var(--saffron-dark);
  font-size: 18px;
}

.mission-pill span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-kicker {
  color: var(--saffron-dark);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  margin-bottom: 0;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 450px;
  margin: 0;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.wide-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.mission-panel {
  min-height: 430px;
  display: grid;
  align-content: end;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 26, 58, 0.9), rgba(7, 26, 58, 0.62) 45%, rgba(19, 136, 8, 0.28)),
    radial-gradient(circle at 78% 18%, rgba(255, 122, 0, 0.95), transparent 26%),
    radial-gradient(circle at 20% 22%, rgba(19, 136, 8, 0.82), transparent 24%),
    url("../images/gandhi.jpg") right center/cover no-repeat;
  box-shadow: var(--shadow);
}

.mission-panel h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  margin-bottom: 14px;
}

.mission-panel p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin-bottom: 0;
}

.promise-list {
  display: grid;
  gap: 14px;
}

.promise-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.08);
}

.promise-item strong {
  display: block;
  color: var(--navy);
  margin-bottom: 7px;
}

.promise-item span {
  color: var(--muted);
  line-height: 1.6;
}

.registration-home {
  background:
    radial-gradient(circle at 90% 10%, rgba(19, 136, 8, 0.13), transparent 30%),
    radial-gradient(circle at 8% 20%, rgba(255, 122, 0, 0.15), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7ec 100%);
}

.ticker-band {
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 15px 0;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.ticker-track span {
  color: rgba(255, 255, 255, 0.84);
}

.movement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.movement-card {
  min-height: 360px;
  padding: 34px;
  display: grid;
  align-content: stretch;
  gap: 24px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 26, 58, 0.94), rgba(7, 26, 58, 0.78)),
    radial-gradient(circle at 82% 18%, rgba(255, 122, 0, 0.8), transparent 28%),
    radial-gradient(circle at 18% 70%, rgba(19, 136, 8, 0.76), transparent 30%);
  box-shadow: var(--shadow);
}

.movement-card h3 {
  color: #fff;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.movement-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin-bottom: 0;
}

.movement-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.movement-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.movement-task-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.movement-task-row span {
  padding: 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 900;
}

.movement-side {
  display: grid;
  gap: 14px;
}

.stat-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stat-card {
  min-height: 132px;
  padding: 24px;
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.08);
}

.stat-card strong {
  display: block;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  margin-top: 10px;
}

.movement-note {
  padding: 24px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--saffron), var(--green));
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.12);
}

.movement-note strong,
.movement-note span {
  display: block;
}

.movement-note strong {
  margin-bottom: 7px;
  font-size: 18px;
}

.movement-note span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
}

.manifesto-list {
  display: grid;
  gap: 14px;
  counter-reset: demand;
}

.demand-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.08);
}

.demand-row::before {
  counter-increment: demand;
  content: counter(demand, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--saffron), var(--green));
}

.demand-row h3 {
  margin-bottom: 7px;
  color: var(--navy);
}

.demand-row p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.issue-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.issue-tabs span {
  padding: 9px 12px;
  color: var(--navy);
  border: 1px solid rgba(7, 26, 58, 0.14);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.issue-feed {
  display: grid;
  gap: 14px;
}

.issue-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 26, 58, 0.07);
}

.issue-score {
  display: grid;
  place-items: center;
  min-height: 72px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: var(--navy);
}

.issue-item h3 {
  margin-bottom: 6px;
  color: var(--navy);
}

.issue-item p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.issue-votes {
  color: var(--green-dark);
  font-weight: 900;
}

.heatmap-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 24px;
  align-items: stretch;
}

.map-panel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 122, 0, 0.12), transparent 28%),
    radial-gradient(circle at 82% 80%, rgba(19, 136, 8, 0.13), transparent 30%),
    linear-gradient(145deg, #fffaf4, #ffffff 52%, #f4fff4);
  box-shadow: var(--shadow);
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 26px;
  background: url("../images/india-map.svg") center/contain no-repeat;
  opacity: 0.22;
  filter: contrast(1.25) saturate(0.2);
}

.map-glow {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 122, 0, 0.46), rgba(255, 122, 0, 0.1) 48%, transparent 70%);
  animation: pulse 2.9s ease-in-out infinite;
}

.map-glow.high {
  background: radial-gradient(circle, rgba(255, 90, 0, 0.58), rgba(255, 122, 0, 0.16) 48%, transparent 72%);
}

.map-glow.green {
  background: radial-gradient(circle, rgba(19, 136, 8, 0.5), rgba(19, 136, 8, 0.12) 48%, transparent 72%);
}

.map-pin {
  position: absolute;
  min-width: 112px;
  padding: 9px 11px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 26, 58, 0.14);
  border-left: 4px solid var(--saffron);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 26, 58, 0.12);
  transform: translate(-50%, -50%);
}

.map-pin strong,
.map-pin span {
  display: block;
}

.map-pin strong {
  font-size: 13px;
}

.map-pin span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.map-note {
  position: absolute;
  left: 20px;
  bottom: 18px;
  right: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.heatmap-side {
  display: grid;
  gap: 14px;
}

.heat-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.08);
}

.heat-card h3 {
  color: var(--navy);
  margin-bottom: 6px;
}

.heat-card p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.heat-meter {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 26, 58, 0.08);
}

.heat-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--saffron));
}

.legend {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.legend i {
  display: inline-block;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(19, 136, 8, 0.42), rgba(255, 122, 0, 0.9));
}

.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.eligibility-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.eligibility-card strong,
.eligibility-card span {
  display: block;
}

.eligibility-card strong {
  color: #fff;
  margin-bottom: 8px;
}

.eligibility-card span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.feature,
.news-card,
.issue-card,
.office-card,
.form-panel,
.timeline-item,
.leader-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 26, 58, 0.08);
}

.feature,
.issue-card,
.office-card,
.timeline-item,
.leader-card {
  padding: 28px;
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--saffron), var(--green));
  font-size: 24px;
  margin-bottom: 18px;
}

.feature h3,
.issue-card h3,
.office-card h3,
.timeline-item h3,
.leader-card h3,
.news-card h3 {
  color: var(--navy);
  margin-bottom: 10px;
}

.feature p,
.issue-card p,
.office-card p,
.timeline-item p,
.leader-card p,
.news-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.flag-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.94), rgba(7, 26, 58, 0.88), rgba(19, 136, 8, 0.94)),
    url("../images/logo.png") center/360px no-repeat;
  background-blend-mode: normal, overlay;
}

.gandhi-collage-band {
  background:
    linear-gradient(90deg, rgba(7, 26, 58, 0.9), rgba(255, 122, 0, 0.68) 46%, rgba(19, 136, 8, 0.78)),
    url("../images/gandhi.jpg") right 28% center/360px auto no-repeat,
    url("../images/gandhi.jpg") left 8% center/260px auto no-repeat,
    url("../images/gandhi.jpg") center/210px auto no-repeat;
  background-blend-mode: normal, luminosity, luminosity, luminosity;
}

.gandhi-collage-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 58, 0.88), rgba(7, 26, 58, 0.24) 52%, rgba(7, 26, 58, 0.58)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.gandhi-collage-band::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  pointer-events: none;
}

.ashoka-band {
  background:
    linear-gradient(90deg, rgba(7, 26, 58, 0.92), rgba(255, 122, 0, 0.6) 48%, rgba(19, 136, 8, 0.82)),
    url("../images/ashoka-lion-capital.jpg") right 10% center/560px auto no-repeat,
    url("../images/logo.png") left 8% center/260px no-repeat;
  background-blend-mode: normal, luminosity, overlay;
}

.ashoka-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(7, 26, 58, 0.78), rgba(7, 26, 58, 0.28) 54%, rgba(7, 26, 58, 0.7));
  pointer-events: none;
}

.ashoka-band::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  pointer-events: none;
}

.flag-band .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
}

.flag-band h2 {
  color: #fff;
  margin-bottom: 10px;
}

.flag-band p {
  max-width: 760px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 0;
}

.page-hero {
  padding: 72px 0;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(7, 26, 58, 0.92), rgba(7, 26, 58, 0.72)),
    linear-gradient(90deg, var(--saffron), #fff, var(--green));
}

.page-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
  margin: 12px 0 14px;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
}

.breadcrumb {
  color: #ffd8a7;
  font-weight: 800;
}

.leader-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.leader-photo {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.leader-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: right center;
}

.quote {
  padding: 26px;
  border-left: 5px solid var(--green);
  background: #f7fff6;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.7;
  border-radius: 8px;
}

.timeline {
  display: grid;
  gap: 16px;
}

.news-card {
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-card__body {
  padding: 22px;
}

.tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 26, 58, 0.12);
}

.form-panel {
  padding: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(7, 26, 58, 0.16);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.success-message {
  display: none;
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  color: var(--green-dark);
  background: #f0fff0;
  border: 1px solid rgba(19, 136, 8, 0.22);
  font-weight: 800;
}

.success-message.show {
  display: block;
}

.footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
  padding: 64px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 36px;
}

.footer h3,
.footer h4 {
  color: #fff;
}

.footer p {
  line-height: 1.7;
}

.footer a {
  display: block;
  margin: 10px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.78;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.48;
  }
}

.float {
  animation: float 5s ease-in-out infinite;
}

@media (max-width: 980px) {
  .nav {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-actions {
    display: none;
  }

  .nav-menu {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 12px;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    padding: 13px 0;
    border-top: 1px solid var(--line);
  }

  .nav-menu a::after {
    bottom: 8px;
  }

  .hero-grid,
  .leader-split,
  .flag-band .container,
  .grid-2,
  .wide-grid,
  .movement-layout,
  .heatmap-layout {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .stat-board,
  .eligibility-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .issue-item {
    grid-template-columns: 1fr;
  }

  .map-panel {
    min-height: 560px;
  }

  .movement-task-row {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 16px;
  }
}

@media (max-width: 680px) {
  .top-strip__inner,
  .container {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    width: min(100% - 16px, 1180px);
  }

  .top-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 7px 0;
    gap: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .top-links {
    gap: 10px;
    font-size: 12px;
  }

  .top-links a[href^="mailto"] {
    display: none;
  }

  .nav {
    min-height: 76px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand span {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    flex: 0 0 42px;
  }

  .hero {
    min-height: auto;
    padding: 36px 0 34px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1;
    margin: 16px 0 14px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    margin: 24px 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .grid-3,
  .stat-board,
  .eligibility-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .metric {
    padding: 12px 8px;
    min-width: 0;
  }

  .metric strong {
    font-size: 19px;
  }

  .metric span {
    font-size: 10px;
    line-height: 1.25;
  }

  .hero-card {
    padding: 12px;
  }

  .demand-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .map-panel {
    min-height: 460px;
  }

  .map-panel::before {
    inset: 18px;
  }

  .map-glow {
    width: 82px;
    height: 82px;
  }

  .map-pin {
    min-width: 82px;
    padding: 7px;
  }

  .map-pin strong {
    font-size: 11px;
  }

  .map-pin span {
    font-size: 10px;
  }

  .hero-emblem {
    min-height: 330px;
  }

  .hero-logo-mark {
    width: min(190px, 52%);
  }

  .mission-stack {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mission-pill {
    min-height: auto;
    padding: 9px 7px;
  }

  .mission-pill strong {
    font-size: 14px;
  }

  .mission-pill span {
    font-size: 10px;
  }

  .section {
    padding: 48px 0;
  }

  .section h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .feature,
  .issue-card,
  .office-card,
  .timeline-item,
  .leader-card,
  .promise-item,
  .heat-card,
  .stat-card {
    padding: 18px;
  }

  .movement-card,
  .mission-panel,
  .form-panel {
    padding: 22px;
  }

  .movement-card h3,
  .mission-panel h3 {
    font-size: 29px;
  }

  .movement-note {
    padding: 18px;
  }

  .flag-band .container {
    gap: 18px;
    width: min(100% - 40px, 1180px);
    padding: 8px 0;
  }

  .flag-band h2 {
    font-size: 29px;
    line-height: 1.15;
  }

  .flag-band p {
    line-height: 1.65;
  }

  .gandhi-collage-band,
  .ashoka-band {
    background-size: auto, 330px auto, 190px auto, 160px auto;
    background-position: center, right -80px center, left -55px center, center;
  }

  .eligibility-card {
    padding: 18px;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
