/* Beat Power — WhatsApp Opt-in Public Styles */
.bdc-wa-optin-wrap {
    max-width: 480px;
    margin: 24px auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bdc-wa-optin-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    text-align: center;
}

.bdc-wa-optin-title {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 8px;
}

.bdc-wa-optin-desc {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px;
    line-height: 1.5;
}

.bdc-wa-optin-form {
    text-align: left;
}

.bdc-wa-field {
    margin-bottom: 12px;
}

.bdc-wa-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #1f2937;
    transition: border-color .15s, box-shadow .15s;
    background: #fafafa;
}

.bdc-wa-input:focus {
    outline: none;
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37,211,102,.15);
    background: #fff;
}

.bdc-wa-consent {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

.bdc-wa-consent label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    cursor: pointer;
}

.bdc-wa-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #25D366;
}

.bdc-wa-notice {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 12px;
}

.bdc-wa-notice.success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.bdc-wa-notice.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.bdc-wa-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, transform .1s;
    font-family: inherit;
}

.bdc-wa-submit-btn:hover {
    background: #20b358;
    transform: translateY(-1px);
}

.bdc-wa-submit-btn:active {
    transform: translateY(0);
}

.bdc-wa-submit-btn:disabled {
    background: #a7f3c4;
    cursor: not-allowed;
    transform: none;
}

/* Success state */
.bdc-wa-optin-success {
    text-align: center;
    padding: 12px 0;
}

.bdc-wa-success-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.bdc-wa-success-msg {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 16px;
}

.bdc-wa-chat-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    background: #25D366;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background .15s;
}

.bdc-wa-chat-btn:hover {
    background: #20b358;
    color: #fff;
}
