/* ==========================================================================
   FONTES OFICIAIS PLANCUS CARE
   ========================================================================== */

@font-face {
    font-family: "Elms Sans";
    src: url("../fonts/ElmsSans-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Elms Sans";
    src: url("../fonts/ElmsSans-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Poiret One";
    src: url("../fonts/PoiretOne-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --primary: #284241;
    --primary-2: #2f7571;
    --accent: #8f93ff;
    --surface: #fbfffe;
    --highlight: #d0ff71;
    /* aliases de compatibilidade com o layout existente */
    --navy: #284241;
    --navy-2: #284241;
    --teal: #2f7571;
    --green: #2f7571;
    --blue: #8f93ff;
    --purple: #8f93ff;
    --text: #284241;
    --muted: rgba(40,66,65,.72);
    --line: rgba(47,117,113,.18);
    --soft: rgba(47,117,113,.055);
    --white: #fbfffe;
    --shadow: 0 16px 40px rgba(40,66,65,.12);
    --shadow-soft: 0 10px 28px rgba(40,66,65,.08);
    --radius: 22px;
    --font-primary: "Elms Sans", Arial, sans-serif;
    --font-brand: "Poiret One", "Elms Sans", sans-serif;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--font-primary);
    color: var(--text);
    background: #fbfffe;
    line-height: 1.55
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1180px,calc(100% - 40px));
    margin: 0 auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251,255,254,.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(47,117,113,.12)
}

.header-inner {
    height: 86px;
    display: flex;
    align-items: center;
    gap: 34px
}

.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-width: max-content
}


.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700
}

    .main-nav a {
        padding: 30px 0 24px;
        border-bottom: 2px solid transparent
    }

        .main-nav a.active {
            border-color: var(--navy)
        }

.header-cta {
    margin-left: 12px
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    background: none;
    padding: 8px
}

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--navy);
        margin: 5px 0
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
    border: 1px solid transparent
}

    .btn:hover {
        transform: translateY(-2px)
    }

