/* Shared design system for HomeVoice Pilot SEO landing pages
   (real-estate-lead-generation, real-estate-appointment-scheduling,
   property-management-ai, real-estate-automation).
   Mirrors the inline styles used on index.html / qr_marketing.html. */

:root {
  --primary-blue: #0d6efd;
  --primary-dark: #0b2545;
  --warning-gold: #ffc107;
  --soft-bg: #f7f9fc;
  --text-muted: #6c757d;
  --border-soft: #e9ecef;
}

body { font-family: 'Inter', sans-serif; }

.seo-landing-wrap {
  margin: -1.5rem calc(50% - 50vw) -1.5rem;
  background: #fff;
  color: #1f2937;
  line-height: 1.7;
}

.demo-alert-bar {
  background: var(--warning-gold);
  color: #111;
  font-weight: 800;
  padding: 10px 0;
  font-size: .95rem;
}
.demo-alert-bar a { color: #111; }
.demo-alert-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}
.demo-alert-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  justify-content: center;
}
.demo-alert-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(17,17,17,.1);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
}
.demo-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(17,17,17,.1);
  font-size: .95rem;
}
.demo-alert-cta {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
}
.demo-alert-cta:hover { color: #fff !important; opacity: .92; }
.demo-alert-divider { width: 1px; height: 22px; background: rgba(17,17,17,.28); }

.hero-section {
  background: linear-gradient(135deg, rgba(11,37,69,.88), rgba(13,110,253,.70));
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 110px 0 90px;
}

.hero-badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  display: inline-block;
  padding: 10px 16px;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-padding { padding: 80px 0; }
.section-soft { background: var(--soft-bg); }
.shadow-soft { box-shadow: 0 12px 35px rgba(15,23,42,.08); }
.rounded-4 { border-radius: 1.2rem !important; }

.feature-card, .stat-card, .keyword-card {
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: #fff;
  height: 100%;
  transition: .25s ease;
}
.feature-card:hover, .stat-card:hover, .keyword-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(13,110,253,.1);
  color: var(--primary-blue);
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.metric-number { font-size: 2rem; font-weight: 800; color: var(--primary-dark); }

.lead-box {
  background: #fff;
  border-left: 5px solid var(--primary-blue);
  border-radius: 0 16px 16px 0;
  padding: 24px;
}

.step-card {
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border-soft);
  padding: 1.5rem;
  height: 100%;
}
.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 1.5rem; margin-bottom: .8rem; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d6efd;
}

.btn-xl { padding: 16px 34px; font-size: 1.1rem; font-weight: 700; border-radius: 999px; }

.pill-keyword {
  display: inline-block;
  padding: 8px 14px;
  margin: 6px 8px 0 0;
  border-radius: 999px;
  font-size: .92rem;
  background: #eef4ff;
  color: #0b3f8a;
  font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #eef4ff;
  color: #0b2545;
  box-shadow: none;
}

.cta-section { background: linear-gradient(135deg, #0b2545, #0d6efd); color: #fff; }
.form-control-lg { min-height: 58px; border-radius: 14px; }

.footer-dark { background: #0b1220; color: rgba(255,255,255,.75); }
.footer-dark a { color: rgba(255,255,255,.85); text-decoration: none; }
.footer-dark a:hover { color: #fff; text-decoration: underline; }

.hub-card {
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: #fff;
  height: 100%;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: .25s ease;
}
.hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
  color: inherit;
}

/* Blog */
.article-hero {
  background: linear-gradient(135deg, #0b2545, #0d6efd);
  color: #fff;
  padding: 80px 0 60px;
}

.article-meta {
  font-size: .9rem;
  opacity: .8;
}

.article-body {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #1f2937;
}
.article-body h2 {
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--primary-dark);
}
.article-body h3 {
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: .75rem;
}
.article-body p { margin-bottom: 1.25rem; }
.article-body ul, .article-body ol { margin-bottom: 1.25rem; }
.article-body li { margin-bottom: .5rem; }
.article-body .article-cta {
  background: var(--soft-bg);
  border-left: 5px solid var(--primary-blue);
  border-radius: 0 16px 16px 0;
  padding: 24px;
  margin: 2rem 0;
}

.blog-card {
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: #fff;
  height: 100%;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: .25s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
  color: inherit;
}
.blog-card .blog-card-meta {
  font-size: .82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .5rem;
}

@media (max-width: 991.98px) {
  .hero-section { padding: 90px 0 70px; }
  .display-2 { font-size: 2.6rem; }
  .seo-landing-wrap { margin: -1.5rem -0.75rem -1.5rem; }
  .demo-alert-divider { display: none; }
}
