/* ==========================================================================
   Pool Builders and Developers — /pool-builders-and-developers
   Hero banner (ref. docs/layouts/pool-builders-and-developers/banner.png)
   ========================================================================== */

/* -------------------------------------------------------------------------- */
/* Hero Banner                                                                */
/* -------------------------------------------------------------------------- */
.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Overlay escuro para contraste no lado esquerdo e topo */
.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__inner {
    position: relative;
    z-index: 10;
    padding-top: clamp(4.5rem, 11vh, 8.5rem);
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__title {
    margin-top: clamp(3.5rem, 9vh, 6.5rem);
    margin-bottom: 0;
    font-size: clamp(3.25rem, 5.2vw, var(--font-size-home-hero-title, 4.75rem));
    line-height: 1.05;
    letter-spacing: clamp(-3px, -0.07vw, -4px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
    max-width: 16ch;
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__tagline {
    font-size: clamp(1.15rem, 1.4vw, var(--font-size-home-hero-description, 1.45rem));
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 32rem;
    margin-top: clamp(1.25rem, 2.2vw, 1.85rem);
    margin-bottom: clamp(1.5rem, 2.8vw, 2.5rem);
}

.page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__actions {
    margin-top: 0;
}

.page-pool-builders-and-developers #homeHero.home-us-hero .cta_buttom {
    padding: 0.35rem 1.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------------------------- */
/* Responsividade — Desktop e Tablet                                          */
/* -------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__inner {
        padding-left: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
        padding-right: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__img {
        object-position: 30% center;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__title {
        font-size: clamp(2.75rem, 5.8vw, 3.5rem);
        max-width: 14ch;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__tagline {
        max-width: 26rem;
        font-size: 1.15rem;
    }
}

/* Banner mobile — mesma distribuição do banner de /pool-comparison (page-comparative) */
@media only screen and (max-width: 767.98px) {
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us {
        --pbd-divide: 48%;
        --pbd-m-pad: clamp(1.25rem, 6vw, 2rem);
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: var(--pf-hero-mobile-min-height, min(100svh, 44rem));
        overflow: hidden;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: center 40%;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero #topSite:not(.topSite--scrolled) {
        position: absolute;
        z-index: 30;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero #topSite.topSite--scrolled {
        z-index: 1100;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__inner {
        position: absolute;
        inset: 0;
        z-index: 10;
        width: 100%;
        max-width: none;
        min-height: var(--pf-hero-mobile-min-height, min(100svh, 44rem)) !important;
        padding: 0 !important;
        display: block !important;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__inner > .row {
        position: static;
        width: 100%;
        margin: 0;
        display: block;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__inner > .row > [class*="col-"] {
        position: absolute;
        left: var(--pbd-m-pad);
        right: var(--pbd-m-pad);
        top: calc(var(--pbd-divide) + 1.5rem);
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0;
        display: block;
        text-align: left;
    }

    /* Título: ancorado logo acima da linha de divisão pela base (mesmo padrão de /pool-comparison) */
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__title,
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__title--mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(100% + 1.2rem);
        margin: 0 !important;
        font-size: var(--font-size-home-hero-title-mobile) !important;
        line-height: 1.02 !important;
        letter-spacing: clamp(-2px, -0.06vw, -4px) !important;
        text-shadow: 0 2px 0 #8c9292, 0 4px 14px rgba(0, 0, 0, 0.35);
        text-align: left;
        max-width: none;
    }

    /* Bloco inferior: tagline ancorada logo abaixo da linha de divisão */
    .page-pool-builders-and-developers #homeHero.home-us-hero p.banner-home-us__tagline,
    .page-pool-builders-and-developers #homeHero.home-us-hero p.banner-home-us__tagline--mobile {
        margin: 0 !important;
        font-size: var(--font-size-home-hero-tagline-mobile) !important;
        line-height: 1.4 !important;
        text-align: left;
        max-width: min(100%, 26rem);
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.5),
            0 2px 10px rgba(0, 0, 0, 0.35);
    }

    /* Botão CTA com mesmo espaçamento do banner comparativo */
    .page-pool-builders-and-developers #homeHero.home-us-hero .banner-home-us__actions {
        margin-top: clamp(1.25rem, 13vw, 3.85rem) !important;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .page-pool-builders-and-developers #homeHero.home-us-hero .cta_buttom {
        font-size: var(--font-size-home-hero-cta-mobile) !important;
        padding: 0.35rem 1.25rem;
    }
}

/* -------------------------------------------------------------------------- */
/* Reveal animations                                                          */
/* -------------------------------------------------------------------------- */
.page-pool-builders-and-developers .pbd-reveal-up {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: var(--pbd-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.page-pool-builders-and-developers .pbd-reveal-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .page-pool-builders-and-developers .pbd-reveal-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ==========================================================================
   Factory Session (ref. docs/layouts/pool-builders-and-developers/factory.png)
   ========================================================================== */
.page-pool-builders-and-developers {
    --pbd-radius: 1.125rem;
}

#factory.pbd-factory-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

#factory .pbd-factory__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
}

#factory .pbd-factory__header {
    margin-bottom: 0;
}

#factory .pbd-factory__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);
    margin-bottom: 0;
}

#factory .pbd-factory__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#factory .pbd-factory__grid {
    align-items: center !important;
}

#factory .pbd-factory__copy-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

#factory .pbd-factory__copy {
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#factory .pbd-factory__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;
    margin-bottom: 0;
}

#factory .pbd-factory__body {
    margin-top: 2rem;
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    text-align: left;
}

#factory .pbd-factory__media-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

#factory .pbd-factory__figure {
    width: 100%;
    max-width: 44rem;
}

#factory .pbd-factory__media {
    position: relative;
    width: 100%;
    border-radius: var(--pbd-radius, 1.125rem);
    overflow: hidden;
    aspect-ratio: 811 / 551;
    background-color: #e5e5e5;
}