.btn-primary {
    background: linear-gradient(135deg,#284241 0%,#2f7571 100%);
    color: #fbfffe;
    box-shadow: 0 10px 24px rgba(40,66,65,.18)
}

.btn-outline {
    border-color: rgba(47,117,113,.42);
    color: var(--navy);
    background: #fbfffe
}

.btn-light {
    background: #fbfffe;
    color: var(--navy)
}

.hero {
    padding: 22px 0 36px;
    background: linear-gradient(180deg,#fbfffe 0%,rgba(143,147,255,.035) 100%)
}

.breadcrumb {
    font-size: 12px;
    color: #2f7571;
    margin: 8px 0 24px
}

    .breadcrumb span {
        padding: 0 9px;
        color: rgba(40,66,65,.42)
    }

.hero-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    min-height: 430px
}

.hero-content {
    padding: 10px 10px 20px 14px;
    position: relative;
    z-index: 2
}

.eyebrow, .section-kicker {
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 12px;
    font-weight: 800;
    color: var(--green)
}

.hero h1 {
    font-family: var(--font-brand);
    color: var(--text);
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: 1.08;
    font-size: 64px;
}

    .hero h1 strong {
        font-weight: 800
    }

.title-line {
    width: 34px;
    height: 3px;
    background: var(--green);
    margin: 10px 0 16px
}

.hero h2 {
    font-family: var(--font-primary);
    font-weight: 620;
    letter-spacing: -.018em;
}

.hero p {
    max-width: 470px;
    color: var(--muted);
    font-size: 15px
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap
}

.hero-visual {
    height: 430px;
    position: relative
}

.hero-photo {
    position: absolute;
    inset: 0 0 0 0;
    border-radius: 0 0 0 90px;
    background: linear-gradient(135deg,rgba(143,147,255,.08),#fbfffe);
    overflow: hidden
}

.placeholder-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(40,66,65,.58);
    background: linear-gradient(135deg,rgba(143,147,255,.08),#fbfffe);
    border: 1px dashed rgba(47,117,113,.24)
}

    .placeholder-photo small {
        font-size: 11px
    }

.device {
    position: absolute;
    background: #284241;
    border-radius: 12px;
    padding: 7px;
    box-shadow: var(--shadow)
}

.device-screen {
    height: 100%;
    border-radius: 7px;
    background: #fbfffe;
    overflow: hidden
}

.device-laptop {
    right: 8px;
    bottom: 18px;
    width: 305px;
    height: 185px
}

.device-phone {
    right: 294px;
    bottom: 18px;
    width: 48px;
    height: 98px;
    border-radius: 11px;
    padding: 4px
}

    .device-phone .device-screen {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        color: var(--navy)
    }

.dashboard-mock {
    display: grid;
    grid-template-columns: 22% 78%
}

.dash-sidebar {
    background: #284241
}

.dash-main {
    padding: 10px
}

.dash-top {
    height: 16px;
    background: rgba(143,147,255,.14);
    border-radius: 4px;
    margin-bottom: 10px
}

.dash-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px
}

    .dash-cards i {
        height: 28px;
        background: rgba(143,147,255,.09);
        border-radius: 5px
    }

.dash-chart {
    height: 72px;
    background: linear-gradient(180deg,rgba(143,147,255,.12),#fbfffe);
    border-radius: 7px;
    margin-top: 8px
}

.care-network {
    padding: 20px 0 10px
}

.network-panel {
    display: grid;
    grid-template-columns: 30% 70%;
    min-height: 500px;
    background: linear-gradient(135deg,rgba(47,117,113,.06),rgba(143,147,255,.045));
    border-radius: var(--radius);
    padding: 58px 42px;
    overflow: hidden
}

.network-copy h2 {
    font-size: 34px;
    line-height: 1.15;
    margin: 12px 0 24px
}

.network-copy p {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 34px
}

.network-diagram {
    position: relative;
    min-height: 390px
}

.orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #2f7571;
    border-radius: 50%
}

.orbit-one {
    width: 430px;
    height: 280px
}

.orbit-two {
    width: 260px;
    height: 260px
}


.feature-node {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fbfffe;
    border: 1px solid rgba(47,117,113,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(40,66,65,.08);
    font-size: 19px
}

    .feature-node span {
        position: absolute;
        font-size: 9px;
        font-weight: 700;
        white-space: nowrap
    }

.feature-1 {
    left: 20%;
    top: 12%
}

    .feature-1 span {
        top: -18px
    }

.feature-2 {
    right: 17%;
    top: 14%
}

    .feature-2 span {
        top: -18px
    }

.feature-3 {
    right: 20%;
    top: 50%
}

    .feature-3 span {
        right: -70px
    }

.feature-4 {
    right: 20%;
    bottom: 8%
}

    .feature-4 span {
        bottom: -18px
    }

.feature-5 {
    left: 20%;
    bottom: 8%
}

    .feature-5 span {
        bottom: -18px
    }

.feature-6 {
    left: 20%;
    top: 50%
}

    .feature-6 span {
        left: -88px
    }

.section {
    padding: 44px 0
}

.section-title {
    text-align: center;
    font-family: var(--font-brand);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin: 0 0 24px;
}

    .section-title em {
        font-style: normal;
        color: var(--green)
    }

.profile-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px
}

.profile-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 22px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fbfffe
}

.profile-icon {
    font-size: 44px
}

.profile-card h3 {
    font-size: 20px;
    margin: 8px 0 12px
}

.profile-card p {
    font-size: 13px;
    color: var(--muted)
}

.profile-card a {
    margin-top: auto;
    font-size: 13px;
    font-weight: 800
}

.green .profile-icon, .green h3, .green a {
    color: var(--green)
}

.blue .profile-icon, .blue h3, .blue a {
    color: var(--blue)
}

.purple .profile-icon, .purple h3, .purple a {
    color: var(--purple)
}

.navy .profile-icon, .navy h3, .navy a {
    color: var(--navy)
}

.modules-panel {
    display: grid;
    grid-template-columns: 27% 73%;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden
}

.modules-intro {
    padding: 34px;
    border-right: 1px solid var(--line)
}

    .modules-intro h2 {
        font-family: var(--font-brand);
        font-size: 31px;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: -.01em;
        margin: 0;
    }

    .modules-intro p {
        font-size: 13px;
        color: var(--muted);
        margin: 22px 0 54px
    }

    .modules-intro a {
        font-size: 13px;
        font-weight: 800
    }

.module-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

    .module-grid article {
        padding: 24px 18px;
        text-align: center;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        min-height: 165px
    }

        .module-grid article:nth-child(4n) {
            border-right: 0
        }

        .module-grid article:nth-child(n+5) {
            border-bottom: 0
        }

.module-icon {
    font-size: 31px;
    color: var(--blue)
}

.module-grid h3 {
    font-size: 14px;
    margin: 8px 0
}

.module-grid p {
    font-size: 11px;
    color: var(--muted);
    margin: 0
}

.security {
    padding-top: 0
}

.security-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch
}

