:root {
	--ink: #162a2d;
	--muted: #657679;
	--paper: #fbfaf6;
	--white: #fff;
	--line: #dce5e2;
	--brand: #e6503d;
	--brand-dark: #bb3428;
	--teal: #096c68;
	--teal-dark: #064b49;
	--mint: #dcefe8;
	--gold: #f5c95b;
	--shadow: 0 18px 60px rgba(19, 50, 51, .11);
	--radius: 18px;
	--shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
	z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px;
	clip: auto; background: var(--white); color: var(--ink);
}

.site-header {
	position: relative; z-index: 100; background: rgba(251, 250, 246, .94);
	border-bottom: 1px solid rgba(9, 108, 104, .12); backdrop-filter: blur(12px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 24px; text-decoration: none; letter-spacing: -.04em; }
.brand-mark {
	display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
	background: var(--brand); color: white; font-family: Georgia, serif; font-size: 28px; font-weight: 700;
}
.custom-logo { max-height: 50px; width: auto; }
.primary-nav, .primary-nav ul { display: flex; align-items: center; gap: 25px; }
.primary-nav ul { margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 700; }
.primary-nav a:hover { color: var(--brand); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 23px;
	border: 2px solid var(--brand); border-radius: 999px; background: var(--brand); color: white;
	text-decoration: none; font-weight: 800; line-height: 1.1; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--brand-dark); background: var(--brand-dark); color: white; }
