/* Redesign no estilo consulta.vu / gov.br oficial */
@import url('https://fonts.cdnfonts.com/css/rawline');

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Rawline', 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #ffffff;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* ========= HEADER GOV.BR ========= */
header {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
}

header .logo img {
  height: 28px;
  width: auto;
  display: block;
}

header .barra {
  display: flex;
  align-items: center;
  gap: 18px;
}

header .barra img {
  height: 24px;
  width: auto;
  display: block;
  opacity: .9;
}

/* ========= BREADCRUMB ========= */
.headMensagem {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  padding: 14px 24px;
}

.headMensagem p {
  font-size: 13px;
  color: #1351b4;
  font-weight: 500;
  letter-spacing: .2px;
  max-width: 1200px;
  margin: 0 auto;
}

.headMensagem p span {
  color: #888;
  font-weight: 400;
  margin: 0 6px;
}

/* ========= CAROUSEL ========= */
.carousel {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.carousel-inner {
  display: flex;
  transition: transform .6s ease;
}

.carousel-inner img {
  width: 100%;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
}

/* ========= CONTEÚDO ========= */
.conteudo {
  max-width: 1200px;
  margin: 32px auto 48px;
  padding: 0 24px;
}

.e-con-inner {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 36px 32px;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.elementor-heading-title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #1351b4;
  margin-bottom: 24px;
  letter-spacing: -.3px;
}

.elementor-heading-title strong {
  color: #0c326f;
}

/* Subtítulo "Termos de Uso..." */
.elementor-element-2bd046f .elementor-heading-title {
  font-size: 13px !important;
  color: #555 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 32px !important;
  margin-bottom: 8px !important;
}

/* Divisor */
.elementor-divider {
  display: flex;
  align-items: center;
  margin: 4px 0 12px;
}

.elementor-divider-separator {
  flex: 1;
  height: 1px;
  background: #e6e6e6;
}

/* ========= FORMULÁRIO CPF ========= */
.container {
  text-align: center;
  padding: 24px 0 8px;
  width: 100%;
  max-width: 480px;
}

.container label {
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #1351b4;
}

.container .icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.container p {
  text-align: left;
  margin-bottom: 6px;
  color: #555;
  font-size: 14px;
}

.container p.input-label {
  margin-top: 14px;
  color: #333;
}

.container .highlight {
  font-weight: 700;
  color: #1351b4;
}

.container input[type="tel"] {
  padding: 14px 16px;
  margin: 8px 0 18px;
  width: 100%;
  border: 1.5px solid #d0d7de;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-family: inherit;
  background: #fff;
  color: #1f2937;
  transition: border-color .15s, box-shadow .15s;
}

.container input[type="tel"]::placeholder {
  color: #9aa3ad;
  font-style: normal;
}

.container input[type="tel"]:focus {
  outline: none;
  border-color: #1351b4;
  box-shadow: 0 0 0 3px rgba(19,81,180,.15);
}

.container button {
  padding: 14px 20px;
  background: #1351b4;
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: inherit;
  transition: background .15s, transform .05s;
  box-shadow: 0 2px 4px rgba(19,81,180,.25);
}

.container button:hover {
  background: #0c468f;
}

.container button:active { transform: translateY(1px); }

/* ========= FOOTER ========= */
footer {
  background: #0c326f;
  color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

footer .footer-logo {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .95;
}

footer .copy {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  max-width: 600px;
}

footer .copy p { margin-bottom: 4px; opacity: .9; }
footer .copy span { font-weight: 600; opacity: .85; }

/* ========= RESPONSIVO ========= */
@media (max-width: 768px) {
  header { padding: 12px 16px; }
  header .logo img { height: 24px; }
  header .barra img { height: 20px; }
  .headMensagem { padding: 12px 16px; }
  .headMensagem p { font-size: 12px; }
  .conteudo { padding: 0 16px; margin: 20px auto 32px; }
  .e-con-inner { padding: 24px 18px; border-radius: 8px; }
  .elementor-heading-title { font-size: 22px; margin-bottom: 18px; }
  .carousel { margin-top: 16px; border-radius: 0; }
}
