/* Become a dealer — banner mobile: h1 no topo, tagline/CTAs na base (centro da imagem visível) */
@media only screen and (max-width: 767.98px) {
    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: min(88vh, 42rem);
        overflow: hidden;
    }

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

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: center center;
    }

    .page-become-a-dealer #homeHero.home-us-hero #topSite:not(.topSite--scrolled) {
        position: relative;
        z-index: 30;
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__inner {
        position: relative;
        z-index: 0;
    }

    .page-become-a-dealer #homeHero.home-us-hero #topSite.topSite--scrolled {
        z-index: 1100;
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__inner {
        flex: 1 1 auto;
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        align-self: stretch;
        width: 100%;
        min-height: min(88vh, 42rem) !important;
        flex-grow: 1 !important;
        padding-bottom: clamp(1rem, 3vh, 1.75rem);
    }

    .page-become-a-dealer #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-become-a-dealer #homeHero.home-us-hero .banner-home-us__inner > .row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 100%;
        height: 100%;
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__title {
        flex-shrink: 0;
        margin-top: clamp(2.5rem, 6.5vh, 3.75rem) !important;
        margin-bottom: 0;
    }

    .page-become-a-dealer #homeHero.home-us-hero p.banner-home-us__tagline {
        flex-shrink: 0;
        margin-top: 1rem !important;
        margin-bottom: clamp(0.5rem, 1.5vh, 0.85rem) !important;
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.5),
            0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__actions {
        flex-shrink: 0;
        margin-top: 45vh !important;
        margin-bottom: 0;
        padding-top: 0;
    }

    .page-become-a-dealer #homeHero.home-us-hero .cta_buttom {
       font-size: 1rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us {
        min-height: 42rem;
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__inner {
        min-height: 42rem !important;
        flex-grow: 1 !important;
        padding-top: 0.5rem;
    }

    .page-become-a-dealer #homeHero.home-us-hero .banner-home-us__title {
        margin-top: 8vh !important;
    }

    .page-become-a-dealer #homeHero.home-us-hero p.banner-home-us__tagline {
        margin-bottom: clamp(0.35rem, 1.2vh, 0.65rem) !important;
    }
}

/* Become a dealer — títulos de seção (padrão pools-models / title-step) */

.page-become-a-dealer .bad-opp-title,
.page-become-a-dealer .bad-different-title,
.page-become-a-dealer .bad-intl-title,
.page-become-a-dealer .bad-brand-title,
.page-become-a-dealer .bad-power-title,
.page-become-a-dealer .bad-form-title,
.page-become-a-dealer .faq-form-title {
    font-size: var(--pf-section-title-size);
    font-weight: 400;
    line-height: var(--pf-section-title-line-height);
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 767.98px) {
    .page-become-a-dealer .bad-opp-title,
    .page-become-a-dealer .bad-different-title,
    .page-become-a-dealer .bad-intl-title,
    .page-become-a-dealer .bad-brand-title,
    .page-become-a-dealer .bad-power-title,
    .page-become-a-dealer .bad-form-title,
    .page-become-a-dealer .faq-form-title {
        font-size: var(--pf-section-title-size-mobile) !important;
    }
}

/* Become a dealer — opportunity section (#oportunidade) */

#oportunidade.bad-opp-section {
    background-color: #fff;
}

@media (min-width: 768px) {
    #oportunidade.bad-opp-section {
        padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
    }
}

/* Textura full-bleed (fora do .container), atrás das descrições */
#oportunidade .bad-opp-texture-zone {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-clamp(4.5rem, 10vw, 7.5rem));
}

#oportunidade .bad-opp-texture-bg {
    width: 100%;
    height: clamp(150px, 24vw, 260px);
    background-image: url('../img/textura-fundo-site-fiber.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    pointer-events: none;
}

#oportunidade .bad-opp-inner,
#oportunidade .bad-opp-image-container {
    position: relative;
    z-index: 1;
}

#oportunidade .bad-opp-cards-wrap {
    isolation: isolate;
}

#oportunidade .bad-opp-title {
    color: var(--color-grey);
}

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

#oportunidade .bad-opp-card {
    border-radius: 18px;
    background-color: transparent;
    perspective: 1200px;
}

#oportunidade .bad-opp-card__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

#oportunidade .bad-opp-card.is-flipped .bad-opp-card__inner {
    transform: rotateY(180deg);
}

#oportunidade .bad-opp-card__face {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#oportunidade .bad-opp-card__face--front {
    z-index: 2;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
}

#oportunidade .bad-opp-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#oportunidade .bad-opp-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

#oportunidade .bad-opp-card__footer {
    --bad-opp-pill-height: 4.25rem;
    --bad-opp-arrow-size: 32px;
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#oportunidade .bad-opp-card__pill {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: var(--bad-opp-arrow-size) 1fr var(--bad-opp-arrow-size);
    align-items: center;
    column-gap: 0.35rem;
    height: var(--bad-opp-pill-height);
    min-height: var(--bad-opp-pill-height);
    width: 100%;
    padding: 0 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
}

#oportunidade .bad-opp-card__icon-wrap {
    width: var(--bad-opp-pill-height);
    height: var(--bad-opp-pill-height);
    flex-shrink: 0;
}

