#expertise-page .expertise-hero {
    background: #f9f6f2;
    padding: 3rem 0 3rem 0;
}
.expertise-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.expertise-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../../images/bg-ssou-expertise-001.jpg') center center/cover no-repeat;
    z-index: 1;
}
.expertise-hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 32px 0 32px;
    min-height: 520px;
}
.expertise-hero__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 480px;
    flex: 1 1 480px;
    padding-bottom: 32px;
}
.expertise-hero__logo {
    height: 44px;
    margin-bottom: 32px;
}
.expertise-hero__title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.expertise-hero__title span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.expertise-hero__desc {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.7;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.expertise-hero__right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1 1 400px;
    min-width: 320px;
}
.expertise-hero__woman {
    max-width: 370px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
@media (max-width: 900px) {
    .expertise-hero__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 12px 0 12px;
        min-height: 0;
    }
    .expertise-hero__right {
        justify-content: center;
        min-width: 0;
        width: 100%;
        margin-top: 24px;
    }
    .expertise-hero__woman {
        max-width: 90vw;
        margin: 0 auto;
    }
    .expertise-hero__left {
        max-width: 100%;
        padding-bottom: 0;
    }
}

/* --- Seção: Por que isso importa para você? --- */
.expertise-why {
    background: #DFD1B9;
    padding: 3.5rem 0 2.5rem 0;
}
.expertise-why__intro {
    text-align: center;
    margin-bottom: 2.5rem;
}
.expertise-why__title {
    font-size: 2rem;
    color: #6B5A44;
    font-weight: 700;
    margin-bottom: 1rem;
}
.expertise-why__desc {
    font-size: 1.15rem;
    color: #6B5A44;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.expertise-why__frame {
    position: relative;
    margin: 0 auto;
    max-width: 410px;
    border-radius: 28px;
    border: 2px solid #a99c85;
    padding: 40px 36px 28px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: none;
}
.expertise-why__frame-title {
    font-size: 1.6rem;
    color: #6B5A44;
    font-weight: 400;
    margin-bottom: 2.2rem;
    text-align: left;
    line-height: 1.2;
}
.expertise-why__frame-title b {
    font-weight: 700;
}
.expertise-why__frame-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.2rem;
}
.expertise-why__image {
    flex-shrink: 0;
    position: absolute;
    z-index: 2;
    left: -120px;
}
.expertise-why__image img {
    width: 230px;
    height: 390px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: none;
    display: block;
}
.expertise-why__frame-content {
    flex: 1 1 320px;
    color: #6B5A44;
    font-size: 1.18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
}
.expertise-why__frame-list {
    color: #6B5A44;
    font-size: 1.18rem;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.2em;
    list-style: disc;
    flex: 1 1 0;
    padding-left: 130px;
}
.expertise-why__frame-list li {
    margin-bottom: 1.1em;
}
.expertise-why__frame-footer {
    margin-top: 2.2rem;
    color: #6B5A44;
    font-size: 1.13rem;
}
.expertise-why__frame-footer b {
    font-weight: 700;
}
@media (max-width: 900px) {
    .expertise-why__frame {
        padding: 24px 8px 18px 8px;
    }
    .expertise-why__frame-inner {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }
    .expertise-why__image img {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-bottom: 1.2rem;
    }
    .expertise-why__frame-footer {
        text-align: center;
        margin-top: 1.5rem;
    }
}

