/* Private Label Pools — hero (ref. docs/layouts/private-label-pools/banner.png) */

.page-private-label-pools #homeHero.home-us-hero .banner-home-us__title {
    margin-top: clamp(4rem, 10vh, 7rem);
}

.page-private-label-pools #homeHero.home-us-hero .banner-home-us__tagline {
    max-width: 36rem;
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.page-private-label-pools #homeHero.home-us-hero .banner-home-us__actions {
    margin-top: 0;
}

/* Mantém o pátio (zona clara sob o texto) visível em viewports intermediárias */
@media (min-width: 768px) {
    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__img {
        object-position: 35% center;
    }
}

@media (min-width: 992px) {
    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__img {
        object-position: center center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__tagline {
        max-width: 28rem;
    }
}

/* Banner mobile — mesmo padrão de .page-about-us / banner-scrolled */
@media only screen and (max-width: 767.98px) {
    .page-private-label-pools #homeHero.home-us-hero .banner-home-us {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: min(100svh, 44rem);
        overflow: hidden;
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: center 40%;
    }

    .page-private-label-pools #homeHero.home-us-hero #topSite:not(.topSite--scrolled) {
        position: relative;
        z-index: 30;
    }

    .page-private-label-pools #homeHero.home-us-hero #topSite.topSite--scrolled {
        z-index: 1100;
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__inner {
        position: relative;
        z-index: 10;
        flex: 1 1 auto;
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        align-self: stretch;
        width: 100%;
        min-height: min(100svh, 44rem) !important;
        flex-grow: 1 !important;
        padding-top: 0 !important;
        padding-bottom: clamp(1.75rem, 6vh, 2.75rem);
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__inner > .row {
        flex: 1 1 auto;
        display: flex;
        align-items: stretch;
        width: 100%;
        min-height: 100%;
        height: 100%;
        margin: 0;
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__inner > .row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1 1 auto;
        min-height: 100%;
        height: 100%;
        padding-top: clamp(11rem, 32vh, 15rem);
        padding-left: clamp(0.15rem, 1vw, 0.35rem);
        padding-right: clamp(0.15rem, 1vw, 0.35rem);
        text-align: left;
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__title,
    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__title--mobile {
        flex-shrink: 0;
        margin-top: 0 !important;
        margin-bottom: 0;
        font-size: clamp(2.875rem, 11vw, 3.35rem) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.04em !important;
        text-align: left;
    }

    .page-private-label-pools #homeHero.home-us-hero p.banner-home-us__tagline,
    .page-private-label-pools #homeHero.home-us-hero p.banner-home-us__tagline--mobile {
        flex-shrink: 0;
        width: 100%;
        max-width: min(100%, 21.5rem);
        margin-top: clamp(0.85rem, 2.5vh, 1.15rem) !important;
        margin-bottom: clamp(1rem, 2.8vh, 1.35rem) !important;
        font-size: var(--font-size-home-hero-tagline-mobile) !important;
        line-height: 1.35 !important;
        text-align: left;
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.5),
            0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .page-private-label-pools #homeHero.home-us-hero .banner-home-us__actions {
        flex-shrink: 0;
        margin-top: 0 !important;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .page-private-label-pools #homeHero.home-us-hero .cta_buttom {
        font-size: var(--font-size-home-hero-cta-mobile) !important;
        padding: 0.35rem 1.25rem;
    }
}

/* Reveal */
.page-private-label-pools .plp-reveal-up {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity 0.62s ease, transform 0.62s ease;
    transition-delay: var(--plp-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.page-private-label-pools .plp-reveal-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* —— Smarter Way (ref. docs/layouts/private-label-pools/smarter-way.png) —— */

.page-private-label-pools {
    --plp-radius: 1.125rem;
}

#smarter-way.plp-smarter-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

/* Textura full-bleed — padrão #beleza / gp-beauty__texture-zone */
#smarter-way .plp-smarter__texture-zone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

#smarter-way .plp-smarter__texture {
    position: relative;
    width: 100%;
    pointer-events: none;
    line-height: 0;
}

#smarter-way .plp-smarter__texture-img {
    display: block;
    width: 100%;
    height: clamp(9rem, 18vw, 15rem);
    object-fit: cover;
    object-position: center bottom;
}