#oportunidade .bad-opp-card__icon-wrap img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

#oportunidade .bad-opp-card__heading {
    grid-column: 2;
    justify-self: center;
    display: inline-block;
    color: var(--color-white);
    line-height: 1.15;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    font-size: 1.35rem;
    padding: 0;
    margin: 0;
}

#oportunidade .bad-opp-card__heading-line2 {
    display: block;
    padding-left: 0.62em;
}

#oportunidade .bad-opp-card__arrow-wrap {
    grid-column: 3;
    justify-self: end;
    width: var(--bad-opp-arrow-size);
    height: var(--bad-opp-arrow-size);
    margin-left: 0;
}

#oportunidade .bad-opp-card__plus-trigger {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: var(--color-white);
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

#oportunidade .bad-opp-card__plus-trigger:focus {
    outline: none;
}

#oportunidade .bad-opp-card__plus-trigger:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}

#oportunidade .bad-opp-card__description {
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.45;
    /* color: #6b7370; */
    padding: 1.25rem 0.5rem 0;
    min-height: 3.2rem;
}

#oportunidade .bad-opp-card__face--back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    background-color: var(--color-background-button-cta);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#oportunidade .bad-opp-card__face--clickable {
    cursor: pointer;
}

#oportunidade .bad-opp-card__face--back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(166, 107, 78, 0.72) 0%,
        rgba(166, 107, 78, 0.92) 100%);
    border-radius: inherit;
}

#oportunidade .bad-opp-card__back-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    text-align: center;
}

#oportunidade .bad-opp-card__flip-title {
    color: var(--color-white);
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.25;
    white-space: pre-line;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.85rem;
}

#oportunidade .bad-opp-card__flip-text {
    color: var(--color-white);
    font-size: clamp(0.95rem, 1.05vw, 1.1rem);
    line-height: 1.42;
    white-space: pre-line;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767.98px) {
    #oportunidade {
        --bad-opp-mobile-gap: 1rem;
        --bad-opp-mobile-slide: calc(100% - 1.5rem);
    }

    #oportunidade .bad-opp-image-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #oportunidade .bad-opp-cards-wrap {
        overflow-x: hidden;
        padding-bottom: 0.25rem;
    }

    #oportunidade #badOppCarouselRow.bad-opp-cards.row {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y pinch-zoom;
        margin-left: 0;
        margin-right: 0;
        column-gap: var(--bad-opp-mobile-gap);
    }

    #oportunidade #badOppCarouselRow.bad-opp-cards.row::-webkit-scrollbar {
        display: none;
    }

    #oportunidade #badOppCarouselRow > [class*="col-"] {
        flex: 0 0 var(--bad-opp-mobile-slide);
        max-width: var(--bad-opp-mobile-slide);
        width: var(--bad-opp-mobile-slide);
        min-width: 0;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        padding-left: 0;
        padding-right: 0;
    }

    #oportunidade #badOppCarouselRow > [class*="col-"] > .bad-opp-card {
        width: 100%;
    }

    #oportunidade .bad-opp-carousel__indicators {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        margin-top: 2rem;
        padding-bottom: 0.15rem;
    }

    #oportunidade .bad-opp-carousel__dash {
        width: 2.2rem;
        height: 0.48rem;
        padding: 0;
        border: none;
        border-radius: 999px;
        background-color: #d4d4d4;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    #oportunidade .bad-opp-carousel__dash.is-active {
        background-color: var(--color-background-button-cta);
    }

    #oportunidade .bad-opp-carousel__dash:focus-visible {
        outline: 2px solid var(--color-background-button-cta);
        outline-offset: 3px;
    }

    #oportunidade .bad-opp-card__img {
        touch-action: inherit;
        -webkit-user-drag: none;
        user-select: none;
    }

    #oportunidade .bad-opp-card__footer {
        --bad-opp-pill-height: 3.5rem;
        --bad-opp-arrow-size: 24px;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.85rem;
        gap: 0.5rem;
    }

    #oportunidade .bad-opp-card__icon-wrap {
        width: var(--bad-opp-pill-height);
        height: var(--bad-opp-pill-height);
    }

    #oportunidade .bad-opp-card__pill {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        height: auto;
        min-height: var(--bad-opp-pill-height);
        padding: 0.35rem 0.75rem;
    }

    #oportunidade .bad-opp-card__heading {
        grid-column: auto;
        flex: 1 1 auto;
        text-align: left;
        font-size: 1.05rem;
        text-align: center;
    }

    #oportunidade .bad-opp-card__arrow-wrap {
        grid-column: auto;
        justify-self: auto;
        width: var(--bad-opp-arrow-size);
        height: var(--bad-opp-arrow-size);
        margin-left: auto;
    }

    #oportunidade .bad-opp-card__plus-trigger {
        font-size: 1.35rem;
    }

    #oportunidade .bad-opp-card__description {
        font-size: 1rem;
        padding-top: 1rem;
    }

    #oportunidade .bad-opp-card__flip-title {
        font-size: 1.1rem;
        margin-bottom: 0.65rem;
    }

    #oportunidade .bad-opp-card__flip-text {
        font-size: 0.95rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #oportunidade .bad-opp-card__inner {
        transition: none;
    }

    #oportunidade .bad-opp-card.is-flipped .bad-opp-card__inner {
        transform: none;
    }

    #oportunidade .bad-opp-card__face--back {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #oportunidade .bad-opp-card.is-flipped .bad-opp-card__face--back {
        opacity: 1;
    }

    #oportunidade .bad-opp-card.is-flipped .bad-opp-card__face--front {
        opacity: 0;
    }
}

