/**
 * EMA PDF Band — full-width horizontal crimson download band.
 * Matches .pdf-band from service-festivals-events.html.
 */
.elementor-widget-ema_pdf_band .pdf-band{
    padding: 80px 32px;
    background: #A01428;
    color: #F5EFD9;
    position: relative;
    overflow: hidden;
}
.elementor-widget-ema_pdf_band .pdf-band::before{
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,239,217,.08) 0%, transparent 70%);
    pointer-events: none;
}
.elementor-widget-ema_pdf_band .pdf-band-inner{
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.elementor-widget-ema_pdf_band .pdf-band-icon{
    width: 80px;
    height: 96px;
    background: #F5EFD9;
    color: #A01428;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .06em;
    position: relative;
    border: 3px solid #12110F;
    box-shadow: 5px 5px 0 #12110F;
}
.elementor-widget-ema_pdf_band .pdf-band-icon::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 14px 14px 0;
    border-color: transparent #12110F transparent transparent;
}
.elementor-widget-ema_pdf_band .pdf-band-text .tag{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #C2A862;
    margin-bottom: 8px;
    display: block;
}
.elementor-widget-ema_pdf_band .pdf-band-text h3{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #F5EFD9;
    margin: 0 0 6px;
}
.elementor-widget-ema_pdf_band .pdf-band-text h3 em{
    font-style: normal;
    color: #C2A862;
}
.elementor-widget-ema_pdf_band .pdf-band-text p{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(245,239,217,.78);
    margin: 0;
}
.elementor-widget-ema_pdf_band .pdf-band-cta{
    background: #F5EFD9;
    color: #12110F;
    border: 3px solid #12110F;
    box-shadow: 5px 5px 0 #12110F;
    padding: 18px 28px;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .15s, box-shadow .15s;
    white-space: nowrap;
    text-decoration: none;
}
.elementor-widget-ema_pdf_band .pdf-band-cta:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #12110F;
}

@media (max-width: 1100px){
    .elementor-widget-ema_pdf_band .pdf-band-inner{
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
    .elementor-widget-ema_pdf_band .pdf-band-icon{ margin: 0 auto; }
}
@media (max-width: 780px){
    .elementor-widget-ema_pdf_band .pdf-band{ padding: 48px 16px; }
    .elementor-widget-ema_pdf_band .pdf-band-inner{ gap: 18px; }
    .elementor-widget-ema_pdf_band .pdf-band-text h3{ font-size: 24px; }
    .elementor-widget-ema_pdf_band .pdf-band-cta{
        padding: 14px 22px;
        font-size: 11px;
        letter-spacing: .16em;
    }
}
