.elementor-2164 .elementor-element.elementor-element-0a50122{--display:flex;}.elementor-2164 .elementor-element.elementor-element-ee5bafa{--display:flex;}.elementor-2164 .elementor-element.elementor-element-a706794{--spacer-size:5px;}.elementor-2164 .elementor-element.elementor-element-99c14af{--display:flex;}.elementor-2164 .elementor-element.elementor-element-de105c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2164 .elementor-element.elementor-element-de105c0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2164 .elementor-element.elementor-element-9afbf12.elementor-element{--align-self:stretch;}.elementor-2164 .elementor-element.elementor-element-0fdf3e6{--display:flex;}.elementor-2164 .elementor-element.elementor-element-6f7e47f{--spacer-size:20px;}@media(min-width:768px){.elementor-2164 .elementor-element.elementor-element-0a50122{--width:129%;}.elementor-2164 .elementor-element.elementor-element-ee5bafa{--width:129%;}.elementor-2164 .elementor-element.elementor-element-99c14af{--width:129%;}.elementor-2164 .elementor-element.elementor-element-de105c0{--width:129%;}.elementor-2164 .elementor-element.elementor-element-0fdf3e6{--width:120%;}}/* Start custom CSS for html, class: .elementor-element-b63c21a */</section>
<!-- END: Intro Section -->

<style>
/* ---- INTRO SECTION (Isolated Styles) ---- */

.intro-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.intro-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT SIDE */
.intro-left {
  flex: 1;
  max-width: 600px;
}

.intro-kicker {
  font-size: 18px;
  font-weight: 700;
  color: #ff924c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.intro-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}

.intro-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #ff924c;
  font-style: italic;
  margin: 0 0 22px;
}

.intro-body {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #333333;
}

.intro-ready {
  font-size: 32px;
  font-weight: 800;
  margin: 30px 0 22px;
}

/* CTA + Rating */
.intro-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.intro-button {
  display: inline-block;
  padding: 16px 32px;
  background: #ff924c;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
}

.intro-stars {
  color: #f5a623;
  font-size: 20px;
}

.intro-rating {
  font-size: 18px;
  color: #444444;
}

/* RIGHT SIDE (Images) */
.intro-right {
  position: relative;
  flex: 1;
}

.intro-headshot {
  position: absolute;
  top: 80px;
  left: -100px;
  z-index: 10;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 6px solid white;
  overflow: hidden;
}

.intro-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-house {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .intro-container {
    flex-direction: column;
    align-items: center;
  }

  .intro-right {
    width: 100%;
    order: -1;
    margin-top: 0;
  }

  .intro-house {
    width: 100%;
    display: block;
  }

  .intro-headshot {
    top: auto;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }

  .intro-left {
    max-width: 500px;
    text-align: center;
    margin-top: 110px;
  }

  /* ↓↓↓ MOBILE TEXT SIZE REDUCTIONS ↓↓↓ */
  .intro-title {
    font-size: 32px;
  }

  .intro-subtitle {
    font-size: 20px;
  }

  .intro-body {
    font-size: 16px;
  }

  .intro-ready {
    font-size: 22px;
  }

  .intro-button {
    font-size: 18px;
    padding: 14px 28px;
  }

  .intro-rating {
    font-size: 16px;
  }

  .intro-stars {
    font-size: 18px;
  }

  .intro-kicker {
    font-size: 14px;
  }

  .intro-cta-row {
    justify-content: center;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-de105c0 *//* 🔹 Twin Home Buyer comparison block – scoped styling */
.thb-comparison-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #053253;
  color: #ffffff;
  padding: 60px 0 80px;

  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

@media (min-width: 1025px) {
  .thb-comparison-section {
    margin-left: -52vw;
    margin-right: -48vw;
  }
}

.thb-comparison-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.thb-comparison-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
}

.thb-comparison-subtitle {
  margin: 0 0 32px;
  font-size: 16px;
  opacity: 0.85;
}

.thb-comparison-card {
  position: relative;
  margin: 40px auto 0;
  background: #0a2f4a;
  border-radius: 16px;
  padding: 60px 0 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.thb-logo-wrapper {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  padding: 10px;
}

.thb-logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.thb-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.thb-comparison-table thead th {
  padding: 18px 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.thb-col-feature {
  width: 28%;
}

.thb-col-ours {
  width: 36%;
  background: #f3f7fb;
  color: #0a2840;
  text-align: center;
}

.thb-col-agent {
  width: 36%;
  background: #0b3456;
  text-align: center;
}

.thb-comparison-table tbody th,
.thb-comparison-table tbody td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: middle;
}

.thb-comparison-table tbody th {
  background: #0b4b87;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 2px solid #053253;
}

.thb-ours {
  background: #f3f7fb;
  color: #0a2840;
  border-bottom: 2px solid #d5e0ec;
}

.thb-agent {
  background: #0b3456;
  color: #ffffff;
  border-bottom: 2px solid #053253;
}

/* Icon colors */
.thb-check,
.thb-x {
  display: block;
  text-align: center;
  margin: 0 auto 6px;
  font-size: 22px;
  font-weight: 700;
}

.thb-ours .thb-check {
  color: #1aa74a !important;
}

.thb-agent .thb-x {
  color: #c62828 !important;
}

.thb-cell-text {
  line-height: 1.4;
}

/* ⭐ Rating Block */
.thb-rating-block {
  text-align: center;
  padding: 28px 0 32px;
  background: #053253;
  border-radius: 0 0 16px 16px;
}

.thb-stars {
  color: #f8c100;
  font-size: 20px;
  letter-spacing: 2px;
  margin-right: 6px;
}

.thb-rating-text {
  color: #ffffff;
  font-size: 16px;
}

.thb-rating-text strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .thb-comparison-card {
    padding-top: 50px;
  }

  .thb-comparison-title {
    font-size: 24px;
  }

  .thb-comparison-table tbody th,
  .thb-comparison-table tbody td {
    font-size: 12px;
  }
}/* End custom CSS */