@media only screen and (max-width: 480px) {
    #oportunidade .bad-opp-subtitle {
        font-size: 1rem;
        line-height: 1.35;
    }
}

/* Super App section (#super-app) */

#super-app.bad-super-app {
    width: 100%;
    min-height: clamp(28rem, 52vw, 44rem);
}

#super-app .bad-super-app__media {
    z-index: 0;
    overflow: hidden;
}

#super-app .bad-super-app__img {
    object-fit: cover;
    object-position: 62% center;
}

#super-app .bad-super-app__inner {
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: clamp(28rem, 52vw, 44rem);
    padding-top: clamp(3rem, 8vw, 5rem);
    padding-bottom: clamp(3rem, 8vw, 5rem);
}

#super-app .bad-super-app__brand-wrap {
    margin: 0;
}

#super-app .bad-super-app__brand {
    width: clamp(15rem, 34vw, 31rem);
    height: auto;
}

/* EN: subtítulo no lugar da imagem da marca — tamanho do h1 do banner */
#super-app.bad-super-app--headline-brand .bad-super-app__headline {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: var(--font-size-home-hero-title);
    line-height: 1.05;
    letter-spacing: clamp(-3px, -0.08vw, -5px);
    text-shadow: 0 2px 0 #8c9292, 0 4px 14px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1024px) and (max-width: 1400px) {
    #super-app.bad-super-app--headline-brand .bad-super-app__headline {
        font-size: calc(var(--font-size-home-hero-title) - 1.5rem);
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #super-app.bad-super-app--headline-brand .bad-super-app__headline {
        font-size: 6rem;
    }
}

#super-app.bad-super-app--headline-brand .bad-super-app__copy .bad-super-app__description {
    margin-top: clamp(1.25rem, 2.8vw, 2.25rem);
}

#super-app .bad-super-app__title {
    font-weight: 400;
    font-size: calc(var(--font-size-home-hero-title) * 0.75);
    line-height: 0.92;
    letter-spacing: clamp(-2px, -0.06vw, -4px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

#super-app .bad-super-app__title-row {
    white-space: nowrap;
}

#super-app .bad-super-app__title-super {
    margin-right: -0.06em;
}

#super-app .bad-super-app__title-app-wrap {
    --bad-super-app-shape: url('../img/become-a-dealer/shape-super-app.webp');
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}

#super-app .bad-super-app__title-app-shape {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 138%;
    height: 154%;
    transform: translate(-49.5%, -55%) rotate(-5deg);
    background-image: var(--bad-super-app-shape);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

#super-app .bad-super-app__title-app {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.06em 0.28em 0.12em;
}

#super-app .bad-super-app__title-fiber {
    margin-top: 0.02em;
}

#super-app .bad-super-app__subtitle {
    font-weight: 300;
    font-size: clamp(1.15rem, 2.1vw, 1.65rem);
    line-height: 1.35;
    margin-top: clamp(1.25rem, 2.8vw, 2.25rem);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

#super-app .bad-super-app__description {
    font-weight: 300;
    font-size: clamp(1rem, 1.65vw, 1.3rem);
    line-height: 1.45;
    margin-top: clamp(0.85rem, 1.8vw, 1.5rem);
    max-width: 34rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