.security-visual {
    min-height: 260px;
    background: linear-gradient(135deg,#fbfffe,#edf4fc);
    border-radius: 18px 0 0 18px;
    position: relative
}

.security-card {
    background: linear-gradient(135deg,#284241 0%,#2f7571 100%);
    color: white;
    border-radius: 18px;
    padding: 34px;
    display: flex;
    gap: 22px;
    align-items: flex-start
}

.security-icon {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(251,255,254,.30);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px
}

.security-card h2 {
    font-family: var(--font-brand);
    font-size: 31px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin: 0 0 14px;
    color: #fbfffe;
}

.security-card ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.security-card li {
    margin: 8px 0
}

    .security-card li:before {
        content: "✓";
        color: #d0ff71;
        margin-right: 10px;
        font-weight: 900
    }

.screen-group {
    position: absolute;
    inset: 0
}

.screen {
    position: absolute;
    border: 7px solid #284241;
    background: linear-gradient(135deg,#284241 0 18%,rgba(143,147,255,.09) 18%);
    box-shadow: var(--shadow)
}

.screen-desktop {
    width: 235px;
    height: 150px;
    left: 55px;
    bottom: 32px
}

.screen-laptop {
    width: 180px;
    height: 112px;
    left: 255px;
    bottom: 25px
}

.screen-mobile {
    width: 52px;
    height: 104px;
    left: 215px;
    bottom: 12px;
    border-radius: 9px
}

.cta-band {
    padding: 0 0 4px
}

.cta-inner {
    background: linear-gradient(135deg,#284241,#061a57);
    border-radius: 18px;
    color: white;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.cta-message {
    display: flex;
    align-items: center;
    gap: 18px
}

.cta-icon {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(251,255,254,.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px
}

.cta-message h2 {
    font-size: 22px;
    margin: 0
}

.cta-message em {
    color: #d0ff71;
    font-style: normal
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.text-link {
    font-size: 13px;
    font-weight: 700
}

.site-footer {
    margin-top: 0;
    background: linear-gradient(135deg,#284241 0%,#1f3635 100%);
    color: white;
    padding: 34px 0 16px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(5,1fr);
    gap: 28px
}


.footer-brand p {
    font-size: 11px;
    line-height: 1.7;
    color: rgba(251,255,254,.72);
    max-width: 220px
}

.socials {
    display: flex;
    gap: 12px;
    margin-top: 16px
}

    .socials a {
        width: 26px;
        height: 26px;
        border: 1px solid rgba(251,255,254,.20);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 12px
    }

.site-footer h3 {
    font-size: 13px;
    margin: 0 0 12px
}

.site-footer .footer-grid > div > a {
    display: block;
    color: rgba(251,255,254,.82);
    font-size: 11px;
    margin: 8px 0
}

.lgpd-badge {
    margin-top: 24px;
    border: 1px solid rgba(251,255,254,.30);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 11px
}

.footer-bottom {
    text-align: center;
    font-size: 11px;
    color: rgba(251,255,254,.72);
    margin-top: 26px
}

@media (max-width:980px) {
    .main-nav, .header-cta {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero-visual {
        margin-top: 20px
    }

    .network-panel {
        grid-template-columns: 1fr
    }

    .network-diagram {
        margin-top: 30px
    }

    .profile-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .modules-panel {
        grid-template-columns: 1fr
    }

    .modules-intro {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .security-grid {
        grid-template-columns: 1fr
    }

    .security-visual {
        border-radius: 18px 18px 0 0
    }

    .footer-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width:640px) {
    .container {
        width: min(100% - 24px,1180px)
    }

    .header-inner {
        height: 72px
    }


    .hero h1 {
        font-size: 36px
    }

    .hero h2 {
        font-size: 18px
    }

    .hero-visual {
        height: 320px
    }

    .device-laptop {
        width: 220px;
        height: 135px
    }

    .device-phone {
        right: 212px
    }

    .network-panel {
        padding: 34px 20px
    }

    .network-diagram {
        transform: scale(.75);
        transform-origin: center top;
        height: 340px;
        margin-bottom: -60px
    }

    .profile-grid {
        grid-template-columns: 1fr
    }

    .module-grid {
        grid-template-columns: repeat(2,1fr)
    }

        .module-grid article:nth-child(2n) {
            border-right: 0
        }

        .module-grid article:nth-child(n+5) {
            border-bottom: 1px solid var(--line)
        }

        .module-grid article:nth-child(n+7) {
            border-bottom: 0
        }

    .security-card {
        flex-direction: column
    }

    .cta-inner, .cta-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-brand {
        grid-column: 1/-1
    }
}

.node-photo {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(47,117,113,.055);
    border: 4px solid #fbfffe;
    box-shadow: 0 10px 24px rgba(40,66,65,.16);
}

.network-node {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 130px;
    text-align: center;
}

    .network-node strong {
        display: block;
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 800;
        color: var(--navy);
        white-space: nowrap;
    }

.node-top {
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
}

.node-left {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.node-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.node-bottom {
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}


.orbit {
    z-index: 1;
}

.feature-node {
    z-index: 5;
}

/* ==========================================================================
   IDENTIDADE VISUAL CONSOLIDADA PLANCUS CARE
   ========================================================================== */

:root {
    --primary: #284241;
    --primary-2: #2f7571;
    --accent: #8f93ff;
    --surface: #fbfffe;
    --highlight: #d0ff71;
    --navy: #284241;
    --navy-2: #284241;
    --teal: #2f7571;
    --green: #2f7571;
    --blue: #8f93ff;
    --purple: #8f93ff;
    --text: #284241;
    --muted: rgba(40,66,65,.72);
    --line: rgba(47,117,113,.18);
    --soft: rgba(47,117,113,.055);
    --white: #fbfffe;
    --shadow: 0 16px 40px rgba(40,66,65,.12);
    --shadow-soft: 0 10px 28px rgba(40,66,65,.08);
    --radius: 22px;
    --font-primary: "Elms Sans", Arial, sans-serif;
    --font-brand: "Poiret One", "Elms Sans", sans-serif;
}

body {
    font-family: var(--font-primary);
    color: var(--text);
    background: var(--surface);
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text);
}

h1,
h2,
.section-title,
.network-copy h2,
.modules-intro h2,
.security-card h2,
.cta-message h2 {
    font-family: var(--font-brand);
    font-weight: 400;
}

h1 {
    letter-spacing: -.015em;
}

h2 {
    letter-spacing: -.01em;
}

h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 650;
    letter-spacing: -.015em;
}

p,
li,
a,
button,
input,
select,
textarea {
    font-family: var(--font-primary);
}

strong {
    font-weight: 650;
}

/* ==========================================================================
   CABEÇALHO / LOGO
   ========================================================================== */

.site-header {
    background: rgba(251,255,254,.95);
    border-bottom-color: rgba(47,117,113,.12);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-width: max-content;
}

.site-header .brand {
    width: 190px;
    height: 86px;
    flex: 0 0 190px;
    justify-content: flex-start;
}

.logo-header {
    display: block;
    width: 180px;
    max-width: 180px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.main-nav {
    font-weight: 580;
}

    .main-nav a {
        color: var(--text);
    }

        .main-nav a.active {
            border-color: var(--primary-2);
        }

        .main-nav a:hover {
            color: var(--primary-2);
        }

.menu-toggle span {
    background: var(--primary);
}

/* ==========================================================================
   BOTÕES
   ========================================================================== */

.btn {
    font-weight: 620;
}

.btn-primary {
    background: linear-gradient(135deg,#284241 0%,#2f7571 100%);
    color: #fbfffe;
    box-shadow: 0 10px 24px rgba(40,66,65,.18);
}

    .btn-primary:hover {
        background: linear-gradient(135deg,#2f7571 0%,#284241 100%);
        box-shadow: 0 14px 30px rgba(40,66,65,.20);
    }

.btn-outline {
    border-color: rgba(47,117,113,.34);
    color: var(--text);
    background: #fbfffe;
}

    .btn-outline:hover {
        border-color: var(--primary-2);
        color: var(--primary-2);
        background: rgba(47,117,113,.045);
    }

/* ==========================================================================
   HERO
   ========================================================================== */

.hero {
    background: linear-gradient(180deg,#fbfffe 0%,rgba(143,147,255,.035) 100%);
}

    .eyebrow,
    .section-kicker,
    .hero h2,
    .breadcrumb {
        color: var(--primary-2);
    }

.title-line {
    background: var(--accent);
}

.hero h1 {
    color: var(--text);
    font-weight: 720;
    letter-spacing: -.04em;
}

.hero h2 {
    font-weight: 620;
    letter-spacing: -.018em;
}

.hero p {
    color: rgba(40,66,65,.76);
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* ==========================================================================
   REDE DE CUIDADO
   ========================================================================== */

.network-panel {
    background: linear-gradient(135deg,rgba(47,117,113,.055),rgba(143,147,255,.035));
    border: 1px solid rgba(47,117,113,.10);
}

.orbit {
    z-index: 1;
    border-color: rgba(47,117,113,.52);
}

.network-node {
    z-index: 4;
}

    .network-node strong {
        color: var(--text);
    }

.feature-node {
    z-index: 5;
    color: var(--primary-2);
    background: rgba(251,255,254,.94);
    border-color: rgba(47,117,113,.18);
    box-shadow: 0 8px 24px rgba(40,66,65,.08);
}

.network-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 160px;
    height: 104px;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    overflow: hidden;
    border: 1px solid rgba(143,147,255,.22);
    border-radius: 22px;
    background: #fbfffe;
    box-shadow: 0 16px 38px rgba(40,66,65,.12), 0 0 0 5px rgba(143,147,255,.035);
}

    .network-logo,
    .network-center img {
        display: block;
        width: 122px !important;
        max-width: 122px !important;
        height: auto !important;
        max-height: 68px !important;
        object-fit: contain !important;
    }

/* ==========================================================================
   PERFIS E MÓDULOS
   ========================================================================== */

.section-title em {
    color: var(--primary-2);
}

.profile-card {
    border-color: rgba(47,117,113,.16);
    box-shadow: 0 10px 28px rgba(40,66,65,.045);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .profile-card:hover {
        transform: translateY(-4px);
        border-color: rgba(143,147,255,.45);
        box-shadow: 0 18px 40px rgba(40,66,65,.10);
    }

.green .profile-icon,
.green h3,
.green a {
    color: #2f7571;
}

.blue .profile-icon,
.blue h3,
.blue a,
.purple .profile-icon,
.purple h3,
.purple a {
    color: #8f93ff;
}

.navy .profile-icon,
.navy h3,
.navy a {
    color: #284241;
}

.modules-panel {
    border-color: rgba(47,117,113,.16);
    box-shadow: 0 12px 32px rgba(40,66,65,.05);
}

.modules-intro {
    background: linear-gradient(180deg,rgba(47,117,113,.045),rgba(143,147,255,.025));
}

.module-icon {
    color: #8f93ff;
}

.module-grid article {
    border-color: rgba(47,117,113,.12);
}

    .module-grid article:hover {
        background: rgba(143,147,255,.035);
    }

/* ==========================================================================
   SEGURANÇA / CTA
   ========================================================================== */

.security-card {
    background: radial-gradient(circle at 88% 15%,rgba(143,147,255,.20),transparent 32%), linear-gradient(135deg,#284241 0%,#2f7571 100%);
}

.security-icon {
    border-color: rgba(208,255,113,.38);
    color: #d0ff71;
}

.security-card li:before {
    color: #d0ff71;
}

.cta-inner {
    background: radial-gradient(circle at 68% 0%,rgba(143,147,255,.28),transparent 34%), linear-gradient(135deg,#284241 0%,#2f7571 100%);
}

.cta-icon,
.cta-message em {
    color: #d0ff71;
}

/* ==========================================================================
   RODAPÉ / LOGO
   ========================================================================== */

.site-footer {
    background: radial-gradient(circle at 85% 0%,rgba(143,147,255,.12),transparent 30%), linear-gradient(135deg,#284241 0%,#1f3635 100%);
}

.brand-footer {
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(143,147,255,.16);
    border-radius: 10px;
    background: #fbfffe;
}

.logo-footer {
    display: block;
    width: 160px;
    max-width: 160px;
    height: auto;
    object-fit: contain;
}

.site-footer h3 {
    color: #d0ff71;
}

.site-footer .footer-grid > div > a {
    color: rgba(251,255,254,.82);
}

    .site-footer .footer-grid > div > a:hover {
        color: #d0ff71;
    }

.socials a:hover {
    color: #284241;
    border-color: #d0ff71;
    background: #d0ff71;
}

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */

@media (max-width:980px) {
    .hero-actions {
        flex-wrap: wrap;
    }
}

@media (max-width:640px) {
    .site-header .brand {
        width: 150px;
        height: 72px;
        flex-basis: 150px;
    }

    .logo-header {
        width: 145px;
        max-width: 145px;
        max-height: 50px;
    }

    .network-center {
        width: 142px;
        height: 92px;
        padding: 12px 15px;
    }

        .network-logo,
        .network-center img {
            width: 108px !important;
            max-width: 108px !important;
            max-height: 60px !important;
        }

    .logo-footer {
        width: 142px;
        max-width: 142px;
    }
}
.security-visual {
    min-height: 260px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg,#fbfffe,#edf4fc);
    border-radius: 18px 0 0 18px;
}

.security-platform-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}