.fc-ea-backdrop[hidden] { display: none !important; }
.fc-ea-backdrop { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; background: rgba(9,27,22,.84); backdrop-filter: blur(7px); }
.fc-ea-modal, .fc-ea-modal * { box-sizing: border-box; }
.fc-ea-modal { width: min(940px,100%); max-height: calc(100dvh - 40px); overflow: auto; display: grid; grid-template-columns: 43% 57%; position: relative; background: #fcfbf8; color: #17231e; box-shadow: 0 28px 80px rgba(0,0,0,.35); font-family: Arial, Helvetica, sans-serif; text-align: left; }
.fc-ea-visual { min-height: 500px; position: relative; }
.fc-ea-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.fc-ea-visual span { position: absolute; left: 24px; bottom: 24px; background: #d8473f; color: white; padding: 11px 15px; font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.fc-ea-copy { padding: clamp(38px,5vw,64px) clamp(26px,4vw,55px) 42px; }
.fc-ea-kicker { margin: 0 0 24px; color: #cb473f; font-size: 12px; letter-spacing: .15em; line-height: 1.5; font-weight: 700; }
.fc-ea-copy h2 { margin: 0 0 22px; color: #17231e; font: 700 clamp(34px,4.2vw,59px)/1.08 Arial, Helvetica, sans-serif; letter-spacing: -.045em; }
.fc-ea-copy > p:not(.fc-ea-kicker) { margin: 0; color: #52615c; font-size: 17px; line-height: 1.65; }
.fc-ea-donate { display: block; margin-top: 34px; padding: 18px 20px; background: #d8473f; color: white !important; border-radius: 50px; text-align: center; font-size: 17px; line-height: 1.25; font-weight: 700; text-decoration: none !important; }
.fc-ea-donate:hover, .fc-ea-donate:focus-visible { background: #b83831; color: white !important; }
.fc-ea-later { display: block; margin: 22px auto 0; padding: 5px; border: 0; background: none; color: #52615c; font: inherit; font-size: 15px; text-decoration: underline; cursor: pointer; }
.fc-ea-copy small { display: block; margin-top: 18px; color: #718079; font-size: 12px; text-align: center; }
.fc-ea-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: #17231e; font: 700 30px/1 Arial,sans-serif; cursor: pointer; }
.fc-ea-modal :focus-visible { outline: 3px solid #173f35; outline-offset: 3px; }
@media(max-width:700px) { .fc-ea-backdrop { padding: 12px; } .fc-ea-modal { display: block; max-height: calc(100dvh - 24px); } .fc-ea-visual { height: 170px; min-height: 170px; } .fc-ea-copy { padding: 27px 24px 30px; } .fc-ea-copy h2 { font-size: clamp(31px,8vw,42px); } .fc-ea-copy > p:not(.fc-ea-kicker) { font-size: 15px; } .fc-ea-kicker { font-size: 11px; margin-bottom: 16px; } .fc-ea-donate { margin-top: 24px; } .fc-ea-close { top: 12px; right: 12px; } }