@media only screen and (max-width: 767.98px) {
    .page-become-a-dealer #super-app.bad-super-app {
        min-height: 88vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .page-become-a-dealer #super-app .bad-super-app__media {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .page-become-a-dealer #super-app .bad-super-app__img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: center 42%;
    }

    .page-become-a-dealer #super-app .bad-super-app__inner {
        flex: 1 1 auto;
        display: flex !important;
        align-items: stretch !important;
        align-self: stretch;
        width: 100%;
        min-height: 88vh !important;
        height: auto;
        padding-top: clamp(0.35rem, 1.2vh, 0.85rem);
        padding-bottom: clamp(2.75rem, 7vh, 4rem);
    }

    .page-become-a-dealer #super-app .bad-super-app__inner > .row {
        flex: 1 1 auto;
        display: flex;
        align-items: stretch;
        align-self: stretch;
        width: 100%;
        min-height: 100%;
        margin: 0;
    }

    .page-become-a-dealer #super-app .bad-super-app__inner > .row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1 1 auto;
        min-height: 100%;
        text-align: left;
    }

    .page-become-a-dealer #super-app #bad-super-app-heading.bad-super-app__brand-wrap {
        flex-shrink: 0;
        width: clamp(16rem, 76vw, 22rem);
        max-width: none;
        margin-top: 7rem;
        transform: translateY(clamp(-0.35rem, -1vh, -0.75rem));
    }

    .page-become-a-dealer #super-app #bad-super-app-heading .bad-super-app__brand {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
    }

    .page-become-a-dealer #super-app .bad-super-app__copy {
        flex-shrink: 0;
        align-self: stretch;
        width: 100%;
        margin-top: 16rem !important;
        padding-bottom: clamp(0.5rem, 2vh, 1.25rem);
        transform: translateY(clamp(0.35rem, 1.5vh, 1rem)) !important;
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.5),
            0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .page-become-a-dealer #super-app .bad-super-app__subtitle {
        font-size: clamp(1.05rem, 4.2vw, 1.2rem);
        line-height: 1.35;
        margin-top: 0;
        text-align: left;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    }

    .page-become-a-dealer #super-app .bad-super-app__description {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.45;
        margin-top: 2.85rem;
        max-width: 100%;
        text-align: left;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand #bad-super-app-heading.bad-super-app__brand-wrap {
        width: auto;
        max-width: min(100%, 36rem);
        margin-top: clamp(3rem, 8vh, 6rem);
        transform: none;
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand .bad-super-app__headline {
        font-size: 7rem;
        line-height: 7rem;
        letter-spacing: -5px;
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand .bad-super-app__copy {
        transform: none;
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand .bad-super-app__description {
        margin-top: clamp(1.25rem, 3vw, 2rem);
    }
}

@media only screen and (max-width: 480px) {
    .page-become-a-dealer #super-app .bad-super-app__inner {
        padding-top: 0.25rem;
        padding-bottom: 2.5rem;
    }

    .page-become-a-dealer #super-app #bad-super-app-heading.bad-super-app__brand-wrap {
        width: clamp(15rem, 74vw, 20rem);
        transform: translateY(-0.5rem);
    }

    .page-become-a-dealer #super-app .bad-super-app__copy {
        transform: translateY(0.75rem);
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand .bad-super-app__headline {
        font-size: var(--font-size-home-hero-title-mobile) !important;
        line-height: 1;
        letter-spacing: -5px;
    }

    .page-become-a-dealer #super-app.bad-super-app--headline-brand #bad-super-app-heading.bad-super-app__brand-wrap {
        margin-top: clamp(2rem, 6vh, 3.5rem);
    }
}

/* Different section (#diferente) — desktop */

#diferente.bad-different-section {
    background-color: #fff;
    padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

#diferente .bad-different-title {
    color: var(--color-grey);
}

#diferente .bad-different-subtitle {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    margin-left: auto;
    margin-right: auto;
}

#diferente .bad-different-images {
    --bad-different-gap: clamp(1rem, 2vw, 1.5rem);
}

#diferente .bad-different-images__col {
    flex: 0 0 calc(50% - (var(--bad-different-gap) / 2));
    max-width: calc(50% - (var(--bad-different-gap) / 2));
    width: calc(50% - (var(--bad-different-gap) / 2));
}

#diferente .bad-different-images__col:first-child {
    padding-right: calc(var(--bad-different-gap) / 2);
}

#diferente .bad-different-images__col:last-child {
    padding-left: calc(var(--bad-different-gap) / 2);
}

#diferente .bad-different-image {
    position: relative;
    width: 95%;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
}

#diferente .bad-different-image__img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media only screen and (max-width: 767.98px) {
    #diferente.bad-different-section {
        padding-bottom: clamp(2.5rem, 7vw, 3.5rem);
    }

    #diferente .bad-different-inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

    #diferente .bad-different-header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #diferente .bad-different-subtitle {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.4;
        max-width: 18.5rem;
    }

    #diferente .bad-different-images--mobile {
        margin-top: clamp(2rem, 5.5vw, 2.75rem);
    }

    #diferente .bad-different-image--mobile {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: clamp(1.25rem, 4.5vw, 1.75rem);
        overflow: hidden;
        background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    }

    #diferente .bad-different-image--mobile .bad-different-image__img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center center;
    }
}

@media only screen and (max-width: 480px) {
    #diferente .bad-different-images--mobile {
        margin-top: 2rem;
    }

    #diferente .bad-different-image--mobile {
        border-radius: 1.35rem;
    }
}

/* International presence section (#presenca-internacional) — desktop */

#presenca-internacional.bad-intl-section {
    background-color: #f8f7f6;
    padding-top: clamp(4rem, 8vw, 6rem);
    padding-bottom: clamp(5rem, 9vw, 7rem);
    margin-top: calc(clamp(4rem, 8vw, 6rem) / 2);
}

#presenca-internacional .bad-intl-title {
    color: var(--color-grey);
    text-align: center;
}

#presenca-internacional .bad-intl-subtitle {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.5;
    color: #7a7f7c;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#presenca-internacional .bad-intl-main-image-wrap {
    width: 100%;
}

#presenca-internacional .bad-intl-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
}

#presenca-internacional .bad-intl-main-image__img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

#presenca-internacional .bad-intl-countries {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    overflow: visible;
}

#presenca-internacional .bad-intl-countries-wrap {
    position: relative;
    overflow: visible;
}

#presenca-internacional .bad-intl-carousel__viewport {
    --bad-intl-desktop-gap: clamp(1rem, 2vw, 1.5rem);
    --bad-intl-desktop-slide: calc((100% - (3 * var(--bad-intl-desktop-gap))) / 4);
    width: 100%;
    overflow: hidden;
}

#presenca-internacional .bad-intl-carousel__nav {
    position: absolute;
    top: calc(50% - 0.75rem);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--color-background-button-cta);
    color: var(--color-white);
    line-height: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

