/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos gerais */
body {
  font-family: 'Instrument Sans', sans-serif;
}

/* Formulário */
textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

textarea:focus {
  outline: none;
  border-color: #333;
}

button {
  background-color: #333;
  color: white;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #555;
}

.h-max-width {
  max-width: 1036px;
}

.h-subtitle {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1d;
}
.h-subtitle-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1d1d1d;
}
.h-line {
  width: 253px;
  height: 6px;
  background: #ff6800;
  flex: none;
  order: 0;
  flex-grow: 1;
  margin: 20px 0px;
}

.h-title {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 44px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #1d1d1d;
}
.h-title-2 {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
	.h-line {
	max-width: 164px!important;
    margin: 16px 0px;
 }
 .h-title-2 {  
  font-size: 36px;
  line-height: 34px;
 }
}
.h-dark-text {
  color: #1d1d1d;
}

.h-text-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.h-h2 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.h-bg-dark {
  background-color: #1d1d1d;
}

/* Address Card Classes - Otimizadas */
.address-card-container {
  padding: 15px 20px;
}

.address-icon-container {
  width: 92px;
  padding-bottom: 16px;
}

.address-data-container {
  width: 360px;
  padding-left: 16px;
}

.h-line-full {
  width: 100%;
  height: 2px;
  background: #ff6800;

  margin: 20px 0;
}

.h-subtitle-lg {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 768px) {
.h-subtitle-lg {  
  font-size: 22px;
  line-height: 28px;
}
}


.h-orange {
  background-color: #ff6800;
}

.h-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 8px;
  width: 204px;
  height: 52px;
  background: #ffffff;
  border-radius: 16px;
}

.h-btn {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px 32px;
  gap: 8px;
  width: 204px;
  height: 52px;
  background: #ffffff;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
.h-btn {
 height: 50px;
}
}



.h-btn:hover {
  background-color: #e8e8e8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.h-diferent-strategy {
  padding: 80px 96px;
}
@media (max-width: 768px) {
.h-diferent-strategy {
  padding: 40px 16px;
 }
}


/* Form Styles - Figma Exact Match */
.h-form-container {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h-form-title {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #1d1d1d; 
  margin-bottom: 20px;
}

.h-form-content {
  min-width: 426px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-hero-position {
  top: 145px;
}

@media (max-width: 768px) {
.h-form-content {
   max-width: 296px!important;	
	min-width: auto;
	}
}

.h-form-label {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #514f4d;
  margin-bottom: 4px;
  display: block;
}

.h-form-input,
.h-form-select {
  height: 52px;
  border: 1px solid #514f4d;
  border-radius: 16px;
  padding: 16px 8px 16px 20px;
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1d1d1d;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
}


@media (max-width: 768px) {
.h-form-input,
.h-form-select {
  height: 50px; 
	}
}

.h-form-input::placeholder,
.h-form-select::placeholder {
  color: #88827c;
}

.h-form-input:focus,
.h-form-select:focus {
  outline: none;
  border-color: #ff6800;
}

.h-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%23514F4D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 6 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 32px;
}

.h-form-checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.h-form-checkbox {
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  border: 1px solid #514f4d;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  position: relative;
}

.h-form-checkbox:checked {
  background-color: #ff6800;
  border-color: #ff6800;
}

.h-form-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: -2px;
  left: 2px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.h-form-checkbox-label {
  font-family: 'Instrument Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #514f4d;
  cursor: pointer;
  flex: 1;
}

.h-form-btn {
  height: 52px;
  background: #ff6800;
  border-radius: 16px;
  border: none;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #1d1d1d;
  cursor: pointer;
  padding: 14px 32px;
  margin-top: 8px;
}

.h-form-btn:hover {
  background-color: #e55a00;
}

.h-contact-land-card {
  min-width: 824px;
  display: grid;
  justify-content: center;
  margin: 0 auto;
}

/* Thank You Page Styles - Pixel Perfect */

/* Container */
.h-thank-you-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  width: 100%;
  min-height: 96vh;
  margin-bottom: 40px;
  left: 0;
  top: 0;
}

/* section hero */

/* Hero Section */
.h-thank-you-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  width: 100%;
  height: 400px;
  background: #ffffff;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 3;
}

.h-thank-you-image {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  position: relative;
}

.h-thank-you-img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thank-you-title {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.thank-you-title-mobile {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.simulate-header {
  background: #fff;
  height: 80px;
}
/* section hero */

@media (max-width: 768px) {
  .simulate-header {
    height: 60px;
  }
}

.h-bg-secondary {
  background-color: #eee7df;
}

.section-padding {
  padding: 80px 96px 40px;
}
.card-padding {
  padding: 40px 80px;
}

.our-results {
  padding: 80px 96px;
  background: #eee7df;
}

.our-results-title {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 44px;
  color: #1d1d1d;
}

@media (max-width: 768px) {
  .our-results-title {
   font-size: 28px;
   line-height: 30px
}
}

/* Floating Form Styles */
.h-floating-form {
  padding: 30.5px 40px;
}

.h-floating-form .h-form-title {
  font-size: 24px;
  line-height: 32px;
  height: auto;
  margin-bottom: 16px;
  width: 100%;
  text-align: left;
}

.h-floating-form .h-form-content {
  width: 100%;
  gap: 16px;
}

.h-floating-form .h-form-input,
.h-floating-form .h-form-select {
  width: 100%;
}

.h-floating-form .h-form-checkbox-container {
  width: 100%;
}

.h-floating-form .h-form-btn {
  width: 100%;
}

.h-floating-form-footer {
  font-size: 10px;
  text-align: center;
  color: #1d1d1d;
  margin-top: 8px;
  font-weight: 600;
}










