:root {
  --azul:#252a8f;
  --azul2:#10146f;
  --vermelho:#e52328;
  --coral:#f65c61;
  --bg:#f3f5fb;
  --txt:#17213b;
  --muted:#5f6a83;
  --line:#dce3f2;
  --card:#fff;
  --ok:#087b45;
--shadow:0 14px 34px rgba(16,20,111,.12)}

* {
box-sizing:border-box}

html {
scroll-behavior:smooth}

body {
  margin:0;
  background:var(--bg);
  color:var(--txt);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

.container {
  max-width:960px;
  margin:0 auto;
padding:20px;
background-color:yellow;
}

h1 {
  color:#333;
  font-size:32px;
margin-bottom:16px}

p {
  color:#666;
line-height:1.6}

.btn {
  display:inline-block;
  padding:10px 20px;
  background:#04AA6D;
  color:#fff;
  border:none;
  border-radius:4px;
cursor:pointer}

.btn:hover {
background:#059862}


button,input,select {
font:inherit}

.topbar {
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(8px);
}

.topinner {
  max-width:1480px;
  margin:0 auto;
  padding:15px 34px;
  display:flex;
  align-items:center;
  gap:22px; 
}

.brand {
  display:flex;
  align-items:center;
  gap:18px;
min-width:0;
}

.brand img {
  height:44px;
  width:auto;
  display:block;
}

.brand-title {
  border-left:1px solid #dfe3ee;
  padding-left:18px;
  font-weight:700;
  color:#222;
  font-size:17px;
  line-height:1.15;
  white-space:nowrap;
}

.bci-check-nav {
	max-width:1280px;
	margin:12px auto 0;
	padding:0 18px;
	display:flex;
	justify-content:flex-end;
	gap:9px;
	float:right}
	
.bci-check-nav a{
	padding:10px 14px;
	border-radius:12px;
	border:1px solid #dce3f2;
	background:#fff;
	color:#252a8f;
	font-weight:900;
	font-size:13px;
	text-decoration:none}

@media print{
	.bci-check-nav{
		display:none!important}}

.hero {
  max-width:1480px;
  margin:0 auto;
  border-radius:30px;
  background:linear-gradient(135deg,#10146f 0%,#252a8f 70%,#1c237d 100%);
  text-align:center;
  padding:42px 18px;
}

.hero h1 {
  color:#FFF;
  font-size:clamp(20px,5vw,30px);
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:-.03em;
}

.hero p {
  font-size:19px;
  line-height:1.45;
  max-width:820px;
  margin:0 auto;
color:#f5f7ff}

.wrap {
  max-width:1480px;
  margin:26px auto 42px;
  padding:0;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
}

.card,.result {
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow);
padding:26px}

h2 {
  color:var(--azul);
  margin:0 0 16px;
  font-size:30px;
line-height:1.15}

.grid {
  display:grid;
gap:15px}

.field label {
  display:block;
  font-weight:900;
  color:#26305b;
  margin:0 0 8px;
font-size:18px}

select {
  width:100%;
  height:54px;
  border:1px solid #cbd3e7;
  border-radius:17px;
  padding:0 14px;
  background:#fff;
  color:#192136;
  outline:none;
font-size:18px}

select:focus {
  border-color:var(--azul);
box-shadow:0 0 0 4px rgba(37,42,143,.13)}

.checkrow {
  display:grid;
  gap:8px;
  background:#fbfcff;
  border:1px solid var(--line);
  border-radius:16px;
padding:12px}

.checkrow label {
  font-weight:700;
  color:#26305b;
  display:flex;
  gap:10px;
align-items:flex-start}

input[type=checkbox] {
  width:20px;
  height:20px;
  accent-color:var(--azul);
margin-top:2px}

.hide {
display:none!important}

.btns {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
align-items:center}

.btn {
  border:0;
  border-radius:17px;
  padding:14px 17px;
  font-weight:900;
  cursor:pointer;
  font-size:17px;
box-shadow:0 8px 20px rgba(0,0,0,.08)}

.primary {
  background:var(--azul);
color:#fff}

.secondary {
  background:#fff;
  color:var(--azul);
border:1px solid var(--line)}

.green {
  background:#087b45;
color:#fff}

.result h2 {
text-align:center}

.intro {
  background:#eef2ff;
  border-left:5px solid var(--azul);
  border-radius:16px;
  padding:14px 16px;
  margin:14px 0;
  color:#26305b;
line-height:1.45}

.sub {
  background:#eef2ff;
  border-left:5px solid var(--azul);
  border-radius:14px;
  padding:12px 14px;
  margin:16px 0 10px;
  font-weight:900;
color:#26305b}

.block {
  border:1px solid var(--line);
  border-radius:18px;
  padding:15px;
  margin:14px 0;
background:#fbfcff}

.block h3 {
  margin:0 0 10px;
  color:#07142d;
font-size:20px}

.block h4 {
  margin:10px 0 6px;
  color:#26305b;
font-size:17px}

ul {
  margin:0;
padding-left:22px}

li {
  margin:6px 0;
line-height:1.35}

.note {
  background:#fff7e6;
  border:1px solid #f3d089;
  border-radius:14px;
  padding:12px;
  margin:12px 0;
  color:#754500;
line-height:1.4}

.small {
  font-size:13px;
  color:var(--muted);
line-height:1.4}

.tag {
  display:inline-block;
  background:#eef2ff;
  color:var(--azul);
  border-radius:999px;
  padding:7px 11px;
  font-weight:900;
margin:4px}

.print-head {
display:none}

.gerado {
  font-size:12px;
  color:var(--muted);
  text-align:right;
margin:4px 0 10px}

.empty {
  text-align:center;
  color:var(--muted);
  padding:28px;
  border:1px dashed var(--line);
border-radius:18px}

@media(max-width:860px) {
  .wrap {
  grid-template-columns:1fr}

  .brand-title {
    font-size:16px;
  white-space:normal}

  .topinner {
    align-items:flex-start;
  flex-direction:column}

}

@media(max-width:520px) {
  .hero h1 {
  font-size:34px}

  .hero p {
  font-size:18px}

  .card,.result {
    padding:20px;
  border-radius:20px}

  select {
  font-size:17px}

  .btn {
  width:100%}

}

@media print {
  @page {
    size:A4;
  margin:8mm}

  body {
    background:#fff;
    color:#000;
    font-size:11px;
  line-height:1.28}

  .topbar,.hero,.formcard,.btns,.screen-title,.screen-tags {
  display:none!important}

  .wrap {
    display:block;
    margin:0;
    padding:0;
  max-width:none}

  .result {
    box-shadow:none;
    border:0;
    border-radius:0;
  padding:0}

  .print-head {
    display:flex!important;
    align-items:center;
    gap:14px;
    border-bottom:2px solid #252a8f;
    padding-bottom:7px;
  margin-bottom:6px}

  .print-head img {
  height:34px}

  .print-head b {
    font-size:17px;
  color:#252a8f}

  .print-head small {
    display:block;
    font-size:12px;
    color:#333;
  margin-top:2px}

  .gerado {
    font-size:9px;
    color:#555;
    text-align:right;
  margin:2px 0 5px}

  h2 {
    font-size:18px;
  color:#000}

  .intro {
    font-size:10.5px;
    padding:6px 8px;
    margin:5px 0;
  border-radius:8px}

  .sub {
    font-size:12px;
    padding:6px 8px;
    margin:8px 0 5px;
    border-radius:8px;
    break-after:avoid;
  page-break-after:avoid}

  .note {
    font-size:10.5px;
    padding:6px 8px;
    margin:6px 0;
  border-radius:8px}

  .block {
    break-inside:avoid;
    page-break-inside:avoid;
    border-radius:8px;
    padding:7px 8px;
    margin:6px 0;
  background:#fff}

  .block h3 {
    font-size:12.5px;
    margin:0 0 5px;
    break-after:avoid;
  page-break-after:avoid}

  .block h4 {
    font-size:11px;
  margin:7px 0 4px}

  ul {
  padding-left:17px}

  li {
    font-size:10.5px;
    margin:3px 0;
  line-height:1.25}

  .empty {
  display:none}

}

/* Integração WordPress */ html,body {
  width:100%;
min-height:100%}

body.sci-checklist-fullscreen {
padding:22px;	
}

#wpadminbar {
display:none!important}

html {
margin-top:0!important}

.sci-checklist-app {
  width:100%;
min-height:100vh}

.sci-checklist-app .wrap {
  max-width:1480px;
grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr)}

.sci-checklist-app .topinner {
max-width:1480px;}

@media(max-width:980px) {
  .sci-checklist-app .wrap {
  grid-template-columns:1fr}

}

/* ===== Portal final / integração ===== */ 
.bci-top-actions {
  margin-left:auto;
  display:flex;
  gap:10px;
align-items:center}

.bci-top-actions a {
	text-decoration: none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:128px;
  padding:12px 18px;
  border-radius:15px;
  font-size:15px;
  font-weight:900;
  color:var(--azul);
  border:1px solid #dce3f2;
  background:#fff;
transition:transform .22s ease,box-shadow .22s ease,background .22s ease }

.bci-top-actions a:last-child {
  background:var(--azul);
  color:#fff;
border-color:var(--azul)}

.bci-top-actions a:hover {
  transform:translateY(-2px);
box-shadow:0 10px 24px rgba(16,20,111,.14)}