#presenca-internacional .bad-intl-carousel__nav--prev {
    left: 1rem;
}

#presenca-internacional .bad-intl-carousel__nav--next {
    right: 1rem;
}

#presenca-internacional .bad-intl-carousel__nav svg {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
}

#presenca-internacional .bad-intl-carousel__nav:hover:not(:disabled):not(.is-disabled) {
    transform: translateY(-50%) scale(1.04);
}

#presenca-internacional .bad-intl-carousel__nav:focus-visible {
    outline: 2px solid var(--color-background-button-cta);
    outline-offset: 3px;
}

#presenca-internacional .bad-intl-carousel__nav.is-disabled,
#presenca-internacional .bad-intl-carousel__nav:disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

#presenca-internacional .bad-intl-countries-row {
    display: flex;
    flex-wrap: nowrap;
    column-gap: var(--bad-intl-desktop-gap);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transition: transform 0.45s ease;
    will-change: transform;
}

#presenca-internacional #badIntlCarouselRow > .bad-intl-country {
    flex: 0 0 var(--bad-intl-desktop-slide);
    max-width: var(--bad-intl-desktop-slide);
    width: var(--bad-intl-desktop-slide);
    min-width: 0;
    text-align: center;
}

#presenca-internacional .bad-intl-country__figure {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
    margin-left: auto;
    margin-right: auto;
}

#presenca-internacional .bad-intl-country__img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

#presenca-internacional .bad-intl-country__label {
    margin-top: 0.75rem;
    font-size: clamp(1.7rem, 1.6vw, 2.15rem);
    line-height: 1.15;
    color: #6b7370;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    #presenca-internacional.bad-intl-section {
        --bad-intl-mobile-gap: 1rem;
        --bad-intl-mobile-slide: calc(100% - 1.5rem);
        padding-top: clamp(2.5rem, 7vw, 3.5rem);
        padding-bottom: clamp(3rem, 8vw, 4.5rem);
    }

    #presenca-internacional .bad-intl-inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

    #presenca-internacional .bad-intl-header {
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    #presenca-internacional .bad-intl-subtitle {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.45;
        max-width: 18.5rem;
    }

    #presenca-internacional .bad-intl-main-image-wrap {
        margin-top: clamp(2rem, 5.5vw, 2.75rem);
    }

    #presenca-internacional .bad-intl-main-image {
        aspect-ratio: 4 / 5;
        border-radius: clamp(1.25rem, 4.5vw, 1.75rem);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    }

    #presenca-internacional .bad-intl-countries {
        margin-top: clamp(2rem, 5.5vw, 2.75rem);
    }

    #presenca-internacional .bad-intl-countries-wrap {
        display: block;
        overflow-x: hidden;
        padding-bottom: 0.15rem;
    }

    #presenca-internacional .bad-intl-carousel__viewport {
        overflow-x: hidden;
    }

    #presenca-internacional #badIntlCarouselRow.bad-intl-countries-row {
        display: flex;
        flex-wrap: nowrap;
        width: auto;
        min-width: 0;
        transform: none !important;
        transition: none !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y pinch-zoom;
        column-gap: var(--bad-intl-mobile-gap);
    }

    #presenca-internacional #badIntlCarouselRow.bad-intl-countries-row::-webkit-scrollbar {
        display: none;
    }

    #presenca-internacional #badIntlCarouselRow > .bad-intl-country {
        flex: 0 0 var(--bad-intl-mobile-slide);
        max-width: var(--bad-intl-mobile-slide);
        width: var(--bad-intl-mobile-slide);
        min-width: 0;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    #presenca-internacional .bad-intl-country__figure {
        aspect-ratio: 4 / 3;
        border-radius: clamp(1rem, 3.5vw, 1.35rem);
    }

    #presenca-internacional .bad-intl-country__img {
        touch-action: inherit;
        -webkit-user-drag: none;
        user-select: none;
    }

    #presenca-internacional .bad-intl-country__label {
        font-size: clamp(1.35rem, 5.2vw, 1.65rem);
        margin-top: 0.85rem;
    }

    #presenca-internacional .bad-intl-carousel__indicators {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        margin-top: 1.75rem;
        padding-bottom: 0.15rem;
    }

    #presenca-internacional .bad-intl-carousel__dash {
        width: 2.2rem;
        height: 0.48rem;
        padding: 0;
        border: none;
        border-radius: 999px;
        background-color: #d4d4d4;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    #presenca-internacional .bad-intl-carousel__dash.is-active {
        background-color: var(--color-background-button-cta);
    }

    #presenca-internacional .bad-intl-carousel__dash:focus-visible {
        outline: 2px solid var(--color-background-button-cta);
        outline-offset: 3px;
    }
}

@media only screen and (max-width: 480px) {
    #presenca-internacional .bad-intl-main-image-wrap,
    #presenca-internacional .bad-intl-countries {
        margin-top: 2rem;
    }

    #presenca-internacional .bad-intl-main-image {
        border-radius: 1.35rem;
    }

    #presenca-internacional .bad-intl-country__figure {
        border-radius: 1.1rem;
    }
}

/* Brand strategy section (#marca-estrategia) — desktop */

