/* ======================================================
   15 — SERVIÇOS FULL SERVICE
   CSS WEB / CARDS PREMIUM
====================================================== */

.pba-fs-section {
    padding: 50px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(244, 128, 52, 0.08), transparent 27%),
        var(--pba-white);
}

.pba-fs-shell {
    width: 100%;
}

/* ======================================================
   ABERTURA
====================================================== */

.pba-fs-intro {
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
    gap: 32px;
    align-items: stretch;
}

.pba-fs-intro-copy {
    padding: 18px 0;
}

.pba-fs-tag {
    width: fit-content;
    margin-bottom: 18px;
    padding: 9px 14px;
    display: inline-flex;
    color: var(--pba-orange);
    background: rgba(244, 128, 52, 0.08);
    border: 1px solid rgba(244, 128, 52, 0.16);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pba-fs-intro-copy h2 {
    max-width: 980px;
    margin: 0 0 18px;
    color: var(--pba-dark);
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.03;
    letter-spacing: -1.6px;
}

.pba-fs-intro-copy p {
    max-width: 860px;
    margin: 0;
    color: var(--pba-muted);
    font-size: 17px;
    line-height: 1.72;
    text-align: left;
    text-align-last: left;
    hyphens: none;
}

.pba-fs-summary {
    min-height: 100%;
    padding: 38px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--pba-white);
    background:
        radial-gradient(circle at 88% 12%, rgba(244, 128, 52, 0.34), transparent 34%),
        linear-gradient(145deg, var(--pba-dark), #292929);
    border-radius: 32px;
    box-shadow: var(--pba-shadow-md);
}

.pba-fs-summary::before {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    top: -100px;
    right: -85px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.pba-fs-summary > span {
    width: fit-content;
    margin-bottom: 16px;
    padding: 9px 14px;
    position: relative;
    z-index: 2;
    color: var(--pba-orange);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pba-fs-summary > strong {
    position: relative;
    z-index: 2;
    color: var(--pba-white);
    font-size: clamp(23px, 2.1vw, 34px);
    line-height: 1.15;
}

.pba-fs-summary-tags {
    margin-top: 26px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.pba-fs-summary-tags span {
    padding: 9px 13px;
    color: var(--pba-gray);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
}

/* ======================================================
   ABAS
====================================================== */

.pba-fs-filters {
    margin-bottom: 20px;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    background: var(--pba-light);
    border: 1px solid var(--pba-border);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035);
}

.pba-fs-filter {
    min-height: 58px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    color: var(--pba-dark);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 16px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    text-align: left;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.pba-fs-filter small {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pba-muted);
    background: var(--pba-white);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.pba-fs-filter:hover {
    color: var(--pba-orange);
    background: rgba(244, 128, 52, 0.06);
    border-color: rgba(244, 128, 52, 0.13);
    transform: translateY(-2px);
}

.pba-fs-filter.is-active {
    color: var(--pba-white);
    background: var(--pba-orange);
    border-color: var(--pba-orange);
    box-shadow: 0 14px 30px rgba(244, 128, 52, 0.24);
}

.pba-fs-filter.is-active small {
    color: var(--pba-orange);
    background: var(--pba-white);
}

.pba-fs-filter:focus-visible {
    outline: 3px solid rgba(244, 128, 52, 0.22);
    outline-offset: 2px;
}

/* ======================================================
   BARRA DE RESULTADOS
====================================================== */

.pba-fs-results-bar {
    margin-bottom: 26px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pba-fs-results-bar > div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--pba-orange);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pba-fs-results-bar > div > strong {
    color: var(--pba-dark);
    font-size: 18px;
    line-height: 1.25;
}

.pba-fs-results-count {
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pba-muted);
    background: var(--pba-light);
    border: 1px solid var(--pba-border);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
}

.pba-fs-results-count strong {
    color: var(--pba-orange);
    font-size: 14px;
}

/* ======================================================
   GRID
====================================================== */

.pba-fs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.pba-fs-card {
    min-width: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--pba-white);
    border: 1px solid var(--pba-border);
    border-radius: 28px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.055);
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.pba-fs-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pba-fs-card:hover {
    transform: translateY(-9px);
    border-color: rgba(244, 128, 52, 0.34);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.11);
}

.pba-fs-card[hidden] {
    display: none !important;
}

/* ======================================================
   FOTO DO CARD
====================================================== */

.pba-fs-card-media {
    height: 205px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(244, 128, 52, 0.18), rgba(21, 21, 21, 0.05)),
        var(--pba-light);
}

