/* ================================================================
   HOME SECTIONS — All new home page section styles
   ================================================================ */

/* ---- Shared helpers ---- */
.hs-inner { max-width: 1280px; margin: 0 auto; padding: 0 28px; }

.hs-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.hs-badge.purple { background: #ede9fe; color: #7c3aed; }
.hs-badge.green  { background: #d1fae5; color: #059669; }

/* ================================================================
   CITIES SECTION
   ================================================================ */
.geo-cities-section {
  padding: 50px 0 30px;
  background: #fff;
}
.geo-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.geo-header {
  text-align: center;
  margin-bottom: 40px;
}
.geo-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 14px;
  line-height: 1.2;
}
.geo-header p {
  color: #64748b;
  font-size: 15px;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.geo-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.geo-grid::-webkit-scrollbar { display: none; }

.geo-city-card {
  position: relative;
  min-width: 200px;
  flex: 1;
  border-radius: 18px;
  overflow: hidden;
  height: 380px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.geo-city-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.geo-city-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.geo-city-card:hover img { transform: scale(1.06); }

.geo-city-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 45%, transparent 72%);
}
.geo-chip {
  position: absolute;
  top: 14px; left: 14px;
  padding: 4px 10px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  display: flex; align-items: center; gap: 4px;
  z-index: 2;
}
.chip-dark { background: rgba(0,0,0,0.45); color: #fff; backdrop-filter: blur(4px); }
.chip-green { background: #10b981; color: #fff; }

.geo-city-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 16px;
  color: #fff;
  z-index: 2;
}
.geo-city-body h3 { font-size: 22px; font-weight: 700; margin: 0 0 4px; }
.geo-city-body p { font-size: 12px; margin: 0 0 10px; opacity: 0.85; }
.geo-rate-link {
  color: #60a5fa;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.geo-rate-link:hover { color: #93c5fd; }
.geo-fade-end::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(241,241,241,0.6));
  z-index: 3;
  pointer-events: none;
}

/* ================================================================
   PRICE TRENDS SECTION
   ================================================================ */
.price-trends-section {
  padding: 50px 0;
  background: #f8fafc;
}
.pt-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}
.pt-left h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.25;
  margin: 0 0 12px;
}
.pt-left > p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 28px;
}
.pt-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pt-select-wrap {
  position: relative;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.pt-select-wrap svg {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #64748b;
}
.pt-select-wrap select {
  width: 100%;
  padding: 13px 36px 13px 14px;
  border: none;
  background: transparent;
  font: 14px/1 inherit;
  color: #1e293b;
  font-weight: 600;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.pt-period-btns {
  display: flex;
  gap: 0;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.pt-period {
  flex: 1;
  border: none;
  background: transparent;
  padding: 11px 0;
  font: 13px/1 inherit;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pt-period + .pt-period { border-left: 1.5px solid #e2e8f0; }
.pt-period.active { background: #fff; color: #1e293b; }
.pt-period:hover:not(.active) { background: #f1f5f9; }

.pt-appreciation {
  margin-top: 24px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a9e 100%);
  border-radius: 16px;
  padding: 24px 22px;
  color: #fff;
}
.pt-app-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #93c5fd;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pt-app-value {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.pt-app-yoy {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #6ee7b7;
  background: rgba(16,185,129,0.2);
  padding: 3px 8px;
  border-radius: 6px;
}
.pt-appreciation p {
  font-size: 13px;
  line-height: 1.6;
  color: #bfdbfe;
  margin: 0;
}

/* Right chart panel */
.pt-right {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.pt-chart-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.pt-chart-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}
.pt-chart-sub {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 3px;
}
.pt-legend {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  flex-wrap: wrap;
}
.pt-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.pt-dot.blue { background: #6366f1; }
.pt-dot.green { background: #10b981; }
.pt-chart-area { position: relative; height: 280px; }

/* ================================================================
   STRATEGIC BUILDERS SECTION — PREMIUM
   ================================================================ */
.strat-builders-section {
  padding: 50px 0 30px;
  background: #f8faff;
  position: relative;
  overflow: hidden;
}
.strat-builders-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(99,102,241,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.sb-bg-glow { display: none; }

.sb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

.sb-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
  flex-wrap: wrap;
}
.sb-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #c2410c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.sb-heading {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.2;
}
.sb-heading-accent {
  background: linear-gradient(90deg, #6d28d9, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sb-subtext {
  color: #64748b;
  font-size: 14.5px;
  max-width: 540px;
  line-height: 1.7;
  margin: 0;
}
.sb-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #1e293b;
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 12px 22px;
  border-radius: 10px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.22s, color 0.22s;
}
.sb-view-all:hover { background: #1e293b; color: #fff; }

.sb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}

.sb-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.sb-card:hover {
  transform: translateY(-6px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 56px rgba(15,23,42,0.1);
}

.sb-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-a), var(--accent-b));
  border-radius: 20px 20px 0 0;
}

.sb-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-top: 10px;
}
.sb-logo {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  flex-shrink: 0;
}
.sb-badges-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.sb-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
}
.sb-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
}
.sb-name {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}
.sb-tagline {
  font-size: 12px;
  color: #94a3b8;
  margin: 0 0 12px;
  line-height: 1.4;
}
.sb-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 5px 10px;
  border-radius: 8px;
}
.sb-divider {
  height: 1px;
  background: #f1f5f9;
  margin: 18px 0;
}
.sb-stats {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
}
.sb-stat { flex: 1; text-align: center; }
.sb-stat-sep {
  width: 1px;
  background: #e2e8f0;
  margin: 0 4px;
}
.sb-num {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
}
.sb-num-green { color: #059669; }
.sb-lbl {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sb-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 11px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.sb-cta:hover {
  background: var(--accent-a);
  border-color: var(--accent-a);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* Trust row */
.sb-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 22px 32px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
}
.sb-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #374151;
}
.sb-trust-sep {
  width: 1px;
  height: 20px;
  background: #d1fae5;
}

/* ================================================================
   FEATURED AGENTS SECTION
   ================================================================ */
.feat-agents-section {
  padding: 50px 0;
  background: #f8fafc;
}
.fa-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.fa-header {
  text-align: center;
  margin-bottom: 44px;
}
.fa-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 12px;
}
.fa-header p {
  color: #64748b;
  font-size: 15px;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.65;
}

