body.modal-open { overflow: hidden; }
.flyer-card { cursor: pointer; position: relative; }
.flyer-card::after { content: 'Ver información  ↗'; position: absolute; inset: auto 0 0; padding: 14px; color: #fff; background: linear-gradient(transparent, rgba(8, 27, 35, .94)); font-size: 12px; font-weight: 700; letter-spacing: .2px; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.flyer-card:hover::after, .flyer-card:focus-visible::after { opacity: 1; transform: translateY(0); }
.flyer-modal { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(5, 22, 29, .72); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.flyer-modal.open { opacity: 1; visibility: visible; }
.flyer-modal-dialog { width: min(920px, 100%); max-height: min(700px, calc(100vh - 48px)); display: grid; grid-template-columns: minmax(260px, .9fr) 1.1fr; overflow: auto; position: relative; background: #fff; box-shadow: 0 25px 65px rgba(0, 0, 0, .32); transform: translateY(20px) scale(.98); transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.flyer-modal.open .flyer-modal-dialog { transform: translateY(0) scale(1); }
.flyer-modal-visual { background: #142e37; min-height: 500px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.flyer-modal-visual img { display: block; max-width: 100%; max-height: min(700px, calc(100vh - 48px)); object-fit: contain; }
.flyer-modal-content { padding: 58px 52px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.flyer-modal-content .eyebrow { margin-bottom: 13px; }
.flyer-modal-content h2 { font: 38px/1.1 'Playfair Display', serif; color: var(--navy); margin: 0 0 18px; }
.flyer-modal-content > p { color: var(--muted); line-height: 1.65; margin: 0 0 25px; }
.modal-list { width: 100%; padding: 0; margin: 0 0 26px; list-style: none; border-top: 1px solid #dce4e2; }
.modal-list li { padding: 12px 0; border-bottom: 1px solid #dce4e2; color: #3d5961; font-size: 14px; }
.modal-list li::before { content: '✓'; color: var(--teal); font-weight: 700; margin-right: 10px; }
.modal-close { position: absolute; top: 13px; right: 13px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: var(--navy); font-size: 26px; line-height: 1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.modal-close:hover { background: var(--teal); transform: rotate(90deg); }
.modal-contact { margin-top: auto; }
@media (max-width: 650px) { .flyer-modal { padding: 14px; } .flyer-modal-dialog { grid-template-columns: 1fr; max-height: calc(100vh - 28px); } .flyer-modal-visual { min-height: 0; max-height: 45vh; } .flyer-modal-visual img { max-height: 45vh; } .flyer-modal-content { padding: 30px 25px; } .flyer-modal-content h2 { font-size: 31px; } }