#factory .pbd-factory__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#factory .pbd-factory__caption {
    position: absolute;
    bottom: clamp(1.25rem, 2.5vw, 2rem);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.5rem);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: #ffffff !important;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

/* Grafismo full-bleed inferior */
#factory .pbd-factory__texture-zone {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: clamp(1rem, 3vw, 2.5rem);
    padding: 0;
    pointer-events: none;
    line-height: 0;
}

#factory .pbd-factory__texture {
    position: relative;
    width: 100%;
    line-height: 0;
}

#factory .pbd-factory__texture-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 232.48;
}

/* Responsividade Factory */
@media (min-width: 992px) and (max-width: 1399.98px) {
    #factory .pbd-factory__inner {
        padding-left: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
        padding-right: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
    }
}

@media (max-width: 991.98px) {
    #factory .pbd-factory__grid {
        row-gap: 2.5rem;
    }

    #factory .pbd-factory__copy {
        max-width: 32rem;
        text-align: center;
    }

    #factory .pbd-factory__body {
        margin-top: 1.5rem;
        text-align: center;
    }
}

/* Factory Session — mobile (ref. docs/layouts/pool-builders-and-developers/mobile/factory.png) */
@media only screen and (max-width: 767.98px) {
    #factory.pbd-factory-section {
        margin-top: var(--mt-default-web-mobile);
        padding-top: 0;
        padding-bottom: 0;
    }

    #factory .pbd-factory__inner {
        max-width: 540px;
    }

    #factory .pbd-factory__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #factory .pbd-factory__title,
    #factory .pbd-factory__subtitle {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #factory .pbd-factory__intro,
    #factory .pbd-factory__body {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }

    #factory .pbd-factory__intro {
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    #factory .pbd-factory__grid {
        --bs-gutter-y: clamp(1.5rem, 5vw, 2rem);
        margin-top: var(--mt-default-divider-mobile);
    }

    #factory .pbd-factory__media-col {
        order: 1;
    }

    #factory .pbd-factory__copy-col {
        order: 2;
    }

    #factory .pbd-factory__figure {
        max-width: none;
        width: 100%;
        margin: 0;
    }

    #factory .pbd-factory__media {
        aspect-ratio: 4 / 5;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }

    #factory .pbd-factory__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #factory .pbd-factory__caption {
        bottom: clamp(1rem, 4vw, 1.5rem);
        font-size: clamp(1.15rem, 4.5vw, 1.4rem);
    }

    #factory .pbd-factory__copy {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #factory .pbd-factory__body {
        margin-top: clamp(1rem, 3.5vw, 1.35rem);
        text-align: center;
    }

    #factory .pbd-factory__texture-zone {
        margin-top: clamp(1.5rem, 5vw, 2.75rem);
    }

    #factory .pbd-factory__texture-img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 412 / 120.29;
    }
}

/* ==========================================================================
   Solutions Session (ref. docs/layouts/pool-builders-and-developers/solutions.png)
   ========================================================================== */

#solutions.pbd-solutions-section {
    position: relative;
    padding-top: clamp(4rem, 6.5vw, 5.5rem);
    padding-bottom: clamp(4.5rem, 7.5vw, 6.5rem);
}

#solutions .pbd-solutions__inner {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

#solutions .pbd-solutions__header {
    margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

#solutions .pbd-solutions__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);
    margin-bottom: 0;
}

#solutions .pbd-solutions__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 60rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

/* Grade 3 + 2 das Cápsulas */
#solutions .pbd-solutions__categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: clamp(1rem, 1.8vw, 1.75rem);
    row-gap: clamp(1rem, 1.8vw, 1.5rem);
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#solutions .pbd-solutions__item {
    display: flex;
}

#solutions .pbd-solutions__item--1 {
    grid-column: 1 / span 2;
}

#solutions .pbd-solutions__item--2 {
    grid-column: 3 / span 2;
}

#solutions .pbd-solutions__item--3 {
    grid-column: 5 / span 2;
}

#solutions .pbd-solutions__item--4 {
    grid-column: 2 / span 2;
}

#solutions .pbd-solutions__item--5 {
    grid-column: 4 / span 2;
}

#solutions .pbd-solutions__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(3.75rem, 5vw, 4.5rem);
    padding: 0.75rem clamp(1rem, 1.5vw, 1.5rem);
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    background-color: transparent;
    color: var(--color-grey);
    font-size: min(1.35rem, 1.35rem);
    line-height: 1.2;
    text-align: center;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    white-space: nowrap;
}

/* Responsividade Solutions */
@media (min-width: 992px) and (max-width: 1399.98px) {
    #solutions .pbd-solutions__inner {
        padding-left: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
        padding-right: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #solutions.pbd-solutions-section {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }

    #solutions .pbd-solutions__intro {
        max-width: 40rem;
    }

    #solutions .pbd-solutions__categories {
        max-width: 100%;
        column-gap: 0.75rem;
        row-gap: 0.875rem;
    }

    #solutions .pbd-solutions__badge {
        font-size: 1.05rem;
        padding: 0.625rem 0.5rem;
        min-height: 3.5rem;
    }
}

/* Solutions Session — mobile (ref. docs/layouts/pool-builders-and-developers/mobile/soluctions.png) */
@media only screen and (max-width: 767.98px) {
    #solutions.pbd-solutions-section {
        padding-top: clamp(2.5rem, 7vw, 3.5rem);
        padding-bottom: clamp(4rem, 11vw, 5.5rem);
        background-color: #fff;
    }

    #solutions .pbd-solutions__inner {
        max-width: 540px;
    }

    #solutions .pbd-solutions__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(2rem, 6vw, 2.75rem);
    }

    #solutions .pbd-solutions__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
        max-width: 16.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    #solutions .pbd-solutions__intro {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 18.5rem;
        margin-top: var(--mt-default-subtitle-mobile, 40px);
        margin-left: auto;
        margin-right: auto;
    }

    #solutions .pbd-solutions__categories {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: clamp(0.75rem, 2.5vw, 0.875rem);
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    #solutions .pbd-solutions__item {
        grid-column: auto !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #solutions .pbd-solutions__badge {
        width: 100%;
        min-height: clamp(3.15rem, 9.5vw, 3.45rem);
        padding: 0.5rem 1rem;
        border: 1px solid #d1d5db;
        border-radius: 9999px;
        background-color: #fff;
        color: var(--color-grey);
        font-size: clamp(1.15rem, 3.6vw, 1.25rem);
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }
}

