:root{--tinta:#0a1628;--tinta-2:#12203a;--azul:#2c7be5;--azul-esc:#1863dc;--tick:#53bdeb;--risco:#f5a524;--papel:#f7f9fc;--grafite:#1e293b;--suave:#5a6b80;--linha:#dfe6ef;--display:"Archivo", ui-sans-serif, system-ui, sans-serif;--mono:"Azeret Mono", ui-monospace, "SF Mono", monospace;--largura:68rem;--leitura:42rem}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--papel);color:var(--grafite);font-family:var(--display);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}img{max-width:100%;height:auto}a{color:var(--azul-esc);text-underline-offset:3px}:focus-visible{outline:3px solid var(--tick);outline-offset:2px;border-radius:3px}h1,h2,h3{font-family:var(--display);font-variation-settings:"wdth" 112;letter-spacing:-.025em;margin:0 0 .6rem;line-height:1.08}h1{font-size:clamp(2.4rem,6.2vw,4rem);font-weight:700}h2{font-size:clamp(1.7rem,3.6vw,2.4rem);font-weight:700}h3{font-variation-settings:"wdth" 100;letter-spacing:-.01em;font-size:1.22rem;font-weight:600}p{margin:0 0 1rem}.tick{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--suave);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.72rem;font-weight:500;display:inline-flex}.tick:before{content:"✓✓";letter-spacing:-.22em;color:var(--tick);padding-right:.22em;font-size:.95rem}.tick--claro{color:#ffffff9e}.env{max-width:var(--largura);margin-inline:auto;padding-inline:1.5rem}.faixa{padding-block:clamp(3.5rem,8vw,6rem)}.faixa--tinta{background:var(--tinta);color:#eaf1fa}.faixa--tinta h2,.faixa--tinta h3{color:#fff}.faixa--branca{background:#fff}.topo{z-index:50;backdrop-filter:blur(10px);background:#0a1628f0;border-bottom:1px solid #ffffff17;position:sticky;top:0}.topo__int{align-items:center;gap:1.5rem;min-height:4.25rem;display:flex}.topo__logo{align-items:center;margin-right:auto;display:flex}.topo__logo img{width:auto;height:26px}.topo__nav{align-items:center;gap:1.3rem;display:flex}.topo__nav a{color:#c7d6e8;font-size:.92rem;font-weight:500;text-decoration:none}.topo__nav a:hover{color:#fff}.botao{font-family:var(--display);background:var(--azul);color:#fff;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:.5rem;padding:.72rem 1.35rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .16s,transform .16s;display:inline-flex}.botao:hover{background:var(--azul-esc);transform:translateY(-1px)}.botao--linha{color:#eaf1fa;background:0 0;box-shadow:inset 0 0 0 1px #ffffff47}.botao--linha:hover{background:#ffffff17}.botao--grande{padding:.95rem 1.8rem;font-size:1.05rem}.heroi{background:var(--tinta);color:#eaf1fa;padding-block:clamp(3.5rem,9vw,6.5rem);position:relative;overflow:hidden}.heroi:after{content:"";pointer-events:none;background:radial-gradient(50% 50%,#2c7be547,#0000 70%);height:70%;position:absolute;inset:auto -10% -55% 40%}.heroi__grelha{z-index:1;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.heroi h1{color:#fff;text-wrap:balance}.heroi__sub{color:#b9cadd;max-width:32rem;margin:1.1rem 0 2rem;font-size:clamp(1.05rem,1.8vw,1.2rem)}.heroi__accoes{flex-wrap:wrap;gap:.8rem;display:flex}.heroi__nota{font-family:var(--mono);color:#ffffff80;letter-spacing:.04em;margin-top:1.6rem;font-size:.75rem}.fio{flex-direction:column;gap:.7rem;display:flex}.bolha{border-radius:14px;max-width:88%;padding:.8rem 1rem;font-size:.95rem;line-height:1.5;animation:.5s cubic-bezier(.2,.7,.3,1) backwards entra}.bolha--cliente{color:#dce7f4;background:#1b2c48;border-bottom-left-radius:4px;align-self:flex-start}.bolha--nos{background:var(--azul);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.bolha__meta{font-family:var(--mono);letter-spacing:.05em;opacity:.72;margin-top:.35rem;font-size:.66rem;display:block}.bolha--nos .bolha__meta:after{content:" ✓✓";color:var(--tick);letter-spacing:-.2em}.bolha:first-child{animation-delay:.15s}.bolha:nth-child(2){animation-delay:.6s}.bolha:nth-child(3){animation-delay:1.05s}.bolha:nth-child(4){animation-delay:1.5s}@keyframes entra{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.bolha{animation:none}}.cartoes{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.cartao{border:1px solid var(--linha);background:#fff;border-radius:12px;padding:1.6rem}.faixa--tinta .cartao{background:var(--tinta-2);border-color:#ffffff1a}.cartao p{color:var(--suave);margin:0;font-size:.95rem}.faixa--tinta .cartao p{color:#a9bdd4}.logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.2rem 3rem;margin-top:2rem;display:flex}.logos img{opacity:.6;filter:grayscale();width:auto;height:32px;transition:opacity .2s,filter .2s}.logos img:hover{opacity:1;filter:none}.artigo{max-width:var(--leitura);margin-inline:auto}.artigo h2{margin-top:2.8rem}.artigo h3{margin-top:2rem}.artigo img{border-radius:10px;margin-block:1.5rem}.artigo pre,.artigo table{display:block;overflow-x:auto}.meta{font-family:var(--mono);color:var(--suave);letter-spacing:.04em;margin-bottom:2.5rem;font-size:.76rem}.lista{margin:0;padding:0;list-style:none}.lista li{border-bottom:1px solid var(--linha);padding-block:1.4rem}.lista h3{margin-bottom:.3rem}.lista a{color:var(--grafite);text-decoration:none}.lista a:hover{color:var(--azul-esc)}.lista p{color:var(--suave);margin:0;font-size:.95rem}.pe{background:var(--tinta);color:#a9bdd4;padding-block:3.5rem 2rem;font-size:.92rem}.pe__grelha{grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem;display:grid}.pe h4{font-family:var(--display);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0 0 .9rem;font-size:.78rem}.pe ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.pe a{color:#a9bdd4;text-decoration:none}.pe a:hover{color:#fff}.pe__fim{font-family:var(--mono);color:#ffffff73;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.74rem;display:flex}@media (width<=62rem){.heroi__grelha{grid-template-columns:1fr}.pe__grelha{grid-template-columns:repeat(2,1fr)}.topo__nav a:not(.botao){display:none}}@media (width<=34rem){.pe__grelha{grid-template-columns:1fr}}
