@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,700;0,800;1,500;1,600;1,700&family=Montserrat:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* Overlay */
.euwp-overlay-bcf05b35 {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms cubic-bezier(0.16, 1, 0.32, 1), visibility 0s 400ms;
    padding: 16px;
}

.euwp-overlay-bcf05b35.euwp-active-bcf05b35 {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms cubic-bezier(0.16, 1, 0.32, 1), visibility 0s 0s;
}

/* Modal */
.euwp-modal-bcf05b35 {
    position: relative;
    width: 92%;
    max-width: 420px;
    background: #0a0806;
    border-radius: 20px;
    padding: 32px 24px;
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 400ms cubic-bezier(0.16, 1, 0.32, 1);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(212, 168, 87, 0.08);
}

.euwp-overlay-bcf05b35.euwp-active-bcf05b35 .euwp-modal-bcf05b35 {
    transform: scale(1);
}

/* Glow */
.euwp-glow-bcf05b35 {
    position: absolute;
    right: -10%;
    top: -30%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(212, 168, 87, 0.32) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

/* Grain */
.euwp-grain-bcf05b35 {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 128px 128px;
}

/* Close button — minimalist */
.euwp-close-bcf05b35 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    transition: color 250ms ease, background 250ms ease;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}

.euwp-close-bcf05b35:hover {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.85);
}

.euwp-close-bcf05b35:focus-visible {
    outline: 2px solid #d4a857;
    outline-offset: 2px;
}

/* Content wrapper */
.euwp-content-bcf05b35 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

/* Eyebrow */
.euwp-eyebrow-bcf05b35 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.euwp-eyebrow-line-bcf05b35 {
    display: block;
    width: 36px;
    height: 1px;
    background: #d4a857;
    flex-shrink: 0;
}

.euwp-eyebrow-text-bcf05b35 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    color: #d4a857;
    line-height: 1;
}

/* Headline */
.euwp-headline-bcf05b35 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.025em;
    line-height: 1.02;
    color: #ffffff;
    margin: 0;
}

.euwp-headline-line1-bcf05b35,
.euwp-headline-line2-bcf05b35 {
    display: block;
}

.euwp-headline-line2-bcf05b35 {
    margin-top: 4px;
}

.euwp-que-bcf05b35 {
    font-style: italic;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
}

.euwp-umbral-bcf05b35 {
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(120deg, #ffd96b, #d4a857 50%, #ffd96b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.euwp-desc-bcf05b35 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 20px 0 0;
}

/* Date */
.euwp-date-bcf05b35 {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.euwp-date-main-bcf05b35 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
}

.euwp-date-sub-bcf05b35 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #d4a857;
    line-height: 1.3;
}

/* Divider (desktop only) */
.euwp-divider-bcf05b35 {
    display: none;
}

/* Right column / CTA area */
.euwp-right-bcf05b35 {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CTA Button */
.euwp-cta-bcf05b35 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 22px 32px;
    background: linear-gradient(180deg, #ffd96b 0%, #d4a857 45%, #8a6020 100%);
    color: #0a0806;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 20px 40px -15px rgba(212, 168, 87, 0.5);
    transition: all 250ms ease;
    line-height: 1;
}

.euwp-cta-bcf05b35:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -12px rgba(212, 168, 87, 0.65);
    color: #0a0806;
    text-decoration: none;
}

.euwp-cta-bcf05b35:focus-visible {
    outline: 2px solid #ffd96b;
    outline-offset: 3px;
}

/* Microcopy */
.euwp-micro-bcf05b35 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    margin: 14px 0 0;
}

/* Body scroll lock */
body.euwp-noscroll-bcf05b35 {
    overflow: hidden !important;
}

/* ═══════════════════════════════════════════
   TABLET (768px - 1023px)
   ═══════════════════════════════════════════ */
@media (min-width: 768px) {
    .euwp-modal-bcf05b35 {
        max-width: 600px;
        padding: 48px 40px;
        width: 100%;
    }

    .euwp-headline-bcf05b35 {
        font-size: 42px;
    }
}

/* ═══════════════════════════════════════════
   DESKTOP (1024px+)
   ═══════════════════════════════════════════ */
@media (min-width: 1024px) {
    .euwp-modal-bcf05b35 {
        max-width: 880px;
        padding: 60px 50px;
    }

    .euwp-headline-bcf05b35 {
        font-size: 52px;
    }

    .euwp-content-bcf05b35 {
        flex-direction: row;
        align-items: center;
    }

    .euwp-left-bcf05b35 {
        flex: 0 0 60%;
        padding-right: 40px;
    }

    .euwp-divider-bcf05b35 {
        display: block;
        width: 1px;
        align-self: stretch;
        background: rgba(212, 168, 87, 0.18);
        flex-shrink: 0;
    }

    .euwp-right-bcf05b35 {
        flex: 1;
        margin-top: 0;
        padding-left: 40px;
        justify-content: center;
    }

    .euwp-cta-bcf05b35 {
        width: auto;
        height: auto;
    }
}
