:root {
    --wpblz-orange: #FD6104;
    --wpblz-orange-dark: #D94E00;
    --wpblz-orange-soft: #FFF1E8;
    --wpblz-black: #0F172A;
    --wpblz-text: #334155;
    --wpblz-muted: #64748B;
    --wpblz-placeholder: #94A3B8;
    --wpblz-border: #DDE6F1;
    --wpblz-border-strong: #C9D6E6;
    --wpblz-green: #57BE43;
    --wpblz-white: #FFFFFF;
    --wpblz-card-shadow: 0 32px 90px rgba(15, 23, 42, 0.16);
}

body.wpblz-reg-lock {
    overflow: hidden;
}

.wpblz-reg-overlay,
.wpblz-reg-overlay * {
    box-sizing: border-box;
}

.wpblz-reg-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 26px;
    background: rgba(15, 23, 42, 0.58);
    z-index: 999999;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.wpblz-reg-overlay.is-open {
    display: flex;
}

.wpblz-reg-shell {
    position: relative;
    width: min(1180px, 100%);
    height: min(760px, calc(100vh - 52px));
    max-height: calc(100vh - 52px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.74fr);
    overflow: hidden;
    background: var(--wpblz-white);
    border-radius: 28px;
    box-shadow: var(--wpblz-card-shadow);
    animation: wpblzPopupIn 0.22s ease-out;
}

@keyframes wpblzPopupIn {
    from { opacity: 0; transform: translateY(16px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.wpblz-reg-close {
    all: unset;
    box-sizing: border-box !important;
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: #F6F8FC !important;
    color: var(--wpblz-black) !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(221, 230, 241, 0.85) !important;
    box-shadow: none !important;
    appearance: none !important;
    z-index: 30;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.wpblz-reg-close:hover,
.wpblz-reg-close:focus {
    background: #EEF3F9 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.wpblz-reg-close svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

.wpblz-reg-hero {
    position: relative;
    min-width: 0;
    padding: clamp(28px, 4.2vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at 0% 0%, rgba(253, 97, 4, 0.14) 0, rgba(253, 97, 4, 0.04) 34%, transparent 58%),
        linear-gradient(145deg, #FFFFFF 0%, #FFF8F3 48%, #FFFFFF 100%);
    overflow: hidden;
}

.wpblz-reg-hero::before,
.wpblz-reg-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.wpblz-reg-hero::before {
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: 70px;
    background: rgba(253, 97, 4, 0.09);
}

.wpblz-reg-hero::after {
    width: 120px;
    height: 120px;
    left: 44px;
    bottom: -44px;
    background: rgba(253, 97, 4, 0.12);
}

.wpblz-reg-brand,
.wpblz-mobile-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.wpblz-reg-brand img,
.wpblz-mobile-brand img {
    display: block;
    width: auto;
    max-width: 168px;
    height: auto;
    object-fit: contain;
}

.wpblz-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin-top: auto;
    margin-bottom: auto;
}

.wpblz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(253, 97, 4, 0.09);
    color: var(--wpblz-orange-dark);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.wpblz-hero-copy h2 {
    margin: 0 0 24px !important;
    color: var(--wpblz-black) !important;
    font-size: clamp(40px, 5vw, 58px) !important;
    line-height: 1.08 !important;
    font-weight: 850 !important;
    letter-spacing: -0.045em !important;
}

.wpblz-hero-copy h2 span {
    color: var(--wpblz-orange) !important;
}

.wpblz-hero-copy p {
    max-width: 520px;
    margin: 0 0 44px !important;
    color: #475569 !important;
    font-size: clamp(18px, 1.8vw, 23px) !important;
    line-height: 1.46 !important;
    font-weight: 450 !important;
}

.wpblz-benefit-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 18px;
}

.wpblz-benefit-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--wpblz-text);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 650;
}

.wpblz-benefit-list li span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: var(--wpblz-orange-soft);
    color: var(--wpblz-orange);
    font-size: 18px;
    font-weight: 900;
}

.wpblz-reg-panel {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px clamp(34px, 4vw, 64px) 42px;
    background: #FFFFFF;
    border-left: 1px solid #EDF2F8;
    overflow-y: auto;
    scrollbar-width: thin;
}

.wpblz-reg-card {
    width: 100%;
    max-width: 500px;
}

.wpblz-mobile-brand {
    display: none;
    margin-bottom: 26px;
}

.wpblz-form-heading {
    margin: 0 0 30px;
}

.wpblz-form-heading h2 {
    margin: 0 0 7px !important;
    color: var(--wpblz-black) !important;
    font-size: 26px !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
}

.wpblz-form-heading p {
    margin: 0 !important;
    color: var(--wpblz-muted) !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

.wpblz-field-group {
    margin: 0 0 20px;
}

.wpblz-field-group label {
    display: block;
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 750;
}

.wpblz-field-group label span {
    color: #EF4444;
}

.wpblz-input-wrap,
.wpblz-phone-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    height: 54px;
    border: 1px solid var(--wpblz-border) !important;
    border-radius: 13px;
    background: #FFFFFF;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.wpblz-input-wrap {
    overflow: hidden;
}

.wpblz-phone-row {
    overflow: visible;
    position: relative;
    z-index: 20;
}

.wpblz-input-wrap:focus-within,
.wpblz-phone-row:focus-within {
    border-color: var(--wpblz-orange) !important;
    box-shadow: 0 0 0 4px rgba(253, 97, 4, 0.11) !important;
}

.wpblz-field-icon {
    width: 48px;
    min-width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9AA8BA;
}

.wpblz-field-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

.wpblz-input-wrap input,
.wpblz-phone-row input {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--wpblz-black) !important;
    font: inherit !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    padding: 0 16px 0 0 !important;
    margin: 0 !important;
}

