/* === URHome Owner Landing Page Styles (scoped) === */
.urhome-owner {
  --brand: #0ea5a5;          /* primary CTA teal */
  --brand-dark: #0b7d7d;     /* hover/dark teal */
  --accent: #1f2937;         /* headings/text */
  --muted: #6b7280;          /* secondary text */
  --bg: #ffffff;             /* page background */
  --soft: #f3f4f6;           /* light gray sections */
  --ring: rgba(14,165,165,0.3);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--accent);
}

.urhome-owner * { box-sizing: border-box; }
.urhome-owner a { color: var(--brand); text-decoration: none; }
.urhome-owner .container { max-width: 1150px; margin: 0 auto; padding: 0 20px; }

/* Utility */
.urhome-owner .btn {
  display: inline-block; padding: 14px 22px; border-radius: 12px;
  background: var(--brand); color: #fff; font-weight: 700;
  box-shadow: 0 6px 16px var(--ring); transition: transform .