.kviz-seodraw-wrap {
    --kviz-accent: #386dce;
    max-width: 420px;
    margin: 0 auto;
}

.kviz-seodraw-form {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-family: inherit;
}

.kviz-seodraw-logo img {
    max-width: 140px;
    margin: 0 auto 16px;
    display: block;
}

.kviz-seodraw-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.kviz-seodraw-phone {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    text-decoration: none;
}

.kviz-seodraw-max {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0055ff;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.kviz-seodraw-max-icon {
    display: inline-flex;
    line-height: 0;
}

.kviz-seodraw-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #111;
}

.kviz-seodraw-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.kviz-seodraw-field {
    margin-bottom: 14px;
    text-align: left;
}

.kviz-seodraw-field input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}

.kviz-seodraw-field input:focus {
    outline: none;
    border-color: var(--kviz-accent);
}

.kviz-seodraw-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.kviz-seodraw-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    font-size: 12px;
    color: #777;
    margin-bottom: 18px;
    cursor: pointer;
}

.kviz-seodraw-consent input {
    margin-top: 3px;
}

.kviz-seodraw-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    background: var(--kviz-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.kviz-seodraw-submit:hover {
    opacity: 0.9;
}

.kviz-seodraw-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.kviz-seodraw-error {
    margin-top: 12px;
    color: #cc0000;
    font-size: 13px;
}

.kviz-seodraw-success-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.kviz-seodraw-success-text {
    font-size: 15px;
    color: #555;
}
