/* TDR — Real Estate landing page */

.tdr-re {
  width: min(1200px, calc(100vw - 48px));
  margin-left: calc(50% - min(600px, 50vw - 24px));
  font-family: inherit;
  color: #2a2a33;
}

.tdr-re-thanks {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1a1a2e;
  border: 2px solid #c9a24b;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 18px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 6px 24px rgba(26, 26, 46, 0.35);
}
.tdr-re-thanks-check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c9a24b;
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 900;
}

/* Kill the theme's white "REAL ESTATE" title banner on this page —
   the navy hero IS the title. Also drop the top padding so the hero
   sits flush against the nav bar. */
.tdr-page-inner:has(.tdr-re) .tdr-page-title { display: none; }
.tdr-page-inner:has(.tdr-re) { padding-top: 0; max-width: none; padding-left: 0; padding-right: 0; }
.tdr-page-inner:has(.tdr-re) .tdr-article-content { max-width: 820px; margin: 0 auto; padding: 0 32px; }

/* ── Hero ── */
.tdr-re-hero {
  background: #1a1a2e;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  padding: 72px 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px;
}
.tdr-re-powered {
  margin: 4px 0 14px;
  color: #9a93a8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .06em;
}
.tdr-re-kicker {
  margin: 0 0 10px;
  color: #e6c87a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tdr-re-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
}
.tdr-re-sub {
  margin: 16px auto 0;
  max-width: 620px;
  color: #cfc9b8;
  font-size: 17px;
  line-height: 1.55;
}
.tdr-re-cta { margin: 28px 0 0; }
.tdr-re-btn-gold, .tdr-re-btn-line {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 7px 10px;
}
.tdr-re-btn-gold { background: #b8933e; color: #fff !important; }
.tdr-re-btn-gold:hover { background: #e6c87a; color: #1a1a2e !important; }
.tdr-re-btn-line { border: 2px solid #e6c87a; color: #e6c87a !important; }
.tdr-re-btn-line:hover { background: #e6c87a; color: #1a1a2e !important; }

/* ── Three doors ── */
.tdr-re-doors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin: 0 0 34px;
}
.tdr-re-door {
  background: #fff;
  border: 1px solid #eae4d6;
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 2px 10px rgba(20, 24, 40, 0.05);
}
.tdr-re-door.is-primary { border: 2px solid #b8933e; }
.tdr-re-door-kicker {
  margin: 0 0 6px;
  color: #b8933e;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tdr-re-door h2 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 26px;
  color: #1a1a2e;
}
.tdr-re-door p { margin: 0 0 14px; font-size: 15px; line-height: 1.55; color: #3d3d46; }
.tdr-re-door a { color: #b8933e; font-weight: 700; text-decoration: none; font-size: 14.5px; }
.tdr-re-door a:hover { color: #1a1a2e; }

/* ── Conversion bands ── */
.tdr-re-band { border-radius: 16px; margin: 0 0 26px; padding: 44px 40px; }
.tdr-re-band-dark { background: #1a1a2e; }
.tdr-re-band-dark h2 { color: #fff; }
.tdr-re-band-dark p { color: #cfc9b8; }
.tdr-re-band-light { background: #faf6ec; border: 1px solid #eee3c8; }
.tdr-re-band-light h2 { color: #1a1a2e; }
.tdr-re-band-light p { color: #3d3d46; }
.tdr-re-band-in { max-width: 720px; margin: 0 auto; text-align: center; }
.tdr-re-band h2 {
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.2;
}
.tdr-re-band p { margin: 0 0 22px; font-size: 16px; line-height: 1.6; }
.tdr-re-band-soft { margin-top: 16px !important; font-size: 14px !important; }
.tdr-re-band-soft a { color: #b8933e; font-weight: 700; }

/* ── Lead mini-form ── */
.tdr-re-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tdr-re-form input[type="text"],
.tdr-re-form input[type="email"],
.tdr-re-form input[type="tel"] {
  flex: 1 1 170px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #d8d2c2;
  border-radius: 8px;
  font-size: 14.5px;
  background: #fff;
}
.tdr-re-form button {
  flex: 0 0 auto;
  padding: 12px 26px;
  background: #b8933e;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
}
.tdr-re-form button:hover { background: #1a1a2e; }

/* ── Proof strip ── */
.tdr-re-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  margin: 0 0 34px;
}
.tdr-re-proof-item {
  flex: 1 1 200px;
  background: #fff;
  border: 1px solid #eae4d6;
  border-radius: 12px;
  padding: 20px 16px;
}
.tdr-re-proof-item strong {
  display: block;
  font-size: 30px;
  color: #1a1a2e;
  font-family: Georgia, serif;
}
.tdr-re-proof-item span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8a8577;
}
.tdr-re-proof-line {
  flex-basis: 100%;
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #b8933e;
}

/* ── Meet Kevin ── */
.tdr-re-kevin {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: center;
  background: #fff;
  border: 1px solid #eae4d6;
  border-radius: 16px;
  padding: 36px;
  margin: 0 0 40px;
  scroll-margin-top: 90px;
}
.tdr-re-kevin-photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.tdr-re-kevin-copy h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 32px;
  color: #1a1a2e;
}
.tdr-re-kevin-title { margin: 4px 0 12px; color: #b8933e; font-weight: 700; font-size: 14px; }
.tdr-re-kevin-copy > p { font-size: 15.5px; line-height: 1.6; color: #3d3d46; margin: 0 0 20px; }
.tdr-re-kevin .tdr-re-form { justify-content: flex-start; }
.tdr-re-consent {
  flex: 1 1 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.85;
  cursor: pointer;
}
.tdr-re-band-dark .tdr-re-consent { color: #fff; opacity: 1; }
.tdr-re-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #c9a24b;
}
.tdr-re-legal { margin: 18px 0 0; font-size: 12.5px; }
.tdr-re-legal a { color: #1a5c8a; }

@media (max-width: 760px) {
  .tdr-re-hero { padding: 44px 24px; }
  .tdr-re-band { padding: 32px 22px; }
  .tdr-re-kevin { grid-template-columns: 1fr; padding: 24px; }
}

/* ── Featured Listings strip (above the hero) ── */
.tdr-fl-strip { max-width: 1200px; margin: 26px auto 30px; padding: 0 18px; }
.tdr-fl-strip-h {
  font-family: Georgia, "Times New Roman", serif; font-size: 26px; margin: 0 0 14px; color: #111;
}
.tdr-fl-strip-h::after { content: ''; display: block; width: 56px; height: 3px; background: #c9a551; margin-top: 8px; }
.tdr-fl-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tdr-fl-strip-card {
  display: block; text-decoration: none !important; color: inherit; overflow: hidden;
  border: 1px solid #e5e7eb; border-radius: 12px; background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,.05); transition: box-shadow .15s ease;
}
.tdr-fl-strip-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.tdr-fl-strip-img { display: block; position: relative; height: 190px; background-size: cover; background-position: center; background-color: #f3f4f6; }
.tdr-fl-strip-oh {
  position: absolute; top: 12px; left: 12px; background: #b91c1c; color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 6px;
}
.tdr-fl-strip-body { display: block; padding: 14px 16px 16px; }
.tdr-fl-strip-price { display: block; font-size: 22px; font-weight: 800; color: #102a52; }
.tdr-fl-strip-title { display: block; font-size: 16px; font-weight: 700; color: #111; margin-top: 2px; }
.tdr-fl-strip-addr { display: block; font-size: 13px; color: #6b7280; margin-top: 2px; }
.tdr-fl-strip-stats { display: block; font-size: 13px; color: #374151; margin-top: 8px; }
@media (max-width: 900px) { .tdr-fl-strip-grid { grid-template-columns: 1fr; } }
