.cips-verify-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 16px;
    font-family: 'Poppins', sans-serif;
}
.cips-verify-card {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(15,38,71,.12);
    padding: 32px 28px;
    border-top: 4px solid #0f2647;
}
.cips-verify-head { text-align: center; margin-bottom: 20px; }
.cips-verify-logo { max-width: 140px; max-height: 70px; object-fit: contain; margin: 0 auto 12px; display: block; }
.cips-verify-badge {
    width: 54px; height: 54px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #1c3e6e, #0a1c38);
    border: 2px solid #c9a24b;
    color: #e6c876;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cinzel', serif; font-weight: 700; font-size: 20px;
    margin: 0 auto 12px;
}
.cips-verify-head h2 { font-family: 'Cinzel', serif; color: #0f2647; font-size: 20px; margin: 0 0 6px; }
.cips-verify-head p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.5; }

.cips-verify-form { display: flex; gap: 8px; margin-top: 6px; }
.cips-verify-form input {
    flex: 1;
    padding: 12px 14px;
    border: 1.5px solid #dcdcde;
    border-radius: 8px;
    font-size: 14px;
}
.cips-verify-form input:focus { outline: none; border-color: #0f2647; }
.cips-verify-form button {
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 20px;
    background-color: #0f2647 !important;
    background-image: linear-gradient(135deg,#0f2647,#0a1c38) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
}
.cips-verify-form button:hover,
.cips-verify-form button:focus,
.cips-verify-form button:active,
.cips-verify-form button:visited {
    background-color: #0a1c38 !important;
    background-image: linear-gradient(135deg,#0f2647,#0a1c38) !important;
    color: #ffffff !important;
    opacity: .92;
    outline: none;
}

#cips_verify_result { margin-top: 22px; }
.cips-v-loading { text-align: center; font-size: 13px; color: #6b7280; }

.cips-v-invalid {
    background: #fdecec;
    border: 1px solid #f5b5b5;
    color: #9b2c2c;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.cips-v-valid {
    border: 1px solid #cfe3d8;
    border-radius: 12px;
    overflow: hidden;
}
.cips-v-status {
    background: #eaf7ee;
    color: #1e7a3d;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .03em;
}
.cips-v-body { padding: 18px 20px; display: flex; gap: 16px; }
.cips-v-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid #c9a24b; flex-shrink: 0; }
.cips-v-photo-ph { width: 72px; height: 72px; border-radius: 50%; background: #f0ece1; flex-shrink: 0; }
.cips-v-details { flex: 1; }
.cips-v-name { font-size: 17px; font-weight: 700; color: #0f2647; margin-bottom: 4px; }
.cips-v-row { font-size: 12.5px; color: #3a4358; margin-bottom: 3px; }
.cips-v-row b { color: #1c2b40; font-weight: 600; }
.cips-v-id { text-align: center; font-size: 11.5px; color: #6b7280; padding: 8px; border-top: 1px dashed #e0e0e0; }

.cips-v-actions { display: flex; gap: 8px; padding: 0 20px 16px; flex-wrap: wrap; }
.cips-v-btn {
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    min-width: 140px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1.5px solid #dcdcde !important;
    background-color: #ffffff !important;
    background-image: none !important;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    color: #1c2b40 !important;
    line-height: 1.3;
    box-shadow: none;
    text-shadow: none;
    transition: background-color .15s ease, border-color .15s ease;
}
.cips-v-btn:hover,
.cips-v-btn:focus,
.cips-v-btn:active,
.cips-v-btn:visited {
    background-color: #f0f2f6 !important;
    border-color: #b7bcc4 !important;
    color: #1c2b40 !important;
    outline: none;
}
.cips-v-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #1c2b40 !important;
}
.cips-v-btn-primary {
    background-color: #0f2647 !important;
    background-image: linear-gradient(135deg,#0f2647,#0a1c38) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}
.cips-v-btn-primary:hover,
.cips-v-btn-primary:focus,
.cips-v-btn-primary:active,
.cips-v-btn-primary:visited {
    background-color: #0a1c38 !important;
    background-image: linear-gradient(135deg,#0f2647,#0a1c38) !important;
    color: #ffffff !important;
    opacity: .92;
}

.cips-v-request-form { padding: 0 20px 18px; display: flex; flex-direction: column; gap: 8px; }
.cips-v-request-form input, .cips-v-request-form textarea {
    padding: 10px 12px;
    border: 1.5px solid #dcdcde;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    resize: vertical;
}
.cips-v-request-form input:focus, .cips-v-request-form textarea:focus { outline: none; border-color: #0f2647; }

.cips-v-sent {
    background: #eaf7ee;
    border: 1px solid #cfe3d8;
    color: #1e7a3d;
    padding: 10px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    text-align: center;
}

/* ================= RESPONSIVE (mobile) ================= */
@media (max-width: 560px) {
    .cips-verify-wrap { padding: 24px 10px; }
    .cips-verify-card { padding: 22px 16px; border-radius: 12px; }
    .cips-verify-head h2 { font-size: 18px; }
    .cips-verify-head p { font-size: 12.5px; }

    .cips-verify-form { flex-direction: column; }
    .cips-verify-form button { width: 100%; }

    .cips-v-body { flex-direction: column; align-items: center; text-align: center; padding: 16px; }
    .cips-v-details { width: 100%; }
    .cips-v-row { text-align: left; }

    .cips-v-actions { flex-direction: column; padding: 0 16px 14px; }
    .cips-v-btn { width: 100%; min-width: 0; }

    .cips-v-request-form { padding: 0 16px 16px; }
}
