/* Tarjo — site corporativo: azul-marinho e papel frio alternados, títulos em Fraunces, corpo e nome em Nunito. */
@import url(base.css);
:root { --maxw: 1180px; --ink: #0b1526; --ink-2: #111d33; --ink-3: #182640; --line-d: #24355a; --paper: #f3f5f8; --paper-2: #e9edf3; --line-p: #d3dae6; --text-d: #e8edf5; --dim-d: #a9b5c8; --faint-d: #7686a0; --text-p: #1a2433; --dim-p: #4b5a72; --amber: #8fb8ea; --amber-ink: #0b1526; --amber-soft: rgba(143, 184, 234, .16); }
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--text-d); font: 17px/1.6 var(--font); overflow-x: hidden; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; line-height: 1.1; margin: 0; text-wrap: balance; }
h1 em, h2 em { font-style: italic; color: var(--amber); }
h1 { font-size: clamp(38px, 5.2vw, 64px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3 { font-size: 24px; font-family: var(--font); font-weight: 800; }
p { margin: 0 0 14px; }
.eyebrow { display: inline-block; font: 700 12px var(--font); letter-spacing: .12em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
.lead { font-size: 20px; color: var(--dim-d); max-width: 54ch; }
.nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; background: rgba(11, 21, 38, .85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-d); }
.nav .marca { color: var(--text-d); }
.nav nav { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; }
.nav nav a { color: var(--dim-d); text-decoration: none; font-weight: 600; font-size: 14px; padding: 8px 12px; border-radius: 999px; }
.nav nav a:hover { color: var(--text-d); background: var(--ink-3); }
.btn.amber { background: var(--amber); color: var(--amber-ink); border-color: var(--amber); font-size: 15px; padding: 11px 20px; }
.btn.ghost { background: transparent; color: var(--text-d); border-color: var(--line-d); font-size: 15px; padding: 11px 20px; }
.paper .btn.ghost { color: var(--text-p); border-color: var(--line-p); }
.hero { padding: 84px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.cta-note { font-size: 14px; color: var(--faint-d); margin-top: 14px; }
.cta-note a { color: var(--dim-d); }
.janela { background: var(--ink-2); border: 1px solid var(--line-d); border-radius: 18px; padding: 18px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.janela .barra { display: flex; gap: 6px; margin-bottom: 12px; } .janela .barra i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-d); display: block; }
.doc { background: #ffffff; color: #1a2433; border-radius: 10px; padding: 26px 28px; font-size: 13px; line-height: 1.7; box-shadow: inset 0 0 0 1px #d3dae6; position: relative; }
.doc .t { font-weight: 800; letter-spacing: .06em; font-size: 11px; color: #5b6779; margin-bottom: 8px; }
.doc .tj { display: inline-block; background: #10161f; color: transparent; border-radius: 3px; padding: 0 2px; animation: tarjar 6s infinite; }
.doc .tj.n1 { animation-delay: .6s; } .doc .tj.n2 { animation-delay: 1.2s; } .doc .tj.n3 { animation-delay: 1.8s; } .doc .tj.n4 { animation-delay: 2.4s; } .doc .tj.n5 { animation-delay: 3s; }
.doc .ok { color: #3d8a52; font-weight: 800; }
@keyframes tarjar { 0%, 14% { background: transparent; color: #1a1a1c; } 22%, 100% { background: #10161f; color: transparent; } }
.laudo { position: absolute; right: 18px; bottom: 18px; background: #10161f; color: #eeece6; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: var(--shadow-pill); }
section { padding: 84px 0; }
.paper { background: var(--paper); color: var(--text-p); }
.paper .eyebrow { color: #1f3d6b; } .paper h1 em, .paper h2 em { color: #1f3d6b; } .paper .lead { color: var(--dim-p); }
.tres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px; }
.tres-item { background: var(--ink-2); border: 1px solid var(--line-d); border-radius: 16px; padding: 26px; }
.paper .tres-item { background: #fbf8f0; border-color: var(--line-p); }
.numero { font: 700 13px var(--mono); color: var(--amber); margin-bottom: 14px; }
.paper .numero { color: #1f3d6b; }
.tres-item p { font-size: 15px; color: var(--dim-d); } .paper .tres-item p { color: var(--dim-p); }
.grade { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 36px; }
.cx { padding: 22px; border-radius: 14px; border: 1px solid var(--line-p); background: #fbf8f0; }
.cx h4 { margin: 0 0 6px; font-size: 16px; } .cx p { font-size: 14px; color: var(--dim-p); margin: 0; }
.lab { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; margin-top: 36px; }
.teste { background: var(--ink-2); border: 1px solid var(--line-d); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.teste .id { font: 700 12px var(--mono); color: var(--amber); }
.teste h4 { margin: 0; font-size: 16px; }
.teste p { font-size: 14px; color: var(--dim-d); margin: 0; }
.teste .res { font-size: 13px; color: var(--dim-d); font-family: var(--mono); white-space: pre-wrap; max-height: 150px; overflow: auto; }
.teste .acoes { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.teste .btn { font-size: 13px; padding: 6px 12px; border-color: var(--line-d); background: var(--ink-3); color: var(--text-d); }
.teste .btn.amber { background: var(--amber); color: var(--amber-ink); }
.teste.ok { border-color: #3d8a52; } .teste.falhou { border-color: #b8543f; }
.planos { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 36px; }
.plano { background: #fbf8f0; border: 1px solid var(--line-p); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; }
.plano.destaque { border-color: #1f3d6b; box-shadow: 0 16px 40px rgba(31, 61, 107, .18); }
.plano .preco { font: 800 34px var(--font); margin: 8px 0 2px; } .plano .preco small { font-size: 14px; color: var(--dim-p); font-weight: 600; }
.plano ul { padding-left: 18px; margin: 12px 0 18px; font-size: 14px; color: var(--dim-p); flex: 1; }
.plano .tag { font: 700 11px var(--font); letter-spacing: .1em; text-transform: uppercase; color: #1f3d6b; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; max-width: 720px; }
.form label { font-size: 13px; font-weight: 700; color: var(--dim-d); display: block; }
.form input, .form textarea { width: 100%; margin-top: 4px; background: var(--ink-2); color: var(--text-d); border-color: var(--line-d); padding: 10px 12px; border-radius: 10px; }
.form .full { grid-column: 1 / -1; }
footer { border-top: 1px solid var(--line-d); padding: 30px 0; color: var(--faint-d); font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.rv { opacity: 1; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .tres { grid-template-columns: 1fr; } .form { grid-template-columns: 1fr; } section { padding: 56px 0; } .hero { padding: 48px 0 30px; } }

/* ---- v0.5: direção disruptiva (sem letreiro), telas reais, elegibilidade, conformidade, radar ---- */
.br { width: 20px; height: 14px; border-radius: 2px; vertical-align: -2px; margin-right: 6px; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.selo-br { display: inline-flex; align-items: center; font: 700 12px var(--font); letter-spacing: .02em; color: var(--dim-d); border: 1px solid var(--line-d); border-radius: 999px; padding: 4px 10px 4px 8px; margin-left: 12px; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head .lead { margin-top: 12px; }
.divisor { border: 0; border-top: 1px solid var(--line-d); margin: 0; }
.passos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.passo { position: relative; padding-top: 14px; }
.passo-no { display: inline-block; font: 800 44px/1 var(--font-display); color: #1f3d6b; opacity: .35; margin-bottom: 10px; }
.passo h3 { font-size: 22px; margin-bottom: 8px; }
.passo p { font-size: 15px; color: var(--dim-p); }
.passo-linha { position: absolute; top: 34px; right: -32px; width: 32px; border-top: 2px dashed rgba(31, 61, 107, .35); }
.shot-frame { border: 1px solid var(--line-d); border-radius: 16px; overflow: hidden; background: var(--ink-2); box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.shot-frame img { display: block; width: 100%; height: auto; }
.shot-cap { font-size: 14px; color: var(--dim-d); margin: 12px 4px 0; }
.shot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.quem-grid, .conf-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.conf-grid { grid-template-columns: .8fr 1.2fr; }
.foto { margin: 0; position: sticky; top: 90px; }
.foto img { width: 100%; height: 100%; min-height: 360px; max-height: 620px; object-fit: cover; border-radius: 16px; display: block; }
.foto figcaption { font-size: 12px; color: var(--faint-d); margin-top: 8px; }
.paper .foto figcaption { color: var(--dim-p); }
.elegiveis { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 8px; }
.elegiveis li { padding-left: 30px; position: relative; font-size: 16px; }
.elegiveis li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: #1f3d6b; color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.contratar { background: #fff; }
.contratar .vias { list-style: none; padding: 0; margin: 12px 0; display: grid; gap: 10px; }
.contratar .vias li { font-size: 14px; color: var(--dim-p); padding-left: 14px; border-left: 3px solid #1f3d6b; }
.contratar .vias b { color: var(--text-p); }
.leis { width: 100%; border-collapse: collapse; margin-top: 26px; font-size: 14px; }
.leis th { text-align: left; font: 700 11px var(--font); letter-spacing: .1em; text-transform: uppercase; color: var(--faint-d); padding: 0 10px 10px 0; border-bottom: 1px solid var(--line-d); }
.leis td { padding: 12px 10px 12px 0; border-bottom: 1px solid var(--line-d); vertical-align: top; color: var(--dim-d); }
.leis td:first-child { color: var(--text-d); font-weight: 700; width: 26%; }
.leis td:last-child { color: var(--text-d); }
.planos { grid-template-columns: repeat(3, 1fr); }
.plano { background: #fff; border-color: var(--line-p); padding: 30px 28px; }
.plano.destaque { border-color: #1f3d6b; box-shadow: 0 18px 44px rgba(31, 61, 107, .16); transform: translateY(-6px); }
.plano .tag { font-size: 12px; }
.plano .preco { font-size: 40px; color: var(--text-p); }
.preco-sub { font-size: 14px; color: var(--dim-p); font-weight: 600; margin-bottom: 10px; }
.plano ul { list-style: none; padding: 0; margin: 14px 0 22px; font-size: 15.5px; color: var(--text-p); display: grid; gap: 8px; }
.plano li { padding-left: 24px; position: relative; }
.plano li::before { content: '✓'; position: absolute; left: 0; color: #1f3d6b; font-weight: 800; }
.plano .btn { justify-content: center; }
.planos-nota { margin-top: 26px; font-size: 15px; color: var(--dim-p); }
.noticias { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.noticia { background: var(--ink-2); border: 1px solid var(--line-d); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.noticia-meta { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--faint-d); }
.noticia-tag { font: 700 11px var(--font); letter-spacing: .1em; text-transform: uppercase; color: var(--amber); }
.noticia h3 { font-size: 21px; font-family: var(--font-display); font-weight: 500; }
.noticia p { font-size: 15px; color: var(--dim-d); margin: 0; }
.noticia a { color: var(--amber); font-weight: 700; text-decoration: none; font-size: 14px; margin-top: auto; }
@media (max-width: 900px) { .passos, .shot-grid, .quem-grid, .conf-grid, .planos { grid-template-columns: 1fr; } .passo-linha { display: none; } .foto { position: static; } .foto img { min-height: 220px; max-height: 320px; } .selo-br { display: none; } .plano.destaque { transform: none; } .leis td:first-child { width: auto; } }

.paper .btn.amber { background: #1f3d6b; color: #fff; border-color: #1f3d6b; }