/* ==========================================================================
   Development Session (ref. docs/layouts/pool-builders-and-developers/development.png)
   ========================================================================== */

#development.pbd-development-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: var(--color-white);
}

#development .pbd-development__media {
    position: relative;
    width: 100%;
    line-height: 0;
}

@media (min-width: 768px) {
    #development .pbd-development__media {
        aspect-ratio: 1920 / 800;
    }

    #development .pbd-development__img {
        height: 100%;
    }
}

#development .pbd-development__img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* Overlay para contraste com foco no lado esquerdo */
#development .pbd-development__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#development .pbd-development__inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#development .pbd-development__content {
    max-width: 48rem;
    display: flex;
    flex-direction: column;
}

/* Tipografia conforme global.volt */
#development .pbd-development__title {
    margin-top: 0;
    margin-bottom: 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);
    color: #ffffff !important;
}

#development .pbd-development__title-line {
    display: block;
}

#development .pbd-development__body {
    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);
    color: #ffffff !important;
    max-width: 25.5rem;
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    margin-bottom: 0;
}

/* Responsividade Development conforme global.volt */
@media (min-width: 992px) and (max-width: 1399.98px) {
    #development .pbd-development__inner {
        padding-left: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
        padding-right: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    #development .pbd-development__title {
        font-size: clamp(2.5rem, 4.2vw, 3.75rem);
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #development .pbd-development__title {
        font-size: clamp(2.5rem, 4.6vw, 3.75rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    #development .pbd-development__body {
        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) {
    #development .pbd-development__title {
        font-size: clamp(2.35rem, 4.2vw, 3.5rem) !important;
        line-height: 1.08;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }

    #development .pbd-development__body {
        margin-top: 0.55rem;
        margin-bottom: 0;
        font-size: calc(var(--font-size-home-hero-description) * 0.92);
        line-height: 1.35;
        max-width: 26rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #development .pbd-development__media,
    #development .pbd-development__img {
        min-height: min(42vh, 380px);
        object-fit: cover;
    }

    #development .pbd-development__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;
    }

    #development .pbd-development__body {
        margin-top: 0.55rem;
        margin-bottom: 0;
        font-size: var(--font-size-home-hero-description);
        max-width: 25rem;
        line-height: 1.35;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #development .pbd-development__title {
        font-size: clamp(2.25rem, 5vw, 3rem) !important;
    }

    #development .pbd-development__media,
    #development .pbd-development__img {
        min-height: min(38vh, 340px);
    }
}

/* Development Session — mobile (ref. docs/layouts/pool-builders-and-developers/mobile/development.png) */
@media only screen and (max-width: 767.98px) {
    #development.pbd-development-section {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #development .pbd-development__media {
        aspect-ratio: auto;
        line-height: 0;
    }

    #development .pbd-development__img {
        width: 100%;
        height: auto;
        max-height: none;
        display: block;
        object-fit: cover;
        object-position: center center;
    }

    #development .pbd-development__overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        align-items: stretch;
        padding: clamp(9.5rem, 49vw, 9.5rem) 0 clamp(5rem, 26vw, 6.75rem);
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.45) 0%,
            rgba(0, 0, 0, 0.18) 25%,
            rgba(0, 0, 0, 0) 45%,
            rgba(0, 0, 0, 0.1) 70%,
            rgba(0, 0, 0, 0.35) 100%
        );
        pointer-events: none;
    }

    #development .pbd-development__inner {
        height: 100%;
        max-width: 540px;
    }

    #development .pbd-development__content {
        height: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #development .pbd-development__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.05;
        letter-spacing: -0.02em;
        text-align: left;
        max-width: 18.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    #development .pbd-development__body {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        font-weight: 300;
        text-align: left;
        max-width: 16.5rem;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

/* ==========================================================================
   Townhome Session (ref. docs/layouts/pool-builders-and-developers/townhome.png)
   (Padrão técnico: granita-colors #espetaculo)
   ========================================================================== */

#townhome.pbd-townhome-section {
    background-color: #ffffff;
    padding-top: var(--mt-default-web, clamp(3.5rem, 6vw, 5.5rem));
    padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

#townhome .pbd-townhome__header {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

#townhome .pbd-townhome__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);
}

#townhome .pbd-townhome__title-line {
    display: block;
}

#townhome .pbd-townhome__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 52rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

#townhome .pbd-townhome__gallery--desktop {
    --pbd-townhome-gap: clamp(1rem, 2vw, 1.5rem);
}

#townhome .pbd-townhome__col {
    flex: 0 0 calc(50% - (var(--pbd-townhome-gap) / 2));
    max-width: calc(50% - (var(--pbd-townhome-gap) / 2));
    width: calc(50% - (var(--pbd-townhome-gap) / 2));
}

#townhome .pbd-townhome__col:first-child {
    padding-right: calc(var(--pbd-townhome-gap) / 2);
}

#townhome .pbd-townhome__col:last-child {
    padding-left: calc(var(--pbd-townhome-gap) / 2);
}

#townhome .pbd-townhome__figure {
    position: relative;
    width: 95%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    margin: 0;
    line-height: 0;
}