.pba-fs-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(21, 21, 21, 0.02),
            rgba(21, 21, 21, 0.4)
        );
    pointer-events: none;
}

.pba-fs-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.4s ease;
}

.pba-fs-card:hover .pba-fs-card-media img {
    transform: scale(1.07);
    filter: saturate(1.06) contrast(1.02);
}

.pba-fs-card-media figcaption {
    position: absolute;
    right: 16px;
    bottom: 15px;
    left: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pba-fs-card-media figcaption span {
    padding: 8px 11px;
    color: var(--pba-white);
    background: rgba(21, 21, 21, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.pba-fs-card-media figcaption strong {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pba-dark);
    background: var(--pba-white);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
    font-size: 11px;
    font-weight: 900;
}

/* ======================================================
   CONTEÚDO DO CARD
====================================================== */

.pba-fs-card-body {
    min-height: 390px;
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.pba-fs-kicker {
    margin-bottom: 8px;
    color: var(--pba-orange);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.pba-fs-card h3 {
    margin: 0 0 12px;
    color: var(--pba-dark);
    font-size: 22px;
    line-height: 1.16;
}

.pba-fs-card-body > p {
    margin: 0;
    color: var(--pba-muted);
    font-size: 13px;
    line-height: 1.64;
    text-align: left;
    text-align-last: left;
    hyphens: none;
}

.pba-fs-card-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0 17px;
    background: var(--pba-border);
}

.pba-fs-card-includes {
    margin-bottom: 12px;
    color: var(--pba-dark);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.pba-fs-card-features {
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 9px;
    list-style: none;
}

.pba-fs-card-features li {
    padding-left: 20px;
    position: relative;
    color: var(--pba-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42;
}

.pba-fs-card-features li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background: var(--pba-orange);
    box-shadow: 0 0 0 4px rgba(244, 128, 52, 0.1);
}

.pba-fs-card-action {
    margin-top: auto;
    padding-top: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--pba-dark);
    border-top: 1px solid var(--pba-border);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.25s ease,
        gap 0.25s ease;
}

.pba-fs-card-action span {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pba-white);
    background: var(--pba-dark);
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.pba-fs-card-action:hover {
    color: var(--pba-orange);
}

.pba-fs-card-action:hover span {
    background: var(--pba-orange);
    transform: translateX(3px);
}

/* ======================================================
   GUIAS
====================================================== */

.pba-fs-guides {
    margin-top: 42px;
    padding: 38px;
    color: var(--pba-white);
    background: var(--pba-dark);
    border-radius: 30px;
    box-shadow: var(--pba-shadow-md);
}

.pba-fs-guides-heading {
    margin-bottom: 24px;
}

.pba-fs-guides-heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--pba-orange);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pba-fs-guides-heading h3 {
    margin: 0;
    color: var(--pba-white);
    font-size: clamp(25px, 2.5vw, 39px);
    line-height: 1.1;
}

.pba-fs-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.pba-fs-guides-grid a {
    min-height: 155px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    color: var(--pba-white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    text-decoration: none;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.pba-fs-guides-grid a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(244, 128, 52, 0.35);
    transform: translateY(-5px);
}

.pba-fs-guides-grid a > span {
    margin-bottom: 20px;
    color: var(--pba-orange);
    font-size: 11px;
    font-weight: 900;
}

.pba-fs-guides-grid strong {
    margin-bottom: 8px;
    color: var(--pba-white);
    font-size: 15px;
    line-height: 1.35;
}

.pba-fs-guides-grid small {
    margin-top: auto;
    color: var(--pba-gray);
    font-size: 11px;
    line-height: 1.45;
}

/* ======================================================
   CTA FINAL
====================================================== */

.pba-fs-cta {
    margin-top: 24px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(244, 128, 52, 0.1),
            rgba(244, 128, 52, 0.025)
        );
    border: 1px solid rgba(244, 128, 52, 0.18);
    border-radius: 26px;
}

.pba-fs-cta > div {
    max-width: 950px;
}

.pba-fs-cta > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--pba-orange);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.pba-fs-cta strong {
    display: block;
    margin-bottom: 7px;
    color: var(--pba-dark);
    font-size: 20px;
    line-height: 1.3;
}

.pba-fs-cta p {
    margin: 0;
    color: var(--pba-muted);
    font-size: 13px;
    line-height: 1.58;
    text-align: left;
    text-align-last: left;
}

.pba-fs-cta .btn-primary {
    flex-shrink: 0;
    gap: 10px;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .pba-fs-card,
    .pba-fs-card-media img,
    .pba-fs-filter,
    .pba-fs-card-action span,
    .pba-fs-guides-grid a {
        transition-duration: 0.01ms !important;
    }
}

/* ======================================================
   16 — MODAIS DOS SERVIÇOS
====================================================== */

/* Botão de abertura do modal dentro do card */
button.pba-fs-card-action {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: inherit;
    text-align: left;
}

button.pba-fs-card-action:focus-visible {
    outline: 3px solid rgba(244, 128, 52, 0.24);
    outline-offset: 4px;
    border-radius: 10px;
}

/* Bloqueio da página quando um modal estiver aberto */
body.pba-service-modal-lock {
    overflow: hidden;
}

.pba-service-modals {
    position: relative;
    z-index: 3000;
}

.pba-service-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;

    padding: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.28s ease,
        visibility 0.28s ease;
}