.wpblz-input-wrap input::placeholder,
.wpblz-phone-row input::placeholder {
    color: var(--wpblz-placeholder) !important;
    opacity: 1 !important;
}


.wpblz-field-group small {
    display: block;
    margin: 8px 0 0;
    color: #447356;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 550;
}

.wpblz-country-picker {
    position: relative;
    width: 116px;
    min-width: 116px;
    height: 100%;
    border-right: 1px solid var(--wpblz-border);
    background: #F8FAFD;
    border-radius: 13px 0 0 13px;
}

.wpblz-country-btn {
    all: unset;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #1F2937 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
    border: 0 !important;
    padding: 0 11px !important;
    margin: 0 !important;
    background: transparent !important;
}

.wpblz-country-flag {
    font-size: 18px;
    line-height: 1;
}

.wpblz-country-code {
    white-space: nowrap;
}

.wpblz-country-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid #94A3B8;
    border-bottom: 2px solid #94A3B8;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
}

.wpblz-country-picker.is-open .wpblz-country-chevron {
    transform: rotate(225deg) translateY(-1px);
}

.wpblz-country-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 285px;
    max-height: 280px;
    overflow: auto;
    display: none;
    padding: 8px;
    border: 1px solid var(--wpblz-border);
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.15);
    z-index: 70;
}

.wpblz-country-picker.is-open .wpblz-country-menu {
    display: block;
}

.wpblz-country-option {
    all: unset;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    color: #111827 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.wpblz-country-option:hover,
.wpblz-country-option.is-selected {
    background: var(--wpblz-orange-soft) !important;
    color: var(--wpblz-orange-dark) !important;
}

.wpblz-country-option-code {
    color: var(--wpblz-muted);
    font-weight: 800;
}

.wpblz-terms-row {
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 10px 0 22px;
    color: #64748B;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 550;
}

.wpblz-terms-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    margin: 1px 0 0 !important;
    border: 1.5px solid #A6B2C2 !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    cursor: pointer !important;
    position: relative;
    box-shadow: none !important;
}

.wpblz-terms-row input[type="checkbox"]:checked {
    border-color: var(--wpblz-orange) !important;
    background: var(--wpblz-orange) !important;
}