#townhome .pbd-townhome__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* Townhome Session — mobile (ref. docs/layouts/pool-builders-and-developers/mobile/townhome.png) */
@media only screen and (max-width: 767.98px) {
    #townhome.pbd-townhome-section {
        background-color: #ffffff;
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #townhome .pbd-townhome__inner {
        max-width: 540px;
    }

    #townhome .pbd-townhome__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #townhome .pbd-townhome__title {
        display: inline-block;
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
        letter-spacing: -0.02em;
        color: var(--color-grey);
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    #townhome .pbd-townhome__intro {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        color: #6b7370;
        max-width: 18.5rem;
        margin-top: var(--mt-default-subtitle-mobile, 40px);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #townhome .pbd-townhome__gallery--mobile {
        margin-top: var(--mt-default-divider-mobile);
        display: flex;
        flex-direction: column;
        row-gap: clamp(1.25rem, 4vw, 1.75rem);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #townhome .pbd-townhome__figure--mobile {
        position: relative;
        width: 100%;
        max-width: none;
        aspect-ratio: 4 / 5;
        border-radius: var(--plp-radius, 1.125rem);
        overflow: hidden;
        margin: 0;
        background-color: #d8d8d8;
    }

    #townhome .pbd-townhome__figure--mobile .pbd-townhome__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

/* ==========================================================================
   Logistic Session (ref. docs/layouts/pool-builders-and-developers/logistic.png)
   ========================================================================== */

#logistic.pbd-logistic-section {
    background-color: #ffffff;
    /* padding-top: var(--mt-default-web, clamp(3.5rem, 6vw, 5.5rem)); */
    padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

#logistic .pbd-logistic__inner {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#logistic .pbd-logistic__header {
    margin-left: auto;
    margin-right: auto;
}

#logistic .pbd-logistic__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);
}

#logistic .pbd-logistic__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 50rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

#logistic .pbd-logistic__content {
    width: 75.2%;
    max-width: 1080px;
    margin-top: clamp(2rem, 3.5vw, 3rem);
    margin-left: auto;
    margin-right: auto;
}

#logistic .pbd-logistic__main-figure {
    width: 100%;
    aspect-ratio: 577 / 268;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    margin: 0;
    line-height: 0;
}

#logistic .pbd-logistic__main-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

#logistic .pbd-logistic__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.755fr;
    gap: clamp(16px, 2.2vw, 32px);
    margin-top: clamp(1.75rem, 2.8vw, 2.5rem);
    align-items: start;
}

#logistic .pbd-logistic__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

#logistic .pbd-logistic__square-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    line-height: 0;
}

#logistic .pbd-logistic__card-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

#logistic .pbd-logistic__caption {
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    line-height: 1.35;
    color: #4a5568;
    margin-top: clamp(0.75rem, 1.2vw, 1rem);
    font-style: italic;
}

#logistic .pbd-logistic__distribution {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding-left: clamp(0.25rem, 0.5vw, 0.75rem);
    margin-bottom: clamp(1.25rem, 2vw, 1.85rem);
    text-align: left;
}

#logistic .pbd-logistic__distribution-title {
    font-size: clamp(1.2rem, 1.5vw, 1.55rem);
    line-height: 1.15;
    color: #3d4b53;
    letter-spacing: -0.01em;
    font-style: italic;
    margin-bottom: clamp(0.6rem, 1vw, 0.9rem);
}

#logistic .pbd-logistic__distribution-body {
    font-weight: 300;
    font-size: clamp(0.85rem, 0.95vw, 1rem);
    line-height: 1.45;
    color: #6b7370;
    margin: 0;
    text-align: center !important;
    margin-top: 1rem;
}

/* Tablet adjustments (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    #logistic .pbd-logistic__content {
        width: 90%;
    }

    #logistic .pbd-logistic__grid {
        grid-template-columns: 1fr 1fr 0.8fr;
        gap: 16px;
    }

    #logistic .pbd-logistic__distribution-title {
        font-size: 1.15rem;
    }

    #logistic .pbd-logistic__distribution-body {
        font-size: 0.85rem;
    }

    #logistic .pbd-logistic__caption {
        font-size: 0.9rem;
    }
}

/* Logistic Session — mobile (ref. docs/layouts/pool-builders-and-developers/mobile/logistic.png) */
@media only screen and (max-width: 767.98px) {
    #logistic.pbd-logistic-section {
        background-color: #f8f7f6;
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    #logistic .pbd-logistic__inner {
        max-width: 540px;
    }

    #logistic .pbd-logistic__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #logistic .pbd-logistic__title {
        display: inline-block;
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
        letter-spacing: -0.02em;
        color: var(--color-grey);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #logistic .pbd-logistic__intro {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        color: #6b7370;
        max-width: 18.5rem;
        margin-top: var(--mt-default-subtitle-mobile, 40px);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #logistic .pbd-logistic__content--mobile {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #logistic .pbd-logistic__gallery--mobile {
        margin-top: var(--mt-default-divider-mobile);
        display: flex;
        flex-direction: column;
        row-gap: clamp(1.25rem, 4vw, 1.75rem);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #logistic .pbd-logistic__figure--mobile {
        position: relative;
        width: 100%;
        max-width: none;
        aspect-ratio: 4 / 5;
        border-radius: var(--plp-radius, 1.125rem);
        overflow: hidden;
        margin: 0;
        background-color: #d8d8d8;
    }

    #logistic .pbd-logistic__figure--mobile .pbd-logistic__img--mobile {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    #logistic .pbd-logistic__distribution--mobile {
        margin-top: clamp(2rem, 6vw, 2.75rem);
        text-align: center;
    }

    #logistic .pbd-logistic__distribution-title--mobile {
        display: inline-block;
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
        letter-spacing: -0.02em;
        color: var(--color-grey);
        font-style: italic;
        margin-top: 0;
        margin-bottom: clamp(1rem, 3vw, 1.25rem) !important;
        text-align: center;
    }

    #logistic .pbd-logistic__distribution-body--mobile {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        font-weight: 300;
        color: #6b7370;
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        text-align: center;
    }
}

