:root{--brand-blue: #005fdf;--brand-green: #079b39;--brand-yellow: #ffcd01;--brand-navy: #0d1b42;--brand-navy-deep: #050b1d;--blue-700: #0049ab;--blue-800: #003a89;--green-700: #05702a;--green-800: #04561f;--green-on-dark: #5fd18a;--surface: #ffffff;--surface-muted: #f4f6fa;--surface-inset: #eaeef5;--surface-dark: var(--brand-navy);--surface-darker: var(--brand-navy-deep);--ink: #111827;--ink-muted: #4b5563;--ink-subtle: #6b7280;--ink-on-dark: #ffffff;--ink-on-dark-muted: #c3cee4;--line: #d9dfe9;--line-strong: #b6c0d0;--line-input: #7d8a9e;--line-on-dark: rgba(255, 255, 255, .18);--line-on-dark-strong: #7f8daa;--danger: #b42318;--danger-surface: #fef3f2;--success: #05702a;--success-surface: #ecfdf3;--notice: #7a5b00;--notice-surface: #fffaeb;--courage-bg: var(--brand-navy-deep);--courage-fg: var(--ink-on-dark);--courage-accent: var(--brand-yellow);--hero-ramp-angle: 156deg;--hero-ramp-from: var(--brand-navy);--hero-ramp-to: var(--brand-blue);--preparation-bg: var(--surface);--preparation-fg: var(--ink);--preparation-accent: var(--blue-700);--parana-bg: var(--brand-navy);--parana-fg: var(--ink-on-dark);--parana-accent: var(--brand-green);--font-sans: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--step--1: clamp(.83rem, .8rem + .15vw, .9rem);--step-0: clamp(1rem, .96rem + .2vw, 1.09rem);--step-1: clamp(1.2rem, 1.12rem + .4vw, 1.45rem);--step-2: clamp(1.44rem, 1.3rem + .7vw, 1.94rem);--step-3: clamp(1.73rem, 1.5rem + 1.15vw, 2.58rem);--step-4: clamp(2.07rem, 1.7rem + 1.85vw, 3.44rem);--leading-tight: 1.12;--leading-snug: 1.28;--leading-normal: 1.6;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-s: 1rem;--space-m: 1.5rem;--space-l: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--radius-s: 4px;--radius-m: 8px;--radius-l: 16px;--shadow-s: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);--shadow-m: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);--measure: 68ch;--container: 1200px;--container-narrow: 760px;--tap-target: 44px;--ease-out: cubic-bezier(.16, 1, .3, 1)}@font-face{font-family:Work Sans;src:url(/assets/fonts/work-sans-latin-var.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--step-0);line-height:var(--leading-normal);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2,h3,h4{margin:0;line-height:var(--leading-tight);font-weight:700;text-wrap:balance}h1{font-size:var(--step-4);letter-spacing:-.02em}h2{font-size:var(--step-3);letter-spacing:-.015em}h3{font-size:var(--step-2);letter-spacing:-.01em}h4{font-size:var(--step-1)}p,ul,ol{margin:0 0 var(--space-s)}p{max-width:var(--measure);text-wrap:pretty}a{color:var(--blue-700);text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}img,svg,video{display:block;max-width:100%;height:auto}:focus-visible{outline:3px solid var(--blue-700);outline-offset:2px;border-radius:var(--radius-s)}.hero :focus-visible,.section--dark :focus-visible,.section--darker :focus-visible{outline-color:var(--brand-yellow)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-s)}.container--narrow{max-width:var(--container-narrow)}@media(min-width:48rem){.container{padding-inline:var(--space-l)}}.section{padding-block:var(--space-xl)}.section--dark{background:var(--surface-dark);color:var(--ink-on-dark)}.section--darker{background:var(--surface-darker);color:var(--ink-on-dark)}.section--muted{background:var(--surface-muted)}.section--pattern{position:relative;isolation:isolate;overflow:hidden}.section--pattern:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/brand/grafismo-grade-cor.svg) right center / auto 100% no-repeat;opacity:.18;mask-image:linear-gradient(to left,#000 0%,transparent 70%)}.section--dark a:not(.btn),.section--darker a:not(.btn){color:var(--brand-yellow)}.section--dark h2,.section--darker h2{color:var(--ink-on-dark)}@media(min-width:48rem){.section{padding-block:var(--space-2xl)}}.stack>*+*{margin-top:var(--space-s)}.stack-l>*+*{margin-top:var(--space-l)}.eyebrow{margin-bottom:var(--space-2xs);color:var(--ink-muted);font-size:var(--step--1);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section--dark .eyebrow,.section--darker .eyebrow,.hero .eyebrow{color:var(--brand-yellow)}.lead{color:var(--ink-muted);font-size:var(--step-1);line-height:var(--leading-snug)}.section--dark .lead,.section--darker .lead,.hero .lead{color:var(--ink-on-dark-muted)}.skip-link{position:absolute;left:var(--space-s);top:var(--space-s);z-index:100;transform:translateY(-200%);padding:var(--space-2xs) var(--space-s);color:var(--ink);background:var(--surface);border-radius:var(--radius-m);box-shadow:var(--shadow-m);font-weight:600}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2xs);min-height:var(--tap-target);padding:var(--space-2xs) var(--space-m);border:2px solid transparent;border-radius:var(--radius-m);font:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.btn--primary{color:#fff;background:var(--brand-blue)}.btn--primary:hover{background:var(--blue-700)}.btn--secondary{color:var(--blue-700);background:transparent;border-color:var(--line-input)}.btn--secondary:hover{border-color:var(--blue-700);background:var(--surface-muted)}.btn--on-dark{color:var(--brand-navy);background:var(--brand-yellow)}.btn--on-dark:hover{background:#ffd733}.btn--ghost-dark{color:var(--ink-on-dark);background:transparent;border-color:var(--line-on-dark)}.btn--ghost-dark:hover{color:var(--brand-yellow);border-color:var(--brand-yellow)}.btn[disabled],.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.wordmark{display:block;container-type:inline-size;line-height:0}.wordmark__svg{display:block;width:auto;height:min(var(--wordmark-height),calc(100cqw / var(--wordmark-ratio-cap)));fill:currentColor}.wordmark--inline{display:inline-block;container-type:normal;vertical-align:middle}.wordmark--inline .wordmark__svg{height:var(--wordmark-height)}h1>.wordmark,h2>.wordmark,h3>.wordmark{margin-bottom:var(--space-2xs)}.eyebrow--wordmark a:hover,.eyebrow--wordmark a:focus-visible{color:var(--brand-navy)}.site-header{position:sticky;top:0;z-index:50;color:var(--ink-on-dark);background:var(--brand-navy)}.site-header :focus-visible{outline-color:var(--brand-yellow)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-s);min-height:64px}.brand{--brand-h: clamp(22px, 5.6vw + 4px, 30px);display:inline-flex;align-items:center;gap:calc(var(--brand-h) * .31);min-width:0;padding-block:var(--space-2xs);color:var(--ink-on-dark);text-decoration:none}.brand__logo{flex:none;width:auto;height:var(--brand-h);aspect-ratio:812.58 / 179.93}.brand__numero{flex:none;width:auto;height:var(--brand-h);aspect-ratio:1754.2803 / 450.6399}.nav-toggle{display:inline-flex;align-items:center;gap:var(--space-3xs);min-height:var(--tap-target);padding-inline:var(--space-xs);color:var(--ink-on-dark);background:transparent;border:1px solid var(--line-on-dark-strong);border-radius:var(--radius-m);font:inherit;font-weight:600;cursor:pointer}.group-btn__icon{flex:none}.header__band{width:100%;border-radius:0;border-width:0;font-size:var(--step--1)}.header__band:focus-visible{outline-color:var(--brand-navy);outline-offset:-5px}.group-cta :focus-visible{outline-color:var(--brand-yellow)}.header__cta{display:none}.site-nav{display:none;padding-bottom:var(--space-s)}.site-nav[data-open=true]{display:block}.site-nav ul{margin:0;padding:0;list-style:none}.site-nav a{display:flex;align-items:center;min-height:var(--tap-target);padding:var(--space-2xs) 0;color:var(--ink-on-dark);border-bottom:1px solid var(--line-on-dark);font-weight:600;text-decoration:none}.site-nav a:hover,.nav-toggle:hover{color:var(--brand-yellow)}.grafismo-rule{--grafismo-row: 12px;height:var(--grafismo-row);background:url(/assets/brand/grafismo-grade-cor.svg) 0 calc(var(--grafismo-row) * -1) / auto 800% repeat-x}@media(min-width:30rem){.brand{--brand-h: 32px}}@media(min-width:48rem){.header__band{display:none}.header__cta{display:inline-flex}}@media(min-width:56rem){.brand{--brand-h: 38px}.nav-toggle{display:none}.site-nav,.site-nav[data-open=false]{display:block;padding-bottom:0}.site-nav ul{display:flex;gap:var(--space-m)}.site-nav a{padding:0;border-bottom:0}.site-header>.container{display:grid;grid-template-columns:1fr auto;grid-template-rows:minmax(64px,auto) auto;align-items:center;column-gap:var(--space-s)}.site-header__inner{display:contents}.brand{grid-area:1 / 1;justify-self:start}.site-nav{grid-area:2 / 1}.cluster{grid-area:1 / 2 / span 2;justify-self:end}}.hero{position:relative;overflow:hidden;padding-block:var(--space-xl) 0;color:var(--courage-fg);background-color:var(--hero-ramp-from);background-image:linear-gradient(var(--hero-ramp-angle),var(--hero-ramp-from) 0%,var(--hero-ramp-to) 100%)}.hero__grid{display:grid;gap:var(--space-l)}.hero__signature{margin-bottom:var(--space-m);color:var(--brand-yellow)}.hero__title{font-size:var(--step-4);font-weight:800}.hero__subtitle{max-width:34ch;margin-top:var(--space-s);color:var(--ink-on-dark-muted);font-size:var(--step-1)}.hero__cta{margin-top:var(--space-l)}.hero__figure{align-self:end;width:min(100%,380px);margin:0 auto}.hero__figure--cutout{aspect-ratio:598 / 909}.hero__figure img{width:100%;height:100%;object-fit:contain;object-position:var(--focal-x, 50%) var(--focal-y, 22%)}@media(min-width:56rem){.hero{padding-top:var(--space-2xl);--hero-ramp-angle: 90deg}.hero__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:var(--space-2xl)}}.timeline{position:relative;margin:0;padding:0;list-style:none}.timeline__item{position:relative;padding:0 0 var(--space-l) var(--space-m);border-left:2px solid var(--line)}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:-7px;top:.45em;width:12px;height:12px;border-radius:50%;background:var(--brand-blue)}.timeline__item[data-category=courage]:before{background:var(--brand-yellow)}.timeline__item[data-category=preparation]:before{background:var(--brand-green)}.timeline__date{color:var(--ink-muted);font-size:var(--step--1);font-weight:700}.timeline__title{margin-top:var(--space-3xs);font-size:var(--step-1)}.timeline__summary{margin-top:var(--space-2xs)}.tag{display:inline-block;padding:2px var(--space-2xs);color:var(--ink-muted);border:1px solid var(--line-input);border-radius:999px;font-size:var(--step--1);font-weight:600}.tag--courage{color:var(--notice);border-color:var(--brand-yellow)}.tag--preparation{color:var(--green-700);border-color:var(--brand-green)}.disclosure{margin-top:var(--space-2xs);padding-top:var(--space-2xs);border-top:1px solid var(--line)}.disclosure>summary{display:flex;align-items:center;min-height:var(--tap-target);color:var(--blue-700);font-size:var(--step--1);font-weight:600;cursor:pointer}.disclosure__body{padding-top:var(--space-2xs);font-size:var(--step--1)}.disclosure__body ul{padding-left:var(--space-s)}.grid{display:grid;gap:var(--space-s)}@media(min-width:40rem){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.grid--3{grid-template-columns:repeat(3,1fr)}}.card{display:flex;flex-direction:column;gap:var(--space-2xs);height:100%;padding:var(--space-m);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-l)}.card__title{font-size:var(--step-1)}.card__title a{color:inherit;text-decoration:none}.card__title a:hover{text-decoration:underline}.card__problem{margin:0;color:var(--ink-muted);font-size:var(--step-0)}.card__meta{display:flex;flex-wrap:wrap;gap:var(--space-3xs);margin-top:auto;padding-top:var(--space-2xs)}.card__cta{margin-top:var(--space-2xs);font-weight:600}.pillar{padding-left:var(--space-s);border-left:4px solid var(--brand-blue)}.pillar[data-pillar=justice]{border-left-color:var(--brand-yellow)}.pillar[data-pillar=freedom]{border-left-color:var(--brand-green)}.mobilization__layout{display:grid;gap:var(--space-xl);align-items:end}.mobilization__figure{width:min(72vw,320px);margin:0 auto calc(var(--space-xl) * -1)}.mobilization__figure img{width:100%}@media(min-width:48rem){.mobilization__figure{margin-bottom:calc(var(--space-2xl) * -1)}}@media(min-width:64rem){.mobilization__layout{grid-template-columns:minmax(0,1fr) 320px}}.layers{counter-reset:layer}.layer{counter-increment:layer;margin-top:var(--space-m);padding-top:var(--space-m);border-top:1px solid var(--line)}.layer:first-child{margin-top:0;padding-top:0;border-top:0}.layer__label{display:flex;align-items:baseline;gap:var(--space-2xs);margin-bottom:var(--space-2xs);font-size:var(--step-1)}.layer__label:before{content:counter(layer);display:inline-flex;flex:none;align-items:center;justify-content:center;min-width:1.7em;height:1.7em;color:var(--surface);background:var(--brand-blue);border-radius:999px;font-size:var(--step--1);font-weight:800}.filters{display:grid;gap:var(--space-s);padding:var(--space-m);background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-l)}.field{display:grid;gap:var(--space-3xs)}.field label{font-size:var(--step--1);font-weight:600}.field .hint{color:var(--ink-muted);font-size:var(--step--1)}input[type=text],input[type=search],input[type=email],input[type=tel],input[type=number],select,textarea{width:100%;min-height:var(--tap-target);padding:var(--space-2xs) var(--space-xs);color:var(--ink);background:var(--surface);border:1px solid var(--line-input);border-radius:var(--radius-m);font:inherit}.filters__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-s)}.result-count{font-weight:700}.empty-state{padding:var(--space-xl) var(--space-m);text-align:center;background:var(--surface-muted);border:1px dashed var(--line-strong);border-radius:var(--radius-l)}.form{display:grid;gap:var(--space-m);max-width:40rem}.form fieldset{margin:0;padding:var(--space-m);border:1px solid var(--line);border-radius:var(--radius-m)}.checkbox{display:flex;align-items:flex-start;gap:var(--space-2xs);min-height:var(--tap-target)}.error-text{color:var(--danger);font-size:var(--step--1);font-weight:600}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.callout{padding:var(--space-s) var(--space-m);background:var(--surface-muted);border-left:4px solid var(--line-strong);border-radius:var(--radius-m);font-size:var(--step--1)}.callout--success{background:var(--success-surface);border-left-color:var(--success)}.callout--error{background:var(--danger-surface);border-left-color:var(--danger)}.callout--notice{background:var(--notice-surface);border-left-color:var(--brand-yellow)}.site-footer{padding-block:var(--space-xl);color:var(--ink-on-dark-muted);background:var(--surface-darker);font-size:var(--step--1)}.site-footer a{color:var(--brand-yellow)}.site-footer__grid{display:grid;gap:var(--space-l)}.site-footer h2{margin-bottom:var(--space-2xs);color:var(--ink-on-dark);font-size:var(--step-0)}.site-footer__brand{margin-bottom:var(--space-s)}.site-footer__brand .brand__logo{width:auto;height:38px;aspect-ratio:544.44 / 148.37}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li+li{margin-top:var(--space-3xs)}@media(min-width:48rem){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs)}.cluster--gap-m{gap:var(--space-s)}.divider{margin-block:var(--space-l);border:0;border-top:1px solid var(--line)}.text-center{text-align:center}.quote{max-width:28ch;font-size:var(--step-2);font-weight:700;line-height:var(--leading-snug);letter-spacing:-.01em}