.wpblz-terms-row input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpblz-terms-row a {
    color: var(--wpblz-black) !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.wpblz-alert {
    display: none;
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 650;
}

.wpblz-alert.is-error {
    display: block;
    color: #991B1B;
    background: #FEF2F2;
    border: 1px solid #FECACA;
}

.wpblz-alert.is-success {
    display: block;
    color: #166534;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
}

.wpblz-submit-btn,
.wpblz-verify-btn {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    border-radius: 13px !important;
    background: var(--wpblz-orange) !important;
    color: #FFFFFF !important;
    border: 0 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 0 22px !important;
    margin: 0 !important;
    box-shadow: 0 16px 30px rgba(253, 97, 4, 0.23) !important;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.wpblz-submit-btn:hover,
.wpblz-submit-btn:focus,
.wpblz-verify-btn:hover,
.wpblz-verify-btn:focus {
    background: var(--wpblz-orange-dark) !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(253, 97, 4, 0.28) !important;
}

.wpblz-submit-btn:disabled {
    opacity: .78;
    cursor: not-allowed !important;
    transform: none;
}

.wpblz-submit-arrow {
    font-size: 26px;
    line-height: 1;
    margin-top: -2px;
}

.wpblz-loader {
    display: none;
    width: 19px;
    height: 19px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: wpblzSpin .75s linear infinite;
}

.wpblz-submit-btn.is-loading .wpblz-loader {
    display: inline-block;
}

.wpblz-submit-btn.is-loading .wpblz-submit-arrow {
    display: none;
}

@keyframes wpblzSpin {
    to { transform: rotate(360deg); }
}

.wpblz-login-note {
    margin: 18px 0 0 !important;
    text-align: center;
    color: #64748B !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 550 !important;
}

.wpblz-login-note a {
    color: var(--wpblz-orange) !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.wpblz-login-note a:hover {
    text-decoration: underline !important;
}

.wpblz-confirmation {
    text-align: center;
    padding: 18px 0 4px;
}

.wpblz-confirm-icon {
    width: 68px;
    height: 68px;
    margin: 4px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--wpblz-orange-soft);
    color: var(--wpblz-orange);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.wpblz-confirmation h3 {
    margin: 0 0 10px !important;
    color: var(--wpblz-black) !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
}

.wpblz-confirmation p {
    margin: 0 auto 24px !important;
    color: var(--wpblz-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    max-width: 360px;
}

@media (max-width: 1024px) {
    .wpblz-reg-overlay {
        padding: 18px;
    }

    .wpblz-reg-shell {
        grid-template-columns: 0.9fr 1fr;
        height: min(760px, calc(100vh - 36px));
        max-height: calc(100vh - 36px);
    }

    .wpblz-hero-copy h2 {
        font-size: clamp(34px, 4vw, 46px) !important;
    }

    .wpblz-hero-copy p {
        font-size: 18px !important;
    }

    .wpblz-reg-panel {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 860px) {
    .wpblz-reg-overlay {
        align-items: flex-start;
        padding: 0;
        overflow-y: auto;
        background: #FFFFFF;
    }

    .wpblz-reg-shell {
        width: 100%;
        min-height: 100vh;
        height: auto;
        max-height: none;
        display: block;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    .wpblz-reg-close {
        top: 16px !important;
        right: 16px !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 14px !important;
    }

    .wpblz-reg-hero {
        padding: 24px 22px 26px;
        min-height: auto;
        display: block;
    }

    .wpblz-reg-brand {
        display: none;
    }

    .wpblz-mobile-brand {
        display: flex;
        padding-right: 58px;
    }

    .wpblz-mobile-brand img {
        max-width: 148px;
    }

    .wpblz-hero-copy {
        margin: 28px 0 0;
        max-width: none;
    }

    .wpblz-eyebrow {
        margin-bottom: 12px;
    }

    .wpblz-hero-copy h2 {
        margin-bottom: 12px !important;
        font-size: clamp(31px, 8vw, 42px) !important;
    }

    .wpblz-hero-copy p {
        margin-bottom: 24px !important;
        font-size: 17px !important;
    }

    .wpblz-benefit-list {
        gap: 10px;
    }

    .wpblz-benefit-list li {
        font-size: 14px;
    }

    .wpblz-benefit-list li span {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 15px;
    }

    .wpblz-reg-panel {
        display: block;
        border-left: 0;
        padding: 28px 22px 36px;
        overflow: visible;
    }

    .wpblz-reg-card {
        max-width: 560px;
        margin: 0 auto;
    }

    .wpblz-form-heading {
        margin-bottom: 24px;
    }
}

@media (max-width: 560px) {
    .wpblz-reg-hero {
        padding: 20px 18px 22px;
    }

    .wpblz-reg-panel {
        padding: 24px 18px 32px;
    }

    .wpblz-form-heading h2 {
        font-size: 24px !important;
    }

    .wpblz-form-heading p {
        font-size: 16px !important;
    }

    .wpblz-field-group {
        margin-bottom: 17px;
    }

    .wpblz-field-group label {
        font-size: 14px;
    }

    .wpblz-input-wrap,
    .wpblz-phone-row {
        min-height: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .wpblz-field-icon {
        width: 44px;
        min-width: 44px;
    }

    .wpblz-input-wrap input,
    .wpblz-phone-row input {
        font-size: 15px !important;
    }

    .wpblz-country-picker {
        width: 106px;
        min-width: 106px;
        border-radius: 12px 0 0 12px;
    }

    .wpblz-country-btn {
        gap: 6px !important;
        padding: 0 9px !important;
        font-size: 14px !important;
    }

    .wpblz-country-menu {
        width: min(275px, calc(100vw - 36px));
    }

    .wpblz-terms-row {
        font-size: 13px;
        gap: 10px;
        margin-bottom: 20px;
    }

    .wpblz-submit-btn,
    .wpblz-verify-btn {
        height: 52px !important;
        min-height: 52px !important;
        font-size: 16px !important;
    }

    .wpblz-login-note {
        font-size: 14px !important;
    }
}

@media (max-width: 380px) {
    .wpblz-reg-hero,
    .wpblz-reg-panel {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wpblz-hero-copy h2 {
        font-size: 29px !important;
    }

    .wpblz-country-picker {
        width: 98px;
        min-width: 98px;
    }

    .wpblz-country-flag {
        font-size: 16px;
    }

    .wpblz-field-icon {
        width: 40px;
        min-width: 40px;
    }
}

/* Premium responsive refresh - v1.6.1 */
.wpblz-reg-shell {
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 40px 120px rgba(15, 23, 42, 0.22);
}

.wpblz-reg-panel {
    background:
        radial-gradient(circle at 88% 8%, rgba(253, 97, 4, 0.10) 0, rgba(253, 97, 4, 0.03) 28%, transparent 52%),
        linear-gradient(180deg, #FFFFFF 0%, #FFF8F4 100%);
}

.wpblz-reg-card {
    max-width: 485px;
    padding: 34px;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.wpblz-form-heading {
    margin-bottom: 28px;
}

.wpblz-form-heading h2 {
    font-size: 30px !important;
    letter-spacing: -0.04em !important;
}

.wpblz-form-heading p {
    color: #64748B !important;
    font-size: 16px !important;
}

.wpblz-field-group {
    margin-bottom: 18px;
}

.wpblz-field-group label {
    margin-bottom: 9px;
    color: #0F172A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.wpblz-input-wrap,
.wpblz-phone-row {
    height: 58px;
    min-height: 58px;
    border-radius: 16px;
    border-color: #E2E8F0 !important;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wpblz-input-wrap:hover,
.wpblz-phone-row:hover {
    border-color: #CBD5E1 !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.wpblz-input-wrap:focus-within,
.wpblz-phone-row:focus-within {
    border-color: var(--wpblz-orange) !important;
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(253, 97, 4, 0.10), 0 14px 32px rgba(253, 97, 4, 0.10) !important;
}

.wpblz-field-icon {
    width: 52px;
    min-width: 52px;
    color: #94A3B8;
}

.wpblz-field-icon svg {
    width: 19px;
    height: 19px;
}

.wpblz-input-wrap input,
.wpblz-phone-row input {
    color: #0F172A !important;
    font-size: 15.5px !important;
    font-weight: 650 !important;
}

.wpblz-country-picker {
    width: 120px;
    min-width: 120px;
    border-radius: 16px 0 0 16px;
    background: #F8FAFC;
}

.wpblz-country-menu {
    border-radius: 18px;
    border-color: #E2E8F0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.wpblz-field-group small {
    margin-top: 9px;
    color: #2F6B3D;
    font-size: 13.5px;
    font-weight: 650;
}

.wpblz-terms-row {
    margin: 12px 0 22px;
    color: #64748B;
    font-size: 13.5px;
    font-weight: 600;
}

.wpblz-terms-row input[type="checkbox"] {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    border-radius: 6px !important;
    border-color: #B6C2D2 !important;
}

.wpblz-terms-row input[type="checkbox"]:checked::after {
    left: 6px;
    top: 3px;
}

.wpblz-submit-btn,
.wpblz-verify-btn {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #FD6104 0%, #E65000 100%) !important;
    font-size: 17px !important;
    box-shadow: 0 18px 36px rgba(253, 97, 4, 0.28) !important;
}

.wpblz-submit-btn:hover,
.wpblz-submit-btn:focus,
.wpblz-verify-btn:hover,
.wpblz-verify-btn:focus {
    background: linear-gradient(135deg, #E65000 0%, #C74300 100%) !important;
    box-shadow: 0 22px 44px rgba(253, 97, 4, 0.34) !important;
}

.wpblz-login-note {
    margin-top: 20px !important;
    color: #64748B !important;
    font-weight: 600 !important;
}

.wpblz-login-note a {
    color: #D94E00 !important;
}

@media (max-width: 860px) {
    .wpblz-reg-overlay {
        align-items: flex-start;
        padding: 0;
        overflow-y: auto;
        background:
            radial-gradient(circle at 15% 0%, rgba(253, 97, 4, 0.14), transparent 34%),
            radial-gradient(circle at 100% 35%, rgba(253, 97, 4, 0.08), transparent 36%),
            linear-gradient(180deg, #FFFFFF 0%, #FFF5EE 100%);
    }

    .wpblz-reg-shell {
        width: 100%;
        min-height: 100dvh;
        height: auto;
        max-height: none;
        display: block;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        background: transparent;
    }

    /* Mobile request: remove the left/marketing section completely */
    .wpblz-reg-hero {
        display: none !important;
    }

    .wpblz-reg-panel {
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 86px 18px 34px;
        border-left: 0;
        overflow: visible;
        background: transparent;
    }

    .wpblz-reg-card {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 28px 22px 24px;
        border-radius: 28px;
        border: 1px solid rgba(226, 232, 240, 0.95);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
    }

    .wpblz-reg-close {
        position: fixed !important;
        top: 16px !important;
        right: 16px !important;
        width: 46px !important;
        height: 46px !important;
        border-radius: 15px !important;
        background: #FFFFFF !important;
        border: 1px solid rgba(226, 232, 240, 0.96) !important;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12) !important;
    }

    .wpblz-mobile-brand {
        display: flex;
        justify-content: center;
        padding-right: 0;
        margin: 0 0 24px;
    }

    .wpblz-mobile-brand img {
        max-width: 154px;
    }

    .wpblz-form-heading {
        text-align: center;
        margin-bottom: 26px;
    }

    .wpblz-form-heading h2 {
        font-size: 29px !important;
        line-height: 1.12 !important;
    }

    .wpblz-form-heading p {
        font-size: 15.5px !important;
    }

    .wpblz-field-group {
        margin-bottom: 17px;
    }

    .wpblz-input-wrap,
    .wpblz-phone-row {
        height: 56px;
        min-height: 56px;
        border-radius: 15px;
    }

    .wpblz-country-picker {
        border-radius: 15px 0 0 15px;
    }
}

@media (max-width: 560px) {
    .wpblz-reg-panel {
        align-items: flex-start;
        padding: 78px 14px 26px;
    }

    .wpblz-reg-card {
        padding: 24px 16px 22px;
        border-radius: 24px;
    }

    .wpblz-mobile-brand {
        margin-bottom: 20px;
    }

    .wpblz-mobile-brand img {
        max-width: 140px;
    }

    .wpblz-form-heading {
        margin-bottom: 23px;
    }

    .wpblz-form-heading h2 {
        font-size: 27px !important;
    }

    .wpblz-form-heading p {
        font-size: 15px !important;
    }

    .wpblz-field-group label {
        font-size: 13.5px;
        margin-bottom: 8px;
    }

    .wpblz-input-wrap,
    .wpblz-phone-row {
        height: 54px;
        min-height: 54px;
        border-radius: 14px;
    }

    .wpblz-field-icon {
        width: 46px;
        min-width: 46px;
    }

    .wpblz-input-wrap input,
    .wpblz-phone-row input {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .wpblz-country-picker {
        width: 108px;
        min-width: 108px;
        border-radius: 14px 0 0 14px;
    }

    .wpblz-country-btn {
        font-size: 14px !important;
    }

    .wpblz-submit-btn,
    .wpblz-verify-btn {
        height: 54px !important;
        min-height: 54px !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 380px) {
    .wpblz-reg-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wpblz-reg-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wpblz-country-picker {
        width: 100px;
        min-width: 100px;
    }
}


/* Desktop form spacing refinement - v1.6.2
   Removes the extra card side spacing on web while keeping the premium mobile card. */
@media (min-width: 861px) {
    .wpblz-reg-panel {
        padding: 72px clamp(38px, 3.2vw, 54px) 42px;
        background: #FFFFFF;
        border-left: 1px solid #EDF2F8;
    }

    .wpblz-reg-card {
        max-width: 510px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .wpblz-form-heading {
        margin-bottom: 26px;
    }

    .wpblz-field-group {
        margin-bottom: 17px;
    }

    .wpblz-input-wrap,
    .wpblz-phone-row,
    .wpblz-submit-btn,
    .wpblz-verify-btn {
        height: 56px !important;
        min-height: 56px !important;
    }
}

@media (min-width: 1180px) {
    .wpblz-reg-shell {
        grid-template-columns: minmax(0, 1fr) minmax(500px, 0.70fr);
    }

    .wpblz-reg-panel {
        padding-left: 44px;
        padding-right: 44px;
    }
}
