
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Sora', sans-serif;
  color: #1a1a1a;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', sans-serif;
}

h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  font-size: 16px !important;
  line-height: 1.7;
}

.container {
  max-width: -webkit-fill-available;
  margin: 0 8%;
  box-sizing: border-box;
}

.hero {
  background: url("../assets/images/obrass-bg.png") center / cover no-repeat;
  background-color: #f26522;
  min-height: 420px;
  position: relative;
}


.hero_inner {
  width: 100%;
  max-width: -webkit-fill-available;
  padding-bottom: 2%;
  margin: 0 8%;
}

.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: 87%;
    margin-top: 9%;
    margin-bottom: 5%;
}

.hero_title {
  font-size: 38px;
  line-height: 1.25;
  margin: 0 0 20px;
  color: #ffffff;
}

.hero_description {
  font-size: 0.9375rem;
  line-height: 1.65;
  max-width: 500px;
  margin-bottom: 32px;
  opacity: 0.95;
  color: #ffffff;
}

.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;;
  color: #ffffff;
}

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

.platform_title {
  text-align: center;
  margin-bottom: 48px;
}

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

.platform_content {
  display: flex;
  align-items: center;
  gap: 48px;
}

.platform_left {
  width: 48%;
  flex-shrink: 0;
}

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

.platform_item ul li p {
  font-size: 0.9375rem;
  color: #333;
  margin: 0;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.platform_item ul li p::before {
  content: "✖";
  color: #f26522;
  font-size: 16px;
  flex-shrink: 0;
}

.platform_right {
  flex: 1;
  display: flex;
  align-items: center;
}

.platform_right iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.vistoria_header {
  background-color: #f26522;
}

.vistoria_header .container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 32px 8%;
}

.vistoria_header h2 {
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}


.vistoria_lead {
  background: #ffffff;
  padding: 64px 0 48px;
}

.vistoria_intro_lead {
  text-align: center;
}

.vistoria_intro_lead p {
  font-size: 17px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
}

.vistoria_intro_section {
  background: #ffffff;
  padding: 0 0 72px;
}

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

.vistoria_intro_text {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.vistoria_intro_text p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0;
}

.vistoria_intro_img {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eef2eb;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.vistoria_durante {
  background-color: #f2f2f2;
  padding: 72px 0;
  width: 100%;
}

.vistoria_durante_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.vistoria_durante_img {
  width: 100%;
  height: 425px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.vistoria_durante_text {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.vistoria_durante_text p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0;
}

.vistoria_apos_section {
  background: #ffffff;
  padding: 72px 0;
}

.vistoria_apos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.vistoria_apos_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vistoria_apos_text p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0;
}

.vistoria_apos_img {
  width: 100%;
  height: 425px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #eef2eb;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.vistoria_apos_btn{
  align-self:center;
}

.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.65;
  color: #3a4d3a;
  padding-left: 30px;
  position: relative;
}

.vistoria_checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background-color: #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: 11px;
}

.btn {
  display: inline-block;
  background: #f26522;
  color: #ffffff;
  padding: 13px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: 0.3s;
  letter-spacing: 0.02em;
}

.btn:hover {
  background-color: #14213d;
}

.plataforma_header {
  background-color: #f26522;
}

.plataforma_header .container {
  max-width: stretch;
  text-align: center;
  padding: 32px 8%;
}

.plataforma_header h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.plataforma {
  padding: 72px 0;
  background: #ffffff;
}

.plataforma_content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.plataforma_img {
  width: 42%;
  flex-shrink: 0;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.plataforma_features {
  flex: 1;
}

.obras {
  padding: 72px 0;
  background: #f4f5f4;
}

.obras_title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0 0 48px;
}

.obras_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  max-width: 680px;
  margin: 0 auto;
  background: #e8eae8;
  border-radius: 8px;
  padding: 0.9375rem;
}

.obras_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.obras_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}

.obras_item p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
}

.banner_cta {
  background: url('../assets/images/numeros-bg.png') center / cover no-repeat;
  padding: 64px 40px;
  text-align: center;
}

.banner_cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.banner_cta_logo {
  width: 100px;
  height: 100px;
  background: url('../assets/images/simple_logo_obrass.svg') center / cover no-repeat;
  filter: brightness(0) invert(1);
}

.banner_cta h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  max-width: 680px;
}

.depoimentos {
  padding: 72px 0;
  background: #ebebeb;
}

.depoimentos_title {
  text-align: center;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 48px;
}

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