#smarter-way .plp-smarter__inner {
    position: relative;
    z-index: 1;
}

#smarter-way .plp-smarter__title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
}

#smarter-way .plp-smarter__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    /* Largura pensada para ~3 linhas no desktop (ref. layout) */
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

#smarter-way .plp-smarter__grid {
    align-items: flex-start;
}

#smarter-way .plp-smarter__copy {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#smarter-way .plp-smarter__subtitle {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-align: center;
}

#smarter-way .plp-smarter__body {
    margin-top: 2rem;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    text-align: center;
}

#smarter-way .plp-smarter__list {
    display: inline-block;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-left: 1.15rem;
    text-align: left;
    list-style: disc;
    list-style-position: outside;
    color: #6b7370;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.55;
}

#smarter-way .plp-smarter__list-item + .plp-smarter__list-item {
    margin-top: 0.35rem;
}

#smarter-way .plp-smarter__media-col {
    display: flex;
    justify-content: center;
}

#smarter-way .plp-smarter__figure {
    width: 100%;
    max-width: 36rem;
}

#smarter-way .plp-smarter__media {
    position: relative;
    width: 100%;
    border-radius: var(--plp-radius);
    aspect-ratio: 1 / 1;
    background-color: #d8d8d8;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

#smarter-way .plp-smarter__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Legenda no rodapé da imagem — texto itálico, sem pill (ref. layout) */
#smarter-way .plp-smarter__caption {
    position: absolute;
    left: 50%;
    bottom: clamp(1.25rem, 3vw, 2.1rem);
    z-index: 2;
    width: calc(100% - 2.5rem);
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    border: 0;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

@media (min-width: 992px) {
    #smarter-way .plp-smarter__figure {
        max-width: none;
    }

    #smarter-way .plp-smarter__copy {
        max-width: 30rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #smarter-way .plp-smarter__copy {
        max-width: 34rem;
    }

    #smarter-way .plp-smarter__figure {
        max-width: 28rem;
    }

    #smarter-way .plp-smarter__caption {
        font-size: 1.25rem;
    }
}

/* Smarter Way — mobile (ref. docs/layouts/private-label-pools/mobile/smarter-way.png) */
@media only screen and (max-width: 767.98px) {
    #smarter-way.plp-smarter-section {
        margin-top: var(--mt-default-web-mobile);
        padding-bottom: clamp(8.5rem, 18vw, 7rem);
    }

    #smarter-way .plp-smarter__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #smarter-way .plp-smarter__title,
    #smarter-way .plp-smarter__subtitle {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #smarter-way .plp-smarter__intro,
    #smarter-way .plp-smarter__body,
    #smarter-way .plp-smarter__list {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }

    #smarter-way .plp-smarter__intro {
        max-width: 18.5rem;
    }

    #smarter-way .plp-smarter__grid {
        --bs-gutter-y: clamp(1.5rem, 5vw, 2rem);
        margin-top: var(--mt-default-divider-mobile);
    }

    #smarter-way .plp-smarter__figure {
        max-width: none;
        width: 100%;
    }

    #smarter-way .plp-smarter__media {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }

    #smarter-way .plp-smarter__caption {
        bottom: clamp(1rem, 4vw, 1.5rem);
        font-size: clamp(1.15rem, 4.5vw, 1.4rem);
    }

    #smarter-way .plp-smarter__copy {
        max-width: 21rem;
    }

    #smarter-way .plp-smarter__body {
        margin-top: clamp(1rem, 3.5vw, 1.35rem);
    }

    #smarter-way .plp-smarter__list {
        margin-top: clamp(1.15rem, 4vw, 1.65rem);
        padding-left: 1.1rem;
    }

    #smarter-way .plp-smarter__texture-img {
        height: clamp(7.5rem, 28vw, 11rem);
    }
}

/* —— Proven (ref. docs/layouts/private-label-pools/proven.png) —— */

#proven.plp-proven-section {
    background-color: #f8f7f6;
    padding-top: var(--mt-default-web);
    padding-bottom: var(--mt-default-web);
}

