@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@400;500;700&family=Roboto:wght@300;400&display=swap');

/* ==========================================================================
   Hero / Jornada (module_id 18)
   ========================================================================== */
.bp-process-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: 28px;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 60vh;
}

.bp-process-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-process-bar-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #8c8c8c;
    box-sizing: border-box;
}

.bp-process-bar {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    box-sizing: border-box;
}

.bp-process-bar-step {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    justify-content: center;
}

.bp-bar-icon {
    width: 32px;
    height: auto;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.bp-bar-text {
    font-family: 'Palanquin', sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
}

.bp-bar-text b {
    font-weight: 700;
}

@media (max-width: 992px) {
    .bp-process-section-wrapper {
        min-height: 55vh;
    }

    .bp-process-bar {
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 16px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
    }

    .bp-process-bar::-webkit-scrollbar {
        display: none;
    }

    .bp-process-bar-step {
        flex: 0 0 auto;
        width: 68%;
        max-width: 280px;
        justify-content: flex-start;
        scroll-snap-align: start;
        padding: 0 24px;
        box-sizing: border-box;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .bp-process-bar-step:last-child {
        border-right: 0;
    }
}

/* ==========================================================================
   Solicite Orçamento (CTA) (module_id 19)
   ========================================================================== */

/* WRAPPER PRINCIPAL: 100% de largura, Fundo F5F5F5, 80vh de altura */
.bp-cta-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F5F5F5; /* Cor baseada no original do Elementor */
    overflow: hidden;
    box-sizing: border-box;
    min-height: 50vh; /* Altura exata pedida */
    display: flex;
    align-items: center; /* Centraliza o conteúdo verticalmente */
}

/* CONTAINER CENTRALIZADO */
.bp-cta-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
}

/* COLUNA 1: IMAGEM */
.bp-cta-image-col {
    flex: 0 0 180px; /* Mantém a largura do avião controlada */
    display: flex;
    justify-content: flex-end;
}

.bp-cta-plane-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.08)); /* Dá profundidade suave ao avião */
    animation: bpFloatPlane 6s ease-in-out infinite; /* Efeito extra suave de flutuação */
}

/* COLUNA 2: TÍTULO */
.bp-cta-title-col {
    flex: 0 0 auto;
    white-space: nowrap; /* Impede que o título quebre fora dos <br> */
}

.bp-cta-title {
    font-family: 'Palanquin', sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-cta-title b {
    font-weight: 700;
}

/* COLUNA 3: TEXTO */
.bp-cta-text-col {
    flex: 1 1 auto;
    max-width: 600px;
}

.bp-cta-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323D;
    margin: 0;
    opacity: 0.85; /* Dá o tom levemente mais claro que o título */
}

/* ANIMAÇÃO OPCIONAL: Flutuação do Avião */
@keyframes bpFloatPlane {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 1100px) {
    .bp-cta-section-container {
        gap: 40px;
    }
    .bp-cta-title {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    /* Passa tudo para uma coluna alinhada ao centro */
    .bp-cta-section-container {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px;
        gap: 30px;
    }

    .bp-cta-image-col {
        justify-content: center;
        flex: 0 0 auto;
    }

    .bp-cta-plane-img {
        max-width: 140px; /* Reduz um pouco no mobile */
    }

    .bp-cta-title-col {
        white-space: normal; /* Permite quebrar em ecrãs minúsculos */
    }

    .bp-cta-title {
        font-size: 38px;
    }

    .bp-cta-text-col {
        max-width: 100%;
    }
}

/* ==========================================================================
   Benefícios Exclusivos (module_id 20)
   ========================================================================== */

/* WRAPPER PRINCIPAL */
.bp-benefits-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

/* CONTAINER CENTRALIZADO */
.bp-benefits-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* TEXTO (título + descrição, centrado) */
.bp-benefits-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.bp-benefits-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Espaço entre o ícone e o título */
}

.bp-benefits-icon {
    flex-shrink: 0;
}

.bp-benefits-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-benefits-title b {
    font-weight: 700;
}

