@font-face {
  font-family: "Kurdis Wide";
  src: url("https://www.presidenteivancepeda.com/_next/static/media/Kurdis_ExtraWideBlack-s.p.0fyf79ek4es_e.woff2?dpl=dpl_EyihFKgZ6FanoUhzwhno3V2jp7Zw") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Kurdis Condensed";
  src: url("https://www.presidenteivancepeda.com/_next/static/media/Kurdis_SemiCondensedBlack-s.p.131u2r0wad1_1.woff2?dpl=dpl_EyihFKgZ6FanoUhzwhno3V2jp7Zw") format("woff2");
  font-display: swap;
}

:root {
  --blue: #206cb3;
  --deep-blue: #123f92;
  --orange: #feae33;
  --cream: #f6f0e0;
  --purple: #93358f;
  --red: #ff4404;
  --green: #16a34a;
  --ink: #111827;
  --muted: #475569;
  --white: #ffffff;
  --shadow: 0 22px 65px rgba(17, 24, 39, 0.18);
  --soft-shadow: 0 14px 34px rgba(17, 24, 39, 0.12);
  --radius: 8px;
  --section-x: max(20px, 5vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

main {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.scrollbar {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0%;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--red), var(--purple), var(--blue));
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(32, 108, 179, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.site-header.compact {
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-50%) translateY(-4px);
}

.brand {
  display: inline-grid;
  color: var(--blue);
  font-family: "Kurdis Condensed", Impact, sans-serif;
  line-height: 0.82;
  text-decoration: none;
  text-transform: uppercase;
}

.brand span {
  color: var(--purple);
  font-size: 1.05rem;
}

.brand strong {
  color: var(--blue);
  font-size: 1.4rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 8px;
  border-radius: 999px;
  color: rgba(17, 24, 39, 0.78);
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav a:hover,
.nav a.active {
  color: var(--purple);
  background: rgba(147, 53, 143, 0.08);
}

.nav-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.menu-icon {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.25;
  fill: none;
  stroke-linecap: round;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.header-cta,
.button.primary {
  color: var(--deep-blue);
  background: var(--orange);
  box-shadow: 0 7px 0 var(--purple);
}

.button.secondary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 7px 0 var(--orange);
}

.button.light {
  color: var(--deep-blue);
  background: var(--white);
  box-shadow: 0 7px 0 var(--orange);
}

.button:hover,
.header-cta:hover,
.action-wall a:hover,
.resource:hover {
  transform: translateY(-3px);
}

.section,
.quote-band,
.closing-band,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.hero,
.proof-strip {
  content-visibility: visible;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
  align-items: end;
  min-height: 88svh;
  padding: 96px max(24px, 5vw) 0;
  background:
    linear-gradient(90deg, rgba(32, 108, 179, 0.96) 0 52%, transparent 52%),
    radial-gradient(circle at 90% 16%, rgba(254, 174, 51, 0.42), transparent 24%),
    linear-gradient(135deg, var(--cream), #fff7dc 60%, #ffffff);
  isolation: isolate;
  overflow: hidden;
}

.hero > * {
  min-width: 0;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.hero::before {
  top: 88px;
  right: -7vw;
  width: 38vw;
  height: 38vw;
  min-width: 300px;
  min-height: 300px;
  background:
    linear-gradient(135deg, var(--purple) 0 28%, transparent 28% 36%, var(--orange) 36% 62%, transparent 62%),
    linear-gradient(45deg, var(--red) 0 18%, transparent 18% 45%, var(--green) 45% 70%, transparent 70%);
  border-radius: 28% 72% 42% 58%;
  opacity: 0.96;
}

.hero::after {
  left: -80px;
  bottom: -70px;
  width: 270px;
  height: 270px;
  background: var(--orange);
  clip-path: polygon(50% 0, 58% 32%, 86% 10%, 70% 42%, 100% 50%, 70% 58%, 86% 90%, 58% 68%, 50% 100%, 42% 68%, 14% 90%, 30% 58%, 0 50%, 30% 42%, 14% 10%, 42% 32%);
}

.hero-copy {
  align-self: center;
  max-width: 760px;
  padding: 34px 0 54px;
  color: var(--white);
}

.kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Kurdis Wide", Impact, sans-serif;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  font-size: 5.15rem;
}

h2 {
  max-width: 980px;
  font-size: 4rem;
}

h3 {
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 1.55rem;
  line-height: 0.92;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: min(560px, 62svh);
  align-items: end;
}

.portrait {
  grid-area: 1 / 1;
  align-self: end;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(17, 24, 39, 0.24));
}

.portrait-ivan {
  width: min(42vw, 430px, 57svh);
  justify-self: center;
  transform: translateX(-15%);
}

.portrait-aida {
  width: min(29vw, 300px, 49svh);
  justify-self: end;
  transform: translateX(2%);
}

.truth-ribbon {
  position: absolute;
  top: 22%;
  right: 1%;
  z-index: 5;
  max-width: 290px;
  padding: 13px 18px;
  color: var(--deep-blue);
  background: var(--orange);
  border: 4px solid var(--white);
  box-shadow: 9px 9px 0 var(--purple);
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(4deg);
}

.vote-mark {
  position: absolute;
  left: 5%;
  bottom: 54px;
  z-index: 4;
  width: 160px;
  padding: 14px;
  color: var(--white);
  background: var(--purple);
  border: 4px solid var(--orange);
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.vote-mark span,
.vote-mark strong {
  display: block;
}

.vote-mark span {
  color: var(--orange);
  font-weight: 950;
}

.vote-mark strong {
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--orange);
}

.proof-strip article {
  padding: 28px max(20px, 4vw);
  border-right: 2px solid rgba(18, 63, 146, 0.25);
}

.proof-strip span,
.proposal span,
.resource span,
.action-wall span {
  display: block;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-strip strong {
  display: block;
  color: var(--deep-blue);
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 1.9rem;
  line-height: 0.95;
  text-transform: uppercase;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.proof-strip p {
  margin: 8px 0 0;
  color: rgba(18, 63, 146, 0.84);
  font-weight: 750;
}

.section {
  padding: clamp(72px, 10vw, 126px) var(--section-x);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading.compact {
  grid-template-columns: minmax(260px, 1fr);
  gap: 14px;
}

.section-heading.compact h2 {
  max-width: 10ch;
  font-size: 2.55rem;
}

.section-heading p:not(.kicker),
.text-panel p,
.movement-copy p {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 700;
}

.program {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 240, 224, 0.9)),
    repeating-linear-gradient(90deg, rgba(32, 108, 179, 0.07) 0 1px, transparent 1px 72px);
}

.program .section-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.program .section-heading h2 {
  margin-inline: auto;
}

.program .section-heading p:not(.kicker) {
  max-width: 760px;
}

.program-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.program-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
}

.plan-button {
  position: relative;
  padding-inline: 22px;
  box-shadow: 0 7px 0 var(--purple), 0 0 0 0 rgba(254, 174, 51, 0.55);
  animation: pulse-button 2s ease-in-out infinite;
}

.plan-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  stroke: currentColor;
  stroke-width: 2.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: arrow-bounce 1.3s ease-in-out infinite;
}

.plan-button::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(254, 174, 51, 0.45);
  border-radius: inherit;
  opacity: 0;
  animation: pulse-ring 2s ease-in-out infinite;
}

.chip {
  min-height: 40px;
  padding: 0 16px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: var(--white);
  font-weight: 950;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(32, 108, 179, 0.18);
}

.chip.active {
  color: var(--white);
  background: var(--blue);
}

.proposal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.proposal {
  display: flex;
  flex-direction: column;
  min-height: 268px;
  padding: 22px;
  border: 2px solid rgba(17, 24, 39, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 0 rgba(32, 108, 179, 0.12);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.proposal:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 0 rgba(32, 108, 179, 0.14), var(--soft-shadow);
}

.proposal h3 {
  font-size: 1.72rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.proposal:nth-child(3n + 1) {
  background: var(--deep-blue);
  color: var(--white);
}

.proposal:nth-child(3n + 1) p,
.proposal:nth-child(3n + 1) span {
  color: rgba(255, 255, 255, 0.82);
}

.proposal:nth-child(4n) {
  background: var(--purple);
  color: var(--white);
}

.proposal:nth-child(4n) p,
.proposal:nth-child(4n) span {
  color: rgba(255, 255, 255, 0.84);
}

.proposal:nth-child(5n) {
  background: var(--orange);
}

.proposal.is-hidden {
  display: none;
}

.proposal p {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: var(--deep-blue);
  color: var(--white);
}

.split .kicker,
.movement .kicker {
  color: var(--orange);
}

.split .section-heading.compact h2 {
  max-width: 12ch;
  font-size: 3rem;
  line-height: 0.94;
  text-wrap: balance;
}

.split .section-heading.compact p:not(.kicker) {
  color: rgba(255, 255, 255, 0.86);
  max-width: 40ch;
}

.text-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border: 2px solid rgba(254, 174, 51, 0.7);
  border-radius: 999px;
  margin-top: 20px;
  color: var(--orange);
  font-weight: 950;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.text-link:hover {
  color: var(--deep-blue);
  background: var(--orange);
  transform: translateY(-2px);
}

.timeline {
  display: grid;
  gap: 12px;
  align-self: start;
}

.timeline article {
  display: grid;
  grid-template-columns: 116px minmax(200px, 0.8fr) minmax(240px, 1fr);
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.timeline time {
  color: var(--orange);
  font-weight: 950;
}

.timeline strong {
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 1.55rem;
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-wrap: balance;
  hyphens: auto;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.movement {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1fr);
  gap: 32px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(147, 53, 143, 0.94), rgba(32, 108, 179, 0.95)),
    url("assets/opengraph.jpg") center / cover;
  color: var(--white);
}

.movement-copy p {
  color: rgba(255, 255, 255, 0.84);
}

.action-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.action-wall a {
  min-height: 178px;
  padding: 22px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.action-wall a:nth-child(2),
.action-wall a:nth-child(3) {
  background: rgba(254, 174, 51, 0.92);
  color: var(--deep-blue);
}

.action-wall strong {
  display: block;
  margin-top: 32px;
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 2.7rem;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
  hyphens: auto;
}

.quote-band {
  padding: clamp(58px, 8vw, 94px) var(--section-x);
  color: var(--deep-blue);
  background: var(--orange);
  text-align: center;
}

.quote-band .kicker {
  color: var(--purple);
}

blockquote {
  max-width: 1020px;
  margin: 0 auto 28px;
  font-family: "Kurdis Wide", Impact, sans-serif;
  font-size: 5.4rem;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.resources {
  background: var(--cream);
}

.trajectory-copy,
.resources-intro {
  display: grid;
  gap: 24px;
}

.trajectory-copy {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.resources-intro {
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 0.9fr);
  align-items: center;
  margin-bottom: 36px;
}

.trajectory-copy .section-heading.compact,
.resources-intro .section-heading.compact {
  margin-bottom: 0;
}

.resources-intro .media-panel {
  align-self: start;
  overflow: hidden;
}

.media-panel {
  margin: 0;
  padding: 14px;
  border: 2px solid rgba(32, 108, 179, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 0 rgba(32, 108, 179, 0.1);
}

.media-panel img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
}

.media-panel figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.resources-intro .media-panel img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
  padding: 6px;
  max-height: 460px;
}

.videos {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 224, 0.96)),
    repeating-linear-gradient(45deg, rgba(32, 108, 179, 0.05) 0 1px, transparent 1px 48px);
}

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

.video-card {
  min-height: 220px;
  padding: 20px;
  border: 2px solid rgba(32, 108, 179, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 0 rgba(147, 53, 143, 0.12);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 0 rgba(147, 53, 143, 0.14), var(--soft-shadow);
}

.video-feature {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(32, 108, 179, 0.95), rgba(147, 53, 143, 0.96)),
    url("assets/opengraph.jpg") center / cover;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--deep-blue);
  background: var(--orange);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.video-card h3 {
  margin-top: 14px;
  max-width: 100%;
  font-size: 1.7rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.video-card p {
  margin: 10px 0 0;
  color: inherit;
  font-weight: 700;
}

.resource,
.proposal,
.video-card,
.action-wall a,
.proof-strip article,
.timeline article,
.media-panel,
.card-icon {
  position: relative;
  min-width: 0;
  overflow-wrap: anywhere;
}

.card-icon::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}

.icon-shield { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 20 6v6c0 5-3.6 8.7-8 10-4.4-1.3-8-5-8-10V6l8-4z'/%3E%3C/svg%3E"); }
.icon-heart { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-6.5-4-9.2-8.1C.5 8.7 2.3 5 6.2 5c2 0 3.4 1 4 2 0 0 1.3-2 3.8-2 3.9 0 5.7 3.7 3.4 7.9C18.5 17 12 21 12 21z'/%3E%3C/svg%3E"); }
.icon-tree { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c3 0 5 2.2 5 5 0 2.2-1.4 4.1-3.5 4.8V21h-3V11.8C8.4 11.1 7 9.2 7 7c0-2.8 2-5 5-5z'/%3E%3C/svg%3E"); }
.icon-water { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s6 6.5 6 11a6 6 0 1 1-12 0c0-4.5 6-11 6-11z'/%3E%3C/svg%3E"); }
.icon-people { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 11a3 3 0 1 1 6 0 3 3 0 1 1-6 0zm-5 9c0-3.3 3.1-5 8-5s8 1.7 8 5v1H4v-1zm12-8a2.5 2.5 0 1 1 5 0 2.5 2.5 0 1 1-5 0zm1 4c2.4 0 4.5 1 4.5 3.4V21h-9v-1.6C12.5 18.1 14.6 16.1 17 16.1z'/%3E%3C/svg%3E"); }
.icon-book { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6.5C4 5.1 5.1 4 6.5 4H12v14H6.5C5.1 18 4 16.9 4 15.5v-9zm16 0C20 5.1 18.9 4 17.5 4H12v14h5.5c1.4 0 2.5-1.1 2.5-2.5v-9z'/%3E%3C/svg%3E"); }
.icon-balance { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v18M5 7h14M8 7l-3 6a3 3 0 1 0 6 0L8 7zm8 0-3 6a3 3 0 1 0 6 0l-3-6z'/%3E%3C/svg%3E"); }
.icon-video { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3zm2 4v6l6-3-6-3z'/%3E%3C/svg%3E"); }
.icon-doc { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h7l5 5v15H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm7 1.5V8h4.5L14 3.5zM8 12h8v1.8H8V12zm0 4h8v1.8H8V16z'/%3E%3C/svg%3E"); }
.icon-portrait { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a4 4 0 1 1 0 8 4 4 0 1 1 0-8zm-6 18c0-3.3 2.9-6 6-6s6 2.7 6 6H6z'/%3E%3C/svg%3E"); }
.icon-programa { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h8l4 4v12H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm7 1.5V8h2.5L14 5.5zM8 11h8M8 14h8M8 17h5'/%3E%3C/svg%3E"); }
.icon-pdf { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h7l5 5v15H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm7 1.5V8h4.5L14 3.5zM8 12h2.3c1.3 0 2.1.8 2.1 2s-.8 2-2.1 2H9.6V18H8v-6zm1.6 2.7h.5c.5 0 .8-.2.8-.7s-.3-.7-.8-.7h-.5v1.4zm4.2-2.7h3.2v1.4h-1.6v.8h1.3v1.3h-1.3V18h-1.6v-6z'/%3E%3C/svg%3E"); }
.icon-drive { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4h8l4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm8 1.5V8h2.5L14 5.5zM8 11h8M8 14h8M8 17h5M12 11l1-1h5l1 1v3l-1 1h-5l-1-1v-3z'/%3E%3C/svg%3E"); }
.icon-facebook { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8.5V7c0-.8.5-1 1.1-1H17V3h-2.7C11.7 3 10 4.8 10 7.7v1.8H8v3.4h2V21h4v-8.1h2.7l.6-3.4H14z'/%3E%3C/svg%3E"); }
.icon-x { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h4.2l4.2 6L17 4h3l-6.2 8.4L20 20h-4.2l-4.5-6.4L6.8 20H4l6.6-8.9L4 4z'/%3E%3C/svg%3E"); }
.icon-instagram { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7zm5 2.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm0 2A2.8 2.8 0 1 0 14.8 12 2.8 2.8 0 0 0 12 9.2zm5-2.2a1 1 0 1 1-1 1 1 1 0 0 1 1-1z'/%3E%3C/svg%3E"); }
.icon-tiktok { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 3c.4 2.7 2.2 4.2 5 4.4v3.2c-1.6.1-3.1-.3-4.4-1.1V15c0 3.3-2.3 6-6 6a6 6 0 1 1 0-12c.3 0 .6 0 1 .1v3.5a2.8 2.8 0 0 0-1-.2 2.5 2.5 0 1 0 2.5 2.5V3h2.9z'/%3E%3C/svg%3E"); }

.video-card.icon-video::before,
.resource.card-icon::before,
.proposal.card-icon::before,
.action-wall a.card-icon::before,
.proof-strip article.card-icon::before,
.timeline.card-icon::before,
.media-panel.card-icon::before {
  color: currentColor;
}

.proposal.card-icon::before {
  content: none;
  display: none;
}

.proof-strip article.card-icon::before {
  content: none;
  display: none;
}

.resource.card-icon::before {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}

.resource.icon-book {
  color: var(--deep-blue);
}

.resource.icon-balance {
  color: var(--orange);
}

.resource.icon-shield {
  color: var(--purple);
}

.resource.icon-tree {
  color: var(--green);
}

.resource.icon-facebook {
  color: #1877f2;
}

.resource.icon-x {
  color: var(--ink);
}

.resource.icon-instagram {
  color: #e1306c;
}

.resource.icon-tiktok {
  color: #111111;
}

.closing-band {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: var(--white);
}

.closing-band .kicker {
  color: var(--orange);
}

.closing-copy h2 {
  max-width: 16ch;
}

.back-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-weight: 950;
  text-decoration: none;
}

.back-top svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.25;
  fill: none;
  stroke-linecap: round;
  animation: bob 1.5s ease-in-out infinite;
}

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

@keyframes pulse-button {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
    filter: saturate(1.08);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.98);
    opacity: 0;
  }
  30% {
    opacity: 0.45;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: scale(1.06);
    opacity: 0;
  }
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.resource {
  min-height: 168px;
  padding: 20px;
  border: 2px solid rgba(32, 108, 179, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 0 rgba(254, 174, 51, 0.38);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.resource strong {
  display: block;
  margin-top: 16px;
  color: var(--deep-blue);
  font-family: "Kurdis Condensed", Impact, sans-serif;
  font-size: 1.55rem;
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
  hyphens: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px max(20px, 5vw);
  color: var(--white);
  background: var(--ink);
}

.footer p {
  max-width: 760px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer a {
  color: var(--orange);
  font-weight: 950;
}

@media (max-width: 1060px) {
  .hero,
  .section-heading,
  .split,
  .movement {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
    background:
      linear-gradient(180deg, rgba(32, 108, 179, 0.98) 0 58%, transparent 58%),
      linear-gradient(135deg, var(--cream), #fff7dc);
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  .hero-copy {
    padding: 42px 0 18px;
  }

  .hero-stage {
    min-height: clamp(430px, 52svh, 520px);
  }

  .portrait-ivan {
    width: min(56vw, 460px, 46svh);
    transform: translateX(-13%);
  }

  .portrait-aida {
    width: min(40vw, 330px, 41svh);
  }

  .proposal-grid,
  .resource-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proposal {
    min-height: 238px;
  }

  .video-feature {
    grid-column: span 2;
  }

  .trajectory-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .resources-intro {
    grid-template-columns: 1fr;
  }

  .resources-intro .media-panel img {
    max-height: 340px;
  }

  .timeline article {
    grid-template-columns: 104px minmax(190px, 0.75fr) minmax(220px, 1fr);
  }

  .timeline p {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --section-x: 18px;
  }

  .site-header {
    grid-template-columns: auto auto;
    top: 12px;
    width: min(100% - 24px, 1180px);
    padding: 9px 10px 9px 14px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: var(--blue);
    font-weight: 950;
  }

  .menu-toggle::after {
    content: "";
  }

  .nav {
    position: fixed;
    inset: 72px 12px auto;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .nav a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(32, 108, 179, 0.04);
  }

  .nav a:hover,
  .nav a.active {
    background: rgba(147, 53, 143, 0.08);
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-inline: 18px;
    padding-top: 88px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.38rem;
  }

  .section {
    padding-block: 62px;
  }

  .section-heading,
  .program .section-heading {
    gap: 18px;
    margin-bottom: 26px;
    text-align: left;
    justify-items: start;
  }

  .program .section-heading {
    text-align: center;
    justify-items: center;
  }

  .program .section-heading h2,
  .program .section-heading p:not(.kicker) {
    margin-inline: auto;
  }

  .section-heading.compact h2 {
    max-width: none;
    font-size: 2.1rem;
  }

  .hero-copy {
    padding: 26px 0 18px;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }

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

  .program-toolbar {
    justify-content: center;
    margin-bottom: 20px;
  }

  .program-actions {
    justify-content: center;
    margin-top: 22px;
  }

  .plan-button {
    width: min(100%, 320px);
    min-height: 48px;
  }

  .plan-button-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .hero-stage {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
    min-height: clamp(330px, 56svh, 470px);
    padding-bottom: 12px;
    overflow: hidden;
  }

  .hero-stage .portrait {
    grid-area: 1 / 1;
    align-self: end;
    height: auto;
    object-fit: contain;
  }

  .portrait-ivan {
    width: min(64vw, 320px, 41svh);
    justify-self: center;
    transform: translateX(-10%);
  }

  .portrait-aida {
    width: min(47vw, 230px, 35svh);
    justify-self: end;
    transform: translateX(2%);
  }

  .truth-ribbon {
    position: absolute;
    top: 10px;
    right: 4px;
    max-width: 210px;
    margin-bottom: 4px;
    font-size: 1.35rem;
    transform: rotate(3deg);
  }

  .vote-mark {
    position: absolute;
    left: 8px;
    bottom: 22px;
    width: 132px;
    margin-top: 4px;
    transform: rotate(-4deg);
  }

  .proof-strip,
  .proposal-grid,
  .resource-grid,
  .video-grid,
  .action-wall {
    grid-template-columns: 1fr;
  }

  .proof-strip strong {
    font-size: 1.75rem;
  }

  .proposal {
    min-height: auto;
    padding: 20px;
  }

  .proposal h3 {
    max-width: none;
    font-size: 1.7rem;
  }

  .video-feature {
    grid-column: auto;
  }

  .video-card {
    min-height: auto;
  }

  .action-wall a {
    min-height: 150px;
  }

  .action-wall strong {
    font-size: 2.2rem;
  }

  blockquote {
    font-size: 2.55rem;
  }

  .resources-intro {
    gap: 20px;
    margin-bottom: 26px;
  }

  .resources-intro .media-panel {
    padding: 10px;
  }

  .resources-intro .media-panel img {
    max-height: 260px;
  }

  .resource {
    min-height: auto;
  }

  .proof-strip article {
    border-right: 0;
    border-bottom: 2px solid rgba(18, 63, 146, 0.25);
  }

  .closing-band {
    flex-direction: column;
    align-items: start;
  }

  .closing-copy h2 {
    max-width: none;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .timeline p {
    grid-column: auto;
  }

  .split .section-heading.compact h2 {
    max-width: none;
    font-size: 2.2rem;
  }

  .split .section-heading.compact p:not(.kicker) {
    max-width: none;
  }

  .footer {
    display: grid;
    gap: 18px;
  }

  .back-top {
    display: inline-flex;
    margin-top: 18px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.72rem;
  }

  h2,
  .split .section-heading.compact h2 {
    font-size: 1.96rem;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .chip {
    min-height: 38px;
    padding-inline: 13px;
  }

  .portrait-ivan {
    width: min(68vw, 300px, 41svh);
  }

  .portrait-aida {
    width: min(48vw, 215px, 35svh);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
