/* ============================================================
   INTELIGENTIC — landing-cpa.css
   Single-purpose landing page: CPA Firm Discovery Session
   Reuses design tokens from style.css (--ink, --paper, --blue, --font-d, --font-b)
   Minimal, executive, single-CTA — no nav, no carousels, no extra effects.
   ============================================================ */

/* ── MINIMAL HEADER (logo + single CTA, no nav links) ── */
.ld-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  max-width: var(--max);
  margin: 0 auto;
}
.ld-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ld-logo img { height: 30px; width: auto; }
.ld-logo span { font-family: var(--font-d); font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.3px; }
.ld-header-right { display: flex; align-items: center; gap: 14px; }
.ld-header-cta { font-size: 13px; padding: 11px 22px; }

/* ── SHARED NARROW CONTAINER (short line length = readable) ── */
.ld-narrow { max-width: 700px; margin: 0 auto; text-align: center; }
.ld-narrow p { margin-bottom: 0; }

/* ── HERO ── */
.ld-hero { padding: 56px 24px 72px; text-align: center; }
.ld-hero-eyebrow {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 22px;
}
.ld-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
  color: var(--ink);
  max-width: 780px;
  margin: 0 auto 22px;
}
.ld-hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto 36px;
}
.ld-hero-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ld-microcopy { font-size: 13px; color: var(--muted); font-weight: 400; }

/* ── SECTION RHYTHM (shorter than site default, more whitespace) ── */
.ld-section { padding: 64px 24px; }
.ld-section.bg-surface { background: var(--surface); }
.ld-section-inner { max-width: var(--max); margin: 0 auto; }

.ld-eyebrow {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
  text-align: center;
}
.ld-title {
  font-family: var(--font-d);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  color: var(--ink);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 18px;
}
.ld-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 300;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.ld-body + .ld-body { margin-top: 12px; }

/* ── 3-STEP SESSION GRID ── */
.ld-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.ld-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 30px 26px;
  text-align: left;
}
.ld-step-n {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 1px;
  margin-bottom: 14px;
  display: block;
}
.ld-step h3 {
  font-family: var(--font-d);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.ld-step p { font-size: 13.5px; line-height: 1.65; color: var(--muted); font-weight: 300; }

/* ── CHECKLIST GRID (2-col, business-impact framed) ── */
.ld-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  max-width: 880px;
  margin: 44px auto 0;
  text-align: left;
}
.ld-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}
.ld-check-item::before {
  content: '✓';
  color: var(--blue);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── WHY INTELIGENTIC — 3 compact facts, not a cert list ── */
.ld-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}
.ld-fact-n {
  font-family: var(--font-d);
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 6px;
}
.ld-fact-l { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── FINAL CTA BLOCK ── */
.ld-cta-block {
  background: var(--ink);
  border-radius: 20px;
  padding: 64px 32px;
  text-align: center;
  max-width: var(--max);
  margin: 0 auto;
}
.ld-cta-block h2 {
  font-family: var(--font-d);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 16px;
}
.ld-cta-block .ld-microcopy { color: rgba(244,243,239,0.5); margin-top: 16px; }

/* ── MINIMAL FOOTER (no nav, just identity) ── */
.ld-footer {
  padding: 32px 24px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.ld-footer-brand {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.ld-footer-meta { font-size: 12.5px; color: var(--muted); }
.ld-footer-meta a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .ld-steps { grid-template-columns: 1fr; }
  .ld-check-grid { grid-template-columns: 1fr; }
  .ld-facts { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .ld-header { padding: 16px 20px; }
  .ld-header-right { gap: 8px; }
  .ld-header-cta { padding: 9px 16px; font-size: 12px; }
  .ld-hero { padding: 40px 20px 56px; }
  .ld-section { padding: 48px 20px; }
}