.fa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.fa-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1.5px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow 0.2s, transform 0.2s;
}
.fa-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-3px); }

.fa-top {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.fa-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.fa-info { flex: 1; min-width: 0; }
.fa-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}
.fa-name-row h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}
.fa-verified { display: flex; align-items: center; }
.fa-spec {
  font-size: 12px;
  font-weight: 600;
  color: #7c3aed;
  margin: 0 0 6px;
}
.fa-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  color: #94a3b8;
}
.fa-stars span { margin-left: 4px; }

.fa-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.fa-areas span {
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
}

.fa-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 14px 0;
  margin-bottom: 16px;
}
.fa-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fa-stat + .fa-stat { border-left: 1px solid #f1f5f9; }
.fa-stat strong {
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
}
.fa-stat.green strong { color: #059669; }
.fa-stat span {
  font-size: 10px;
  color: #94a3b8;
}

.fa-actions {
  display: flex;
  gap: 10px;
}
.fa-contact-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #4f46e5;
  color: #fff;
  border-radius: 12px;
  padding: 13px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}
.fa-contact-btn:hover { background: #4338ca; }
.fa-fav-btn {
  width: 44px; height: 44px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
.fa-fav-btn:hover { border-color: #ef4444; color: #ef4444; }

/* ================================================================
   ECOSYSTEM SERVICES SECTION
   ================================================================ */
.ecosystem-section {
  padding: 50px 0;
  background: #fff;
}
.eco-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.eco-header {
  text-align: center;
  margin-bottom: 44px;
}
.eco-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 12px;
}
.eco-header p {
  color: #64748b;
  font-size: 15px;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.65;
}

.eco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.eco-grid-8 {
  grid-template-columns: repeat(4, 1fr);
}
.eco-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 22px;
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
}
.eco-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.07); transform: translateY(-3px); }

