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

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  color: #1a1a1a;
  overflow-x: none;
}

::-webkit-scrollbar{
  display: none;
}


.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}


.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.logo {
  font-size: 24px;
}

.hero {
  padding: 120px 0;
  color: white;
  background: url('../images/hero_bg.png') center / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero h2 {
  z-index: 10;
  font-size: 38px;
  margin-bottom: 20px;
}

.hero p {
  margin-bottom: 20px;
   z-index: 10;
  font-size: 18px;
}

/* .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.85) 0%,
    rgba(15, 23, 42, 0.75) 40%,
    rgba(15, 23, 42, 0.3) 100%
  );
  z-index: 1;
} */

.ogfi_logo{
  background: url(../images/gove_logo.png) left / contain no-repeat;
  height: 69px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.hero-grid {
  width: 100%;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 48px;
}

.hero .container {
  margin: 0 5%
}

.riscos {
  padding: 80px 0;
  background: #ebebebf3;
}

.riscos_title {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
  justify-self: center;
  gap: 35px;
  flex-direction: column;
}

.riscos_title h2{
  font-size: 34px;
}

.riscos_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}

.risco_card {
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  padding: 30px;
  background: #fff;
  border-bottom: 5px solid #c9ad6a;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.risco_title {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  font-size: 34px;
  margin-bottom: 15px;
}

.risco_title h1{
      justify-self: left;
}

.logo-mask {
  background: url('../images/simple_gove_logo.png') right /contain no-repeat;
    height: 60px;
    width: 120px;
  filter: brightness(0) saturate(100%) 
  invert(74%) sepia(23%) 
  saturate(480%) hue-rotate(10deg);
}

.risco_body{
  margin: 5% 0;
  max-width: 90%;
}

.risco_card h3 {
  margin-bottom: 10px;
}

.list {
  margin: 20px 0;
}

.list li {
  margin-bottom: 10px;
}


.numeros {
  background: url('../images/numeros_bg.png') center / cover no-repeat;
  padding: 100px 0;
}

.numeros .container {
  text-align: center;
}

.numeros_title {
      margin-bottom: 60px;
    font-size: 36px;
}

.numeros_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
  place-items: center;
}

.numeros_grid h3 {
  font-size: 40px;
}

.numeros_grid div {
  max-width: 80%;
}

.comparative_grid h2 {
  place-self: anchor-center;
  margin-bottom: 3%;
  margin-top: 5%;
  max-width: 400px;
  text-align: center;
}

.comparative_grid {
  display: flex;
  flex-direction: column;
  place-self: center;
}

.comparative_list_div{
  display: grid;
  grid-template-columns: 50% 50%;
  justify-self: center;
  gap: 10%;
}

.comparative_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
  max-width: 320px;
  justify-self: center;
}

.com li {
  background: url('../images/com.svg') left no-repeat;
    padding-left: 65px;
    background-size: 15%;
    height: 80px;
    align-content: center;
}

.sem li {
  background: url('../images/sem.svg') left no-repeat;
  padding-left: 65px;
  background-size: 15%;
  height: 80px;
  align-content: center;
}

.permuta_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
}

.permuta_grid .big {
  margin-top: 15%;
}

.permuta_content {
  padding: 5%;
}

.permuta_content_title {
  max-width: 800px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.permuta_content_title h2 {
  text-align: center;
  font-size: 36px;
}

.permuta_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  gap: 2%;
  margin-top: 5%;
}

.permuta_content ul span {
  color:#c9ad6a;
  font-weight: 600;
}

.permuta_content ul p {
  font-size: 13px;
}

.permuta_img {
  width: 900px;
  height: 588px;
  background: url(../images/control_img.png) center no-repeat;
  background-size: 75%;
}

.solutions {
  padding: 60px 0;
  background: #f5f5f5;
  margin-bottom: 10%;
}

.solutions_title {
  text-align: center;
  margin-bottom: 50px;
}

.solutions_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.3;
}

