.wpmm-lock-box{
    margin:20px 0;
    border:2px solid #d4af37;
    background:linear-gradient(180deg,#0b1a3a 0%,#10192c 100%);
    border-radius:12px;
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    overflow:hidden;
}
.wpmm-lock-inner{
    padding:28px 22px;
    text-align:center;
}
.wpmm-lock-kicker{
    color:#fff;
    font-weight:800;
    font-size:26px;
    line-height:1.2;
    letter-spacing:.5px;
    text-transform:uppercase;
    margin-bottom:14px;
}
.wpmm-lock-message{
    color:#f4f4f4;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}
.wpmm-lock-submessage{
    color:#d8dbe3;
    margin-bottom:18px;
    font-size:14px;
}
.wpmm-lock-button{
    display:inline-block;
    padding:12px 22px;
    background:#f1c40f;
    color:#111 !important;
    border-radius:999px;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
    box-shadow:0 4px 10px rgba(0,0,0,.18);
}
.wpmm-lock-button:hover{
    opacity:.92;
}

.wpmm-form-box,
.wpmm-account-box,
.wpmm-info-box,
.wpmm-error-box,
.wpmm-success-box{
    margin:20px 0;
    padding:20px;
    border-radius:12px;
    background:#0b1a3a;
    border:2px solid #d4af37;
    color:#fff;
}

.wpmm-form-box label{
    display:block;
    margin-bottom:6px;
    font-weight:700;
    color:#fff;
}

.wpmm-form-box input{
    width:100%;
    max-width:420px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
    margin-bottom:14px;
}

.wpmm-btn-primary{
    display:inline-block;
    padding:12px 22px;
    background:#f1c40f;
    color:#111 !important;
    border:none;
    border-radius:999px;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer;
}

.wpmm-error-box{
    background:#4a1111;
    border-color:#d9534f;
}

.wpmm-success-box{
    background:#14351d;
    border-color:#5cb85c;
}

.wpmm-info-box{
    background:#0b1a3a;
    border-color:#d4af37;
}

.wpmm-table{
    width:100%;
    border-collapse:collapse;
    margin-top:16px;
    color:#fff;
}

.wpmm-table th,
.wpmm-table td{
    border:1px solid rgba(255,255,255,.15);
    padding:10px;
    text-align:left;
}

.wpmm-table th{
    background:rgba(255,255,255,.08);
}

.wpmm-pricing-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:20px;
    margin:20px 0;
}

.wpmm-plan-card{
    background:#0b1a3a;
    border:2px solid #d4af37;
    border-radius:12px;
    padding:24px 20px;
    color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    text-align:center;
}

.wpmm-plan-card h3{
    margin:0 0 14px;
    color:#fff;
    font-size:28px;
}

.wpmm-plan-price{
    font-size:34px;
    font-weight:800;
    color:#f1c40f;
    margin-bottom:8px;
}

.wpmm-plan-duration,
.wpmm-plan-status{
    margin-bottom:10px;
    font-size:15px;
    color:#d8dbe3;
}

.wpmm-btn-secondary{
    display:inline-block;
    padding:12px 22px;
    background:#555;
    color:#fff !important;
    border:none;
    border-radius:999px;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.wpmm-btn-primary{
    appearance:none;
    -webkit-appearance:none;
}

.wpmm-account-box select,
.wpmm-account-box textarea{
    width:100%;
    max-width:520px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
}

.wpmm-payment-summary{
    margin:20px 0;
}

.wpmm-payment-summary h4{
    margin:0 0 12px;
    color:#fff;
}

.wpmm-payment-method-box{
    margin:18px 0;
    padding:18px 18px;
    border-radius:12px;
    background:#0b1a3a;
    border:2px solid #d4af37;
    color:#fff;
}

.wpmm-instruction-text{
    margin-top:10px;
    line-height:1.7;
    white-space:normal;
}

.wpmm-copy-row{
    display:flex;
    gap:10px;
    align-items:center;
    margin-top:14px;
    flex-wrap:wrap;
}

.wpmm-copy-input{
    width:100%;
    max-width:360px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
}

.wpmm-copy-btn{
    cursor:pointer;
}

.wpmm-order-card{
    margin:18px 0;
    padding:18px;
    border:2px solid #d4af37;
    border-radius:12px;
    background:#0b1a3a;
}

.wpmm-proof-form input[type="text"],
.wpmm-proof-form textarea,
.wpmm-proof-form input[type="file"]{
    width:100%;
    max-width:520px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
}

.wpmm-proof-form input[type="file"]{
    padding:8px;
}

.wpmm-proof-form input[type="text"],
.wpmm-proof-form textarea,
.wpmm-proof-form input[type="file"]{
    width:100%;
    max-width:520px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
}

.wpmm-proof-form input[type="file"]{
    padding:8px;
}

.wpmm-status-badge{
    display:inline-block;
    padding:6px 12px;
    border-radius:999px;
    font-weight:700;
    font-size:13px;
    line-height:1;
}

.wpmm-status-pending{
    background:#6c757d;
    color:#fff;
}

.wpmm-status-proof_submitted{
    background:#0d6efd;
    color:#fff;
}

.wpmm-status-reviewing{
    background:#f0ad4e;
    color:#111;
}

.wpmm-status-paid{
    background:#198754;
    color:#fff;
}

.wpmm-status-cancelled{
    background:#dc3545;
    color:#fff;
}

.wpmm-crypto-invoice-box{
    margin:18px 0;
    padding:18px;
    border:2px solid #d4af37;
    border-radius:12px;
    background:#071635;
    color:#fff;
}

.wpmm-crypto-invoice-box h4{
    margin:0 0 12px;
    color:#f1c40f;
}

.wpmm-status-expired{
    background:#8b0000;
    color:#fff;
}

.wpmm-status-cancelled{
    background:#dc3545;
    color:#fff;
}

.wpmm-status-paid{
    background:#198754;
    color:#fff;
}

.wpmm-status-proof_submitted{
    background:#0d6efd;
    color:#fff;
}

.wpmm-status-reviewing{
    background:#f0ad4e;
    color:#111;
}

.wpmm-status-pending{
    background:#6c757d;
    color:#fff;
}

.wpmm-proof-form input[type="text"],
.wpmm-proof-form textarea{
width:100%;
    max-width:520px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #3e4d74;
    background:#fff;
    color:#111;
}