.eco-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.eco-icon.purple { background: #ede9fe; color: #7c3aed; }
.eco-icon.teal   { background: #d1fae5; color: #059669; }
.eco-icon.amber  { background: #fef9c3; color: #ca8a04; }
.eco-icon.violet { background: #fce7f3; color: #be185d; }

.eco-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 10px;
}
.eco-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.65;
  margin: 0 0 18px;
}
.eco-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #7c3aed;
  transition: gap 0.2s;
}
.eco-link:hover { gap: 8px; }

.eco-cta {
  margin-top: 36px;
  text-align: center;
}
.eco-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #4f46e5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 12px;
  transition: background 0.2s, transform 0.2s;
}
.eco-view-all-btn:hover { background: #4338ca; transform: translateY(-2px); }

/* ================================================================
   APP DOWNLOAD SECTION
   ================================================================ */
.app-dl-section {
  background: linear-gradient(135deg, #0d1321 0%, #1a2744 50%, #0d2137 100%);
  padding: 50px 0;
  overflow: hidden;
}
.app-dl-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}
.app-dl-badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.app-dl-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 16px;
}
.app-dl-left h2 strong { font-weight: 800; }
.app-dl-accent {
  background: linear-gradient(90deg, #facc15, #4ade80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}
.app-dl-left > p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 0 28px;
}

.app-dl-features {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.app-dl-feature-col { display: flex; flex-direction: column; gap: 10px; }
.app-dl-feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
.app-dl-feat svg { flex-shrink: 0; color: #4ade80; margin-top: 1px; }

.app-dl-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.app-dl-store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  transition: background 0.2s;
  backdrop-filter: blur(6px);
}
.app-dl-store-btn:hover { background: rgba(255,255,255,0.14); }
.app-dl-store-btn div { display: flex; flex-direction: column; }
.app-dl-store-btn div span:first-child { font-size: 9px; letter-spacing: 1px; opacity: 0.7; }
.app-dl-store-btn div span:last-child { font-size: 15px; font-weight: 700; }

/* Phone Mockup */
.app-dl-right { display: flex; justify-content: center; align-items: center; }
.phone-mockup { perspective: 1000px; }
.phone-frame {
  width: 240px;
  background: #0a0f1e;
  border-radius: 36px;
  padding: 16px 12px;
  border: 2px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
  transform: rotateY(-8deg) rotateX(3deg);
}
.phone-notch {
  width: 80px; height: 20px;
  background: #0a0f1e;
  border-radius: 0 0 16px 16px;
  margin: -8px auto 10px;
  position: relative;
  border: 2px solid rgba(255,255,255,0.1);
  border-top: none;
}
.phone-screen {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  padding: 12px;
}
.phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.phone-brand { font-size: 10px; font-weight: 700; color: #1e293b; }
.phone-signal { font-size: 9px; font-weight: 700; color: #1e293b; background: #e2e8f0; padding: 2px 6px; border-radius: 4px; }

.phone-valuation-card {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  color: #fff;
}
.pvc-label { font-size: 8px; letter-spacing: 1px; opacity: 0.8; margin-bottom: 4px; }
.pvc-value { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.pvc-change {
  font-size: 9px;
  background: rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  border-radius: 6px;
}

.phone-radar-label { font-size: 8px; letter-spacing: 1.2px; color: #94a3b8; margin-bottom: 8px; font-weight: 700; }
.phone-listing {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
}
.phone-listing:last-of-type { border-bottom: none; }
.pl-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pl-dot.purple { background: #7c3aed; }
.pl-dot.amber  { background: #f59e0b; }
.pl-dot.gray   { background: #94a3b8; }
.pl-info { flex: 1; display: flex; flex-direction: column; }
.pl-name { font-size: 9px; font-weight: 700; color: #1e293b; }
.pl-price { font-size: 8px; color: #94a3b8; }
.pl-tag { font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.pl-tag.verified { background: #d1fae5; color: #059669; }
.pl-tag.new { background: #fef9c3; color: #ca8a04; }
.pl-tag.plot { background: #f1f5f9; color: #64748b; }
.phone-bio { font-size: 8px; text-align: center; color: #94a3b8; margin-top: 8px; }

/* ================================================================
   NEWSLETTER SECTION
   ================================================================ */
.newsletter-section {
  background: #0d1321;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.nl-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.nl-left { flex: 1; min-width: 260px; }
.nl-left h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.nl-left p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin: 0;
  max-width: 420px;
}
.nl-right { flex-shrink: 0; }
.nl-form { display: flex; gap: 0; }
.nl-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px 0 0 10px;
  padding: 0 16px;
  min-width: 280px;
}
.nl-input-wrap svg { color: rgba(255,255,255,0.4); flex-shrink: 0; }
.nl-input-wrap input {
  background: transparent;
  border: none;
  outline: none;
  font: 14px/1 inherit;
  color: #fff;
  width: 100%;
  padding: 14px 0;
}
.nl-input-wrap input::placeholder { color: rgba(255,255,255,0.35); }
.nl-btn {
  background: #4f46e5;
  color: #fff;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 14px 22px;
  font: 14px/1 inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.nl-btn:hover { background: #4338ca; }

/* ================================================================
   FOOTER — Dark Navy
   ================================================================ */
.dg-footer {
  background: #0d1321;
  color: rgba(255,255,255,0.65);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.dg-footer-top {
  margin-left:70px;
  padding: 56px 28px 40px;
  display: flex;
  gap: 60px;
}
.dg-footer-brand { flex: 0 0 260px; }
.dg-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.dg-logo-icon {
  width: 36px; height: 36px;
  background: #4f46e5;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.dg-footer-logo span:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.dg-footer-brand > p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
  margin: 0 0 22px;
}
.dg-social { display: flex; gap: 10px; }
.dg-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}
.dg-social a:hover { background: #4f46e5; color: #fff; }

.dg-footer-links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.dg-footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}
.dg-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.dg-footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.dg-footer-col ul li a:hover { color: #fff; }

.dg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-left:70px;
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.dg-footer-bottom p {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  margin: 0;
  line-height: 1.6;
}
.dg-footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.dg-footer-bottom-links a {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}
.dg-footer-bottom-links a:hover { color: #fff; }

/* ================================================================
   REVIEWS / TESTIMONIALS SECTION
   ================================================================ */
.rv-section {
  background: #fff;
  padding: 90px 0 80px;
  border-top: 1px solid #f1f5f9;
}
.rv-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.rv-header {
  text-align: center;
  margin-bottom: 52px;
}
.rv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  color: #7c3aed;
  margin-bottom: 16px;
}
.rv-heading {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.2;
}
.rv-heading-accent {
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rv-subtext {
  font-size: 15px;
  color: #64748b;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Body layout */
.rv-body {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: start;
}

/* Summary panel */
.rv-summary {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px;
  position: sticky;
  top: 24px;
}

.rv-overall {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
}
.rv-score-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.rv-score {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  margin-bottom: 6px;
}
.rv-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 5px;
}
.rv-count {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

.rv-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.rv-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rv-bar-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  width: 22px;
  flex-shrink: 0;
}
.rv-bar-track {
  flex: 1;
  height: 7px;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
}
.rv-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed, #6d28d9);
  border-radius: 4px;
}
.rv-bar-count {
  font-size: 10px;
  color: #94a3b8;
  white-space: nowrap;
  width: 62px;
  flex-shrink: 0;
  text-align: right;
}

/* Category scores */
.rv-cats {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.rv-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.rv-cat-score {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  flex-shrink: 0;
}
.rv-cat-green { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }
.rv-cat-amber { background: #fffbeb; border: 1px solid #fde68a; color: #b45309; }

/* Review cards column */
.rv-cards-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rv-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 28px;
  transition: box-shadow 0.2s;
}
.rv-card:hover { box-shadow: 0 8px 32px rgba(15,23,42,0.08); }

.rv-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.rv-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.rv-avatar-blue  { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.rv-avatar-pink  { background: linear-gradient(135deg, #ec4899, #be185d); }
.rv-avatar-green { background: linear-gradient(135deg, #10b981, #059669); }
.rv-avatar-amber { background: linear-gradient(135deg, #f59e0b, #d97706); }

.rv-user-info { flex: 1; }
.rv-user-info strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.rv-user-info span { font-size: 12px; color: #94a3b8; }

.rv-card-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.rv-card-score {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}
.rv-mini-stars { display: flex; gap: 1px; }

.rv-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.72;
  margin: 0 0 16px;
}
.rv-card:last-of-type .rv-text { margin-bottom: 0; }

.rv-photos { display: flex; gap: 8px; }
.rv-photo {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}
.rv-photo-more {
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}

.rv-read-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #7c3aed;
  text-decoration: none;
  border-bottom: 2px solid #ede9fe;
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.rv-read-all:hover { color: #6d28d9; border-color: #7c3aed; }

/* ================================================================
    FLOATING BANNER STYLES
    ================================================================ */
.floating-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
  display: flex;
  align-items: center;
  will-change: transform, opacity;
}

@keyframes slideIn {
  from {
    transform: translateY(100px) translateZ(0);
    opacity: 0;
  }
  to {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}

.floating-banner.dismissed {
  animation: slideOut 0.3s ease-out forwards;
}

@keyframes slideOut {
  to {
    transform: translateY(100px) translateZ(0);
    opacity: 0;
  }
}

.banner-padding {
  padding: 10px 16px;
}

.banner-link-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}

.banner-logo {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  flex-shrink: 0;
}

.banner-logo svg {
  height: 28px;
  width: auto;
}

.banner-text-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.banner-text {
  margin: 0;
  white-space: nowrap;
}

.banner-upper-text {
  color: #151617;
  font-size: 14px;
}

.banner-lower-text {
  color: #878c9f;
  font-size: 10px;
}

.banner-action-container {
  border-left: 1px solid rgba(45, 47, 53, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
  flex-shrink: 0;
}

.action-btn:hover {
  color: #2d2d2d;
}

/* ================================================================
    RESPONSIVE
    ================================================================ */
@media (max-width: 1280px) {
  .fa-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-grid-8 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1024px) {
  .sb-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-grid-8 { grid-template-columns: repeat(2, 1fr); }
  .fa-grid { grid-template-columns: repeat(2, 1fr); }
  .pt-inner { grid-template-columns: 1fr; gap: 32px; }
  .app-dl-inner { grid-template-columns: 1fr; gap: 40px; }
  .app-dl-right { display: none; }
  .dg-footer-top { flex-direction: column; gap: 36px; margin-left: 0; }
  .dg-footer-bottom { margin-left: 0; }
  .dg-footer-brand { flex: unset; }
  .rv-body { grid-template-columns: 1fr; }
  .rv-summary { position: static; }
  .rv-overall { flex-direction: row; }
}

@media (max-width: 768px) {
  .geo-city-card { min-width: 180px; height: 300px; }
  .sb-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-grid { grid-template-columns: 1fr 1fr; }
  .eco-grid-8 { grid-template-columns: repeat(2, 1fr); }
  .fa-grid { grid-template-columns: 1fr; }
  .dg-footer-links { grid-template-columns: 1fr 1fr; }
  .sb-header { flex-direction: column; align-items: flex-start; }
  .sb-trust-sep { display: none; }
  .sb-trust-row { gap: 16px; }
  .nl-inner { flex-direction: column; }
  .nl-input-wrap { min-width: unset; }
  .nl-form { flex-direction: column; width: 100%; }
  .nl-input-wrap { border-radius: 10px; }
  .nl-btn { border-radius: 10px; }
}

@media (max-width: 540px) {
  .sb-grid { grid-template-columns: 1fr; }
  .eco-grid { grid-template-columns: 1fr; }
  .eco-grid-8 { grid-template-columns: repeat(2, 1fr); }
  .dg-footer-links { grid-template-columns: 1fr; }
  .app-dl-features { flex-direction: column; gap: 10px; }
  .fa-grid { grid-template-columns: 1fr; }
  .geo-header h2 { font-size: 26px; }
  .strat-builders-section .sb-heading { font-size: 26px; }
  .feat-agents-section .fa-header h2 { font-size: 26px; }
  .ecosystem-section .eco-header h2 { font-size: 26px; }
  .rv-heading { font-size: 26px; }
  .rv-score { font-size: 38px; }
  .rv-overall { flex-direction: column; gap: 16px; }
  .rv-card { padding: 18px 20px; }
  .rv-photos { flex-wrap: wrap; }
}

/* ================================================================
   HERO SEARCH SUGGESTIONS
   ================================================================ */
.hero-suggest {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.hero-suggest.open { display: block; }

.sug-title {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f1f5f9;
}

.sug-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.15s;
}
.sug-item:last-child { border-bottom: none; }
.sug-item:hover { background: #f8fafc; }

.sug-icon {
  width: 16px;
  height: 16px;
  color: #64748b;
  flex-shrink: 0;
}

.sug-body { flex: 1; min-width: 0; }

.sug-label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 2px;
}

.sug-meta {
  font-size: 12px;
  color: #64748b;
}

/* ================================================================
   FILTER DROPDOWNS
   ================================================================ */
.fp-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 10;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.fp-pill.open .fp-dropdown { display: block; }

.fp-opt {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
}
.fp-opt:last-child { border-bottom: none; }
.fp-opt.active { background: #f0f9ff; color: #0369a1; font-weight: 600; }
.fp-opt:hover:not(.active) { background: #f8fafc; }

/* ================================================================
   ADDITIONAL MOBILE RESPONSIVE FIXES
   ================================================================ */
@media (max-width: 768px) {
  .hs-inner { padding: 0 16px; }
  .geo-inner { padding: 0 16px; }
  .geo-header h2 { font-size: 24px; }
  .geo-city-card { min-width: 160px; height: 260px; }
  .pt-text-col h2 { font-size: 1.6rem; }
  .app-dl-section { padding: 40px 0; }
  .dg-footer-top { padding: 40px 20px 28px; }
  .dg-footer-bottom { padding: 16px 20px; flex-direction: column; align-items: flex-start; }
  .dg-footer-bottom-links { gap: 14px; }
  .rv-section { padding: 56px 0 50px; }
}

@media (max-width: 480px) {
  .geo-header h2 { font-size: 20px; }
  .geo-city-card { min-width: 140px; height: 220px; }
  .dg-footer-top { padding: 28px 16px 20px; gap: 24px; }
  .dg-footer-bottom { padding: 14px 16px; }
  .dg-footer-links { gap: 20px; }
  .dg-footer-col h4 { margin-bottom: 10px; }
  .dg-footer-col ul { gap: 7px; }
}
