/* ==========================================================================
   FINDABILITY — Digital Marketing Agency Bendigo (local landing page)
   ========================================================================== */

/* ---- Hero ---- */
.bdg-hero {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: var(--white);
  padding: 150px 0 72px;
}
.bdg-hero__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-md);
  max-width: 860px;
}
.bdg-hero__eyebrow {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}
.bdg-hero h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 20px;
}
.bdg-hero h1 .bdg-hero__accent { color: var(--gold); }
.bdg-hero__sub {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  max-width: 620px;
  margin-bottom: 32px;
}
.bdg-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.bdg-btn-secondary {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border: 2px solid rgba(255,255,255,0.35);
  color: var(--white);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s;
}
.bdg-btn-secondary:hover { border-color: var(--white); color: var(--white); }

/* ---- Intro lead ---- */
.bdg-lead p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--neutral-700);
}

/* ---- findabilityOS block ---- */
.bdg-fos__logo {
  display: block;
  width: 240px;
  max-width: 70%;
  height: auto;
  margin-bottom: 22px;
}

/* ---- FAQ ---- */
.bdg-faq__item {
  border-bottom: 1px solid var(--neutral-200);
  padding: var(--space-md) 0;
}
.bdg-faq__item:first-of-type { border-top: 1px solid var(--neutral-200); }
.bdg-faq__q {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--neutral-900);
  margin-bottom: 8px;
}
.bdg-faq__a {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--neutral-600);
}

/* ---- Local towns strip ---- */
.bdg-towns {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  color: var(--neutral-500);
  margin-top: var(--space-md);
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .bdg-hero { padding: 120px 0 56px; }
  .bdg-fos__logo { width: 190px; max-width: 80%; }
}
