body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #213261;
      margin: 0;
      padding: 24px;
      background: linear-gradient(#1c4bba, #152c63);
    }

    .card {
      max-width: 800px;
      margin: 0 auto;
      background: #fff;
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    }

    .form-group {
      margin-bottom: 18px;
      padding: 20px;
    }

    .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .required::after {
      content: " *";
      color: #e74c3c;
    }

    .inline-options {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 4px;
    }

    .inline-options label {
      font-weight: 400;
    }

    input[type="text"],
    input[type="email"] {
      width: 100%;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid #dcdde1;
      font-size: 0.95rem;
      transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  background-color: #fff;
    }

    input:focus {
      outline: none;
      border-color: #f39c12;
      box-shadow: 0 0 0 2px rgba(243,156,18,0.2);
    }

    .hidden {
      display: none;
    }

    button {
      border-radius: 999px;
      border: none;
      padding: 10px 22px;
      font-size: 0.95rem;
      font-weight: 600;
      cursor: pointer;
      background: #213261;
      color: #fff;
      margin-top: 50px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    button:hover {
      background: #30249b;
    }

    #caixa-texto, #caixa-texto2 {
    resize: none;
    width: 100%;
    height: 100px;
    border-radius: 5px solid transparent;
    border: 1px solid #dcdde1;
    border-radius: 8px;
  }

fieldset {
      border: 1px solid #dcdde1;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 18px;
    }

fieldset legend {
      font-weight: 600;
      padding: 0 8px;
    }

    #anexos {
      border: none;
      font-size: 0.95rem;
    }

    #tipo {
      display: block;
      margin-top: 8px;
      font-size: 0.85rem;
      color: #555;
    }

footer {
      margin-top: 40px;
      font-size: 0.85rem;
      color: #555;
      text-align: center;
    }

.logo {
      display: block;
      margin: 0 auto 20px auto;
      max-width: 200px;
      width: 50px;
    }

 .hidden {
  display;
  background: linear-gradient(#1c4bba, #152c63);
  
}

.sucesso {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}

.remo {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
  border: 5px black solid;
}

.sucesso h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.sucesso p {
  font-size: 1rem;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}