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

h2 {
  font-size: 34px;
}

p {
  font-size: 18px;
}

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

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

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

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

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

.hero_logo {
  min-height: 130px;
  background: url('../assets/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;
}
.platform {
  padding: 120px 0;
  background: #ffffff;
}

.platform .container {
  margin: auto;
  justify-items: anchor-center;
}

.platform_content {
  max-width: 996px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.platform_left {
  width: 52%;
}

.platform_btn {
width: fit-content;
padding: 16px;
}

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

.platform_title h2 {
  margin: 0;
}

.platform_title p {
  font-weight: 400;
}

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

.platform_item {
  max-width: 740px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-self: center;
  width: 100%;
  word-break: break-word;
  border-bottom: 1px solid #e5e5e5;
}

.platform_item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.platform_item ul,
.platform_item p {
  font-size: 16px;
  color: #333;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 7px;
  line-height: 2;
}

.platform_item  p::before{
  content: "❌";
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;

}

.platform_right {
  width: 70%;
  display: flex;
  margin-bottom: auto;
  margin-top: 5%;
  flex-direction: column;
  align-items: center;
}
.platform_right video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.vistoria_header .container {
  background-color: #f26522;
  color: white;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.vistoria {
  padding: 80px 0;
}

.vistoria .container {
  margin: 0 8%;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.vistoria_intro,
.vistoria_itens,
.vistoria_como {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.vistoria_intro_img,
.vistoria_itens_img,
.vistoria_como_img {

  width: 100%;
  height: 360px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(26, 46, 26, 0.13);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #eef2eb; 
}
.vistoria_intro_text,
.vistoria_itens_text,
.vistoria_como_text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vistoria_intro_text p,
.vistoria_itens_text p,
.vistoria_como_text p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #3a4d3a;
}

.vistoria_destaque {
  font-weight: 700;
  color: var(--primary, #1a2e1a) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  border-left: 3px solid var(--accent, #5c8a3c);
  padding-left: 16px;
}

.vistoria_itens_text h2,
.vistoria_como_text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary, #1a2e1a);
  line-height: 1.3;
  margin-bottom: 4px;
}

.vistoria_checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vistoria_checklist li {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #3a4d3a;
  padding-left: 28px;
  position: relative;
}

.vistoria_checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-color: var(--accent, #5c8a3c);
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.vistoria_obs {
  font-size: 0.875rem !important;
  color: var(--text-muted, #5a6b5a) !important;
  font-style: italic;
}

.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: #14213d;
}
.numeros {
  background: url('../assets/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('../assets/images/simple_logo_obrass.svg') center /contain no-repeat;
  width: 100px;
  height: 100px;
}

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

}

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

.problemas {
  background: #fff;
  padding: 72px 0;
  border-top: 1px solid var(--border, #d4dfd0);
}

.problemas_title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary, #1a2e1a);
  line-height: 1.45;
  margin-bottom: 48px;
}

.problemas_title strong {
  color: var(--primary, #1a2e1a);
}

.problemas_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.problemas_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.problemas_img {
  width: 100%;
  aspect-ratio: 1 / 1;       
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 16px rgba(26, 46, 26, 0.10);
}

.problemas_item p {
  font-size: 0.9375rem;
  color: var(--text-muted, #5a6b5a);
  text-align: center;
  line-height: 1.5;
}

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

.controle_obra_title {
  place-self: center;
  justify-items: center;

}

.controle_obra_section_content {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  border-bottom: 4px solid #f05a00;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  text-align: center;
}

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

.subtitulo {
  color: #666;
  font-size: 18px;
  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: #000;
}

.form_group input {
  width: 85%;
  padding: 10px;
  border: none;
  color: #000;
  border-radius: 6px;
  border: 1px solid #ddd;

  font-size: 14px;
  transition: 0.2s;
}

.checkbox_group input[type="checkbox"]{
  accent-color: #f05a00;
}

.form_group textarea {
  min-width: 130px;
  padding: 12px;
  color: #000;
  width: 390px;
  max-width: 84%;
  max-height: 150px;
  min-height: 50px;
  border-radius: 3px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.2s;
}


.form_group input:focus,
.form_group textarea:focus {
  outline: none;
  border-color: #f05a00;
}

.form_message {
  background-color: white;
  box-shadow: 0px 4px 20px #00000069;
  border-bottom: 4px solid #c14800;
  width: 290px;
  height: 50px;
  position: fixed;
  opacity: 0;
  top: 0;
  place-self: center;
  border-bottom-left-radius: 12px;
  align-content: center;
  text-align: center;
  border-bottom-right-radius: 12px;
  transition: opacity 0.5s ease-in;
}

.form_message.success {
  opacity: 1;
  border-bottom: 3px solid #70e000;

}

.form_message.error {
  opacity: 1;
  display: block;
}

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

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

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

.form_button button {
  background-color: #f05a00;
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s;
}

.form_button button:hover {
  background-color: #14213d;
  transform: translateY(-1px);
}

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

.phone_input_wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: 85%;
}

.phone_ddi_selector {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  cursor: pointer;
  height: 38px;
  white-space: nowrap;
  flex-shrink: 0;
}

.phone_ddi_selector img {
  width: 20px;
  height: auto;
}

.phone_ddi_selector span {
  font-size: 13px;
  color: #333;
}

.phone_arrow {
  font-size: 10px;
  color: #888;
}

#ddi_select {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.phone_input_wrapper input[type="tel"] {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  outline: none;
  width: auto;
}

.phone_input_wrapper:focus-within {
  border-color: #f05a00;
}

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

.inline_checkboxes label {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.inline_checkboxes input[type="checkbox"] {
  accent-color: #f05a00;
  width: auto;
}

.form_consent {
  text-align: left;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consent_label {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.consent_label input[type="checkbox"] {
  accent-color: #f05a00;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.consent_text {
  font-size: 13px !important;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 1980px) {
  .hero_logo {
    min-height: 190px;
  }
  .hero_description {
    font-size: larger !important;
    max-width: 85%;
  }
}

@media (max-width: 1024px) {

  .hero .container {
    margin: 0 5%;
  }

  .hero_logo {
    margin-left: 0;
  }

  .hero_title {
    font-size: 30px;
  }

  .platform_content {
    gap: 40px;
  }
}


@media (max-width: 768px) {

  .hero .container {
    margin: 0;
    padding: 0 24px;
  }

  .hero_content {
    flex-direction: column;
    padding: 40px 0 48px;
  }

  .hero_left {
    width: 100%;
  }

  .hero_logo {
    min-height: 90px;
    margin-left: 0;
    margin-top: 0;
    background-size: contain;
    background-position: left center;
  }

  .hero_title {
    font-size: 26px;
  }

  .hero_description {
    font-size: 15px;
    max-width: 100%;
  }

  .hero_button {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
    box-sizing: border-box;
  }

  .hero_right {
    display: none; 
  }

  .platform {
    padding: 56px 0;
  }

  .platform .container {
    padding: 0 24px;
    margin: 0;
  }

  .platform_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 32px;
  }

  .platform_title h2 {
    font-size: 22px;
  }

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

  .platform_content {
    flex-direction: column;
    gap: 32px;
  }

  .platform_left {
    width: 100%;
  }

  .platform_right {
    width: 100%;
    margin-top: 0;
  }

  .platform_right iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .platform_btn {
    width: 100%;
    padding: 12px 0 0;
  }

  .platform_btn .btn {
    display: block;
    text-align: center;
  }

  
  .vistoria {
    padding: 56px 0;
  }

  .vistoria .container {
    gap: 56px;
  }

  .vistoria_intro,
  .vistoria_itens,
  .vistoria_como {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .vistoria_intro_img  { order: 2; }
  .vistoria_intro_text { order: 1; }

  .vistoria_itens_img  { order: 2; }
  .vistoria_itens_text { order: 1; }

  .vistoria_como_img   { order: 2; }
  .vistoria_como_text  { order: 1; }

  .vistoria_intro_img img,
  .vistoria_itens_img img,
  .vistoria_como_img img {
    height: 240px;
  }

  .btn {
    width: fit-content;
  }

  .problemas {
    padding: 48px 0;
  }

  .problemas_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .problemas_title {
    font-size: 1.125rem;
  }

  .controle_obra_section {
    padding: 48px 16px;
  }

  .controle_obra_section .container {
    padding: 0;
    margin: 0;
  }

  .controle_obra_title {
    text-align: center;
    margin-bottom: 24px;
  }

  .controle_obra_title h2 {
    font-size: 24px;
  }
  .phone_input_wrapper {
    width: 100%;
  }
  .subtitulo {
    font-size: 15px;
    margin-bottom: 0;
  }

  .controle_obra_section_content {
    padding: 32px 20px;
  }

  .form_grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form_group input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

  .form_group textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

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

  .form_button button {
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }
}