/* Página Serviços — Grupo BAW */
/* Listagem (.baw-servicos-page / .baw-servico-card) e detalhe (.baw-service-detail-*) */
.baw-servicos-page {
    position: relative;
    border-top: 1px solid #dad9d7;
}
.baw-servicos-page .auto-container {
    position: relative;
    z-index: 1;
}
.baw-servicos-page .line-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: none;
}
.baw-servicos-page .line-box .line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
}
.baw-servicos-page .line-box .line-1 {
    left: 0;
}
.baw-servicos-page .line-box .line-2 {
    left: 33.3334%;
}
.baw-servicos-page .line-box .line-3 {
    left: 66.666%;
}
.baw-servicos-page .line-box .line-4 {
    right: 0;
}
.baw-servicos-page__header {
    padding-bottom: 48px;
    margin-bottom: 8px;
}
.baw-servicos-intro__sub {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #827e7d;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 2px solid #e4492e;
}
.baw-servicos-intro h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}
.baw-servicos-intro-right {
    padding-left: 24px;
}
@media only screen and (max-width: 991px) {
    .baw-servicos-intro-right {
        padding-left: 0;
        padding-top: 28px;
    }
    .baw-servicos-intro h2 {
        font-size: 32px;
    }
}
.baw-servicos-intro-right p {
    margin: 0 0 22px;
    color: #827e7d;
    line-height: 1.65;
}
.baw-servicos-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1c1c1c;
}
.baw-servicos-cta:hover {
    color: #e4492e;
}
.baw-servicos-cta__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #e4492e;
    color: #e4492e;
    flex-shrink: 0;
}
.baw-servicos-cta__ico i {
    font-size: 14px;
    line-height: 1;
}
.baw-servicos-cta:hover .baw-servicos-cta__ico {
    background: transparent;
    border-color: #c73d28;
    color: #c73d28;
}
.baw-servicos-page__grid .baw-servico-card {
    padding: 0 26px;
    margin-bottom: 42px;
}
.baw-servico-card__media {
    position: relative;
    overflow: hidden;
}
.baw-servico-card__media img {
    width: 100%;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.baw-servico-card__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.12) 55%, transparent 100%);
}
.baw-servico-card__bar {
    width: 5px;
    align-self: stretch;
    min-height: 32px;
    background: #e4492e;
    flex-shrink: 0;
}
.baw-servico-card__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    font-family: 'Monda', 'Manrope', sans-serif;
}
.baw-servico-card__body {
    padding: 22px 0 0;
}
.baw-servico-card__body p {
    margin: 0 0 18px;
    color: #827e7d;
    font-size: 16px;
    line-height: 1.65;
}
.baw-servico-card__more {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1c1c1c;
}
.baw-servico-card__more:hover {
    color: #e4492e;
}
.baw-servico-card__more-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #e4492e;
    background: transparent;
    color: #e4492e;
    font-size: 14px;
    flex-shrink: 0;
}
.baw-servico-card__more:hover .baw-servico-card__more-ico {
    background: transparent;
    border-color: #c73d28;
    color: #c73d28;
}

/* Primeira seção de serviços: imagens padronizadas e sem overlay de hover */
.service-style-two.service-page-3 .service-block-two .image-box .image {
    aspect-ratio: 1;
    overflow: hidden;
}
.service-style-two.service-page-3 .service-block-two .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-block-two .inner-box .image-box .image:after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}

/* Grid de serviços: cards com mesma altura; CTA alinhado ao fundo do .lower-content */
.service-style-two.service-page-3 .row.clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.service-style-two.service-page-3 .service-block {
    display: flex;
    flex-direction: column;
}
.service-style-two.service-page-3 .service-block-two {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}
.service-style-two.service-page-3 .service-block-two .inner-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}
.service-style-two.service-page-3 .service-block-two .inner-box .image-box {
    flex-shrink: 0;
}
.service-style-two.service-page-3 .service-block-two .inner-box .lower-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}
.service-style-two.service-page-3 .service-block-two .inner-box .lower-content p {
    flex: 1 1 auto;
    margin-bottom: 0;
}
.service-style-two.service-page-3 .service-block-two .inner-box .lower-content .btn-box {
    margin-top: auto;
    padding-top: 20px;
    flex-shrink: 0;
}