#proven .plp-proven__grid {
    --bs-gutter-x: clamp(1.25rem, 3vw, 2.5rem);
    --bs-gutter-y: clamp(1.25rem, 3vw, 2rem);
}

#proven .plp-proven__media-col {
    display: flex;
    justify-content: center;
}

#proven .plp-proven__figure {
    width: 100%;
    max-width: 36rem;
    margin: 0;
    overflow: hidden;
    border-radius: var(--plp-radius);
    background-color: #d8d8d8;
}

#proven .plp-proven__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    vertical-align: top;
}

#proven .plp-proven__copy {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

#proven .plp-proven__title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-wrap: balance;
}

#proven .plp-proven__body {
    margin-top: 2.5rem;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
}

#proven .plp-proven__body p + p {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    #proven .plp-proven__media-col,
    #proven .plp-proven__copy-col {
        display: flex;
        flex-direction: column;
    }

    #proven .plp-proven__figure {
        max-width: none;
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        min-height: 100%;
        position: relative;
    }

    /* Imagem preenche a coluna (mesmo topo/base do texto) */
    #proven .plp-proven__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* Altura mínima pela proporção natural da foto, até o texto superar */
    #proven .plp-proven__figure::before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    #proven .plp-proven__copy-col {
        align-items: stretch;
    }

    #proven .plp-proven__copy {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        width: 100%;
        max-width: 30rem;
        height: 100%;
        min-height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #proven .plp-proven__body {
        margin-top: auto;
        padding-top: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #proven .plp-proven__figure {
        max-width: 28rem;
    }

    #proven .plp-proven__copy {
        max-width: 34rem;
    }

    #proven .plp-proven__body {
        margin-top: clamp(1.5rem, 2.5vw, 2rem);
    }
}

/* Proven — mobile (ref. docs/layouts/private-label-pools/mobile/proven.png) */
@media only screen and (max-width: 767.98px) {
    #proven.plp-proven-section {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #proven .plp-proven__grid {
        --bs-gutter-y: clamp(2.5rem, 5vw, 2rem);
    }

    #proven .plp-proven__copy {
        max-width: 21rem;
    }

    #proven .plp-proven__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #proven .plp-proven__body {
        margin-top: clamp(1.15rem, 4vw, 1.65rem);
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }

    #proven .plp-proven__body p + p {
        margin-top: clamp(0.85rem, 3vw, 1.1rem);
    }

    #proven .plp-proven__figure {
        max-width: none;
        width: 100%;
    }

    #proven .plp-proven__img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* —— Global (padrão granita-technology #beleza-vista-de-dentro banner) —— */

#global.plp-global-section {
    color: var(--color-white);
}

#global .plp-global__banner {
    border-radius: 0;
}

#global .plp-global__media {
    position: relative;
    width: 100%;
    line-height: 0;
}

@media (min-width: 768px) {
    #global .plp-global__media {
        aspect-ratio: 1920 / 800;
    }

    #global .plp-global__img {
        height: 100%;
    }
}

#global .plp-global__img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    object-fit: cover;
    object-position: center center;
}

#global .plp-global__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 55%, transparent 100%);
    pointer-events: none;
}

/* Tipografia do overlay — banner interno (menor que o hero), igual #beleza-vista-de-dentro */
#global .plp-global__overlay .banner-home-us__title,
#global .plp-global__overlay .plp-global__title {
    margin-top: 0;
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--font-size-home-hero-title) * 0.78);
    line-height: 1.05;
    text-shadow: 0 2px 0 #8c9292, 0 4px 14px rgba(0, 0, 0, 0.35);
    letter-spacing: clamp(-3px, -0.08vw, -5px);
}