#expertise-page .expertise-differentials {
    background: #f9f6f2;
    padding: 3rem 0;
}
.expertise-differentials__container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.expertise-differentials__image img {
    width: 220px;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.expertise-differentials__content {
    flex: 1 1 350px;
}
.expertise-differentials__title {
    font-size: 1.4rem;
    color: #7c5a4a;
    font-weight: 600;
    margin-bottom: 1rem;
}
.expertise-differentials__list {
    color: #5a4a3b;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding-left: 1.2em;
}
.expertise-differentials__highlight {
    background: #f3e5d0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    color: #7c5a4a;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
@media (max-width: 900px) {
    .expertise-differentials__container {
        flex-direction: column;
        align-items: stretch;
    }
    .expertise-differentials__image img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 1.5rem auto;
    }
}

#expertise-page .expertise-actives {
    background: #A18B7C;
    padding: 4rem 0;
    text-align: center;
}
.expertise-actives__title {
    font-size: 2rem;
    color: #7c5a4a;
    font-weight: 600;
    margin-bottom: 1rem;
}
.expertise-actives__title span {
    color: #bfa07a;
}
.expertise-actives__desc {
    font-size: 1.1rem;
    color: #5a4a3b;
    margin-bottom: 2rem;
}
.expertise-actives__cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.expertise-actives__card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 1.5rem 1rem;
    max-width: 260px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.expertise-actives__card img {
    width: 100%;
    border-radius: 0.7rem;
    margin-bottom: 1rem;
}
.expertise-actives__card-content {
    color: #7c5a4a;
    font-size: 1.05rem;
}
.expertise-actives__card-content ul {
    margin: 0.5rem 0 0 1.2em;
    padding: 0;
}
.expertise-actives__synergy {
    color: #5a4a3b;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.expertise-actives__synergy b {
    color: #7c5a4a;
}

#expertise-page .expertise-science {
    color: #fff;
    padding: 3rem 0 4rem 0;
    text-align: center;
}
.expertise-science__title {
    font-size: 2rem;
    font-weight: 600;
    color: #564A45;
    margin-bottom: 0.5rem;
}
.expertise-science__desc {
    color: #643930;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    max-width: 700px;
    text-align: center;
    margin-top: 1rem;
}

.expertise-science__ref {
    display: block;
    color: #643930;
    font-size: 0.95rem;
    margin-top: 1rem;
}
.expertise-science__footer {
    color: #643930;
    font-size: 1.7rem;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 3.5rem;
    text-align: center;
}

