.--progress-bar{
    background: #020336;
}
.--back-btn, .--next-btn{
    background: #020336;
    box-shadow: unset;
}
.--back-btn:hover, .--next-btn:hover{
    background: rgb(2 3 54 / 70%);
    box-shadow: unset;
}
.--input-radio:has(input:checked), .--input-radio.checked-state, .--checkout-shipping-option:has(input:checked){
    --radio-border-checked: 0px 0px 0px 1px #00b89c, 0px 0px 0px 2px #e6f7f4;
    box-shadow: 0px 0px 0px 1px #00b89c, 0px 0px 0px 2px #e6f7f4;
}
.--input-radio:not(.checked-state):hover, .--checkout-shipping-option:has(input:checked){
    --radio-border-hover: 0px 0px 0px 1px #00b89c;
    box-shadow: 0px 0px 0px 1px #00b89c;
}
.--trt-info-class{
    box-sizing: border;
    margin-top: 15px;
    box-shadow: 0px 0px 0px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 12px;
}

.--trt-info-class .--block-container{
    width: 100%;
}

.--trt-info-class .--medium-header{
    font-weight: 700;
    font-size: 19px;
    color: var(--text);
    margin-bottom: 6px;
}

.--trt-info-class .--subtext{
    font-size: 13px;
    color: #6B7280;
    line-height: 1.75;
}

.--stat{
    background: #F1F1F1;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    font-size: 11px;
    color: rgb(2 3 54 / 65%);
    line-height: 1.35;
}

.--sym{
    background: #F1F1F1;
    border-radius: 10px;
    padding: 11px 12px 20px;
    font-size: 11px;
    color: #6B7280;
    line-height: 1.4;
}

.--sym strong{
    display: block;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0 5px;
}

.--stat strong{
    color: #020336;
    font-weight: 700;
    font-size: 24px;
    margin: 7px 0px 8px;
    display: block;
    line-height: 1;
} 
[data-end-page]{
    background: #FFF;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, background 0.5s ease-in 0.2s;
}
[data-end-page].--active{
    background: #F1F1F1;
}
.--trt-item{
    background: #fff;
}
.--trt-item .--form-product-right-side, .--product-addon-page .--form-product-right-side{
    width: 100%;
}
.--trt-item .--form-product-image-container, .--product-addon-page .--form-product-image-container{
    background: #f1f1f1;
    width: 58px;
}
.--trt-item [data-secondary-attributes]{
    display: none;
}
.--trt-item .--form-product-container, .--product-addon-page .--form-product-container{
    gap: 15px;
}
.--trt-item .--form-product-name, .--product-addon-page .--form-product-name{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.--trt-item .--form-product-select-btn{
    width: 100%;
    background: #020336;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}
.--trt-item .--form-product-variant-container{
    margin: 15px 0px 0px -70px;
    padding: 10px 0px 25px;
    border-top: 1px solid;
    width: calc(100% + 70px);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.--trt-item .--form-product-attribute-label, .--product-addon-page .--form-product-attribute-label{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #9CA3AF;
    margin-bottom: 7px;
}
.--form-product-subscription-container, .--checkout-subscription-note{
    background: #f1f1f1;
    box-shadow: unset;
    border-radius: 8px;
    color: #020336;
    line-height: 1.5;
}
.--res-grid-item{
    background: #ECFDF5;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    font-size: 10px;
    color: #0D9488;
    line-height: 1.35;
}
.--res-grid-item u{
    font-weight: 700;
    font-size: 22px;
    color: #115E59;
    text-decoration: none;
}
.--res-grid-item strong{
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #115E59;
    margin: 2px 0;
}

.--monitored-support-card{
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 15px;
}

.--monitored-support-card .--block-container{
    width: 100%;
}

.--monitored-support-card .--small-header{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #065F46;
    margin-bottom: 3px;
}

.--monitored-support-card .--text{
    font-size: 12px;
    color: #065F46;
    line-height: 1.6;
    opacity: 0.85;
}


.--checkout-page{
    background: #f1f1f1;
    width: 100%;
    max-width: unset;
}

.--checkout-summary, .--checkout-section{
    max-width: 600px;
    margin: auto;
}

.--checkout-summary-header{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #111827;
    margin-bottom: 20px;
}

.--checkout-summary-items, .--checkout-section{
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    box-shadow: unset;
    padding: 20px;
    margin-bottom: 12px;
}

.--checkout-header{
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
}

.--checkout-card-number{
    background: #020336;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.--checkout-info-box{
    background: #f1f1f1;
    color: #020336;
    box-shadow: 0px 0px 0px 1px rgb(211 211 211);
}

.--checkout-section .--link{
    color: #020336;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.--checkout-terms-container{
    margin: 15px 0;
}

.--checkout-checkbox-actual:checked + .--checkout-checkbox {
    background: #020336;
    box-shadow: unset;
}

.--checkout-submit-button{
    background: #020336;
    box-shadow: 0px 0px 0px 1px #010114, 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 1px #010114;
}

.--checkout-shipping-option{
    padding: 13px 15px;
}

.--checkout-shipping-option-header{
    margin-bottom: 5px;
}

.--product-addon-page{
    background: #f1f1f1;
}

.--product-addon-page .--medium-header{
    text-align: start !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.--checkout-addon-card{
    background: #fff;
}

.--checkout-addon-qty-wrap, .--form-addon-type-label{
    display: none;
}

.--checkout-addon-actions{
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: 100%;
}

.--form-addon-type-container{
    flex: 1;
    width: 100%;
}

.--form-product-select-btn{
    width: fit-content;
}

.--form-product-description{
    color: rgb(107 117 133);
    font-size: 0.75rem;
    margin-top: 5px;
}

.--checkout-addon-card-message{
    margin: 12px -15px -15px
}

.--trt-description-text{
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e4de;
    font-weight: 400;
}

.--trt-description-text strong{
    color: #000;
}

.--trt-before-header, .--trt-assessment-header{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 15px;
}

.--trt-assessment-header{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #00b89c;
}

.--trt-before-step{
    font-size: 14px;
    line-height: 1.55;
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.--text.--trt-before-step::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e6f7f4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.--trt-before-step::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b89c;
    position: absolute;
    top: 8px;
    left: 7px;
}

.--trt-landing-header{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.--input-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}

.--trt-why-we-ask{
    background: #f7f6f2;
    border: 1px solid #e5e4de;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.--trt-why-we-ask .--text{
    font-size: 14px;
    font-weight: 400;
    color: #020336;
    line-height: 1.6;
    margin: 0;
}    

.--trt-why-we-ask .--trt-why-we-ask-header{
    font-size: 14px;
    color: #020336;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.--trt-why-we-ask .--block-container{
    width: 100%;
}

.--trt-info{
    font-weight: 400;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 30px;
}

.--trt-info strong {
    color: #000;
}

.--trt-template-btn {
    width: 100%;
    position: relative;
    padding: 13px 18px;
    background: #e6f7f4;
    border: 1.5px solid #b3ece3;
    border-radius: 10px;
    font: 400 12px var(--main-font);
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    margin-bottom: 25px;
    text-align: left;
    display: block;
    color: #3a9e8a;
}

.--trt-template-btn strong {
    font-weight: 600;
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #007a68;
    margin-bottom: 1px;
}

button.--info-modal-button.--trt-template-btn::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 19px;
}