#global .plp-global__overlay .banner-home-us__tagline,
#global .plp-global__overlay .plp-global__text {
    font-weight: 300;
    font-size: calc(var(--font-size-home-hero-description) * 0.92);
    line-height: 1.45;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: clamp(2.5rem, 4.2vw, 3.75rem);
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: clamp(2.5rem, 4.6vw, 3.75rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    #global .plp-global__overlay .banner-home-us__tagline,
    #global .plp-global__overlay .plp-global__text {
        font-size: clamp(1rem, 1.45vw, 1.15rem);
        margin-top: clamp(0.65rem, 1.5vw, 1.15rem);
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    #global .plp-global__overlay {
        padding: clamp(1.35rem, 3vw, 2.25rem) 0;
        align-items: center;
    }

    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: clamp(2.35rem, 4.2vw, 3.5rem) !important;
        line-height: 1.08;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }

    #global .plp-global__overlay .banner-home-us__tagline,
    #global .plp-global__overlay .plp-global__text {
        margin-top: 0.55rem;
        margin-bottom: 0;
        font-size: calc(var(--font-size-home-hero-description) * 0.92);
        line-height: 1.35;
        max-width: 30rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #global .plp-global__media,
    #global .plp-global__img {
        min-height: min(42vh, 380px);
        object-fit: cover;
    }

    #global .plp-global__overlay {
        padding: clamp(1.5rem, 3vw, 2.5rem) 0;
        align-items: center;
    }

    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: clamp(2.35rem, 4.2vw, 3.25rem) !important;
        line-height: 1.08;
        letter-spacing: -0.03em;
        margin-top: 0;
        margin-bottom: 0;
    }

    #global .plp-global__overlay .banner-home-us__tagline,
    #global .plp-global__overlay .plp-global__text {
        margin-top: 0.55rem;
        margin-bottom: 0;
        font-size: var(--font-size-home-hero-description);
        max-width: 28rem;
        line-height: 1.35;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: clamp(2.25rem, 5vw, 3rem) !important;
    }

    #global .plp-global__media,
    #global .plp-global__img {
        min-height: min(38vh, 340px);
    }
}

@media only screen and (max-width: 767.98px) {
    #global .plp-global__banner-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    #global .plp-global__banner {
        border-radius: 0;
        overflow: hidden;
    }

    #global .plp-global__media {
        aspect-ratio: auto;
    }

    #global .plp-global__img {
        width: 100%;
        height: auto;
        max-height: none;
        border-radius: 0;
        object-fit: cover;
        object-position: center center;
    }

    /* Padrão #beleza-vista-de-dentro mobile — conteúdo na metade inferior */
    #global .plp-global__overlay {
        align-items: flex-end;
        justify-content: flex-start;
        padding: clamp(1.5rem, 4vw, 2rem) 0 clamp(2rem, 7vw, 3rem);
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.18) 42%,
            rgba(0, 0, 0, 0.42) 100%
        );
    }

    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.05;
        letter-spacing: -0.02em;
        text-align: left;
    }

    #global .plp-global__overlay .banner-home-us__tagline,
    #global .plp-global__overlay .plp-global__text {
        margin-top: 1rem;
        margin-bottom: 0;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 18.5rem;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    #global .plp-global__overlay .banner-home-us__title,
    #global .plp-global__overlay .plp-global__title {
        line-height: 1.05;
    }
}

/* —— Grow (ref. docs/layouts/private-label-pools/gorw.png) —— */

#grow.plp-grow-section {
    background-color: var(--color-white);
    padding-top: var(--mt-default-web);
    padding-bottom: var(--mt-default-web);
}

#grow .plp-grow__title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-wrap: balance;
}

#grow .plp-grow__body {
    /* max-width: 75rem; */
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    text-align: center;
}

#grow .plp-grow__body p + p {
    margin-top: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #grow .plp-grow__body {
        max-width: 36rem;
    }
}

/* Grow — mobile (ref. docs/layouts/private-label-pools/mobile/grow.png) */
@media only screen and (max-width: 767.98px) {
    #grow.plp-grow-section {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #grow .plp-grow__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #grow .plp-grow__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #grow .plp-grow__body {
        max-width: 18.5rem;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        text-align: center;
    }

    #grow .plp-grow__body p {
        text-align: center;
    }

    #grow .plp-grow__body p + p {
        margin-top: clamp(0.85rem, 3vw, 1.1rem);
    }
}

/* —— Why Fiber (ref. docs/layouts/private-label-pools/why-fiber.png) —— */

#why-fiber.plp-why-section {
    background-color: #f8f7f6;
    padding-top: var(--mt-default-web);
    padding-bottom: var(--mt-default-web);
}

#why-fiber .plp-why__title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-wrap: balance;
}

