/*
|--------------------------------------------------------------------------
| COLOR TOKENS  — DQMate brand palette (picked from site logo)
|
|  --dq-dark        #1a2e22   Left panel bg (deep forest green)
|  --dq-dark-deep   #0d1a11   Left panel gradient end
|  --dq-primary     #000000   Buttons, active states, borders
|  --dq-primary-hov #043d24   Button hover
|  --dq-accent      #4ade80   Highlight text, stepper active, links
|  --dq-accent-soft #d1fae5   Focus ring, subtle tints
|  --dq-tag         #86efac   Mini-title / tag colour
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| SIGNUP LAYOUT
|--------------------------------------------------------------------------
*/

.dqmate-signup-layout {

    display: grid;

    grid-template-columns: 54% 46%;

    min-height: 590px;

    background: #ffffff;

    border-radius: 28px;

    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| INLINE VALIDATION
|--------------------------------------------------------------------------
*/

.dqmate-input-error {

    border: 1px solid #ef4444 !important;

    box-shadow:
        0 0 0 3px rgba(239,68,68,.10);

}

.dqmate-field-error {

    display: none;

    margin-top: 6px;

    color: #ef4444;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.4;

    margin-bottom: 0;

}

.dqmate-form-group .dqmate-field-error:empty {
    display: none !important;
}

.dqmate-signup-notice {

    background: #f0fdf4;

    border: 1px solid #bbf7d0;

    color: #000000;

    padding: 14px 18px;

    border-radius: 12px;

    margin-bottom: 20px;

    font-size: 14px;

    font-weight: 600;

}

/*
|--------------------------------------------------------------------------
| LEFT PANEL
|--------------------------------------------------------------------------
*/

.dqmate-signup-left {

    background:
        linear-gradient(
            135deg,
            #f4f1e8 0%,
            #ede9df 100%
        );

    color: #ffffff;

    padding: 45px 40px;

    display: flex;

    align-items: center;
}

.dqmate-left-content {

    width: 100%;

}

.dqmate-brand {

    margin-bottom: 40px;

}

.dqmate-logo {

    width: 42px;

    height: 42px;

    border-radius: 12px;

    background: rgba(255,255,255,.08);

    color: #000000;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    margin-bottom: 15px;

}

.dqmate-brand h2 {

    margin: 0;

    font-size: 42px;

    color: #0d1a11;

    font-weight: 700;

}

.dqmate-tag {

    display: inline-block;

    margin-bottom: 20px;

    color: #000000;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

}

.dqmate-signup-left h1 {

    color: #0d1a11 !important;

    font-size: 42px;

    line-height: 1.2;

    margin-bottom: 20px;

    font-weight: 700;

}

.dqmate-left-subtitle {

    color: #000000;

    line-height: 1.8;

    margin-bottom: 25px;

}

.dqmate-benefit-list {

    margin: 0;

    padding: 0;

    list-style: none;

}

.dqmate-benefit-list li {

    margin-bottom: 12px;

    color: #000000;

    line-height: 1.6;

}

.dqmate-footer-note {

    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid rgba(0,0,0,.10);

    color: #000000;

    font-size: 14px;

    line-height: 1.6;

}

/*
|--------------------------------------------------------------------------
| RIGHT PANEL
|--------------------------------------------------------------------------
*/

.dqmate-signup-right {

    background: #ffffff;

    padding: 55px 60px;

    display: flex;

    align-items: flex-start;

    justify-content: center;
}

.dqmate-form-wrapper {

    max-width: 520px;

    width: 100%;

    margin: 0 auto;

    padding-top: 20px;
}

/*
|--------------------------------------------------------------------------
| BACK BUTTON
|--------------------------------------------------------------------------
*/

.dqmate-back {

    margin-bottom: 25px;

    color: #64748b;

    font-size: 14px;

    cursor: pointer;

}

.dqmate-back:hover {

    color: #000000;

}

/*
|--------------------------------------------------------------------------
| TITLES
|--------------------------------------------------------------------------
*/

.dqmate-mini-title {

    display: block;

    margin-bottom: 12px;

    color: #000000;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}

.dqmate-form-wrapper h2 {

    margin: 0 0 12px;

    font-size: 48px;

    line-height: 1.05;

    font-weight: 700;

    color: #0d1a11;
}

.dqmate-subtitle {

    margin-bottom: 22px;

    color: #64748b;

    font-size: 16px;

    line-height: 1.8;

}

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/

.dqmate-form-group {

    margin-bottom: 24px;

}

.dqmate-form-group label {

    display: block;

    margin-bottom: 8px;

    font-size: 14px;

    font-weight: 600;

    color: #1a2e22;

}

.dqmate-input {

    width: 100%;

    height: 58px;

    padding: 0 18px;

    border: 1px solid #bbf7d0;

    border-radius: 14px;

    background: #ffffff;

    box-sizing: border-box;

    font-size: 15px;

}

.dqmate-input:focus {

    outline: none;

    border-color: #000000;

    box-shadow:
        0 0 0 4px rgba(6,82,49,.10);

}

/*
|--------------------------------------------------------------------------
| BUTTON
|--------------------------------------------------------------------------
*/

.dqmate-btn {

    width: 100%;

    height: 60px;

    border: none;

    border-radius: 14px;

    background: #000000;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    transition: background 0.2s ease;

}

.dqmate-btn:hover {

    background: #043d24;

}

/*
|--------------------------------------------------------------------------
| PAGE BACK BUTTON
|--------------------------------------------------------------------------
*/

.dqmate-page-back {
    margin-bottom: 24px;
}

.dqmate-page-back a {
    display: inline-flex;
    align-items: center;

    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;

    transition: all 0.2s ease;
}

.dqmate-page-back a:hover {
    color: #000000;
    transform: translateX(-3px);
}

/*
|--------------------------------------------------------------------------
| LOGIN / SIGNUP FOOTER LINKS
|--------------------------------------------------------------------------
*/

.dqmate-login-footer {

    margin-top: 22px;

    text-align: center;

    color: #64748b;

    font-size: 14px;

    font-weight: 500;

    white-space: nowrap;

}

.dqmate-login-footer a {

    color: #000000;

    text-decoration: none;

    font-weight: 700;

    margin-left: 6px;

    transition: all 0.2s ease;

}

.dqmate-login-footer a:hover {

    color: #043d24;

    text-decoration: underline;

}

/*
|--------------------------------------------------------------------------
| STEPPER
|--------------------------------------------------------------------------
*/

.dqmate-stepper {

    display: flex;

    align-items: center;

    margin-bottom: 28px;

}

.dqmate-step-item {

    display: flex;

    align-items: center;

    gap: 10px;

    white-space: nowrap;

}

.dqmate-step-item span {

    width: 24px;

    height: 24px;

    border-radius: 50%;

    border: 1px solid #bbf7d0;

    color: #64748b;

    font-size: 12px;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

}

.dqmate-step-item label {

    color: #64748b;

    font-size: 14px;

    margin: 0;

}

.dqmate-step-item.active span {

    border-color: #000000;

    background: rgba(6,82,49,.08);

    color: #000000;

}

.dqmate-step-item.active label {

    color: #0d1a11;

    font-weight: 600;

}

.dqmate-step-item.completed span {

    background: #000000;

    border-color: #000000;

    color: #ffffff;

}

.dqmate-step-line {

    flex: 1;

    height: 1px;

    background: #bbf7d0;

    margin: 0 12px;

}

/*
|--------------------------------------------------------------------------
| OTP RESEND LINK
|--------------------------------------------------------------------------
*/

.dqmate-resend {

    margin-top: 18px;

    text-align: center;

    color: #64748b;

    font-size: 14px;

}

.dqmate-resend a {

    color: #000000;

    font-weight: 700;

    text-decoration: none;

    margin-left: 4px;

}

.dqmate-resend a:hover {

    text-decoration: underline;

    color: #043d24;

}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

    .dqmate-signup-layout {

        display: block;

        min-height: auto;

    }

    .dqmate-signup-left {

        display: block;

        padding: 40px 35px;

        min-height: auto;

    }

    .dqmate-brand {

        margin-bottom: 20px;

    }

    .dqmate-brand h2 {

        font-size: 32px;

    }

    .dqmate-signup-left h1 {
        font-size: 38px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .dqmate-left-subtitle {

        font-size: 14px;

        line-height: 1.6;

        margin-bottom: 20px;

    }

    .dqmate-benefit-list li {

        font-size: 14px;

        margin-bottom: 8px;

    }

    .dqmate-footer-note {

        font-size: 13px;

        margin-top: 20px;

    }

    .dqmate-signup-right {

        padding: 50px 65px;

        display: block;

    }

    .dqmate-form-wrapper {

        max-width: 100%;

    }

    .dqmate-form-wrapper h2 {

        font-size: 42px;

    }

}

@media (max-width: 768px) {

    .dqmate-container {
        max-width: 500px;
        width: 100%;
        padding: 0;
    }

    .dqmate-signup-right {
        padding: 20px;
    }

    .dqmate-form-wrapper h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .dqmate-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .dqmate-input {
        height: 54px;
    }

    .dqmate-btn {
        height: 56px;
    }
}