.depoimento_card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.depoimento_icon {
  width: 44px;
  height: 44px;
  background-color: #f26522;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3Ccircle cx='9' cy='11' r='1' fill='white' stroke='none'/%3E%3Ccircle cx='12' cy='11' r='1' fill='white' stroke='none'/%3E%3Ccircle cx='15' cy='11' r='1' fill='white' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.depoimento_card p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

.depoimento_card strong {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 8px;
  display: block;
}

.controle_obra_section {
  background-color: #f4f5f4;
  padding: 72px 20px;
}

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

.controle_obra_title h2 {
  font-size: 34px;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.subtitulo {
  color: #666;
  font-size: 0.9375rem;
  margin: 0;
}

.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;
}

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

.form_group {
  text-align: left;
}

.form_group textarea {
  padding: 12px;
  color: #222;
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  min-height: 60px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Sora', sans-serif;
  transition: 0.2s;
  box-sizing: border-box;
  resize: vertical;
}

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

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

.form_group input[type="text"],
.form_group input[type="email"],
.form_group input[type="number"],
.form_group input[type="tel"] {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Sora', sans-serif;
  background: #ffffff;
  color: #222;
  box-sizing: border-box;
  transition: 0.2s;
}

.form_group input:focus {
  outline: none;
  border-color: #f26522;
}

.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: #f26522;
  width: auto;
}

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

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

.consent_label input[type="checkbox"] {
  accent-color: #f26522;
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
}

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

.form_button {
      text-align: center;

}

.form_button button {
  background-color: #f05a00;
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.25s ease, transform 0.15s ease;
  letter-spacing: 0.03em;
}

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

.form_button button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form_message {
  background-color: white;
  box-shadow: 0px 4px 20px #00000069;
  border-bottom: 4px solid #c14800;
  width: 320px;
  min-height: 50px;
  padding: 12px 20px;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  z-index: 9999;
  transition: opacity 0.5s ease-in;
}

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

.form_message.error {
  opacity: 1;
}

footer.footer {
  display: block;
  width: 100%;
  background-color: #f26522;
  padding: 28px 8%;
  box-sizing: border-box;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer_logo {
  width: 100px;
  height: 36px;
  background: url('../assets/images/obrass_logo.png') center / contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

footer.footer span {
  color: white;
  font-size: 16px;
  font-family: 'Sora', sans-serif;
  text-align: center;
}

@media (max-width: 1024px) {
  .hero_left {
    width: 65%;
  }

  .platform_content {
    gap: 40px;
  }

  .plataforma_content {
    gap: 40px;
  }
}

@media (max-width: 768px) {

    .hero_inner {
    padding: 0 6%;
  }

  .hero_content {
    padding: 32px 0 56px;
  }
  .hero{
    background-position:right;
  }

  .hero_left {
    width: 100%;
  }

    .hero_logo {
    min-height: 72px;
    background-size: contain;
    background-position: center;
    margin-bottom: 24px;
  }

  .hero_title {
    font-size: 24px;
    text-align: center;
  }

  .hero_description {
    max-width: 100%;
    text-align: center;
    font-size: 0.9375rem;
  }

  .hero_button {
    display: block;
    text-align: center;
    padding: 14px 20px;
  }

    .platform {
    padding: 56px 0;
  }

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

  .platform_left {
    width: 100%;
  }

  .platform_right {
    width: 100%;
  }

    .vistoria_lead {
    padding: 40px 0 28px;
  }

  .vistoria_intro_section {
    padding: 0 0 48px;
  }

  .vistoria_intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vistoria_intro_img {
    height: 220px;
  }

  .vistoria_durante {
    padding: 48px 0;
  }

  .vistoria_durante_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vistoria_durante_img {
    height: 220px;
    order:2
  }

  .vistoria_apos_section {
    padding: 48px 0;
  }

  .vistoria_apos {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vistoria_apos_img {
    height: 240px;
  }

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

  .plataforma_img {
    width: 100%;
    height: 200px;
  }

  .plataforma_header .container,
  .vistoria_header .container {
    padding: 24px 6%;
  }

  .plataforma_header h2,
  .vistoria_header h2 {
    font-size: 20px;
  }

    .obras_grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

    .banner_cta {
    padding: 48px 6%;
  }

  .banner_cta h2 {
    font-size: 20px;
    word-break: normal;
  }

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

    .controle_obra_section_content {
    padding: 28px 6%;
    border-left-width: 4px;
  }

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

  .form_grid {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }

  .form_button button {
    font-size: 0.9375rem;
    padding: 0.9375rem;
  }

    footer.footer {
    padding: 24px 6%;
  }

    .plataforma {
    padding: 48px 0;
  }

  .plataforma .container {
    padding: 0 6%;
  }

    .platform .container {
    padding: 0 6%;
  }

  .obras .container {
    padding: 0 6%;
  }

  .depoimentos .container {
    padding: 0 6%;
  }

  .banner_cta .container {
    padding: 0 6%;
  }

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