#why-fiber .plp-why__list {
    display: flex;
    flex-direction: column;
    gap: clamp(0.65rem, 1.4vw, 1rem);
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

#why-fiber .plp-why__item {
    width: 100%;
}

#why-fiber .plp-why__card {
    /* Gradiente do shape-why-partner.svg — altura via padding, largura 100% */
    --plp-why-inset: 2px;
    --plp-why-label-width: 40%;
    --plp-why-pad-y: 1.05rem;
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #a04726 0%,
        #ba6440 26%,
        #c65e36 51%,
        #c67c65 99%
    );
    transform: translateZ(0) scale(1);
    box-shadow: 0 0 0 rgba(160, 71, 38, 0);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    #why-fiber .plp-why__card:hover {
        transform: translateZ(0) scale(1.025);
        box-shadow: 0 10px 28px rgba(160, 71, 38, 0.22);
        z-index: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    #why-fiber .plp-why__card {
        transition: none;
        will-change: auto;
    }

    #why-fiber .plp-why__card:hover {
        transform: none;
        box-shadow: none;
    }
}

#why-fiber .plp-why__label {
    position: relative;
    z-index: 1;
    flex: 0 0 calc(var(--plp-why-label-width) - var(--plp-why-inset));
    width: calc(var(--plp-why-label-width) - var(--plp-why-inset));
    max-width: calc(var(--plp-why-label-width) - var(--plp-why-inset));
    margin-top: var(--plp-why-inset);
    margin-bottom: var(--plp-why-inset);
    margin-left: var(--plp-why-inset);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--plp-why-pad-y) clamp(0.75rem, 1.6vw, 1.35rem);
    background-color: var(--color-white);
    border: 0;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    color: inherit;
    text-align: center;
    cursor: default;
}

#why-fiber .plp-why__label-text {
    margin: 0;
    font-size: clamp(0.95rem, 1.35vw, 1.25rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-grey);
    text-align: center;
    text-wrap: balance;
}

#why-fiber .plp-why__panel {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
}

#why-fiber .plp-why__panel-inner {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

#why-fiber .plp-why__text {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-top: calc(var(--plp-why-pad-y) + var(--plp-why-inset));
    padding-bottom: calc(var(--plp-why-pad-y) + var(--plp-why-inset));
    padding-left: clamp(0.75rem, 1.8vw, 1.5rem);
    padding-right: clamp(1.25rem, 3.5vw, 2.75rem);
    font-size: clamp(0.88rem, 1.2vw, 1.125rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--color-white);
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #why-fiber .plp-why__list {
        max-width: 100%;
        gap: clamp(0.55rem, 1.2vw, 0.85rem);
    }

    #why-fiber .plp-why__card {
        --plp-why-label-width: 36%;
        --plp-why-pad-y: 0.85rem;
    }

    #why-fiber .plp-why__label-text {
        font-size: clamp(0.88rem, 1.7vw, 1.05rem);
    }

    #why-fiber .plp-why__text {
        font-size: clamp(0.8rem, 1.45vw, 0.95rem);
        line-height: 1.3;
        padding-left: 0.85rem;
        padding-right: clamp(1rem, 2.5vw, 1.75rem);
    }
}