#marca-estrategia.bad-brand-section {
    background: linear-gradient(180deg, #f5f3f1 0%, #fbfbfa 58%, #ffffff 100%);
    padding-top: clamp(4rem, 8vw, 6rem);
}

#marca-estrategia .bad-brand-header {
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
}

#marca-estrategia .bad-brand-title {
    color: var(--color-grey);
    text-align: center;
}

#marca-estrategia .bad-brand-texts {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    row-gap: 1rem;
}

#marca-estrategia .bad-brand-text {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6f7774;
    text-align: center;
}

#marca-estrategia .bad-brand-main-image-wrap {
    display: flex;
    justify-content: center;
}

#marca-estrategia .bad-brand-main-image {
    width: min(100%, 70rem);
}

#marca-estrategia .bad-brand-main-image__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

#marca-estrategia .bad-brand-texture-zone {
    width: 100%;
    margin-top: clamp(1.5rem, 4vw, 3rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

#marca-estrategia .bad-brand-texture-bg {
    width: 100%;
    height: clamp(3.2rem, 7vw, 5.2rem);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.92;
}

@media only screen and (max-width: 767.98px) {
    #marca-estrategia .bad-brand-inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

    #marca-estrategia .bad-brand-header {
        max-width: 21rem;
    }

    #marca-estrategia .bad-brand-texts {
        max-width: 18.5rem;
        row-gap: 0.85rem;
    }

    #marca-estrategia .bad-brand-text {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.45;
    }
}

@media only screen and (max-width: 480px) {
    #marca-estrategia .bad-brand-text {
        font-size: 1rem;
        line-height: 1.4;
    }
}

/* More power section (#mais-forca) — desktop */

#mais-forca.bad-power-section {
    background-color: #ffffff;
    padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

#mais-forca .bad-power-header {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

#mais-forca .bad-power-title {
    color: var(--color-grey);
    text-align: center;
}

#mais-forca .bad-power-subtitle {
    font-weight: 300;
    font-size: var(--font-size-home-hero-description);
    line-height: 1.45;
    color: #6b7370;
    text-align: center;
}

#mais-forca .bad-power-cards-row {
    --bad-power-gap: clamp(1rem, 2vw, 1.5rem);
}

#mais-forca .bad-power-cards__col {
    flex: 0 0 calc(33.333% - ((var(--bad-power-gap) * 2) / 3));
    max-width: calc(33.333% - ((var(--bad-power-gap) * 2) / 3));
    width: calc(33.333% - ((var(--bad-power-gap) * 2) / 3));
}

#mais-forca .bad-power-cards__col:not(:last-child) {
    margin-right: var(--bad-power-gap);
}

#mais-forca .bad-power-card {
    perspective: 1200px;
    height: 100%;
    cursor: pointer;
}

#mais-forca .bad-power-card__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

#mais-forca .bad-power-card.is-flipped .bad-power-card__inner {
    transform: rotateY(180deg);
}

#mais-forca .bad-power-card__face {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#mais-forca .bad-power-card__face--front {
    z-index: 2;
    background: linear-gradient(145deg, #d8dedb 0%, #b8c0bc 100%);
}

#mais-forca .bad-power-card__img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

#mais-forca .bad-power-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

#mais-forca .bad-power-card__footer {
    --bad-power-control-height: 4.25rem;
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#mais-forca .bad-power-card__pill {
    flex: 1 1 auto;
    min-width: 0;
    height: var(--bad-power-control-height);
    min-height: var(--bad-power-control-height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
}

#mais-forca .bad-power-card__heading {
    width: 100%;
    color: var(--color-white);
    font-size: 1.35rem;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#mais-forca .bad-power-card__plus {
    flex: 0 0 var(--bad-power-control-height);
    width: var(--bad-power-control-height);
    height: var(--bad-power-control-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--color-background-button-cta);
    color: var(--color-white);
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

#mais-forca .bad-power-card__plus:hover {
    background-color: #9b6545;
}

#mais-forca .bad-power-card__plus:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

#mais-forca .bad-power-card__face--back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background-color: var(--color-background-button-cta);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#mais-forca .bad-power-card__face--clickable {
    cursor: pointer;
}

#mais-forca .bad-power-card__face--back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(166, 107, 78, 0.72) 0%,
        rgba(166, 107, 78, 0.92) 100%);
    border-radius: inherit;
}