/* ==========================================================================
   Start Session (ref. docs/layouts/pool-builders-and-developers/start.png)
   ========================================================================== */

#start.pbd-start-section {
    background-color: #f0f0f0;
    padding-top: var(--mt-default-web, clamp(3.5rem, 6vw, 5.5rem));
    /* padding-bottom: clamp(3.5rem, 6vw, 5.5rem); */
}

#start .pbd-start__inner {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

#start .pbd-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);
}

#start .pbd-start__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 58rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile fallback (< 768px) */
@media only screen and (max-width: 767.98px) {
    #start.pbd-start-section {
        padding-top: var(--mt-default-web-mobile, clamp(2.5rem, 6vw, 3.5rem));
        padding-bottom: clamp(1rem, 3vw, 1.5rem);
    }

    #start .pbd-start__inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

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

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

    #start .pbd-start__intro {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 19rem;
        margin-top: 1rem;
    }
}

/* ==========================================================================
   Section: Form (#formulario-franqueado / .pbd-form-section)
   ========================================================================== */

section#formulario-franqueado.bad-form-section.pbd-form-section,
#formulario-franqueado.pbd-form-section {
    background-color: #f0f0f0 !important;
    padding-top: clamp(2.5rem, 4vw, 4rem);
    padding-bottom: clamp(4.5rem, 8vw, 6.5rem);
    margin-top: 0;
}

#formulario-franqueado.pbd-form-section .bad-form-inner {
    max-width: 1440px;
}

#formulario-franqueado.pbd-form-section .bad-form-header {
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
}

#formulario-franqueado.pbd-form-section .bad-form-title {
    color: var(--color-grey);
    text-align: center;
    line-height: var(--pf-section-title-line-height, 1.15);
    font-size: var(--pf-section-title-size, 3rem);
}

#formulario-franqueado.pbd-form-section .bad-form-subtitle {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 58rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#formulario-franqueado.pbd-form-section .bad-form-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: var(--mt-default-divider);
}

#formulario-franqueado.pbd-form-section .bad-form-input:not(textarea),
#formulario-franqueado.pbd-form-section .bad-form-select {
    width: 100%;
    height: 58px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #666;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    padding: 0 26px;
    transition: border-color 0.3s ease, background 0.3s ease;
    box-shadow: none;
}

#formulario-franqueado.pbd-form-section .bad-form-input::placeholder {
    color: #8a8a8a;
    font-weight: 300;
}

#formulario-franqueado.pbd-form-section .bad-form-input:focus,
#formulario-franqueado.pbd-form-section .bad-form-select:focus {
    outline: none;
    border-color: #af7653;
    background: #ffffff;
    box-shadow: none;
}

#formulario-franqueado.pbd-form-section .bad-form-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 2.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%237a7a7a'%3E%3Cpath d='M7 10 2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.15rem center;
    line-height: 1.2;
}

#formulario-franqueado.pbd-form-section textarea.bad-form-textarea {
    width: 100%;
    min-height: 120px;
    height: auto;
    padding: 18px 26px;
    border: 1px solid transparent;
    border-radius: 28px;
    background: #ffffff;
    color: #666;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    resize: vertical;
    box-shadow: none;
    transition: border-color 0.3s ease, background 0.3s ease;
}

#formulario-franqueado.pbd-form-section textarea.bad-form-textarea::placeholder {
    color: #8a8a8a;
    font-weight: 300;
}

#formulario-franqueado.pbd-form-section textarea.bad-form-textarea:focus {
    outline: none;
    border-color: #af7653;
    background: #ffffff;
    box-shadow: none;
}

/* Espaço vertical entre linhas de inputs — espelha page-become-a-dealer.css
   (#formulario-franqueado .bad-form-row-tight), carregado na EN e ausente em /construtoras. */
#formulario-franqueado.pbd-form-section .bad-form-row-tight {
    margin-top: 0.75rem;
}

#formulario-franqueado.pbd-form-section .pbd-form__pills-row.bad-form-row-tight {
    margin-top: 0.45rem;
}

#formulario-franqueado.pbd-form-section .pbd-form__pills-row + .pbd-form__pills-row {
    margin-top: 0.2rem;
}

#formulario-franqueado.pbd-form-section .bad-form-pill-field--stack {
    min-height: 0;
    padding: 0.2rem 0 0.1rem;
    gap: 0.4rem;
}

#formulario-franqueado.pbd-form-section .bad-form-pill-field__label {
    font-size: 0.95rem;
    line-height: 1.2;
    color: #8a8a8a;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-weight: 300;
}

#formulario-franqueado.pbd-form-section .bad-form-pill-group {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0;
}

#formulario-franqueado.pbd-form-section .bad-form-pill {
    min-width: 3.25rem;
    height: 2.35rem;
    padding: 0 1rem;
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    background: #ffffff;
    color: #6f7774;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#formulario-franqueado.pbd-form-section .bad-form-pill:hover:not(.is-active) {
    color: #4a524f;
    border-color: #bbb;
}

#formulario-franqueado.pbd-form-section .bad-form-pill.is-active {
    background: var(--color-background-button-cta);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(166, 107, 78, 0.28);
}

#formulario-franqueado.pbd-form-section .bad-form-pill:focus-visible {
    outline: 2px solid #af7653;
    outline-offset: 2px;
}

#formulario-franqueado.pbd-form-section .pbd-form__actions.bad-form-actions,
#formulario-franqueado.pbd-form-section .pbd-form__actions.bad-form-actions--submit-only {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 1.75rem;
}

#formulario-franqueado.pbd-form-section .bad-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: var(--color-background-button-cta);
    color: #ffffff;
    font-family: 'InterTight-Medium', 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(166, 107, 78, 0.35);
    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

#formulario-franqueado.pbd-form-section .bad-form-submit:hover {
    background: #965f41;
    box-shadow: 0 6px 18px rgba(166, 107, 78, 0.45);
}

#formulario-franqueado.pbd-form-section .pbd-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;
}

