.pqo-verification-wrap {
    --pqo-purple: #6f2c91;
    --pqo-purple-dark: #51206b;
    --pqo-text: #202020;
    --pqo-muted: #686868;
    font-family: inherit;
    padding: 28px 15px;
}

.pqo-verification-wrap * { box-sizing: border-box; }

.pqo-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 36px 44px 28px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece7ef;
    box-shadow: 0 10px 30px rgba(61, 25, 79, .08);
    text-align: center;
}

.pqo-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 14px;
    color: var(--pqo-purple);
    background: #e7d8ef;
}

.pqo-icon svg { width: 31px; height: 31px; }

.pqo-eyebrow {
    margin: 0 0 6px;
    color: var(--pqo-purple);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.pqo-card h2 {
    margin: 0 0 12px;
    color: var(--pqo-text);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 800;
}

.pqo-intro {
    max-width: 620px;
    margin: 0 auto 24px;
    color: var(--pqo-muted);
    font-size: 16px;
    line-height: 1.55;
}

.pqo-card form { max-width: 630px; margin: 0 auto; }

.pqo-card label {
    display: block;
    margin: 0 0 7px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: var(--pqo-text);
}

.pqo-card input {
    width: 100%;
    height: 50px;
    margin: 0 0 16px;
    padding: 0 15px;
    border: 2px solid #d7cddd;
    border-radius: 7px;
    background: #fff;
    color: var(--pqo-text);
    font-size: 15px;
    outline: none;
    transition: .2s ease;
}

.pqo-card input:focus {
    border-color: var(--pqo-purple);
    box-shadow: 0 0 0 3px rgba(111, 44, 145, .11);
}

.pqo-btn {
    min-width: 160px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 0;
    border-radius: 6px;
    background: var(--pqo-purple);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.pqo-btn:hover { background: var(--pqo-purple-dark); transform: translateY(-1px); }
.pqo-btn:disabled { opacity: .65; cursor: wait; transform: none; }

.pqo-message {
    min-height: 22px;
    margin: 14px auto 0;
    font-weight: 700;
    font-size: 14px;
}
.pqo-message.is-error { color: #b42318; }
.pqo-message.is-success { color: #16834a; }

.pqo-success-mark {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--pqo-purple);
    font-size: 36px;
    font-weight: 800;
}

.pqo-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee8f1;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}
.pqo-features span { color: var(--pqo-purple); margin-right: 5px; }
[hidden] { display: none !important; }

@media (max-width: 640px) {
    .pqo-verification-wrap { padding: 18px 10px; }
    .pqo-card { padding: 28px 18px 22px; border-radius: 9px; }
    .pqo-card h2 { font-size: 27px; }
    .pqo-intro { font-size: 15px; }
    .pqo-btn { width: 100%; }
}