/* Why Fiber — mobile accordion (ref. docs/layouts/private-label-pools/mobile/why-fiber.png) */
@media only screen and (max-width: 767.98px) {
    #why-fiber.plp-why-section {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #why-fiber .plp-why__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #why-fiber .plp-why__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #why-fiber .plp-why__list {
        gap: clamp(0.65rem, 2.5vw, 0.85rem);
        max-width: none;
        margin-top: var(--mt-default-divider-mobile);
    }

    #why-fiber .plp-why__card {
        --plp-why-pad-y: 0.95rem;
        display: block;
        background: transparent;
        border-radius: 0;
        overflow: visible;
        transform: none;
        box-shadow: none;
        transition: none;
        will-change: auto;
    }

    /*
     * Layout mobile aberto (why-fiber.png):
     * - Pílula branca igual à fechada (borda cinza), por cima
     * - Bloco colorido na MESMA largura, por baixo, começando ~no meio da pílula
     * - Sem moldura colorida sobrando em cima da pílula
     */
    #why-fiber .plp-why__card.is-open {
        background: transparent;
        border-radius: 0;
        overflow: visible;
        padding: 0;
        box-shadow: none;
    }

    #why-fiber .plp-why__label {
        display: flex;
        width: 100%;
        max-width: none;
        margin: 0;
        min-height: 3rem;
        padding: var(--plp-why-pad-y) clamp(1rem, 4vw, 1.35rem);
        border: 1px solid #5f6d72;
        border-radius: 999px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    #why-fiber .plp-why__card.is-open .plp-why__label {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 999px;
        border-color: #5f6d72;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    #why-fiber .plp-why__label-text {
        font-size: clamp(0.95rem, 3.8vw, 1.1rem);
        line-height: 1.25;
    }

    #why-fiber .plp-why__panel {
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    #why-fiber .plp-why__card.is-open .plp-why__panel {
        position: relative;
        z-index: 1;
        /* Encaixa atrás da pílula (~metade da altura) — lados alinhados, sem “borda” em cima */
        margin-top: -1.55rem;
        padding-top: 1.55rem;
        max-height: 16rem;
        background: linear-gradient(
            180deg,
            #a04726 0%,
            #ba6440 40%,
            #c65e36 72%,
            #c67c65 100%
        );
        border-radius: 0 0 1.75rem 1.75rem;
        box-shadow: 0 10px 28px rgba(160, 71, 38, 0.2);
    }

    #why-fiber .plp-why__panel-inner {
        display: block;
    }

    #why-fiber .plp-why__text {
        display: block;
        padding: clamp(0.85rem, 3.5vw, 1.15rem) clamp(1rem, 4vw, 1.35rem) clamp(1.25rem, 4.5vw, 1.6rem);
        font-size: clamp(0.92rem, 3.6vw, 1.05rem);
        line-height: 1.4;
        text-align: left;
    }
}

@media only screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    #why-fiber .plp-why__panel {
        transition: none;
    }
}

/* —— Start (ref. docs/layouts/private-label-pools/start.png) —— */

#start.plp-start-section {
    background-color: var(--color-white);
    padding-top: var(--mt-default-web);
    padding-bottom: var(--mt-default-web);
}

#start .plp-start__title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-wrap: balance;
}

#start .plp-start__text {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #start .plp-start__text {
        max-width: 40rem;
    }
}

/* Start — mobile (ref. docs/layouts/private-label-pools/mobile/start.png) */
@media only screen and (max-width: 767.98px) {
    #start.plp-start-section {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #start .plp-start__header {
        max-width: 14rem;
        margin-left: auto;
        margin-right: auto;
    }

    #start .plp-start__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #start .plp-start__text {
        max-width: 20rem;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        text-align: center;
    }
}

/* —— Form (ref. docs/layouts/private-label-pools/form.png; visual #formulario-franqueado) —— */

#formulario-franqueado .bad-form-header{
    max-width: inherit;
    margin-bottom: 4rem;
}

.page-private-label-pools #formulario-franqueado.plp-form-section {
    background-color: #faf8f8;
}

.page-private-label-pools #formulario-franqueado .plp-form__intro {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
    color: var(--color-grey);
    text-align: center;
    text-wrap: balance;
}

/* Aproxima os grupos de opções abaixo do Subject */
.page-private-label-pools #formulario-franqueado .plp-form__pills-row.bad-form-row-tight {
    margin-top: 0.45rem;
}

.page-private-label-pools #formulario-franqueado .plp-form__pills-row + .plp-form__pills-row {
    margin-top: 0.2rem;
}

.page-private-label-pools #formulario-franqueado .bad-form-pill-field--stack {
    min-height: 0;
    padding: 0.2rem 0 0.1rem;
    gap: 0.4rem;
}

.page-private-label-pools #formulario-franqueado .bad-form-pill-field__label {
    font-size: 0.95rem;
    line-height: 1.2;
}

.page-private-label-pools #formulario-franqueado .plp-form__actions.bad-form-actions,
.page-private-label-pools #formulario-franqueado .plp-form__actions.bad-form-actions--submit-only {
    align-items: flex-end;
    margin-top: 1.75rem;
}

.page-private-label-pools #formulario-franqueado .bad-form-pill:not(.is-active) {
    border: 1px solid #d7d7d7;
}