.pba-service-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pba-service-modal[hidden] {
    display: none !important;
}

/* Fundo escuro */
.pba-service-modal-backdrop {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 16% 12%,
            rgba(244, 128, 52, 0.22),
            transparent 32%
        ),
        rgba(10, 10, 10, 0.76);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* Caixa principal */
.pba-service-modal-dialog {
    width: min(1180px, 100%);
    max-height: calc(100vh - 68px);

    position: relative;
    z-index: 2;

    overflow: auto;

    background: var(--pba-white);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 34px;

    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.38),
        0 12px 34px rgba(0, 0, 0, 0.16);

    opacity: 0;
    transform: translateY(24px) scale(0.965);

    transition:
        opacity 0.3s ease,
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);

    scrollbar-width: thin;
    scrollbar-color: rgba(244, 128, 52, 0.6) transparent;
}

.pba-service-modal.is-open .pba-service-modal-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.pba-service-modal-dialog::-webkit-scrollbar {
    width: 9px;
}

.pba-service-modal-dialog::-webkit-scrollbar-track {
    background: transparent;
}

.pba-service-modal-dialog::-webkit-scrollbar-thumb {
    background: rgba(244, 128, 52, 0.52);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

/* Botão fechar */
.pba-service-modal-close {
    width: 48px;
    height: 48px;

    position: sticky;
    top: 18px;
    left: calc(100% - 66px);
    z-index: 8;

    margin-bottom: -48px;

    display: flex;
    align-items: center;
    justify-content: center;

    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

    color: var(--pba-dark);
    background: rgba(255, 255, 255, 0.94);

    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 50%;

    font-family: inherit;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);

    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pba-service-modal-close:hover {
    color: var(--pba-white);
    background: var(--pba-orange);
    border-color: var(--pba-orange);
    transform: rotate(6deg) scale(1.04);
    box-shadow: 0 16px 34px rgba(244, 128, 52, 0.3);
}

.pba-service-modal-close:focus-visible {
    outline: 3px solid rgba(244, 128, 52, 0.3);
    outline-offset: 3px;
}

/* Área onde cada include PHP será carregado */
.pba-service-modal-content {
    width: 100%;
    min-height: 420px;
    padding: 0;
    position: relative;
}

/* Estrutura padrão opcional para os arquivos incluídos */
.pba-service-modal-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    min-height: 620px;
}