.solutions_content {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.solution_card {
  flex: 1;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 300px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.solution_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.solution_card p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.solution_card.light {
  background: #e9e9eb;
  color: #1f1f1f;
}

.solution_card.dark {
  background: #151f3b;
  color: #ffffff;
}

.solution_card.gold {
  background: #c9ad6a;
  color: #1f1f1f;
}

.badge {
  display: inline-block;
  padding: 18px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.badge.dark {
  background: #151f3b;
  color: #ffffff;
}

.badge.light {
  background: #ffffff;
  color: #151f3b;
}

.feedbacks {
  padding: 100px 0;
  background: #e9eaee;
}

.feedbacks_title {
  text-align: center;
  margin-bottom: 60px;
}

.feedbacks_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.3;
}

.feedbacks_content {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.feedback_card {
  background: #f5f5f5;
  padding: 35px 30px;
  border-radius: 16px;
  width: 100%;
  max-width: 340px;
  box-shadow: 6px 1px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feedback_stars {
  color: #f5b301;
  font-size: 18px;
  letter-spacing: 3px;
}

.feedback_card p {
  font-size: 18px;
  color: #333;
}

.feedback_card strong {
  font-size: 13px;
  color: #1f1f1f;
  font-weight: 600;
}

.contact_form {
  padding: 100px 0;
  background: #f5f5f5;
}

.form_title {
  text-align: center;
  margin-bottom: 50px;
}

.form_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d2746;
  line-height: 1.3;
}

.form_title span {
  color: #b89b5e;
}


.form_box {
  background: #b89b5e;
  padding: 50px 60px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.form_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
}

.form_inputs input {
  height: 45px;
  border: none;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
  background: #e9e9e9;
}

.form_checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox_group p {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d2746;
}

.checkbox_group label {
  font-size: 14px;
  color: #1d2746;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox_group input {
  accent-color: #1d2746;
}


.form_button {
  text-align: center;
}

.FAQ {
  background-color: #efefef;
  padding: 80px 20px;
}

.FAQ .container {
  max-width: 900px;
  margin: 0 auto;
}

.FAQ_title {
  text-align: center;
  margin-bottom: 50px;
}

.FAQ_title h1 {
  font-size: 42px;
  font-weight: 600;
  color: #3a3a3a;
}

.FAQ_content {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.question {
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.3s ease;
}

.question:last-child {
  border-bottom: none;
}

.question:hover {
  background-color: #f0f0f0;
}

.question span {
  font-size: 15px;
  font-weight: 600;
  color: #3d3d3d;
  display: block;
}

.question p {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  display: none;
}

.question.active {
  background-color: #ffffff;
}

.question.active p {
  display: block;
}

.btn_primary {
  background: #2e274a;
  color: #fff;
  border: none;
  padding: 18px 50px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn_primary:hover {
  opacity: 0.9;
}


.btn {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.btn-primary {
  background: #14213D;
  color: #fff;
}


.big {
  padding: 5%;
  align-self: center;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 100%;
  text-align: center;
}


.footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 30px 0;
}

.form-input,
.form-textarea {
  width: 100%;
  min-height: 45px;
  min-width: 480px;
  max-width: 480px;
  max-height: 70px;
  padding: 16px 20px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  color: #0A3246;
  transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #44A083;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #999;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

@media (max-width: 900px) {

  .hero {
    padding: 80px 0;
  }

  .hero-grid {
    padding: 30px;
  }

  .hero h2 {
    font-size: 30px;
  }

  .riscos_title {
    width: 100%;
  }

  .riscos_cards {
      grid-template-columns: repeat(2, 1fr);
    }

  .risco_card {
    width: 100%;
  }

  .numeros_grid {
    grid-template-columns: 1fr;
  }

  .numeros {
    padding: 80px 0;
  }

  .numeros_grid h3 {
    font-size: 32px;
  }

  .comparative_list_div {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .permuta_grid {
    flex-direction: column;
  }

  .permuta_img {
    width: 100%;
    height: 400px;
    background-size: contain;
  }

  .permuta_content ul {
    grid-template-columns: 1fr;
  }

  .solutions_content {
    flex-direction: column;
    align-items: center;
  }

  .solution_card {
    max-width: 100%;
  }

  .feedbacks_content {
    flex-direction: column;
    align-items: center;
  }

  .form_inputs {
    grid-template-columns: 1fr;
  }

  .form_checkboxes {
    grid-template-columns: 1fr;
  }

  .form_box {
    padding: 40px 30px;
  }

}

@media (max-width: 600px) {

  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  .hero {
    padding: 60px 0;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-grid {
    padding: 25px;
  }

  .riscos {
    padding: 60px 0;
  }

  .riscos_cards {
    display: flex;
    flex-direction: column;
  }

  .riscos_title {
    width: 100%;
  }

  .risco_title {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .logo-mask {
    width: 100%;
    background-position: left;
  }

  .numeros {
    height: auto;
    padding: 60px 0;
  }

  .numeros_grid h3 {
    font-size: 32px;
  }

  .FAQ {
    padding: 60px 15px;
  }

  .FAQ_title h1 {
    font-size: 30px;
  }

  .question {
    padding: 18px;
  }

  .question span {
    font-size: 14px;
  }

  .question p {
    font-size: 13px;
  }

  .form_box {
    padding: 30px 20px;
  }

}