#formulario-franqueado.pbd-form-section .plp-form__contact-line + .plp-form__contact-line {
    margin-top: 0.15rem;
}

#formulario-franqueado.pbd-form-section .plp-form__contact-line--emphasis,
#formulario-franqueado.pbd-form-section .plp-form__contact-line--emphasis a {
    font-weight: 600;
    color: #6b7370;
    text-decoration: none;
}

#formulario-franqueado.pbd-form-section .plp-form__contact-line a:hover {
    text-decoration: underline;
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #formulario-franqueado.pbd-form-section .bad-form-submit {
        width: min(100%, 300px);
    }
}

/* Mobile fallback (< 768px) */
@media only screen and (max-width: 767.98px) {
    #formulario-franqueado.pbd-form-section {
        padding-top: clamp(1rem, 3vw, 1.5rem);
        padding-bottom: clamp(3rem, 7vw, 4.5rem);
    }

    #formulario-franqueado.pbd-form-section .bad-form-inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

    #formulario-franqueado.pbd-form-section .bad-form-header {
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    #formulario-franqueado.pbd-form-section .bad-form-title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    #formulario-franqueado.pbd-form-section .bad-form-subtitle {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 19rem;
        margin-top: 1rem;
    }

    #formulario-franqueado.pbd-form-section .bad-form-wrapper {
        margin-top: 2rem !important;
    }

    #formulario-franqueado.pbd-form-section .bad-form-row-main,
    #formulario-franqueado.pbd-form-section .bad-form-row-tight {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }

    #formulario-franqueado.pbd-form-section .bad-form-field-city,
    #formulario-franqueado.pbd-form-section .bad-form-field-state {
        min-width: 0;
    }

    #formulario-franqueado.pbd-form-section .bad-form-input:not(textarea),
    #formulario-franqueado.pbd-form-section .bad-form-select {
        height: 48px;
        font-size: 0.9rem;
        padding: 0 14px;
        border-width: 1px;
    }

    #formulario-franqueado.pbd-form-section textarea.bad-form-textarea {
        min-height: 100px;
        padding: 12px 14px;
        font-size: 0.9rem;
        border-radius: 20px;
    }

    #formulario-franqueado.pbd-form-section .bad-form-field-state .bad-form-select {
        font-size: 0.82rem;
        padding-left: 10px;
        padding-right: 1.75rem;
        background-position: right 0.65rem center;
        background-size: 11px;
    }

    #formulario-franqueado.pbd-form-section .pbd-form__pills-row.bad-form-row-tight {
        margin-top: 0.65rem;
    }

    #formulario-franqueado.pbd-form-section .pbd-form__pills-row + .pbd-form__pills-row {
        margin-top: 0.55rem;
    }

    #formulario-franqueado.pbd-form-section .bad-form-pill-field--stack {
        padding: 0.75rem 0.85rem;
        gap: 0.65rem;
    }

    #formulario-franqueado.pbd-form-section .bad-form-pill-group--multi {
        gap: 0.2rem;
        padding: 0.2rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #formulario-franqueado.pbd-form-section .bad-form-pill-group--multi .bad-form-pill {
        min-width: auto;
        flex: 1 1 calc(50% - 0.2rem);
        max-width: calc(50% - 0.2rem);
        height: 1.9rem;
        padding: 0 0.55rem;
        font-size: 0.78rem;
    }

    #formulario-franqueado.pbd-form-section .bad-form-pill-field__label {
        font-size: 0.9rem;
        line-height: 1.25;
    }

    #formulario-franqueado.pbd-form-section .pbd-form__actions.bad-form-actions,
    #formulario-franqueado.pbd-form-section .pbd-form__actions.bad-form-actions--submit-only {
        margin-top: 2rem;
        align-items: stretch;
    }

    #formulario-franqueado.pbd-form-section .bad-form-submit {
        width: 100%;
        max-width: 100%;
        height: 52px;
        font-size: 1.05rem;
    }

    #formulario-franqueado.pbd-form-section .pbd-form__contact {
        margin-top: 1.5rem;
        max-width: none;
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
    }
}

/* ==========================================================================
   Section: Learn More (#saiba-mais / .nlrm-dfsrl-section)
   ========================================================================== */

.page-pool-builders-and-developers #saiba-mais.dfsrl-section {
    background-color: #ffffff;
    padding-bottom: var(--mt-default-web, clamp(3.5rem, 6vw, 5.5rem));
}

.page-pool-builders-and-developers #saiba-mais .dfsrl-title {
    color: var(--color-grey);
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.page-pool-builders-and-developers #saiba-mais .dfsrl-subtitle {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile fallback (< 768px) */
@media only screen and (max-width: 767.98px) {
    .page-pool-builders-and-developers #saiba-mais {
        padding-bottom: var(--mt-default-web-mobile);
    }

    .page-pool-builders-and-developers #saiba-mais .dfsrl-title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
    }

    .page-pool-builders-and-developers #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-pool-builders-and-developers #saiba-mais .dfsrl-cards-wrap {
        overflow: visible;
        padding-bottom: 0.5rem;
    }

    .page-pool-builders-and-developers #saiba-mais #pbdLearnMoreCarouselRow.dfsrl-cards.row {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow: visible;
        row-gap: 1.25rem;
    }

    .page-pool-builders-and-developers #saiba-mais #pbdLearnMoreCarouselRow > [class*="col-"] > .dfsrl-card {
        width: 100%;
        border-radius: clamp(1.25rem, 4.5vw, 1.75rem);
    }
}

/* ==========================================================================
   Section: FAQ (#pool-builders-and-developers-faq-form)
   ========================================================================== */

/* —— FAQ — mobile (padrão private-label-pools / about-us) —— */
@media only screen and (max-width: 767.98px) {
    .page-pool-builders-and-developers #pool-builders-and-developers-faq-form .faq-form-title,
    .page-construtoras #construtoras-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-pool-builders-and-developers #pool-builders-and-developers-faq-form .faq-form-subtitle,
    .page-construtoras #construtoras-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;
    }
}