.pba-service-modal-visual {
    min-height: 620px;
    position: relative;
    overflow: hidden;
    background: var(--pba-dark);
}

.pba-service-modal-visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pba-service-modal-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(21, 21, 21, 0.76),
            rgba(21, 21, 21, 0.05) 58%
        );
    pointer-events: none;
}

.pba-service-modal-visual-copy {
    position: absolute;
    right: 34px;
    bottom: 34px;
    left: 34px;
    z-index: 2;
    color: var(--pba-white);
}

.pba-service-modal-visual-copy span {
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 12px;
    display: inline-flex;
    color: var(--pba-white);
    background: rgba(244, 128, 52, 0.92);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.pba-service-modal-visual-copy strong {
    display: block;
    color: var(--pba-white);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.06;
}

.pba-service-modal-body {
    padding: 72px 58px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pba-service-modal-body > span,
.pba-service-modal-eyebrow {
    width: fit-content;
    margin-bottom: 14px;
    color: var(--pba-orange);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pba-service-modal-body h2,
.pba-service-modal-body h3 {
    margin: 0 0 18px;
    color: var(--pba-dark);
    font-size: clamp(32px, 3.6vw, 54px);
    line-height: 1.04;
    letter-spacing: -1.1px;
}

.pba-service-modal-body p {
    margin: 0 0 24px;
    color: var(--pba-muted);
    font-size: 16px;
    line-height: 1.72;
    text-align: left;
    text-align-last: left;
    hyphens: none;
}

.pba-service-modal-body ul {
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.pba-service-modal-body li {
    padding-left: 25px;
    position: relative;
    color: var(--pba-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.pba-service-modal-body li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background: var(--pba-orange);
    box-shadow: 0 0 0 5px rgba(244, 128, 52, 0.1);
}

.pba-service-modal-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.pba-service-modal-actions .btn-primary {
    min-height: 54px;
}

/* Conteúdo genérico inserido sem classes específicas */
.pba-service-modal-content > section,
.pba-service-modal-content > article,
.pba-service-modal-content > div:not(.pba-service-modal-layout) {
    padding: 72px 58px 54px;
}

.pba-service-modal-content h1,
.pba-service-modal-content h2,
.pba-service-modal-content h3 {
    color: var(--pba-dark);
}

.pba-service-modal-content a {
    color: inherit;
}

/* ======================================================
   RESPONSIVO DOS MODAIS
====================================================== */

@media (max-width: 980px) {
    .pba-service-modal {
        padding: 22px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .pba-service-modal-dialog {
        max-height: none;
        margin: 22px auto;
        border-radius: 28px;
    }

    .pba-service-modal-layout {
        grid-template-columns: 1fr;
    }

    .pba-service-modal-visual {
        min-height: 380px;
    }

    .pba-service-modal-body {
        padding: 48px 40px 42px;
    }

    .pba-service-modal-content > section,
    .pba-service-modal-content > article,
    .pba-service-modal-content > div:not(.pba-service-modal-layout) {
        padding: 48px 40px 42px;
    }
}

@media (max-width: 620px) {
    .pba-service-modal {
        padding: 10px;
    }

    .pba-service-modal-dialog {
        width: 100%;
        margin: 10px auto;
        border-radius: 23px;
    }

    .pba-service-modal-close {
        width: 42px;
        height: 42px;
        top: 12px;
        left: calc(100% - 54px);
        margin-bottom: -42px;
        font-size: 26px;
    }

    .pba-service-modal-visual {
        min-height: 290px;
    }

    .pba-service-modal-visual-copy {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .pba-service-modal-body {
        padding: 42px 24px 30px;
    }

    .pba-service-modal-body h2,
    .pba-service-modal-body h3 {
        font-size: clamp(28px, 9vw, 40px);
        letter-spacing: -0.7px;
    }

    .pba-service-modal-body p {
        font-size: 15px;
        line-height: 1.64;
    }

    .pba-service-modal-content > section,
    .pba-service-modal-content > article,
    .pba-service-modal-content > div:not(.pba-service-modal-layout) {
        padding: 42px 24px 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pba-service-modal,
    .pba-service-modal-dialog,
    .pba-service-modal-close {
        transition-duration: 0.01ms !important;
    }
}


/* ======================================================
   PRODUÇÃO GRÁFICA — CARD ÚNICO / GRÁFICA ONLINE
====================================================== */

.pba-fs-card--grafica-online {
    grid-column: 1 / -1;
    min-height: 430px;
    padding: 46px 48px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    color: var(--pba-white);
    background:
        linear-gradient(90deg, rgba(18, 18, 18, 0.92) 0%, rgba(18, 18, 18, 0.84) 39%, rgba(18, 18, 18, 0.48) 59%, rgba(18, 18, 18, 0.10) 100%),
        linear-gradient(135deg, rgba(244, 128, 52, 0.24), rgba(0, 0, 0, 0.04)),
        url("../../img/servicos/grafica-online-background.webp") center center / cover no-repeat;
    border: 0;
    border-radius: 34px;
    box-shadow: 0 26px 76px rgba(50, 50, 50, 0.20), 0 10px 28px rgba(0, 0, 0, 0.12);
}

.pba-fs-card--grafica-online::before,
.pba-fs-card--grafica-online::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.pba-fs-card--grafica-online::before {
    width: 300px;
    height: 300px;
    top: -135px;
    right: -105px;
}

.pba-fs-card--grafica-online::after {
    width: 210px;
    height: 210px;
    left: -95px;
    bottom: -100px;
    border-color: rgba(255, 255, 255, 0.15);
}

.pba-fs-grafica-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 1010px);
}

.pba-fs-card--grafica-online .pba-fs-kicker {
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 13px;
    color: var(--pba-white);
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
}

.pba-fs-card--grafica-online h3 {
    max-width: 840px;
    margin: 0 0 16px;
    color: var(--pba-white);
    font-size: clamp(36px, 4vw, 62px);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.pba-fs-card--grafica-online p {
    max-width: 900px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.66;
}

.pba-fs-grafica-categorias {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.pba-fs-grafica-categoria {
    min-height: 39px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pba-white);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s ease, transform 0.25s ease;
}

.pba-fs-grafica-categoria:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-2px);
}

.pba-fs-grafica-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.pba-fs-grafica-btn {
    min-height: 56px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--pba-orange);
    background: var(--pba-white);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pba-fs-grafica-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
}

.pba-fs-grafica-actions small {
    max-width: 400px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.pba-fs-grafica-actions small strong {
    color: var(--pba-white);
}


/* ======================================================
   DESTAQUE DA PRODUÇÃO GRÁFICA E NOVAS AÇÕES
====================================================== */

.pba-fs-filter--featured {
    border-color: rgba(244, 128, 52, 0.34);
    box-shadow: inset 0 0 0 1px rgba(244, 128, 52, 0.06);
}

.pba-fs-filter--featured:not(.is-active) span {
    color: var(--pba-orange);
}

button.pba-fs-grafica-btn {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid transparent;
    font-family: inherit;
}

.pba-fs-grafica-btn--quote {
    color: var(--pba-white);
    background: var(--pba-orange);
    border-color: var(--pba-orange);
    box-shadow: 0 18px 40px rgba(244, 128, 52, 0.28);
}

.pba-fs-grafica-btn--quote:hover {
    color: var(--pba-white);
    background: #dc681f;
    border-color: #dc681f;
    box-shadow: 0 23px 48px rgba(244, 128, 52, 0.34);
}

.pba-fs-grafica-btn--catalog {
    color: var(--pba-white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: none;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.pba-fs-grafica-btn--catalog:hover {
    color: var(--pba-white);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}
