
/* =========================================================
   HELCU — REGISTRATION PAGE
   PREMIUM INFORMATION PAGE
   MOBILE FIRST
   0px → 767.98px
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.hc-register-page {

    width: 100%;

    padding: 14px;

    color: #172033;

}


/* =========================================================
   PAGE WRAPPER
========================================================= */

.hc-register-wrapper {

    width: 100%;

    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;

}


/* =========================================================
   MAIN INFORMATION CARD
========================================================= */

.hc-register-info-card {

    width: 100%;

    padding: 22px 14px 25px;

    background: #FFFFFF;

    border: 1px solid #E7EBF1;

    border-radius: 16px;

    box-shadow:
        0 7px 22px rgba(
            15,
            23,
            42,
            0.06
        );

}


/* =========================================================
   TOP INFORMATION AREA
========================================================= */

.hc-register-info-top {

    width: 100%;

    margin: 0 auto;

    text-align: center;

}


/* =========================================================
   INFORMATION HEADER
========================================================= */

.hc-register-info-header {

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   INFORMATION ICON
========================================================= */

.hc-register-info-icon {

    width: 42px;
    height: 42px;

    margin: 0 auto 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #E8F7F7;

    color: #0A9396;

}


.hc-register-info-icon svg {

    width: 20px;
    height: 20px;

}


/* =========================================================
   INFORMATION EYEBROW
========================================================= */

.hc-register-info-eyebrow {

    display: block;

    margin-bottom: 5px;

    color: #0A9396;

    font-size: 10px;

    font-weight: 750;

    letter-spacing: 0.9px;

    line-height: 1.4;

}


/* =========================================================
   INFORMATION TITLE
========================================================= */

.hc-register-info-title {

    margin: 0;

    color: #172033;

    font-size: 20px;

    font-weight: 750;

    line-height: 1.35;

}


/* =========================================================
   INFORMATION PARAGRAPH
========================================================= */

.hc-register-info-top > p {

    width: 100%;

    max-width: 760px;

    margin: 11px auto 22px;

    color: #64748B;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.7;

}


/* =========================================================
   REGISTRATION CARD
========================================================= */

.hc-register-card {

    width: 100%;

    margin: 0 auto;

    padding: 23px 14px;

    background: #A9D8DA;

    border: 1px solid #E7EBF1;

    border-radius: 14px;

    box-shadow:
        0 9px 24px rgba(
            15,
            23,
            42,
            0.08
        );

}


/* =========================================================
   REGISTRATION HEADER
========================================================= */

.hc-register-header {

    width: 100%;

    text-align: center;

}


/* =========================================================
   HEADER ICON
========================================================= */

.hc-register-icon {

    width: 44px;
    height: 44px;

    margin: 0 auto 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #E8F7F7;

    color: #0A9396;

}


.hc-register-icon svg {

    width: 21px;
    height: 21px;

}


/* =========================================================
   EYEBROW
========================================================= */

.hc-register-eyebrow {

    display: block;

    margin-bottom: 5px;

    color: #0A9396;

    font-size: 10px;

    font-weight: 750;

    letter-spacing: 0.9px;

    line-height: 1.4;

}


/* =========================================================
   TITLE
========================================================= */

.hc-register-title {

    margin: 0;

    color: #172033;

    font-size: 21px;

    font-weight: 750;

    line-height: 1.3;

}


/* =========================================================
   SUBTITLE
========================================================= */

.hc-register-subtitle {

    max-width: 340px;

    margin: 6px auto 0;

    color: #64748B;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.6;

}


/* =========================================================
   DIVIDER
========================================================= */

.hc-register-divider {

    width: 100%;

    height: 1px;

    margin: 20px 0;

    background: #E7EBF1;

}


/* =========================================================
   HEALTHCARE MESSAGE
========================================================= */

.hc-register-message {

    width: 100%;

    margin-bottom: 21px;

    padding: 12px;

    display: flex;

    align-items: flex-start;

    gap: 10px;

    border: 1px solid #DCEEEF;

    border-radius: 10px;

    background: #F8FEFE;

}


/* =========================================================
   MESSAGE ICON
========================================================= */

.hc-register-message-icon {

    flex: 0 0 auto;

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #E8F7F7;

    color: #0A9396;

}


.hc-register-message-icon svg {

    width: 17px;
    height: 17px;

}


/* =========================================================
   MESSAGE CONTENT
========================================================= */

.hc-register-message-content {

    min-width: 0;

    text-align: left;

}


.hc-register-message-content strong {

    display: block;

    margin-bottom: 3px;

    color: #172033;

    font-size: 12px;

    font-weight: 700;

    line-height: 1.45;

}


.hc-register-message-content p {

    margin: 0;

    color: #64748B;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.6;

}


/* =========================================================
   REGISTRATION FORM
========================================================= */

.hc-register-form {

    width: 100%;

}


.hc-register-form-group {

    width: 100%;

    margin-bottom: 16px;

}


/* =========================================================
   LABEL
========================================================= */

.hc-register-label {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 6px;

    color: #334155;

    font-size: 12px;

    font-weight: 650;

    line-height: 1.4;

}


.hc-register-label svg {

    width: 14px;
    height: 14px;

    flex: 0 0 auto;

    color: #0A9396;

}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.hc-register-input-wrapper {

    position: relative;

    width: 100%;

}


/* =========================================================
   INPUT ICON
========================================================= */

.hc-register-input-icon {

    position: absolute;

    top: 50%;
    left: 13px;

    width: 16px;
    height: 16px;

    transform: translateY(-50%);

    display: flex;

    align-items: center;
    justify-content: center;

    color: #0A9396;

    pointer-events: none;

}


.hc-register-input-icon svg {

    width: 16px;
    height: 16px;

}


/* =========================================================
   INPUT
========================================================= */

.hc-register-input {

    width: 100%;

    min-height: 44px;

    padding:
        10px
        12px
        10px
        40px;

    box-sizing: border-box;

    border: 1px solid #D8E2E5;

    border-radius: 9px;

    outline: none;

    background: #FFFFFF;

    color: #172033;

    font-family: inherit;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.4;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;

}


.hc-register-input::placeholder {

    color: #94A3B8;

}


.hc-register-input:hover {

    border-color: #B8DADC;

}


.hc-register-input:focus {

    border-color: #0A9396;

    background: #F8FEFE;

    box-shadow:
        0 0 0 3px rgba(
            10,
            147,
            150,
            0.08
        );

}


/* =========================================================
   EMAIL STATUS
========================================================= */

.hc-register-email-status {

    width: 100%;

    margin-top: 5px;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.5;

}


/* =========================================================
   PASSWORD NOTE
========================================================= */

.hc-register-password-note {

    margin-top: 5px;

    color: #94A3B8;

    font-size: 10px;

    font-weight: 500;

    line-height: 1.5;

}


/* =========================================================
   CREATE ACCOUNT BUTTON
========================================================= */

.hc-register-submit {

    width: 100%;

    min-height: 44px;

    margin-top: 3px;

    padding: 9px 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border: none;

    border-radius: 9px;

    outline: none;

    background: #20B2AA;

    color: #FFFFFF;

    font-family: inherit;

    font-size: 13px;

    font-weight: 750;

    line-height: 1.2;

    cursor: pointer;

    transition:
        background-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;

}


.hc-register-submit svg {

    width: 16px;
    height: 16px;

}


.hc-register-submit:hover {

    background: #A9D9DB;

    transform: translateY(-1px);

    box-shadow:
        0 5px 12px rgba(
            15,
            23,
            42,
            0.07
        );

}


.hc-register-submit:active {

    transform: translateY(0);

}


.hc-register-submit:disabled {

    opacity: .65;

    cursor: not-allowed;

    transform: none;

    box-shadow: none;

}


/* =========================================================
   SIGN IN
========================================================= */

.hc-register-signin {

    width: 100%;

    margin-top: 18px;

    text-align: center;

    color: #64748B;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.5;

}


.hc-register-signin a {

    margin-left: 4px;

    color: #0A9396;

    font-weight: 700;

    text-decoration: none;

}


.hc-register-signin a:hover {

    color: #087F82;

    text-decoration: underline;

    text-underline-offset: 3px;

}


/* =========================================================
   BOTTOM INFORMATION
========================================================= */

.hc-register-info-bottom {

    width: 100%;

    max-width: 760px;

    margin: 23px auto 0;

    padding-top: 20px;

    border-top: 1px solid #E7EBF1;

    text-align: center;

}


.hc-register-info-bottom p {

    margin: 0 0 13px;

    color: #64748B;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.7;

}


.hc-register-info-bottom p:last-child {

    margin-bottom: 0;

}


/* =========================================================
   TRUST ROW
========================================================= */

.hc-register-trust {

    width: 100%;

    margin-top: 17px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    gap: 9px 15px;

}


.hc-register-trust span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #64748B;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

}


