:root {
    --bs-body-color: #707070;
    --bs-heading-color: #000000;
    --bs-color-red: #d8262f;
    --bs-danger-rgb: 216, 38, 47;
    --black-color: #000000;
    --white-color: #ffffff;
}

body {
    background-color: #ffffff;
}
.main-form-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 15px;
}
.fieldset-container {
    position: relative;
    width: 100%;
}
body {
    /* font-family: "sofia_proregular", sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--bs-body-color);
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.card-heading {
    color: var(--bs-heading-color);
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.card-sub-heading {
    font-size: 18px;
    line-height: 26px;
    color: #6c6560;
    padding-bottom: 20px;
}
.trt-static-content .feature-item {
    display: flex;
    align-items: center;
    background: #efeeeb;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 16px;
}
.trt-static-content .feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #425fff33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.trt-static-content .feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: #000;
}

.trt-static-content .feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.trt-static-content .testimonial-card {
    max-width: 520px;
}
.btn-dark {
    background-color: #000000;
    border-radius: 23px;
    padding: 12px 40px;
    color: var(--white-color);
    min-width: 150px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    min-height: 56px;
}
.btn-dark:hover {
    background-color: #0c0c0c !important;
}
.intake-question-holder .card-footer {
    border: 0;
    padding: 0;
    background: none;
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
    padding-bottom: 12px;
}
.card-signin-box p {
    font-size: 14px;
}
.card-signin-box p a {
    color: #000;
    font-weight: 500;
}
.child-question-container .child-main-text h2,
.imh-question-text {
    color: #000000;
    line-height: 33px;
    margin-bottom: 24px;
    font-size: 26px;
    margin-top: 25px;
}
.radio-card {
    border: 1px solid #cfcdc9;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #efeeeb;
}
.radio-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.vitality-header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-card:not(:last-child) {
    margin-bottom: 16px;
}

.radio-card input {
    /* display: none; */
    position: absolute;
    opacity: 0;
}

.radio-card .label-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Right circle */
.radio-indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #cfcdc9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Checked state */
.radio-card input:checked + .radio-content {
    border-color: #4f6cff;
}

.radio-card input:checked + .radio-content .radio-indicator {
    background: #4f6cff;
    border-color: #4f6cff;
}

.radio-card:has(input:checked) {
    border-color: #4f6cff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.radio-card input:checked + .radio-content .radio-indicator::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 12px;
}

.radio-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    cursor: pointer;
}

.check-card {
    border: 1px solid #cfcdc9;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #efeeeb;
}

.check-card:not(:last-child) {
    margin-bottom: 16px;
}

/* Hide checkbox but keep it accessible */
.check-card input {
    position: absolute;
    opacity: 0;
}

.check-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Right check circle */
.check-indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #cfcdc9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.check-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

/* Checked state */
.check-card input:checked + .check-content .check-indicator {
    background: #4f6cff;
    border-color: #4f6cff;
}

.check-card input:checked + .check-content .check-indicator::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 12px;
}

/* Card border on check */
.check-card:has(input:checked) {
    border-color: #4f6cff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.check-card input:checked + .check-content .check-indicator {
    opacity: 1;
    transform: scale(1);
}

.check-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    cursor: pointer;
}
.imh-bottom-text {
    font-size: 12px;
    padding-top: 15px;
    color: #6c6560;
}
.imh-bottom-text a {
    color: #6c6560;
}
.trt-static-content .headline {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.trt-static-content .sub-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
}
.trt-static-content .footnote {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1.4;
}
.trt-static-content .avatar-box {
    width: 192px;
    height: 240px;
    border-radius: 24px;
    background: linear-gradient(180deg, #e3e1dc, #d9d7d1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    margin-bottom: 28px;
}
.trt-static-content .pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.trt-static-content .pill {
    background: #425fff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
}
.trt-static-content .sub-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #000;
}
.trt-static-content .stat-wrapper {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.trt-static-content .stat-number {
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -6px;
}
.trt-static-content .stat-number span:first-child {
    color: #425fff;
}
.trt-static-content .stat-number span:last-child {
    color: #000000;
}
.trt-static-content .stat-text {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 400;
    color: #000;
}
.trt-static-content .stat-footnote {
    margin-top: 28px;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1.4;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
#questionCard_48 .trt-static-content .headline {
    text-align: center;
    font-size: 50px;
    line-height: 1;
}
#questionCard_48 .trt-static-content .subheadline {
    font-size: 20px;
    text-align: center;
}
#questionCard_48 .trt-static-content .citation {
    font-size: 12px;
    text-align: center;
}
#questionCard_53 .select-state-txt {
    font-size: 30px;
    color: #000;
}
#questionCard_53 .form-floating .custom-form-control {
    border: 1px solid #000;
    background-color: #efeeeb;
    border-radius: 16px;
    padding-top: 32px;
    padding-bottom: 20px;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
#questionCard_53 .form-floating .form-label:after {
    background-color: transparent;
}
#questionCard_54 .ask-dob-txt {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 24px;
}
#questionCard_54 .form-floating .form-select {
    border: 1px solid #cfcdc9;
    background-color: #efeeeb;
    border-radius: 16px;
    padding-top: 24px;
    padding-bottom: 10px;
    height: auto;
    padding-left: 16px;
    padding-right: 36px;
    cursor: pointer;
}
#questionCard_54 .form-floating .form-label {
    font-size: 12px;
}
#questionCard_54 .form-floating .form-label:after {
    background-color: transparent;
}