.bp-benefits-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 600px; /* Evita que o texto fique demasiado largo e difícil de ler */
}

/* CARROSSEL DE FOTOS — 100% DA LARGURA DA TELA (mesmo padrão do carrossel da home) */
.bp-benefits-marquee-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}

.bp-benefits-marquee-container {
    position: relative;
    width: 100%;
    height: 45vh;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.bp-benefits-marquee-track {
    display: flex;
    width: calc(55vh * 12);
    height: 100%;
    animation: bpBenefitsMarqueeRun 32s linear infinite;
}

.bp-benefits-marquee-track:hover {
    animation-play-state: paused;
}

.bp-benefits-marquee-slide {
    width: 55vh;
    height: 100%;
    flex-shrink: 0;
}

.bp-benefits-marquee-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes bpBenefitsMarqueeRun {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-55vh * 6)); }
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 1024px) {
    .bp-benefits-marquee-container {
        height: 38vh;
    }

    .bp-benefits-marquee-track {
        width: calc(42vh * 12);
    }

    .bp-benefits-marquee-slide {
        width: 42vh;
    }

    @keyframes bpBenefitsMarqueeRun {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-42vh * 6)); }
    }
}

@media (max-width: 768px) {
    .bp-benefits-section-container {
        padding: 40px 20px;
    }

    .bp-benefits-desc {
        max-width: 100%;
    }

    .bp-benefits-marquee-container {
        height: 260px;
    }

    .bp-benefits-marquee-slide {
        width: 260px;
        height: 100%;
    }

    .bp-benefits-marquee-track {
        width: calc(260px * 12);
        animation-duration: 22s;
    }

    @keyframes bpBenefitsMarqueeRun {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-260px * 6)); }
    }
}

/* ==========================================================================
   Identidade Visual (module_id 21)
   ========================================================================== */

/* WRAPPER PRINCIPAL */
.bp-identity-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80vh; /* Mantém a altura consistente das outras secções */
    display: flex;
    align-items: center;
}

/* CONTAINER CENTRALIZADO */
.bp-identity-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
    width: 100%;
}

/* COLUNA ESQUERDA (Imagem) */
.bp-identity-image-col {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.bp-identity-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    object-fit: contain;
}

/* COLUNA DIREITA (Texto) */
.bp-identity-text-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px; /* Equilibra visualmente a margem */
}

.bp-identity-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.bp-identity-icon {
    flex-shrink: 0;
    margin-top: 5px; /* Alinhamento ótico do ícone com a fonte */
}

.bp-identity-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-identity-title b {
    font-weight: 700;
}

.bp-identity-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 480px;
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 992px) {
    .bp-identity-section-container {
        flex-direction: column; /* Imagem fica em cima, texto em baixo */
        padding: 60px 20px;
        gap: 50px;
    }

    .bp-identity-image-col {
        width: 100%;
    }

    .bp-identity-text-col {
        padding-right: 0;
        align-items: center;
        text-align: center;
    }

    .bp-identity-header {
        flex-direction: column; /* Ícone em cima do título no mobile */
        align-items: center;
        gap: 15px;
    }

    .bp-identity-desc {
        max-width: 100%;
    }
}

/* ==========================================================================
   Layout do Estúdio (module_id 22)
   ========================================================================== */

/* WRAPPER PRINCIPAL (Ocupa 100% da largura, fundo branco) */
.bp-layout-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80vh; /* Altura imponente */
    display: flex;
    align-items: center; /* Centra tudo verticalmente */
}

/* CONTAINER CENTRALIZADO */
.bp-layout-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
    width: 100%;
}

/* COLUNA ESQUERDA (Texto) */
.bp-layout-text-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.bp-layout-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; /* Espaço entre o ícone e o título */
}

.bp-layout-icon {
    flex-shrink: 0;
    margin-top: 8px; /* Alinha o ícone visualmente com o topo da fonte */
}

.bp-layout-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-layout-title b {
    font-weight: 700;
}

.bp-layout-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 480px; /* Mantém o texto com excelente legibilidade */
}

