/*
 * Design system MigraSeguros
 * CSS organizado por tokens, componentes e ajustes responsivos.
 */
:root {
    --navy-950: #031b43;
    --navy-900: #06255b;
    --blue-700: #074dcc;
    --blue-600: #0863e7;
    --blue-100: #eaf3ff;
    --red-600: #ef2d32;
    --red-100: #fff0f0;
    --green-600: #13a36d;
    --slate-700: #3f5272;
    --slate-500: #6c7d98;
    --slate-200: #dce4ef;
    --slate-100: #f3f7fb;
    --white: #fff;
    --shadow-sm: 0 8px 26px rgba(5, 37, 91, .08);
    --shadow-lg: 0 24px 70px rgba(5, 37, 91, .16);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --container: 1180px;
    --transition: 220ms ease;
}

/* Carrossel dos parceiros no topo da página de Integrações. */
.integration-partner-carousel {
    position: relative;
    min-width: 0;
    padding-bottom: 32px;
}
.integration-partner-track {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid var(--slate-200);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-lg);
}
.integration-partner-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    padding: 26px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(104%);
    transition: transform .72s cubic-bezier(.22,.8,.22,1), opacity .5s ease, visibility 0s linear .72s;
}
.integration-partner-slide.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
}
.integration-partner-slide.leaving {
    z-index: 1;
    opacity: 0;
    visibility: visible;
    transform: translateX(-104%);
}
.integration-slide-head {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 22px;
    align-items: center;
}
.integration-slide-head > img {
    width: 100%;
    max-height: 56px;
    object-fit: contain;
}
.integration-slide-head span {
    display: block;
    margin-bottom: 4px;
    color: var(--red-600);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.integration-slide-head h2 {
    margin: 0 0 5px;
    font-size: 1.08rem;
    line-height: 1.2;
}
.integration-slide-head p {
    margin: 0;
    color: var(--slate-500);
    font-size: .68rem;
    line-height: 1.45;
}
.integration-slide-visual {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    border: 1px solid #dbe6f4;
    border-radius: 15px;
    background: #edf4fc;
}
.integration-slide-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 60%,rgba(1,24,57,.16));
    pointer-events: none;
    content: "";
}
.integration-slide-visual > img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    display: block;
    object-fit: cover;
    object-position: center top;
}
.integration-partner-slide:nth-child(5) .integration-slide-visual > img,
.integration-partner-slide:nth-child(7) .integration-slide-visual > img,
.integration-partner-slide:nth-child(8) .integration-slide-visual > img {
    transform: scale(1.08);
    transform-origin: center;
}
.integration-slide-badge {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    padding: 9px 13px;
    border-radius: 9px;
    color: var(--green-600);
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 24px rgba(1,32,72,.16);
    font-size: .62rem;
}
.integration-slide-badge strong { color: var(--navy-950); }
.integration-slide-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.integration-slide-products span {
    padding: 7px 10px;
    border-radius: 99px;
    color: var(--blue-700);
    background: var(--blue-100);
    font-size: .62rem;
    font-weight: 700;
}
.integration-carousel-controls {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.integration-carousel-controls button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: #b8c9df;
    cursor: pointer;
    transition: width var(--transition), background var(--transition);
}
.integration-carousel-controls button.active {
    width: 26px;
    background: var(--blue-600);
}
.integrated-systems-section .section-heading { margin-bottom: 34px; }

@media (max-width: 980px) {
    .integration-hero .hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .integration-partner-track { min-height: 510px; }
}