/* ==========================================================================
   Construtoras (pt-BR) — Hero overrides (ref. docs/layouts/construtoras/banner.png)
   Escopo exclusivo: .page-construtoras (não altera /pool-builders-and-developers)
   ========================================================================== */

.page-construtoras #homeHero.home-us-hero .banner-home-us__title {
    max-width: 12ch;
}

.page-construtoras #homeHero.home-us-hero .banner-home-us__tagline {
    max-width: 38rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-construtoras #homeHero.home-us-hero .banner-home-us__img {
        object-position: center center;
    }

    .page-construtoras #homeHero.home-us-hero .banner-home-us__title {
        max-width: 12ch;
        font-size: clamp(2.6rem, 5.4vw, 3.35rem);
    }

    .page-construtoras #homeHero.home-us-hero .banner-home-us__tagline {
        max-width: 32rem;
        font-size: 1.1rem;
    }
}

/* Construtoras — Eficiência (factory): múltiplos parágrafos no bloco esquerdo */
.page-construtoras #factory .pbd-factory__body-group {
    margin-top: 2rem;
}

.page-construtoras #factory .pbd-factory__body-group .pbd-factory__body {
    margin-top: 0;
}

.page-construtoras #factory .pbd-factory__body-group .pbd-factory__body + .pbd-factory__body {
    margin-top: 1.15rem;
}

/* Subtítulo empilhado alinhado à esquerda (ref. eficiencia.png) */
.page-construtoras #factory .pbd-factory__subtitle {
    text-align: left;
}

@media (max-width: 991.98px) {
    .page-construtoras #factory .pbd-factory__body-group {
        margin-top: 1.5rem;
    }

    .page-construtoras #factory .pbd-factory__subtitle {
        text-align: center;
    }
}

/* Construtoras — Piscinas (solutions): acomodar labels pt-BR mais longos sem reduzir font-size */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-construtoras #solutions .pbd-solutions__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-construtoras #solutions .pbd-solutions__categories {
        max-width: 100%;
        column-gap: 0.75rem;
        row-gap: 1rem;
    }

    .page-construtoras #solutions .pbd-solutions__badge {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Construtoras — Coberturas (townhome): legendas sobre as imagens (ref. coberturas.png)
   Tipografia/estrutura herdadas de #townhome; caption isolada em .page-construtoras */
.page-construtoras #townhome .pbd-townhome__caption {
    position: absolute;
    bottom: clamp(1.25rem, 2.5vw, 2rem);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.5rem);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: #ffffff !important;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
    .page-construtoras #townhome .pbd-townhome__caption {
        bottom: clamp(1rem, 4vw, 1.5rem);
        font-size: clamp(1.15rem, 4.5vw, 1.4rem);
    }
}

/* ==========================================================================
   Construtoras — Entrega (ref. docs/layouts/construtoras/entrega.png)
   Tipografia: mesmas vars de #townhome / #solutions (não inventar tamanhos).
   Escopo: .page-construtoras — não afeta /pool-builders-and-developers.
   ========================================================================== */

.page-construtoras #entrega.pbd-entrega-section {
    background-color: #f8f8f8; /* ref. entrega.png (amostra #F8F8F8) */
    padding-top: var(--mt-default-web, clamp(3.5rem, 6vw, 5.5rem));
    padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

.page-construtoras #entrega .pbd-entrega__inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #entrega .pbd-entrega__header {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #entrega .pbd-entrega__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);
}

.page-construtoras #entrega .pbd-entrega__intro {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    max-width: 52rem;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #entrega .pbd-entrega__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(1rem, 2vw, 1.75rem);
    row-gap: clamp(1.5rem, 3vw, 2rem);
    width: 100%;
    margin-top: var(--mt-default-divider, clamp(2.5rem, 4vw, 3.5rem));
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #entrega .pbd-entrega__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
}

.page-construtoras #entrega .pbd-entrega__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    line-height: 0;
}

.page-construtoras #entrega .pbd-entrega__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.page-construtoras #entrega .pbd-entrega__caption {
    margin-top: clamp(0.85rem, 1.4vw, 1.15rem);
    padding: 0;
    color: var(--color-grey);
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-construtoras #entrega .pbd-entrega__grid {
        max-width: 100%;
        column-gap: clamp(0.75rem, 1.5vw, 1.25rem);
    }

    .page-construtoras #entrega .pbd-entrega__caption {
        font-size: clamp(1rem, 2vw, 1.2rem);
    }
}

@media only screen and (max-width: 767.98px) {
    .page-construtoras #entrega.pbd-entrega-section {
        padding-top: var(--mt-default-web-mobile);
        padding-bottom: var(--mt-default-web-mobile);
    }

    .page-construtoras #entrega .pbd-entrega__inner {
        max-width: 540px;
    }

    .page-construtoras #entrega .pbd-entrega__header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    .page-construtoras #entrega .pbd-entrega__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.15;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .page-construtoras #entrega .pbd-entrega__intro {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 18.5rem;
        margin-top: var(--mt-default-subtitle-mobile, 40px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-construtoras #entrega .pbd-entrega__grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-top: var(--mt-default-divider-mobile);
        row-gap: clamp(1.5rem, 5vw, 2rem);
    }

    .page-construtoras #entrega .pbd-entrega__media {
        border-radius: var(--plp-radius, 1.125rem);
    }

    .page-construtoras #entrega .pbd-entrega__caption {
        margin-top: clamp(0.75rem, 3vw, 1rem);
        font-size: clamp(1.15rem, 4.5vw, 1.35rem);
    }
}

/* ==========================================================================
   Construtoras — Previsibilidade (ref. docs/layouts/construtoras/previsibilidade.png)
   Tipografia: vars de #townhome/#solutions; estrutura media+overlay como development.
   Escopo: .page-construtoras — não afeta /pool-builders-and-developers.
   ========================================================================== */