#mais-forca .bad-power-card__hover-text {
    position: relative;
    z-index: 1;
    color: var(--color-white);
    font-size: clamp(1.2rem, 1.35vw, 1.45rem);
    line-height: 1.42;
    white-space: pre-line;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767.98px) {
    #mais-forca {
        --bad-power-mobile-gap: 1rem;
        --bad-power-mobile-slide: calc(100% - 1.5rem);
        padding-bottom: clamp(2.5rem, 7vw, 3.5rem);
    }

    #mais-forca .bad-power-inner {
        padding-left: clamp(0.75rem, 3vw, 1rem);
        padding-right: clamp(0.75rem, 3vw, 1rem);
    }

    #mais-forca .bad-power-header {
        max-width: 21rem;
    }

    #mais-forca .bad-power-subtitle {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.45;
        max-width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    #mais-forca .bad-power-cards-wrap {
        overflow-x: hidden;
        padding-bottom: 0.25rem;
    }

    #mais-forca #badPowerCarouselRow.bad-power-cards-row {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y pinch-zoom;
        margin-left: 0;
        margin-right: 0;
        column-gap: var(--bad-power-mobile-gap);
    }

    #mais-forca #badPowerCarouselRow.bad-power-cards-row::-webkit-scrollbar {
        display: none;
    }

    #mais-forca #badPowerCarouselRow > .bad-power-cards__col {
        flex: 0 0 var(--bad-power-mobile-slide);
        max-width: var(--bad-power-mobile-slide);
        width: var(--bad-power-mobile-slide);
        min-width: 0;
        margin-right: 0 !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        padding-left: 0;
        padding-right: 0;
    }

    #mais-forca #badPowerCarouselRow > .bad-power-cards__col > .bad-power-card {
        width: 100%;
    }

    #mais-forca .bad-power-carousel__indicators {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        margin-top: 2rem;
        padding-bottom: 0.15rem;
    }

    #mais-forca .bad-power-carousel__dash {
        width: 2.2rem;
        height: 0.48rem;
        padding: 0;
        border: none;
        border-radius: 999px;
        background-color: #d4d4d4;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    #mais-forca .bad-power-carousel__dash.is-active {
        background-color: var(--color-background-button-cta);
    }

    #mais-forca .bad-power-carousel__dash:focus-visible {
        outline: 2px solid var(--color-background-button-cta);
        outline-offset: 3px;
    }

    #mais-forca .bad-power-card__img {
        touch-action: inherit;
        -webkit-user-drag: none;
        user-select: none;
    }

    #mais-forca .bad-power-card__footer {
        --bad-power-control-height: 3.5rem;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.85rem;
        gap: 0.5rem;
    }

    #mais-forca .bad-power-card__heading {
        font-size: 1.05rem !important;
    }

    #mais-forca .bad-power-card__plus {
        font-size: 1.35rem;
    }

    #mais-forca .bad-power-card__hover-text {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 480px) {
    #mais-forca .bad-power-subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }

    #mais-forca .bad-power-card__hover-text {
        font-size: 0.95rem;
    }
}

/* Franchise form section (#formulario-franqueado) — desktop */

#formulario-franqueado.bad-form-section {
    background-color: #faf8f8;
    padding-top: clamp(4rem, 8vw, 6rem);
    padding-bottom: clamp(5rem, 9vw, 7rem);
}

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

#formulario-franqueado .bad-form-title {
    color: var(--color-grey);
    text-align: center;
    line-height: 1.15;
}

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

#formulario-franqueado .bad-form-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

#formulario-franqueado .bad-form-row-tight {
    margin-top: 0.75rem;
}

#formulario-franqueado .bad-form-input:not(textarea),
#formulario-franqueado .bad-form-select {
    width: 100%;
    height: 58px;
    background: #ffffff;
    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 .bad-form-input--with-icon {
    padding-left: 52px;
}

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

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

#formulario-franqueado .bad-form-input-icon {
    position: relative;
}

#formulario-franqueado .bad-form-input-icon__glyph {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f7f7f;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#formulario-franqueado .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 .bad-form-select option {
    color: #333;
    background: #fff;
}

#formulario-franqueado .bad-form-pill-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 58px;
    height: 58px;
    padding: 0 0.5rem 0 1.25rem;
    border-radius: 999px;
}

#formulario-franqueado .bad-form-pill-field__label {
    flex: 1 1 auto;
    min-width: 0;
    color: #8a8a8a;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.2;
}

#formulario-franqueado .bad-form-pill-group {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem;
    border-radius: 999px;
}

#formulario-franqueado .bad-form-pill-checkbox,
#formulario-franqueado .bad-form-pill-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#formulario-franqueado .bad-form-pill-field--stack {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 58px;
    padding: 1rem 1.15rem 1rem 1.25rem;
    gap: 0.85rem;
}

#formulario-franqueado .bad-form-pill-field--stack .bad-form-pill-field__label {
    flex: none;
}

#formulario-franqueado .bad-form-pill-group--multi {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
}

#formulario-franqueado .bad-form-field-country {
    min-width: 0;
}

#formulario-franqueado textarea.bad-form-textarea {
    width: 100%;
    min-height: 120px;
    height: auto;
    padding: 18px 26px;
    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 textarea.bad-form-textarea::placeholder {
    color: #8a8a8a;
    font-weight: 300;
}

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

#formulario-franqueado .bad-form-actions--submit-only {
    align-items: center;
}

#formulario-franqueado .bad-form-pill {
    min-width: 3.25rem;
    height: 2.35rem;
    padding: 0 1rem;
    border: none;
    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;
}

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

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

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

#formulario-franqueado .bad-form-actions {
    margin-top: 3.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

#formulario-franqueado .bad-form-submit {
    width: 300px;
    height: 62px;
    border: none;
    border-radius: 999px;
    background: var(--color-background-button-cta) !important;
    color: #fff;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    transition: background 0.3s ease;
    cursor: pointer;
}

#formulario-franqueado .bad-form-submit:hover {
    background: #9b6545 !important;
}