/* COLUNA DIREITA (Imagem) */
.bp-layout-image-col {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.bp-layout-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* Cantos arredondados iguais à imagem do Elementor */
    box-shadow: 0 12px 35px rgba(0,0,0,0.06); /* Sombra elegante */
    object-fit: contain;
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 992px) {
    .bp-layout-section-container {
        flex-direction: column; /* Coloca a imagem abaixo do texto */
        padding: 60px 20px;
        gap: 50px;
    }

    .bp-layout-text-col {
        padding-left: 0;
        align-items: center;
        text-align: center;
    }

    .bp-layout-header {
        flex-direction: column; /* Coloca o ícone acima do título no telemóvel */
        align-items: center;
        gap: 15px;
    }

    .bp-layout-desc {
        max-width: 100%;
    }

    .bp-layout-image-col {
        width: 100%;
    }
}

/* ==========================================================================
   Sistema de Gestão (module_id 23)
   ========================================================================== */

/* WRAPPER PRINCIPAL */
.bp-system-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff; /* Fundo branco */
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80vh; /* Altura 80vh mantida */
    display: flex;
    align-items: center; /* Centraliza verticalmente */
}

/* CONTAINER CENTRALIZADO */
.bp-system-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px; /* Separa a imagem do texto visualmente */
    box-sizing: border-box;
    width: 100%;
}

/* COLUNA ESQUERDA (Imagem) */
.bp-system-image-col {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.bp-system-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* Borda arredondada suave */
    box-shadow: 0 12px 35px rgba(0,0,0,0.06); /* Sombra elegante e moderna */
    object-fit: contain;
}

/* COLUNA DIREITA (Texto) */
.bp-system-text-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px;
}

.bp-system-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; /* Distância entre o ícone e o título */
}

.bp-system-icon {
    max-width: 60px; /* Tamanho controlado do ícone */
    height: auto;
    flex-shrink: 0;
    margin-top: 8px; /* Alinha o topo do ícone com as letras */
}

.bp-system-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-system-title b {
    font-weight: 700;
}

.bp-system-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 480px; /* Evita que a linha de texto fique demasiado larga */
}

/* BOTÃO DE LINK (Formato Pílula) */
.bp-system-btn-wrapper {
    margin-top: 10px;
}

.bp-system-btn {
    display: inline-block;
    font-family: 'Palanquin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #39323d; /* Texto escuro */
    background-color: #f2f2f2; /* Fundo cinza claro */
    padding: 10px 35px;
    border-radius: 30px; /* Formato pílula */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bp-system-btn:hover {
    background-color: #68467c; /* Fica roxo no hover */
    color: #ffffff; /* Fica branco no hover */
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 992px) {
    .bp-system-section-container {
        flex-direction: column; /* Imagem fica em cima, texto em baixo */
        padding: 60px 20px;
        gap: 50px;
    }

    .bp-system-image-col {
        width: 100%;
    }

    .bp-system-text-col {
        padding-right: 0;
        align-items: center;
        text-align: center;
    }

    .bp-system-header {
        flex-direction: column; /* Coloca o ícone acima do título no telemóvel */
        align-items: center;
        gap: 15px;
    }

    .bp-system-desc {
        max-width: 100%;
    }
}

/* ==========================================================================
   eBooks (module_id 24)
   ========================================================================== */

/* WRAPPER PRINCIPAL */
.bp-ebooks-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff; /* Fundo branco */
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80vh; /* Altura imponente */
    display: flex;
    align-items: center; /* Centraliza conteúdo no eixo vertical */
}

/* CONTAINER CENTRALIZADO */
.bp-ebooks-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px; /* Distância generosa entre texto e imagem */
    box-sizing: border-box;
    width: 100%;
}

/* COLUNA ESQUERDA (Texto) */
.bp-ebooks-text-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.bp-ebooks-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.bp-ebooks-icon {
    flex-shrink: 0;
    margin-top: 8px; /* Alinha o ícone visualmente ao título */
}

.bp-ebooks-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-ebooks-title b {
    font-weight: 700;
}

.bp-ebooks-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 480px; /* Impede a linha de ser demasiado longa e perder leitura */
}

