@font-face{font-family:"Urbanist";src:url("../fonts/Urbanist-Variable-Roman.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap;}
:root {
    --blue: #005baa;
    --blue-700: #004681;
    --blue-800: #073f72;
    --blue-900: #052f57;
    --green: #12a84f;
    --green-dark: #0b8a3e;
    --yellow: #ffcc16;
    --yellow-soft: #fff2ac;
    --ink: #102e45;
    --muted: #60758a;
    --surface: #ffffff;
    --surface-soft: #f3f8fc;
    --border: #dbe7f0;
    --shadow: 0 22px 60px rgba(10, 61, 100, .12);
    --radius: 24px;
    --bs-primary: #005baa;
    --bs-primary-rgb: 0, 91, 170;
    --bs-warning: #ffcc16;
    --bs-warning-rgb: 255, 204, 22;
    --bs-success: #12a84f;
    --bs-success-rgb: 18, 168, 79;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    font-size: 1rem;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: var(--blue); }
h1, h2, h3, h4, h5, h6 { letter-spacing: -.025em; font-weight: 800; }
.btn { --bs-btn-border-radius: 999px; font-weight: 800; letter-spacing: -.01em; }
.btn-lg { --bs-btn-padding-y: .86rem; --bs-btn-padding-x: 1.35rem; }
.btn-primary { --bs-btn-bg: var(--blue); --bs-btn-border-color: var(--blue); --bs-btn-hover-bg: var(--blue-700); --bs-btn-hover-border-color: var(--blue-700); }
.btn-warning { --bs-btn-bg: var(--yellow); --bs-btn-border-color: var(--yellow); --bs-btn-color: #173247; --bs-btn-hover-bg: #ffda4f; --bs-btn-hover-border-color: #ffda4f; }
.form-control, .form-select { border-color: #cbdce9; border-radius: 13px; padding: .72rem .9rem; box-shadow: none; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 .24rem rgba(0, 91, 170, .12); }
.form-label { font-weight: 750; color: #203e55; }

.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1100; background: #fff; color: var(--blue); padding: .75rem 1rem; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.min-w-0 { min-width: 0; }
.z-2 { z-index: 2; }
.py-lg-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.section-space { padding: 88px 0; }
.eyebrow { display: inline-block; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; color: var(--blue); }
.section-heading { max-width: 760px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin: .55rem 0 .85rem; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }

.top-strip { color: rgba(255,255,255,.88); background: var(--blue-900); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; padding: .45rem 0; }
.main-navbar { background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(5,70,115,.09); min-height: 78px; }
.main-navbar .nav-link { font-weight: 750; color: #315067; padding-inline: .9rem !important; }
.main-navbar .nav-link:hover, .main-navbar .nav-link:focus { color: var(--blue); }
.brand-lockup { display: inline-flex; align-items: center; text-decoration: none; color: var(--blue); letter-spacing: -.055em; font-size: 1.65rem; line-height: 1; }
.brand-lockup:hover { color: var(--blue); }
.brand-lockup strong { font-weight: 900; padding-left: .65rem; }
.brand-lockup em { color: var(--green); font-style: normal; font-weight: 900; }
.brand-symbol { width: 38px; height: 38px; border-radius: 11px; background: var(--blue); position: relative; display: inline-block; box-shadow: inset 0 -8px 18px rgba(0,0,0,.08); transform: rotate(-3deg); }
.brand-symbol::before { content: ""; position: absolute; inset: 8px 9px; background: var(--yellow); clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%, 28% 50%); }
.brand-symbol span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--green); right: 4px; top: 4px; }
.btn-cola { background: var(--yellow); color: #183247; border: 0; display: inline-flex; align-items: center; gap: .55rem; padding: .68rem 1rem; box-shadow: 0 8px 24px rgba(210, 155, 0, .2); }
.btn-cola:hover { background: #ffda51; color: #183247; transform: translateY(-1px); }
.cola-count { background: var(--green); color: #fff; min-width: 1.55rem; }
.flash-stack { position: fixed; top: 96px; left: 50%; transform: translateX(-50%); z-index: 1080; max-width: min(720px, calc(100% - 24px)); }

.hero-section { position: relative; color: #fff; background: radial-gradient(circle at 68% 20%, rgba(16,132,216,.78), transparent 34%), linear-gradient(120deg, #052f57 0%, #005baa 56%, #0777c9 100%); }
.min-vh-hero { min-height: 690px; }
.hero-section::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--yellow) 0 38%, var(--green) 38% 66%, #fff 66% 100%); }
.hero-kicker { color: var(--yellow); font-size: .78rem; letter-spacing: .14em; font-weight: 900; display: flex; align-items: center; gap: .65rem; }
.hero-kicker span { width: 32px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--green) 0 40%, var(--yellow) 40% 72%, #fff 72%); }
.hero-title { font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .93; margin: 1.25rem 0 1.4rem; letter-spacing: -.058em; max-width: 950px; }
.hero-title span { color: var(--yellow); }
.hero-lead { font-size: clamp(1.05rem, 1.7vw, 1.32rem); max-width: 690px; color: rgba(255,255,255,.82); }
.hero-cta { min-width: 260px; display: inline-flex; align-items: center; justify-content: space-between; }
.hero-president { display: inline-grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; padding: .8rem 1.15rem .8rem .8rem; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(3,45,84,.48); backdrop-filter: blur(10px); }
.hero-president-number { display: grid; place-items: center; min-width: 72px; height: 72px; border-radius: 18px; background: var(--green); color: var(--yellow); font-size: 2.35rem; line-height: 1; font-weight: 900; }
.hero-president span, .hero-president small { display: block; color: rgba(255,255,255,.68); font-size: .78rem; }
.hero-president strong { display: block; font-size: 1.2rem; }
.hero-photo-column { position: relative; height: 690px; z-index: 1; }
.hero-photo { position: absolute; max-width: none; filter: drop-shadow(-18px 22px 28px rgba(0,0,0,.18)); }
.hero-shape { position: absolute; z-index: 0; transform: skewX(-25deg); }
.hero-shape-yellow { width: 190px; height: 110%; right: 9%; top: -5%; background: var(--yellow); }
.hero-shape-green { width: 135px; height: 110%; right: 2%; top: -5%; background: var(--green); }

.footer-ticker { overflow: hidden; background: var(--blue); color: #fff; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-ticker__track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.footer-ticker__group { display: flex; flex-shrink: 0; }
.footer-ticker span { white-space: nowrap; padding: .62rem 1.2rem; font-size: 1rem; font-weight: 800; letter-spacing: .09em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.85); }
.hero-ticker { box-shadow: 0 10px 35px rgba(0,91,170,.18); }
@keyframes ticker { to { transform: translateX(-50%); } }

.candidate-browser { background: linear-gradient(180deg, #fff, #f3f8fc 88%); }
.map-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 1.35rem; }
.map-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.map-state-pill { display: grid; place-items: center; min-width: 54px; height: 44px; border-radius: 14px; background: var(--blue); color: #fff; font-weight: 900; }
.brazil-map { width: 100%; height: 500px; border-radius: 18px; background: radial-gradient(circle at 48% 43%, #fff 0, #f1f8fd 64%, #e9f4fb 100%); overflow: hidden; }
.brazil-map .jvm-container { background: transparent !important; }
.brazil-map .jvm-region { transition: fill .18s ease, stroke .18s ease; }
.brazil-map .jvm-region:hover { filter: drop-shadow(0 4px 3px rgba(0,65,113,.18)); }
.brazil-map .jvm-region-label { pointer-events: none; font-size: 10px; font-weight: 900; fill: #15354d; }
.map-help { color: var(--muted); font-size: .86rem; }
.map-help span { color: var(--green); }
.map-unavailable { height: auto; min-height: 130px; display: grid; place-items: center; text-align: center; padding: 2rem; color: var(--muted); }
.candidate-panel { min-height: 580px; }
.candidate-panel-head { border-bottom: 1px solid var(--border); padding-bottom: 1.25rem; }
.candidate-panel-head h3 { font-size: clamp(1.65rem, 3vw, 2.3rem); }
.small-link { font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.president-fixed-card, .candidate-card { display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: .9rem; box-shadow: 0 11px 30px rgba(7, 69, 112, .07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.president-fixed-card { background: linear-gradient(120deg, #fff 0 72%, #fff8d7 100%); border-color: rgba(255,204,22,.65); }
.candidate-card + .candidate-card { margin-top: .75rem; }
.candidate-card:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(7,69,112,.12); border-color: #b9d5e8; }
.candidate-photo-wrap { width: 88px; height: 96px; border-radius: 16px; overflow: hidden; background: #eaf4fb; align-self: stretch; }
.candidate-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.candidate-photo-president { object-fit: contain; background: linear-gradient(160deg,#eaf4fb,#fff); padding-top: 4px; }
.candidate-main { min-width: 0; }
.candidate-main h4 { font-size: 1.32rem; margin: .35rem 0 .16rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.candidate-party { margin: 0; color: var(--muted); font-weight: 650; }
.office-chip { display: inline-flex; padding: .24rem .55rem; border-radius: 999px; background: #e9f4fb; color: var(--blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.candidate-actions { display: flex; align-items: center; gap: .75rem; }
.candidate-number, .number-badge { display: inline-grid; place-items: center; min-width: 68px; min-height: 54px; padding: .35rem .65rem; border-radius: 14px; background: var(--green); color: var(--yellow); font-size: 1.65rem; line-height: 1; font-weight: 900; box-shadow: inset 0 -6px 12px rgba(0,0,0,.08); }
.btn-add-cola { color: var(--blue); border: 2px solid #b8d6ea; background: #fff; min-width: 138px; }
.btn-add-cola:hover, .btn-add-cola.is-selected { background: var(--blue); color: #fff; border-color: var(--blue); }
.fixed-cola-label { color: var(--green-dark); font-weight: 900; font-size: .78rem; text-align: center; max-width: 90px; line-height: 1.2; }
.office-divider { display: flex; align-items: center; gap: .8rem; margin: 1.4rem 0 .7rem; color: var(--blue); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 900; }
.office-divider::before, .office-divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.empty-state { text-align: center; padding: 3rem 1.5rem; background: #fff; border: 1px dashed #b9d2e4; border-radius: 22px; }
.empty-state-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--yellow); color: var(--blue); font-weight: 900; font-size: 1.75rem; margin: 0 auto 1rem; transform: rotate(-4deg); }
.empty-state p { color: var(--muted); }
.candidate-loading { display: grid; gap: .75rem; }
.candidate-loading div { height: 116px; border-radius: 20px; background: linear-gradient(90deg,#eef5fa 20%,#f9fcfe 45%,#eef5fa 70%); background-size: 300% 100%; animation: skeleton 1.3s ease-in-out infinite; }
@keyframes skeleton { to { background-position: -100% 0; } }
.suggest-banner { background: linear-gradient(125deg, var(--blue-900), var(--blue)); color: #fff; border-radius: var(--radius); padding: 1.45rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.suggest-banner h4 { margin: .25rem 0; }
.suggest-banner p { margin: 0; color: rgba(255,255,255,.72); }

.how-card { background: linear-gradient(125deg, #052f57, #005baa); border-radius: 30px; padding: clamp(1.5rem,4vw,3.2rem); box-shadow: 0 28px 70px rgba(0,65,114,.18); position: relative; overflow: hidden; }
.how-card::after { content:""; position:absolute; width:260px; height:260px; border:58px solid var(--green); border-radius:50%; right:-110px; top:-130px; opacity:.6; }
.step-card { height: 100%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 1.15rem; color: #fff; backdrop-filter: blur(8px); }
.step-card span { display:grid; place-items:center; width:40px; height:40px; border-radius:12px; background:var(--yellow); color:var(--blue-900); font-weight:900; margin-bottom:.8rem; }
.step-card strong { display:block; font-size:1.05rem; }
.step-card p { margin:.25rem 0 0; color:rgba(255,255,255,.65); font-size:.9rem; }

.site-footer { background: #063a67; color: rgba(255,255,255,.75); }
.footer-brand { color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-copy { max-width: 480px; font-size: 1.05rem; }
.footer-disclaimer { max-width: 560px; color: rgba(255,255,255,.56); font-size: .86rem; }
.footer-title { color: #fff; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; color: rgba(255,255,255,.52); }

.cola-offcanvas { width: min(440px, 100vw) !important; }
.cola-offcanvas .offcanvas-header { padding: 1.35rem; background: #f5f9fc; border-bottom: 1px solid var(--border); }
.cola-offcanvas .offcanvas-body { padding: 1.15rem; }
.cola-state-banner { background: #eaf5fb; border-radius: 14px; padding: .7rem .85rem; display: flex; justify-content: space-between; gap: .5rem; margin-bottom: .85rem; }
.cola-state-banner span { color: var(--muted); font-size: .8rem; }
.cola-state-banner strong { color: var(--blue); }
.cola-mini-list { display: grid; gap: .65rem; }
.cola-mini-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: .75rem; padding: .7rem; border: 1px solid var(--border); border-radius: 15px; }
.cola-mini-item.fixed { background: #fff8d7; border-color: #f4d55c; }
.cola-mini-item.empty { grid-template-columns: 1fr auto; min-height: 70px; background: #fafcfd; border-style: dashed; }
.cola-mini-office { font-weight: 800; }
.cola-mini-empty { color: var(--muted); font-size: .86rem; }
.cola-mini-item.empty a { font-weight: 800; text-decoration: none; }
.cola-mini-number { display: grid; place-items:center; height:54px; min-width:54px; border-radius:13px; background:var(--green); color:var(--yellow); font-size:1.3rem; font-weight:900; }
.cola-mini-content { min-width: 0; }
.cola-mini-content span, .cola-mini-content small { display:block; color:var(--muted); font-size:.75rem; }
.cola-mini-content strong { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cola-remove { border:0; background:#f2f5f7; color:#8b2e36; border-radius:50%; width:30px; height:30px; font-size:1.3rem; line-height:1; }
.cola-remove:hover { background:#fde7e9; }
.cola-lock { color: var(--green); }
.replace-options { display:grid; gap:.65rem; }
.replace-options > div { border:1px solid var(--border); border-radius:13px; padding:.75rem; }
.replace-options span, .replace-options small { display:block; color:var(--muted); font-size:.78rem; }
.replace-options strong { display:block; }

.inner-hero { background: radial-gradient(circle at 85% 20%,rgba(255,204,22,.25),transparent 24%), linear-gradient(125deg,var(--blue-900),var(--blue)); color:#fff; padding:72px 0; }
.inner-hero h1 { font-size:clamp(2.5rem,5vw,4.5rem); margin:.45rem 0 .6rem; }
.inner-hero p { color:rgba(255,255,255,.72); font-size:1.13rem; max-width:700px; margin:0; }
.form-card, .info-card, .legal-card { background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:clamp(1.25rem,3vw,2.2rem); box-shadow:var(--shadow); }
.form-icon { width:52px; height:52px; flex:0 0 52px; display:grid; place-items:center; border-radius:15px; background:var(--yellow); color:var(--blue); font-size:2rem; font-weight:900; }
.info-card { background:linear-gradient(145deg,#f8fcff,#eaf5fb); box-shadow:none; }
.check-list { list-style:none; padding:0; margin:1.4rem 0; display:grid; gap:.65rem; }
.check-list li { position:relative; padding-left:1.7rem; font-weight:700; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:900; }
.legal-card { max-width:920px; margin:0 auto; }
.legal-card h2 { font-size:1.4rem; margin-top:2rem; }
.legal-card h2:first-child { margin-top:0; }
.legal-card p { color:#4e6679; }

.cola-section { background:#f3f8fc; }
.cola-toolbar { background:#fff; border:1px solid var(--border); border-radius:18px; padding:1rem 1.15rem; }
.cola-sheet { background:#fff; border:1px solid #ccdae5; border-radius:24px; box-shadow:0 20px 60px rgba(8,60,99,.11); overflow:hidden; }
.cola-sheet-head { display:flex; align-items:center; justify-content:space-between; gap:1rem; background:linear-gradient(125deg,var(--blue-900),var(--blue)); color:#fff; padding:1.5rem; }
.cola-sheet-head > div:first-child span { color:var(--yellow); letter-spacing:.13em; font-size:.75rem; font-weight:900; }
.cola-sheet-head h2 { margin:.3rem 0 0; }
.cola-sheet-brand { font-size:1.6rem; font-weight:900; letter-spacing:-.06em; }
.cola-sheet-brand span { color:var(--green); }
.cola-sheet-list { padding:1rem; display:grid; gap:.65rem; }
.cola-sheet-row { display:grid; grid-template-columns:150px 1fr 96px auto; align-items:center; gap:1rem; min-height:86px; padding:.75rem 1rem; border:1px solid var(--border); border-radius:16px; }
.cola-sheet-row.fixed { background:#fff9dc; border-color:#f4d75e; }
.cola-sheet-row.empty { background:#fafcfd; border-style:dashed; }
.cola-order { color:var(--blue); text-transform:uppercase; letter-spacing:.07em; font-size:.78rem; font-weight:900; }
.cola-sheet-candidate strong, .cola-sheet-candidate small { display:block; }
.cola-sheet-candidate strong { font-size:1.14rem; }
.cola-sheet-candidate small { color:var(--muted); }
.cola-sheet-number { display:grid; place-items:center; min-height:58px; border-radius:14px; background:var(--green); color:var(--yellow); font-size:1.8rem; font-weight:900; }
.cola-page-remove { border:0; background:none; color:#a33c45; font-weight:800; font-size:.82rem; }
.cola-fixed-note { color:var(--green-dark); font-weight:900; font-size:.78rem; }
.cola-empty-line { color:#9eb0bd; }
.cola-sheet-footer { display:flex; justify-content:space-between; gap:1rem; padding:1rem 1.5rem; background:#edf5fa; color:var(--muted); font-size:.82rem; }
.cola-page-note { padding:1rem; border-radius:16px; background:#fff7d3; border:1px solid #f2d85f; color:#624f0d; }

@media (max-width: 1199.98px) {
    .hero-title { font-size: 4.4rem; }
    .brazil-map { height: 440px; }
}
@media (max-width: 991.98px) {
    .main-navbar { min-height:70px; }
    .main-navbar .navbar-collapse { padding:1rem 0; }
    .min-vh-hero { min-height:auto; }
    .hero-photo-column { height:470px; }
    .hero-photo { display:none; }
    .hero-shape-yellow { right:18%; width:140px; }
    .hero-shape-green { right:4%; width:105px; }
    .map-card { position:static !important; }
    .brazil-map { height:540px; }
    .candidate-panel { min-height:0; }
}
@media (max-width: 767.98px) {
    .section-space { padding:64px 0; }
    .top-strip { display:none; }
    .brand-lockup { font-size:1.38rem; }
    .brand-symbol { width:34px; height:34px; }
    .btn-cola { padding:.58rem .72rem; }
    .btn-cola > span:not(.cola-count) { display:none; }
    .hero-title { font-size:clamp(2.75rem,13vw,4.2rem); }
    .hero-lead { font-size:1rem; }
    .hero-president { width:100%; }
    .hero-photo-column { height:410px; }
    .footer-ticker span { font-size:.86rem; padding:.55rem .85rem; }
    .brazil-map { height:430px; }
    .president-fixed-card, .candidate-card { grid-template-columns:72px 1fr; align-items:start; }
    .candidate-photo-wrap { width:72px; height:82px; grid-row:1 / span 2; }
    .candidate-actions { grid-column:2; width:100%; justify-content:space-between; }
    .candidate-number { min-width:60px; min-height:48px; font-size:1.45rem; }
    .btn-add-cola { flex:1; min-width:0; }
    .suggest-banner { align-items:flex-start; flex-direction:column; }
    .suggest-banner .btn { width:100%; }
    .cola-sheet-row { grid-template-columns:1fr 78px; gap:.6rem; }
    .cola-order { grid-column:1; }
    .cola-sheet-candidate, .cola-empty-line { grid-column:1; }
    .cola-sheet-number { grid-column:2; grid-row:1 / span 2; }
    .cola-page-remove, .cola-fixed-note, .cola-sheet-row.empty a { grid-column:1 / -1; justify-self:start; }
    .cola-sheet-head, .cola-sheet-footer { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 575.98px) {
    .py-lg-6 { padding-top:4rem !important; padding-bottom:3rem !important; }
    .hero-photo-column { height:350px; }
    .hero-shape { opacity:.78; }
    .hero-president-number { min-width:62px; height:62px; font-size:2rem; }
    .hero-president strong { font-size:1.05rem; }
    .map-card { padding:1rem; border-radius:20px; }
    .brazil-map { height:350px; }
    .candidate-panel-head { align-items:flex-start; }
    .candidate-main h4 { font-size:1.14rem; }
    .candidate-actions { align-items:stretch; flex-direction:column; }
    .candidate-number { width:100%; }
    .fixed-cola-label { max-width:none; text-align:left; }
    .cola-sheet-list { padding:.65rem; }
    .cola-sheet-row { padding:.7rem; }
    .inner-hero { padding:54px 0; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
    .footer-ticker__track { transform:none; }
}

/* Patch: mapa interativo do Brasil */
.brazil-map brazil-component {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    --brazil-bg-color: #d9eaf7;
    --brazil-bg-hover-color: #ffcc16;
    --brazil-stroke-color: #ffffff;
    --brazil-stroke-hover-color: #005baa;
    --brazil-acronym-color: #15354d;
    --brazil-acronym-hover-color: #005baa;
    --brazil-acronym-font-family: "Urbanist", Arial, sans-serif;
}
.brazil-map:not(.map-unavailable) { padding: .35rem; }

/* Patch: impressão da Minha Cola deve conter somente a cola */
@media print {
    @page { size: A4 portrait; margin: 10mm; }
    body.cola-page { background: #fff !important; }
    body.cola-page .top-strip,
    body.cola-page .site-header,
    body.cola-page .footer-ticker,
    body.cola-page .site-footer,
    body.cola-page .no-print,
    body.cola-page #colaOffcanvas,
    body.cola-page .modal,
    body.cola-page .toast-container { display: none !important; }
    body.cola-page .section-space { padding: 0 !important; }
    body.cola-page .section-space > .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    body.cola-page .cola-sheet {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    body.cola-page .cola-sheet-head {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        padding: 12mm 10mm;
    }
    body.cola-page .cola-sheet-list { padding: 6mm 0; gap: 3mm; }
    body.cola-page .cola-sheet-row {
        min-height: 22mm;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    body.cola-page .cola-sheet-number,
    body.cola-page .cola-sheet-row.fixed,
    body.cola-page .cola-sheet-footer {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    body.cola-page .cola-sheet-footer { padding: 5mm 7mm; }
}