#formulario-franqueado .bad-form-submit:focus-visible {
    outline: 3px solid var(--color-menu-text);
    outline-offset: 3px;
}

#formulario-franqueado .bad-form-whatsapp {
    width: 300px;
    height: 62px;
    border-radius: 999px;
    border: 2px solid #64d86a;
    background: #ffffff;
    color: #2ab14c;
    text-decoration: none;
    font-family: 'InterTight-Light', 'Inter', system-ui, sans-serif;
    font-size: 1.45rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: background 0.3s ease;
}

#formulario-franqueado .bad-form-whatsapp:hover {
    background: rgba(100, 216, 106, 0.08);
    color: #2ab14c;
}

#formulario-franqueado .bad-form-whatsapp:focus-visible {
    outline: 3px solid #2ab14c;
    outline-offset: 3px;
}

#formulario-franqueado .bad-form-whatsapp__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767.98px) {
    #formulario-franqueado.bad-form-section {
        padding-top: clamp(2.5rem, 7vw, 3.5rem);
        padding-bottom: clamp(3rem, 8vw, 4.5rem);
    }

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

    #formulario-franqueado .bad-form-header {
        max-width: 21rem;
    }

    #formulario-franqueado .bad-form-subtitle {
        font-size: clamp(0.95rem, 3.8vw, 1.05rem);
        line-height: 1.45;
        max-width: 18.5rem;
    }

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

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

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

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

    #formulario-franqueado .bad-form-pill-group--multi {
        gap: 0.25rem;
    }

    #formulario-franqueado .bad-form-pill-group--multi .bad-form-pill {
        min-width: auto;
        flex: 1 1 calc(50% - 0.25rem);
        max-width: calc(50% - 0.25rem);
    }

    #formulario-franqueado .bad-form-input:not(textarea),
    #formulario-franqueado .bad-form-select {
        height: 50px;
        font-size: 0.95rem;
        padding: 0 16px;
        border-width: 1px;
    }

    #formulario-franqueado textarea.bad-form-textarea {
        min-height: 100px;
        padding: 14px 16px;
        font-size: 0.95rem;
        border-radius: 22px;
    }

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

    #formulario-franqueado .bad-form-input--with-icon {
        padding-left: 42px;
    }

    #formulario-franqueado .bad-form-input-icon__glyph {
        left: 13px;
    }

    #formulario-franqueado .bad-form-input-icon__glyph svg {
        width: 18px;
        height: 18px;
    }

    #formulario-franqueado .bad-form-pill-field {
        min-height: 50px;
        height: auto;
        padding: 0.4rem 0.4rem 0.4rem 0.85rem;
        gap: 0.5rem;
    }

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

    #formulario-franqueado .bad-form-pill-group {
        gap: 0.2rem;
        padding: 0.2rem;
    }

    #formulario-franqueado .bad-form-pill {
        min-width: 2.35rem;
        height: 1.9rem;
        padding: 0 0.65rem;
        font-size: 0.82rem;
    }

    #formulario-franqueado .bad-form-actions {
        margin-top: 2rem;
        align-items: stretch;
        gap: 0.75rem;
    }

    #formulario-franqueado .bad-form-submit,
    #formulario-franqueado .bad-form-whatsapp {
        width: 100%;
        max-width: 100%;
        height: 52px;
    }

    #formulario-franqueado .bad-form-submit {
        font-size: 1.15rem;
    }

    #formulario-franqueado .bad-form-whatsapp {
        font-size: 1rem;
        gap: 0.65rem;
    }

    #formulario-franqueado .bad-form-whatsapp__icon svg {
        width: 22px;
        height: 22px;
    }
}

@media only screen and (max-width: 480px) {
    #formulario-franqueado .bad-form-subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }

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

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

    #formulario-franqueado .bad-form-field-state .bad-form-select {
        font-size: 0.82rem;
        padding-left: 10px;
    }

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

    #formulario-franqueado .bad-form-pill-field{
        background: inherit;
    }
    #formulario-franqueado .bad-form-pill {
        min-width: 2.15rem;
        padding: 0 0.55rem;
        font-size: 0.78rem;
        background: #ffffff;
    }

    #formulario-franqueado .bad-form-submit {
        font-size: 1.05rem;
    }

    #formulario-franqueado .bad-form-whatsapp {
        font-size: 0.95rem;
    }
}

/* -------------------------------------------------------------------------- */
/* Reveal ao rolar (baixo → cima) — banner, títulos e super-app              */
/* -------------------------------------------------------------------------- */
.page-become-a-dealer .bad-reveal-up {
    --bad-reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity 0.65s ease, transform 0.65s ease;
    transition-delay: var(--bad-reveal-delay);
    will-change: opacity, transform;
}

.page-become-a-dealer .bad-reveal-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .page-become-a-dealer .bad-reveal-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #mais-forca .bad-power-card__inner {
        transition: none;
    }

    #mais-forca .bad-power-card.is-flipped .bad-power-card__inner {
        transform: none;
    }

    #mais-forca .bad-power-card__face--back {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #mais-forca .bad-power-card.is-flipped .bad-power-card__face--back {
        opacity: 1;
    }

    #mais-forca .bad-power-card.is-flipped .bad-power-card__face--front {
        opacity: 0;
    }
}