@media (max-width: 620px) {
    .integration-hero { padding-block: 52px; }
    .integration-slide-head { grid-template-columns: 86px 1fr; gap: 14px; }
    .integration-slide-head h2 { font-size: .95rem; }
    .integration-slide-head p { display: none; }
    .integration-partner-track { min-height: 430px; }
    .integration-partner-slide { padding: 18px; gap: 13px; }
    .integration-slide-visual,
    .integration-slide-visual > img { min-height: 245px; }
    .integration-slide-products { gap: 5px; }
    .integration-slide-products span { padding: 5px 8px; font-size: .56rem; }
    .integration-slide-badge { right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .integration-partner-slide { transition: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy-950); background: var(--white); font-family: Manrope, system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* Rede tecnolÃ³gica animada usada como fundo decorativo em seÃ§Ãµes selecionadas. */
.network-background { position: relative; isolation: isolate; overflow: hidden; }
.network-particles-canvas { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; opacity: .72; }
.network-background > :not(.network-particles-canvas) { position: relative; z-index: 1; }
.network-background-dark .network-particles-canvas { opacity: .62; mix-blend-mode: screen; }
.network-background-light .network-particles-canvas { opacity: .48; }

@media (prefers-reduced-motion: reduce) {
    .network-particles-canvas { opacity: .28; }
}

/* Entrada progressiva dos cards conforme a rolagem da página. */
.scroll-card-reveal { opacity: 0; transform: translate3d(0,36px,0) scale(.975); }
.scroll-card-reveal.scroll-card-visible {
    animation: scroll-card-entry .72s cubic-bezier(.2,.72,.24,1) var(--scroll-card-delay,0ms) both;
}
@keyframes scroll-card-entry {
    from { opacity: 0; transform: translate3d(0,36px,0) scale(.975); }
    to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .scroll-card-reveal { opacity: 1; transform: none; animation: none; }
}

/* Revelacao editorial dos titulos: cada linha entra em sequencia e as palavras
   recebem um pequeno atraso, criando o efeito de texto sendo construido. */
.kinetic-heading .kinetic-word {
    display: inline-block;
    padding-block: .08em .12em;
    margin-block: -.08em -.12em;
    overflow: hidden;
    vertical-align: bottom;
}
.kinetic-heading-ready .kinetic-word-inner {
    display: inline-block;
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0,1.08em,0) rotate(1.5deg);
    transform-origin: left bottom;
    will-change: opacity, transform, filter;
}
.kinetic-heading-visible .kinetic-word-inner {
    animation: kinetic-heading-entry .78s cubic-bezier(.16,.82,.24,1) var(--kinetic-delay,0ms) both;
}
@keyframes kinetic-heading-entry {
    0% { opacity: 0; filter: blur(5px); transform: translate3d(0,1.08em,0) rotate(1.5deg); }
    62% { opacity: 1; filter: blur(0); }
    100% { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) rotate(0); }
}
@media (prefers-reduced-motion: reduce) {
    .kinetic-heading .kinetic-word { overflow: visible; }
    .kinetic-heading-ready .kinetic-word-inner,
    .kinetic-heading-visible .kinetic-word-inner {
        opacity: 1;
        filter: none;
        transform: none;
        animation: none;
    }
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3.25rem, 4.1vw, 4.15rem); line-height: 1.04; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 3.6vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.1rem; line-height: 1.3; }
p { color: var(--slate-700); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container-narrow { max-width: 790px; }
.section { padding: 88px 0; }
.section-soft { background: linear-gradient(145deg, #f7faff, #eef5ff); }
.section-heading { max-width: 880px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { font-size: clamp(2.1rem, 4.6vw, 2rem) !important; line-height: 1.06; letter-spacing: -.05em; }
.section-heading p { font-size: 1.05rem; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--red-600); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #cfe1ff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--navy-950); transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(6,37,91,.08); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; width: 118px; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.main-nav a { position: relative; z-index: 0; padding: 26px 0; color: var(--slate-700); font-size: .88rem; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--blue-600); content: ""; transform: scaleX(0); transition: transform var(--transition); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav a.is-active { isolation: isolate; color: #fff; }
.main-nav a.is-active::before { position: absolute; z-index: -1; inset: 16px -14px; border-radius: 8px; background: var(--red-600); box-shadow: 0 8px 20px rgba(239,45,50,.22); content: ""; }
.main-nav a.is-active::after { display: none; }
.header-actions { display: flex; gap: 10px; }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy-950); }

.button { display: inline-flex; min-height: 44px; padding: 11px 20px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: .84rem; font-weight: 800; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(8,99,231,.25); outline-offset: 2px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); box-shadow: 0 10px 25px rgba(8,99,231,.24); }
.button-primary:hover { box-shadow: 0 14px 32px rgba(8,99,231,.34); }
.button-ghost { border-color: var(--blue-600); color: var(--blue-700); background: #fff; }
.button-light { color: var(--blue-700); background: #fff; }
.button-large { min-height: 52px; padding: 14px 25px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 25%, rgba(8,99,231,.12), transparent 35%), linear-gradient(180deg, #fff, #f8fbff); }
.hero::after { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(8,99,231,.18) 1px, transparent 1px); background-position: calc(100% - 60px) 40px; background-size: 18px 18px; content: ""; mask-image: linear-gradient(to left, black, transparent 45%); opacity: .5; }
.hero-grid { position: relative; z-index: 1; min-height: 650px; padding-block: 72px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy > p { max-width: 650px; margin-bottom: 32px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: var(--slate-500); font-size: .78rem; }
.hero-proof strong { color: var(--green-600); }
.hero-visual { position: relative; min-height: 460px; border: 1px solid rgba(8,99,231,.12); border-radius: 50%; background: radial-gradient(circle, #fff 0 28%, #e8f3ff 29% 30%, transparent 31% 49%, #d7e9ff 50% 50.5%, transparent 51%); box-shadow: inset 0 0 100px rgba(8,99,231,.08); animation: float 7s ease-in-out infinite; }
.visual-core { position: absolute; inset: 50% auto auto 50%; width: 134px; height: 134px; padding: 26px; display: grid; place-items: center; border-radius: 28px; background: var(--navy-950); box-shadow: var(--shadow-lg); transform: translate(-50%, -50%); }
.visual-orbit { position: absolute; padding: 12px 18px; border: 1px solid var(--slate-200); border-radius: 999px; color: var(--blue-700); background: #fff; box-shadow: var(--shadow-sm); font-size: .8rem; font-weight: 800; }
.orbit-one { top: 13%; left: 8%; }.orbit-two { top: 27%; right: 0; }.orbit-three { right: 13%; bottom: 12%; }
.hero-internal .hero-grid { min-height: 530px; }
.internal-visual { position: relative; min-height: 340px; padding: 60px 48px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(145deg, var(--navy-950), var(--blue-700)); box-shadow: var(--shadow-lg); }
.internal-visual::after { position: absolute; width: 260px; height: 260px; right: -80px; bottom: -90px; border: 40px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.visual-kicker { color: #bcd6ff; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.internal-visual strong { display: block; margin: 24px 0 60px; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.1; }
.status-pill { display: inline-flex; gap: 9px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); font-size: .78rem; font-weight: 700; }
.hero-compact { padding: 110px 0 90px; text-align: center; }
.hero-compact h1 { margin-inline: auto; }
.hero-compact p { max-width: 680px; margin-inline: auto; font-size: 1.1rem; }

.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.product-card, .feature-card, .benefit-card, .post-card { position: relative; padding: 28px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.product-card:hover, .feature-card:hover, .benefit-card:hover, .post-card:hover { z-index: 2; border-color: rgba(8,99,231,.4); box-shadow: var(--shadow-lg); transform: translateY(-8px) scale(1.015); }
.product-icon, .mini-icon { display: grid; width: 50px; height: 50px; margin-bottom: 22px; place-items: center; border-radius: 13px; color: var(--red-600); background: var(--red-100); font-size: 1.35rem; font-weight: 800; }
.card-link { color: var(--blue-700); font-size: .82rem; font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.logo-section { padding-block: 60px; }
.logo-section .section-heading { margin-bottom: 28px; }
.logo-section .section-heading h2 { margin-bottom: 0; font-size: clamp(1.25rem, 1.5vw, 1.5rem); letter-spacing: -.025em; }
.logo-section .section-heading .eyebrow { margin-bottom: 9px; font-size: .64rem; }
.logo-section .insurers-heading-compact { margin-bottom: 18px; }
.logo-section .insurers-heading-compact .eyebrow { margin-bottom: 0; }
.logo-carousel { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); }
.logo-track { width: max-content; display: flex; align-items: center; gap: 22px; will-change: transform; }
.logo-item { width: 210px; height: 110px; padding: 26px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; }
.logo-item img { max-width: 145px; max-height: 60px; object-fit: contain; }
.home-insurers { position: relative; overflow: hidden; padding-block: 25px 30px; border: 0; background: #f8fbff; }
.home-insurers::after { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(8,99,231,.18) 1px,transparent 1px); background-position: calc(100% - 60px) -2px; background-size: 18px 18px; content: ""; mask-image: linear-gradient(to left,#000,transparent 45%); opacity: .5; }
.home-insurers .container { position: relative; z-index: 1; }
.home-insurers .insurers-heading-compact { margin-bottom: 10px; }
.home-insurers .section-heading .eyebrow { margin-bottom: 0; font-size: .58rem; }
.home-insurers .logo-track { gap: 38px; }
.home-insurers .logo-item { width: 190px; height: 62px; padding: 8px 16px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-insurers .logo-item img { max-width: 145px; max-height: 42px; }
.partner-hub { position: relative; padding-top: 130px; }
.hub-center { position: absolute; top: 0; left: 50%; width: 100px; height: 100px; padding: 20px; display: grid; place-items: center; border-radius: 28px; background: var(--navy-950); box-shadow: var(--shadow-lg); transform: translateX(-50%); }
.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.partner-card { min-height: 92px; padding: 20px; display: grid; place-items: center; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--transition); }
.partner-card:hover { transform: translateY(-5px); }
.partner-card img { max-width: 120px; max-height: 52px; object-fit: contain; }
.partner-card strong { color: var(--blue-700); }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-grid-four { grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.plan-card { position: relative; padding: 30px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--transition); }
.plan-card:hover { transform: translateY(-6px); }
.plan-featured { border: 2px solid var(--blue-600); transform: translateY(-8px); }
.plan-tag { display: inline-block; margin-bottom: 20px; padding: 5px 10px; border-radius: 999px; color: var(--blue-700); background: var(--blue-100); font-size: .7rem; font-weight: 800; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; color: var(--slate-700); }
.check-list li::before { position: absolute; left: 0; color: var(--green-600); content: "✓"; font-weight: 800; }
.simulator { padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.simulator-form { display: grid; gap: 18px; }
.simulator-result { padding: 34px; display: flex; flex-direction: column; justify-content: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--navy-950), var(--blue-600)); }
.simulator-result span { margin-bottom: 28px; }.simulator-result small { color: #bcd6ff; }.simulator-result strong { margin-bottom: 22px; font-size: 2rem; }.simulator-result p { margin: 0; color: #d8e8ff; font-size: .74rem; }
.plan-options { display: flex; gap: 8px; }
.plan-options label { flex: 1; }.plan-options input { position: absolute; width: auto; margin: 0; opacity: 0; }.plan-options span { display: block; padding: 11px; border: 1px solid var(--slate-200); border-radius: 9px; text-align: center; cursor: pointer; }
.plan-options input:checked + span { border-color: var(--blue-600); color: #fff; background: var(--blue-600); }

.cta-section { padding-top: 30px; }
.cta-box { padding: 46px 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: var(--radius-md); color: #fff; background: linear-gradient(115deg, var(--blue-700), #05296a); box-shadow: var(--shadow-lg); }
.cta-box h2 { max-width: 650px; margin: 0; }
.contact-cta .cta-box p { color: #fff; }
.site-footer { margin-top: 80px; padding: 65px 0 25px; color: #fff; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.55fr .78fr .78fr 1.05fr .82fr; gap: 38px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid p, .footer-grid a, .footer-grid span, .footer-grid address { color: #b8c8df; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-logo { width: 135px; margin-bottom: 10px; }
.footer-brand-copy { max-width: 270px; display: grid; gap: 10px; }.footer-brand-copy p { margin: 0; color: #fff; line-height: 1.65; }.footer-brand-copy address { color: #fff; font-style: normal; line-height: 1.6; }
.footer-socials a { display: flex; align-items: center; gap: 9px; }.footer-socials svg { width: 22px; height: 22px; flex: 0 0 22px; fill: currentColor; }.footer-socials a:hover { transform: translateX(3px); }.footer-socials a,.footer-socials svg { transition: color .2s ease, transform .2s ease; }
.footer-bottom { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #9cb0ca; font-size: .72rem; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-service-area { margin-top: 40px; padding: 28px 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: 45px; align-items: center; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-service-area h2 { max-width: 680px; margin: 6px 0 0; color: #fff; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; }
.footer-region-eyebrow { color: #ff4b55; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.footer-region-grid strong { color: #fff; font-size: .82rem; }
.footer-region-grid p { margin: 6px 0 0; color: #b8c8df; font-size: .76rem; line-height: 1.6; }
.regional-service-copy { margin-top: -6px !important; color: #075dd7 !important; font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.contact-info { position: sticky; top: 120px; padding: 38px; border-radius: var(--radius-md); background: var(--navy-950); color: #fff; }
.contact-info p { color: #c8d7ea; }.contact-info a { display: block; margin-top: 14px; color: #fff; font-weight: 700; }
.form-card { padding: 36px; display: grid; gap: 20px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label, .simulator-form label, .simulator-form legend { color: var(--navy-950); font-size: .8rem; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd6e5; border-radius: 9px; color: var(--navy-950); background: #fff; }
textarea { min-height: 140px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; }.consent input { width: auto; margin-top: 3px; }
.field-error { min-height: 18px; display: block; color: #b42318; font-size: .68rem; font-weight: 600; }
.is-invalid { border-color: #d92d20; background: #fffbfa; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0; pointer-events: none; }
.alert { padding: 14px 16px; border-radius: 10px; font-size: .84rem; font-weight: 700; }
.alert-success { color: #067647; background: #ecfdf3; }.alert-error { color: #b42318; background: #fef3f2; }
.direct-condominium-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.direct-condominium-copy h2 { max-width: 560px; margin: 10px 0 18px; }
.direct-condominium-copy > p { max-width: 570px; }
.direct-condominium-email { margin-top: 26px; display: grid; gap: 4px; }
.direct-condominium-email small { color: var(--slate-500); font-size: .76rem; }
.direct-condominium-email strong { color: var(--blue-700); overflow-wrap: anywhere; }
.direct-condominium-form h3 { margin: 0 0 4px; font-size: 1.45rem; }
.direct-condominium-form p { margin: 0; }
.quote-builder .estimate-disclaimer { display: block; margin: -7px 0 18px; color: var(--slate-600); font-size: .72rem; line-height: 1.5; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card h2 { font-size: 1.3rem; }.post-meta { margin: 18px 0; color: var(--slate-500); font-size: .75rem; }
.article-header { padding: 100px 0 65px; text-align: center; background: linear-gradient(180deg, #f3f8ff, #fff); }.article-header h1 { margin-inline: auto; font-size: clamp(2.5rem, 5vw, 4.3rem); }.article-copy { font-size: 1.07rem; }.article-copy h2 { margin-top: 42px; font-size: 1.8rem; }
.comment { padding: 22px 0; border-bottom: 1px solid var(--slate-200); }.comment time { margin-left: 12px; color: var(--slate-500); font-size: .72rem; }
.faq-list { max-width: 850px; }.faq-list details { border-bottom: 1px solid var(--slate-200); }.faq-list summary { padding: 24px 4px; cursor: pointer; font-weight: 800; }.faq-list p { padding: 0 4px 20px; }
.legal-copy { max-width: 850px; }.legal-copy h2 { margin-top: 45px; font-size: 1.6rem; }
.state-page { min-height: 72vh; display: grid; place-items: center; text-align: center; }.state-code { display: block; color: var(--blue-100); font-size: 9rem; font-weight: 800; line-height: 1; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,27,67,.7); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; z-index: 1; width: min(100%, 520px); padding: 38px; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-lg); animation: modalIn 220ms ease-out; }
.modal-close { position: absolute; top: 14px; right: 18px; border: 0; color: var(--slate-500); background: transparent; cursor: pointer; font-size: 2rem; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; }
body.modal-open { overflow: hidden; }

@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Tablets */
@media (max-width: 1024px) {
    .header-actions .button-ghost { display: none; }
    .main-nav { gap: 17px; }
    .hero-grid { gap: 35px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .partner-grid { grid-template-columns: repeat(4, 1fr); }
    .plan-grid-four { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.35fr repeat(2, 1fr); }
}

/* Celulares e tablets menores */
@media (max-width: 780px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 65px 0; }
    .section.home-insurers { padding: 22px 0 26px; }
    .header-inner { min-height: 70px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { position: fixed; top: 70px; right: 0; left: 0; padding: 18px 25px 28px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--slate-200); background: #fff; box-shadow: var(--shadow-lg); }
    .main-nav.is-open { display: flex; }.main-nav a { padding: 13px 0; }
    .main-nav a.is-active::before { inset: 4px -12px; }
    .header-actions { display: none; }
    .hero-grid { min-height: auto; padding-block: 65px; grid-template-columns: 1fr; }
    .hero-visual { min-height: 360px; order: -1; }.hero-internal .hero-grid { min-height: auto; }.internal-visual { min-height: 280px; padding: 38px 30px; order: -1; }
    .product-grid, .feature-grid, .benefit-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-grid { grid-template-columns: repeat(3, 1fr); }
    .plan-grid, .simulator, .contact-layout, .direct-condominium-layout, .footer-grid { grid-template-columns: 1fr; }
    .direct-condominium-layout { gap: 34px; }
    .plan-featured { transform: none; }.contact-info { position: static; }
    .cta-box { padding: 35px; flex-direction: column; align-items: flex-start; }
    .footer-grid { gap: 30px; }.footer-service-area { grid-template-columns: 1fr; gap: 24px; }.footer-bottom { flex-direction: column; gap: 14px; }
}

/* Celulares */
@media (max-width: 520px) {
    h1 { font-size: 2.65rem; }
    .product-grid, .feature-grid, .benefit-grid, .blog-grid, .partner-grid, .plan-grid-four, .field-grid { grid-template-columns: 1fr; }
    .footer-region-grid { grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 300px; }.visual-core { width: 105px; height: 105px; }.visual-orbit { font-size: .68rem; }
    .logo-item { width: 175px; }
    .simulator, .form-card { padding: 23px; }
    .simulator-result { padding: 26px; }.simulator-result strong { font-size: 1.55rem; }
    .plan-options { display: grid; grid-template-columns: repeat(2, 1fr); }
    .modal-dialog { padding: 32px 22px; }.modal-actions { flex-direction: column; }.modal-actions .button { width: 100%; }
}

/* Assistente virtual: mascote fixo e conversa guiada pela base do FAQ. */
.site-assistant {
    position: fixed;
    right: 20px;
    bottom: 98px;
    z-index: 1160;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-family: inherit;
}
.site-assistant-trigger {
    position: relative;
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    padding: 0;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #031b43;
    box-shadow: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}
.site-assistant-trigger:hover,
.site-assistant-trigger:focus-visible {
    transform: translateY(-4px) scale(1.03);
    box-shadow: none;
}
.site-assistant-trigger > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.site-assistant-trigger > span {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #10b765;
    box-shadow: 0 0 0 4px rgba(16,183,101,.18);
}
.site-assistant-hint {
    position: absolute;
    right: 92px;
    bottom: 88px;
    min-width: 118px;
    padding: 10px 15px;
    border-radius: 14px 14px 3px 14px;
    color: #fff;
    background: var(--navy-900);
    box-shadow: 0 10px 28px rgba(2,27,67,.2);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    pointer-events: none;
    animation: assistantHint 3.2s ease-in-out infinite;
    transition: opacity .2s ease, transform .2s ease;
}
.site-assistant-hint.is-hidden { opacity: 0; transform: translateY(6px); }
.site-assistant-panel {
    position: absolute;
    right: 0;
    bottom: 126px;
    width: min(400px, calc(100vw - 32px));
    max-height: min(650px, calc(100vh - 155px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d7e3f4;
    border-radius: 20px;
    background: #f5f8fd;
    box-shadow: 0 24px 68px rgba(2,27,67,.28);
    opacity: 0;
    transform: translateY(18px) scale(.96);
    transform-origin: right bottom;
    transition: opacity .24s ease, transform .24s ease;
}
.site-assistant-panel[hidden] { display: none; }
.site-assistant-panel.is-open { opacity: 1; transform: none; }
.site-assistant-header {
    min-height: 76px;
    display: grid;
    grid-template-columns: 46px 1fr 36px;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(135deg, #06295d, #075ddd);
}
.site-assistant-avatar {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.86);
    border-radius: 50%;
    background: #031b43;
}
.site-assistant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.site-assistant-header strong { display: block; font-size: .96rem; }
.site-assistant-header small { display: flex; align-items: center; gap: 6px; color: #dceaff; font-size: .7rem; }
.site-assistant-header small i { width: 7px; height: 7px; border-radius: 50%; background: #3ee089; }
.site-assistant-header > button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.12);
    font-size: 1.4rem;
    cursor: pointer;
}
.site-assistant-header > button:hover { background: rgba(255,255,255,.24); }
.site-assistant-body {
    min-height: 210px;
    padding: 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #9db6db transparent;
}
.site-assistant-message {
    width: fit-content;
    max-width: 88%;
    margin: 0 0 11px;
    padding: 11px 13px;
    border-radius: 6px 15px 15px 15px;
    color: var(--navy-900);
    background: #fff;
    box-shadow: 0 5px 15px rgba(7,45,101,.08);
    font-size: .82rem;
    line-height: 1.52;
    animation: assistantMessageIn .25s ease both;
}
.site-assistant-message.is-user {
    margin-left: auto;
    border-radius: 15px 6px 15px 15px;
    color: #fff;
    background: var(--blue-600);
}
.site-assistant-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
.site-assistant-actions.is-single { grid-template-columns: 1fr; }
.site-assistant-actions button,
.site-assistant-option,
.site-assistant-question-list button {
    border: 1px solid var(--blue-600);
    border-radius: 10px;
    color: #fff;
    background: var(--blue-600);
    font: inherit;
    font-size: .76rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.site-assistant-actions button { min-height: 42px; padding: 9px 12px; }
.site-assistant-actions button:hover,
.site-assistant-option:hover,
.site-assistant-question-list button:hover { transform: translateY(-2px); background: #074bb7; }
.site-assistant-actions button.is-secondary { color: var(--blue-700); background: #fff; }
.site-assistant-actions button.is-secondary:hover { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.site-assistant-options { display: grid; gap: 8px; }
.site-assistant-option {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-color: #d5e1f2;
    color: var(--navy-900);
    background: #fff;
    text-align: left;
}
.site-assistant-option:hover { color: #fff; border-color: var(--blue-600); }
.site-assistant-option > span:first-child {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--red-600);
    background: #fff0f1;
    font-size: 1.15rem;
}
.site-assistant-option strong,
.site-assistant-option small { display: block; }
.site-assistant-option small { margin-top: 2px; color: var(--slate-600); font-size: .66rem; font-weight: 500; line-height: 1.35; }
.site-assistant-option:hover small { color: #dceaff; }
.site-assistant-question-list { display: grid; gap: 7px; }
.site-assistant-question-list button {
    width: 100%;
    padding: 11px 13px;
    border-color: #d5e1f2;
    color: var(--navy-900);
    background: #fff;
    text-align: left;
    line-height: 1.4;
}
.site-assistant-question-list button::after { content: '\2192'; float: right; margin-left: 8px; color: var(--blue-600); }
.site-assistant-question-list button:hover { color: #fff; border-color: var(--blue-600); }
.site-assistant-question-list button:hover::after { color: #fff; }
.site-assistant-success { padding: 32px 12px; text-align: center; animation: assistantMessageIn .25s ease both; }
.site-assistant-success > span { display: block; margin-bottom: 8px; font-size: 3rem; }
.site-assistant-success strong { display: block; color: var(--navy-900); font-size: 1.05rem; }
.site-assistant-success p { margin: 5px 0 0; color: var(--slate-600); font-size: .8rem; }
.site-assistant-thinking {
    position: relative;
    min-height: 180px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 10px;
    overflow: hidden;
    color: var(--navy-900);
    text-align: center;
}
.site-assistant-thinking-dots { display: flex; gap: 6px; height: 10px; }
.site-assistant-thinking-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue-600);
    animation: assistantThinkingDot .9s ease-in-out infinite alternate;
}
.site-assistant-thinking-dots i:nth-child(2) { animation-delay: .18s; }
.site-assistant-thinking-dots i:nth-child(3) { animation-delay: .36s; }
.site-assistant[data-assistant-state="loading"] .site-assistant-trigger,
.site-assistant[data-assistant-state="thinking"] .site-assistant-trigger {
    box-shadow: none;
}
.site-assistant[data-assistant-state="success"] .site-assistant-trigger {
    box-shadow: none;
}

@keyframes assistantHint { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes assistantMessageIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes assistantThinkingDot { from { opacity: .28; transform: translateY(2px); } to { opacity: 1; transform: translateY(-3px); } }

@media (max-width: 720px) {
    .site-assistant { right: 12px; bottom: 82px; }
    .site-assistant-trigger { width: 91px; height: 91px; flex-basis: 91px; }
    .site-assistant-hint { right: 76px; bottom: 72px; }
    .site-assistant-panel { bottom: 105px; max-height: calc(100vh - 135px); border-radius: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    .site-assistant-hint,
    .site-assistant-message,
    .site-assistant-success,
    .site-assistant-thinking-dots i { animation: none; }
    .site-assistant-panel,
    .site-assistant-trigger { transition: none; }
}

/* =========================================================
   Páginas finais — composição fiel aos mockups aprovados
   ========================================================= */
.centered { justify-content: center; }
.align-left { max-width: none; margin-inline: 0; text-align: left; }
.centered-copy { text-align: center; }
.section-tight { padding-block: 52px; }
.hero-copy h1 span, .about-hero h1 span, .faq-hero h1 span, .content-hero h1 span { color: var(--blue-600); }
.hero-checks { padding: 0; margin: 0 0 30px; list-style: none; }
.hero-checks li { position: relative; padding: 7px 0 7px 30px; color: var(--slate-700); font-size: .9rem; }
.hero-checks li::before { position: absolute; left: 0; color: var(--red-600); content: "✓"; font-weight: 900; }

/* Painel da Home */
.hero-dashboard .hero-grid { grid-template-columns: .9fr 1.1fr; min-height: 620px; gap: 62px; }

/* Abertura da Home: ocupa a tela somente na primeira visita da sessão. */
body.home-intro-lock { overflow: hidden; }
.home-intro-loader {
    position: fixed;
    inset: 0;
    z-index: 5000;
    min-width: 100%;
    min-height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 50% 44%, rgba(21, 103, 229, .34), transparent 34%),
        linear-gradient(145deg, #031b43 0%, #05265a 50%, #021632 100%);
    transform: translateY(0);
    transition: transform .9s cubic-bezier(.76, 0, .24, 1), visibility .9s;
    will-change: transform;
}
.home-intro-loader.home-intro-skip { display: none; }
.home-intro-loader.home-intro-leaving { visibility: hidden; transform: translateY(-105%); }
.home-intro-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(68vw, 820px);
    aspect-ratio: 1;
    border: 1px solid rgba(87, 160, 255, .2);
    border-radius: 50%;
    box-shadow: inset 0 0 90px rgba(9, 100, 231, .12), 0 0 110px rgba(9, 100, 231, .14);
    transform: translate(-50%, -50%);
    animation: home-intro-orbit 5s ease-in-out infinite;
}
.home-intro-glow::before,
.home-intro-glow::after {
    position: absolute;
    border: 1px solid rgba(87, 160, 255, .16);
    border-radius: inherit;
    content: "";
}
.home-intro-glow::before { inset: 9%; }
.home-intro-glow::after { inset: 21%; }
.home-intro-content {
    position: relative;
    z-index: 2;
    width: min(90vw, 620px);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home-intro-logo {
    width: clamp(190px, 22vw, 300px);
    height: auto;
    opacity: 0;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .24));
    transform: translateY(18px) scale(.94);
    animation: home-intro-logo .75s .08s ease forwards;
}
.home-intro-typing {
    min-height: 1.5em;
    margin: 30px 0 14px;
    color: #fff;
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -.025em;
}
.home-intro-typing::after {
    width: 2px;
    height: 1em;
    margin-left: 7px;
    display: inline-block;
    vertical-align: -.1em;
    background: #ef3038;
    content: "";
    animation: home-intro-caret .65s steps(1) infinite;
}
.home-intro-typing.typing-complete::after { animation-iteration-count: 2; }
.home-intro-line {
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ef3038, transparent);
    box-shadow: 0 0 18px rgba(239, 48, 56, .52);
    animation: home-intro-line 1.4s .3s ease forwards;
}
.home-intro-robot {
    position: absolute;
    right: clamp(-130px, -5vw, -35px);
    bottom: clamp(-120px, -8vw, -55px);
    z-index: 1;
    width: clamp(300px, 34vw, 560px);
    height: auto;
    opacity: .52;
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, transparent 76%);
    mask-image: radial-gradient(ellipse at center, #000 48%, transparent 76%);
    filter: saturate(.82) drop-shadow(0 18px 35px rgba(0, 0, 0, .25));
    transform-origin: 60% 100%;
    animation: home-intro-robot 2.7s ease-in-out infinite;
}
@keyframes home-intro-logo {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes home-intro-line {
    to { width: min(280px, 64vw); }
}
@keyframes home-intro-caret {
    50% { opacity: 0; }
}
@keyframes home-intro-orbit {
    50% { opacity: .65; transform: translate(-50%, -50%) scale(1.04); }
}
@keyframes home-intro-robot {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-15px) rotate(1.5deg); }
}
.hero-home.network-background > .home-satisfaction-ribbon {
    position: absolute;
    z-index: 6;
    top: 34px;
    right: 38px;
    width: 154px;
    height: 154px;
    filter: drop-shadow(0 18px 22px rgba(5,37,91,.24));
    pointer-events: none;
}
.home-satisfaction-tail {
    position: absolute;
    z-index: 0;
    top: 66%;
    width: 48px;
    height: 82px;
    background: linear-gradient(180deg,#ef2f38,#b90e20);
    clip-path: polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);
}
.home-satisfaction-tail-left { left: 27px; transform: rotate(8deg); }
.home-satisfaction-tail-right { right: 27px; transform: rotate(-8deg); }
.home-satisfaction-medal-face {
    position: absolute;
    z-index: 2;
    inset: 0;
    padding: 26px 22px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    clip-path: polygon(50% 0,56% 4%,63% 2%,69% 7%,76% 6%,81% 13%,88% 15%,90% 23%,96% 28%,95% 36%,100% 43%,96% 50%,100% 57%,95% 64%,96% 72%,90% 77%,88% 85%,81% 87%,76% 94%,69% 93%,63% 98%,56% 96%,50% 100%,44% 96%,37% 98%,31% 93%,24% 94%,19% 87%,12% 85%,10% 77%,4% 72%,5% 64%,0 57%,4% 50%,0 43%,5% 36%,4% 28%,10% 23%,12% 15%,19% 13%,24% 6%,31% 7%,37% 2%,44% 4%);
    color: #fff;
    background: linear-gradient(145deg,#ff4650,#c70e22);
}
.home-satisfaction-medal-face::before {
    position: absolute;
    z-index: -1;
    inset: 11px;
    border: 4px solid #fff;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 27%,rgba(255,255,255,.2),transparent 24%),
        linear-gradient(145deg,#11489d 0%,#071f4d 70%);
    box-shadow: inset 0 0 0 3px rgba(239,47,56,.72);
    content: "";
}
.home-satisfaction-medal-icon {
    display: grid;
    width: 30px;
    height: 30px;
    margin-bottom: 1px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--red-600);
    box-shadow: 0 0 0 4px rgba(255,255,255,.12);
    font-size: .88rem;
    line-height: 1;
}
.home-satisfaction-medal-face strong {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.04em;
}
.home-satisfaction-medal-face > span:last-child {
    max-width: 112px;
    font-size: .62rem;
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}
.home-satisfaction-medal-face .home-satisfaction-medal-icon {
    font-size: .88rem;
}
.home-hero-title { max-width: 620px; margin-bottom: 24px; padding-right: .12em; overflow: visible; font-size: clamp(3.25rem, 4.1vw, 4.15rem); line-height: 1.02; letter-spacing: -.055em; }
.home-title-primary, .home-title-accent { display: block; padding-right: .08em; overflow: visible; }
/* Reserva espaço para "Seguros" durante a animação e evita o recorte do último "s". */
.home-hero-title .home-title-primary > .kinetic-word:first-child { width: 270px; }
/* Reserva espaço para "imobiliários" e mantém o último "s" visível durante a animação. */
.home-hero-title .home-title-primary > .kinetic-word:nth-child(3) { width: 380px; }
.hero-copy .home-title-primary { color: var(--navy-950); }
.home-title-accent { margin-top: 4px; color: var(--blue-600); white-space: nowrap; }
.dashboard-shell { position: relative; min-width: 0; min-height: 500px; display: grid; grid-template-columns: 135px 1fr; overflow: visible; border: 1px solid #dbe5f2; border-radius: 16px; background: #fff; box-shadow: 0 25px 70px rgba(5,37,91,.18); transform: perspective(1200px) rotateY(-1deg); }
.hero-dashboard .dashboard-shell { display: block; }
.dashboard-carousel { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: #fff; }
.dashboard-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left top; opacity: 0; transform: scale(1.008); transition: opacity .7s ease,transform 4.5s ease; }
.dashboard-slide.active { opacity: 1; transform: scale(1); }
.hero-dashboard .secure-badge { z-index: 3; }
.dash-sidebar { min-height: 500px; padding: 24px 14px; display: flex; flex-direction: column; gap: 7px; border-radius: 16px 0 0 16px; color: #a9bdd8; background: linear-gradient(180deg,#061f4a,#031630); }
.dash-sidebar img { width: 88px; max-height: 45px; margin: 0 auto 16px; object-fit: contain; }
.dash-sidebar span { padding: 8px 10px; border-radius: 7px; font-size: .64rem; }
.dash-sidebar span.active { color: #fff; background: var(--blue-600); }
.dash-main { min-width: 0; padding: 24px; }
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
.dash-top div { display: flex; flex-direction: column; }.dash-top strong { font-size: .72rem; }.dash-top > span { padding: 6px 8px; border: 1px solid var(--slate-200); border-radius: 5px; color: var(--slate-500); font-size: .52rem; }
.dash-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.dash-stats > div { padding: 12px; display: flex; flex-direction: column; border: 1px solid #e5ebf4; border-radius: 7px; background: #fff; }
.dash-stats small { color: var(--slate-500); font-size: .52rem; }.dash-stats strong { font-size: .95rem; }.dash-stats em { color: var(--green-600); font-size: .5rem; font-style: normal; }
.dash-charts { margin-top: 12px; display: grid; grid-template-columns: 1.5fr .8fr; gap: 10px; }
.line-chart, .donut-card { padding: 14px; border: 1px solid #e5ebf4; border-radius: 7px; }
.line-chart small, .donut-card small { display: block; margin-bottom: 8px; font-size: .55rem; font-weight: 800; }
.line-chart svg { width: 100%; height: 120px; }.line-chart polyline { fill: none; stroke: var(--blue-600); stroke-width: 4; }
.donut-card { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 8px; }.donut-card small { grid-column: 1/-1; }.donut { width: 64px; height: 64px; border-radius: 50%; background: conic-gradient(var(--blue-600) 0 45%,#0e2e66 45% 75%,#6da6ff 75%); -webkit-mask: radial-gradient(circle 22px,transparent 98%,#000 100%); mask: radial-gradient(circle 22px,transparent 98%,#000 100%); }.donut-card div:last-child { display: flex; flex-direction: column; gap: 4px; color: var(--slate-500); font-size: .48rem; }
.secure-badge { position: absolute; right: -25px; bottom: -28px; padding: 13px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--slate-200); border-radius: 12px; background: #fff; box-shadow: var(--shadow-lg); }.secure-badge b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--red-600); background: var(--red-100); }.secure-badge span { display: flex; flex-direction: column; }.secure-badge strong { font-size: .72rem; }.secure-badge small { color: var(--slate-500); font-size: .56rem; }
.home-products { padding-top: 70px; }
.steps-section { padding: 22px 0 58px; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; text-align: center; }
.process-line::before { position: absolute; top: 47px; right: 15%; left: 15%; height: 1px; background: repeating-linear-gradient(to right,#aac3e8 0 8px,transparent 8px 15px); content: ""; }
.process-line article { position: relative; z-index: 1; }.process-line article > span { position: absolute; top: 1px; left: calc(50% - 45px); width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red-600); font-size: .65rem; font-weight: 800; }
.process-icon { width: 90px; height: 90px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid #dce6f4; border-radius: 50%; color: var(--navy-900); background: #fff; font-size: 2rem; box-shadow: 0 10px 30px rgba(5,37,91,.06); }
.process-line p { max-width: 220px; margin-inline: auto; font-size: .78rem; }
.process-four { grid-template-columns: repeat(4,1fr); }
.steps-section .section-heading { margin-bottom: 30px; }
.steps-section .process-line { gap: 72px; text-align: left; }
.steps-section .process-line::before { display: none; }
.steps-section .process-line article { display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto 1fr; column-gap: 20px; align-items: start; }
.steps-section .process-line article:not(:last-child)::after { position: absolute; top: 29px; right: -47px; color: #a9bddb; content: "⟶"; font-size: 1.7rem; font-weight: 400; }
.steps-section .process-line article > span { top: -4px; left: -5px; width: 23px; height: 23px; }
.steps-section .process-icon { grid-row: 1/3; width: 72px; height: 72px; margin: 0; font-size: 1.6rem; }
.steps-section .process-line h3 { margin: 7px 0 4px; font-size: .9rem; }
.steps-section .process-line p { max-width: 210px; margin: 0; font-size: .68rem; line-height: 1.5; }
.integration-feature { background: linear-gradient(100deg,#f8fbff,#edf5ff); }
.split-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.network-map { position: relative; display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; gap: 25px; }
.network-connectors { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.network-lines path { fill: none; stroke: #dcb9ba; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 6 7; vector-effect: non-scaling-stroke; }
.network-lines path::after { fill: #dcb9ba; }
.network-column { position: relative; z-index: 1; display: grid; gap: 10px; }.network-logo { min-height: 56px; padding: 10px 18px; display: grid; place-items: center; border: 1px solid #dce6f3; border-radius: 9px; color: inherit; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }.network-logo:hover,.network-logo:focus-visible { border-color: #8db9f5; box-shadow: 0 14px 28px rgba(5,37,91,.14); transform: translateY(-3px); }.network-logo:focus-visible { outline: 3px solid rgba(8,99,231,.22); outline-offset: 3px; }.network-logo img { max-width: 110px; max-height: 38px; object-fit: contain; }.network-core { position: relative; z-index: 2; width: 125px; height: 125px; padding: 28px; display: grid; place-items: center; border-radius: 32px; background: var(--navy-950); box-shadow: var(--shadow-lg); }
.stats-band { position: relative; padding: 32px 0; color: #fff; background: linear-gradient(115deg,#031b43,#063775); }.stats-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }.stats-band .container { display: grid; grid-template-columns: repeat(4,1fr); }.stats-item { min-width: 0; padding: 0 28px; display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.2); }.stats-item:last-child { border: 0; }.stats-icon { width: 52px; height: 52px; display: grid; flex: 0 0 52px; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.2); }.stats-icon-red { background: linear-gradient(145deg,#ff4d52,#e9232a); }.stats-icon-blue { background: linear-gradient(145deg,#1472ff,#0751c7); }.stats-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.stats-copy { min-width: 0; display: flex; flex-direction: column; }.stats-copy strong { color: #fff; font-size: 1.55rem; line-height: 1.05; white-space: nowrap; }.stats-copy > span { margin-top: 5px; color: #c5d7ef; font-size: .7rem; white-space: nowrap; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.testimonial-grid blockquote { margin: 0; padding: 28px; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }.testimonial-grid blockquote > b { color: var(--red-600); font-size: 2rem; }.testimonial-grid blockquote p { min-height: 115px; font-size: .82rem; }.testimonial-grid footer { display: flex; align-items: center; gap: 12px; }.testimonial-grid footer div { display: flex; flex-direction: column; }.testimonial-grid footer small { color: var(--slate-500); font-size: .62rem; }.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-600); font-weight: 800; }
.section-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; text-align: left; }
.editorial-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.editorial-card { overflow: hidden; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; }.editorial-card img { width: 100%; height: 155px; object-fit: cover; }.editorial-card > div { padding: 18px; }

/* Heros e blocos das páginas de produto */
.product-hero { position: relative; overflow: hidden; background: #f7faff; }
.product-hero::after { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(8,99,231,.16) 1px,transparent 1px); background-position: calc(100% - 45px) 35px; background-size: 18px 18px; content: ""; mask-image: linear-gradient(to left,#000,transparent 45%); opacity: .45; }
.product-breadcrumbs { position: relative; z-index: 2; padding-top: 24px; display: flex; align-items: center; gap: 9px; color: var(--slate-500); font-size: .68rem; }
.product-breadcrumbs strong { color: var(--blue-700); }
.product-hero-inner { position: relative; z-index: 1; min-height: 640px; display: grid; grid-template-columns: 1fr; align-items: center; }
.product-hero .hero-copy { position: relative; z-index: 3; width: 48%; padding-block: 42px 68px; }
.product-hero h1 { max-width: 600px; font-size: clamp(3rem,3.75vw,3.8rem); }
.product-name-title { margin-bottom: 22px; display: flex; align-items: center; gap: 18px; }
.product-name-title > span { width: 58px; height: 58px; display: grid; flex: 0 0 58px; place-items: center; border: 1px solid #ff9da0; border-radius: 13px; background: var(--red-100); font-size: 1.8rem; }
.product-name-title h1 { margin: 0; font-size: clamp(2.9rem,3.7vw,3.7rem); }
.product-hero-subtitle { max-width: 570px; margin-bottom: 20px; font-size: clamp(1.7rem,2.15vw,2.2rem); line-height: 1.15; letter-spacing: -.035em; }
.product-hero-subtitle span { display: block; color: var(--blue-600); }
.product-hero-visual { position: absolute; z-index: 1; top: -62px; right: calc((100vw - 100%) / -2); bottom: 0; left: 36%; min-height: 0; overflow: visible; border-radius: 0; background: #f7faff; box-shadow: none; }
.product-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-hero-visual::before { position: absolute; z-index: 1; inset: 0 0 0 -150px; background: linear-gradient(90deg,#f7faff 0%,#f7faff 21%,rgba(247,250,255,.97) 31%,rgba(247,250,255,.76) 44%,rgba(247,250,255,.3) 58%,transparent 72%); content: ""; pointer-events: none; }
.product-hero-visual::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(255,255,255,.04),transparent 65%,rgba(5,37,91,.08)); content: ""; pointer-events: none; -webkit-mask-image: linear-gradient(90deg,transparent 0%,transparent 10%,rgba(0,0,0,.35) 27%,#000 52%); mask-image: linear-gradient(90deg,transparent 0%,transparent 10%,rgba(0,0,0,.35) 27%,#000 52%); }
.product-visual-badge { position: absolute; z-index: 3; padding: 13px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--slate-200); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); }
.product-visual-badge b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--red-600); background: var(--red-100); }
.product-visual-badge > span { display: flex; flex-direction: column; }
.product-visual-badge strong { font-size: .7rem; }
.product-visual-badge small { color: var(--slate-500); font-size: .55rem; }
.product-badge-top { top: 60px; right: max(28px,calc((100vw - 100%) / 2 + 28px)); }
.product-badge-bottom { right: max(48px,calc((100vw - 100%) / 2 + 48px)); bottom: 34px; }
.two-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.two-benefits article { padding: 30px; display: flex; align-items: center; gap: 25px; border: 1px solid var(--slate-200); border-radius: 16px; box-shadow: var(--shadow-sm); }.two-benefits p { margin: 0; font-size: .82rem; }
.big-outline-icon { width: 68px; height: 68px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 15px; color: var(--blue-600); background: var(--blue-100); font-size: 1.7rem; font-weight: 700; }
.profile-selector { padding: 34px 0; color: #fff; background: linear-gradient(105deg,#031b43,#074dcc); }.profile-selector .container { display: grid; grid-template-columns: .72fr 1.55fr .55fr; align-items: center; gap: 25px; }.profile-selector h2 { margin: 0 0 6px; font-size: 1.3rem; }.profile-selector p { margin: 0; color: #c3d6ee; font-size: .75rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.choice-grid button { padding: 18px; display: flex; flex-direction: column; align-items: center; gap: 4px; border: 2px solid transparent; border-radius: 10px; color: var(--navy-950); background: #fff; cursor: pointer; }.choice-grid button.active { border-color: #6da6ff; box-shadow: 0 0 0 3px rgba(109,166,255,.2); }.choice-grid button > span { color: var(--blue-600); font-size: 1.5rem; }.choice-grid small { color: var(--slate-500); font-size: .55rem; }
.choice-summary { padding: 15px; display: flex; flex-direction: column; gap: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }.choice-summary small { color: #aac8ed; }.button-danger { color: #fff; background: var(--red-600); }
.coverage-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.coverage-card { position: relative; min-height: 205px; padding: 25px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--transition),box-shadow var(--transition); }.coverage-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }.coverage-card label { position: absolute; top: 16px; right: 16px; }.coverage-card input { width: auto; }.coverage-icon { margin-bottom: 20px; color: var(--blue-600); font-size: 2rem; }.coverage-card p { font-size: .76rem; }
.fire-coverage-section { background: #f4f7fa; }.fire-coverage-section .coverage-grid { grid-template-columns: repeat(3,1fr); }.fire-coverage-section .coverage-card { min-height: 285px; }.fire-coverage-section .coverage-card p { font-size: .82rem; line-height: 1.7; }
.process-section { border-block: 1px solid #e8eef6; background: #fff; }
.coverage-table { overflow: hidden; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }.coverage-table-head,.coverage-table > div { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); }.coverage-table > div > * { padding: 15px 20px; border-bottom: 1px solid #e7edf5; text-align: center; }.coverage-table > div > *:first-child { text-align: left; }.coverage-table-head { color: #fff; background: var(--navy-950); }.coverage-table .yes { color: var(--green-600); }.coverage-table .no { color: #a9b6c8; }
.quote-builder { padding: 35px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 35px; border: 1px solid var(--slate-200); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }.quote-builder > div { display: grid; gap: 18px; }.quote-builder aside { padding: 28px; display: flex; flex-direction: column; border-radius: 14px; background: var(--blue-100); }.quote-builder aside strong { margin: 10px 0; color: var(--blue-700); font-size: 2.3rem; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.audience-grid article { padding: 30px; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; }.faq-contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 35px; }.dark-contact-card { padding: 42px; border-radius: 18px; color: #fff; background: linear-gradient(145deg,#031b43,#074dcc); box-shadow: var(--shadow-lg); }.dark-contact-card p { color: #c5d7ef; }

/* Soluções, integrações e institucional */
.solutions-hero .container { width: min(calc(100% - 40px), 1320px); }
.solutions-hero .hero-grid { min-height: 500px; padding-block: 48px 28px; grid-template-columns: 1.18fr .82fr; gap: 58px; }
.solutions-hero h1 { max-width: 730px; font-size: clamp(3.1rem, 3.75vw, 3.8rem); }
.solutions-hero h1 span { display: block; color: var(--blue-600); }
.solutions-hero .hero-copy > p { max-width: 660px; }
.solutions-visual { position: relative; min-height: 410px; overflow: hidden; border-radius: 32px; background: #eaf3ff; box-shadow: var(--shadow-lg); }
.solutions-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.15),transparent 55%); content: ""; pointer-events: none; }
.solutions-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.solutions-shield { position: absolute; z-index: 2; top: 50%; left: 7%; width: 116px; height: 128px; display: grid; place-items: center; border: 7px solid rgba(255,255,255,.88); border-radius: 44% 44% 50% 50%; color: #fff; background: linear-gradient(145deg,#2281ff,#0756d7); box-shadow: 0 24px 55px rgba(7,77,204,.3); transform: translateY(-50%); }
.solutions-shield svg { width: 80px; height: 92px; fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.solutions-shield svg path:first-child { fill: rgba(255,255,255,.14); stroke-width: 2.8; }
.solution-profile-tabs { position: relative; z-index: 3; background: #fff; }
.solution-profile-tabs .container { margin-top: -1px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.solution-profile-tabs a { min-height: 100px; padding: 20px 30px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; border-right: 1px solid var(--slate-200); transition: border-color var(--transition),box-shadow var(--transition),transform var(--transition); }
.solution-profile-tabs a:last-child { border-right: 0; }
.solution-profile-tabs a.active { z-index: 1; border: 2px solid var(--blue-600); border-radius: 13px; color: var(--blue-700); box-shadow: 0 10px 28px rgba(8,99,231,.12); transform: translateY(-1px); }
.solution-profile-tabs a > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--slate-200); border-radius: 50%; color: var(--blue-700); font-size: 1.4rem; }
.solution-profile-tabs a div { display: flex; flex-direction: column; }
.solution-profile-tabs strong { font-size: .96rem; }
.solution-profile-tabs small { margin-top: 3px; color: var(--slate-500); font-size: .7rem; }
.solutions-portfolio { padding-top: 50px; }
.solution-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.solution-product-card { min-height: 370px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition); }
.solution-product-card:hover { border-color: rgba(8,99,231,.35); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.solution-card-icon { width: 54px; height: 54px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 14px; color: var(--red-600); background: linear-gradient(145deg,#fff7f7,#f4f7fb); font-size: 1.55rem; font-weight: 800; }
.solution-product-card h2 { margin-bottom: 10px; font-size: 1.15rem; letter-spacing: -.025em; }
.solution-product-card p { min-height: 102px; margin-bottom: 16px; font-size: .76rem; }
.solution-product-card > small { margin-bottom: 10px; color: var(--slate-500); font-size: .63rem; }
.solution-product-card ul { padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 10px 15px; list-style: none; color: var(--slate-700); font-size: .62rem; }
.solution-product-card li { display: inline-flex; align-items: center; gap: 5px; }
.solution-product-card li span { color: var(--blue-600); font-weight: 800; }
.solution-product-card .card-link { margin-top: auto; }
.solutions-process { border-block: 1px solid var(--slate-200); background: #fff; }
.solutions-process .section-heading { margin-bottom: 35px; }
.solutions-help { padding-top: 45px; }
.solutions-help-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 30px; align-items: stretch; }
.solutions-help-heading { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.solutions-help-heading h2 { margin: 0; font-size: 1.7rem; }
.solutions-contact-card { padding: 38px; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(125deg,#075cdf,#073a9f); box-shadow: var(--shadow-lg); }
.solutions-contact-card h2 { margin-bottom: 12px; font-size: 2rem; }
.solutions-contact-card p { max-width: 470px; color: #d9e8ff; }
.solution-showcase { border-top: 1px solid var(--slate-200); }.solution-row { padding: 28px 8px; display: grid; grid-template-columns: 60px 60px 1fr 45px; align-items: center; gap: 18px; border-bottom: 1px solid var(--slate-200); transition: background var(--transition),padding var(--transition); }.solution-row:hover { padding-inline: 20px; background: var(--blue-100); }.solution-number { color: #9aabc1; font-size: .75rem; }.solution-row h2 { margin: 0 0 5px; font-size: 1.4rem; }.solution-row p { margin: 0; }.solution-arrow { color: var(--blue-600); font-size: 1.6rem; }
.integration-hero { padding: 70px 0; background: linear-gradient(180deg,#fff,#f0f6ff); }.integration-hero .container { width: min(calc(100% - 40px),1320px); }.integration-hero .hero-grid { min-height: 480px; padding: 0; grid-template-columns: .88fr 1.12fr; }.integration-hero h1 { max-width: 590px; font-size: clamp(3rem,3.75vw,3.8rem); }
.erp-panel { position: relative; padding: 25px 25px 25px 85px; display: grid; overflow: visible; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }.erp-side { position: absolute; inset: 0 auto 0 0; width: 60px; padding: 20px 12px; display: flex; flex-direction: column; gap: 18px; align-items: center; border-radius: 16px 0 0 16px; color: #9cb5d6; background: var(--navy-950); }.erp-side .active { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--blue-600); }.erp-table { margin-top: 18px; display: grid; border: 1px solid var(--slate-200); border-radius: 8px; }.erp-table > * { padding: 10px; border-bottom: 1px solid var(--slate-200); font-size: .62rem; }.erp-table span { display: flex; justify-content: space-between; }.erp-table em { color: var(--green-600); font-style: normal; }.integrated-badge { position: absolute; right: -60px; top: 100px; width: 120px; padding: 18px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--slate-200); border-radius: 14px; color: var(--green-600); background: #fff; box-shadow: var(--shadow-lg); }.integrated-badge strong { color: var(--navy-950); }.integrated-badge small { color: var(--slate-500); font-size: .6rem; }
.micro-benefits { padding: 28px 0; border-block: 1px solid var(--slate-200); }.micro-benefits .container,.micro-benefits-inline { display: grid; grid-template-columns: repeat(3,1fr); }.micro-benefits .container > div,.micro-benefits-inline > div { padding: 0 35px; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-right: 1px solid var(--slate-200); }.micro-benefits span,.micro-benefits-inline span { grid-row: 1/3; color: var(--red-600); font-size: 1.8rem; }.micro-benefits small,.micro-benefits-inline small { color: var(--slate-500); }
.micro-benefits-inline--two { grid-template-columns: repeat(2,1fr); }
.micro-benefits-inline--two > div:last-child { border-right: 0; }
.integration-detail { padding: 35px; border: 2px solid var(--blue-600); border-radius: 18px; background: #fff; }.integration-detail-head span { color: var(--green-600); }.integration-flow { padding: 40px 0; display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: center; text-align: center; }.integration-flow article { padding: 25px; border: 1px solid var(--slate-200); border-radius: 13px; }.integration-flow > b { color: var(--red-600); font-size: 1.5rem; }.flow-migra img { width: 100px; }
.integrated-systems-section { padding-bottom: 46px; }.system-toolbar { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.system-toolbar label { width: min(100%,360px); }.system-toolbar input { margin: 0; padding-left: 18px; }.system-toolbar > span { color: var(--slate-500); font-size: .72rem; }.integrated-system-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.integrated-system-card { position: relative; min-height: 150px; padding: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; border: 1px solid var(--slate-200); border-radius: 13px; color: var(--navy-950); background: #fff; box-shadow: var(--shadow-sm); cursor: pointer; transition: border-color var(--transition),transform var(--transition),box-shadow var(--transition); }.integrated-system-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }.integrated-system-card.active { border: 2px solid var(--blue-600); box-shadow: 0 14px 35px rgba(15,99,230,.16); }.system-selected-mark { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; display: none; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-600); font-size: .7rem; }.integrated-system-card.active .system-selected-mark { display: grid; }.system-logo { height: 58px; display: grid; place-items: center; }.system-logo img { max-width: 145px; max-height: 52px; object-fit: contain; }.system-logo strong { color: var(--blue-700); font-size: 1.15rem; }.integrated-system-card > strong { font-size: .78rem; }.integrated-system-card small { color: var(--green-600); font-size: .65rem; }.integrated-system-card small i,.integration-status i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--green-600); }
.integration-result-section { padding-top: 44px; }.integration-detail-overview { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 0; padding-bottom: 30px; border-bottom: 1px solid var(--slate-200); }.integration-detail-overview > div { min-width: 0; padding: 0 28px; border-right: 1px solid var(--slate-200); }.integration-detail-overview > div:first-child { padding-left: 0; }.integration-detail-overview > div:last-child { padding-right: 0; border: 0; }.selected-system-brand { min-height: 55px; display: flex; align-items: center; gap: 18px; }.selected-system-brand img { width: 145px; max-height: 55px; object-fit: contain; object-position: left center; }.selected-system-brand strong { font-size: .88rem; }.integration-status { display: inline-block; margin: 12px 0; padding: 5px 10px; border-radius: 99px; color: var(--green-600); background: #effcf5; font-size: .66rem; font-weight: 800; }.selected-system-summary p,.integration-success-list p { margin: 7px 0; font-size: .68rem; line-height: 1.55; }.integration-success-list h3,.integration-supported h3 { font-size: .85rem; }.integration-success-list p { display: grid; grid-template-columns: 18px 1fr; }.integration-success-list p span { color: var(--red-600); }.integration-supported > div { display: grid; gap: 8px; }.integration-supported span { color: var(--blue-700); font-size: .7rem; font-weight: 700; }.integration-flow-title { margin: 30px 0 -16px; text-align: center; font-size: .85rem; }.integration-flow { padding-bottom: 24px; }.integration-sync-note { margin: 0 auto 30px; color: var(--green-600); text-align: center; font-size: .7rem; }.integration-products-heading { padding-top: 24px; border-top: 1px solid var(--slate-200); }.integration-products-heading h3 { margin-bottom: 2px; font-size: .9rem; }.integration-products-heading p { margin: 0; font-size: .68rem; }.integration-product-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.integration-product-grid article { min-height: 145px; padding: 23px; border: 1px solid var(--slate-200); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }.integration-product-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--red-600); background: #fff0f0; font-weight: 800; }.integration-product-grid h3 { margin: 15px 0 5px; font-size: .86rem; }.integration-product-grid p { margin: 0; font-size: .68rem; }
.about-hero,.faq-hero,.legal-hero,.contact-hero { position: relative; min-height: 520px; overflow: hidden; background: #f6faff; }.about-hero > img,.faq-hero > img,.legal-hero > img,.contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.about-hero > .container,.faq-hero > .container,.legal-hero > .container,.contact-hero > .container { position: relative; z-index: 1; min-height: inherit; display: flex; align-items: center; }.about-hero .container > div,.faq-hero .container > div { width: 50%; }.about-hero h1 { font-size: clamp(3rem,3.75vw,3.8rem); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; text-align: center; }.timeline::before { position: absolute; top: 25px; right: 8%; left: 8%; height: 2px; background: var(--blue-600); content: ""; }.timeline article { position: relative; z-index: 1; }.timeline article > span { width: 50px; height: 50px; margin: 0 auto 16px; display: grid; place-items: center; border: 2px solid #b9c9df; border-radius: 50%; background: #fff; font-weight: 800; }.timeline p { font-size: .75rem; }
.technology-band { padding: 75px 0; color: #fff; background: linear-gradient(135deg,#021733,#063c80); }.technology-band .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: center; }.compact-dashboard { transform: none; }.compact-dashboard .dash-sidebar { min-height: 330px; }.light-check { color: #d5e5f7; font-weight: 700; }
.about-hero { min-height: 590px; }.about-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 24%,rgba(255,255,255,.28) 55%,rgba(255,255,255,0) 73%); content: ""; }.about-hero-copy { position: relative; z-index: 1; padding-top: 24px; }.about-breadcrumb { position: absolute; bottom: calc(100% + 56px); left: 0; display: flex; gap: 9px; color: var(--slate-500); font-size: .68rem; }.about-breadcrumb a { color: var(--slate-500); }.about-breadcrumb strong { color: var(--blue-600); }.about-hero .eyebrow { margin-bottom: 16px; }.about-hero h1 { max-width: 590px; margin-bottom: 18px; font-size: clamp(2.7rem,3.55vw,3.45rem); line-height: 1.08; }.about-hero p { max-width: 470px; margin-bottom: 28px; font-size: 1rem; line-height: 1.6; }
.about-intro { padding-block: 54px 34px; }.about-intro h2 { margin-bottom: 20px; }.about-intro p { max-width: 820px; margin: 0 auto 12px; font-size: .82rem; line-height: 1.7; }
.about-values-section { padding-top: 34px; background: #fff; }.about-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }.about-values-grid article { min-height: 220px; padding: 34px 30px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; border: 1px solid var(--slate-200); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }.about-line-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--red-600); font-size: 2.1rem; }.about-values-grid article:nth-child(2) .about-line-icon { color: var(--blue-600); }.about-values-grid h3 { margin: 8px 0 24px; font-size: 1rem; }.about-values-grid p,.about-values-grid li { font-size: .72rem; line-height: 1.55; }.about-values-grid ul { margin: 0; padding: 0; list-style: none; }.about-values-grid li::before { margin-right: 7px; color: var(--blue-600); content: "◎"; }.about-confidence-band { margin-top: 28px; padding: 20px 28px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--slate-200); border-radius: 10px; }.about-confidence-band div { display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--slate-200); }.about-confidence-band div:last-child { border: 0; }.about-confidence-band span { color: var(--blue-600); font-size: 2rem; }.about-confidence-band div:first-child span { color: var(--red-600); }
.about-timeline-section { padding-block: 54px 66px; }.about-timeline { gap: 30px; }.about-timeline::after { position: absolute; top: 17px; right: 2%; color: var(--blue-600); font-size: 1.3rem; content: "→"; }.about-timeline article > span { color: var(--navy-900); font-size: 1.25rem; }.about-timeline h3 { font-size: .8rem; }.about-timeline p { margin-inline: auto; max-width: 185px; font-size: .66rem; line-height: 1.5; }
.about-technology { padding-block: 48px 62px; }.about-technology .container { grid-template-columns: 1.35fr .65fr; gap: 38px 62px; }.about-technology-heading { grid-column: 1/-1; }.about-technology-heading h2 { margin-bottom: 6px; color: #fff; font-size: 1.75rem; }.about-technology-heading p { margin: 0; color: #d5e5f7; font-size: .8rem; }.about-dashboard-carousel { min-height: 500px; display: block; overflow: hidden; }.about-technology-list { display: grid; gap: 24px; }.about-technology-list article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; }.about-technology-list article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-600); font-size: 1.35rem; }.about-technology-list h3 { margin: 0 0 4px; color: #fff; font-size: 1rem; }.about-technology-list p { margin: 0; color: #d5e5f7; font-size: .68rem; line-height: 1.5; }
.about-proof-band { padding: 28px 0; border-bottom: 1px solid var(--slate-200); background: #fff; }.about-proof-band .container { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--slate-200); border-radius: 10px; }.about-proof-band .container > div { padding: 22px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--slate-200); }.about-proof-band .container > div:last-child { border: 0; }.about-proof-band span { color: var(--blue-600); font-size: 1.8rem; }.about-proof-band .container > div:nth-child(odd) span { color: var(--red-600); }.about-proof-band strong { max-width: 125px; font-size: .78rem; }
.about-testimonials { padding-block: 48px 38px; }.about-testimonials .testimonial-grid blockquote { border-radius: 10px; }.about-testimonials .testimonial-grid blockquote p { min-height: 90px; font-size: .74rem; }.carousel-dots { margin-top: 24px; display: flex; justify-content: center; gap: 7px; }.carousel-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--slate-300); }.carousel-dots .active { background: var(--blue-600); }
.about-service-values { padding-block: 48px 62px; border-top: 1px solid var(--slate-100); }.about-service-grid { display: grid; grid-template-columns: repeat(4,1fr); }.about-service-grid article { padding: 10px 34px; text-align: center; border-right: 1px solid var(--slate-200); }.about-service-grid article:last-child { border: 0; }.about-service-grid span { color: var(--blue-600); font-size: 2rem; }.about-service-grid article:first-child span,.about-service-grid article:last-child span { color: var(--red-600); }.about-service-grid h3 { margin: 14px 0 8px; font-size: .82rem; }.about-service-grid p { margin: 0; font-size: .68rem; line-height: 1.5; }
.about-contact-strip { padding-block: 38px; background: #fff; }.about-contact-strip .container { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; }.about-contact-strip article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }.about-contact-strip article > span { color: var(--blue-600); font-size: 1.5rem; }.about-contact-strip h2 { margin: 0 0 8px; font-size: 1rem; }.about-contact-strip p,.about-contact-strip a,.about-contact-strip strong { display: block; margin: 3px 0; color: var(--slate-700); font-size: .72rem; line-height: 1.5; }.about-cta { padding-top: 20px; }.about-cta .cta-box { padding-block: 30px; }.about-cta h2 { font-size: 1.65rem; }

/*
 * Robôs Migra: dois níveis de presença visual.
 * A marca-d'água fecha a seção com baixa opacidade; o robô de destaque
 * ocupa cards escuros e recebe máscara para eliminar qualquer emenda da arte.
 */
.robot-watermark-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.robot-watermark-section > .container {
    position: relative;
    z-index: 1;
}
.robot-watermark {
    position: absolute;
    z-index: 0;
    bottom: -145px;
    width: clamp(290px, 29vw, 500px);
    height: auto;
    pointer-events: none;
    opacity: .045;
    filter: grayscale(.8) saturate(.25) contrast(.9);
    -webkit-mask-image: radial-gradient(ellipse 58% 70% at 50% 52%, #000 38%, rgba(0,0,0,.72) 62%, transparent 86%);
    mask-image: radial-gradient(ellipse 58% 70% at 50% 52%, #000 38%, rgba(0,0,0,.72) 62%, transparent 86%);
}
.robot-watermark-right { right: max(1.5%, calc((100vw - 1460px) / 2)); }
.robot-watermark-left { left: max(1.5%, calc((100vw - 1460px) / 2)); transform: scaleX(-1); }
.robot-feature-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.robot-feature-card::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(4,33,82,.1) 32%, rgba(4,33,82,.6) 76%, rgba(4,33,82,.9));
    content: "";
}
.robot-feature-card > *:not(.robot-feature-image) {
    position: relative;
    z-index: 2;
}
.robot-feature-image {
    position: absolute;
    z-index: 0;
    right: -24px;
    bottom: -105px;
    width: clamp(230px, 27vw, 390px);
    height: auto;
    pointer-events: none;
    opacity: .38;
    filter: grayscale(.18) saturate(.72) contrast(1.04);
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse 57% 70% at 50% 50%, #000 38%, rgba(0,0,0,.82) 60%, transparent 87%);
    mask-image: radial-gradient(ellipse 57% 70% at 50% 50%, #000 38%, rgba(0,0,0,.82) 60%, transparent 87%);
    animation: robot-float 6s ease-in-out infinite;
}
.cta-box.robot-feature-card .robot-feature-image {
    right: 21%;
    bottom: -150px;
    width: clamp(245px, 25vw, 390px);
    opacity: .3;
}
.dark-contact-card.robot-feature-card,
.solutions-contact-card.robot-feature-card {
    min-height: 330px;
}
.dark-contact-card.robot-feature-card p,
.solutions-contact-card.robot-feature-card p {
    max-width: 68%;
}
@keyframes robot-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@media (max-width: 900px) {
    .robot-watermark { bottom: -95px; width: 330px; opacity: .038; }
    .cta-box.robot-feature-card .robot-feature-image { right: -20px; bottom: -125px; opacity: .24; }
    .dark-contact-card.robot-feature-card p,
    .solutions-contact-card.robot-feature-card p { max-width: 75%; }
}
@media (max-width: 640px) {
    .robot-watermark { bottom: -55px; width: 250px; opacity: .032; }
    .robot-watermark-right { right: -70px; }
    .robot-watermark-left { left: -70px; }
    .robot-feature-image,
    .cta-box.robot-feature-card .robot-feature-image { right: -72px; bottom: -75px; width: 260px; opacity: .2; }
    .dark-contact-card.robot-feature-card,
    .solutions-contact-card.robot-feature-card { min-height: 300px; }
    .dark-contact-card.robot-feature-card p,
    .solutions-contact-card.robot-feature-card p { max-width: 84%; }
}
@media (prefers-reduced-motion: reduce) {
    .robot-feature-image { animation: none; }
}

/* FAQ, contato e documentos */
/*
 * O hero do FAQ também recebe o fundo animado de partículas. A maior
 * especificidade evita que a regra genérica de .network-background torne a
 * imagem relativa e aumente indevidamente a altura do cabeçalho.
 */
.faq-hero.network-background {
    min-height: clamp(460px, 38vw, 560px);
    background: #f2f7ff;
}
.faq-hero.network-background > img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faq-hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg,
        rgba(247,250,255,.99) 0%,
        rgba(247,250,255,.96) 30%,
        rgba(247,250,255,.68) 48%,
        rgba(247,250,255,.10) 72%);
}
.faq-hero.network-background > .container {
    position: relative;
    z-index: 2;
    min-height: inherit;
}
.faq-hero .container > div {
    width: min(49%, 620px);
    padding-block: 54px;
}
.faq-hero .eyebrow {
    margin-bottom: 16px;
}
.faq-hero h1 {
    max-width: 610px;
    margin-bottom: 18px;
    font-size: clamp(3rem,3.75vw,3.8rem);
    line-height: 1.04;
    letter-spacing: -.05em;
}
.faq-hero-summary {
    max-width: 520px;
    margin: 0;
    color: var(--slate-700);
    font-size: 1.05rem;
    font-weight: 600;
}
.hero-search { width: min(100%,560px); padding: 0 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #cbd7e7; border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }.hero-search span { color: var(--blue-600); font-size: 1.5rem; }.hero-search input { margin: 0; border: 0; background: transparent; }.hero-search input:focus { outline: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.topic-grid a { min-height: 150px; padding: 25px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }.topic-grid a > span { color: var(--blue-600); font-size: 1.8rem; }.topic-grid a > b { grid-column: 2; justify-self: end; color: var(--blue-600); }.topic-grid p { font-size: .72rem; }
.faq-large { max-width: none; }.faq-large details { border: 1px solid var(--slate-200); border-bottom: 0; background: #fff; }.faq-large details:first-child { border-radius: 12px 12px 0 0; }.faq-large details:last-child { border-bottom: 1px solid var(--slate-200); border-radius: 0 0 12px 12px; }.faq-large summary { padding-inline: 24px; }
.faq-topics-section .section-heading > p { max-width: 560px; }
.faq-topic-grid { grid-template-columns: repeat(3,1fr); }
.faq-topic-grid a { min-height: 190px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.faq-topic-grid a:hover { transform: translateY(-5px); border-color: #9ec0f7; box-shadow: 0 16px 38px rgba(5,37,91,.14); }
.faq-topic-grid h3 { margin-bottom: 8px; }
.faq-topic-grid small { display: inline-flex; margin-top: 12px; padding: 5px 9px; border-radius: 999px; color: var(--blue-700); background: #eaf2ff; font-size: .7rem; font-weight: 800; }
.faq-category-index { position: sticky; top: 76px; z-index: 5; margin-bottom: 42px; padding: 12px; display: flex; gap: 8px; overflow-x: auto; border: 1px solid var(--slate-200); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.faq-category-index a { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; color: var(--navy-900); font-size: .78rem; font-weight: 800; }
.faq-category-index a:hover { color: #fff; background: var(--red-600); }
.faq-category-block { scroll-margin-top: 145px; }
.faq-category-block + .faq-category-block { margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--slate-200); }
.faq-category-heading { margin-bottom: 24px; display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; }
.faq-category-heading h3 { margin: 2px 0 5px; font-size: clamp(1.8rem,2.6vw,2.7rem); }
.faq-category-heading p { margin: 0; }
.faq-category-heading > a { color: var(--blue-600); font-size: .78rem; font-weight: 800; }
.faq-category-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; color: var(--blue-600); background: #e8f1ff; font-size: 2rem; font-weight: 800; }
.faq-category-block .faq-large details { transition: border-color .2s ease, box-shadow .2s ease; }
.faq-category-block .faq-large details[open] { position: relative; z-index: 1; border-color: #aac7f3; box-shadow: 0 12px 30px rgba(9,48,102,.08); }
.faq-category-block .faq-large summary { font-size: 1rem; }
.faq-category-block .faq-large details[open] summary { color: var(--blue-700); }
.faq-category-block .faq-large p { max-width: 1050px; color: var(--slate-600); line-height: 1.75; }
.guided-profile { margin-bottom: 70px; padding: 25px; display: flex; align-items: center; gap: 12px; border-radius: 15px; background: var(--blue-100); }.guided-profile > div { margin-right: auto; }.guided-profile button { padding: 18px 25px; border: 1px solid var(--slate-200); border-radius: 10px; color: var(--slate-700); background: #fff; cursor: pointer; }.guided-profile button.active { border: 2px solid var(--blue-600); color: var(--blue-700); }
.channel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.channel-grid > a { padding: 28px; border: 1px solid var(--slate-200); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }.channel-grid > a > span { color: var(--blue-600); font-size: 2.2rem; }.channel-grid b { color: var(--blue-600); }
.contact-hero { min-height: 250px; }.contact-hero > img { object-position: right center; }.contact-hero-copy { display: flex; flex-direction: column; align-items: flex-start; }.contact-hero h1 { margin-bottom: 4px; font-size: clamp(2.5rem,3.4vw,3.35rem); }.contact-hero p { margin: 0; font-size: 1.05rem; font-weight: 600; }.support-profiles { margin-top: -38px; position: relative; z-index: 3; }.support-profiles .container { max-width: 1020px; padding: 10px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--slate-200); border-radius: 15px; background: #fff; box-shadow: var(--shadow-lg); }.support-profiles button { min-height: 78px; padding: 13px 18px; display: flex; gap: 12px; align-items: center; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }.support-profiles button.active { color: #fff; background: var(--blue-600); }.support-profiles button > span { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.25rem; }.support-profiles button div { display: flex; flex-direction: column; align-items: flex-start; }.support-profiles small { opacity: .75; }
.contact-channels > a { min-height: 190px; padding: 22px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto 1fr auto; align-items: center; column-gap: 16px; }.contact-channels > a > span { width: 54px; height: 54px; display: grid; grid-row: 1/3; place-items: center; border-radius: 13px; color: #fff; background: var(--blue-600); font-size: 1.65rem; }.contact-channels > a:first-child > span { background: #0aa458; }.contact-channels > a:last-child > span { background: var(--red-600); }.contact-channels h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.025em; }.contact-channels p { margin: 6px 0 0; font-size: .72rem; line-height: 1.5; }.contact-channels a b { grid-column: 1/-1; display: block; margin-top: 18px; padding: 10px; border: 1px solid currentColor; border-radius: 8px; text-align: center; }.contact-channels a:first-child b { color: #069b52; }.contact-channels a:last-child b { color: var(--red-600); font-size: .72rem; }
.contact-products-section { padding-top: 58px; background: #fff; }.contact-products-section .section-heading { margin-bottom: 28px; }.support-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.support-product-grid article { padding: 20px; display: grid; grid-template-columns: 45px 1fr; gap: 11px 13px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }.support-product-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--slate-200); border-radius: 12px; color: var(--blue-600); font-size: 1.35rem; }.support-product-grid h3 { margin-bottom: 4px; font-size: .9rem; }.support-product-grid p,.support-product-grid a { font-size: .68rem; }.support-product-grid p { margin: 0; }.support-product-email { grid-column: 1/-1; padding: 9px 10px; border: 1px solid var(--slate-200); border-radius: 8px; color: var(--red-600); font-weight: 700; }
.contact-form-shell { display: grid; grid-template-columns: 1.4fr .75fr; gap: 28px; align-items: stretch; }.request-summary { padding: 35px; border: 1px solid #91d5ad; border-radius: 16px; background: #f0fff6; }.request-summary > div { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #c8ead5; font-size: .75rem; }.success-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #12a05c; font-size: 1.5rem; }.button-whatsapp { width: 100%; margin-top: 25px; color: #fff; background: #10a65b; }
.solutions-commercial-contact { border-block: 1px solid var(--slate-200); background: linear-gradient(135deg,#f7faff 0%,#eef5ff 100%); }
.solutions-commercial-form { width: min(100%, 980px); margin-inline: auto; padding: clamp(28px,4vw,52px); box-shadow: 0 24px 70px rgba(4,35,79,.1); }
.solutions-commercial-heading { margin-bottom: 6px; }
.solutions-commercial-heading h2 { margin: 10px 0 8px; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.02; letter-spacing: -.05em; }
.solutions-commercial-heading p { margin: 0; font-size: 1rem; }
.solutions-commercial-form .button { width: 100%; }
.preferred-channel { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border: 0; }.preferred-channel legend { margin-bottom: 8px; color: var(--navy-900); font-size: .78rem; font-weight: 700; }.preferred-channel label { position: relative; }.preferred-channel input { position: absolute; opacity: 0; pointer-events: none; }.preferred-channel span { min-height: 43px; display: grid; place-items: center; border: 1px solid var(--slate-200); border-radius: 8px; color: var(--blue-700); font-size: .76rem; font-weight: 700; cursor: pointer; }.preferred-channel input:checked + span { border-color: #16a765; color: #078247; background: #f0fff6; box-shadow: inset 0 0 0 1px #16a765; }.preferred-channel input:focus-visible + span { outline: 3px solid rgba(16,102,230,.25); outline-offset: 2px; }
.legal-hero { min-height: 420px; background: #f8fbff; }.legal-hero > img { object-position: center; }.legal-hero-copy { width: min(610px,58%); display: flex; align-items: flex-start; flex-direction: column; }.legal-hero h1 { margin: 8px 0 4px; font-size: clamp(2.85rem,4.2vw,4.6rem); line-height: .98; letter-spacing: -.055em; }.legal-hero h2 { margin: 0 0 18px; color: var(--blue-600); font-size: clamp(1.8rem,2.5vw,2.75rem); line-height: 1.05; }.legal-hero p { margin: 0; color: var(--slate-700); font-size: 1.12rem; }.legal-tabs { border-block: 1px solid var(--slate-200); background: #fff; }.legal-tabs .container { display: flex; }.legal-tabs a,.legal-tabs button { padding: 22px 30px; border: 0; border-bottom: 3px solid transparent; color: var(--slate-700); background: transparent; cursor: pointer; }.legal-tabs .active { border-color: var(--blue-600); color: var(--blue-700); }
.legal-layout { display: grid; grid-template-columns: 255px 1fr; gap: 45px; align-items: start; }.legal-sidebar { position: sticky; top: 105px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; }.legal-sidebar a:not(.button) { padding: 10px 8px; color: var(--slate-700); font-size: .76rem; }.legal-sidebar a:first-of-type { color: var(--blue-700); background: var(--blue-100); }.legal-sidebar .button { margin-top: 20px; }
.legal-summary { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 30px; }.legal-summary article { padding: 22px; border: 1px solid var(--slate-200); border-radius: 13px; }.legal-summary article > span { color: var(--blue-600); font-size: 1.6rem; }.legal-summary p { font-size: .7rem; }
.legal-content { min-width: 0; }.legal-content .section-heading { max-width: 900px; }.legal-accordions details { scroll-margin-top: 115px; }.legal-section-body { padding: 0 28px 28px; color: var(--slate-700); font-size: .94rem; line-height: 1.75; }.legal-section-body p { padding: 0; margin: 0 0 16px; }.legal-section-body h3 { margin: 24px 0 8px; color: var(--navy-900); font-size: 1.05rem; }.legal-section-body ul { margin: 8px 0 20px; padding-left: 22px; }.legal-section-body li { margin-bottom: 8px; }.legal-section-body a { color: var(--blue-700); text-decoration: underline; }.legal-definitions { margin: 0; }.legal-definitions > div { padding: 15px 0; display: grid; grid-template-columns: 190px 1fr; gap: 18px; border-bottom: 1px solid var(--slate-200); }.legal-definitions > div:last-child { border-bottom: 0; }.legal-definitions dt { color: var(--navy-900); font-weight: 800; }.legal-definitions dd { margin: 0; }.legal-update { margin-top: 24px !important; padding: 16px 18px !important; border-radius: 10px; background: var(--blue-100); }.dpo-card span { color: var(--slate-700); }
.legal-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }.legal-bottom > article { padding: 32px; border: 1px solid var(--slate-200); border-radius: 16px; background: #fff; }.dpo-card { margin: 22px 0; padding: 18px; display: flex; gap: 15px; border: 1px solid #afc9ee; border-radius: 10px; }.dpo-card > span { color: var(--blue-600); font-size: 2rem; }.dpo-card div { display: flex; flex-direction: column; }.cookie-card label { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--slate-200); }.cookie-card label span { display: flex; flex-direction: column; }.cookie-card small { color: var(--slate-500); }.cookie-card input { width: auto; }

/* Conteúdos e artigo */
.content-hero { padding: 70px 0; background: linear-gradient(150deg,#fff,#f0f6ff); }.content-hero > .container { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 65px; }.content-hero h1 { font-size: clamp(3rem,3.75vw,3.8rem); }
.blog-featured-carousel { position: relative; min-height: 420px; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-lg); }
.featured-article { position: absolute; inset: 0; min-height: 420px; display: block; overflow: hidden; border-radius: 20px; color: #fff; opacity: 0; visibility: hidden; transform: translateX(28px); pointer-events: none; transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.featured-article.active { z-index: 1; opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.featured-article img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.featured-article::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,27,67,.96),rgba(3,27,67,.2)); content: ""; }.featured-article > div { position: relative; z-index: 1; width: 65%; padding: 45px; }.featured-article p { color: #fff; }.featured-tag { display: inline-block; padding: 5px 10px; border-radius: 5px; background: var(--red-600); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.blog-carousel-controls { position: absolute; right: 20px; bottom: 18px; z-index: 3; display: flex; align-items: center; gap: 9px; }
.blog-carousel-controls > button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: rgba(3,27,67,.72); font-size: 1.45rem; cursor: pointer; backdrop-filter: blur(5px); }
.blog-carousel-dots { display: flex; align-items: center; gap: 6px; }
.blog-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width var(--transition), background var(--transition); }
.blog-carousel-dots button.active { width: 22px; border-radius: 999px; background: #fff; }
.blog-category-filter { margin-bottom: 32px; }
.filter-label { display: block; margin-bottom: 12px; color: var(--navy-950); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.filter-pills a { padding: 11px 22px; border: 1px solid var(--slate-200); border-radius: 999px; color: var(--navy-950); background: #fff; text-decoration: none; transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition); }
.filter-pills a:hover { border-color: var(--blue-600); color: var(--blue-600); transform: translateY(-2px); }
.filter-pills a.active { border-color: var(--blue-600); color: #fff; background: var(--blue-600); }
.blog-empty { padding: 56px 24px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); text-align: center; background: var(--slate-50); }
.blog-empty p { margin-bottom: 22px; }
.content-cards .post-card { padding: 0; overflow: hidden; }.content-cards .post-card > img { width: 100%; height: 205px; object-fit: cover; }.content-cards .post-card > div { padding: 22px; }.content-cards .post-card h2 { font-size: 1.12rem; }.pagination { margin-top: 35px; display: flex; gap: 7px; }.pagination button { width: 40px; height: 40px; border: 1px solid var(--slate-200); border-radius: 8px; background: #fff; }.pagination .active { color: #fff; background: var(--blue-600); }
.newsletter { padding: 28px 0; color: #fff; background: linear-gradient(120deg,#031b43,#074dcc); }.newsletter .container,.newsletter .container > div,.newsletter form { display: flex; align-items: center; gap: 20px; }.newsletter .container { justify-content: space-between; }.newsletter h2,.newsletter p { margin: 0; }.newsletter p { color: #c6d8ef; }.newsletter form { min-width: 45%; }.newsletter input { min-width: 300px; margin: 0; }
.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.resource-grid article { padding: 25px; border: 1px solid var(--slate-200); border-radius: 14px; background: #fff; }
.article-layout { display: grid; grid-template-columns: 1fr 280px; gap: 35px; align-items: start; }.article-cover { width: 100%; max-height: 520px; object-fit: cover; border-radius: 17px; }.article-aside { position: sticky; top: 105px; display: grid; gap: 22px; }.article-aside > * { padding: 25px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--slate-200); border-radius: 14px; }.article-aside a { color: var(--blue-700); font-size: .78rem; }.product-promo { color: var(--navy-950) !important; }.product-promo > span { color: var(--red-600); font-size: 2rem; }.article-stat { margin: 30px 0; padding: 25px; display: grid; grid-template-columns: 50px 1fr; border: 1px solid var(--slate-200); border-radius: 12px; }.article-stat > span { grid-row: 1/3; color: var(--red-600); font-size: 2rem; }.article-stat strong { font-size: 1.6rem; }.article-copy blockquote { margin: 25px 0; padding: 25px; border-left: 4px solid var(--red-600); background: #f8fbff; }

@media (max-width: 1024px) {
    .hero-dashboard .hero-grid { grid-template-columns: 1fr; }.dashboard-shell { transform: none; }
    .solution-card-grid { grid-template-columns: repeat(2,1fr); }
    .product-hero-inner { grid-template-columns: 1fr; }.product-hero .hero-copy { width: 51%; }.product-hero-visual { left: 46%; }.product-hero h1 { font-size: 3.2rem; }.coverage-grid { grid-template-columns: repeat(3,1fr); }
    .profile-selector .container { grid-template-columns: 1fr; }.choice-summary { flex-direction: row; align-items: center; justify-content: space-between; }
    .topic-grid,.legal-summary { grid-template-columns: repeat(2,1fr); }
    .support-product-grid { grid-template-columns: repeat(2,1fr); }
    .about-values-grid,.about-service-grid { grid-template-columns: repeat(2,1fr); }
    .about-proof-band .container { grid-template-columns: repeat(2,1fr); }
    .integrated-system-grid { grid-template-columns: repeat(3,1fr); }
    .integration-detail-overview { grid-template-columns: 1fr 1fr; row-gap: 28px; }.integration-detail-overview > div:nth-child(2) { border-right: 0; }.integration-detail-overview > div:last-child { grid-column: 1/-1; padding: 24px 0 0; border-top: 1px solid var(--slate-200); }
    .about-service-grid article:nth-child(2),.about-proof-band .container > div:nth-child(2) { border-right: 0; }
    .about-service-grid article,.about-proof-band .container > div { border-bottom: 1px solid var(--slate-200); }
    .about-service-grid article:nth-last-child(-n+2),.about-proof-band .container > div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 780px) {
    .hero-home.network-background > .home-satisfaction-ribbon {
        top: 28px;
        right: 24px;
        width: 132px;
        height: 132px;
    }
    .home-satisfaction-medal-face { padding: 22px 18px 19px; }
    .home-satisfaction-medal-face strong { font-size: 1.7rem; }
    .home-satisfaction-medal-face > span:last-child { max-width: 100px; font-size: .55rem; }
    .solutions-hero .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-block: 56px; }
    .integration-hero .hero-grid,.micro-benefits .container,.micro-benefits-inline { grid-template-columns: 1fr; }
    .integration-hero .hero-grid { gap: 45px; }
    .micro-benefits .container > div,.micro-benefits-inline > div { padding: 18px 12px; border-right: 0; border-bottom: 1px solid var(--slate-200); }
    .solutions-visual { min-height: 400px; }
    .solution-profile-tabs .container,.solution-card-grid,.solutions-help-grid { grid-template-columns: 1fr; }
    .solution-profile-tabs a { border-right: 0; border-bottom: 1px solid var(--slate-200); }
    .solution-profile-tabs a:last-child { border-bottom: 0; }
    .solution-product-card p { min-height: 0; }
    .dashboard-shell { grid-template-columns: 90px 1fr; }.dash-sidebar { min-height: 340px; }.dash-main { padding: 14px; }.dash-stats { grid-template-columns: repeat(2,1fr); }.dash-charts { grid-template-columns: 1fr; }.donut-card { display: none; }.secure-badge { right: 10px; }
    .process-line,.process-four,.stats-band .container,.testimonial-grid,.editorial-grid,.split-grid,.network-map,.two-benefits,.coverage-grid,.fire-coverage-section .coverage-grid,.audience-grid,.faq-contact-grid,.technology-band .container,.topic-grid,.channel-grid,.support-product-grid,.contact-form-shell,.legal-layout,.legal-bottom,.content-hero > .container,.resource-grid,.article-layout { grid-template-columns: 1fr; }
    .process-line::before,.timeline::before { display: none; }.process-line { gap: 28px; }.product-hero-inner { min-height: 650px; padding-bottom: 0; grid-template-columns: 1fr; }.product-hero .hero-copy { width: 68%; padding-block: 55px 60px; }.product-hero-visual { top: -55px; right: -15px; bottom: 0; left: 28%; min-height: 0; opacity: .5; }.product-hero-visual::before { inset: 0; background: linear-gradient(90deg,#f7faff 0%,rgba(247,250,255,.93) 30%,rgba(247,250,255,.42) 66%,transparent); }.product-visual-badge { display: none; }
    .network-map { gap: 12px; }.network-connectors { display: none; }.network-core { margin: auto; }.partner-grid { grid-template-columns: repeat(2,1fr); }.stats-band .container > div { padding: 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .timeline { grid-template-columns: 1fr; }.about-hero .container > div,.faq-hero .container > div { width: 75%; }.guided-profile { align-items: stretch; flex-direction: column; }.support-profiles .container { grid-template-columns: 1fr; }.legal-sidebar,.article-aside { position: static; }.newsletter .container,.newsletter form { align-items: stretch; flex-direction: column; }.newsletter form { width: 100%; }.newsletter input { min-width: 0; }.content-hero { padding-top: 40px; }.blog-featured-carousel,.featured-article { min-height: 360px; }.featured-article > div { width: 90%; }
    .legal-hero-copy { width: 72%; }.legal-definitions > div { grid-template-columns: 150px 1fr; }
    .integration-flow { grid-template-columns: 1fr; gap: 10px; }.integration-flow > b { transform: rotate(90deg); }.integrated-badge { right: 10px; top: auto; bottom: -45px; }.erp-panel { margin-bottom: 45px; }
    .home-hero-title { font-size: clamp(3rem, 9vw, 3.6rem); }
    .steps-section .process-line article:not(:last-child)::after { display: none; }
    .steps-section .process-line { gap: 24px; }
    .about-values-grid,.about-confidence-band,.about-service-grid,.about-contact-strip .container,.about-proof-band .container { grid-template-columns: 1fr; }
    .about-values-grid article { min-height: 0; }
    .about-confidence-band div,.about-service-grid article,.about-proof-band .container > div { padding-block: 18px; border-right: 0; border-bottom: 1px solid var(--slate-200); }
    .about-confidence-band div:last-child,.about-service-grid article:last-child,.about-proof-band .container > div:last-child { border-bottom: 0; }
    .about-technology-heading { grid-column: auto; }
    .about-breadcrumb { bottom: calc(100% + 32px); }
    .integrated-system-grid { grid-template-columns: repeat(2,1fr); }.system-toolbar { align-items: stretch; flex-direction: column; }.system-toolbar label { width: 100%; }.integration-detail-overview,.integration-product-grid { grid-template-columns: 1fr; }.integration-detail-overview > div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--slate-200); }.integration-detail-overview > div:first-child { padding-top: 0; }.integration-detail-overview > div:last-child { grid-column: auto; padding-bottom: 0; border-top: 0; border-bottom: 0; }
}
@media (max-width: 520px) {
    .home-intro-robot {
        right: -105px;
        bottom: -70px;
        width: 330px;
        opacity: .3;
    }
    .home-intro-typing { margin-top: 24px; font-size: 1.35rem; }
    .hero-home.network-background > .home-satisfaction-ribbon {
        top: 14px;
        right: 12px;
        width: 104px;
        height: 104px;
    }
    .home-satisfaction-tail { top: 65%; width: 32px; height: 56px; }
    .home-satisfaction-tail-left { left: 19px; }
    .home-satisfaction-tail-right { right: 19px; }
    .home-satisfaction-medal-face { padding: 17px 13px 15px; gap: 2px; }
    .home-satisfaction-medal-face::before { inset: 8px; border-width: 3px; }
    .home-satisfaction-medal-icon { width: 22px; height: 22px; font-size: .66rem; }
    .home-satisfaction-medal-face strong { font-size: 1.35rem; }
    .home-satisfaction-medal-face > span:last-child { max-width: 80px; font-size: .45rem; }
    .home-satisfaction-medal-face .home-satisfaction-medal-icon { font-size: .66rem; }
    h1 { font-size: 2.65rem; }
    .integration-hero h1,.about-hero h1,.faq-hero h1,.contact-hero h1,.content-hero h1 { font-size: 2.65rem; }
    .solutions-hero h1 { font-size: 2.65rem; }
    .solutions-visual { min-height: 320px; border-radius: 22px; }
    .solutions-shield { left: 7%; width: 94px; height: 104px; border-width: 6px; }
    .solutions-shield svg { width: 66px; height: 76px; }
    .solutions-help-heading { align-items: flex-start; flex-direction: column; }
    .solutions-contact-card { padding: 28px; }
    .section-heading h2 { font-size: 2.15rem; }
    .dashboard-shell { grid-template-columns: 1fr; }.dash-sidebar { min-height: 0; display: none; }.dash-main { padding: 14px; }.dash-charts { display: none; }.hero-dashboard .hero-grid { padding-bottom: 90px; }
    .coverage-grid,.legal-summary,.partner-grid { grid-template-columns: 1fr; }.choice-grid { grid-template-columns: 1fr; }.choice-summary { align-items: stretch; flex-direction: column; }.profile-selector { padding: 28px 0; }
    .product-hero h1 { font-size: 2.5rem; }.product-hero-inner { min-height: 620px; }.product-hero .hero-copy { width: 100%; padding-block: 45px 50px; }.product-hero-visual { top: -45px; right: -15px; bottom: 0; left: 0; min-height: 0; border-radius: 0; opacity: .3; }.product-hero-visual::before { background: rgba(248,251,255,.55); }
    .coverage-table { overflow-x: auto; }.coverage-table > div,.coverage-table-head { min-width: 650px; }.quote-builder { padding: 22px; grid-template-columns: 1fr; }.two-benefits article { align-items: flex-start; flex-direction: column; }
    .about-hero .container > div,.faq-hero .container > div { width: 100%; }.about-hero > img,.faq-hero > img,.legal-hero > img,.contact-hero > img { opacity: .25; object-position: 75% center; }.legal-tabs .container { overflow-x: auto; }.legal-tabs a,.legal-tabs button { white-space: nowrap; }
    .legal-hero { min-height: 450px; }.legal-hero-copy { width: 100%; }.legal-hero h1 { font-size: 2.7rem; }.legal-hero h2 { max-width: 320px; font-size: 1.9rem; }.legal-section-body { padding: 0 20px 24px; }.legal-definitions > div { grid-template-columns: 1fr; gap: 4px; }
    .content-cards .post-card > img { height: 180px; }.article-header { padding-top: 60px; }
    .about-hero { min-height: 560px; }.about-hero::after { background: rgba(255,255,255,.76); }.about-hero-copy { padding-top: 55px; }.about-breadcrumb { bottom: calc(100% + 18px); }.about-values-grid article { grid-template-columns: 48px 1fr; padding: 25px 20px; }.about-line-icon { width: 46px; height: 46px; }.about-technology-list article { grid-template-columns: 46px 1fr; }.about-technology-list article > span { width: 44px; height: 44px; }.about-contact-strip article { grid-template-columns: 28px 1fr; }
    .integrated-system-grid { grid-template-columns: 1fr; }.integrated-system-card { min-height: 130px; }.integration-detail { padding: 23px; }
}
@media (max-width: 640px) {
    .dashboard-shell { min-height: 0; grid-template-columns: 1fr; }
    .about-dashboard-carousel { min-height: 320px; }
    .hero-dashboard .dashboard-shell { min-height: 340px; }
    .dashboard-shell .dash-sidebar { display: none; }
    .dashboard-shell .dash-main { padding: 14px; }
    .dashboard-shell .dash-charts { display: none; }
    .hero-dashboard .hero-grid { padding-bottom: 80px; }
    .home-hero-title { font-size: clamp(2.65rem, 11vw, 3.2rem); }
    .home-title-accent { white-space: normal; }
}
@media (max-width: 420px) {
    .hero-dashboard .dashboard-shell { min-height: 290px; }
    .about-dashboard-carousel { min-height: 260px; }
}

/* Atalho flutuante de atendimento via WhatsApp. */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    box-shadow: 0 12px 28px rgba(7, 35, 77, .28);
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 2px solid rgba(37, 211, 102, .42);
    border-radius: inherit;
    animation: whatsapp-pulse 2.2s ease-out infinite;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    color: #fff;
    background: #18b957;
    box-shadow: 0 16px 34px rgba(7, 35, 77, .36);
    transform: translateY(-4px) scale(1.04);
}
.whatsapp-float:focus-visible {
    outline: 3px solid rgba(8, 99, 231, .35);
    outline-offset: 4px;
}
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }
@keyframes whatsapp-pulse {
    0% { opacity: .8; transform: scale(.88); }
    75%, 100% { opacity: 0; transform: scale(1.25); }
}
@media (max-width: 640px) {
    .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
    .whatsapp-float svg { width: 31px; height: 31px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-intro-loader { transition-duration: .25s; }
    .home-intro-glow,
    .home-intro-logo,
    .home-intro-line,
    .home-intro-typing::after,
    .home-intro-robot { animation: none; }
    .home-intro-logo { opacity: 1; transform: none; }
    .home-intro-line { width: min(280px, 64vw); }
    .whatsapp-float::before { animation: none; }
}

@media (max-width: 720px) {
    .faq-hero.network-background { min-height: 470px; }
    .faq-hero.network-background > img { object-position: 68% center; }
    .faq-hero::after {
        background: linear-gradient(90deg,
            rgba(247,250,255,.99) 0%,
            rgba(247,250,255,.94) 58%,
            rgba(247,250,255,.52) 100%);
    }
    .faq-hero .container > div { width: 82%; padding-block: 46px; }
    .faq-category-index { top: 64px; margin-inline: -10px; border-radius: 10px; }
    .faq-category-heading { grid-template-columns: 52px 1fr; align-items: start; }
    .faq-category-heading > a { grid-column: 2; }
    .faq-category-icon { width: 52px; height: 52px; border-radius: 13px; font-size: 1.55rem; }
    .faq-category-block + .faq-category-block { margin-top: 52px; padding-top: 52px; }
    .faq-category-block .faq-large summary { padding: 20px 18px; }
    .faq-category-block .faq-large p { padding-inline: 18px; }
}

@media (max-width: 520px) {
    .faq-hero.network-background { min-height: 430px; }
    .faq-hero.network-background > img { object-position: 72% center; opacity: .28; }
    .faq-hero::after { background: rgba(247,250,255,.77); }
    .faq-hero .container > div { width: 100%; padding-block: 42px; }
    .faq-hero h1 { font-size: clamp(2.45rem, 12vw, 3rem); }
    .faq-hero-summary { max-width: 320px; font-size: .92rem; }
}
