* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2754;
  background: #f6f2f4;
}

img {
  max-width: 100%;
  display: block;
}

.topbar {
  background: #f5f1f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 48px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.logo-main {
  font-family: 'Inter','Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px; 
  color: #0b0b0b; /**#111;**/
}

.logo-sub {
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 4px;
  color: #bfa046; /**#777;**/
}

.header-phone {
  text-align: right;
  color: #2c2f58;
}

.phone-label {
  font-size: 22px;
  margin-bottom: 6px;
}

.phone-number {
  font-size: 28px;
  font-weight: 700;
}

.hero {
  position: relative;
  background: url("../images/dallas_skyline.PNG") center center / cover no-repeat;
  min-height: 760px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.18);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  padding: 54px 40px 140px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 20px;
}

.hero-left h1 {
  margin: 0 0 14px;
  font-size: 72px;
  line-height: 0.98;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-left h1 span {
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  color: gold;
}

.subheadline {
  font-size: 28px;
  margin: 0 0 34px;
  color: #fff;
  
}

.offer-card {
  width: 500px;
  max-width: 100%;
  background: rgba(255,255,255,0.96);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12); }

.offer-card h2 {
  margin: 0 0 8px;
  font-size: 34px;
  color: #1d2551;
}

.offer-card h2 span {
  color: #3f8a55;
}

.offer-card p {
  margin: 0 0 20px;
  font-size: 22px;
  color: #444;
}

.offer-form input {
  width: 100%;
  height: 58px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 18px;
  margin-bottom: 14px;
  background: #fff;
}

.offer-form button {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(180deg, #196a57, #1f7a62);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 2px;
}

.consent {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: #444;
  line-height: 1.4;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.salvador-img {
  max-height: 620px;
  width: auto;
}

.curve-divider {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -120px;
  height: 240px;
  background: #f6f2f4;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
}

.trust-section {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: -20px auto 0;
  padding: 0 40px 28px;
}

.badges {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 26px;

}

.badge-circle {
  position:absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50);
  width: 40px;
  height: 40px;
  border: 2px solid #2e7d32;
  border-radius: 50%;
}

.badges img {
  height: 64px;
  width: auto;
}

.badge-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  background-color: #2e7d32;
  color: #fff;
  padding: 14px 18px;
  border-radius: 6px;
  text-align: center;
  min-width: 100px;
  
}

.benefits {
  font-size: 28px;
  line-height: 1.8;
  color: #1f2754;
  margin-bottom: 26px;
}

.check {
  color: #b8962e;
}

.trust-copy,
.bottom-copy {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  color: #2d2d38;
}

.icon-row {
  max-width: 1280px;
  margin: 36px auto 0;
  padding: 38px 40px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.icon-box {
  text-align: center;
  padding: 10px 18px;
  color: #2b2b39;
  font-size: 22px;
}

.icon-text {
  color: #333;
  font-weight: 600;
}

.icon-box svg {
  color: #2e7d32;
}
.icon-box img {
  height: 72px;
  width: auto;
  margin: 0 auto 16px;
}

.icon-box.check-icon svg {
  width: 40px;
  height: 40px;
}

.icon-box.clock-icon svg {
  width: 42px;
  height: 42px;
}

.bottom-copy {
  padding: 18px 20px 60px;
}

@media (max-width: 980px) {
  .topbar {
    padding: 18px 20px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .header-phone {
    text-align: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 34px 20px 120px;
  }

  .hero-left h1 {
    font-size: 48px;
  }

  .subheadline {
    font-size: 24px;
  }

  .hero-right {
    justify-content: center;
  }

  .salvador-img {
    max-height: 420px;
  }

  .trust-section,
  .icon-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits {
    font-size: 22px;
  }

  .trust-copy,
  .bottom-copy {
    font-size: 22px;
  }

  .icon-row {
    grid-template-columns: 1fr;
  }

  .badges {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 20px 20px;
    text-align: center;
    gap: 8px;
  }

.logo {
    align-items: center;
  }

.logo-main {
    font-size: 30px;
    letter-spacing: -1px;
    color: #0f172a;
  }

.logo-sub {
    font-size: 12px;
    letter-spacing: 2px;
    color: #8f6a1f;   /**#a8842f;  #bfa046;**/
    font-weight: 700;
    margin-top: 3px;
  }

.header-phone {
    margin-top: 2px;
    text-align: center;
  }

.phone-label {
    font-size: 16px;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 4px;
  }

.header-phone a {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
  }

  .offer-card {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
