.wc-brochure-modal {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.7);
    display:flex; justify-content:center; align-items:center;
    z-index: 9999;
}
.wc-brochure-card {
    background:#fff; padding:24px; border-radius:12px; width:360px; position:relative; box-shadow:0 10px 30px rgba(0,0,0,0.2);
}
.wc-brochure-close {
    position:absolute; top:8px; right:8px; background:transparent; border:none; font-size:22px; line-height:1; cursor:pointer;
}
button.wc-brochure-close { padding:3px 7px; height:auto; border-radius:4px; }
.wc-brochure-form input {
    width:100%; margin:8px 0; padding:8px;
}
.wc-brochure-subtitle { margin-top:-6px; color:#666; font-size:13px; }
.wc-brochure-btn {
    background: #2f3195 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0;
    padding: 0px 20px;
}
.wc-brochure-btn:hover { background:#005f8d; }
.wc-brochure-submit { width:100%; background-color:#2f3195; color:#ffffff; border:1px solid #2f3195; cursor:pointer; border-radius:6px; margin-top:8px; }
.wc-brochure-submit:hover { background-color:#282a7f; border-color:#282a7f; }
.wc-brochure-thanks { text-align:center; }
.wc-brochure-check { width:56px; height:56px; border-radius:50%; background:#e6f4ea; color:#2f7d32; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-size:28px; }
.wc-brochure-download-now { display:inline-block; background:#0073aa; color:#fff;  border-radius:6px; text-decoration:none; margin:10px 0; }
.wc-brochure-download-now:hover { background:#005f8d; }
.wc-brochure-close-btn { background:#666; color:#fff; padding:8px 14px; border:none; border-radius:6px; cursor:pointer; }
.wc-brochure-close-btn:hover { background:#555; }
