/* Prevision · site institucional. Celular primeiro.
   Cores do Prevision (Manual das Marcas V2): #252861 e #2d54a5, com os tons do painel. */
:root {
  --n0: #0a1530;
  --n1: #11205a;
  --n2: #252861;
  --b: #2d54a5;
  --b2: #4a7fd4;
  --gl: #8fb4f0;
  --t: #dce7f5;
  --ow: #f4f2f0;
  --tx: #1a1a2e;
  --tx2: #3a3a4e;
  --raio: 20px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ow);
  color: var(--tx);
  font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; }

.caixa { width: 100%; max-width: 1120px; margin: 0 auto; }
.sec { padding: 48px 20px; }
.escuro {
  background: linear-gradient(160deg, var(--n0) 0%, var(--n1) 60%, var(--n2) 100%);
  color: #fff;
}

h1, h2 { margin: 0 0 16px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.12; }
h1 { font-size: clamp(32px, 8.6vw, 56px); }
h2 { font-size: clamp(28px, 7vw, 44px); color: var(--n2); }
.escuro h2 { color: #fff; }
.expl { margin: 0 0 16px; font-size: clamp(18px, 4.6vw, 21px); color: var(--tx2); max-width: 36ch; }
.escuro .expl { color: var(--t); }
.expl.destaque { color: var(--gl); font-weight: 700; }
.expl.forte { color: var(--n2); font-weight: 700; }

.desenho { width: 100%; margin: 24px 0; }
.desenho img { width: 100%; }

/* abertura */
.abertura { padding-top: 20px; }
.topo { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.logo { width: 150px; height: auto; }
.entrar {
  font-size: 15px; font-weight: 600; text-decoration: none; color: #fff;
  border: 1.5px solid rgba(143, 180, 240, 0.6); border-radius: 999px; padding: 8px 18px;
}
.entrar:hover { background: rgba(143, 180, 240, 0.15); }
.selo { margin: 0 0 18px; font-size: 16px; font-weight: 700; color: var(--gl); }
.abertura .desenho { max-width: 460px; margin: 28px auto 8px; }

.botao {
  display: inline-block; margin-top: 8px; padding: 16px 26px; border-radius: 999px;
  background: var(--b); color: #fff; font-weight: 700; font-size: 18px; text-decoration: none;
  box-shadow: 0 8px 24px rgba(10, 21, 48, 0.25);
}
.botao:hover { background: var(--b2); }
.escuro .botao { background: #fff; color: var(--n2); }
.escuro .botao:hover { background: var(--t); }

/* quadros de cenas */
.quadros { display: grid; gap: 28px; margin-top: 24px; grid-template-columns: 1fr; }
.quadros figure { margin: 0; }
.quadros img { width: 100%; border-radius: var(--raio); }
figcaption { margin-top: 12px; font-weight: 700; font-size: 18px; color: var(--n2); line-height: 1.3; }
figcaption.centro { text-align: center; }
.quadros.pequeno { grid-template-columns: 1fr 1fr; gap: 18px; }
.quadros.pequeno figure:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 50%; justify-self: center; width: calc(50% - 9px); max-width: none; }

.faixa {
  margin: 32px 0 0; padding: 22px 24px; border-radius: var(--raio);
  background: var(--t); color: var(--n2); font-size: 19px; font-weight: 600; line-height: 1.35;
}
.faixa strong { font-weight: 800; }

/* passos */
.passos { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 20px; }
.passos li { display: grid; grid-template-columns: 42% 1fr; align-items: center; gap: 18px; }
.passos img { border-radius: var(--raio); }
.passos span { font-weight: 700; font-size: 20px; color: var(--n2); line-height: 1.25; }

/* lista com check */
.lista { list-style: none; margin: 0 0 20px; padding: 0; }
.lista li { position: relative; padding-left: 38px; margin-bottom: 14px; font-size: 19px; color: var(--tx2); }
.lista li::before {
  content: ''; position: absolute; left: 0; top: 3px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--b) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M7.5 13.5l3.8 3.8 7.2-7.6' stroke='%23fff' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 26px no-repeat;
}

/* tres jeitos */
.jeitos { display: grid; gap: 24px; margin-top: 24px; grid-template-columns: 1fr 1fr; }
.jeitos figure { margin: 0; }
.jeitos img { border-radius: var(--raio); width: 100%; }
.jeitos .grande { grid-column: 1 / -1; }
.jeitos .grande figcaption { font-size: 21px; }

/* modulos */
.modulos { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 20px; }
.modulos li { display: grid; grid-template-columns: 44% 1fr; gap: 18px; align-items: center; }
.modulos img { border-radius: var(--raio); }
.modulos strong { display: block; font-size: 20px; color: var(--n2); }
.modulos span { display: block; font-size: 17px; color: var(--tx2); line-height: 1.35; margin-top: 4px; }

/* central no bolso */
img.celular { width: 62%; margin: 0 auto; }

/* contato */
#contato .botao { margin-top: 6px; }
.fone { margin: 14px 0 0; font-size: 20px; font-weight: 700; color: #fff; }
.email { display: block; margin-top: 10px; font-size: 18px; font-weight: 600; color: var(--gl); text-decoration: none; word-break: break-all; }
.simbolo { width: 64%; max-width: 360px; margin: 36px auto 0; }

/* rodape */
.rodape { background: var(--n0); color: var(--t); padding: 36px 20px 44px; font-size: 15px; }
.rodape img { width: 120px; }
.rodape p { margin: 14px 0; color: var(--gl); font-weight: 600; }
.rodape nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.rodape a { color: var(--t); text-decoration: none; }
.rodape a:hover { text-decoration: underline; }

.so-celular { display: block; }

/* tablet */
@media (min-width: 700px) {
  .sec { padding: 64px 32px; }
  .quadros.tres, .quadros.quatro, .quadros.dois { grid-template-columns: 1fr 1fr; }
  .quadros.pequeno { grid-template-columns: repeat(3, 1fr); }
  .quadros.pequeno figure:last-child:nth-child(odd) { grid-column: auto; width: auto; }
  .passos { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .passos li { grid-template-columns: 1fr; text-align: center; }
  .jeitos { grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; }
  .jeitos .grande { grid-column: 1; grid-row: 1 / span 2; display: flex; flex-direction: column; }
  .jeitos .grande picture { flex: 1; min-height: 0; }
  .jeitos .grande img { height: 100%; object-fit: cover; }
}

/* computador */
@media (min-width: 900px) {
  body { font-size: 19px; }
  .so-celular { display: none; }
  .duas { display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 56px; align-items: center; }
  .duas .desenho { margin: 0; }
  .abertura .duas { grid-template-columns: 0.8fr 1.4fr; }
  .abertura .desenho { max-width: none; margin: 0; }
  .quadros.tres { grid-template-columns: repeat(3, 1fr); }
  .quadros.quatro { grid-template-columns: repeat(4, 1fr); }
  .quadros.dois { grid-template-columns: 1fr 1fr; max-width: 900px; margin-left: auto; margin-right: auto; }
  figcaption { font-size: 17px; }
  img.celular { width: 100%; }
  .modulos li { grid-template-columns: 220px 1fr; }
  .simbolo { margin: 0 auto; }
}
