
:root {
    --phc-blue: #0d43bf;
    --phc-blue-dark: #092b72;
    --phc-text: #28323b;
    --phc-muted: #5d6873;
    --phc-border: #d7e0ea;
    --phc-soft: #f4f7fb;
}

.phc-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.phc-section, .phc-section *, .phc-service-page, .phc-service-page * {
    box-sizing: border-box;
}

.phc-section { padding: 38px 0; }
.phc-services { background: #fff; }
.phc-resources, .phc-section-soft { background: var(--phc-soft); }

.phc-eyebrow {
    margin: 0 0 9px;
    color: var(--phc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.phc-section h2, .phc-service-page h2 {
    max-width: 820px;
    margin: 0;
    color: var(--phc-text);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.phc-intro {
    max-width: 800px;
    margin: 14px 0 0;
    color: var(--phc-muted);
    font-size: 16px;
    line-height: 1.58;
}

.phc-grid {
    display: grid;
    gap: 15px;
    margin-top: 24px;
}

.phc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.phc-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.phc-card, .phc-resource-card {
    padding: 22px;
    border: 1px solid var(--phc-border);
    border-radius: 16px;
    background: #fff;
}

.phc-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: rgba(13,67,191,.09);
    color: var(--phc-blue);
    font-size: 11px;
    font-weight: 800;
}

.phc-card h3, .phc-resource-card h3 {
    margin: 0 0 9px;
    color: var(--phc-text);
    font-size: 19px;
    line-height: 1.3;
}

.phc-card p, .phc-resource-card p {
    margin: 0;
    color: var(--phc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.phc-card a, .phc-resource-card a {
    display: inline-block;
    margin-top: 15px;
    color: var(--phc-blue);
    font-weight: 800;
    text-decoration: none;
}

/* Navegação segura */
.phc-explore {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.phc-explore-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 0;
}

.phc-explore-button span {
    display: inline-block;
    margin-left: 5px;
    transition: transform .18s ease;
}

.phc-explore.phc-open .phc-explore-button span {
    transform: rotate(180deg);
}

.phc-explore-panel {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 10px);
    left: 50%;
    width: 520px;
    padding: 17px;
    transform: translateX(-50%);
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    border: 1px solid var(--phc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(12,34,64,.14);
}

.phc-explore-panel:not([hidden]) {
    display: grid;
}

.phc-explore-group strong {
    display: block;
    margin-bottom: 6px;
    color: var(--phc-blue);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.phc-explore-group a {
    display: block;
    padding: 8px 9px;
    border-radius: 7px;
    color: var(--phc-text) !important;
    font-size: 14px;
    text-decoration: none !important;
}

.phc-explore-group a:hover {
    background: var(--phc-soft);
    color: var(--phc-blue) !important;
}

/* Service pages */
.phc-service-page { color: var(--phc-text); background: #fff; }

.phc-service-hero {
    padding: 46px 0;
    background:
        radial-gradient(circle at 88% 20%, rgba(13,67,191,.09), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.phc-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 44px;
    align-items: center;
}

.phc-service-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--phc-text);
    font-size: clamp(40px, 5.5vw, 62px);
    line-height: 1.03;
    letter-spacing: -.04em;
}

.phc-service-lead {
    max-width: 760px;
    margin: 17px 0 22px;
    color: var(--phc-muted);
    font-size: 18px;
    line-height: 1.58;
}

.phc-service-aside {
    padding: 26px;
    border-radius: 18px;
    background: #071f46;
    color: #fff;
}

.phc-service-aside strong, .phc-service-aside span { display: block; }
.phc-service-aside strong { font-size: 23px; line-height: 1.3; }
.phc-service-aside span { margin-top: 14px; color: rgba(255,255,255,.7); line-height: 1.5; }

.phc-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border-radius: 9px;
    background: var(--phc-blue);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.phc-process, .phc-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.phc-process span, .phc-topic-list span {
    padding: 9px 13px;
    border: 1px solid var(--phc-border);
    border-radius: 999px;
    background: #fff;
    color: var(--phc-blue-dark);
    font-size: 14px;
    font-weight: 700;
}

.phc-service-final {
    padding: 42px 0;
    background: #071f46;
    color: #fff;
    text-align: center;
}

.phc-service-final .phc-eyebrow { color: #9ebcff; }
.phc-service-final h2 { margin-right: auto; margin-left: auto; color: #fff; }
.phc-button-light { margin-top: 20px; background: #fff; color: var(--phc-blue-dark) !important; }

@media (max-width: 960px) {
    .phc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .phc-service-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .phc-explore {
        display: block;
        width: 100%;
    }

    .phc-explore-button {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .phc-explore-button span {
        position: absolute;
        right: 0;
    }

    .phc-explore-panel {
        position: static;
        width: 100%;
        margin-top: 6px;
        padding: 10px 0 5px 14px;
        transform: none;
        grid-template-columns: 1fr;
        gap: 10px;
        border: 0;
        border-left: 2px solid var(--phc-border);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .phc-explore-group a {
        padding: 7px 8px;
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    .phc-shell { width: min(100% - 24px, 1120px); }
    .phc-section { padding: 30px 0; }
    .phc-grid-3, .phc-grid-4 { grid-template-columns: 1fr; }
    .phc-service-hero { padding: 32px 0; }
    .phc-service-hero h1 { font-size: clamp(34px, 10vw, 46px); }
    .phc-service-lead { font-size: 16px; }
    .phc-button { width: 100%; }
}


/* =========================================================
   v1.0.5 — Serviços e Recursos / uma instância visível
   ========================================================= */

.phc-explore-slot {
    display: inline-flex;
    align-items: center;
}

.phc-explore-button {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .phc-explore-slot {
        display: block !important;
        width: 100% !important;
    }

    .phc-explore {
        display: block !important;
        width: 100% !important;
    }

    .phc-explore-button {
        position: relative !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    .phc-explore-button span {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .phc-explore.phc-open .phc-explore-button span {
        transform: translateY(-50%) rotate(180deg);
    }
}


/* =========================================================
   v1.0.6 — clique estável + menu interno simplificado
   ========================================================= */

.phc-explore-slot {
    display: inline-flex;
    align-items: center;
}

.phc-explore-button {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .phc-explore-slot {
        display: block !important;
        width: 100% !important;
    }

    .phc-explore {
        display: block !important;
        width: 100% !important;
    }

    .phc-explore-button {
        position: relative !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    .phc-explore-button span {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .phc-explore.phc-open .phc-explore-button span {
        transform: translateY(-50%) rotate(180deg);
    }

    .phc-explore-panel {
        position: static !important;
        width: 100% !important;
        margin-top: 4px !important;
        padding: 10px 0 5px 14px !important;
        transform: none !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        border: 0 !important;
        border-left: 2px solid var(--phc-border) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .phc-explore-group a {
        padding: 7px 8px !important;
        font-size: 15px !important;
        white-space: normal !important;
    }
}


/* =========================================================
   v1.0.7 — Header mobile global para páginas internas
   ========================================================= */

.phc-global-mobile-header {
    display: none;
}

@media (max-width: 900px) {
    body:not(.home):not(.front-page) .phc-original-mobile-header-hidden {
        display: none !important;
    }

    body:not(.home):not(.front-page) [data-phc-mobile-header-mounted] {
        display: block;
    }

    body:not(.home):not(.front-page) .phc-global-mobile-header {
        display: block;
        position: relative;
        z-index: 9990;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #d7e0ea;
    }

    .phc-global-mobile-bar {
        display: flex;
        width: 100%;
        min-height: 92px;
        padding: 14px 24px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        background: #fff;
    }

    .phc-global-mobile-logo {
        min-width: 0;
        flex: 1 1 auto;
    }

    .phc-global-mobile-logo .custom-logo-link {
        display: inline-flex;
        align-items: center;
    }

    .phc-global-mobile-logo .custom-logo {
        display: block;
        width: auto;
        max-width: 220px;
        max-height: 62px;
        object-fit: contain;
    }

    .phc-wordmark {
        color: #0d43bf !important;
        font-size: 44px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .04em;
        text-decoration: none !important;
    }

    .phc-global-mobile-toggle {
        flex: 0 0 auto;
        min-width: 120px;
        min-height: 54px;
        padding: 10px 18px;
        border: 1.5px solid #0d43bf;
        border-radius: 12px;
        background: #0d43bf;
        color: #fff;
        font: inherit;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
    }

    .phc-global-mobile-menu {
        width: calc(100% - 32px);
        max-height: calc(100vh - 130px);
        margin: 0 16px 16px;
        padding: 18px 20px;
        overflow-y: auto;
        border: 1px solid #cfd9e5;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(12,34,64,.10);
    }

    .phc-global-mobile-menu[hidden] {
        display: none !important;
    }

    .phc-mobile-primary-link {
        display: block;
        padding: 12px 0;
        color: #28323b !important;
        font-size: 18px;
        font-weight: 800;
        text-decoration: none !important;
    }

    .phc-mobile-services {
        margin: 2px 0;
    }

    .phc-mobile-services-toggle {
        position: relative;
        width: 100%;
        padding: 12px 28px 12px 0;
        border: 0;
        background: transparent;
        color: #28323b;
        font: inherit;
        font-size: 18px;
        font-weight: 800;
        text-align: left;
        cursor: pointer;
    }

    .phc-mobile-services-toggle span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .phc-mobile-services-toggle[aria-expanded="true"] span {
        transform: translateY(-50%) rotate(180deg);
    }

    .phc-mobile-services-panel {
        margin: 2px 0 8px;
        padding: 8px 0 8px 16px;
        border-left: 2px solid #d7e0ea;
    }

    .phc-mobile-services-panel[hidden] {
        display: none !important;
    }

    .phc-mobile-group + .phc-mobile-group {
        margin-top: 12px;
    }

    .phc-mobile-group strong {
        display: block;
        margin-bottom: 5px;
        color: #0d43bf;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .phc-mobile-group a {
        display: block;
        padding: 8px 6px;
        color: #28323b !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        text-decoration: none !important;
    }

    .phc-mobile-cta {
        display: flex;
        min-height: 54px;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        padding: 11px 16px;
        border-radius: 11px;
        background: #0d43bf;
        color: #fff !important;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        text-decoration: none !important;
    }
}

@media (max-width: 420px) {
    .phc-global-mobile-bar {
        min-height: 84px;
        padding: 12px 18px;
    }

    .phc-global-mobile-logo .custom-logo {
        max-width: 200px;
        max-height: 56px;
    }

    .phc-global-mobile-toggle {
        min-width: 105px;
        min-height: 50px;
        padding: 9px 13px;
        font-size: 16px;
    }

    .phc-global-mobile-menu {
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
        padding: 16px 18px;
    }
}


/* =========================================================
   v1.0.8 — Cabeçalho global para TODAS as páginas internas
   ========================================================= */

body:not(.home):not(.front-page) .phc-original-internal-header-hidden {
    display: none !important;
}

body:not(.home):not(.front-page) .phc-global-internal-header {
    position: relative;
    z-index: 9980;
    width: 100%;
    border-bottom: 1px solid #d7e0ea;
    background: #fff;
}

.phc-global-internal-shell {
    display: flex;
    width: min(1210px, calc(100% - 48px));
    min-height: 82px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.phc-global-wordmark {
    flex: 0 0 auto;
    color: #0d43bf !important;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .055em;
    text-decoration: none !important;
}

.phc-global-desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.phc-global-desktop-nav > a,
.phc-global-desktop-services-toggle {
    color: #353e47 !important;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.phc-global-desktop-services {
    position: relative;
}

.phc-global-desktop-services-toggle {
    appearance: none;
    padding: 10px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.phc-global-desktop-services-toggle span {
    display: inline-block;
    margin-left: 5px;
}

.phc-global-desktop-services-toggle[aria-expanded="true"] span {
    transform: rotate(180deg);
}

.phc-global-desktop-services-panel {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 11px);
    left: 50%;
    display: grid;
    width: 520px;
    padding: 18px;
    transform: translateX(-50%);
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(12,34,64,.14);
}

.phc-global-desktop-services-panel[hidden] {
    display: none !important;
}

.phc-global-menu-group strong {
    display: block;
    margin-bottom: 6px;
    color: #0d43bf;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.phc-global-menu-group a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    color: #28323b !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none !important;
}

.phc-global-menu-group a:hover {
    background: #f4f7fb;
    color: #0d43bf !important;
}

.phc-global-desktop-cta {
    display: inline-flex !important;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px !important;
    border-radius: 9px;
    background: #0d43bf;
    color: #fff !important;
}

.phc-global-mobile-toggle,
.phc-global-mobile-menu {
    display: none;
}

@media (max-width: 900px) {
    .phc-global-internal-shell {
        width: 100%;
        min-height: 90px;
        padding: 14px 24px;
        gap: 16px;
    }

    .phc-global-wordmark {
        min-width: 0;
        font-size: 42px;
    }

    .phc-global-desktop-nav {
        display: none !important;
    }

    .phc-global-mobile-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 112px;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        border: 0;
        border-radius: 12px;
        background: #0d43bf;
        color: #fff;
        font: inherit;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
    }

    .phc-global-mobile-menu {
        width: calc(100% - 32px);
        max-height: calc(100vh - 125px);
        margin: 0 16px 16px;
        padding: 18px 20px;
        overflow-y: auto;
        border: 1px solid #cfd9e5;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(12,34,64,.10);
    }

    .phc-global-mobile-menu:not([hidden]) {
        display: block;
    }

    .phc-mobile-primary-link {
        display: block;
        padding: 12px 0;
        color: #28323b !important;
        font-size: 18px;
        font-weight: 800;
        text-decoration: none !important;
    }

    .phc-mobile-services {
        margin: 2px 0;
    }

    .phc-mobile-services-toggle {
        position: relative;
        width: 100%;
        padding: 12px 28px 12px 0;
        border: 0;
        background: transparent;
        color: #28323b;
        font: inherit;
        font-size: 18px;
        font-weight: 800;
        text-align: left;
        cursor: pointer;
    }

    .phc-mobile-services-toggle span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .phc-mobile-services-toggle[aria-expanded="true"] span {
        transform: translateY(-50%) rotate(180deg);
    }

    .phc-mobile-services-panel {
        margin: 2px 0 8px;
        padding: 8px 0 8px 16px;
        border-left: 2px solid #d7e0ea;
    }

    .phc-mobile-services-panel[hidden] {
        display: none !important;
    }

    .phc-mobile-group + .phc-mobile-group {
        margin-top: 12px;
    }

    .phc-mobile-group strong {
        display: block;
        margin-bottom: 5px;
        color: #0d43bf;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .phc-mobile-group a {
        display: block;
        padding: 8px 6px;
        color: #28323b !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        text-decoration: none !important;
    }

    .phc-mobile-cta {
        display: flex;
        min-height: 54px;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        padding: 11px 16px;
        border-radius: 11px;
        background: #0d43bf;
        color: #fff !important;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        text-decoration: none !important;
    }
}

@media (max-width: 420px) {
    .phc-global-internal-shell {
        min-height: 84px;
        padding: 12px 18px;
    }

    .phc-global-wordmark {
        font-size: 38px;
    }

    .phc-global-mobile-toggle {
        min-width: 102px;
        min-height: 50px;
        padding: 9px 12px;
        font-size: 16px;
    }

    .phc-global-mobile-menu {
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
        padding: 16px 18px;
    }
}


/* =========================================================
   v1.0.9 — Correção cromática do header interno no desktop
   ========================================================= */

@media (min-width: 901px) {
    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-desktop-nav > a:not(.phc-global-desktop-cta),

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-desktop-services-toggle {
        color: #3b434b !important;
        -webkit-text-fill-color: #3b434b !important;
    }

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-desktop-nav > a:not(.phc-global-desktop-cta):hover,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-desktop-services-toggle:hover,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-desktop-services-toggle[aria-expanded="true"] {
        color: #0d43bf !important;
        -webkit-text-fill-color: #0d43bf !important;
    }

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta:link,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta:visited,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta:hover,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta:focus,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    a.phc-global-desktop-cta:active {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #0d43bf !important;
        text-decoration: none !important;
    }

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-menu-group a,

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-menu-group a:visited {
        color: #28323b !important;
        -webkit-text-fill-color: #28323b !important;
    }

    body:not(.home):not(.front-page)
    .phc-global-internal-header
    .phc-global-menu-group a:hover {
        color: #0d43bf !important;
        -webkit-text-fill-color: #0d43bf !important;
    }
}


/* =========================================================
   v1.0.10 — Instagram compacto + rodapé global minimalista
   ========================================================= */

.phc-legacy-instagram-hidden,
.phc-legacy-footer-hidden {
    display: none !important;
}

.phc-instagram-strip,
.phc-global-footer,
.phc-instagram-strip *,
.phc-global-footer * {
    box-sizing: border-box;
}

.phc-instagram-strip {
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid #e1e7ef;
    background:
        radial-gradient(circle at 88% 50%, rgba(13,67,191,.07), transparent 28%),
        #f7f9fc;
}

.phc-instagram-shell,
.phc-footer-shell,
.phc-footer-bottom-shell {
    width: min(1210px, calc(100% - 48px));
    margin: 0 auto;
}

.phc-instagram-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.phc-instagram-copy {
    min-width: 0;
}

.phc-instagram-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #0d43bf;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.phc-instagram-copy strong {
    display: block;
    color: #28323b;
    font-size: 22px;
    line-height: 1.15;
}

.phc-instagram-copy p {
    margin: 4px 0 0;
    color: #65707a;
    font-size: 13px;
    line-height: 1.45;
}

.phc-instagram-link {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 190px;
    min-height: 48px;
    padding: 8px 14px;
    align-items: center;
    gap: 10px;
    border: 1px solid #cdd9ea;
    border-radius: 11px;
    background: #fff;
    color: #0d43bf !important;
    text-decoration: none !important;
}

.phc-instagram-link svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.phc-instagram-link span {
    display: flex;
    flex-direction: column;
}

.phc-instagram-link b {
    font-size: 13px;
    line-height: 1.15;
}

.phc-instagram-link small {
    margin-top: 2px;
    color: #65707a;
    font-size: 11px;
}

.phc-footer-main {
    padding: 28px 0 24px;
    background: #34404a;
    color: #fff;
}

.phc-footer-shell {
    display: grid;
    grid-template-columns: 1.4fr 1fr auto;
    gap: 42px;
    align-items: start;
}

.phc-footer-brand strong {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.phc-footer-brand p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.45;
}

.phc-footer-links > span,
.phc-footer-social > span {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.phc-footer-links nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 15px;
}

.phc-footer-links a {
    color: rgba(255,255,255,.78) !important;
    font-size: 13px;
    text-decoration: none !important;
}

.phc-footer-links a:hover {
    color: #fff !important;
}

.phc-footer-icons {
    display: flex;
    gap: 9px;
}

.phc-footer-icons a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
}

.phc-footer-icons a:hover {
    background: rgba(255,255,255,.08);
}

.phc-footer-icons svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.phc-footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #dfe5ec;
    background: #f4f6f8;
}

.phc-footer-bottom-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: #65707a;
    font-size: 10px;
    line-height: 1.4;
}

.phc-footer-legal {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
}

.phc-footer-legal a {
    color: #53606b !important;
    font-size: 10px;
    text-decoration: none !important;
}

.phc-footer-legal a:hover {
    color: #0d43bf !important;
}

@media (max-width: 760px) {
    .phc-instagram-strip {
        padding: 16px 0;
    }

    .phc-instagram-shell,
    .phc-footer-shell,
    .phc-footer-bottom-shell {
        width: min(100% - 32px, 1210px);
    }

    .phc-instagram-shell {
        align-items: flex-start;
        gap: 14px;
    }

    .phc-instagram-copy strong {
        font-size: 18px;
    }

    .phc-instagram-copy p {
        max-width: 440px;
        font-size: 12px;
    }

    .phc-instagram-link {
        min-width: 0;
        min-height: 44px;
        padding: 8px 11px;
    }

    .phc-instagram-link span {
        display: none;
    }

    .phc-footer-main {
        padding: 24px 0 20px;
    }

    .phc-footer-shell {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .phc-footer-brand p {
        margin-top: 5px;
    }

    .phc-footer-links > span,
    .phc-footer-social > span {
        margin-bottom: 7px;
    }

    .phc-footer-bottom-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}


/* =========================================================
   v1.0.11 — remoção da faixa legal/institucional legada
   ========================================================= */

.phc-legacy-legal-hidden {
    display: none !important;
}


/* =========================================================
   v1.0.12 — zonas seguras para widgets flutuantes no rodapé
   ========================================================= */

@media (min-width: 901px) {
    .phc-footer-social {
        padding-right: 92px;
    }

    .phc-footer-bottom-shell {
        padding-right: 92px;
    }
}

@media (max-width: 900px) {
    .phc-footer-bottom {
        min-height: 78px;
        padding-top: 13px;
        padding-bottom: 17px;
    }

    .phc-footer-bottom-shell {
        width: 100%;
        padding-right: 64px;
        padding-left: 64px;
    }

    .phc-footer-bottom-shell > span {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.45;
    }

    .phc-footer-legal {
        width: 100%;
        justify-content: center;
        gap: 8px 12px;
    }

    .phc-footer-legal a {
        line-height: 1.4;
    }
}

@media (max-width: 420px) {
    .phc-footer-bottom {
        min-height: 92px;
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .phc-footer-bottom-shell {
        padding-right: 60px;
        padding-left: 60px;
    }

    .phc-footer-bottom-shell > span,
    .phc-footer-legal a {
        font-size: 9px;
    }

    .phc-footer-legal {
        gap: 6px 10px;
    }
}


/* =========================================================
   v1.0.14 — Treinamentos e Palestras / prova de atuação
   anonimizada
   ========================================================= */

.phc-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}

.phc-experience-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--phc-border);
    border-radius: 17px;
    background: #fff;
}

.phc-experience-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce6f2;
}

.phc-experience-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(7,31,70,.18));
    pointer-events: none;
}

.phc-experience-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phc-experience-copy {
    padding: 20px;
}

.phc-experience-copy h3 {
    margin: 0 0 8px;
    color: var(--phc-text);
    font-size: 19px;
    line-height: 1.3;
}

.phc-experience-copy p {
    margin: 0;
    color: var(--phc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.phc-learning-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.phc-learning-process article {
    position: relative;
    padding: 22px;
    border: 1px solid var(--phc-border);
    border-radius: 16px;
    background: #fff;
}

.phc-learning-process article > span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: rgba(13,67,191,.09);
    color: var(--phc-blue);
    font-size: 11px;
    font-weight: 800;
}

.phc-learning-process h3 {
    margin: 0 0 8px;
    color: var(--phc-text);
    font-size: 18px;
    line-height: 1.3;
}

.phc-learning-process p {
    margin: 0;
    color: var(--phc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.phc-final-support {
    max-width: 720px;
    margin: 14px auto 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 960px) {
    .phc-learning-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .phc-experience-grid,
    .phc-learning-process {
        grid-template-columns: 1fr;
    }

    .phc-experience-copy {
        padding: 18px;
    }
}


/* =========================================================
   v1.0.15 — acabamento Treinamentos e Palestras
   ========================================================= */

/*
 * Zona de segurança para controles flutuantes globais.
 * O espaço fica abaixo dos cards, preservando a composição dos três
 * registros visuais sem alterar o botão global de WhatsApp.
 */
.phc-experience-section .phc-experience-grid {
    margin-bottom: 92px;
}

@media (max-width: 720px) {
    .phc-experience-section .phc-experience-grid {
        margin-bottom: 78px;
    }
}


/* =========================================================
   v1.0.17 — Consultoria em Gestão
   ========================================================= */

.phc-consult-signals,
.phc-deliverables {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.phc-consult-signals article,
.phc-deliverables article {
    padding: 23px;
    border: 1px solid var(--phc-border);
    border-radius: 17px;
    background: #fff;
}

.phc-consult-signals article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(13,67,191,.09);
    color: var(--phc-blue);
    font-size: 11px;
    font-weight: 800;
}

.phc-consult-signals h3,
.phc-deliverables h3 {
    margin: 0 0 8px;
    color: var(--phc-text);
    font-size: 19px;
    line-height: 1.3;
}

.phc-consult-signals p,
.phc-deliverables p {
    margin: 0;
    color: var(--phc-muted);
    font-size: 14px;
    line-height: 1.58;
}

.phc-consult-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.phc-consult-process article {
    position: relative;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--phc-border);
    border-radius: 16px;
    background: #fff;
}

.phc-consult-process article > span {
    display: block;
    margin-bottom: 14px;
    color: var(--phc-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.phc-consult-process h3 {
    margin: 0 0 7px;
    color: var(--phc-text);
    font-size: 18px;
    line-height: 1.28;
}

.phc-consult-process p {
    margin: 0;
    color: var(--phc-muted);
    font-size: 13px;
    line-height: 1.55;
}

.phc-consult-principle {
    padding: 54px 0;
    background: #092858;
}

.phc-consult-principle .phc-eyebrow {
    color: #8fb5ff;
}

.phc-consult-principle-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 48px;
    align-items: center;
}

.phc-consult-principle h2 {
    margin: 0;
    max-width: 650px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.phc-consult-principle-inner > p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .phc-consult-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .phc-consult-signals,
    .phc-deliverables,
    .phc-consult-process,
    .phc-consult-principle-inner {
        grid-template-columns: 1fr;
    }

    .phc-consult-principle {
        padding: 42px 0;
    }

    .phc-consult-principle-inner {
        gap: 22px;
    }
}