/* FAQ Serviços: imagens empilhadas à esquerda (quantidade ativa via JS conforme altura do FAQ) */
@media (min-width: 768px) {
    .baw-servicos-faq--about-imgs .auto-container > .row {
        align-items: stretch;
    }
    .baw-servicos-faq--about-imgs .image-column {
        display: flex;
        align-self: stretch;
    }
    .baw-servicos-faq--about-imgs .baw-servicos-faq-images {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
    .baw-servicos-faq--about-imgs .baw-servicos-faq-images__figure {
        display: none;
        margin: 0;
        flex: 1 1 0;
        min-height: 0;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .baw-servicos-faq--about-imgs .baw-servicos-faq-images__figure.is-active {
        display: block;
    }
    .baw-servicos-faq--about-imgs .baw-servicos-faq-images__figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

/* FAQ Servicos: mobile com logo animada (estilo visual BAW) */
.baw-services-mobile-logo-animation {
    display: none;
}
@media (max-width: 767.98px) {
    .baw-servicos-faq--about-imgs {
        overflow: visible !important;
    }
    .baw-servicos-faq--about-imgs .auto-container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .baw-servicos-faq--about-imgs .auto-container > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .baw-servicos-faq--about-imgs .image-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .baw-servicos-faq--about-imgs .image-column .image-box {
        overflow: visible !important;
    }
    .baw-servicos-faq--about-imgs .baw-servicos-faq-images__figure {
        display: none;
    }
    .baw-services-mobile-logo-animation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        min-height: clamp(320px, 88vw, 520px);
        border-radius: 0;
        overflow: hidden;
        isolation: isolate;
        background: linear-gradient(145deg, #111622 0%, #191f2d 55%, #0f131d 100%);
        box-shadow:
            inset 0 0 0 1px rgba(228, 73, 46, 0.2),
            0 16px 38px rgba(0, 0, 0, 0.3);
    }
    .baw-services-mobile-logo-animation::before {
        content: '';
        position: absolute;
        inset: -30%;
        background:
            radial-gradient(circle at 26% 30%, rgba(228, 73, 46, 0.3) 0%, rgba(228, 73, 46, 0) 42%),
            radial-gradient(circle at 75% 62%, rgba(255, 180, 76, 0.2) 0%, rgba(255, 180, 76, 0) 40%);
        filter: blur(8px);
        animation: bawServicesAuroraShift 6s ease-in-out infinite alternate;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-ripples {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        z-index: 1;
        pointer-events: none;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-ripples span {
        position: absolute;
        width: 82px;
        height: 82px;
        border-radius: 50%;
        border: 1px solid rgba(228, 73, 46, 0.45);
        opacity: 0;
        animation: bawServicesRipplePulse 3.1s ease-out infinite;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-ripples span:nth-child(2) {
        animation-delay: 0.9s;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-ripples span:nth-child(3) {
        animation-delay: 1.8s;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-logo {
        position: relative;
        z-index: 2;
        width: min(72vw, 270px);
        height: auto;
        filter: drop-shadow(0 6px 24px rgba(228, 73, 46, 0.35));
        animation: bawServicesLogoBreathe 2.8s ease-in-out infinite;
    }
    .baw-services-mobile-logo-animation .baw-services-mobile-sheen {
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        background: linear-gradient(
            105deg,
            transparent 35%,
            rgba(255, 255, 255, 0.16) 49%,
            rgba(255, 255, 255, 0.34) 50%,
            rgba(255, 255, 255, 0.12) 51%,
            transparent 65%
        );
        mix-blend-mode: screen;
        animation: bawServicesSheenRun 2.9s ease-in-out infinite;
    }
}
@keyframes bawServicesAuroraShift {
    0% {
        transform: translate(-6%, -3%) scale(1);
    }
    100% {
        transform: translate(6%, 4%) scale(1.08);
    }
}
@keyframes bawServicesRipplePulse {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
    25% {
        opacity: 0.85;
    }
    100% {
        opacity: 0;
        transform: scale(3);
    }
}
@keyframes bawServicesLogoBreathe {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.03);
    }
}
@keyframes bawServicesSheenRun {
    0%,
    30% {
        transform: translateX(-120%);
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    70%,
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

/* ---------- Página interna do serviço (detalhe) ---------- */
/* ---------- service-details.html: hero — duas fotos 300×333 sobrepostas ---------- */
.baw-service-detail-intro {
    position: relative;
    background: #fff;
}
/* Base = mobile; desktop em @media (min-width: 992px) */
.baw-service-detail-intro__visual {
    position: relative;
    max-width: 100%;
    margin: 0 auto 44px;
    padding: 28px 14px 80px 52px;
}
.baw-service-detail-intro__brand {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Monda', sans-serif;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px #e55235;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}
.baw-service-detail-intro__img--1 .baw-service-detail-intro__brand {
    position: absolute;
    right: 100%;
    left: auto;
    top: 50%;
    transform: translateY(calc(-50% - 16px)) scaleY(0.9);
    transform-origin: center center;
    margin-right: -10px;
    z-index: 7;
}
.baw-service-detail-intro__images {
    position: relative;
    display: block;
    z-index: 1;
    min-height: 348px;
    padding-bottom: 44px;
}
.baw-service-detail-intro__images--single {
    min-height: 0;
    padding-bottom: 80px;
}
.baw-service-detail-intro__images--single .baw-service-detail-intro__img--1 {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
}
.baw-service-detail-intro__images--single .baw-service-detail-intro__img--1 .baw-service-detail-intro__brand {
    margin-right: -10px;
    transform: translateY(calc(-50% - 16px)) scaleY(0.9);
}
.baw-service-detail-intro__img {
    margin: 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.1);
}
.baw-service-detail-intro__img img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 333px;
    object-fit: cover;
}
/* Foto de trás: esquerda / mais baixa (300×333) */
.baw-service-detail-intro__img--2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: calc(100% - 62px);
    z-index: 2;
}
.baw-service-detail-intro__img--1 {
    position: absolute;
    right: 154px;
    top: -69px;
    width: 300px;
    max-width: calc(100% - 62px);
    z-index: 3;
    overflow: visible;
}
/* Dentro de img--1: borda direita da foto, base alinhada ao topo do badge (bottom: 80px) */
.baw-service-detail-intro__tag-wrap {
    position: absolute;
    right: 28px;
    top: auto;
    bottom: 93px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    z-index: 6;
    max-height: none;
    pointer-events: none;
}
.baw-service-detail-intro__tag-wrap::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e4492e;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.baw-service-detail-intro__vertical-tag {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    font-family: 'Monda', 'Manrope', sans-serif;
    text-transform: none;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    padding: 0;
    margin: 0;
    width: max-content;
}
.baw-service-detail-intro__badge {
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e55235;
    color: #fff;
    z-index: 5;
    text-align: center;
    box-shadow: 0 10px 28px rgba(229, 82, 53, 0.4);
}
.baw-service-detail-intro__badge-num {
    font-family: 'Monda', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}
.baw-service-detail-intro__badge-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 8px;
    opacity: 0.95;
}
.baw-service-detail-intro__content {
    padding: 36px 0 0;
}
.baw-service-detail-intro__overtitle.baw-servicos-intro__sub {
    border-bottom-color: #e4492e;
    color: #6b6866;
    margin-bottom: 24px;
    font-size: 15px;
}
.baw-service-detail-intro__content h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 16px;
}
.baw-service-detail-intro__lead {
    font-size: 19px;
    line-height: 1.45;
    font-weight: 600;
    color: #e55235;
    margin: 0 0 24px;
}
.baw-service-detail-intro__body {
    margin: 0 0 0;
    color: #6b6866;
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
}
.baw-service-detail-intro__content .baw-service-detail-intro__body::after {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    max-width: 100vw;
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 28px;
    margin-bottom: 28px;
    /* Metade esquerda transparente, direita desenhada; 50% = centro do ecrã (igual à linha vertical) */
    background: linear-gradient(to right, transparent 0 50%, #dad9d7 50% 100%);
    background-attachment: fixed;
    pointer-events: none;
}
.baw-servicos-cta.baw-servicos-cta--solid {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    padding: 14px 22px 14px 28px;
    background: #e55235;
    color: #fff !important;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(229, 82, 53, 0.3);
}
.baw-servicos-cta.baw-servicos-cta--solid:hover {
    background: #c73d28;
    color: #fff !important;
}
.baw-servicos-cta.baw-servicos-cta--solid .baw-servicos-cta__ico {
    background: #fff;
    color: #e55235;
}
.baw-servicos-cta.baw-servicos-cta--solid:hover .baw-servicos-cta__ico {
    background: #fff;
    color: #c73d28;
}

/* Colunas empilhadas (< lg): bloco visual centralizado na horizontal */
@media only screen and (max-width: 991.98px) {
    .baw-service-detail-intro__visual {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        padding: 28px 14px 80px 14px;
    }
    .baw-service-detail-intro__images {
        margin-left: auto;
        margin-right: auto;
        width: min(100%, 380px);
    }
}

@media only screen and (min-width: 992px) {
    .baw-service-detail-intro__visual {
        max-width: 620px;
        margin-bottom: 0;
        padding: 36px 10px 108px 36px;
    }
    .baw-service-detail-intro__images {
        min-height: 372px;
    }
    .baw-service-detail-intro__images--single {
        min-height: 0;
    }
    .baw-service-detail-intro__images--single .baw-service-detail-intro__img--1 .baw-service-detail-intro__brand {
        margin-right: -18px;
        transform: translateY(calc(-50% - 24px)) scaleY(0.9);
    }
    .baw-service-detail-intro__img--1 {
        right: 152px;
        top: -76px;
    }
    .baw-service-detail-intro__img--1 .baw-service-detail-intro__brand {
        margin-right: -18px;
        transform: translateY(calc(-50% - 24px)) scaleY(0.9);
    }
    .baw-service-detail-intro__content {
        padding: 10px 0 0 40px;
    }
    .baw-service-detail-intro__content h2 {
        font-size: 48px;
    }
    .baw-service-detail-intro__body {
        text-align: justify;
        text-justify: inter-word;
    }
}

/* ---------- service-details.html: linha vertical ao centro (só conteúdo; sem header/menu/footer) ---------- */
.page-service-details .baw-service-detail-vline-wrap {
    position: relative;
    z-index: 0;
}
.page-service-details .baw-service-detail-vline-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(20, 20, 23, 0.08);
    z-index: 8;
    pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
    .page-service-details .baw-service-detail-vline-wrap::before {
        content: none;
        display: none;
    }
    .baw-service-detail-intro__content .baw-service-detail-intro__body::after {
        display: none;
    }
}

/* ---------- service-details.html: grade 2×2 (referência xadrez) ---------- */
.baw-service-detail-quad {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background: #fff;
    overflow-x: hidden;
}
/* Rodapé logo abaixo na pilha para o corte na junção não esconder a grade */
.baw-service-detail-quad + .main-footer {
    z-index: 1;
}
.baw-service-detail-quad.sec-pad {
    padding-top: 56px;
    padding-bottom: 0;
}
.baw-service-detail-quad__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(160px, auto) minmax(160px, auto);
    gap: 0;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 992px) {
    .baw-service-detail-quad > .auto-container {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .baw-service-detail-quad__grid {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        grid-template-columns: 50vw 50vw;
    }
}
.baw-service-detail-quad__cell {
    position: relative;
    min-height: 160px;
}
.baw-service-detail-quad__cell--media {
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .baw-service-detail-quad__grid > .baw-service-detail-quad__cell--media:first-child {
        z-index: 2;
        overflow: visible;
    }
    .baw-service-detail-quad__grid
        > .baw-service-detail-quad__cell--media:first-child
        .baw-service-detail-quad__figure {
        overflow: hidden;
    }
}
.baw-service-detail-quad__cell--highlight,
.baw-service-detail-quad__cell--body {
    background: #fff;
}
.baw-service-detail-quad__figure {
    margin: 0;
    height: 100%;
    min-height: 160px;
}
.baw-service-detail-quad__figure img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
    .baw-service-detail-quad__grid
        > .baw-service-detail-quad__cell--media:first-child
        .baw-service-detail-quad__figure
        img {
        object-position: left center;
    }
    .baw-service-detail-quad__cell--media-b .baw-service-detail-quad__figure img {
        object-position: right center;
    }
}
.baw-service-detail-quad__play {
    position: absolute;
    z-index: 3;
    left: 100%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.baw-service-detail-quad__play a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #e55235;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition: background 0.25s ease;
}
.baw-service-detail-quad__play a:hover {
    background: #c73d28;
    color: #fff !important;
}
.baw-service-detail-quad__play i {
    font-size: 20px;
    line-height: 1;
    margin-left: 4px;
}
.baw-service-detail-quad__cell--highlight {
    padding: 48px 44px;
    display: flex;
    align-items: center;
}
.baw-service-detail-quad__inner {
    position: relative;
    z-index: 2;
    max-width: 520px;
}
.baw-service-detail-quad__watermark {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(48%, 240px);
    height: min(46vw, 260px);
    max-height: 90%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.09;
    pointer-events: none;
}
.baw-service-detail-quad__quote {
    color: #e55235;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 18px;
}
.baw-service-detail-quad__title {
    font-family: 'Monda', sans-serif;
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 1.2;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 12px;
}
.baw-service-detail-quad__subtitle {
    font-family: 'Monda', 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0 0 8px;
}
.baw-service-detail-quad__meta {
    display: block;
    font-size: 14px;
    color: #e55235;
}
.baw-service-detail-quad__cell--body {
    padding: 48px 44px;
    display: flex;
    align-items: center;
}
/* Mesma tipografia que .baw-service-detail-intro__body (service-details) */
.baw-service-detail-quad__text-inner p {
    margin: 0 0 0.9em;
    font-size: 17px;
    line-height: 1.75;
    color: #6b6866;
    text-align: left;
}
.baw-service-detail-quad__text-inner p:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .baw-service-detail-quad__text-inner p {
        text-align: justify;
        text-justify: inter-word;
    }
}
.baw-service-detail-quad__cell--media-b .baw-service-detail-quad__accent {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(72px, 22%, 130px);
    height: clamp(48px, 12vw, 76px);
    background: #e55235;
    z-index: 2;
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .baw-service-detail-quad.sec-pad {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .baw-service-detail-quad__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .baw-service-detail-quad__cell {
        min-height: 0;
    }
    .baw-service-detail-quad__figure {
        min-height: 160px;
    }
    .baw-service-detail-quad__figure img {
        min-height: 160px;
    }
    .baw-service-detail-quad__play {
        left: auto;
        right: 20px;
        transform: translateY(-50%);
    }
    .baw-service-detail-quad__cell--highlight,
    .baw-service-detail-quad__cell--body {
        padding: 36px 24px;
    }
}
