.container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}

.common-link {
    background: #222222 0% 0% no-repeat padding-box;
    border-radius: 2px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    height: 64px;
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
}

p {
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
    padding-bottom: 0;
}

h2 {
    font-size: clamp(
            1.625rem, /* 26px ÷ 16 = 1.625rem */ calc(26px + (47 - 26) * ((100vw - 320px) / (1920 - 320))),
            2.9375rem /* 47px ÷ 16 = 2.9375rem */
    ) !important;

    /* Line-height: de 34px (mín) até 57px (máx) */
    line-height: clamp(
            2.125rem, /* 34px ÷ 16 = 2.125rem */ calc(34px + (57 - 34) * ((100vw - 320px) / (1920 - 320))),
            3.5625rem /* 57px ÷ 16 = 3.5625rem */
    ) !important;
    font-weight: 500 !important;
    color: #000000;
}

h3 {
    /* Font-size: de 20px (mín) até 25px (máx) */
    font-size: clamp(
            1.25rem, /* 20px ÷ 16 = 1.25rem */ calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    /* Line-height: de 24px (mín) até 30px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
}


#banner h1 {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: clamp(
            2.1875rem,
            calc(35px + (77 - 35) * ((100vw - 320px) / (1920 - 320))),
            4.8125rem
    );

    line-height: clamp(
            2.5rem,
            calc(40px + (94 - 40) * ((100vw - 320px) / (1920 - 320))),
            5.875rem
    );
}

#banner {
    position: relative;
}

#banner .container-title {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#banner_bottom {
    background: #E2D3A0;
    padding-top: 60px;
    padding-bottom: 60px;
}

#banner_bottom .inner-container {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#banner_bottom .outter-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#banner_bottom h3 {
    font-weight: 500;
    margin-bottom: 5px;
}

#subtle_way {
    background: #F5F4F0;
    padding-top: 80px;
    padding-bottom: 80px;
}

#subtle_way h3 {
    color: #C2A020;
    text-transform: uppercase;
}

#subtle_way h3,
#subtle_way h2,
#subtle_way p {
    text-align: center;
}

#subtle_way p {
    max-width: 1511px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    );

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    );
}

#subtle_way .container-group {
    display: flex;
    gap: 22px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-top: 50px;
}

#subtle_way .container-group p {
    font-weight: bold;
    color: white;
}

#subtle_way .container-group p::after {
    content: "";
    display: block;
    width: 30%;
    height: 7px;
    background: #C2A020;
    margin-top: 8px;
}

#subtle_way .card-container {
    position: relative;
}

#subtle_way .container-floating-paragraph {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

#why_choose .container-outter {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

#why_choose h2,
#why_choose h3,
#why_choose h4,
#why_choose h5,
#why_choose h6,
#why_choose p {
    color: white
}

#why_choose .common-link {
    margin-left: 0;
}

#why_choose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
    url('https://newradiance.ca/wp-content/uploads/2025/09/banner-gold.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

#why_choose .container-image {
    flex-basis: 40%;
}

#why_choose .container-image img {
    width: 100%;
    height: 100%;
}

#why_choose .container-content {
    flex-basis: 60%;
}

#smooth {
    padding-top: 80px;
    padding-bottom: 80px;
}

#smooth .inner-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

#smooth .container-content {
    flex-basis: 100%;
}

#smooth .container-image {
    flex-basis: 100%;
}

#smooth .container-image img {
    width: 100%;
    height: 100%;
}

#restore .inner-container {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
}

#restore .container-content {
    flex-basis: 100%;
}

#restore .container-image {
    flex-basis: 100%;
}

#restore .container-image img {
    width: 100%;
    height: 100%;
}

#enhance {
    padding-top: 80px;
    padding-bottom: 80px;
}

#enhance .inner-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#enhance .container-content {
    flex-basis: 100%;
}

#enhance .container-image {
    flex-basis: 100%;
}

#enhance .container-image img {
    width: 100%;
    height: 100%;
}


#faq {
    padding-top: 10vw;
    padding-bottom: 10vw;
    background: #EBEAE4;
    @media screen and (min-width: 1640px) {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

#faq h2 {
    font-size: clamp(2rem, calc(32px + 15 * ((100vw - 320px) / 1600)), 2.9375rem);
    line-height: clamp(2.4375rem, calc(39px + 18 * ((100vw - 320px) / 1600)), 3.5625rem);
    font-weight: 500;
}

#faq p {
    font-size: clamp(1.125rem, calc(18px + 8 * ((100vw - 320px) / 1600)), 1.625rem);
    line-height: clamp(1.8125rem, calc(29px + 14 * ((100vw - 320px) / 1600)), 2.6875rem);
}

#faq h3 {
    font-size: clamp(1.25rem, calc(20px + 9 * ((100vw - 320px) / 1600)), 1.8125rem);
    line-height: clamp(1.5rem, calc(24px + 11 * ((100vw - 320px) / 1600)), 2.1875rem);
    font-weight: 500;
}

#faq .faq-item {
    padding-top: 35px;
    padding-bottom: 35px;
    cursor: pointer;
    flex-basis: 100%;
    border-bottom: 0.75px solid #707070;
}

#faq .faq-item .answer p {
    padding-bottom: 0;
}

#faq .faq-item:first-child {
    border-top: 0.75px solid #707070;
}

#faq .faq-item:last-child {
    border-bottom: 0;
}


#faq .faq-item h3 {
    margin-bottom: 0;
}

#faq .faq-item.active .container-faq {
    margin-bottom: 26px;
}

#faq .answer {
    display: none;
}

#faq .faq-item-question {
    display: flex;
}

#faq .container-top-title h3 {
    color: #C2A020;
}

#faq .container-top-title {
    padding-bottom: 40px;
}

#faq .faq-columns-wrapper {
    display: flex;
    flex-direction: column;
}

#faq .faq-column {
    width: 100%;
}

#elevate {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
    url('https://newradiance.ca/wp-content/uploads/2025/09/banner-gold.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#elevate h2,
#elevate p,
#elevate h3 {
    color: white;
    text-align: center;
}

#elevate {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 1025px) {
    #banner,
    #banner .container-title {
        padding-top: 150px;
    }

    #banner_bottom .outter-container {
        flex-direction: row;
    }

    #subtle_way .container-floating-paragraph p {
        padding-bottom: 50px;
        padding-left: 70px;
    }

    #subtle_way .container-group,
    #subtle_way {
        padding-top: 120px;
    }

    #subtle_way .container-group {
        flex-direction: row;
        margin-left: unset;
        margin-right: unset;
    }

    #why_choose {
        padding-top: 260px;
        padding-bottom: 150px;
        margin-top: -110px;
    }

    #why_choose .container-outter {
        gap: 90px;
        flex-direction: row;
    }

    #smooth {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    #enhance .inner-container,
    #restore .inner-container,
    #smooth .inner-container {
        gap: 150px;
        flex-direction: row;
    }

    #restore {
        padding-bottom: 100px;
    }

    #elevate {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #enhance {
        padding-bottom: 100px;
    }

    #faq .faq-columns-wrapper {
        flex-direction: row;
        gap: 75px;
    }

    #faq .faq-item {
        border-bottom: 0.75px solid #707070;
    }
}