/* COLUNA DIREITA (Imagem) */
.bp-ebooks-image-col {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.bp-ebooks-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* Cantos arredondados iguais ao mockup */
    box-shadow: 0 12px 35px rgba(0,0,0,0.06); /* Sombra elegante para destacar */
    object-fit: contain;
}

/* ==========================================================================
   RESPONSIVIDADE (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 992px) {
    .bp-ebooks-section-container {
        /* No Mobile, empilha o texto no topo e a imagem na base */
        flex-direction: column; 
        padding: 60px 20px;
        gap: 50px;
    }

    .bp-ebooks-text-col {
        padding-left: 0;
        align-items: center;
        text-align: center;
    }

    .bp-ebooks-header {
        flex-direction: column; /* Coloca o ícone acima do título no telemóvel */
        align-items: center;
        gap: 15px;
    }

    .bp-ebooks-desc {
        max-width: 100%;
    }

    .bp-ebooks-image-col {
        width: 100%;
    }
}

/* ==========================================================================
   Serviços (Entrega/Pagamento) (module_id 25)
   ========================================================================== */
/* Secção Principal com Fundo Gradiente e Largura Total (100vw) */
    .oc4-services-section {
        background-image: linear-gradient(270deg, #68467CD6 0%, #68467C 100%);
        background-color: #68467C;
        padding: 80px 20px;
        font-family: "Palanquin", "Roboto", sans-serif;
        color: #FFFFFF;
        box-sizing: border-box;
        
        /* Força os 100vw para quebrar o container do OpenCart */
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    /* Contentor Centralizado (mantém o conteúdo alinhado ao meio) */
    .oc4-services-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        gap: 60px;
    }

    /* Caixa Individual de Cada Serviço */
    .oc4-service-box {
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Ícone SVG */
    .oc4-service-icon {
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .oc4-service-icon svg {
        width: 64px;
        height: auto;
        display: block;
    }

    /* Título do Serviço */
    .oc4-service-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 16px 0;
        color: #FFFFFF;
        line-height: 1.2;
    }

    /* Texto Descritivo */
    .oc4-service-desc {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6;
        margin: 0;
        color: #FFFFFF;
        max-width: 480px; /* Limita a largura do texto para leitura confortável */
    }

    /* Responsividade para Telemóvel / Mobile */
    @media (max-width: 768px) {
        .oc4-services-section {
            padding: 60px 20px;
        }

        .oc4-services-container {
            flex-direction: column; /* Passa de lado a lado para um debaixo do outro */
            gap: 50px;
        }
        
        .oc4-service-box {
            flex: 1 1 100%;
            width: 100%;
        }

        .oc4-service-title {
            font-size: 22px;
        }

        .oc4-service-desc {
            font-size: 15px;
        }
    }

/* ==========================================================================
   Workshops (module_id 26)
   ========================================================================== */

/* WRAPPER PRINCIPAL */
.bp-workshop-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.bp-workshop-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
    width: 100%;
}

/* COLUNA ESQUERDA (Imagem) */
.bp-workshop-image-col {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.bp-workshop-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    object-fit: contain;
}

/* COLUNA DIREITA (Texto) */
.bp-workshop-text-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px;
}

.bp-workshop-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.bp-workshop-icon {
    flex-shrink: 0;
    margin-top: 8px;
}

.bp-workshop-title {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.15;
    color: #39323d;
    margin: 0;
}

.bp-workshop-title b { font-weight: 700; }

.bp-workshop-desc {
    font-family: 'Palanquin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #39323d;
    margin: 0;
    max-width: 480px;
}

/* BOTÃO */
.bp-workshop-btn-wrapper { margin-top: 10px; }

