/* Plataforma Art.1 — identidade visual oficial do projeto, 31/07/2026 */
:root{ --navy:#1E3A8A; --navy2:#1E40AF; --dark:#0F172A; }
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; color:#0F172A; background:#fff; -webkit-font-smoothing:antialiased;}
a{text-decoration:none; color:inherit;}
button{font-family:inherit; cursor:pointer; border:0; background:none;}
img{display:block;}
svg{flex-shrink:0;}
.wrap{max-width:1280px; margin:0 auto; padding-left:24px; padding-right:24px;}

/* ===== Header transparente (landing) — vira branco ao rolar para fundo claro ===== */
header.hd-t{position:fixed; top:0; left:0; right:0; z-index:50; background:transparent; transition:background .3s, box-shadow .3s;}
header.hd-t.scrolled{background:rgba(255,255,255,.95); backdrop-filter:blur(8px); box-shadow:0 1px 3px rgba(15,23,42,.08);}
header.hd-t.scrolled .hd-name p:first-child{color:#0F172A;}
header.hd-t.scrolled .hd-nav a{color:#475569;}
header.hd-t.scrolled .hd-nav a:hover{color:#0F172A;}
header.hd-t.scrolled .btn-entrar{color:#475569;}
header.hd-t.scrolled .btn-entrar:hover{color:#0F172A;}
header.hd-t.scrolled .hd-menu{color:#0F172A;}
.hd-in{display:flex; align-items:center; justify-content:space-between; padding-top:16px; padding-bottom:16px;}
.hd-brand{display:flex; align-items:center; gap:12px;}
.hd-mark{display:flex; height:40px; width:40px; align-items:center; justify-content:center; border-radius:12px; background:#1E3A8A; color:#fff; font-size:18px; font-weight:800; flex-shrink:0;}
.hd-name p:first-child{font-size:16px; font-weight:700; line-height:1.25;}
.hd-name p:last-child{font-size:12px; color:#94A3B8;}
header.hd-t .hd-name p:first-child{color:#fff;}
.hd-nav{display:none; align-items:center; gap:32px;}
.hd-nav a{font-size:14px; font-weight:500; transition:color .15s;}
header.hd-t .hd-nav a{color:rgba(255,255,255,.8);}
header.hd-t .hd-nav a:hover{color:#fff;}
.hd-actions{display:none; align-items:center; gap:12px;}
.btn-entrar{font-size:14px; font-weight:500; color:rgba(255,255,255,.8);}
.btn-entrar:hover{color:#fff;}
.btn-portal{display:inline-block; border-radius:12px; background:#1E40AF; padding:10px 20px; font-size:14px; font-weight:600; color:#fff; box-shadow:0 10px 15px -3px rgba(0,0,0,.1); transition:transform .15s;}
.btn-portal:hover{transform:scale(1.02);} .btn-portal:active{transform:scale(.98);}
.hd-menu{display:block; color:#fff;}
@media(max-width:639px){ .hd-name{display:none;} }
@media(min-width:1024px){ .hd-nav{display:flex;} .hd-actions{display:flex;} .hd-menu{display:none;} }

/* ===== Header branco (páginas internas) ===== */
header.hd-w{position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid #E2E8F0;}
header.hd-w .hd-name p:first-child{color:#0F172A;}
header.hd-w .hd-nav a{color:#475569;}
header.hd-w .hd-nav a:hover{color:#0F172A;}
header.hd-w .hd-nav a.on{color:#1E40AF; font-weight:600;}
header.hd-w .hd-menu{color:#0F172A;}

/* ===== Sub-header (projetos/detalhe) ===== */
.sub-hd{position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid #E2E8F0;}
.sub-hd-in{display:flex; align-items:center; justify-content:space-between; padding:12px 24px; max-width:1280px; margin:0 auto;}
.sub-hd .lft{display:flex; align-items:center; gap:14px;}
.sub-hd .bk{display:flex; color:#475569; padding:4px;}
.sub-hd .bk:hover{color:#0F172A;}
.sub-hd .tt p:first-child{font-size:15px; font-weight:700; color:#0F172A;}
.sub-hd .tt p:last-child{font-size:11.5px; color:#64748B;}
.sub-hd .rgt{display:flex; gap:24px; font-size:14px; color:#475569;}
.sub-hd .rgt a:hover{color:#0F172A;}
.crumbs{font-size:12px; color:#64748B; padding:10px 0; display:flex; gap:6px; align-items:center;}
.crumbs a:hover{color:#0F172A;}
.crumbs .sep{color:#CBD5E1;}
.crumbs .cur{color:#334155;}

/* ===== Hero landing ===== */
.hero{position:relative; min-height:90vh; overflow:hidden;}
.hero-bg{position:absolute; inset:0;}
.hero-bg img{height:100%; width:100%; object-fit:cover;}
.hero-ov{position:absolute; inset:0; background:linear-gradient(to bottom right, rgba(30,58,138,.95), rgba(30,58,138,.8) 50%, rgba(30,64,175,.6));}
.hero-in{position:relative; margin:0 auto; display:flex; min-height:90vh; max-width:1280px; align-items:center; padding:80px 24px 0;}
.hero-box{max-width:672px;}
.hero-badge{display:inline-flex; align-items:center; gap:8px; border-radius:9999px; background:rgba(255,255,255,.1); padding:6px 16px; font-size:14px; font-weight:500; color:#DBEAFE; box-shadow:inset 0 0 0 1px rgba(255,255,255,.2); backdrop-filter:blur(4px);}
.hero h1{margin-top:24px; font-size:36px; font-weight:800; line-height:1.25; color:#fff;}
.hero-p{margin-top:24px; font-size:18px; line-height:1.625; color:#DBEAFE;}
.hero-ctas{margin-top:40px; display:flex; flex-wrap:wrap; gap:16px;}
.cta-w{display:inline-flex; align-items:center; gap:8px; border-radius:12px; background:#fff; padding:14px 28px; font-size:14px; font-weight:700; color:#1E3A8A; box-shadow:0 20px 25px -5px rgba(0,0,0,.1); transition:transform .15s;}
.cta-w:hover{transform:scale(1.02);} .cta-w:active{transform:scale(.98);}
.cta-o{display:inline-flex; align-items:center; gap:8px; border-radius:12px; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.05); padding:14px 28px; font-size:14px; font-weight:700; color:#fff; backdrop-filter:blur(4px);}
.cta-o:hover{background:rgba(255,255,255,.1);}
@media(min-width:640px){ .hero h1{font-size:48px;} .hero-p{font-size:20px;} }
@media(min-width:1024px){ .hero h1{font-size:60px;} }
/* Faixa de stats em fluxo normal, depois do conteúdo do hero — nunca sobrepõe os CTAs */
.hero{display:flex; flex-direction:column;}
.hero-in{flex:1; width:100%;} /* width:100% mantém o texto alinhado à ESQUERDA dentro do container (sem isso o flex encolhe o bloco e centraliza) */
.stats{position:relative; border-top:1px solid rgba(255,255,255,.1); background:rgba(15,23,42,.4); backdrop-filter:blur(4px);}
.stats-in{margin:0 auto; display:grid; max-width:1280px; grid-template-columns:repeat(2,1fr); gap:24px; padding:32px 24px;}
.st{text-align:center;}
.st .n{font-size:24px; font-weight:800; color:#fff;}
.st .l{margin-top:4px; font-size:12px; color:#BFDBFE;}
@media(min-width:640px){ .stats-in{grid-template-columns:repeat(4,1fr);} .st .n{font-size:30px;} .st .l{font-size:14px;} }

/* ===== Seções landing ===== */
section.pad{padding-top:80px; padding-bottom:80px;}
.eyebrow{font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:.025em; color:#1E40AF;}
.h2{margin-top:12px; font-size:30px; font-weight:700; color:#0F172A;}
.lead{margin-top:16px; font-size:18px; color:#475569;}
@media(min-width:640px){ .h2{font-size:36px;} }
.bg-soft{background:#F8FAFC;}
.cf-head{margin:0 auto; max-width:768px; text-align:center;}
.cf-grid{margin-top:56px; display:grid; gap:24px;}
@media(min-width:640px){ .cf-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1024px){ .cf-grid{grid-template-columns:repeat(4,1fr);} }
.cf-item{position:relative;}
.cf-line{position:absolute; left:100%; top:48px; display:none; height:1px; width:100%; background:#E2E8F0;}
@media(min-width:1024px){ .cf-item:not(:last-child) .cf-line{display:block;} }
.cf-card{position:relative; border-radius:16px; border:1px solid #E2E8F0; background:#fff; padding:24px;}
.cf-top{display:flex; align-items:center; justify-content:space-between;}
.cf-ico{display:flex; height:48px; width:48px; align-items:center; justify-content:center; border-radius:12px; background:#1E3A8A; color:#fff;}
.cf-num{font-size:30px; font-weight:800; color:#F1F5F9;}
.cf-card h3{margin-top:16px; font-size:18px; font-weight:700; color:#0F172A;}
.cf-card p{margin-top:8px; font-size:14px; line-height:1.625; color:#475569;}
.sb-grid{display:grid; align-items:center; gap:48px;}
@media(min-width:1024px){ .sb-grid{grid-template-columns:repeat(2,1fr);} }
.sb-p{margin-top:24px; font-size:18px; line-height:1.625; color:#475569;}
.sb-p2{margin-top:16px; font-size:18px; line-height:1.625; color:#475569;}
.sb-ctas{margin-top:32px; display:flex; flex-wrap:wrap; gap:16px;}
.btn-navy{border-radius:12px; background:#1E3A8A; padding:12px 24px; font-size:14px; font-weight:600; color:#fff; transition:transform .15s; display:inline-block;}
.btn-navy:hover{transform:scale(1.02);}
.btn-line{border-radius:12px; border:1px solid #E2E8F0; padding:12px 24px; font-size:14px; font-weight:600; color:#334155; display:inline-block;}
.btn-line:hover{background:#F8FAFC;}
.sb-cards{display:grid; gap:16px;}
@media(min-width:640px){ .sb-cards{grid-template-columns:repeat(2,1fr);} }
.sb-card{border-radius:16px; border:1px solid #E2E8F0; background:#fff; padding:24px;}
.sb-ico{display:flex; height:40px; width:40px; align-items:center; justify-content:center; border-radius:12px; background:rgba(30,64,175,.1); color:#1E40AF;}
.sb-card h3{margin-top:16px; font-size:16px; font-weight:700; color:#0F172A;}
.sb-card p{margin-top:4px; font-size:14px; color:#475569;}
.cta{background:#1E3A8A; padding:64px 0;}
.cta-in{margin:0 auto; max-width:896px; padding:0 24px; text-align:center;}
.cta h2{font-size:30px; font-weight:700; color:#fff;}
.cta p{margin-top:16px; font-size:18px; color:#DBEAFE;}
.cta-btns{margin-top:32px; display:flex; flex-wrap:wrap; justify-content:center; gap:16px;}
.cta-b1{border-radius:12px; background:#fff; padding:14px 28px; font-size:14px; font-weight:700; color:#1E3A8A; box-shadow:0 20px 25px -5px rgba(0,0,0,.1); display:inline-block; transition:transform .15s;}
.cta-b1:hover{transform:scale(1.02);}
.cta-b2{border-radius:12px; border:1px solid rgba(255,255,255,.3); padding:14px 28px; font-size:14px; font-weight:700; color:#fff;}
.cta-b2:hover{background:rgba(255,255,255,.1);}
@media(min-width:640px){ .cta h2{font-size:36px;} }

/* ===== Página de lista (título + filtros) ===== */
.pg-head{padding:40px 0 24px;}
.pg-head h1{font-size:30px; font-weight:800; color:#0F172A;}
.pg-head p{margin-top:10px; font-size:16px; color:#475569; max-width:900px; line-height:1.6;}
.filter-band{border-top:1px solid #E2E8F0; border-bottom:1px solid #E2E8F0; background:#fff; padding:18px 0;}
.filter-row{display:flex; gap:12px; align-items:center; flex-wrap:wrap;}
.search-box{position:relative; flex:1; min-width:260px;}
.search-box svg{position:absolute; left:12px; top:50%; transform:translateY(-50%); color:#94A3B8;}
.search-box input{width:100%; border:1px solid #E2E8F0; border-radius:12px; padding:10px 14px 10px 38px; font-size:14px; font-family:inherit; color:#0F172A; outline:none;}
.search-box input::placeholder{color:#94A3B8;}
.search-box input:focus{border-color:#1E40AF;}
.sel{border:1px solid #E2E8F0; border-radius:10px; padding:9px 12px; font-size:14px; font-family:inherit; color:#334155; background:#fff;}
.count{font-size:12px; color:#64748B; margin-top:10px;}
.chips{display:flex; gap:8px; flex-wrap:wrap;}
.chip{border:1px solid #E2E8F0; background:#fff; border-radius:10px; padding:8px 16px; font-size:13px; font-weight:500; color:#334155;}
.chip:hover{background:#F8FAFC;}
.chip.on{background:#1E3A8A; border-color:#1E3A8A; color:#fff; font-weight:600;}

/* ===== Cards de projeto ===== */
.grid3{display:grid; gap:24px; padding:40px 0 64px;}
@media(min-width:768px){ .grid3{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1024px){ .grid3{grid-template-columns:repeat(3,1fr);} }
.pj-card{display:block; overflow:hidden; border-radius:16px; border:1px solid #E2E8F0; background:#fff; transition:box-shadow .2s, transform .2s;}
.pj-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1); transform:translateY(-4px);}
.pj-img{position:relative; aspect-ratio:3/2; overflow:hidden;}
.pj-img img{height:100%; width:100%; object-fit:cover; transition:transform .5s;}
.pj-card:hover .pj-img img{transform:scale(1.05);}
.pj-img-ov{position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.4), transparent);}
.badge-cat{position:absolute; left:12px; top:12px; border-radius:9999px; background:rgba(255,255,255,.9); padding:4px 12px; font-size:12px; font-weight:600; color:#334155; backdrop-filter:blur(4px);}
.badge-fase{position:absolute; right:12px; top:12px; border-radius:9999px; padding:4px 12px; font-size:12px; font-weight:600;}
.f-exec{background:#DCFCE7; color:#15803D;}
.f-oferta{background:#F3E8FF; color:#7E22CE;}
.f-capta{background:#E0E7FF; color:#4338CA;}
.f-prest{background:#FEF3C7; color:#B45309;}
.f-enc{background:#F1F5F9; color:#475569;}
.pj-body{padding:24px;}
.pj-cat{font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.025em; color:#1E40AF;}
.pj-body h3{margin-top:8px; font-size:18px; font-weight:700; color:#0F172A;}
.pj-body > p{margin-top:8px; font-size:14px; line-height:1.625; color:#475569;}
.pj-meta{margin-top:14px; display:grid; gap:6px;}
.pj-meta div{display:flex; align-items:center; gap:8px; font-size:13px; color:#64748B;}
.pj-meta .duo{display:flex; gap:18px;}
.pj-more{margin-top:16px; display:flex; align-items:center; gap:4px; font-size:14px; font-weight:600; color:#1E40AF;}
.pj-card:hover .pj-more{color:#1E3A8A;}

/* ===== Detalhe de projeto ===== */
.banner{position:relative; height:210px; overflow:hidden;}
.banner img{height:100%; width:100%; object-fit:cover;}
.banner .ov{position:absolute; inset:0; background:linear-gradient(to right, rgba(15,23,42,.55), rgba(15,23,42,.15));}
.banner .b-in{position:absolute; left:0; right:0; bottom:22px;}
.banner .chips-row{display:flex; gap:8px; margin-bottom:10px;}
.chip-cat{border-radius:9999px; background:rgba(255,255,255,.9); padding:4px 12px; font-size:12px; font-weight:600; color:#334155;}
.banner h1{font-size:32px; font-weight:800; color:#fff;}
.banner .org{margin-top:6px; display:flex; align-items:center; gap:6px; font-size:13.5px; color:#DBEAFE;}
.tabbar{background:#fff; border-bottom:1px solid #E2E8F0; padding:14px 0;}
.tabs{display:flex; gap:8px; flex-wrap:wrap;}
.tab{display:inline-flex; align-items:center; gap:8px; white-space:nowrap; border-radius:8px; padding:10px 16px; font-size:14px; font-weight:500; color:#475569; transition:background .15s;}
.tab:hover{background:#F1F5F9;}
.tab.on{background:#1E40AF; color:#fff;}
.tab.on:hover{background:#1E40AF;}
.tab .cnt{font-size:12px; color:#64748B; background:#F1F5F9; border-radius:9999px; padding:2px 7px;}
.tab.on .cnt{background:rgba(255,255,255,.2); color:#fff;}
.det-grid{display:grid; gap:28px; padding:32px 0 64px;}
@media(min-width:1024px){ .det-grid{grid-template-columns:1fr 340px;} }
.det-main h2{font-size:22px; font-weight:700; color:#0F172A; margin-bottom:14px;}
.det-main .desc{font-size:15px; line-height:1.7; color:#334155;}
.prog-card{margin-top:24px; border:1px solid #E2E8F0; border-radius:16px; padding:20px;}
.prog-top{display:flex; justify-content:space-between; align-items:center; font-size:14px; color:#334155;}
.prog-top .pct{font-weight:800; color:#0F172A;}
.prog-track{margin-top:10px; height:8px; border-radius:9999px; background:#F1F5F9; overflow:hidden;}
.prog-fill{height:100%; border-radius:9999px; background:#2563EB;}
.prog-foot{margin-top:10px; display:flex; justify-content:space-between; font-size:13px; color:#64748B;}
.prog-foot strong{color:#0F172A;}
.info-grid{margin-top:24px; display:grid; gap:14px;}
@media(min-width:640px){ .info-grid{grid-template-columns:repeat(2,1fr);} }
.info-card{border:1px solid #E2E8F0; border-radius:14px; padding:16px;}
.info-card .lbl{display:flex; align-items:center; gap:6px; font-size:11px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; color:#64748B;}
.info-card .val{margin-top:8px; font-size:14.5px; font-weight:600; color:#0F172A;}
.rail{display:grid; gap:20px; align-content:start;}
.rail-card{border:1px solid #E2E8F0; border-radius:16px; padding:20px;}
.rail-card h3{font-size:14.5px; font-weight:700; color:#0F172A; margin-bottom:14px;}
.rail-rows{display:grid; gap:10px;}
.rail-row{display:flex; justify-content:space-between; font-size:13.5px; color:#475569;}
.rail-row strong{color:#0F172A;}
.rail-link{display:flex; justify-content:space-between; align-items:center; border:1px solid #E2E8F0; border-radius:12px; padding:12px 14px; font-size:13.5px; font-weight:600; color:#334155; margin-bottom:10px;}
.rail-link:hover{background:#F8FAFC;}
.rail-link:last-child{margin-bottom:0;}

/* Documentos */
.sec-lbl{font-size:11.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#64748B; margin:26px 0 10px;}
.doc-tbl{width:100%; border:1px solid #E2E8F0; border-radius:14px; overflow:hidden; border-collapse:separate; border-spacing:0; font-size:13.5px;}
.doc-tbl th{background:#F8FAFC; text-align:left; font-size:11px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:#64748B; padding:10px 14px; border-bottom:1px solid #E2E8F0;}
.doc-tbl td{padding:12px 14px; border-bottom:1px solid #F1F5F9; color:#334155; vertical-align:middle;}
.doc-tbl tr:last-child td{border-bottom:0;}
.doc-tbl .code{font-weight:700; color:#0F172A;}
/* Chip colorido por tipo de documento: DIE roxo, RIC ciano, Evidência verde, restritos azul */
.code-chip{display:inline-block; border-radius:6px; padding:2px 8px; font-size:12px; font-weight:700;}
.c-die{background:#FAF5FF; color:#9333EA;}
.c-ric{background:#ECFEFF; color:#0891B2;}
.c-ev{background:#F0FDF4; color:#16A34A;}
.c-restr{background:#EFF6FF; color:#2563EB;}
/* Botão de download por documento */
.dl-btn{display:inline-flex; align-items:center; gap:4px; border-radius:8px; padding:6px; color:#94A3B8; transition:background .15s, color .15s;}
.dl-btn:hover{background:#F1F5F9; color:#1E40AF;}
.pill{display:inline-block; border-radius:9999px; padding:3px 10px; font-size:11.5px; font-weight:600;}
.p-ok{background:#DCFCE7; color:#15803D;}
.p-an{background:#FEF3C7; color:#B45309;}
.p-lock{background:#F1F5F9; color:#475569; display:inline-flex; align-items:center; gap:5px;}
.doc-note{margin-top:14px; font-size:12.5px; color:#64748B;}

/* Timeline */
.tl{list-style:none; margin-top:8px;}
.tl li{position:relative; padding:0 0 26px 26px; border-left:2px solid #E2E8F0; margin-left:8px;}
.tl li:last-child{padding-bottom:0; border-left-color:transparent;}
.tl li::before{content:''; position:absolute; left:-7px; top:2px; width:12px; height:12px; border-radius:50%; background:#2563EB; box-shadow:0 0 0 3px #DBEAFE;}
.tl .tl-head{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.tl .tl-t{font-size:15px; font-weight:700; color:#0F172A;}
.tl .tl-desc{margin-top:6px; font-size:13.5px; line-height:1.6; color:#475569;}
.tl .tl-meta{margin-top:6px; font-size:12.5px; color:#94A3B8;}

/* Operação */
.life{border:1px solid #E2E8F0; border-radius:16px; padding:20px; margin-bottom:24px;}
.life .sec-lbl{margin-top:0;}
.life-steps{display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:12px;}
@media(min-width:768px){ .life-steps{grid-template-columns:repeat(5,1fr);} }
.step{border:1px solid #E2E8F0; border-radius:12px; padding:14px 10px; text-align:center; font-size:12.5px; font-weight:600; color:#94A3B8; background:#F8FAFC;}
.step .ic{display:flex; justify-content:center; margin-bottom:6px;}
.step.done{background:#F0FDF4; border-color:#BBF7D0; color:#15803D;}
.step.cur{background:#EFF6FF; border-color:#1E40AF; color:#1E40AF;}
.step .dot{width:8px; height:8px; border-radius:50%; background:#1E40AF; margin:0 auto 6px;}
.op-grid{display:grid; gap:20px;}
@media(min-width:900px){ .op-grid{grid-template-columns:1fr 1fr;} }
.part-row{display:flex; align-items:center; gap:12px; border:1px solid #F1F5F9; border-radius:12px; padding:12px 14px; margin-bottom:10px;}
.part-row:last-child{margin-bottom:0;}
.part-ico{display:flex; height:36px; width:36px; align-items:center; justify-content:center; border-radius:10px; background:rgba(30,64,175,.08); color:#1E40AF;}
.part-row .rl{font-size:11px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:#64748B;}
.part-row .nm{font-size:14px; font-weight:600; color:#0F172A;}
.ind-row{display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px solid #F1F5F9; font-size:13.5px; color:#475569;}
.ind-row:last-child{border-bottom:0;}
.ind-row strong{font-size:14px; color:#0F172A;}

/* ===== Produtoras ===== */
.pr-card{display:block; overflow:hidden; border-radius:16px; border:1px solid #E2E8F0; background:#fff; transition:box-shadow .2s, transform .2s;}
.pr-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1); transform:translateY(-4px);}
.pr-img{position:relative; height:190px; overflow:hidden;}
.pr-img img{height:100%; width:100%; object-fit:cover; transition:transform .5s;}
.pr-card:hover .pr-img img{transform:scale(1.05);}
.badge-reg{position:absolute; left:12px; bottom:12px; border-radius:9999px; background:rgba(15,23,42,.7); padding:4px 12px; font-size:12px; font-weight:600; color:#fff; backdrop-filter:blur(4px);}
.pr-body{padding:24px;}
.pr-body h3{font-size:18px; font-weight:700; color:#0F172A;}
.pr-body > p{margin-top:8px; font-size:14px; line-height:1.625; color:#475569;}
.pr-tags{margin-top:14px; display:flex; flex-wrap:wrap; gap:8px;}
.tag{border-radius:9999px; background:#F1F5F9; padding:4px 12px; font-size:12px; font-weight:500; color:#334155;}
.tag.blue{background:#EFF6FF; color:#1E40AF;}

/* Perfil de produtora */
.prof-hero{position:relative; height:288px; overflow:hidden;}
.prof-hero img{height:100%; width:100%; object-fit:cover;}
.prof-hero .ov{position:absolute; inset:0; background:linear-gradient(to top, rgba(15,23,42,.8), rgba(15,23,42,.35));}
.prof-hero .back{position:absolute; top:16px; left:0; right:0;}
.prof-hero .back a{display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:rgba(255,255,255,.85);}
.prof-hero .back a:hover{color:#fff;}
.prof-hero .ph-in{position:absolute; left:0; right:0; bottom:26px;}
.ph-flex{display:flex; align-items:center; gap:18px;}
.avatar{display:flex; height:80px; width:80px; align-items:center; justify-content:center; border-radius:16px; background:rgba(255,255,255,.1); font-size:30px; font-weight:800; color:#fff; box-shadow:inset 0 0 0 1px rgba(255,255,255,.2); backdrop-filter:blur(4px);}
.ph-flex h1{font-size:32px; font-weight:800; color:#fff;}
.ph-chips{margin-top:8px; display:flex; gap:8px; flex-wrap:wrap;}
.ph-chip{display:inline-flex; align-items:center; gap:6px; border-radius:9999px; background:rgba(255,255,255,.12); padding:4px 12px; font-size:12.5px; font-weight:600; color:#fff; backdrop-filter:blur(4px);}
.prof-lead{padding:22px 0 0; font-size:16px; color:#64748B; max-width:760px; line-height:1.6;}
.prof-grid{display:grid; gap:28px; padding:36px 0 64px;}
@media(min-width:1024px){ .prof-grid{grid-template-columns:1fr 320px;} }
.prof-main h2{font-size:22px; font-weight:700; color:#0F172A; margin-bottom:14px;}
.prof-main .txt{font-size:15px; line-height:1.7; color:#334155;}
.areas{margin-top:26px;}
.areas .tags{margin-top:10px; display:flex; flex-wrap:wrap; gap:8px;}
.proj-head{display:flex; justify-content:space-between; align-items:center; margin:34px 0 16px;}
.proj-head h2{margin:0;}
.proj-head span{font-size:12.5px; color:#64748B; background:#F1F5F9; border-radius:9999px; padding:4px 12px;}
.prof-main .pj-card{max-width:380px;}
.inf-row{display:grid; gap:3px; padding:10px 0; border-bottom:1px solid #F1F5F9;}
.inf-row:last-child{border-bottom:0;}
.inf-row .l{display:flex; align-items:center; gap:6px; font-size:12px; color:#64748B;}
.inf-row .v{font-size:14px; font-weight:600; color:#0F172A;}
.inf-row .v a{color:#1E40AF;}
.status-ok{display:flex; gap:12px; align-items:flex-start;}
.status-ok .ic{display:flex; height:34px; width:34px; align-items:center; justify-content:center; border-radius:9999px; background:#DCFCE7; color:#15803D; flex-shrink:0;}
.status-ok .t1{font-size:14px; font-weight:700; color:#0F172A;}
.status-ok .t2{font-size:12.5px; color:#64748B;}

/* ===== Footer ===== */
footer{background:#0F172A; padding:48px 0;}
.ft-grid{display:grid; gap:32px;}
@media(min-width:768px){ .ft-grid{grid-template-columns:repeat(4,1fr);} }
.ft-brand{display:flex; align-items:center; gap:12px;}
.ft-name p:first-child{font-size:16px; font-weight:700; color:#fff;}
.ft-name p:last-child{font-size:12px; color:#94A3B8;}
.ft-desc{margin-top:16px; font-size:14px; color:#94A3B8;}
.ft-col h4{font-size:14px; font-weight:600; color:#fff;}
.ft-col ul{margin-top:16px; list-style:none;}
.ft-col li + li{margin-top:8px;}
.ft-col a{font-size:14px; color:#94A3B8;}
.ft-col a:hover{color:#fff;}
.ft-bottom{margin-top:40px; display:flex; flex-direction:column; align-items:center; justify-content:space-between; gap:16px; border-top:1px solid rgba(255,255,255,.1); padding-top:24px;}
@media(min-width:640px){ .ft-bottom{flex-direction:row;} }
.ft-bottom p{font-size:12px; color:#64748B;}
.hidden{display:none !important;}
