
:root {
  --ink: #08060a;
  --ink-soft: #100b13;
  --surface: #161019;
  --paper: #f6f0f3;
  --muted: #b8aeb5;
  --magenta: #e6007e;
  --magenta-bright: #ff2c9f;
  --purple: #693389;
  --yellow: #ffe609;
  --line: rgba(255, 255, 255, 0.12);
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--magenta); color: white; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--yellow); color: var(--ink); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.topbar { position: absolute; z-index: 20; inset: 0 0 auto; width: var(--container); margin: auto; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.05rem; font-weight: 900; letter-spacing: -.04em; }
.brand small, .footer-brand small { display: block; font-size: .52rem; letter-spacing: .35em; line-height: .8; color: var(--yellow); }
.brand b, .footer-brand b { color: var(--magenta-bright); }
.brand-mark { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: var(--magenta); color: white; box-shadow: 0 0 35px rgba(230,0,126,.35); }
.topbar nav { display: flex; align-items: center; gap: 28px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.topbar nav a { color: #d7ccd3; transition: color .2s ease; padding: 14px 0; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: white; }
.topbar .nav-help { display: inline-flex; gap: 7px; align-items: center; color: var(--yellow); }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 72% 35%, rgba(105,51,137,.34), transparent 34%), linear-gradient(140deg, #08060a 0%, #100911 54%, #08060a 100%); }
.hero::before { content: ""; position: absolute; width: 42vw; height: 42vw; min-width: 390px; min-height: 390px; border-radius: 50%; right: -12vw; top: 12vh; background: radial-gradient(circle, rgba(230,0,126,.18), transparent 68%); filter: blur(8px); }
.hero-noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 690px; height: 690px; right: -220px; top: 60px; }
.orbit-two { width: 460px; height: 460px; right: -105px; top: 175px; border-color: rgba(230,0,126,.16); }
.hero-inner { width: var(--container); position: relative; z-index: 2; padding: 150px 0 80px; }
.eyebrow, .kicker { color: var(--magenta-bright); font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 27px; height: 2px; background: var(--yellow); }
.hero h1 { margin: 26px 0 13px; max-width: 850px; font-size: clamp(3.2rem, 7vw, 7.2rem); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; font-weight: 950; }
.hero h1 em, .manifesto h2 em { color: var(--magenta-bright); font-style: italic; font-weight: 400; font-family: Georgia, "Times New Roman", serif; text-transform: none; letter-spacing: -.06em; }
.counter-shell { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.counter-number { font-size: clamp(7rem, 15vw, 14rem); line-height: .72; letter-spacing: -.11em; font-weight: 950; color: white; text-shadow: 0 0 70px rgba(230,0,126,.25); animation: counter-in .55s cubic-bezier(.16,1,.3,1); }
.counter-copy { display: flex; flex-direction: column; gap: 10px; max-width: 385px; padding-left: 26px; border-left: 3px solid var(--magenta); }
.counter-copy strong { font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.05; text-transform: uppercase; }
.counter-copy span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.counter-tabs { display: flex; gap: 7px; margin-top: 33px; flex-wrap: wrap; }
.counter-tabs button { cursor: pointer; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #c9bec5; padding: 10px 16px; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: all .2s ease; }
.counter-tabs button:hover, .counter-tabs button:focus-visible { border-color: rgba(255,255,255,.35); color: white; }
.counter-tabs button.active { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.hero-statement { max-width: 680px; color: #d6cbd2; font-family: Georgia, serif; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.55; margin: 28px 0 0; }
.hero-choice { max-width: 730px; margin: 18px 0 0; padding-left: 17px; border-left: 3px solid var(--yellow); color: white; font-size: .82rem; font-weight: 900; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; }
.hero-actions { display: flex; gap: 10px; align-items: center; margin-top: 25px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--magenta); color: white; box-shadow: 0 12px 40px rgba(230,0,126,.22); }
.button-primary:hover { background: var(--magenta-bright); }
.button-ghost { border-color: var(--line); color: #d5cad1; }
.button-ghost:hover { color: white; background: rgba(255,255,255,.05); }
.source-stamp { position: absolute; right: 0; bottom: 32px; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; color: #92878f; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.source-stamp span:first-child { display: flex; align-items: center; gap: 6px; color: #d7ccd3; }

.help-strip { background: var(--yellow); color: var(--ink); padding: 31px max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.help-kicker { font-size: .66rem; font-weight: 950; letter-spacing: .2em; }
.help-strip h2 { font-size: clamp(1.1rem, 2vw, 1.75rem); margin: 5px 0 0; letter-spacing: -.03em; }
.help-numbers { display: flex; gap: 8px; }
.help-numbers a { min-width: 112px; padding: 11px 14px; border-left: 1px solid rgba(8,6,10,.23); display: flex; flex-direction: column; }
.help-numbers small { font-size: .62rem; text-transform: uppercase; font-weight: 800; }
.help-numbers strong { font-size: 1.65rem; line-height: 1; }

.section { width: var(--container); margin: auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 60px 1fr; gap: 25px; align-items: start; }
.section-index { color: var(--yellow); font-size: .68rem; font-weight: 900; border-top: 2px solid var(--yellow); padding-top: 8px; }
.section-heading .kicker { margin: 0 0 9px; }
.section-heading h2 { margin: 0; max-width: 900px; font-size: clamp(2.5rem, 5vw, 5rem); text-transform: uppercase; letter-spacing: -.06em; line-height: .93; }
.data-intro { margin: 57px 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 65px; align-items: end; }
.data-intro > p { margin: 0; color: #d7ccd3; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.9rem); line-height: 1.45; }
.method-card { border: 1px solid var(--line); border-left: 3px solid var(--magenta); padding: 20px; display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.025); }
.method-card svg { color: var(--yellow); flex: 0 0 auto; }
.method-card div { display: flex; flex-direction: column; gap: 5px; }
.method-card strong { text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.method-card span { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.history-block { display: grid; grid-template-columns: .8fr 1.35fr; gap: 40px; align-items: stretch; margin: 65px 0 18px; border: 1px solid var(--line); background: linear-gradient(140deg, rgba(105,51,137,.13), transparent 50%); }
.history-copy { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.history-copy .kicker { margin: 0 0 15px; }
.history-copy h3 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.7rem); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.history-copy > p:not(.kicker) { margin: 21px 0 0; color: #b8aeb5; font-family: Georgia, serif; font-size: 1rem; line-height: 1.6; }
.history-copy small { margin-top: 25px; color: #746972; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.history-chart { min-width: 0; padding: 28px 24px 20px 0; display: flex; align-items: center; }
.history-chart [data-slot="chart"] { color: #968b93; }
.history-chart .recharts-cartesian-axis-tick-value { fill: #968b93; font-size: .7rem; font-weight: 700; }
.history-chart .recharts-tooltip-wrapper { outline: none; }
.accountability-line { margin: 18px 0 65px; padding: 31px 34px; display: grid; grid-template-columns: .42fr 1.2fr 1fr; gap: 28px; align-items: center; border-left: 5px solid var(--yellow); background: var(--magenta); color: white; }
.accountability-line span { color: var(--yellow); font-size: .7rem; font-weight: 950; letter-spacing: .18em; line-height: 1.4; }
.accountability-line strong { font-size: clamp(1.45rem, 2.4vw, 2.4rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.accountability-line p { margin: 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: .9rem; line-height: 1.55; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.stat-grid article { min-height: 210px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); position: relative; background: linear-gradient(140deg, rgba(230,0,126,.08), transparent 55%); }
.stat-grid article:last-child { border-right: none; }
.stat-grid strong { font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.08em; line-height: 1; }
.stat-grid span { max-width: 200px; margin-top: 9px; text-transform: uppercase; font-size: .82rem; font-weight: 800; line-height: 1.25; }
.stat-grid small { margin-top: auto; color: #8e838a; }
.cases-block { margin-top: 70px; }
.block-title { display: flex; justify-content: space-between; align-items: end; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.block-title .kicker { margin: 0 0 7px; }
.block-title h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.7rem); text-transform: uppercase; letter-spacing: -.04em; }
.block-title > span { color: #8e838a; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.case-row { display: grid; grid-template-columns: 55px 1.4fr 1fr .7fr 80px; gap: 20px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.case-row:hover { background: rgba(255,255,255,.018); }
.case-count { color: var(--magenta-bright); font-family: Georgia, serif; font-style: italic; }
.case-person { display: flex; flex-direction: column; gap: 5px; }
.case-person strong { font-size: 1rem; text-transform: uppercase; letter-spacing: .02em; }
.case-person span { color: #8e838a; font-size: .75rem; }
.case-meta { display: flex; gap: 8px; align-items: center; color: #c2b7be; font-size: .78rem; }
.case-meta svg { color: var(--yellow); }
.case-row > a { display: flex; gap: 6px; align-items: center; justify-content: flex-end; color: var(--magenta-bright); font-size: .72rem; font-weight: 800; text-transform: uppercase; padding: 14px 0; }
.data-note { max-width: 780px; margin: 20px 0 0 75px; color: #7f747c; font-size: .74rem; line-height: 1.6; }
.sources-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.source-card { min-height: 180px; border: 1px solid var(--line); padding: 23px; display: flex; flex-direction: column; align-items: flex-start; position: relative; transition: border-color .2s ease, transform .2s ease; }
.source-card:hover { transform: translateY(-3px); border-color: rgba(230,0,126,.6); }
.source-card small { color: var(--magenta-bright); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.source-card strong { margin-top: 14px; font-size: 1.12rem; text-transform: uppercase; }
.source-card span { margin-top: 7px; color: #938890; font-size: .78rem; line-height: 1.5; }
.source-card svg { position: absolute; right: 20px; bottom: 20px; color: var(--yellow); }

.manifesto { min-height: 540px; padding: 110px 20px; display: grid; place-items: center; align-content: center; text-align: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(230,0,126,.18), transparent 34%), #0d0810; border-block: 1px solid var(--line); }
.manifesto::before { content: "375 375 375"; position: absolute; color: rgba(255,255,255,.025); font-size: 18vw; line-height: .7; font-weight: 950; white-space: nowrap; transform: rotate(-7deg); }
.broken-heart { color: var(--magenta-bright); margin-bottom: 20px; filter: drop-shadow(0 0 35px rgba(230,0,126,.4)); }
.manifesto p { position: relative; margin: 0 0 12px; color: #a89da5; font-family: Georgia, serif; font-size: 1.05rem; }
.manifesto h2 { position: relative; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .9; text-transform: uppercase; letter-spacing: -.07em; }

.commitments-section { padding-bottom: 70px; }
.commitments-lead { max-width: 790px; margin: 35px 0 58px 85px; color: #c9bec5; font-family: Georgia, serif; font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.6; }
.commitment-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.commitment-grid article { min-height: 330px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.commitment-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -90px; border-radius: 50%; background: rgba(230,0,126,.12); filter: blur(10px); }
.commitment-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--yellow); border: 1px solid rgba(255,230,9,.4); border-radius: 50%; }
.commitment-grid article > span { position: absolute; right: 28px; top: 28px; color: #b8aeb5; font-size: .75rem; }
.commitment-grid h3 { max-width: 390px; margin: 62px 0 14px; font-size: clamp(1.45rem, 2.5vw, 2.2rem); text-transform: uppercase; letter-spacing: -.05em; line-height: 1; }
.commitment-grid p { max-width: 480px; margin: 0; color: #a89da5; line-height: 1.65; font-size: .9rem; }
.final-pledge { margin-top: 12px; padding: 70px; text-align: center; background: var(--magenta); position: relative; overflow: hidden; }
.final-pledge::before { content: "55"; position: absolute; right: -15px; bottom: -80px; color: rgba(255,255,255,.08); font-size: 16rem; font-weight: 950; line-height: 1; }
.choice-label { position: relative; display: inline-block; margin-bottom: 20px; color: var(--yellow); font-size: .68rem; font-weight: 950; letter-spacing: .22em; }
.final-pledge > p { position: relative; margin: 0; font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.7rem); }
.final-pledge > strong { position: relative; display: block; max-width: 870px; margin: 8px auto 0; font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; letter-spacing: -.05em; line-height: 1; }
.candidate-choice { position: relative; width: min(620px, 100%); margin: 32px auto 0; padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid rgba(255,255,255,.45); background: rgba(8,6,10,.16); }
.candidate-choice > span { display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(1.15rem, 2.3vw, 2rem); font-weight: 950; letter-spacing: -.04em; line-height: .95; }
.candidate-choice small { margin-bottom: 7px; color: var(--yellow); font-size: .57rem; letter-spacing: .22em; }
.candidate-choice b { color: var(--yellow); font-size: clamp(3.4rem, 7vw, 6rem); line-height: .72; letter-spacing: -.09em; }
.final-pledge .vote-button { position: relative; margin-top: 24px; border: 0; background: var(--yellow); color: var(--ink); box-shadow: 0 14px 38px rgba(8,6,10,.22); cursor: pointer; }
.choice-confirmation { position: relative; width: min(650px, 100%); margin: 24px auto 0; padding: 21px; display: flex; flex-direction: column; align-items: center; border: 1px solid rgba(255,255,255,.55); background: rgba(8,6,10,.2); }
.choice-confirmation > strong { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .02em; }
.choice-confirmation > span { margin-top: 5px; font-family: Georgia, serif; font-size: .92rem; }
.choice-confirmation .share-button { margin-top: 17px; border-color: white; background: white; color: var(--magenta); cursor: pointer; }
.choice-confirmation small { margin-top: 12px; color: var(--yellow); font-size: .68rem; }
.candidate-link { position: relative; margin-top: 22px; display: inline-flex; align-items: center; gap: 7px; color: white; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 4px; }
.mobile-vote-cta { display: none; }

footer { width: var(--container); margin: auto; padding: 35px 0 45px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; border-top: 1px solid var(--line); }
footer > p { color: var(--magenta-bright); font-family: Georgia, serif; font-style: italic; }
.footer-meta { grid-column: 1/-1; display: flex; justify-content: space-between; color: #665b63; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }

@keyframes counter-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 850px) {
  .topbar nav a:not(.nav-help) { display: none; }
  .hero-inner { padding-top: 130px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5.3rem); }
  .counter-shell { align-items: flex-end; gap: 20px; }
  .counter-number { font-size: clamp(7rem, 26vw, 12rem); }
  .counter-copy { padding-left: 18px; margin-bottom: 3px; }
  .source-stamp { position: static; margin-top: 30px; align-items: flex-start; }
  .help-strip { align-items: flex-start; flex-direction: column; }
  .help-numbers { width: 100%; display: grid; grid-template-columns: repeat(4,1fr); }
  .help-numbers a { min-width: 0; }
  .data-intro { grid-template-columns: 1fr; gap: 25px; }
  .history-block { grid-template-columns: 1fr; gap: 0; }
  .history-chart { padding: 0 16px 20px; }
  .accountability-line { grid-template-columns: 1fr; gap: 13px; }
  .case-row { grid-template-columns: 45px 1fr auto; padding: 15px 0; gap: 12px; }
  .case-meta { grid-column: 2; }
  .case-row > a { grid-column: 3; grid-row: 1/3; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar { padding-top: 17px; }
  .brand { font-size: .92rem; }
  .topbar .nav-help { font-size: .66rem; }
  .hero { min-height: auto; }
  .hero-inner { padding: 115px 0 55px; }
  .hero h1 { margin-top: 20px; }
  .counter-shell { display: block; margin-top: 36px; }
  .counter-number { font-size: 31vw; }
  .counter-copy { margin: 20px 0 0; max-width: none; }
  .counter-copy strong { font-size: 1.1rem; }
  .counter-tabs { margin-top: 25px; }
  .counter-tabs button { flex: 1 1 calc(50% - 7px); padding-inline: 10px; font-size: .64rem; }
  .hero-actions .button { width: 100%; }
  .help-strip { padding-block: 26px; }
  .help-numbers { grid-template-columns: repeat(2,1fr); }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 38px 1fr; gap: 13px; }
  .section-heading h2 { font-size: 2.25rem; }
  .data-intro { margin: 38px 0; }
  .history-copy { padding: 27px; }
  .history-chart { padding-inline: 4px; }
  .accountability-line { padding: 26px 23px; margin-bottom: 45px; }
  .stat-grid, .sources-grid, .commitment-grid { grid-template-columns: 1fr; }
  .stat-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-grid article:last-child { border-bottom: 0; }
  .block-title { align-items: flex-start; flex-direction: column; gap: 10px; }
  .case-row { grid-template-columns: 35px 1fr auto; }
  .case-person strong { font-size: .88rem; }
  .case-meta { font-size: .7rem; }
  .case-row > a { font-size: 0; }
  .case-row > a svg { width: 20px; height: 20px; }
  .data-note { margin-left: 0; }
  .manifesto { min-height: 430px; }
  .manifesto h2 { font-size: 3.1rem; }
  .commitments-lead { margin-left: 0; }
  .commitment-grid article { min-height: 300px; padding: 27px; }
  .final-pledge { padding: 55px 22px; }
  .candidate-choice { gap: 16px; padding-inline: 16px; }
  .mobile-vote-cta { position: fixed; z-index: 40; left: 14px; right: 14px; bottom: 14px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--yellow); color: var(--ink); box-shadow: 0 12px 40px rgba(0,0,0,.5); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-vote-cta strong { color: var(--magenta); font-size: 1.05rem; }
  footer { padding-bottom: 95px; }
  footer { grid-template-columns: 1fr; }
  footer > p { margin: 10px 0; }
  .footer-meta { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.sr-only {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
/* Ajustes da versão independente: sem fontes, imagens ou scripts externos. */
[hidden] { display: none !important; }
img { max-width: 100%; }
svg { flex-shrink: 0; vertical-align: middle; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
section, #escolha { scroll-margin-top: 24px; }
.brand img { width: 242px; height: auto; display: block; }
.footer-brand img { width: 280px; height: auto; display: block; }
.hero-inner { padding-top: 166px; padding-bottom: 48px; }
.hero h1 { line-height: 1; letter-spacing: -.055em; }
.counter-number { line-height: .94; letter-spacing: -.08em; }
.counter-copy { max-width: 460px; }
.counter-copy span, .hero-choice, .method-card span, .accountability-line p,
.source-card span, .case-meta, .commitment-grid p { font-size: 1rem; }
.counter-copy strong { line-height: 1.17; }
.topbar nav, .counter-tabs button, .button, .method-card strong, .stat-grid span,
.case-person span, .case-row > a, .candidate-link, .mobile-vote-cta { font-size: .875rem; }
.eyebrow, .kicker, .help-kicker, .help-numbers small, .section-index, .source-stamp,
.history-copy small, .accountability-line > span, .source-card small, .block-title > span,
.data-note, .footer-meta, .choice-label { font-size: .75rem; }
.source-stamp { position: static; margin-top: 28px; align-items: flex-start; line-height: 1.6; }
.source-stamp span:first-child { color: #d7ccd3; }
.source-stamp > span:last-child { color: #b8aeb5; }
.help-numbers a { min-width: 112px; padding-inline: 12px; }
.help-numbers small { line-height: 1.4; margin-bottom: 6px; }
.section-heading h2, .history-copy h3, .commitment-grid h3, .manifesto h2 { line-height: 1.08; }
.history-copy small, .data-note, .footer-meta, .source-card span, .block-title > span,
.case-person span, .stat-grid small { color: #b8aeb5; }
.history-chart { display: block; padding: 38px 24px 24px; }
.chart-bars { height: 290px; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; align-items: end; border-bottom: 1px solid #6b5769; background: repeating-linear-gradient(to top, transparent 0, transparent 63px, rgba(255,255,255,.08) 64px, transparent 65px); }
.bar-column { display: grid; grid-template-rows: 1fr 26px; gap: 8px; height: 100%; min-width: 0; border: 0; background: none; color: #d7ccd3; padding: 0; font: inherit; }
.bar-track { display: flex; align-items: end; height: 100%; padding-top: 30px; }
.bar-fill { height: var(--height); width: 100%; background: var(--magenta); position: relative; border-radius: 4px 4px 0 0; transition: background .2s; }
.bar-value { position: absolute; bottom: calc(100% + 8px); left: 0; right: 0; font-size: .9375rem; color: white; font-weight: 700; }
.bar-year { font-size: .875rem; white-space: nowrap; }
.bar-column.partial .bar-fill { background: repeating-linear-gradient(135deg, #693389 0, #693389 6px, #a73b88 6px, #a73b88 8px); }
.bar-column:hover .bar-fill, .bar-column.is-active .bar-fill { background: var(--magenta-bright); }
.bar-column.is-active .bar-year { color: var(--yellow); }
.chart-selection { min-height: 42px; margin: 15px 0 0; font-size: .875rem; color: #b8aeb5; line-height: 1.5; }
.chart-table { margin-top: 10px; color: #b8aeb5; font-size: .875rem; }
.chart-table summary { cursor: pointer; padding: 7px 0; }
.chart-table table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.chart-table th, .chart-table td { padding: 8px; text-align: left; border-bottom: 1px solid var(--line); }
.stat-grid small { padding-top: 14px; line-height: 1.5; }
.case-row { grid-template-columns: 36px 1.35fr 1fr .72fr 74px; gap: 16px; }
.case-meta svg { width: 16px; }
.source-card { padding-bottom: 50px; }
.commitment-grid article { min-height: 355px; }
.final-pledge { display: grid; grid-template-columns: 1.25fr .8fr; align-items: end; padding: 0; text-align: left; border: 1px solid rgba(230,0,126,.5); background: radial-gradient(ellipse at 92% 80%, #5d103e, transparent 58%), #170b17; }
.final-pledge::before { display: none; }
.pledge-copy { min-width: 0; position: relative; padding: 55px 0 55px 42px; z-index: 1; }
.pledge-copy > p { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.5; margin: 0 0 14px; }
.pledge-copy > strong { display: block; font-size: clamp(2rem, 3.3vw, 3.5rem); line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
.candidate-choice { margin: 25px 0 0; width: min(100%, 475px); padding: 20px; background: #0b080e; border-color: rgba(255,255,255,.2); }
.candidate-choice img { width: 100%; height: auto; display: block; }
.pledge-portrait { align-self: stretch; margin: 0 0 0 30px; min-width: 0; background: #292929; }
.pledge-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.choice-confirmation { margin-inline: 0; text-align: left; align-items: flex-start; background: #260e23; }
.choice-confirmation > strong { line-height: 1.3; }
.choice-confirmation > span { line-height: 1.5; }
.choice-confirmation small { font-size: .8125rem; line-height: 1.5; }
.candidate-link { line-height: 1.5; }
.mobile-vote-cta { text-align: center; }
.data-snapshot-note { color: #b8aeb5; font-size: .8125rem; line-height: 1.5; }
@media (max-width: 980px) {
  .help-strip { flex-direction: column; align-items: flex-start; }
  .help-numbers { width: 100%; display: grid; grid-template-columns: repeat(4,1fr); }
  .history-block { grid-template-columns: 1fr; gap: 0; }
  .history-copy { padding-bottom: 5px; }
  .accountability-line { grid-template-columns: 1fr; gap: 16px; }
  .history-chart { padding: 32px; }
  .case-row { grid-template-columns: 35px 1fr auto; }
  .case-meta { grid-column: 2; }
  .case-row > a { grid-column: 3; grid-row: 1 / 3; }
}
@media (max-width: 700px) {
  .hero-inner { padding-top: 140px; }
  .brand img { width: 190px; }
  .topbar .nav-help { font-size: .75rem; letter-spacing: .04em; }
  .final-pledge { grid-template-columns: 1fr; }
  .pledge-copy { padding: 34px 24px 0; }
  .pledge-portrait { max-width: none; margin: 30px 0 0; width: 100%; height: 490px; }
  .pledge-portrait img { object-position: 50% 26%; }
  .pledge-copy > strong { font-size: 2.2rem; }
  .candidate-choice { width: 100%; }
  .counter-shell { align-items: center; }
  .sources-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hero-inner { padding-bottom: 40px; }
  .hero h1 { font-size: clamp(2.6rem, 12.2vw, 4.7rem); }
  .eyebrow { letter-spacing: .1em; line-height: 1.5; }
  .counter-copy { margin-top: 12px; }
  .counter-copy strong { font-size: 1.25rem; }
  .counter-tabs button { min-height: 44px; font-size: .8125rem; letter-spacing: .04em; }
  .help-numbers { grid-template-columns: repeat(2,1fr); }
  .help-numbers a { min-width: 0; }
  .help-numbers small { font-size: .75rem; }
  .section-heading { grid-template-columns: 30px 1fr; gap: 12px; }
  .section-heading h2 { font-size: 2rem; }
  .history-copy { padding: 24px 20px 5px; }
  .history-chart { padding: 28px 12px 18px; }
  .chart-bars { height: 254px; gap: 7px; }
  .bar-value, .bar-year { font-size: .8125rem; }
  .case-row { padding: 20px 0; grid-template-columns: 25px 1fr 60px; gap: 9px; }
  .case-person strong { font-size: .9375rem; line-height: 1.35; }
  .case-row > a { font-size: .75rem; }
  .case-row > a svg { width: 14px; height: 14px; }
  .case-meta { font-size: .875rem; line-height: 1.5; }
  .commitment-grid h3 { margin-top: 40px; }
  .commitment-grid article { min-height: 310px; }
  .mobile-vote-cta { bottom: max(14px, env(safe-area-inset-bottom)); }
  footer { padding-bottom: 120px; }
  .footer-meta { line-height: 1.6; }
}
@media (max-width: 360px) {
  .brand img { width: 158px; }
  .topbar .nav-help { gap: 4px; }
  .button { font-size: .8125rem; padding-inline: 12px; letter-spacing: .025em; }
  .chart-bars { gap: 5px; }
  .bar-year { font-size: .75rem; }
}
@media print {
  .mobile-vote-cta, .counter-tabs, .vote-button, .choice-confirmation { display: none !important; }
  .topbar { position: static; }
  .hero-inner { padding-top: 32px; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  article, .final-pledge, .history-block { break-inside: avoid; }
}


/* Fotos originais e assinatura fornecida pela campanha. */
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr); column-gap: 44px; align-items: center; }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(3.2rem, 5.4vw, 5.4rem); }
.hero .counter-number { font-size: clamp(7rem, 11.4vw, 11.5rem); flex-shrink: 0; }
.hero .counter-shell { gap: 24px; }
.hero .counter-copy { min-width: 0; padding-left: 20px; }
.hero .counter-copy strong { font-size: clamp(1.2rem, 1.5vw, 1.5rem); }
.hero .counter-copy span { font-size: .9375rem; }
.hero-portrait { position: relative; min-width: 0; width: 100%; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #292929; }
.hero-portrait > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-portrait::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(8,6,10,.86)); pointer-events: none; }
.hero-portrait figcaption { position: absolute; z-index: 1; inset: auto 24px 25px; display: flex; flex-direction: column; gap: 7px; }
.hero-portrait figcaption strong { font-size: clamp(1.2rem, 1.8vw, 1.7rem); text-transform: uppercase; letter-spacing: -.02em; }
.hero-portrait figcaption span { color: var(--yellow); font-size: .75rem; font-weight: 700; line-height: 1.5; }
.campaign-heart { position: relative; width: 88px; height: 88px; margin-bottom: 20px; }
.campaign-heart img { display: block; width: 100%; height: 100%; }
.pledge-portrait { background: radial-gradient(ellipse at 50% 65%, rgba(230,0,126,.19), transparent 70%); padding-top: 24px; }
.pledge-portrait img { object-fit: contain; object-position: center bottom; }
.campaign-signature { grid-column: 1 / -1; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #d7ccd3; font-family: Arial, sans-serif; font-size: .75rem; line-height: 1.65; letter-spacing: .025em; }
.campaign-signature p { margin: 0; }
.campaign-cnpj { margin-top: 8px !important; color: var(--paper); font-size: .8125rem; font-weight: 700; }
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; row-gap: 36px; }
  .hero h1 { font-size: clamp(3.2rem, 8.5vw, 5.4rem); }
  .hero .counter-number { font-size: clamp(7rem, 18vw, 11.5rem); }
  .hero-portrait { max-width: 460px; justify-self: center; }
}
@media (max-width: 620px) {
  .hero h1 { font-size: clamp(2.6rem, 12.2vw, 4.7rem); }
  .hero .counter-number { font-size: 31vw; }
  .hero .counter-copy { padding-left: 18px; }
  .hero .counter-copy strong { font-size: 1.25rem; }
  .hero-portrait figcaption { inset: auto 20px 20px; }
  .pledge-portrait { max-width: 420px; margin-inline: auto; }
  .campaign-signature { line-height: 1.7; letter-spacing: .01em; }
}
@media print {
  .hero-inner { grid-template-columns: minmax(0, 1.6fr) minmax(200px, 1fr); }
  .hero h1 { font-size: 3rem; }
  .hero .counter-number { font-size: 7rem; }
  .hero-portrait, .campaign-signature { break-inside: avoid; }
}
