/* Tech Blah — site principal */
:root {
    --navy: #0b1426; --navy-2: #111d35; --navy-3: #1b2b4d;
    --texto: #0f172a; --muted: #475569; --suave: #64748b; --borda: #e2e8f0; --fundo: #fff; --fundo-2: #f4f7fb;
    --azul: #2563eb; --azul-2: #1d4ed8;
    /* Verde da marca (logo Tech Blah). --verde: fundo claro · --verde-claro: sobre o navy */
    --verde: #188038; --verde-2: #0f6b2d; --verde-claro: #2fb757;
    --c-protheus: #3b82f6; --c-sites: #10b981; --c-apps: #8b5cf6; --c-cloud: #06b6d4;
    --raio: 18px; --sombra: 0 1px 2px rgba(15, 23, 42, .05), 0 10px 30px rgba(15, 23, 42, .07);
    --cor: var(--azul);
}
.f-protheus { --cor: var(--c-protheus); } .f-sites { --cor: var(--c-sites); } .f-apps { --cor: var(--c-apps); } .f-cloud { --cor: var(--c-cloud); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; color: var(--texto); background: var(--fundo); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--azul); }
.wrap { max-width: 1180px; margin: 0 auto; padding-inline: 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pular { position: absolute; left: -9999px; }
.pular:focus { left: 12px; top: 12px; z-index: 300; background: #fff; padding: 8px 14px; border-radius: 8px; }
.ic { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ic-cheio { fill: currentColor; stroke: none; }
.ic-p { width: 16px; height: 16px; }
:focus-visible { outline: 3px solid #93c5fd; outline-offset: 2px; }
.faixa-preview { background: #fbbf24; color: #422006; text-align: center; font-size: .82rem; font-weight: 700; padding: 6px 12px; }

/* Topo */
.topo { position: sticky; top: 0; z-index: 100; background: rgba(11, 20, 38, .94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.topo-in { max-width: 1180px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 20px; }
.logo { font-weight: 800; font-size: 1.4rem; color: #fff; text-decoration: none; letter-spacing: -.02em; margin-right: auto; display: inline-flex; align-items: center; gap: 10px; }
.logo-tb { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--verde); color: #fff; font-size: 1.02rem; font-weight: 800; letter-spacing: -.04em; flex-shrink: 0; }
.logo-nome span { color: var(--verde-claro); }
.menu-lista { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.menu-lista > li > a:not(.btn), .menu-sub-btn { color: #cbd5e1; text-decoration: none; font: inherit; font-weight: 600; font-size: .93rem; padding: 10px 12px; border-radius: 10px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.menu-lista > li > a:not(.btn):hover, .menu-sub-btn:hover, .menu-lista > li > a[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .06); }
.novo { font-size: .64rem; font-weight: 800; background: var(--verde-claro); color: #05230f; padding: 2px 6px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; }
.tem-sub { position: relative; }
.tem-sub::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.sub { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); width: 580px; background: #fff; border-radius: 18px; box-shadow: 0 24px 60px rgba(0, 0, 0, .28); padding: 10px; display: none; grid-template-columns: 1fr 1fr; gap: 4px; }
.tem-sub:hover .sub, .tem-sub:focus-within .sub, .tem-sub.aberto .sub { display: grid; }
.sub-item { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: 12px; text-decoration: none; color: var(--texto); }
.sub-item:hover, .sub-item[aria-current="page"] { background: var(--fundo-2); }
.sub-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: color-mix(in srgb, var(--cor) 13%, #fff); color: var(--cor); flex-shrink: 0; }
.sub-item strong { display: block; font-size: .95rem; }
.sub-item small { display: block; color: var(--suave); font-size: .82rem; line-height: 1.35; margin-top: 2px; }
.menu-btn { display: none; }

/* Barra das frentes */
.frentes-nav { background: var(--navy-2); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.frentes-nav .wrap { display: flex; gap: 6px; overflow-x: auto; padding-block: 8px; scrollbar-width: none; }
.frentes-rot { color: #64748b; font-size: .8rem; align-self: center; margin-right: 4px; flex-shrink: 0; }
.frentes-nav a { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; color: #94a3b8; text-decoration: none; font-size: .86rem; font-weight: 600; padding: 7px 13px; border-radius: 999px; border: 1px solid transparent; }
.frentes-nav a .ic { width: 16px; height: 16px; color: var(--cor); }
.frentes-nav a:hover { color: #fff; }
.frentes-nav a[aria-current="page"] { color: #fff; background: color-mix(in srgb, var(--cor) 20%, transparent); border-color: color-mix(in srgb, var(--cor) 50%, transparent); }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 12px; font: inherit; font-weight: 700; font-size: .95rem; line-height: 1.2; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, border-color .15s; }
.btn:hover { transform: translateY(-1px); }
.btn .ic { width: 18px; height: 18px; }
.btn-pri { background: var(--azul); color: #fff; }
.btn-pri:hover { background: var(--azul-2); }
.btn-wpp { background: #25d366; color: #052e16; }
.btn-wpp:hover { background: #20c35c; }
.btn-contorno { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .28); }
.btn-contorno:hover { border-color: #fff; }
.btn-claro { background: #fff; color: var(--texto); border-color: var(--borda); }
.btn-claro:hover { border-color: var(--azul); color: var(--azul-2); }
.btn-peq { padding: 9px 16px; font-size: .88rem; }

/* Hero */
.hero { position: relative; color: #fff; background: radial-gradient(900px 520px at 85% 5%, rgba(37, 99, 235, .38), transparent 60%), radial-gradient(600px 420px at 0% 100%, rgba(6, 182, 212, .12), transparent 60%), var(--navy); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(ellipse at 60% 30%, #000 25%, transparent 75%); mask-image: radial-gradient(ellipse at 60% 30%, #000 25%, transparent 75%); pointer-events: none; }
.hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; padding-block: 76px 84px; }
.hero-frente { background: radial-gradient(900px 520px at 88% 0%, color-mix(in srgb, var(--cor) 32%, transparent), transparent 62%), var(--navy); }
.hero-frente .hero-in { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); padding-block: 56px 68px; }
.hero-curto .wrap { position: relative; padding-block: 52px 56px; }
.selo-topo { display: inline-flex; gap: 10px; align-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: #cbd5e1; padding: 6px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600; }
.selo-topo i { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16, 185, 129, .2); flex-shrink: 0; }
.hero h1 { font-size: clamp(2.05rem, 4.4vw, 3.3rem); line-height: 1.1; letter-spacing: -.035em; margin: 16px 0 18px; }
.hero-frente h1 { font-size: clamp(1.95rem, 3.8vw, 2.9rem); }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #60a5fa, #22d3ee); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { color: #cbd5e1; font-size: 1.1rem; max-width: 600px; margin: 0 0 28px; }
.hero-botoes { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-provas { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); }
.hero-provas strong { display: block; font-size: 1.65rem; letter-spacing: -.02em; line-height: 1.2; }
.hero-provas span { color: #94a3b8; font-size: .85rem; }
.migalha { font-size: .85rem; color: #94a3b8; margin: 0 0 14px; }
.migalha a { color: #cbd5e1; text-decoration: none; }
.migalha a:hover { color: #fff; }
.hero .rotulo { color: color-mix(in srgb, var(--cor) 70%, #fff); }
.hero-card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; padding: 26px; }
.hero-card h2 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #94a3b8; margin: 0 0 16px; }
.hero-card-nota { color: #94a3b8; font-size: .86rem; margin: 14px 0 0; }
.numeros { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.numeros div { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); border-radius: 14px; padding: 14px; }
.numeros strong { display: block; font-size: 1.35rem; color: #fff; letter-spacing: -.02em; }
.numeros span { color: #94a3b8; font-size: .82rem; }

/* Ecossistema */
/* Globo de dados do hero (canvas) + painéis de indicadores */
.hero-globo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 0; }
.hero-com-globo .hero-in { z-index: 1; }
.hero-com-globo::after {
    content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background: linear-gradient(101deg, var(--navy) 12%, rgba(11, 20, 38, .66) 40%, rgba(11, 20, 38, 0) 68%);
}
.hero-hud { display: grid; gap: 14px; justify-items: end; }
.hud {
    width: 100%; max-width: 250px; padding: 14px 16px; border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .14); background: rgba(12, 22, 42, .72); backdrop-filter: blur(7px);
}
.hud-tit { margin: 0 0 9px; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; color: #9fb2c9; }
.hud-linha { display: flex; align-items: center; gap: 14px; }
.rosca {
    position: relative; width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
    background: conic-gradient(var(--verde-claro) calc(var(--pct) * 1%), rgba(255, 255, 255, .13) 0);
}
.rosca::before { content: ''; position: absolute; width: 42px; height: 42px; border-radius: 50%; background: #0d1830; }
.rosca span { position: relative; font-size: .95rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.hud-itens { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: .76rem; color: #b9c7d8; }
.hud-itens b { color: var(--verde-claro); font-weight: 700; font-variant-numeric: tabular-nums; }
.hud-num { margin: 0; font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.hud-num small { font-size: .95rem; font-weight: 600; color: #9fb2c9; margin-left: 2px; }
.hud-pe { margin: 7px 0 0; font-size: .69rem; color: #8fa2ba; line-height: 1.35; }
.barra-med { height: 4px; border-radius: 99px; background: rgba(255, 255, 255, .12); margin-top: 10px; overflow: hidden; }
.barra-med i { display: block; height: 100%; width: 4%; border-radius: 99px; background: var(--verde-claro); }
.hud-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; font-size: .78rem; }
.hud-checks li { color: #6d7f94; transition: color .25s ease; }
.hud-checks li::before {
    content: '✓'; color: rgba(255, 255, 255, .20); font-weight: 800; margin-right: 7px;
    display: inline-block; transform: scale(.8);
    transition: color .25s ease, transform .25s cubic-bezier(.2, 1.5, .4, 1);
}
.hud-checks li.on { color: #c3d0e0; }
.hud-checks li.on::before { color: var(--verde-claro); transform: scale(1); }

.eco { width: 100%; max-width: 470px; margin-inline: auto; display: block; overflow: visible; }
.eco-orbita { fill: none; stroke: rgba(148, 163, 184, .16); stroke-dasharray: 2 7; }
.eco-linha { stroke: rgba(148, 163, 184, .45); stroke-width: 1.5; stroke-dasharray: 4 6; animation: fluxo 1.4s linear infinite; }
@keyframes fluxo { to { stroke-dashoffset: -20; } }
.eco-halo { fill: none; stroke: rgba(59, 130, 246, .35); stroke-width: 1.5; }
.eco-icone-branco, .eco-icone { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eco-icone-branco { stroke: #fff; }
.eco-icone { stroke: var(--cor); }
.eco-c1 { fill: #bfdbfe; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-anchor: middle; }
.eco-c2 { fill: #fff; font-size: 21px; font-weight: 800; text-anchor: middle; }
.eco-no .bola { fill: var(--navy-2); stroke: var(--cor); stroke-width: 2; transition: fill .2s; }
.eco-no:hover .bola, .eco-no:focus .bola { fill: var(--navy-3); }
.eco-no text { fill: #e2e8f0; font-size: 14px; font-weight: 700; text-anchor: middle; }
.eco-no .eco-mini { fill: #67e8f9; font-size: 12px; font-weight: 600; }
.eco-centro:hover circle[fill] { filter: brightness(1.12); }
@media (prefers-reduced-motion: reduce) { .eco-linha { animation: none; } html { scroll-behavior: auto; } }

/* Seções */
.secao { padding-block: 88px; }
.secao-alt { background: var(--fundo-2); }
.secao-escura { background: var(--navy); color: #fff; }
.cab { max-width: 760px; margin-bottom: 44px; }
.cab.centro { margin-inline: auto; text-align: center; }
.rotulo { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--cor); margin-bottom: 10px; }
.cab h2, .tit { font-size: clamp(1.65rem, 3.1vw, 2.35rem); line-height: 1.18; letter-spacing: -.025em; margin: 0 0 14px; }
.tit-p { font-size: 1.4rem; }
.cab p { color: var(--muted); font-size: 1.07rem; margin: 0; }
.secao-escura .cab p, .secao-escura .texto-grande { color: #cbd5e1; }
.texto-grande { font-size: 1.07rem; color: var(--muted); }
.grade-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

/* Cartões das frentes */
.card-frente { position: relative; display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1px solid var(--borda); border-radius: 22px; padding: 28px; text-decoration: none; color: var(--texto); box-shadow: var(--sombra); transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden; }
.card-frente::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--cor); }
.card-frente:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--cor) 45%, var(--borda)); box-shadow: 0 18px 44px rgba(15, 23, 42, .11); }
.cf-topo { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cf-ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: color-mix(in srgb, var(--cor) 13%, #fff); color: var(--cor); flex-shrink: 0; }
.cf-ic .ic { width: 26px; height: 26px; }
.selo { font-size: .74rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: color-mix(in srgb, var(--cor) 13%, #fff); color: color-mix(in srgb, var(--cor) 60%, #000); white-space: nowrap; }
.cf-dor { font-size: 1.02rem; font-style: italic; color: var(--suave); margin: 8px 0 0; }
.card-frente h3 { font-size: 1.3rem; margin: 0; letter-spacing: -.015em; }
.card-frente p { margin: 0; color: var(--muted); }
.cf-link { margin-top: auto; padding-top: 10px; font-weight: 700; color: color-mix(in srgb, var(--cor) 70%, #000); display: inline-flex; gap: 6px; align-items: center; }
.cf-link .ic { width: 18px; height: 18px; transition: transform .2s; }
.card-frente:hover .cf-link .ic { transform: translateX(4px); }
.card-frente.destaque { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 28px 44px; padding: 36px; margin-bottom: 20px; align-items: center; }
.card-frente.destaque h3 { font-size: 1.75rem; }
.cf-corpo { display: flex; flex-direction: column; gap: 10px; }
.cf-lista { list-style: none; margin: 0; padding: 22px; display: grid; gap: 12px; background: var(--fundo-2); border-radius: 16px; }
.cf-lista li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.cf-lista .ic { width: 20px; height: 20px; color: var(--cor); margin-top: 2px; }

/* Foco */
.pilares { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pilar { background: #fff; border: 1px solid var(--borda); border-top: 4px solid var(--cor); border-radius: 18px; padding: 26px; }
.pilar-num { font-size: .75rem; font-weight: 800; color: var(--cor); letter-spacing: .1em; }
.pilar h3 { margin: 8px 0; font-size: 1.15rem; }
.pilar p { margin: 0; color: var(--muted); }

/* Consultor */
.consultor { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 56px; align-items: center; }
.foto { width: 280px; aspect-ratio: 4 / 5; border-radius: 26px; overflow: hidden; background: radial-gradient(circle at 30% 20%, #2b4a85, var(--navy)); display: grid; place-items: center; color: #fff; font-size: 4.4rem; font-weight: 800; letter-spacing: -.04em; box-shadow: var(--sombra); }
.foto img { width: 100%; height: 100%; object-fit: cover; }
.foto-hero { width: 240px; justify-self: end; border: 1px solid rgba(255, 255, 255, .12); }
.lista-check { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 11px; }
.lista-check li { display: flex; gap: 10px; }
.lista-check .ic { color: #059669; width: 20px; height: 20px; margin-top: 3px; }

/* Método */
.passos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: passo; list-style: none; padding: 0; margin: 0; }
.passo { position: relative; background: #fff; border: 1px solid var(--borda); border-radius: 18px; padding: 24px; }
.passo::before { counter-increment: passo; content: counter(passo); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cor); color: #fff; font-weight: 800; margin-bottom: 14px; }
.passo h3 { margin: 0 0 6px; font-size: 1.05rem; }
.passo p { margin: 0; color: var(--muted); font-size: .94rem; }

/* Transparência */
.transp { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.transp-col { border-radius: 18px; padding: 26px; border: 1px solid var(--borda); background: #fff; }
.transp-col h3 { display: flex; gap: 10px; align-items: center; margin: 0 0 16px; font-size: 1.1rem; }
.transp-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.transp-col li { display: flex; gap: 10px; color: var(--muted); }
.transp-col li .ic { width: 18px; height: 18px; margin-top: 4px; }
.t-sim .ic { color: #059669; } .t-parceiro .ic { color: #0891b2; } .t-nao .ic { color: #dc2626; }
.t-parceiro { background: linear-gradient(180deg, #ecfeff, #fff 60%); border-color: #a5f3fc; }

/* Analisador */
.analisa { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.form-analisa { display: flex; gap: 10px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); padding: 10px; border-radius: 16px; }
.form-analisa input { flex: 1; min-width: 0; border: 0; border-radius: 10px; padding: 14px 16px; font: inherit; font-size: 1rem; color: var(--texto); }
.form-analisa-card { background: rgba(0, 0, 0, .2); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip { font-size: .8rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: rgba(255, 255, 255, .07); color: #cbd5e1; border: 1px solid rgba(255, 255, 255, .1); }

/* Serviços, sinais e painéis */
.servicos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.servico { background: #fff; border: 1px solid var(--borda); border-radius: 18px; padding: 26px; }
.servico .cf-ic { width: 48px; height: 48px; margin-bottom: 16px; }
.servico h3 { margin: 0 0 6px; font-size: 1.08rem; }
.servico p { margin: 0; color: var(--muted); font-size: .95rem; }
.servico .tags { margin-top: 14px; font-size: .78rem; font-weight: 700; color: var(--suave); letter-spacing: .02em; }
.sinais { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sinal { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--borda); border-left: 4px solid var(--cor); border-radius: 12px; padding: 16px 18px; font-weight: 600; }
.sinal .ic { color: var(--cor); margin-top: 1px; }
.dividido { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.painel { background: #fff; border: 1px solid var(--borda); border-top: 4px solid var(--cor); border-radius: 20px; padding: 28px; box-shadow: var(--sombra); }
.painel h3 { margin: 0; font-size: 1.1rem; }
.tags-tec { margin: 0; padding-top: 16px; border-top: 1px solid var(--borda); font-size: .85rem; font-weight: 700; color: var(--suave); }
.fluxo { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fluxo li { display: flex; gap: 16px; background: #fff; border: 1px solid var(--borda); border-radius: 16px; padding: 18px 20px; }
.fluxo li > span { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: var(--cor); color: #fff; font-weight: 800; }
.fluxo p { margin: 2px 0 0; color: var(--muted); font-size: .94rem; }
.destaque-faixa { display: flex; gap: 22px; align-items: flex-start; background: linear-gradient(135deg, color-mix(in srgb, var(--cor) 10%, #fff), #fff); border: 1px solid color-mix(in srgb, var(--cor) 35%, var(--borda)); border-radius: 22px; padding: 32px; }
.destaque-faixa h2 { margin: 0 0 8px; font-size: 1.45rem; letter-spacing: -.02em; }
.destaque-faixa p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.parceria { text-align: center; }
.marcas-par { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.marca-tb { font-weight: 800; font-size: 1.6rem; letter-spacing: -.02em; }
.marca-tb span { color: #60a5fa; }
.marca-ick { font-weight: 800; font-size: 1.35rem; letter-spacing: .18em; color: #67e8f9; }
.mais { color: #64748b; font-size: 1.6rem; font-weight: 300; }
.parceria p { color: #cbd5e1; margin: 16px 0 0; }
.valores { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.valor { background: #fff; border: 1px solid var(--borda); border-radius: 18px; padding: 24px; }
.valor .cf-ic { margin-bottom: 14px; }
.valor h3 { margin: 0 0 6px; font-size: 1.05rem; }
.valor p { margin: 0; color: var(--muted); font-size: .94rem; }
.texto-longo { max-width: 780px; }
.texto-longo p { font-size: 1.06rem; color: #334155; }
.texto-legal h2 { font-size: 1.2rem; margin: 34px 0 8px; }
.texto-legal li { color: #334155; margin-bottom: 6px; }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--borda); border-radius: 14px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 700; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.4rem; line-height: 1; color: var(--azul); flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: 0 0 18px; color: var(--muted); }

/* CTA */
.cta { border-radius: 26px; padding: 48px; background: radial-gradient(620px 320px at 92% 0%, color-mix(in srgb, var(--cor) 38%, transparent), transparent 70%), var(--navy); color: #fff; display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 32px; align-items: center; }
.cta h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.8vw, 2.1rem); letter-spacing: -.02em; line-height: 1.2; }
.cta p { margin: 0; color: #cbd5e1; }
.cta-botoes { display: flex; gap: 12px; flex-wrap: wrap; }

/* Contato */
.contato-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 48px; align-items: start; }
.canais { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.canal { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--borda); border-radius: 16px; text-decoration: none; color: var(--texto); background: #fff; }
a.canal:hover { border-color: var(--azul); }
.canal-ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: #eff6ff; color: var(--azul); flex-shrink: 0; }
.canal-ic.wpp { background: #dcfce7; color: #15803d; }
.canal strong { display: block; }
.canal small { color: var(--suave); }
.form { display: grid; gap: 16px; }
.form .linha { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.campo label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.campo small { color: var(--suave); font-weight: 400; }
.campo input, .campo select, .campo textarea { width: 100%; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 10px; font: inherit; background: #fff; color: var(--texto); }
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: 3px solid rgba(37, 99, 235, .25); border-color: var(--azul); }
.form .btn { justify-self: start; }
.form-nota { margin: 0; font-size: .84rem; color: var(--suave); }
.oculto { position: absolute; left: -5000px; }
.aviso { padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; border: 1px solid; }
.aviso-ok { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.aviso-erro { background: #fef2f2; border-color: #fecaca; color: #991b1b; }

/* Rodapé */
.rodape { background: var(--navy); color: #94a3b8; padding-block: 64px 28px; font-size: .93rem; }
.rodape-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
.rodape h2 { color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin: 6px 0 14px; }
.rodape ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.rodape a { color: #cbd5e1; text-decoration: none; }
.rodape a:hover { color: #fff; }
.rodape-desc { margin: 12px 0 16px; }
.contato-lista li { display: flex; gap: 10px; align-items: center; }
.contato-lista .ic { width: 18px; height: 18px; color: #60a5fa; }
.rodape-base { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .82rem; color: #64748b; }
.wpp-flutuante { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .45); z-index: 90; }
.wpp-flutuante .ic { width: 30px; height: 30px; }

/* Responsivo */
@media (max-width: 980px) {
    .menu-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .16); background: none; color: #fff; cursor: pointer; }
    .menu { position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); border-bottom: 1px solid rgba(255, 255, 255, .08); display: none; padding: 8px 20px 22px; max-height: calc(100vh - 68px); overflow-y: auto; }
    .menu.aberto { display: block; }
    .menu-lista { flex-direction: column; align-items: stretch; gap: 2px; }
    .menu-sub-btn { display: none; }
    .tem-sub::after { display: none; }
    .sub { position: static; transform: none; width: auto; display: grid; grid-template-columns: 1fr; background: transparent; box-shadow: none; padding: 0 0 8px; }
    .sub-item { color: #e2e8f0; }
    .sub-item:hover, .sub-item[aria-current="page"] { background: rgba(255, 255, 255, .05); }
    .sub-item small { color: #94a3b8; }
    .sub-ic { background: rgba(255, 255, 255, .07); }
    .menu-lista .btn { margin-top: 10px; }
    .hero-in, .hero-frente .hero-in { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    /* no celular o globo vira fundo; os painéis sairiam por cima do texto */
    .hero-hud { display: none; }
    .hero-com-globo::after { background: linear-gradient(180deg, var(--navy) 6%, rgba(11, 20, 38, .72) 46%, rgba(11, 20, 38, .3) 100%); }
    .eco { max-width: 400px; }
    .foto-hero { display: none; }
    .card-frente.destaque, .dividido, .analisa, .contato-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .grade-3, .pilares, .transp, .servicos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .passos, .valores { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .consultor { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .foto { width: 220px; }
    .rodape-grid { grid-template-columns: 1fr 1fr; }
    .cta { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
    .secao { padding-block: 64px; }
    .grade-3, .pilares, .transp, .servicos, .passos, .valores, .sinais, .form .linha, .rodape-grid { grid-template-columns: minmax(0, 1fr); }
    .card-frente, .card-frente.destaque { padding: 24px; }
    .cta { padding: 30px 24px; }
    .hero-provas { gap: 20px; }
    .hero-botoes .btn { flex: 1 1 100%; }
    .form-analisa { flex-direction: column; }
    .destaque-faixa { flex-direction: column; padding: 24px; }
    .selo-topo { font-size: .76rem; }
}
