.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 img {
    width: 100%;
}

#banner .container-title {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
}

#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;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

#banner_bottom .outter-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#banner_bottom h3 {
    font-weight: 500;
    margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
    #banner,
    #banner .container-title {
        padding-top: 150px;
    }

    #banner_bottom .inner-container {
        max-width: 100%;
    }

    #location .outter-container,
    #banner_bottom .outter-container {
        flex-direction: row;
    }
}

/*Laser*/
#laser {
    background: #F5F4F0;
    padding-top: 70px;
}

#laser .content-top p.title {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(1.125rem + (25 - 18) * ((100vw - 20rem) / (120 - 20))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (30 - 24) * ((100vw - 20rem) / (120 - 20))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
    letter-spacing: 4.5px;
    color: #C2A020;
    text-transform: uppercase;
    font-weight: 500;
}

#laser .content-top {
    max-width: 1510px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#laser .content-top h2 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    font-size: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (47 - 24) * ((100vw - 20rem) / (120 - 20))),
            2.9375rem /* 47px ÷ 16 = 2.9375rem */
    ) !important;

    line-height: clamp(
            2rem, /* 32px ÷ 16 = 2rem */ calc(2rem + (57 - 32) * ((100vw - 20rem) / (120 - 20))),
            3.5625rem /* 57px ÷ 16 = 3.5625rem */
    ) !important;
    font-weight: 500;
}

#laser .content-treatments {
    display: grid;
    grid-template-columns: 1fr;
    gap: 33px;
    padding-top: 30px;
    padding-bottom: 70px;
}

#laser .card-treatment {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px -1px 26px #00000019;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#laser .content-card-treatment h3 {
    font-size: clamp(
            1.25rem, /* 20px ÷ 16 = 1.25rem */ calc(1.25rem + (29 - 20) * ((100vw - 20rem) / (120 - 20))),
            1.8125rem /* 29px ÷ 16 = 1.8125rem */
    ) !important;

    line-height: clamp(
            1.75rem, /* 28px ÷ 16 = 1.75rem */ calc(1.75rem + (35 - 28) * ((100vw - 20rem) / (120 - 20))),
            2.1875rem /* 35px ÷ 16 = 2.1875rem */
    ) !important;
    letter-spacing: 0.14px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 0;
}

#laser .link-book-online {
    border: 1px solid #000000;
    border-radius: 2px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #000000 !important;
}

#laser .link-book-online:hover {
    background: #c1a021;
    color: #FFF !important;
}

#laser .container-link-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

#laser .link-find-out {
    font-size: 17px !important;
    line-height: 20px !important;
    color: #000000 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#laser .link-find-out::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

#laser .link-find-out:hover::after {
    transform: translateX(4px);
}

#laser .card-treatment {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

#laser .card-treatment img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

#laser .content-card-treatment {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#laser .main-content-card {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s ease 0.2s;
}

#laser .card-treatment:hover img {
    height: 240px;
    object-position: center;

}

#laser .card-treatment:hover .main-content-card {
    max-height: 250px;
    opacity: 1;
    padding-top: 15px;
}

#laser .main-content-card p {
    font-size: 18px !important;
}

#laser .content-card-treatment {
    padding: 30px;
}

/* Ajuste no CSS - usar classe em vez de :hover */
#laser .card-treatment.is-expanded img {
    height: 240px;
    object-position: center;
}

#laser .card-treatment.is-expanded .main-content-card {
    max-height: 250px;
    opacity: 1;
    padding-top: 15px;
}

#laser .card-treatment:hover img {
    height: 240px;
    object-position: center;
}

#laser .card-treatment:hover .main-content-card {
    max-height: 250px;
    opacity: 1;
    padding-top: 15px;
}

@media screen and  (min-width: 491px) {
    #laser .container-link-cards {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and  (min-width: 981px) {
    #laser .content-treatments {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and  (min-width: 1025px) {
    #laser {
        padding-top: 112px;
    }

    #laser .content-treatments {
        grid-template-columns: 1fr 1fr;
        padding-top: 112px;
    }
}

@media screen and (min-width: 1281px) {
    #laser .content-treatments {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1401px) {
    #laser .link-book-online {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media screen and (min-width: 1681px) {
    #laser .content-card-treatment {
        padding: 47px 57px;
    }
}

/*Precision*/
#precision {
    background: #E6E5E3;
    padding-top: 70px;
}

#precision .container-precision {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#precision .container-one,
#precision .container-two {
    flex-basis: 100%;
}

#precision .container-one img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#precision .content-repeater-precision {
    display: flex;
    gap: 30px;
}

#precision p.title {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(1.125rem + (25 - 18) * ((100vw - 20rem) / (120 - 20))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (30 - 24) * ((100vw - 20rem) / (120 - 20))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
    letter-spacing: 4.5px;
    color: #C2A020;
    text-transform: uppercase;
    font-weight: 500;
}

#precision .content-repeater-card h3 {
    font-size: 19px !important;
    line-height: 23px !important;
    font-weight: 500;
}

#precision .content-repeater-card p {
    font-size: 18px !important;
    line-height: 30px !important;
}

#precision .content-repeater-card {
    margin-top: 30px;
    gap: 4vw;
}

