:root {
  --green: #24c76c;
  --deep-green: #07884a;
  --ink: #292b2e;
  --muted: #74777b;
  --line: #e5e7e7;
  --soft-green: #edffe8;
  --background: #f7f8f7;
  --card: #ffffff;
}


* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--background);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

button, a { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #72dc9b; outline-offset: 3px; }

.site-header {
  height: 72px;
  padding: 0 max(32px, calc((100vw - 1110px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #edf0ee;
}

.logo-slot { width: 170px; height: 45px; display: flex; align-items: center; text-decoration: none; }
.logo-slot img { display: block; width: 170px; height: 45px; }
.cover-brand-slot { position: absolute; top: 24px; left: 25px; width: 123px; height: 32px; }
.cover-brand-slot img { display: block; width: 100%; height: 100%; }

.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a { color: #54595a; text-decoration: none; font-size: 14px; }
.header-action { padding: 10px 16px; color: #07884a; background: #fff; border: 1px solid #12b660; border-radius: 7px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.header-action:hover { color: #fff; background: #12b660; box-shadow: 0 7px 16px #12b66038; transform: translateY(-2px); }

main { width: min(1110px, calc(100% - 40px)); margin: 42px auto 70px; }
.campaign-layout { display: grid; grid-template-columns: minmax(0, 730px) 350px; gap: 30px; align-items: start; }
.campaign-card, .donation-card, .tab-panel { background: var(--card); border-radius: 10px; }
.campaign-card { overflow: hidden; animation: enter-card .65s cubic-bezier(.16, 1, .3, 1) both; }

.cover-art { height: 408px; position: relative; overflow: hidden; background: #e9ece9; }
.campaign-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.02); transition: opacity .65s ease, transform 4.5s ease; }.campaign-photo.is-active { opacity: 1; transform: scale(1); }

.favorite { position: absolute; z-index: 5; top: 17px; right: 17px; width: 44px; height: 44px; border: 1px solid #e1e3df; background: #fff; border-radius: 50%; color: #a4aaa6; box-shadow: 0 2px 5px #75846d2e; display: grid; place-items: center; transition: transform .2s ease, color .2s ease, box-shadow .2s ease; }
.favorite svg { width: 22px; fill: currentColor; }
.favorite:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 7px 16px #3b725839; }.favorite:active { transform: scale(.92); }.favorite.liked { color: #24c76c; animation: heart-pop .35s ease; }

.cover-copy { position: absolute; z-index: 2; left: 27px; top: 93px; width: 284px; }
.eyebrow-art { margin: 0 0 13px; color: #68a253; font-weight: 800; font-size: 11px; letter-spacing: .15em; }
.cover-copy h2 { margin: 0; color: #282f27; font-family: "Nunito", sans-serif; line-height: .88; font-size: 40px; font-weight: 900; }
.cover-copy h2 strong { color: #419648; font-size: 51px; letter-spacing: -1.4px; }
.cover-copy > p:not(.eyebrow-art) { margin: 13px 0 17px; color: #354035; font-weight: 700; line-height: 1.12; font-size: 18px; }
.cover-goal { width: 252px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; background: #ffffffcf; border: 2px solid #bfdbb8; border-radius: 10px; color: #4a9449; }
.cover-goal > span { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #72ac70; border-radius: 50%; font-size: 19px; }
.cover-goal small { display: block; color: #617260; font-size: 12px; font-weight: 700; }
.cover-goal strong { display: block; font-family: "Nunito", sans-serif; font-size: 27px; line-height: .92; }

.portrait { position: absolute; z-index: 2; width: 280px; height: 358px; right: 56px; bottom: 0; animation: portrait-float 5.5s ease-in-out infinite; }
.portrait-halo { position: absolute; width: 232px; height: 232px; right: 12px; top: 8px; background: #f8dc9f99; border-radius: 50%; }
.portrait-head { position: absolute; z-index: 2; top: 38px; right: 72px; width: 118px; height: 140px; border-radius: 49% 48% 46% 45%; background: #c88b61; box-shadow: inset -14px -3px 0 #ad6e49; }
.portrait-hair { position: absolute; z-index: 3; top: 24px; right: 64px; width: 132px; height: 82px; background: #4c3025; border-radius: 50% 53% 33% 39%; transform: rotate(-9deg); box-shadow: 7px 20px 0 -8px #4c3025, -4px 15px 0 -8px #4c3025; }
.portrait-neck { position: absolute; z-index: 1; top: 161px; right: 100px; width: 55px; height: 45px; background: #b97954; border-radius: 0 0 45% 45%; }
.portrait-body { position: absolute; z-index: 1; right: 20px; bottom: -26px; width: 232px; height: 211px; background: linear-gradient(100deg, #252b29 10%, #171b1a 65%); border-radius: 53% 53% 0 0; transform: rotate(4deg); }
.portrait-smile { position: absolute; z-index: 5; top: 135px; right: 109px; width: 31px; height: 14px; border-bottom: 3px solid #6b342d; border-radius: 0 0 50% 50%; }
.portrait-eye { position: absolute; z-index: 5; top: 103px; width: 8px; height: 8px; background: #42291f; border-radius: 50%; }
.eye-left { right: 145px; }.eye-right { right: 104px; }
.leaf { position: absolute; z-index: 1; color: #8fcf85; font-size: 45px; opacity: .55; }.leaf-one { left: 306px; top: 77px; transform: rotate(14deg); }.leaf-two { left: 337px; top: 155px; font-size: 23px; }
.wave { position: absolute; z-index: 3; height: 38px; left: -20px; right: -20px; bottom: -19px; background: #fcfdfb; border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: rotate(3deg); opacity: .95; }

.campaign-details { padding: 26px 16px 39px; }
.campaign-meta { display: flex; align-items: center; justify-content: space-between; color: #8a8e90; font-size: 13px; }
.location { display: flex; align-items: center; gap: 5px; }.location svg { width: 16px; height: 16px; fill: #969a99; }
h1 { margin: 11px 0 12px; font-family: "Nunito", sans-serif; font-size: clamp(25px, 3vw, 33px); line-height: 1.05; letter-spacing: -.6px; }
.campaign-id { margin: 0; font-size: 15px; font-weight: 700; }.summary { max-width: 665px; margin: 23px 0 0; color: #656a6a; line-height: 1.38; font-size: 15px; }.read-more { padding: 0; color: #12aeb4; background: none; border: 0; font-weight: 800; }

.donation-card { padding: 16px; min-height: 548px; animation: enter-card .65s .13s cubic-bezier(.16, 1, .3, 1) both; }.progress-wrap { margin-bottom: 20px; }.progress-summary { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #6e7572; font-size: 11px; font-weight: 700; }.progress-percentage { color: #10894d; font-size: 12px; }.progress { position: relative; height: 10px; overflow: visible; background: #e8eee9; border-radius: 999px; box-shadow: inset 0 1px 2px #29573714; }.progress-fill { position: relative; display: block; width: .44%; height: 100%; min-width: 4px; overflow: hidden; background: linear-gradient(90deg, #0aa752, #2fe17c); border-radius: inherit; box-shadow: 0 0 12px #24c76c8c; transition: width .85s cubic-bezier(.16, 1, .3, 1); transform-origin: left; animation: fill-progress 1s .45s cubic-bezier(.16, 1, .3, 1) both; }.progress-fill::after { position: absolute; top: 0; right: -24px; width: 24px; height: 100%; content: ""; background: linear-gradient(90deg, transparent, #ffffffa6, transparent); animation: progress-shine 2.4s 1.2s ease-in-out infinite; }.progress-fill.is-updated { animation: progress-bump .5s ease both; }.progress-cap { position: absolute; z-index: 1; top: -22px; left: 50%; padding-left: 5px; color: #a2aaa5; border-left: 1px dashed #aab6ad; font-size: 9px; font-style: normal; line-height: 16px; }
.raised-label { margin: 20px 0 7px; font-weight: 700; font-size: 21px; }.raised-value { margin: 0; color: var(--green); font-family: "Nunito", sans-serif; font-size: 41px; font-weight: 900; line-height: 1; }.goal-value { margin: 10px 0 26px; color: #929596; font-size: 19px; }
.stats-box { padding: 12px 12px 10px; background: var(--soft-green); border-radius: 9px; font-size: 13px; }.stats-box > div { display: flex; justify-content: space-between; padding: 4px 0; }.stats-box b { color: #058f4a; }.stats-box strong { font-size: 13px; }
.donate-button, .share-button { width: 100%; height: 56px; border-radius: 7px; font-weight: 800; font-size: 21px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }.donate-button { margin-top: 32px; color: white; border: 1px solid var(--green); background: var(--green); box-shadow: 0 8px 17px #17b35f2e; }.donate-button:hover { background: #19b85f; box-shadow: 0 11px 23px #17b35f47; transform: translateY(-2px); }.donate-button:active, .share-button:active { transform: scale(.98); }.share-button { margin-top: 9px; color: #404143; border: 1px solid #767b7b; background: white; }.share-button:hover { color: #07884a; border-color: #12b660; background: #f4fff7; }.share-button svg { width: 18px; fill: currentColor; vertical-align: -3px; margin-right: 8px; }.share-feedback { height: 9px; margin: 4px 0 0; color: var(--deep-green); text-align: center; font-size: 11px; }
.protection { margin-top: 10px; padding: 17px 0; border-top: 1px solid #edf0ed; border-bottom: 1px solid #edf0ed; color: #087e47; font-size: 9px; font-weight: 800; }.protection span { display: inline-grid; width: 26px; height: 26px; margin-right: 7px; place-items: center; color: #fff; background: #07884a; border: 3px solid #b5e8be; border-radius: 50%; font-size: 14px; }
.organizer { margin-top: 17px; padding: 13px; display: flex; align-items: center; gap: 11px; background: #f8f8f8; border-radius: 8px; }.avatar { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #8ccd8d, #327f64); border-radius: 50%; font-weight: 800; }.organizer strong, .organizer span { display: block; }.organizer strong { font-size: 15px; }.organizer span { margin-top: 2px; font-size: 11px; }

.campaign-content { width: 730px; margin-top: 26px; animation: enter-card .65s .24s cubic-bezier(.16, 1, .3, 1) both; }.tabs { display: flex; align-items: end; gap: 15px; overflow-x: auto; }.tab { flex: 0 0 auto; padding: 11px 7px 12px; color: #54585b; background: none; border: 0; border-bottom: 2px solid #dce0de; font-size: 17px; transition: color .2s ease, border-color .2s ease; }.tab:hover { color: #07884a; }.tab.active { color: var(--green); border-color: var(--green); font-weight: 800; }.tab-panel { margin-top: 14px; padding: 29px 16px 36px; animation: panel-in .3s ease both; }.pix-line { margin: 10px 0 27px; color: #64696b; font-size: 15px; }.copy-pix { padding: 0 3px; color: #3e4542; border: 0; background: none; font-size: 19px; transition: color .2s ease, transform .2s ease; }.copy-pix:hover { color: var(--green); transform: scale(1.13); }.tab-panel h2 { margin: 0 0 8px; font-family: "Nunito", sans-serif; font-size: 23px; }.tab-panel > p:last-child { max-width: 620px; color: #63696a; line-height: 1.5; }
.campaign-story { max-width: 680px; color: #343836; font-size: 14px; line-height: 1.48; }.campaign-story p { margin: 0 0 8px; }.campaign-story h2 { margin: 24px 0 10px; color: #2e3331; font-size: 19px; }.campaign-story ul { margin: 0 0 10px; padding-left: 21px; }.campaign-story li { margin: 3px 0; }.campaign-story hr { width: 42px; height: 1px; margin: 18px 0; border: 0; background: #d9dedb; }.campaign-story strong { font-weight: 800; }

.modal-backdrop[hidden] { display: none !important; }
.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; background: radial-gradient(ellipse at top, #112016cc, #040504ee); backdrop-filter: blur(5px); transition: opacity .22s ease; }.modal-backdrop.is-visible { opacity: 1; }.donation-modal { position: relative; width: min(470px, 100%); max-height: 92vh; overflow-y: auto; padding: 28px 26px 26px; text-align: left; background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%); border: 1px solid #eae5d6; border-radius: 18px; box-shadow: 0 30px 80px #0008, 0 0 0 1px #00000008 inset; opacity: 0; transform: translateY(18px) scale(.96); transition: opacity .22s ease, transform .28s cubic-bezier(.16, 1, .3, 1); }.modal-backdrop.is-visible .donation-modal { opacity: 1; transform: translateY(0) scale(1); }.close-modal { position: absolute; top: 10px; right: 14px; color: #9ea0a1; border: 0; background: none; font-size: 30px; line-height: 1; transition: color .2s ease, transform .2s ease; z-index: 3; }.close-modal:hover { color: #1a1b1b; transform: rotate(90deg) scale(1.1); }.modal-icon { width: 60px; height: 60px; margin: 0 auto 8px; display: grid; place-items: center; font-size: 30px; background: radial-gradient(circle at 30% 30%, #fff5e6, #ffd6d6 60%, #ff9a9a 100%); border: 2px solid #ffb6b6; border-radius: 50%; box-shadow: 0 10px 24px #ff4d4d2a; animation: heart-pop .6s ease both; }.donation-modal h2 { margin: 0; text-align: center; color: #14181a; font-family: "Nunito", sans-serif; font-size: 27px; font-weight: 900; letter-spacing: -.4px; }.donation-modal h2::after { content: ""; display: block; width: 52px; height: 3px; margin: 10px auto 0; background: linear-gradient(90deg, #e53a3a, #ffb347); border-radius: 999px; }
.lead-copy { margin: 14px 4px 0; color: #3a3c3e; text-align: center; font-size: 14px; line-height: 1.55; }.lead-copy strong { color: #8b1414; }.lead-copy em { color: #111; font-style: normal; font-weight: 800; background: linear-gradient(180deg, transparent 60%, #fff0a8 60%); padding: 0 2px; }
.emotional-bullets { list-style: none; margin: 14px 0 4px; padding: 14px 14px 12px; background: linear-gradient(135deg, #fff8f8, #fff3e0); border: 1px solid #f1e2c3; border-left: 4px solid #d42a2a; border-radius: 12px; font-size: 13px; line-height: 1.45; color: #2a2c2d; }.emotional-bullets li { margin: 6px 0; display: flex; gap: 8px; align-items: flex-start; }.emotional-bullets li::before { content: "●"; color: #d42a2a; flex: 0 0 auto; font-size: 9px; line-height: 20px; }.emotional-bullets b { color: #8b1414; font-weight: 900; }.emotional-bullets strong { color: #0b100d; }
.amounts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 18px 0 4px; }.amounts-grid button { position: relative; min-height: 56px; padding: 8px 6px; color: #2c2f30; background: #fff; border: 1.5px solid #d9dada; border-radius: 11px; font-weight: 800; font-size: 18px; line-height: 1.05; transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; }.amounts-grid button span { display: block; margin-top: 3px; font-weight: 700; font-size: 10px; letter-spacing: .02em; color: #b57214; }.amounts-grid button:hover { color: #0a6d3a; border-color: #5fc98a; transform: translateY(-2px); box-shadow: 0 8px 18px #17b35f1e; }.amounts-grid .selected { color: #075d30; border: 2px solid #d42a2a; background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%); box-shadow: 0 8px 20px #d42a2a2a; transform: translateY(-1px); }.amounts-grid .selected::before { content: ""; position: absolute; inset: 0; border-radius: 11px; pointer-events: none; box-shadow: inset 0 0 0 2px #ffd7d7; }.amounts-grid .recommended { background: linear-gradient(180deg, #fff9ea, #fff); border-color: #e4a025; }.amounts-grid .recommended span { color: #8b5d0a; }.amounts-grid .highlight-amount { grid-column: span 3; min-height: 62px; background: linear-gradient(120deg, #fff2e6, #ffe8d0); border-color: #c74e16; color: #7a2b08; font-size: 22px; box-shadow: 0 10px 24px #c74e162a; }.amounts-grid .highlight-amount span { margin-top: 2px; color: #a1390a; font-size: 11px; letter-spacing: .02em; font-weight: 900; }
.impact-line { min-height: 22px; margin: 8px 2px 14px; padding: 8px 12px; color: #1e2a24; background: linear-gradient(180deg, #eafbf1, #ffffff); border: 1px dashed #6bcf8f; border-radius: 10px; font-size: 12.5px; font-weight: 600; line-height: 1.45; text-align: center; }
.custom-amount-block { margin: 14px 0 10px; padding: 14px 14px 12px; background: #f5f5f4; border-radius: 14px; border: 1px solid #ebebe8; }.custom-title { margin: 0 0 10px; text-align: center; color: #5a5d5f; font-size: 13px; font-weight: 800; }.custom-title span { padding: 0 10px; }.custom-amount-inner { padding: 12px 10px; background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%); border: 1px solid #f3dcc1; border-radius: 11px; }.custom-plea { margin: 0 0 8px; text-align: center; color: #5a4426; font-weight: 800; font-size: 14px; }.custom-amount-field { margin: 0; }.custom-amount-field input { height: 50px; font-size: 18px; text-align: center; letter-spacing: .04em; background: #fff; }
.donor-boost { display: grid; grid-template-columns: 22px 1fr; align-items: flex-start; gap: 10px; margin: 14px 0 4px; padding: 12px; cursor: pointer; background: linear-gradient(135deg, #fff7e9, #ffffff); border: 1px solid #f5d592; border-radius: 12px; color: #4b3311; font-size: 12px; line-height: 1.45; }.donor-boost input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #e67e22; }.donor-boost b { display: block; color: #7a4a0b; font-size: 14px; margin-bottom: 2px; }.donor-boost small { color: #4d3810; font-weight: 500; font-size: 12px; }.donor-boost strong { color: #0a5c2e; }
.social-proof-row { display: flex; align-items: center; gap: 10px; margin: 10px 0 4px; padding: 10px 12px; background: #fbfbfb; border: 1px solid #ececec; border-radius: 12px; }.avatars { display: flex; flex: 0 0 auto; align-items: center; }.avatars span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 800; border-radius: 50%; border: 2px solid #fff; margin-right: -8px; position: relative; }.avatars-more { background: #111 !important; font-size: 10px !important; z-index: 1; }.social-copy { color: #2c2e2f; font-size: 12.5px; font-weight: 700; line-height: 1.35; }
.checkout-form { margin-top: 10px; text-align: left; }.checkout-field { display: block; margin: 11px 0; color: #363839; font-size: 12px; font-weight: 800; }.checkout-field input { width: 100%; height: 47px; margin-top: 6px; padding: 0 12px; color: #191c1b; background: #fff; border: 1.5px solid #d9dcda; border-radius: 10px; font: inherit; font-weight: 500; font-size: 14.5px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }.checkout-field input:focus { border-color: #d42a2a; box-shadow: 0 0 0 3px #d42a2a1e; }.checkout-field input::placeholder { color: #a8acaa; }.donor-consent { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0 4px; padding: 8px; color: #484d4a; font-size: 12px; line-height: 1.4; cursor: pointer; border-radius: 8px; transition: background .2s ease; }.donor-consent:hover { background: #f8f6ef; }.donor-consent input { width: 16px; height: 16px; margin: 0; accent-color: #d42a2a; }.checkout-feedback { min-height: 20px; margin: 6px 0 2px !important; color: #c45139 !important; font-weight: 700; font-size: 12px; line-height: 1.35; padding-left: 4px; }.checkout-form .continue-button { margin-top: 12px; height: 56px; color: #fff; background: linear-gradient(135deg, #e53935 0%, #d81b60 100%); border: 0; border-radius: 12px; box-shadow: 0 12px 26px #e539353f, inset 0 -3px 0 #9f0f4b80; font-weight: 900; font-size: 19px; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; text-shadow: 0 1px 0 rgba(0,0,0,.15); }.checkout-form .continue-button:hover { filter: brightness(1.05); box-shadow: 0 16px 34px #e5393554, inset 0 -3px 0 #9f0f4b80; transform: translateY(-2px); }.checkout-form .continue-button:active { transform: scale(.99); }
.trust-row { display: flex; justify-content: space-between; gap: 6px; flex-wrap: wrap; margin: 10px 0 0; color: #4e5350; text-align: center; font-size: 10.5px; font-weight: 800; letter-spacing: .01em; }.trust-row span { flex: 1 1 0; padding: 8px 4px; background: #f7f7f5; border-radius: 8px; border: 1px solid #ecebe7; }
.urgency-row { margin: 12px 0 0; padding: 10px 12px; color: #fff; text-align: center; background: linear-gradient(120deg, #c0392b, #e67e22); border-radius: 10px; font-weight: 700; font-size: 13px; box-shadow: 0 8px 20px #c0392b28; animation: pulse-urgency 2.2s ease-in-out infinite; }.urgency-row strong { font-family: "Nunito", monospace; font-weight: 900; letter-spacing: .08em; margin: 0 4px; }
.modal-success .modal-icon { background: radial-gradient(circle at 30% 30%, #e8fff0, #9be8b4 60%, #2fbf6d 100%); border-color: #9be8b4; box-shadow: 0 10px 24px #2fbf6d3a; animation: heart-pop .4s ease both; }.modal-success h2 { margin-top: 5px; }.modal-success p { margin: 12px 0 23px; line-height: 1.5; }
.pix-payment { text-align: center; }.pix-amount { margin: 7px 0 17px !important; color: #075c2f !important; font-family: "Nunito", sans-serif; font-size: 24px; font-weight: 900; }.pix-qr { display: block; width: 188px; height: 188px; margin: 14px auto 4px; padding: 7px; background: #fff; border: 1px solid #dce7df; border-radius: 9px; box-shadow: 0 7px 18px #1c4c2c16; }.pix-copy-area { position: relative; margin: 14px 0 10px; text-align: left; }.pix-copy-area label { display: block; margin-bottom: 6px; color: #4b544f; font-size: 12px; font-weight: 800; }.pix-code { width: 100%; min-height: 75px; padding: 10px; resize: none; color: #4b504e; background: #f6f8f6; border: 1px solid #dfe6e1; border-radius: 7px; font-family: monospace; font-size: 11px; line-height: 1.35; }.copy-generated-pix, .check-payment { width: 100%; min-height: 45px; margin-top: 9px; color: #07884a; background: #fff; border: 1px solid #16b55e; border-radius: 7px; font-weight: 800; transition: transform .2s ease, background .2s ease; }.copy-generated-pix:hover, .check-payment:hover { background: #f1fff6; transform: translateY(-1px); }.check-payment { color: #fff; background: linear-gradient(135deg, #27ae60, #2ecc71); box-shadow: 0 8px 18px #27ae603a; }.check-payment:hover { background: linear-gradient(135deg, #219652, #26b967); }.pix-status { min-height: 20px; margin: 12px 0 0 !important; color: #4a504d !important; font-size: 12px; line-height: 1.45; }

@keyframes pulse-urgency { 0%, 100% { box-shadow: 0 8px 20px #c0392b28; } 50% { box-shadow: 0 10px 28px #c0392b45, 0 0 0 4px #e5393512; } }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 25px; width: max-content; max-width: calc(100vw - 32px); padding: 12px 17px; color: #fff; background: #222a25; border-radius: 10px; box-shadow: 0 10px 28px #16201947; font-size: 14px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .22s ease, transform .22s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.activity-popups { position: fixed; z-index: 15; left: 24px; bottom: 24px; display: flex; width: 320px; flex-direction: column; gap: 10px; pointer-events: none; }
.activity-notice { display: flex; align-items: center; gap: 11px; min-height: 77px; padding: 11px 37px 11px 11px; color: #333b37; background: #fff; border: 1px solid #e5eee7; border-radius: 11px; box-shadow: 0 12px 30px #25483224; opacity: 0; pointer-events: auto; transform: translateX(-120%); transition: opacity .42s ease, transform .52s cubic-bezier(.16, 1, .3, 1); }
.activity-notice.is-visible { opacity: 1; transform: translateX(0); }.activity-notice.is-leaving { opacity: 0; transform: translateX(-120%); }
.activity-symbol { flex: 0 0 39px; width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: linear-gradient(140deg, #28ce70, #139f56); border-radius: 50%; box-shadow: 0 5px 11px #1fbd6740; font-size: 19px; }.activity-copy { min-width: 0; }.activity-label { display: block; margin-bottom: 3px; color: #249a58; font-size: 9px; font-weight: 800; letter-spacing: .08em; }.activity-copy strong { display: block; overflow: hidden; color: #3b423f; font-size: 14px; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }.activity-copy span:last-child { display: block; margin-top: 2px; color: #818784; font-size: 11px; }.dismiss-activity { position: absolute; right: 9px; top: 8px; width: 23px; height: 23px; padding: 0; color: #8a928e; background: transparent; border: 0; border-radius: 50%; font-size: 19px; line-height: 1; transition: color .2s ease, background .2s ease; }.dismiss-activity:hover { color: #334039; background: #edf3ee; }
.activity-notice.is-abandoned { border-color: #f0d3b7; background: #fffaf4; }.activity-notice.is-abandoned .activity-symbol { background: linear-gradient(140deg, #f09b48, #d66b28); box-shadow: 0 5px 11px #d5772c40; font-weight: 900; }.activity-notice.is-abandoned .activity-label { color: #b5672b; }

/* Checkout PIX — composição limpa, alinhada e responsiva. */
.modal-backdrop { background: #15201a99; backdrop-filter: blur(2px); }
.donation-modal { width: min(462px, calc(100% - 24px)); padding: 26px 28px 24px; background: #fff; border: 0; border-radius: 10px; box-shadow: 0 18px 48px #10201742; }
.close-modal { top: 12px; right: 14px; color: #747a76; font-size: 26px; }.close-modal:hover { color: #303632; transform: none; }
.modal-icon { width: 42px; height: 42px; margin: 0 auto 10px; color: #fff; background: #24c76c; border: 0; border-radius: 50%; box-shadow: none; font-size: 20px; animation: none; }
.donation-modal h2 { padding: 0; color: #2b302e; text-align: center; font-size: 23px; letter-spacing: -.25px; }.donation-modal h2::after { display: none; }
.lead-copy { max-width: 310px; margin: 6px auto 18px; color: #707672; text-align: center; font-size: 13px; line-height: 1.45; }.lead-copy strong, .lead-copy em { color: inherit; background: none; font-style: normal; font-weight: inherit; }
.emotional-bullets, .impact-line, .donor-boost, .social-proof-row, .urgency-row { display: none; }.checkout-form { margin-top: 0; }
.amounts-grid { width: 100%; margin: 0 auto 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.amounts-grid button { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 7px 4px; color: #3e4542; background: #fff; border: 1px solid #d8ddda; border-radius: 7px; box-shadow: none; font-size: 15px; font-weight: 800; line-height: 1.1; }
.amounts-grid button:hover { color: #07884a; background: #f8fffa; border-color: #24c76c; box-shadow: none; transform: none; }.amounts-grid .selected { color: #07884a; background: #effbf3; border: 2px solid #24c76c; box-shadow: none; transform: none; }
.amounts-grid .selected::before { display: none; }.amounts-grid .recommended { position: relative; overflow: visible; }.amounts-grid .recommended span { position: absolute; top: -9px; left: 50%; display: block; padding: 3px 6px; color: #fff; background: #148a4d; border-radius: 999px; font-size: 8px; font-weight: 800; line-height: 1; white-space: nowrap; transform: translateX(-50%); }.amounts-grid .selected.recommended span { background: #07884a; }.amounts-grid button span { display: block; color: #148a4d; font-size: 9px; font-weight: 700; }
.amounts-grid .highlight-amount { grid-column: 2; min-height: 52px; color: #3e4542; background: #fff; border-color: #d8ddda; box-shadow: none; font-size: 15px; }.amounts-grid .highlight-amount:hover { color: #07884a; background: #f8fffa; border-color: #24c76c; }.amounts-grid .highlight-amount.selected { color: #07884a; background: #effbf3; border: 2px solid #24c76c; }
.custom-amount-block { margin: 0 0 14px; padding: 0; background: transparent; border: 0; border-radius: 0; }.custom-title, .custom-plea { display: none; }.custom-amount-inner { padding: 0; background: transparent; border: 0; border-radius: 0; }.custom-amount-field { margin: 0; color: #5f6762; text-align: center; font-size: 12px; font-weight: 700; }.custom-amount-field input { max-width: 210px; height: 43px; margin: 6px auto 0; text-align: center; font-size: 14px; letter-spacing: 0; }
.checkout-field { margin: 10px 0; color: #4e5652; font-size: 12px; }.checkout-field input { height: 43px; margin-top: 5px; border: 1px solid #dce1de; border-radius: 7px; font-size: 14px; }.checkout-field input:focus { border-color: #24c76c; box-shadow: 0 0 0 3px #24c76c1c; }
.donor-consent { margin: 10px 0 2px; padding: 0; color: #656d68; font-size: 12px; }.donor-consent:hover { background: none; }.donor-consent input { accent-color: #24c76c; }.checkout-feedback { margin: 6px 0 0 !important; font-weight: 500; }
.checkout-form .continue-button { width: 100%; height: 50px; margin-top: 9px; color: #fff; background: #24c76c; border: 0; border-radius: 7px; box-shadow: none; font-size: 16px; letter-spacing: 0; text-shadow: none; }.checkout-form .continue-button:hover { background: #1db661; box-shadow: none; filter: none; transform: none; }
.trust-row { display: block; margin: 10px 0 0; padding: 0; color: #8a908d; background: none; border: 0; text-align: center; font-size: 11px; font-weight: 600; }.trust-row span { padding: 0; background: none; border: 0; }

@media (max-width: 440px) { .donation-modal { padding: 24px 18px 20px; }.amounts-grid { gap: 7px; }.amounts-grid button, .amounts-grid button:nth-child(n + 4) { min-height: 48px; font-size: 14px; } }

.demo-supporters-heading { position: relative; display: flex; justify-content: center; margin: 0 0 16px; text-align: center; }.demo-supporters-heading h2 { margin-bottom: 4px; font-size: 20px; }.demo-supporters-heading p { margin: 0; color: #7b807d; font-size: 11px; }.demo-supporters-heading > span { position: absolute; top: 3px; right: 0; padding: 4px 6px; color: #148a4d; background: #effbf3; border-radius: 4px; font-size: 8px; font-weight: 800; letter-spacing: .06em; }.demo-supporters-list { padding: 0; margin: 0; list-style: none; }.demo-supporter-item { display: flex; align-items: center; min-width: 0; gap: 11px; padding: 17px 0; color: #353936; border-bottom: 1px solid #dfe3e0; animation: panel-in .28s ease both; }.demo-supporter-item:last-child { border-bottom: 0; }.demo-supporter-avatar { display: grid; flex: 0 0 49px; width: 49px; height: 49px; place-items: center; color: #fff; background: var(--avatar-color); border-radius: 50%; font-size: 17px; font-weight: 700; }.demo-supporter-info { display: grid; min-width: 0; gap: 5px; }.demo-supporter-info strong { overflow: hidden; color: #343836; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.demo-supporter-info span { color: #4f5552; font-size: 12px; }.demo-supporter-item time { margin-left: auto; color: #4c514f; font-size: 10px; white-space: nowrap; }
.rewards-heading { margin: 0 0 16px; }.rewards-heading h2 { max-width: 680px; margin: 0; color: #7b807d; font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 400; line-height: 1.45; letter-spacing: 0; }.rewards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 28px; }.reward-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 86px; padding: 13px 12px; border-radius: 9px; box-shadow: 0 2px 6px #1d372018; }.reward-card > div { display: grid; gap: 8px; }.reward-card strong { color: #353a38; font-size: 13px; line-height: 1.35; }.reward-card a { width: fit-content; color: #15aabc; font-size: 12px; text-decoration: underline; text-underline-offset: 2px; }.reward-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #fff; background: #07a254; border-radius: 5px; font-size: 19px; font-weight: 900; }.reward-icon--round { border-radius: 50%; }.reward-card--light { background: #fff; }.reward-card--mint { background: #eaffdf; }.reward-card--sand { background: #f5ecdd; }.reward-card--green { background: #068147; }.reward-card--green strong { color: #fff; }.reward-card--green .reward-icon { color: #ffca16; background: transparent; font-size: 28px; }.reward-card--yellow { background: #ffc40c; }.reward-card--yellow .reward-icon { background: #007f49; }
.badges-heading { position: relative; display: flex; justify-content: center; margin-bottom: 22px; text-align: center; }.badges-heading h2 { margin: 0; }.badges-heading span { position: absolute; top: 3px; right: 0; padding: 4px 6px; color: #148a4d; background: #effbf3; border-radius: 4px; font-size: 8px; font-weight: 800; letter-spacing: .06em; }.badges-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; }.badge-item { display: grid; justify-items: center; gap: 6px; color: #363a38; text-align: center; }.badge-item strong { min-height: 35px; font-size: 13px; line-height: 1.35; }.badge-item > span:last-child { color: #4f5552; font-size: 12px; }.badge-medallion { position: relative; display: grid; width: 43px; height: 43px; place-items: center; color: #fff; border-radius: 50%; font-size: 15px; font-weight: 800; line-height: 1; }.badge-medallion::before, .badge-medallion::after { position: absolute; inset: -5px; z-index: -1; content: ""; background: inherit; clip-path: polygon(50% 0%, 61% 10%, 75% 7%, 81% 20%, 94% 25%, 91% 39%, 100% 50%, 91% 61%, 94% 75%, 81% 80%, 75% 93%, 61% 90%, 50% 100%, 39% 90%, 25% 93%, 19% 80%, 6% 75%, 9% 61%, 0% 50%, 9% 39%, 6% 25%, 19% 20%, 25% 7%, 39% 10%); }.badge-medallion::after { inset: 5px; background: #ffffff1f; clip-path: none; border: 1px solid #ffffff70; border-radius: 50%; }.badge-medallion--red { background: #d9384e; }.badge-medallion--purple { background: #9a65d8; }.badge-medallion--green { background: #079b57; }.badge-medallion--blue { background: #1ca5b8; }.badge-medallion--dark-green { background: #008150; font-size: 10px; }.badge-medallion--orange { background: #f47c2c; font-size: 9px; }.badge-medallion--teal { background: #078895; font-size: 9px; }.badge-medallion--pink { background: #ed79bd; font-size: 9px; }

@media (max-width: 540px) { .rewards-heading > span { position: static; display: inline-block; margin-top: 8px; }.rewards-grid { grid-template-columns: 1fr; gap: 12px; }.reward-card { min-height: 82px; }.badges-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }.badges-heading span { position: static; margin-top: 6px; } }

@keyframes enter-card { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fill-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes progress-shine { 0%, 42% { transform: translateX(-18px); } 75%, 100% { transform: translateX(40px); } }
@keyframes progress-bump { 0% { filter: brightness(1); } 45% { filter: brightness(1.28); } 100% { filter: brightness(1); } }
@keyframes portrait-float { 0%, 100% { bottom: 0; } 50% { bottom: 5px; } }
@keyframes heart-pop { 0% { transform: scale(.72); } 55% { transform: scale(1.2); } 100% { transform: scale(1); } }
@keyframes panel-in { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: translateY(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; } }

@media (max-width: 850px) { .site-header nav a { display: none; }.site-header { padding: 0 20px; }.campaign-layout { grid-template-columns: 1fr; }.donation-card { min-height: auto; }.campaign-content { width: 100%; }.cover-art { height: 380px; }.portrait { right: 5%; transform: scale(.92); transform-origin: bottom right; } }
@media (max-width: 540px) { main { width: min(100% - 24px, 1110px); margin-top: 18px; }.site-header { height: 64px; }.logo-slot, .logo-slot img { width: 138px; height: auto; }.header-action { padding: 8px 11px; }.cover-art { height: 340px; }.cover-copy { left: 19px; top: 73px; transform: scale(.82); transform-origin: top left; }.cover-brand-slot { top: 15px; left: 17px; }.favorite { top: 12px; right: 12px; }.portrait { right: -37px; transform: scale(.75); transform-origin: bottom right; }.leaf-one, .leaf-two { display: none; }.campaign-details { padding: 22px 15px 29px; }.campaign-meta { font-size: 11px; }.location { display: none; } h1 { font-size: 26px; }.summary { font-size: 14px; }.raised-value { font-size: 38px; }.tabs { gap: 5px; }.tab { font-size: 15px; }.tab-panel { padding: 21px 15px 28px; }.pix-line { line-height: 1.5; }.demo-supporters-list { grid-template-columns: 1fr; }.activity-popups { right: 12px; left: 12px; bottom: 12px; width: auto; }.activity-notice:nth-child(n + 2) { display: none; }.toast { bottom: 105px; } }