.page-construtoras #previsibilidade.pbd-previsibilidade-section {
    position: relative;
    /* overflow visível: necessário para sticky do conteúdo vs #topSite fixed.
       O clip da imagem fica em .pbd-previsibilidade__media. */
    overflow: visible;
    width: 100%;
    color: #ffffff;
    scroll-margin-top: clamp(4.75rem, 9vh, 6rem);
}

.page-construtoras #previsibilidade .pbd-previsibilidade__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .page-construtoras #previsibilidade.pbd-previsibilidade-section {
        /* Proporção cinematográfica ~ PNG 1024×429 (~2.39) ≈ 1920/800 */
        aspect-ratio: 1920 / 800;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__img {
        height: 100%;
    }
}

.page-construtoras #previsibilidade .pbd-previsibilidade__img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: block;
    object-fit: cover;
    object-position: 58% center;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: 100%;
    pointer-events: none;
    padding-top: clamp(5.25rem, 10vh, 6.75rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.32) 28%,
        rgba(0, 0, 0, 0.1) 52%,
        rgba(0, 0, 0, 0) 72%
    );
}

.page-construtoras #previsibilidade .pbd-previsibilidade__inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__content {
    /* Sticky mantém o bloco abaixo do header enquanto houver folga na section */
    position: sticky;
    top: clamp(5.25rem, 10vh, 6.75rem);
    max-width: min(56rem, 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    pointer-events: none;
}

/* Esconde o header fixed quando o bloco de Previsibilidade cruzaria a faixa do topo
   (reutiliza a ideia de topSite--hidden-mobile do theme.js, só nesta página).
   Sem transition no hide: evita frame em que o header ainda corta o título. */
#topSite.topSite--scrolled.topSite--content-guard {
    transform: translateY(-100%) !important;
    pointer-events: none;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__title {
    /* Mesma tipografia de #development (seção Obra) */
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--font-size-home-hero-title) * 0.78);
    line-height: 1.05;
    letter-spacing: clamp(-3px, -0.08vw, -5px);
    color: #ffffff !important;
    text-align: left;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__title-line {
    display: block;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__body {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #ffffff !important;
    max-width: 46rem;
    margin-top: 1rem;
    text-align: left;
}

.page-construtoras #previsibilidade .pbd-previsibilidade__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-top: clamp(1.35rem, 2.4vw, 1.85rem);
    padding-block: 0.85rem;
    padding-inline: clamp(1.25rem, 1.8vw, 1.65rem);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 9999px;
    background-color: transparent;
    color: #ffffff !important;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
    box-sizing: border-box;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__inner {
        padding-left: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
        padding-right: var(--pf-container-gutter, clamp(1rem, 5%, 4rem));
    }
}

/* Breakpoints de tamanho do título — espelham #development (Obra) */
@media (min-width: 1024px) and (max-width: 1400px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: clamp(2.5rem, 4.2vw, 3.75rem);
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: clamp(2.5rem, 4.6vw, 3.75rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: clamp(2.35rem, 4.2vw, 3.5rem) !important;
        line-height: 1.08;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: clamp(2.35rem, 4.2vw, 3.25rem) !important;
        line-height: 1.08;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-construtoras #previsibilidade .pbd-previsibilidade__media,
    .page-construtoras #previsibilidade .pbd-previsibilidade__img {
        min-height: min(42vh, 380px);
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__content {
        max-width: 100%;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: clamp(2.25rem, 5vw, 3rem) !important;
        max-width: 28rem;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__body {
        white-space: normal;
        max-width: 100%;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__img {
        object-position: 52% center;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__pill {
        white-space: normal;
        width: auto;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-construtoras #previsibilidade.pbd-previsibilidade-section {
        min-height: min(78vh, 640px);
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__media {
        min-height: 0;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 62% center;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__overlay {
        align-items: flex-end;
        min-height: min(78vh, 640px);
        height: auto;
        padding: clamp(5rem, 22vw, 7rem) 0 clamp(2.25rem, 8vw, 3rem);
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.28) 35%,
            rgba(0, 0, 0, 0.55) 100%
        );
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__inner {
        max-width: 540px;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__content {
        position: static;
        top: auto;
        max-width: 100%;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__title {
        font-size: var(--pf-section-title-size-mobile) !important;
        line-height: 1.05;
        letter-spacing: -0.02em;
        text-align: left;
        max-width: 18.5rem;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__body {
        font-size: var(--font-size-home-hero-description-mobile);
        line-height: 1.45;
        max-width: 18.5rem;
        margin-top: var(--mt-default-subtitle-mobile, 1.5rem);
        white-space: normal;
    }

    .page-construtoras #previsibilidade .pbd-previsibilidade__pill {
        white-space: normal;
        width: 100%;
        max-width: 100%;
        margin-top: 1.25rem;
        padding: 0.75rem 1rem;
        font-size: clamp(0.95rem, 3.6vw, 1.05rem);
        line-height: 1.35;
    }
}

/* ==========================================================================
   Construtoras — Start + Formulário (ref. form2 + captura página)
   Escopo .page-construtoras: não altera PBD EN / franqueado.
   Largura/grid: reutiliza .bad-form-wrapper (1180) + cols form2 (4/4/4, 6/3/3).
   Submit: herda align-items:flex-end do PBD (sem override à esquerda).
   ========================================================================== */

.page-construtoras #start.pbd-start-section {
    padding-bottom: 0;
}

.page-construtoras #formulario-franqueado.pbd-form-section {
    padding-top: clamp(2rem, 3.5vw, 3rem);
}

/* Reforço local: bloco do formulário compacto e centralizado (igual form2). */
.page-construtoras #formulario-franqueado.pbd-form-section .bad-form-wrapper {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.page-construtoras #formulario-franqueado.pbd-form-section .bad-form-pill-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}








