/* Dr. Marcelo Klinger 20.555 — Landing page da campanha 2026 */

/* Fontes hospedadas localmente (SIL Open Font License) — subconjunto latino */
@font-face {
  font-family: "Montserrat"; font-style: normal; font-weight: 500 900; font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat"; font-style: italic; font-weight: 800 900; font-display: swap;
  src: url("../fonts/montserrat-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
}

:root {
  --navy-900: #0f1d40;
  --navy: #162854;
  --navy-700: #1e3a78;
  --blue: #2f55a4;
  --blue-400: #4f7bd0;
  --blue-100: #e6eefb;
  --paper: #f4f7fc;
  --white: #ffffff;
  --yellow: #ffc400;
  --yellow-600: #e6ad00;
  --ink: #14213d;
  --muted: #4a5878;

  --font-head: "Montserrat", "Arial Black", Arial, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", Roboto, Arial, sans-serif;

  --radius: 18px;
  --shadow: 0 18px 40px -18px rgba(15, 29, 64, .45);
  --gutter: 20px;
  --topbar-h: 60px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar-h) + 8px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--gutter); }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--yellow); color: var(--navy); padding: 10px 16px; border-radius: 8px;
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }

/* ---------- Tipografia ---------- */
.eyebrow {
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 4px; background: var(--yellow); }
.eyebrow--light { color: #cddbf6; }

.h2 {
  font-family: var(--font-head); font-weight: 800; color: var(--navy);
  font-size: clamp(1.7rem, 5.4vw, 2.6rem); line-height: 1.12; letter-spacing: -.02em;
}
.h2--light { color: var(--white); }
.h3 {
  font-family: var(--font-head); font-weight: 800; color: var(--navy);
  font-size: clamp(1.45rem, 4.4vw, 2rem); line-height: 1.15; letter-spacing: -.015em;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 14px 24px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 800; font-size: 1rem; letter-spacing: .01em;
  text-decoration: none; border: 2px solid transparent;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 10px 24px -10px rgba(255, 196, 0, .7); }
.btn--yellow:hover { background: #ffd23f; }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.7); }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-700); }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 29, 64, .94);
  backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--white);
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: var(--topbar-h); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-head); }
.brand__name { display: none; font-weight: 500; font-size: .95rem; }
.brand__name strong { font-weight: 800; }
.brand__num {
  background: var(--yellow); color: var(--navy); font-weight: 900; font-style: italic;
  padding: 4px 10px; border-radius: 8px; font-size: 1.05rem; letter-spacing: .01em;
}
.nav { display: flex; gap: 2px; }
.nav a {
  text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  padding: 10px 9px; border-radius: 8px; color: #dbe5f8;
}
.nav a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav a[aria-current="true"] { color: var(--navy); background: var(--yellow); }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy) 55%, var(--navy-700) 100%);
  color: var(--white);
  padding-top: 28px;
}
.hero__shapes { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.shape { position: absolute; display: block; }
.shape--a { /* grande faixa diagonal, como no caderno */
  width: 70%; height: 140%; right: -22%; top: -10%;
  background: linear-gradient(180deg, var(--blue-400), var(--blue) 60%, var(--navy-700));
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 62% 100%);
  opacity: .85;
}
.shape--b {
  width: 46%; height: 120%; right: 10%; top: -5%;
  background: linear-gradient(180deg, rgba(79,123,208,.55), rgba(47,85,164,.15));
  clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
}
.shape--c {
  width: 120px; height: 120px; left: -40px; bottom: 90px;
  border: 14px solid rgba(255, 196, 0, .9); border-radius: 50%;
  opacity: .9;
}
.hero__grid { display: grid; gap: 8px; }
.hero__text { padding: 20px 0 8px; }
.hero__id { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hero__face {
  flex: 0 0 auto; width: clamp(92px, 27vw, 132px); aspect-ratio: 1; border-radius: 50%;
  object-fit: cover; background: linear-gradient(180deg, var(--blue-100), var(--blue-400));
  border: 4px solid var(--yellow); box-shadow: 0 12px 24px -10px rgba(0,0,0,.5);
}
.hero__name { font-family: var(--font-head); line-height: .95; letter-spacing: -.03em; }
.hero__first { display: block; font-weight: 500; font-size: clamp(2rem, 9vw, 3.4rem); }
.hero__last { display: block; font-weight: 900; font-size: clamp(2.6rem, 12.5vw, 5.6rem); }
.hero__number {
  font-family: var(--font-head); font-weight: 900; font-style: italic;
  font-size: clamp(4rem, 21vw, 8.2rem); line-height: 1; letter-spacing: -.02em;
  margin: 6px 0 14px; color: var(--white);
  text-shadow: 0 6px 0 rgba(0,0,0,.18);
}
.hero__number .y { color: var(--yellow); }
.hero__lead {
  font-family: var(--font-head); font-weight: 700; font-size: clamp(1.15rem, 4.6vw, 1.55rem);
  line-height: 1.3; max-width: 30ch; margin-bottom: 22px;
}
.hero__cta { display: grid; gap: 12px; }
.hero__party { color: var(--white); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero__legal { margin-top: 18px; font-size: .85rem; letter-spacing: .04em; color: #c3d2ef; }
.hero__photo { position: relative; justify-self: center; width: min(88%, 420px); margin-top: 6px; }
.hero__photo::before { /* halo amarelo atrás da foto */
  content: ""; position: absolute; left: 8%; right: 8%; bottom: 0; height: 72%;
  border-radius: 50% 50% 0 0 / 60% 60% 0 0;
  background: radial-gradient(circle at 50% 40%, rgba(255,196,0,.35), rgba(255,196,0,0) 70%);
  z-index: -1;
}
.hero__photo img { width: 100%; filter: drop-shadow(0 24px 30px rgba(0,0,0,.35)); }
.hero__strip { height: 12px; background: linear-gradient(90deg, var(--yellow) 0 70%, var(--blue-400) 70% 100%); }

/* ---------- Apresentação ---------- */
.intro { padding: 56px 0; background: var(--white); }
.intro__grid { display: grid; gap: 32px; }
.intro__text { margin-top: 14px; font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.quick { display: grid; gap: 12px; counter-reset: q; }
.quick__item {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  padding: 14px 16px; border-radius: 14px; background: var(--paper);
  border: 1px solid #dde6f5; transition: border-color .15s, transform .15s, box-shadow .15s;
}
.quick__item:hover { border-color: var(--blue-400); transform: translateY(-2px); box-shadow: var(--shadow); }
.quick__item strong { display: block; font-family: var(--font-head); font-weight: 800; color: var(--navy); line-height: 1.2; }
.quick__item small { display: block; font-size: .95rem; color: var(--muted); line-height: 1.35; margin-top: 2px; }
.quick__icon {
  flex: 0 0 52px; height: 52px; border-radius: 12px; background: var(--navy);
  display: grid; place-items: center;
}
.quick__icon svg { width: 30px; height: 30px; fill: none; stroke: var(--yellow); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Propostas ---------- */
.proposals { padding: 64px 0 24px; background: var(--paper); position: relative; }
.proposals::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: repeating-linear-gradient(90deg, var(--navy) 0 40px, var(--blue) 40px 80px);
  opacity: .12;
}
.section-head { margin-bottom: 32px; max-width: 760px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.proposal {
  display: grid; gap: 24px; margin-bottom: 40px;
  background: var(--white); border-radius: 24px; padding: 14px 14px 26px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.proposal::after { /* detalhe geométrico */
  content: ""; position: absolute; right: 0; top: 0; width: 90px; height: 90px;
  background: var(--yellow); clip-path: polygon(100% 0, 100% 100%, 0 0); opacity: .95;
}
.proposal__media { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.media { position: relative; overflow: hidden; border-radius: 16px; background: var(--blue-100); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--main { aspect-ratio: 3 / 4; }
.media--side { aspect-ratio: 3 / 4; }
.media--wide { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
.ai-tag {
  position: absolute; left: 8px; bottom: 8px;
  font-size: .68rem; font-weight: 600; letter-spacing: .02em; line-height: 1.2;
  background: rgba(15, 29, 64, .82); color: var(--white);
  padding: 4px 8px; border-radius: 6px;
}
.proposal__body { padding: 0 8px; }
.proposal__index {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue);
}
.proposal__index span {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px;
  background: var(--navy); color: var(--yellow); font-weight: 900; font-size: 1rem; letter-spacing: 0;
}
.proposal__key {
  margin: 14px 0 20px; font-size: 1.12rem; line-height: 1.55; color: var(--ink);
  padding-left: 14px; border-left: 4px solid var(--yellow);
}
.checks { display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 34px; color: var(--muted); line-height: 1.45; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%23FFC400' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px no-repeat;
}

/* ---------- Compromisso ---------- */
.commit {
  position: relative; overflow: hidden; color: #e2eaf9;
  background:
    radial-gradient(circle at 15% 20%, rgba(79,123,208,.45), transparent 50%),
    linear-gradient(180deg, var(--navy-700), var(--navy));
  padding: 64px 0 110px;
}
.commit__river { position: absolute; left: 0; right: 0; bottom: 0; height: 110px; }
.commit__river svg { width: 100%; height: 100%; }
.commit__river path { fill: var(--blue); opacity: .45; }
.commit__river::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 40px;
  background: linear-gradient(180deg, transparent, rgba(15,29,64,.4));
}
.commit__grid { display: grid; gap: 30px; align-items: center; position: relative; }
.commit__map { justify-self: center; width: min(78%, 420px); position: relative; }
.commit__map::before {
  content: ""; position: absolute; inset: 6% 2% 2% 6%; border-radius: 50%;
  background: radial-gradient(circle, #6f96e0 0%, #4f7bd0 55%, rgba(79,123,208,0) 72%);
}
.commit__map img { position: relative; }
.commit__text p { font-size: 1.15rem; margin-top: 16px; max-width: 56ch; }
.places { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.places li {
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--white);
  padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
}
.places li span { color: var(--yellow); font-size: .7em; margin-right: 4px; vertical-align: middle; }

/* ---------- Mandato ---------- */
.mandate { padding: 64px 0; background: var(--white); }
.mandate__grid { display: grid; gap: 28px; }
.mandate__photo { display: none; }
.steps { display: grid; gap: 12px; counter-reset: step; }
.steps li {
  counter-increment: step; position: relative;
  padding: 16px 16px 16px 68px; min-height: 64px; display: flex; align-items: center;
  background: var(--paper); border-radius: 14px; font-weight: 600; color: var(--ink); line-height: 1.4;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 900; font-size: .95rem;
  background: var(--yellow); color: var(--navy);
}

/* ---------- Chamada final ---------- */
.final {
  background: var(--yellow); color: var(--navy); padding: 56px 0; position: relative; overflow: hidden;
}
.final::before, .final::after { content: ""; position: absolute; pointer-events: none; }
.final::before {
  width: 260px; height: 260px; right: -90px; top: -90px;
  background: var(--navy); clip-path: polygon(40% 0, 100% 0, 100% 100%); opacity: .95;
}
.final::after {
  width: 180px; height: 180px; left: -70px; bottom: -70px;
  border: 22px solid rgba(22,40,84,.12); border-radius: 50%;
}
.final__inner { position: relative; text-align: center; display: grid; justify-items: center; gap: 18px; }
.final__title { font-family: var(--font-head); line-height: 1; }
.final__name { display: block; font-weight: 800; font-size: clamp(1.6rem, 6.5vw, 2.6rem); letter-spacing: -.02em; }
.final__num {
  display: inline-block; margin-top: 10px; font-weight: 900; font-style: italic;
  font-size: clamp(4rem, 20vw, 7.5rem); letter-spacing: -.02em;
  background: var(--navy); color: var(--white); padding: 4px 26px 10px; border-radius: 18px;
  box-shadow: 8px 8px 0 var(--white);
}
.final__party { margin-top: -4px; font-family: var(--font-head); font-weight: 800; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }
.final__text { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.1rem, 4.4vw, 1.45rem); line-height: 1.35; max-width: 34ch; }

.share__native { width: 100%; margin-bottom: 10px; }
.share__native[hidden] { display: none; }
.share__native svg { width: 20px; height: 20px; }
.share { margin-top: 18px; width: 100%; max-width: 560px; }
.share__title { font-weight: 700; font-size: .95rem; margin-bottom: 10px; }
.share__buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.share__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 48px; padding: 10px 8px; border-radius: 12px; border: 2px solid var(--navy);
  background: rgba(255,255,255,.55); color: var(--navy);
  font: 700 .9rem/1.1 var(--font-head); text-decoration: none; cursor: pointer;
  transition: background-color .15s;
}
.share__btn:hover { background: var(--white); }
.share__btn svg { width: 20px; height: 20px; flex: none; }
.share__status { min-height: 1.5em; margin-top: 8px; font-weight: 700; font-size: .95rem; }

/* ---------- Redes ---------- */
.social { background: var(--navy-900); color: var(--white); padding: 64px 0; }
.social__list { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.social__card {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  padding: 14px 16px; border-radius: 16px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy));
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .15s, border-color .15s;
}
.social__card:hover { transform: translateY(-2px); border-color: var(--yellow); }
.social__card small { display: block; font-size: .85rem; color: #b9c9ea; }
.social__card strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; word-break: break-word; }
.social__icon {
  flex: 0 0 50px; width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center;
  background: var(--white); color: var(--navy);
}
.social__icon svg { width: 26px; height: 26px; }
.social__card--wa .social__icon { background: var(--yellow); }

.social__mail { margin-top: 28px; text-align: center; color: #c9d5ee; }
.social__mail a { color: var(--yellow); font-weight: 700; text-underline-offset: 3px; word-break: break-word; }

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; z-index: 60;
  right: max(14px, env(safe-area-inset-right)); bottom: calc(14px + env(safe-area-inset-bottom));
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 52px; padding: 10px 18px 10px 12px; border-radius: 999px;
  background: var(--yellow); color: var(--navy); text-decoration: none;
  font: 800 .95rem/1 var(--font-head);
  box-shadow: 0 12px 28px -8px rgba(15, 29, 64, .55), 0 0 0 3px var(--navy);
  opacity: 0; transform: translateY(24px); pointer-events: none; visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.wa-float svg { width: 28px; height: 28px; }
.wa-float.is-visible { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
.wa-float:hover { background: #ffd23f; }

/* ---------- Consentimento (Pixel da Meta) ---------- */
.consent {
  position: fixed; z-index: 70; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom));
  max-width: 560px; margin: 0 auto; padding: 14px 16px;
  display: grid; gap: 10px;
  background: var(--white); color: var(--ink); border-radius: 16px;
  box-shadow: 0 18px 40px -12px rgba(15, 29, 64, .55); border: 2px solid var(--navy);
  font-size: .95rem; line-height: 1.4;
}
.consent[hidden] { display: none; }
.consent__actions { display: flex; gap: 8px; }
.consent__btn {
  flex: 1; min-height: 44px; border-radius: 999px; cursor: pointer;
  font: 800 .92rem/1 var(--font-head); border: 2px solid var(--navy);
  background: var(--white); color: var(--navy);
}
.consent__btn--yes { background: var(--navy); color: var(--white); }
body.has-consent .wa-float { visibility: hidden; opacity: 0; pointer-events: none; }

/* ---------- Rodapé ---------- */
.footer { background: #0a1530; color: #c9d5ee; padding: 32px 0 calc(32px + env(safe-area-inset-bottom)); font-size: .95rem; }
.footer__inner { display: grid; gap: 4px; text-align: center; }
.footer a { color: #e2eaf9; text-underline-offset: 3px; }
.footer__main { font-family: var(--font-head); font-weight: 800; color: var(--white); font-size: 1.02rem; margin-bottom: 4px; }
.footer__num { color: var(--yellow); font-style: italic; }
.footer__note { margin-top: 12px; font-size: .8rem; color: #8fa2c9; }

/* ---------- Breakpoints ---------- */
@media (max-width: 399px) {
  .topbar .wrap { padding: 0 12px; }
  .topbar__inner { gap: 8px; }
  .brand__num { font-size: .9rem; padding: 3px 7px; }
  .nav a { font-size: .72rem; padding: 8px 4px; }
  .share__buttons { gap: 6px; }
  .share__btn { font-size: .8rem; gap: 5px; padding: 10px 4px; white-space: nowrap; }
  .share__btn svg { width: 17px; height: 17px; }
}

@media (min-width: 420px) {
  .hero__cta { grid-template-columns: auto auto; justify-content: start; }
}

@media (min-width: 640px) {
  :root { --gutter: 28px; --topbar-h: 68px; }
  .brand__name { display: inline; }
  .nav a { font-size: .92rem; padding: 10px 14px; }
  .social__list { grid-template-columns: 1fr 1fr; }
  .proposal { padding: 18px 18px 30px; }
}

@media (min-width: 900px) {
  body { font-size: 1.1rem; }
  .hero { padding-top: 0; }
  .hero__grid { grid-template-columns: 1.1fr .9fr; align-items: end; min-height: min(760px, calc(100vh - var(--topbar-h) - 12px)); }
  .hero__text { padding: 64px 0 72px; align-self: center; }
  .hero__id { display: block; }
  .hero__face { display: none; }
  .hero__last { font-size: clamp(3.1rem, 7vw, 5.6rem); }
  .hero__photo { width: 100%; max-width: 480px; margin: 0; justify-self: end; }
  .shape--a { width: 60%; right: -8%; }
  .shape--b { right: 26%; }
  .shape--c { left: auto; right: calc((100vw - min(1180px, 100vw)) / 2 + 40px); top: 70px; bottom: auto; width: 380px; height: 380px; border-width: 16px; opacity: .4; }

  .intro { padding: 88px 0; }
  .intro__grid { grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }

  .proposals { padding: 96px 0 56px; }
  .section-head { margin-bottom: 48px; }
  .proposal {
    grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
    padding: 24px 48px 24px 24px; margin-bottom: 44px;
  }
  .proposal--flip { padding: 24px 24px 24px 48px; }
  .proposal--flip .proposal__media { order: 2; }
  .proposal__media { gap: 14px; }
  .media--main { aspect-ratio: 3 / 4.4; }
  .media--side { aspect-ratio: 3 / 4.4; }
  .media--wide { aspect-ratio: 4 / 3.6; }
  .proposal__body { padding: 20px 0; }

  .commit { padding: 96px 0 150px; }
  .commit__river { height: 160px; }
  .commit__grid { grid-template-columns: .9fr 1.1fr; gap: 64px; }
  .commit__map { width: 100%; max-width: 460px; }

  .mandate { padding: 96px 0; }
  .mandate__grid { grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
  .mandate__head { position: sticky; top: calc(var(--topbar-h) + 32px); }
  .mandate__photo {
    display: block; margin-top: 32px; max-width: 360px; border-radius: 24px; overflow: hidden;
    background: linear-gradient(180deg, var(--blue-100), var(--blue-400));
    box-shadow: 14px 14px 0 var(--yellow);
  }
  .steps li { padding: 20px 22px 20px 80px; min-height: 76px; font-size: 1.08rem; }
  .steps li::before { left: 20px; width: 44px; height: 44px; }

  .final { padding: 88px 0; }
  .final::before { width: 420px; height: 420px; right: -140px; top: -140px; }

  .social { padding: 88px 0; }
  .social__list { grid-template-columns: repeat(4, 1fr); max-width: none; }
  .social__card { flex-direction: column; align-items: flex-start; padding: 22px; min-height: 170px; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float { transform: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