.bp-workshop-btn {
    display: inline-block;
    font-family: 'Palanquin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #68467c;
    padding: 10px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.bp-workshop-btn:hover { background-color: #39323d; }

/* RESPONSIVIDADE */
@media (max-width: 992px) {
    .bp-workshop-section-container {
        flex-direction: column;
        padding: 60px 20px;
        gap: 50px;
    }
    .bp-workshop-text-col { padding-right: 0; align-items: center; text-align: center; }
    .bp-workshop-header { flex-direction: column; align-items: center; gap: 15px; }
    .bp-workshop-image-col { width: 100%; }
}

/* ==========================================================================
   Formulário de Orçamento (module_id 17)
   ========================================================================== */

/* REGRAS 100% LARGURA EM BRANCO PURO */
.bp-budget-section-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

/* CONTAINER EM 80VH COM DUAS COLUNAS ASSIMÉTRICAS */
.bp-budget-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    min-height: 80vh;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 40px;
    align-items: center;
    box-sizing: border-box;
}

/* COLUNA ESQUERDA: TÍTULO EM PALANQUIN */
.bp-budget-title-side {
    flex: 1 1 450px;
    box-sizing: border-box;
}

.bp-budget-title-side h2 {
    font-family: 'Palanquin', sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.2;
    color: #39323d;
    margin: 0;
    text-align: left;
}

.bp-budget-title-side b { font-weight: 700; }

.bp-title-block {
    display: block;
}

/* COLUNA DIREITA: FORMULÁRIO */
.bp-budget-form-side {
    flex: 1 1 500px;
    box-sizing: border-box;
    width: 100%;
}

.bp-clean-contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.bp-input-group {
    position: relative;
    width: 100%;
}

.bp-clean-input, .bp-clean-textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #39323d;
    background: transparent;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #39323d;
    outline: none;
    transition: border-color 0.2s;
}

.bp-clean-textarea {
    height: 90px;
    resize: none;
}

.bp-clean-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
    pointer-events: none;
    transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s;
}

.bp-clean-input:focus ~ .bp-clean-label,
.bp-clean-input:not(:placeholder-shown) ~ .bp-clean-label,
.bp-clean-textarea:focus ~ .bp-clean-label,
.bp-clean-textarea:not(:placeholder-shown) ~ .bp-clean-label {
    transform: translateY(-22px);
    font-size: 12px;
    color: #68467c;
}

.bp-clean-input:focus, .bp-clean-textarea:focus {
    border-bottom-width: 2px;
    border-color: #68467c;
}

.bp-clean-agreement {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-top: -5px;
}

.bp-clean-agreement input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #68467c;
    cursor: pointer;
}

.bp-clean-agreement label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
}

.bp-clean-submit-zone {
    text-align: left;
}

.bp-clean-btn-submit {
    font-family: 'Palanquin', sans-serif;
    font-size: 24px;
    color: #68467c;
    background-color: #ffffff;
    border: 1px solid #68467c;
    padding: 8px 52px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.bp-clean-btn-submit:hover {
    background-color: #68467c;
    color: #ffffff;
}

/* ==========================================================================
   MUDANÇA CRUCIAL PARA CORRIGIR A ALTURA DA DIV NO MOBILE
   ========================================================================== */
@media (max-width: 992px) {
    .bp-budget-section-container {
        flex-direction: column;
        justify-content: center;
        min-height: auto; 
        padding: 50px 20px;
        gap: 30px; 
    }
    
    /* Destrói a altura fixa herdada do flex ou de classes globais no mobile */
    .bp-budget-title-side {
        flex: none !important;
        height: auto !important;
        min-height: auto !important;
        width: 100% !important;
    }
    
    .bp-budget-title-side h2 { 
        text-align: center; 
    }
}

@media (max-width: 576px) {
    .bp-title-block {
        display: inline;
    }
    
    .bp-title-block:not(:last-child)::after {
        content: " ";
    }

    .bp-budget-title-side h2 {
        font-size: 32px; 
        line-height: 1.25;
        text-align: center;
    }
    
    /* Remove padding excessivo e cola o formulário ao título */
    .bp-budget-section-container {
        padding: 40px 15px;
        gap: 15px; 
    }
    
    .bp-budget-form-side {
        margin-top: 0 !important;
        flex: none !important;
        height: auto !important;
    }

    .bp-clean-contact-form {
        gap: 26px; 
    }
    
    .bp-clean-btn-submit {
        width: 100%; 
        text-align: center;
    }
}