.button-small { min-height: 42px; padding: 9px 18px; font-size: 14px !important; }
.button-block { width: 100%; }
.button-secondary { border-color: var(--teal); background: var(--teal); }
.button-secondary:hover { border-color: var(--teal-dark); background: var(--teal-dark); }
.button-whatsapp { border-color: #168c59; background: #168c59; }
.button-whatsapp:hover { border-color: #0d7044; background: #0d7044; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button-ghost:hover { border-color: var(--teal); background: var(--mint); color: var(--teal-dark); }
.text-link { color: var(--teal); text-decoration: none; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 92px 0 105px; background: var(--teal-dark); color: white; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .2; }
.hero::before { width: 460px; height: 460px; top: -280px; right: 4%; background: var(--gold); }
.hero::after { width: 320px; height: 320px; bottom: -230px; left: 8%; border: 65px solid var(--brand); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; }
.eyebrow { display: block; margin-bottom: 15px; color: var(--brand); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
.hero h1, .page-hero h1, .petition-hero h1 {
	margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 82px);
	line-height: .99; letter-spacing: -.045em;
}
.hero-copy > p { max-width: 700px; margin: 27px 0 32px; color: #d9ebea; font-size: 20px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero .text-link { color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 40px; color: #bcd9d6; font-size: 14px; font-weight: 700; }
.trust-row span::before { content: "\2713"; margin-right: 8px; color: var(--gold); }
.hero-card {
	position: relative; padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px;
	background: rgba(255,255,255,.08); box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.hero-number { position: absolute; top: -53px; right: 25px; color: var(--gold); font-family: Georgia, serif; font-size: 112px; line-height: 1; opacity: .95; }
.hero-card h2 { max-width: 280px; margin: 0 0 30px; font-family: Georgia, serif; font-size: 31px; line-height: 1.08; }
.hero-card ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.hero-card li { position: relative; padding: 17px 0 17px 44px; border-top: 1px solid rgba(255,255,255,.14); color: #d9ebea; }
.hero-card li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.hero-card strong { color: white; }

.section { padding-top: 90px; padding-bottom: 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section h2, .start-panel h2, .share-section h2 {
	margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; letter-spacing: -.035em;
}
.petition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.petition-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(19,50,51,.05); transition: .25s ease; }
.petition-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.petition-card-achieved { border-color: #efbd47; background: linear-gradient(180deg, #fffdf5, var(--white)); box-shadow: 0 12px 30px rgba(197,137,23,.16); }
.petition-card-achieved .progress span { background: linear-gradient(90deg, #18a36b, #f5bd3d); }
.petition-card-achieved .card-stats strong { color: #14764f; }
.card-image { position: relative; display: block; height: 220px; overflow: hidden; background: var(--mint); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.petition-card:hover .card-image img { transform: scale(1.035); }
.image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--teal), var(--mint)); }
.card-tag { position: absolute; left: 16px; bottom: 16px; padding: 6px 11px; border-radius: 999px; background: white; color: var(--teal); font-size: 12px; font-weight: 900; }
.card-tag-achieved { background: #fff2b8; color: #795100; box-shadow: 0 4px 14px rgba(73,51,0,.18); }
.card-content { padding: 24px; }
.card-content h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 25px; line-height: 1.15; }
.card-content h3 a { color: var(--ink); text-decoration: none; }
.card-dates { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: -3px 0 14px; color: var(--muted); font-size: 12px; }
.card-closed-date { color: #9a5e0a; font-weight: 800; }
.card-content p { min-height: 80px; margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.progress { height: 8px; overflow: hidden; border-radius: 999px; background: #e7edeb; }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand), #f27d4e); }
.card-stats { display: flex; justify-content: space-between; gap: 15px; margin-top: 10px; color: var(--muted); font-size: 13px; }
.card-stats strong { color: var(--teal-dark); }
.empty-state { grid-column: 1 / -1; padding: 60px; border: 2px dashed var(--line); border-radius: var(--radius); text-align: center; }

.impact-band { padding: 45px 0; background: var(--mint); }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.impact-grid div { padding-left: 22px; border-left: 3px solid var(--brand); }
.impact-grid strong, .impact-grid span { display: block; }
.impact-grid strong { font-family: Georgia, serif; font-size: 23px; }
.impact-grid span { color: var(--muted); font-size: 14px; }
.start-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; padding: 55px; border-radius: 26px; background: var(--ink); color: white; }
.start-panel .eyebrow { color: var(--gold); }
.start-panel p { margin: 0; color: #c9d8d8; font-size: 19px; }

.page-hero { padding: 78px 0; background: var(--mint); }
.page-hero h1 { color: var(--teal-dark); font-size: clamp(44px, 7vw, 72px); }
.page-hero p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 20px; }
.content-list { max-width: 850px; }
.content-item { padding: 25px 0; border-bottom: 1px solid var(--line); }
.content-item h2 { font-size: 34px; }
.content-item h2 a { color: var(--ink); text-decoration: none; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.page-numbers { padding: 8px 13px; border-radius: 8px; background: white; text-decoration: none; }
.page-numbers.current { background: var(--teal); color: white; }

.petition-hero { padding: 72px 0; background: var(--teal-dark); color: white; }
.petition-hero-achieved { background: linear-gradient(120deg, #126b55, #168e67 55%, #d49b21); }
.petition-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 70px; align-items: end; }
.petition-hero h1 { max-width: 850px; font-size: clamp(42px, 6vw, 70px); }
.petition-hero .eyebrow a { color: var(--gold); text-decoration: none; }
.petition-deck { max-width: 760px; margin: 22px 0 0; color: #d4e8e6; font-size: 20px; }
.petition-meta { display: flex; flex-wrap: wrap; gap: 9px 28px; margin-top: 25px; color: #b9d5d2; font-size: 14px; }
.petition-closed-date { color: #ffe27c; font-weight: 800; }
.hero-progress { padding: 27px; border-radius: var(--radius); background: rgba(255,255,255,.09); }
.hero-progress-achieved { position: relative; overflow: hidden; border: 1px solid rgba(255,241,177,.55); background: rgba(255,255,255,.16); box-shadow: 0 16px 36px rgba(54,39,0,.16); }
.hero-progress-achieved::before, .hero-progress-achieved::after { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #ffe277; box-shadow: 38px 22px #ffb35c, 82px -8px #fff1a8, 142px 28px #7de3ae, 205px 2px #ffd65a, 260px 35px #fff; content: ""; opacity: .8; }
.hero-progress-achieved::before { top: 7px; left: 8px; }
.hero-progress-achieved::after { right: 18px; bottom: 12px; transform: rotate(180deg); }
.achievement-badge { position: relative; z-index: 1; display: inline-block !important; width: fit-content; margin: 0 0 17px !important; padding: 6px 11px; border-radius: 999px; background: #fff2ac; color: #674600 !important; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-progress-achieved > strong, .hero-progress-achieved > span, .hero-progress-achieved > div, .hero-progress-achieved > small { position: relative; z-index: 1; }
.hero-progress-achieved .progress span { background: linear-gradient(90deg, #fff09b, #ffd050); }
.hero-progress strong, .hero-progress span { display: block; }
.hero-progress strong { font-family: Georgia, serif; font-size: 55px; line-height: 1; }
.hero-progress span { margin: 5px 0 18px; color: #d4e8e6; }
.progress-large { height: 11px; background: rgba(255,255,255,.15); }
.hero-progress small { display: block; margin-top: 10px; color: #b9d5d2; }
.petition-layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 70px; align-items: start; padding-top: 65px; padding-bottom: 100px; }
.petition-cover { margin: 0 0 38px; overflow: hidden; border-radius: var(--radius); }
.petition-cover img { width: 100%; max-height: 540px; object-fit: cover; }
.recipient { display: flex; flex-direction: column; gap: 3px; margin-bottom: 35px; padding: 22px 25px; border-left: 4px solid var(--brand); background: #f2eee5; }
.recipient span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.recipient strong { font-family: Georgia, serif; font-size: 22px; }
.prose { font-size: 19px; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3 { margin-top: 1.5em; font-family: Georgia, serif; line-height: 1.15; }
.prose h2 { font-size: 38px; }
.prose blockquote { margin: 35px 0; padding: 5px 0 5px 28px; border-left: 4px solid var(--gold); color: var(--teal-dark); font-family: Georgia, serif; font-size: 26px; }
.share-section { margin-top: 60px; padding: 38px; border-radius: var(--radius); background: var(--mint); }
.share-section h2 { max-width: 600px; font-size: 36px; }
.share-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.supporters { margin-top: 60px; padding-top: 42px; border-top: 1px solid var(--line); }
.supporters h2 { font-family: Georgia, serif; font-size: 36px; }
.supporters ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; list-style: none; }
.supporters li { display: flex; align-items: center; gap: 12px; padding: 13px; border-radius: 12px; background: white; }
.avatar { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mint); color: var(--teal); font-weight: 900; }
.supporters strong, .supporters small { display: block; }
.supporters small { color: var(--muted); }
.supporters .supporter-confirmed { color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.legacy-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.legacy-summary div { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legacy-summary strong, .legacy-summary span { display: block; }
.legacy-summary strong { color: var(--teal-dark); font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.legacy-summary span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.petition-result { margin-top: 60px; padding: 38px; border-radius: var(--radius); background: var(--ink); color: white; }
.petition-result-achieved { position: relative; overflow: hidden; border: 1px solid #e9bd4e; background: linear-gradient(135deg, #11694f, #16845e 58%, #a87913); box-shadow: 0 18px 45px rgba(20,112,78,.2); }
.petition-result-achieved::after { position: absolute; top: -50px; right: -45px; width: 180px; height: 180px; border: 28px solid rgba(255,231,126,.18); border-radius: 50%; content: ""; }
.petition-result-achieved > * { position: relative; z-index: 1; }
.petition-result-achieved .eyebrow { color: #ffe47d; }
.petition-result-achieved > p { color: #e9fff5; }
.petition-result .eyebrow { color: var(--gold); }
.result-date { display: inline-block; margin: 8px 0 15px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff1b3; font-size: 13px; font-weight: 800; }
.petition-result h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 48px); line-height: 1.05; }
.petition-result > p { margin: 0; color: #c9d8d8; }
.result-outcome { display: flex; flex-direction: column; gap: 5px; margin-top: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.result-outcome strong { color: var(--gold); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.result-outcome span { font-size: 19px; }
.supporters-final ul, .supporters-legacy ul { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 720px; overflow: auto; padding-right: 8px; }

.signature-panel { position: sticky; top: 25px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.panel-heading > span { color: var(--brand); font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.panel-heading h2 { margin: 3px 0 7px; font-family: Georgia, serif; font-size: 34px; line-height: 1.1; }
.panel-heading p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.signature-form > label:not(.check) { display: block; margin-bottom: 15px; color: var(--ink); font-size: 14px; font-weight: 800; }
.signature-form label small { color: var(--muted); font-weight: 400; }
.signature-form input[type="text"], .signature-form input[type="email"], .signature-form input[type="tel"], .signature-form textarea {
	display: block; width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #bdcac8;
	border-radius: 9px; background: #fdfdfb; color: var(--ink); outline: none;
}
.signature-form input:focus, .signature-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(9,108,104,.12); }
.check { display: flex; align-items: flex-start; gap: 9px; margin: 12px 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--teal); }
.check-required { margin-top: 18px; color: var(--ink); }
.signature-form .button { margin-top: 18px; font-size: 15px; }
.form-security { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.notice-success { background: #dff4e7; color: #185b38; }
.notice-info { background: #e6f0f5; color: #24556b; }
.notice-error { background: #fae5e1; color: #8c2c22; }
.confirmation-card { text-align: center; }
.confirmation-card h2 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 35px; line-height: 1.1; }
.confirmation-card p { color: var(--muted); }
.confirmation-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 20px; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 35px; font-weight: 900; }

.site-footer { padding: 70px 0 25px; background: #10282a; color: #c8d9d9; }
.brand-light { color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr .6fr 1fr; gap: 65px; }
.footer-grid p { max-width: 380px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid a:not(.brand) { color: white; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

@media (max-width: 980px) {
	.menu-toggle { display: block; }
	.primary-nav {
		position: fixed; inset: 78px 0 auto; display: none; align-items: stretch; padding: 25px 20px 35px;
		background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
	}
	.menu-open .primary-nav { display: flex; }
	.primary-nav, .primary-nav ul { flex-direction: column; }
	.primary-nav ul { align-items: stretch; }
	.primary-nav a { display: block; padding: 5px; text-align: center; }
	.hero-grid, .petition-hero-grid, .petition-layout { grid-template-columns: 1fr; }
	.hero-grid { gap: 65px; }
	.hero-card { max-width: 650px; }
	.petition-grid { grid-template-columns: repeat(2, 1fr); }
	.petition-hero-grid { gap: 35px; }
	.hero-progress { max-width: 450px; }
	.petition-layout { gap: 50px; }
	.signature-panel { position: static; grid-row: 1; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-note { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	.shell { width: min(calc(100% - 28px), var(--shell)); }
	.hero { padding: 65px 0 75px; }
	.hero h1 { font-size: 49px; }
	.hero-copy > p { font-size: 18px; }
	.hero-card { padding: 28px; }
	.hero-number { top: -44px; font-size: 90px; }
	.trust-row { flex-direction: column; gap: 8px; }
	.section { padding-top: 65px; padding-bottom: 65px; }
	.section-heading { align-items: flex-start; flex-direction: column; }
	.petition-grid, .impact-grid, .start-panel, .footer-grid, .supporters ul, .legacy-summary { grid-template-columns: 1fr; }
	.start-panel { gap: 28px; padding: 32px 25px; }
	.petition-hero { padding: 55px 0; }
	.petition-meta { flex-direction: column; gap: 4px; }
	.petition-layout { padding-top: 35px; padding-bottom: 70px; }
	.signature-panel { padding: 23px 20px; }
	.share-section { padding: 28px 22px; }
	.petition-result { padding: 28px 22px; }
	.supporters-final ul, .supporters-legacy ul { grid-template-columns: 1fr; }
	.share-buttons .button { width: 100%; }
	.footer-note { grid-column: auto; }
	.footer-bottom { flex-direction: column; }
}

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