.signup-hero {
    padding: 92px 0 70px;
    background:
        radial-gradient(circle at 86% 15%, rgba(240, 24, 199, .14), transparent 28%),
        linear-gradient(135deg, #f8f9ff 0%, #ffffff 55%, #f7f3ff 100%);
    border-bottom: 1px solid #e8eaf2;
}

.signup-hero .container {
    max-width: 980px;
    text-align: center;
}

.signup-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    color: #b80b9a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.signup-hero h1 {
    max-width: 820px;
    margin: 0 auto 20px;
    color: #101733;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.signup-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #5f687e;
    font-size: 18px;
    line-height: 1.7;
}

.signup-form-card,
.signup-summary,
.signup-help-card {
    border: 1px solid #e3e6ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(25, 32, 56, .08);
}

.signup-form-card {
    padding: clamp(22px, 4vw, 42px);
}

.signup-form-card .progress {
    height: 34px;
    border-radius: 999px;
    background: #f0f2f7;
}

.signup-form-card .progress-bar {
    border-radius: inherit;
    background: linear-gradient(90deg, #2916b8, #f018c7);
    font-size: 12px;
    font-weight: 800;
}

.signup-form-card .form-section-title {
    margin: 0 0 20px;
    color: #131a34;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
}

.signup-form-card .card,
.signup-form-card .bg-secondary {
    border: 1px solid #e3e6ef !important;
    border-radius: 16px !important;
    background: #f7f8fc !important;
    color: #252d45 !important;
    box-shadow: none !important;
}

.signup-form-card label,
.signup-form-card .text-white {
    color: #30384f !important;
}

.signup-form-card .form-control,
.signup-form-card .form-select {
    min-height: 48px;
    border: 1px solid #d9deea;
    border-radius: 10px;
    background-color: #fff;
}

.signup-form-card .form-control:focus,
.signup-form-card .form-select:focus {
    border-color: #a51ac1;
    box-shadow: 0 0 0 4px rgba(240, 24, 199, .1);
}

.signup-form-card .btn {
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 750;
}

.signup-form-card .btn-primary,
#submit-registration-btn {
    border-color: #3216bd;
    background: #3216bd;
    color: #fff;
}

#submit-registration-btn {
    border-color: #e017ba;
    background: #e017ba;
}

.signup-summary,
.signup-help-card {
    padding: 26px;
}

.signup-summary {
    position: sticky;
    top: 120px;
    border-top: 4px solid #f018c7;
}

.signup-summary h4,
.signup-help-card h5 {
    color: #151c35;
    font-weight: 800;
}

.signup-summary #summary-total {
    color: #b80b9a;
    font-size: 26px;
    font-weight: 850;
}

.signup-help-card {
    margin-top: 22px;
}

.signup-help-card p {
    margin-bottom: 15px;
    color: #687188;
    line-height: 1.65;
}

.signup-help-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 13px;
    background: #f9eafa;
    color: #ba159e;
}

.signup-help-card a {
    color: #3216bd;
    font-weight: 800;
}

.disabled-modules {
    opacity: .45;
}

@media (max-width: 991.98px) {
    .signup-hero {
        padding: 62px 0 46px;
    }

    .signup-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .signup-hero h1 {
        font-size: 38px;
    }

    .signup-hero p {
        font-size: 16px;
    }

    .signup-form-card {
        border-radius: 16px;
    }

    .signup-form-card .btn {
        padding-inline: 14px;
    }
}