.page-private-label-pools #formulario-franqueado .plp-form__contact {
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
    max-width: 36rem;
    color: #6b7370;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: var(--font-size-home-hero-description);
    font-weight: 300;
    line-height: 1.45;
}

.page-private-label-pools #formulario-franqueado .plp-form__contact-line + .plp-form__contact-line {
    margin-top: 0.15rem;
}

.page-private-label-pools #formulario-franqueado .plp-form__contact-line--emphasis,
.page-private-label-pools #formulario-franqueado .plp-form__contact-line--emphasis a {
    font-weight: 600;
    color: #6b7370;
    text-decoration: none;
}

.page-private-label-pools #formulario-franqueado .plp-form__contact-line a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-private-label-pools #formulario-franqueado .plp-form__intro {
        max-width: 44rem;
    }

    .page-private-label-pools #formulario-franqueado .bad-form-submit {
        width: min(100%, 300px);
    }
}

/* Form — mobile (padrão #formulario-franqueado em /fiberglass-pool-dealer) */
@media only screen and (max-width: 767.98px) {
    .page-private-label-pools #formulario-franqueado .bad-form-header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .page-private-label-pools #formulario-franqueado .plp-form__intro {
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(1.15rem, 5.2vw, 1.35rem);
        line-height: 1.25;
    }

    .page-private-label-pools #formulario-franqueado .bad-form-wrapper {
        margin-top: 2rem !important;
    }

    .page-private-label-pools #formulario-franqueado .plp-form__pills-row.bad-form-row-tight {
        margin-top: 0.65rem;
    }

    .page-private-label-pools #formulario-franqueado .plp-form__pills-row + .plp-form__pills-row {
        margin-top: 0.55rem;
    }

    /* Restaura o stack mobile do dealer (override desktop PLP) */
    .page-private-label-pools #formulario-franqueado .bad-form-pill-field--stack {
        padding: 0.75rem 0.85rem;
        gap: 0.65rem;
    }

    .page-private-label-pools #formulario-franqueado .bad-form-pill-field__label {
        font-size: 0.82rem;
        line-height: 1.25;
    }

    .page-private-label-pools #formulario-franqueado .plp-form__actions.bad-form-actions,
    .page-private-label-pools #formulario-franqueado .plp-form__actions.bad-form-actions--submit-only {
        margin-top: 2rem;
        align-items: stretch;
    }

    .page-private-label-pools #formulario-franqueado .plp-form__contact {
        margin-top: 1.5rem;
        max-width: none;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }
}

@media only screen and (max-width: 480px) {
    .page-private-label-pools #formulario-franqueado .plp-form__intro {
        font-size: 1.15rem;
    }

    .page-private-label-pools #formulario-franqueado .bad-form-pill-field__label {
        font-size: 0.9rem;
    }
}

/* —— Learn more (#saiba-mais) — mobile (padrão granita-pool / custom dfsrl) —— */
@media only screen and (max-width: 767.98px) {
    .page-private-label-pools #saiba-mais {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    .page-private-label-pools #saiba-mais .dfsrl-title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    .page-private-label-pools #saiba-mais .dfsrl-subtitle {
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }

    .page-private-label-pools #saiba-mais .dfsrl-cards-wrap {
        overflow: visible;
        padding-bottom: 0.5rem;
    }

    /* #plpLearnMoreCarouselRow não está na lista shared do custom.css */
    .page-private-label-pools #saiba-mais #plpLearnMoreCarouselRow.dfsrl-cards.row {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow: visible;
        row-gap: 1.25rem;
    }

    .page-private-label-pools #saiba-mais #plpLearnMoreCarouselRow > [class*="col-"] > .dfsrl-card {
        width: 100%;
        border-radius: clamp(1.25rem, 4.5vw, 1.75rem);
    }
}

/* —— FAQ — mobile (padrão about-us / granita-pool) —— */
@media only screen and (max-width: 767.98px) {
    .page-private-label-pools #private-label-pools-faq-form .faq-form-title {
        font-size: var(--pf-section-title-size-mobile) !important;
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.15;
    }

    .page-private-label-pools #private-label-pools-faq-form .faq-form-subtitle {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
