body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Sora', sans-serif;
}
html{
  overflow-x: hidden;
}

.hero {
  background: url("../images/bg-obrass.png") center/cover no-repeat;
  min-height: 100dvh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;       /* Removes any border */
  outline: none;      /* Removes focus outline if applied */
  display: block;     /* Optional: removes inline spacing issues */
}

.container {
  width: 100%;
  max-width: -webkit-fill-available;
  padding: 0 40px;
  margin: 0 5%;
}

.hero .container {
  padding-bottom: 2%;
}

.hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero_left {
  width: 55%;
  color: #ffffff;
}

.hero_logo {
  min-height: 130px;
  background: url('../images/obrass_logo.png') left / cover no-repeat;
  background-size: 100%;
  margin-left: -18%;
  margin-top: 10%;
  margin-bottom: 5%;
}

.hero_title {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.hero_description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 35px;
  opacity: 0.95;
}

.hero_button {
  display: inline-block;
  background: #4b4b4b;
  color: #ffffff;
  padding: 18px 40px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.hero_button:hover {
  background: #2f2f2f;
}

.hero_right {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_image {
  position: relative;
  z-index: 3;
  max-height: fit-content;
}

.market {
  background: #fFF;
  padding: 100px 0;
}

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

.market_title {
  font-size: 34px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
  width: 50%;
  place-self: center;
}

.market_subtitle {
  font-size: 16px;
  color: #666;
}

.market_cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

.market_card {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.card_icon {
      width: 50px;
    height: 50px;
    justify-self: center;
    background-size: contain;
}

.dados {
  background-image: url('../images/dados_icon.png');
}
.predio {
  background-image: url('../images/predio_icon.png');

}
.market_cta{
  text-align: center;
}

.card_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.card_list {
  list-style: none;
  padding: 0;
}

.card_list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  width: 70%;
  color: #333;
}

.card_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card_list.positive li::before {
  background-image: url('../images/com.svg');
}

.card_list.negative li::before {
  background-image: url('../images/sem.svg');
}
.control {
  background: #f5f5f5;
  padding: 100px 0;
  text-align: center;
}

.control_header {
  max-width: 750px;
  margin: 0 auto 70px auto;
}

.control_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.control_subtitle {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.control_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.control_card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
}

.control_card:hover {
  transform: translateY(-5px);
}

.control_icon {
  width: 55px;
  height: 55px;
  background: #f26522;
  border-radius: 12px;
  margin: 0 auto 20px auto;
}

.i_1 img{
  background:url('../images/ic1.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}
.i_2 img{
  background:url('../images/ic2.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}
.i_3 img{
  background:url('../images/ic3.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}
.i_4 img{
  background:url('../images/ic4.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}
.i_5 img{
  background:url('../images/ic5.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}
.i_6 img{
  background:url('../images/ic6.svg')center / 45% no-repeat;
    width: 55px;
    height: 56px;
    border-radius: 12px;
}

.platform {
  padding: 120px 0;
  background: #ffffff;
}

.platform_header {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 60px;
}

.platform_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.platform_intro {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.platform_cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.platform_card {
  width: 280px;
  height: 200px;
  padding: 35px 30px;
  border-radius: 14px;
  background: #ebebeb;
  text-align: center;
}

.platform_card.highlight {
  background: #f26522;
  color: white;
}

.platform_stage {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.platform_badge {
  display: inline-block;
  background: #0f1c3f;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}

.platform_badge.light {
  background: white;
  color: #0f1c3f;
}

.platform_card p {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

.platform_cta {
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  background: #f26522;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

.btn:hover {
  background-color: #d94f00;
}

.platform_right {
  width: 50%;
  min-height: 400px;
  background: #f3f3f3;
}

.numeros {
  background: url('../images/numeros_bg.png') center /cover no-repeat 
}

.numeros_content {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
    flex-wrap: wrap;
    color: white;
}

.numero_img {
  background: url('../images/numeros_logo.png') center /contain no-repeat;
  width: 50px;
  height: 50px;
}

.numeros_content h2 {
  font-size: 34px;
  margin: 0;
  font-weight: 400;

}

.numeros_content h3 {
  font-size: 16px;
  font-weight: 400;
}

.controle_obra_section {
  background-color: #f4f4f4;
  padding: 80px 20px;
}

.controle_obra_section_content {
  max-width: 900px;
  margin: 0 auto;
  background: #979393;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
}

.controle_obra_section_content h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitulo {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 40px;
}

.form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.form_group {
  text-align: left;
  min-width : 130px;
}

.form_group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #ffffff;
}

.form_group input {
  width: 85%;
  padding: 10px;
  border: none;
  border-radius: 3px;
}

.form_group textarea {
  min-width: 130px;
  width: 390px;
  max-width: 390px;
  max-height: 150px;
  min-height: 50px;
  border:none;
  border-radius: 3px;
}

.form_checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  margin-bottom: 30px;
}

.checkbox_group p {
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.checkbox_group label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #ffffff;
}

.form_button button {
  background-color: #f05a00;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}

.form_button button:hover {
  background-color: #d94f00;
}

footer {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #d94f00;
  color: white;
  text-align: center;
  align-content: center;
}

@media (min-width: 1980px) {
  .hero_logo {
    min-height: 190px;
  }
  .hero_title {
    font-size: 68px;
  }
  .hero_description {
    font-size: 35px;
    max-width: 85%;
  }
}


@media (max-width: 1024px) {

  .hero_content {
    flex-direction: column;
    text-align: center;
  }

  .hero_left,
  .hero_right {
    width: 100%;
  }

  .hero_logo{
    margin-left: -2%;
  }

  .hero_description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero_right {
    margin-top: 60px;
  }

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

  .market_card {
    width: 100%;
    max-width: 600px;
  }

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

  .platform_content {
    flex-direction: column;
  }

  .platform_left,
  .platform_right {
    width: 100%;
  }

  .platform_right {
    margin-top: 40px;
    min-height: 300px;
  }
}



@media (max-width: 768px) {


  .market,
  .control,
  .platform {
    padding: 70px 20px;
  }

  .market_title {
    font-size: 26px;
  }

  .market_card {
    padding: 30px 25px;
  }

  .market_button {
    width: 100%;
    max-width: 350px;
  }

  .control_title {
    font-size: 24px;
  }

  .control_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .control_card {
    padding: 25px;
  }

  .platform_title {
    font-size: 22px;
  }

  .platform_intro {
    font-size: 14px;
  }

  .platform_button {
    width: 100%;
    text-align: center;
  }

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

  .controle_obra_section .container {
    padding: 0;
  }

  .form_group textarea {
    width: 80%;
    max-width: 92%;
    min-width: 50%;
  }

  .controle_obra_section_content {
    padding: 30px 20px;
  }

}

@media (max-width: 480px) {

  .market_title {
    font-size: 22px;
    width: 200px;
  }

  .card_list li {
    font-size: 14px;
  }

  .control_title {
    font-size: 20px;
  }

  .platform_title {
    font-size: 20px;
  }

  .numeros_content h2 {
    font-size: 26px;
  }

  .numeros_content h3 {
    font-size: 14px;
    white-space: nowrap;
  }

  .hero {
    background-position: left;
  }

  .hero_title {
    font-size: 24px;
  }

  .hero_logo {
    background-position: center;
    margin: 0;
    background-size: 145%;
  }

  .container {
    padding: 0 10px;
  }

}