/* --- Seção: Como nossos ativos se potencializam (Slider) --- */
.expertise-actives--slider {
    background: #a88f7c;
    padding: 3.5rem 0 2.5rem 0;
    text-align: center;
}
.expertise-actives__title {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.2rem;
    letter-spacing: 0.01em;
}
.expertise-actives__title span {
    font-weight: 700;
    color: #fff;
}
.expertise-actives__desc {
    font-size: 1.18rem;
    color: #fff;
    margin-bottom: 2.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
.expertise-actives__splide {
    max-width: 820px;
    margin: 0 auto 2.5rem auto;
}
.expertise-actives__slide-card {
    display: flex;
    align-items: stretch;
    background: #f6f1e7;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: none;
    min-height: 320px;
}
.expertise-actives__slide-img {
    width: 350px;
    height: 320px;
    object-fit: cover;
    border-radius: 32px 0 0 32px;
    flex-shrink: 0;
    background: #e5d3bb;
}
.expertise-actives__slide-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 36px 32px 36px 32px;
    text-align: left;
}
.expertise-actives__slide-title {
    font-size: 1.5rem;
    color: #554A45;
    margin-bottom: 1.1rem;
    line-height: 1.3;
}
.expertise-actives__slide-list {
    color: #a88f7c;
    font-size: 1.13rem;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.2em;
}
.expertise-actives__slide-list li {
    margin-bottom: 0.7em;
}
.expertise-actives__synergy {
    color: #fff;
    font-size: 1.13rem;
    margin-top: 2.2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.expertise-actives__synergy b {
    color: #fff;
    font-weight: 700;
}

/* Splide customização */
.expertise-actives__splide .splide__arrow {
    background: #fff;
    color: #a88f7c;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.expertise-actives__splide .splide__pagination__page.is-active {
    background: #fff;
}

@media (max-width: 900px) {
    .expertise-actives__slide-card {
        flex-direction: column;
        min-height: 0;
    }
    .expertise-actives__slide-img {
        width: 100%;
        height: 180px;
        border-radius: 32px 32px 0 0;
    }
    .expertise-actives__slide-content {
        padding: 20px 16px 24px 16px;
    }
}


.splide__pagination {
    bottom: -1.5em!important;
}



.about-quote-section {
    background: #fff;
    width: 100vw;
    padding: 56px 0 56px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .about-quote-section {
        padding: 64px 2rem;
    }
}

.about-quote-box {
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 6px 32px 0 rgba(80, 60, 40, 0.10);
    max-width: 820px;
    margin: 0 auto;
    padding: 56px 32px 56px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 260px;
}

.about-quote-svg {
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    width: 48px;
    height: 40px;
}
.about-quote-svg-top {
    top: 32px;
    left: 32px;
}
.about-quote-svg-bottom {
    bottom: 32px;
    right: 32px;
}

.about-quote-text {
    font-size: 1.6rem;
    color: #6b4a3a;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 1.4;
    font-family: inherit;
    z-index: 3;
    padding: 2rem;
}

@media (max-width: 700px) {
    .about-quote-box {
        padding: 28px 20px 24px 20px;
        max-width: 98vw;
        min-height: 180px;
    }
    .about-quote-svg {
        width: 28px;
        height: 22px;
    }
    .about-quote-svg-top {
        top: 20px;
        left: 20px;
    }
    .about-quote-svg-bottom {
        bottom: 20px;
        right: 20px;
    }
    .about-quote-text {
        font-size: 1.1rem;
    }
}


.about-quote-section .splide__pagination__page.is-active {
    background: #bca17d!important;
}

/* --- Seção: O que você sente na prática --- */
.expertise-feel {
    background: #E1D1B7;
    padding: 5 0;
}
.expertise-feel__container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3.5rem;
    flex-wrap: wrap;
}
.expertise-feel__image {
    flex: 1 1 340px;
    min-width: 280px;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-feel__image img {
    width: 100%;
    border-radius: 0 36px 36px 0;
    display: block;
}
.expertise-feel__content {
    flex: 1 1 340px;
    min-width: 280px;
    max-width: 520px;
}
.expertise-feel__title {
    font-size: 2.1rem;
    color: #6B5A44;
    font-weight: 400;
    margin-bottom: 2.2rem;
    letter-spacing: -0.01em;
    position: relative;
    left: -6rem;
}
.expertise-feel__title span {
    font-weight: 700;
    color: #4B3B2A;
}
.expertise-feel__list {
    color: #6B5A44;
    font-size: 1.18rem;
    line-height: 2.1;
    padding-left: 0;
    margin: 0;
}
.expertise-feel__list ul {
    list-style: none;
}

.expertise-feel__list li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.1;
}
@media (max-width: 900px) {
    .expertise-feel__container {
        flex-direction: column;
        gap: 2.2rem;
        text-align: center;
    }
    .expertise-feel__content {
        max-width: 100%;
    }
    .expertise-feel__image {
        max-width: 100%;
    }
}

/* --- Seção Final: DermaSync® --- */
.expertise-final {
    background: #A48A7B;
    padding: 3.5rem 0 3.5rem 0;
    text-align: center;
}
.expertise-final__container {
    max-width: 900px;
    margin: 0 auto;
}
.expertise-final__text {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0.01em;
    margin: 0 auto;
}
.expertise-final__text strong {
    font-weight: 700;
    color: #fff;
    font-size: 2.4rem;
    display: block;
    margin-bottom: 0.2em;
}
@media (max-width: 700px) {
    .expertise-final__text {
        font-size: 1.2rem;
    }
    .expertise-final__text strong {
        font-size: 1.3rem;
    }
}


#main-content {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    section {
        padding: 2rem 2rem!important;
    }

    .expertise-why__image {
        position: unset;
    }
    .expertise-why__image img {
        height: 370px;
    }

    .expertise-why__frame-title {
        text-align: center;
    }

    .expertise-why__frame-list {
        padding-left: 40px;
        padding-right: 20px;
    }

    .about-quote-section {
        flex-wrap: nowrap;
    }
    .expertise-science__title {
        text-align: center;
    }

    .about-quote-box {
        max-width: 78vw;
    }
    .expertise-feel__list li {
        font-size: 1.4rem;
        margin-bottom: 2rem;
        line-height: 1.1;
        text-align: left;
    }

    .expertise-feel__title {
        left: 0;
    }
    .expertise-feel__list {
        width: 90%;
        margin: 0 auto;
    }

}