.hc-register-trust svg {

    width: 13px;
    height: 13px;

    color: #0A9396;

}


/* =========================================================
   DJANGO MESSAGES
========================================================= */

.hc-register-messages {

    display: none;

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.hc-register-submit:focus-visible,
.hc-register-signin a:focus-visible {

    outline: 3px solid rgba(
        10,
        147,
        150,
        0.20
    );

    outline-offset: 3px;

}


/* =========================================================
   TABLET
   768px → 1199.98px
========================================================= */

@media (min-width: 768px) {


    /* =====================================================
       PAGE
    ===================================================== */

    .hc-register-page {

        padding: 22px;

    }


    /* =====================================================
       MAIN INFORMATION CARD
    ===================================================== */

    .hc-register-info-card {

        padding: 30px 26px 32px;

        border-radius: 19px;

        box-shadow:
            0 8px 25px rgba(
                15,
                23,
                42,
                0.07
            );

    }


    /* =====================================================
       INFORMATION ICON
    ===================================================== */

    .hc-register-info-icon {

        width: 45px;
        height: 45px;

        margin-bottom: 11px;

        border-radius: 12px;

    }


    .hc-register-info-icon svg {

        width: 21px;
        height: 21px;

    }


    /* =====================================================
       INFORMATION
    ===================================================== */

    .hc-register-info-eyebrow {

        font-size: 11px;

    }


    .hc-register-info-title {

        font-size: 23px;

    }


    .hc-register-info-top > p {

        margin-top: 12px;

        margin-bottom: 27px;

        font-size: 14px;

        line-height: 1.75;

    }


    /* =====================================================
       REGISTRATION CARD
    ===================================================== */

    .hc-register-card {

        width: min(100%, 620px);

        padding: 29px 28px;

        border-radius: 16px;

    }


    /* =====================================================
       HEADER ICON
    ===================================================== */

    .hc-register-icon {

        width: 47px;
        height: 47px;

        border-radius: 12px;

    }


    .hc-register-icon svg {

        width: 22px;
        height: 22px;

    }


    /* =====================================================
       HEADER
    ===================================================== */

    .hc-register-eyebrow {

        font-size: 11px;

    }


    .hc-register-title {

        font-size: 24px;

    }


    .hc-register-subtitle {

        font-size: 13px;

    }


    /* =====================================================
       DIVIDER
    ===================================================== */

    .hc-register-divider {

        margin: 23px 0;

    }


    /* =====================================================
       HEALTHCARE MESSAGE
    ===================================================== */

    .hc-register-message {

        margin-bottom: 23px;

        padding: 13px;

        gap: 11px;

        border-radius: 11px;

    }


    .hc-register-message-icon {

        width: 34px;
        height: 34px;

        border-radius: 9px;

    }


    .hc-register-message-icon svg {

        width: 18px;
        height: 18px;

    }


    .hc-register-message-content strong {

        font-size: 13px;

    }


    .hc-register-message-content p {

        font-size: 12px;

    }


    /* =====================================================
       FORM
    ===================================================== */

    .hc-register-form-group {

        margin-bottom: 18px;

    }


    .hc-register-label {

        margin-bottom: 7px;

        font-size: 13px;

    }


    .hc-register-label svg {

        width: 15px;
        height: 15px;

    }


    .hc-register-input-icon {

        left: 14px;

        width: 17px;
        height: 17px;

    }


    .hc-register-input-icon svg {

        width: 17px;
        height: 17px;

    }


    .hc-register-input {

        min-height: 46px;

        padding-left: 42px;

        border-radius: 10px;

        font-size: 13px;

    }


    .hc-register-email-status {

        font-size: 12px;

    }


    .hc-register-password-note {

        font-size: 11px;

    }


    /* =====================================================
       BUTTON
    ===================================================== */

    .hc-register-submit {

        min-height: 45px;

    }


    /* =====================================================
       SIGN IN
    ===================================================== */

    .hc-register-signin {

        margin-top: 20px;

        font-size: 12px;

    }


    /* =====================================================
       BOTTOM INFORMATION
    ===================================================== */

    .hc-register-info-bottom {

        margin-top: 28px;

        padding-top: 24px;

    }


    .hc-register-info-bottom p {

        margin-bottom: 15px;

        font-size: 14px;

        line-height: 1.75;

    }


    /* =====================================================
       TRUST
    ===================================================== */

    .hc-register-trust {

        margin-top: 20px;

        gap: 10px 22px;

    }


    .hc-register-trust span {

        font-size: 11px;

    }


    .hc-register-trust svg {

        width: 14px;
        height: 14px;

    }

}


/* =========================================================
   DESKTOP
   1200px+
========================================================= */

@media (min-width: 1200px) {


    /* =====================================================
       PAGE
    ===================================================== */

    .hc-register-page {

        padding: 28px;

    }


    /* =====================================================
       MAIN INFORMATION CARD
    ===================================================== */

    .hc-register-info-card {

        padding: 36px 38px 40px;

        border-radius: 21px;

        box-shadow:
            0 10px 30px rgba(
                15,
                23,
                42,
                0.07
            );

    }


    /* =====================================================
       INFORMATION ICON
    ===================================================== */

    .hc-register-info-icon {

        width: 48px;
        height: 48px;

        margin-bottom: 12px;

        border-radius: 13px;

    }


    .hc-register-info-icon svg {

        width: 22px;
        height: 22px;

    }


    /* =====================================================
       INFORMATION
    ===================================================== */

    .hc-register-info-eyebrow {

        font-size: 11px;

        letter-spacing: 1px;

    }


    .hc-register-info-title {

        font-size: 26px;

    }


    .hc-register-info-top > p {

        margin-top: 13px;

        margin-bottom: 31px;

        font-size: 15px;

        line-height: 1.8;

    }


    /* =====================================================
       REGISTRATION CARD
    ===================================================== */

    .hc-register-card {

        width: 640px;

        padding: 34px 36px;

        border-radius: 18px;

        box-shadow:
            0 11px 32px rgba(
                15,
                23,
                42,
                0.09
            );

    }


    /* =====================================================
       HEADER ICON
    ===================================================== */

    .hc-register-icon {

        width: 50px;
        height: 50px;

        margin-bottom: 13px;

        border-radius: 13px;

    }


    .hc-register-icon svg {

        width: 23px;
        height: 23px;

    }


    /* =====================================================
       HEADER
    ===================================================== */

    .hc-register-eyebrow {

        font-size: 11px;

        letter-spacing: 1px;

    }


    .hc-register-title {

        font-size: 26px;

    }


    .hc-register-subtitle {

        margin-top: 7px;

        font-size: 14px;

    }


    /* =====================================================
       DIVIDER
    ===================================================== */

    .hc-register-divider {

        margin: 25px 0;

    }


    /* =====================================================
       HEALTHCARE MESSAGE
    ===================================================== */

    .hc-register-message {

        margin-bottom: 25px;

        padding: 14px;

        gap: 12px;

        border-radius: 11px;

    }


    .hc-register-message-icon {

        width: 36px;
        height: 36px;

        border-radius: 9px;

    }


    .hc-register-message-icon svg {

        width: 18px;
        height: 18px;

    }


    .hc-register-message-content strong {

        font-size: 13px;

    }


    .hc-register-message-content p {

        font-size: 12px;

        line-height: 1.65;

    }


    /* =====================================================
       FORM
    ===================================================== */

    .hc-register-form-group {

        margin-bottom: 19px;

    }


    .hc-register-label {

        margin-bottom: 7px;

        font-size: 13px;

    }


    .hc-register-input {

        min-height: 48px;

        padding-left: 43px;

        border-radius: 10px;

        font-size: 14px;

    }


    .hc-register-input-icon {

        left: 14px;

        width: 18px;
        height: 18px;

    }


    .hc-register-input-icon svg {

        width: 18px;
        height: 18px;

    }


    .hc-register-email-status {

        margin-top: 6px;

        font-size: 12px;

    }


    .hc-register-password-note {

        margin-top: 6px;

        font-size: 11px;

    }


    /* =====================================================
       CREATE ACCOUNT
    ===================================================== */

    .hc-register-submit {

        min-height: 47px;

        margin-top: 4px;

        border-radius: 10px;

        font-size: 14px;

    }


    .hc-register-submit svg {

        width: 17px;
        height: 17px;

    }


    .hc-register-submit:hover {

        background: #A9D9DB;

        transform: translateY(-1px);

        box-shadow:
            0 7px 16px rgba(
                15,
                23,
                42,
                0.08
            );

    }


    /* =====================================================
       SIGN IN
    ===================================================== */

    .hc-register-signin {

        margin-top: 21px;

        font-size: 13px;

    }


    /* =====================================================
       BOTTOM INFORMATION
    ===================================================== */

    .hc-register-info-bottom {

        margin-top: 31px;

        padding-top: 26px;

    }


    .hc-register-info-bottom p {

        margin-bottom: 16px;

        font-size: 15px;

        line-height: 1.8;

    }


    /* =====================================================
       TRUST
    ===================================================== */

    .hc-register-trust {

        margin-top: 22px;

        gap: 12px 26px;

    }


    .hc-register-trust span {

        font-size: 12px;

    }


    .hc-register-trust svg {

        width: 15px;
        height: 15px;

    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   Below 360px
========================================================= */

@media (max-width: 359.98px) {


    .hc-register-page {

        padding-top: 12px;

        padding-left: 9px;

        padding-right: 9px;

    }


    .hc-register-info-card {

        padding: 20px 11px 22px;

        border-radius: 14px;

    }


    .hc-register-info-title {

        font-size: 19px;

    }


    .hc-register-info-top > p {

        font-size: 12px;

    }


    .hc-register-card {

        padding: 21px 12px;

        border-radius: 13px;

    }


    .hc-register-title {

        font-size: 20px;

    }


    .hc-register-message {

        padding: 10px;

        gap: 8px;

    }


    .hc-register-message-icon {

        width: 29px;
        height: 29px;

    }


    .hc-register-message-icon svg {

        width: 16px;
        height: 16px;

    }


    .hc-register-message-content strong {

        font-size: 11px;

    }


    .hc-register-message-content p {

        font-size: 10px;

    }


    .hc-register-input {

        min-height: 43px;

        padding-left: 39px;

    }


    .hc-register-submit {

        min-height: 43px;

    }


    .hc-register-info-bottom p {

        font-size: 12px;

    }


    .hc-register-trust {

        gap: 7px 11px;

    }


    .hc-register-trust span {

        font-size: 9px;

    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hc-register-page *,
    .hc-register-page *::before,
    .hc-register-page *::after {

        scroll-behavior: auto !important;

        transition-duration: 0.01ms !important;

        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

    }

}