#precision .content-repeater-precision img {
    width: 100%;
    border-radius: 7px;
}

#precision .content-repeater-precision {
    margin-top: 50px;
}

#precision .link-learn-more {
    border: 2px solid #000000;
    border-radius: 2px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 21px !important;
    line-height: 30px !important;
    color: #000000 !important;
    font-weight: 500;
}

#precision .link-learn-more:hover {
    background: #c1a021;
    color: #FFF !important;
}

#precision .link-precision {
    font-size: 21px !important;
    line-height: 30px !important;
    color: #000000 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#precision .link-precision::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

#precision .link-precision:hover::after {
    transform: translateX(4px);
}

#precision .container-buttons {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 25px;
    flex-direction: column;
}

#precision .content-repeater-precision {
    flex-direction: column;
}

@media screen and (min-width: 521px) {
    #precision .content-repeater-precision {
        flex-direction: row;
    }

    #precision .container-buttons {
        align-items: center;
        flex-direction: row;
    }

}

@media screen and (min-width: 1025px) {
    #precision {
        padding-top: 150px;
        margin-top: 140px
    }

    #precision .container-precision {
        flex-direction: row;
        gap: 4vw;
    }

    #precision .content-repeater-precision {
        gap: 4vw;
    }

}

@media screen and (min-width: 1401px) {
    #precision .link-learn-more {
        padding-right: 35px;
        padding-left: 35px;
    }

    #precision .container-buttons {
        gap: 80px;
    }
}

@media screen and (min-width: 1681px) {
    #precision .content-repeater-precision {
        gap: 144px;
    }

    #precision .container-precision {
        gap: unset;
    }

}

/*Recovery*/
#recovery {
    background: #E6E5E3;
    padding-top: 100px;
    padding-bottom: 100px;
}

#recovery p.title {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(1.125rem + (25 - 18) * ((100vw - 20rem) / (120 - 20))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (30 - 24) * ((100vw - 20rem) / (120 - 20))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
    letter-spacing: 4.5px;
    color: #C2A020;
    text-transform: uppercase;
    font-weight: 500;
}

#recovery .container-recovery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

#recovery .content-one,
#recovery .content-two {
    flex-basis: 100%;
}

#recovery .content-one p:not(.title) {
    font: normal normal normal 18px/30px Montserrat, sans-serif !important;
    letter-spacing: 0.18px;
    color: #000000;
}

@media screen and (min-width: 1025px) {
    #recovery {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    #recovery .container-recovery {
        flex-direction: row;
    }
}

@media screen and (min-width: 1681px) {
    #recovery .container-recovery {
        gap: 140px;
    }
}

/*Customized*/
#customized {
    background: #E6E5E3;
    padding-bottom: 100px;
}

#customized p.title {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(1.125rem + (25 - 18) * ((100vw - 20rem) / (120 - 20))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (30 - 24) * ((100vw - 20rem) / (120 - 20))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
    letter-spacing: 4.5px;
    color: #C2A020;
    text-transform: uppercase;
    font-weight: 500;
}

#customized .container-customized {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
}

#customized .content-one,
#customized .content-two {
    flex-basis: 100%;
}

#customized .content-two p:not(.title) {
    font: normal normal normal 18px/30px Montserrat, sans-serif !important;
    letter-spacing: 0.18px;
    color: #000000;
}

#customized .link-customized {
    border: 2px solid #000000;
    border-radius: 2px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 21px !important;
    line-height: 30px !important;
    color: #000000 !important;
    font-weight: 500;
    width: fit-content;
    margin-top: 30px;
}

#customized .link-customized:hover {
    background: #c1a021;
    color: #FFF !important;
}

@media screen and (min-width: 1025px) {
    #customized .container-customized {
        flex-direction: row;
        gap: 4vw;
    }

    #customized {
        padding-bottom: 180px;
    }
}

@media screen and (min-width: 1681px) {
    #customized .container-customized {
        gap: 140px;
    }
}

/*FAQ*/
#faq {
    padding-top: 10vw;
    padding-bottom: 10vw;
    background: #F5F4F0;
    @media screen and (min-width: 1640px) {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

#faq .faq-item:last-child {
    border-bottom: 0;
}

#faq p.title {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(1.125rem + (25 - 18) * ((100vw - 20rem) / (120 - 20))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(1.5rem + (30 - 24) * ((100vw - 20rem) / (120 - 20))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
    letter-spacing: 4.5px;
    color: #C2A020;
    text-transform: uppercase;
    font-weight: 500;
}

#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 h3 {
    margin-bottom: 0;
}

#faq .faq-item.active .container-faq {
    margin-bottom: 26px;
}

#faq .answer {
    display: none;
    padding-top: 17px;
}

#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%;
}

@media screen and (min-width: 1025px) {
    #faq .faq-columns-wrapper {
        flex-direction: row;
        gap: 75px;
    }

    #faq .faq-item {
        border-bottom: 0.75px solid #707070;
    }

    #faq .faq-item:last-child {
        border-bottom: 0.75px solid #707070;
    }

    #faq .container-outside {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }
}

/*Elevate*/
#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;
}

#elevate p {
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
}