/* ============================================================
   Subalytics — generic JSON-driven landing page shell.
   Used by templates/site/landing_page.html for any landing page
   whose copy comes from app/site/site/landing_pages/<slug>.json.
   Reuses header.html / footer.html and v4c-console.css (.sec,
   .eyebrow, .dh, .b-hero, .b-btn, .b-press, .b-cta, palette).
   Loads after v4c-console.css and only adds what that file
   doesn't already define, plus hero overrides for this page
   family's single-column, centered layout.
   ============================================================ */

/* ---------- Hero: centered single column (not the two-col console hero) ---------- */
.b-hero::before { background-image:
    radial-gradient(circle at 50% 0%, rgba(36,65,151,.10), transparent 55%),
    linear-gradient(rgba(13,11,51,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,11,51,.04) 1px, transparent 1px);
}
.b-hero .wrap { grid-template-columns: 1fr; text-align: center; padding-top: 96px; padding-bottom: 76px; max-width: 780px; }
.b-tag { margin: 0 auto 26px; }
.b-hero h1 { font-size: 52px; line-height: 1.06; }
.b-hero .sub { max-width: 560px; margin: 24px auto 32px; }
.b-hero-cta { justify-content: center; }
.b-btn.ghost { color: var(--navy-bar); border-color: var(--navy-bar); }
.b-btn.ghost:hover { background: var(--navy-bar); color: #fff; }

/* ---------- Intro ---------- */
.lp-intro { background: #fff; }
.lp-intro p { font-size: 17px; line-height: 1.7; color: #444; max-width: 780px; margin: 0 auto; }

/* ---------- Section shell + alternating bands ---------- */
.lp-sec { background: #fff; }
.lp-sec-alt { background: var(--gray-band); }
.lp-head { max-width: 700px; margin-bottom: 36px; }
.lp-head p { font-size: 16px; line-height: 1.6; color: #555; margin: 14px 0 0; }
.lp-head-center { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }
.lp-subhead { font-size: 16px; line-height: 1.6; color: #555; margin: 14px 0 0; }

/* ---------- "steps" section kind ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.lp-step { border: 1px solid var(--line); border-radius: 13px; padding: 26px 24px; background: #fff; }
.lp-step-n { font-family: var(--mono); font-size: 13px; color: var(--blue); margin-bottom: 10px; }
.lp-step h3 { font-family: var(--serif); font-weight: 700; font-size: 20px; margin: 0 0 8px; color: var(--ink); }
.lp-step p { font-size: 14px; line-height: 1.55; color: #555; margin: 0; }

/* ---------- "cards" section kind (labeled bullets) ---------- */
.lp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 30px; }
.lp-card { border: 1px solid var(--line); border-radius: 13px; padding: 26px 24px; background: var(--gray-band); }
.lp-sec-alt .lp-card { background: #fff; }
.lp-card h3 { font-family: var(--serif); font-weight: 700; font-size: 19px; margin: 0 0 8px; color: var(--blue); }
.lp-card p { font-size: 14px; line-height: 1.55; color: #555; margin: 0; }
.lp-cards-cta { display: inline-flex; color: var(--blue); font-weight: 700; font-size: 15px; text-decoration: none; }
.lp-cards-cta:hover { color: var(--blue-deep); }

/* ---------- "checklist" section kind (plain bullets, accent band) ---------- */
.lp-sec-checklist { background: var(--blue); color: #fff; }
.lp-checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-sec-checklist h2.dh { color: #fff; }
.lp-checklist-lead { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.88); margin: 14px 0 0; }
.lp-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lp-checklist li { font-size: 14.5px; padding-left: 24px; position: relative; }
.lp-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--navy-bar); background: #fff; border-radius: 50%; width: 16px; height: 16px; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.lp-checklist-cta { display: inline-flex; margin-top: 22px; background: var(--navy-bar); color: #fff; font-weight: 700; font-size: 15px; padding: 13px 24px; border-radius: 4px; text-decoration: none; }
.lp-checklist-cta:hover { background: #17153f; }
@media (max-width: 900px) { .lp-checklist-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.lp-faq { background: #fff; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: var(--gray-band); border: none; padding: 18px 22px; font-family: var(--sans); font-size: 15.5px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q[aria-expanded="true"] { color: var(--blue); }
.faq-ic { font-size: 18px; color: var(--blue); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-a p { margin: 0; padding: 0 22px 18px; font-size: 14.5px; line-height: 1.6; color: #555; }

/* ---------- Contact ---------- */
.b-contact { background: var(--gray-band); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.b-contact p { font-size: 15px; line-height: 1.6; color: #555; margin: 14px 0 0; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink); }
.contact-form input, .contact-form textarea { font-family: var(--sans); font-size: 14.5px; font-weight: 400; padding: 11px 13px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--gray-band); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); background: #fff; }
.contact-form .b-btn { align-self: flex-start; border: 1px solid var(--blue); }
.cf-status { font-size: 13.5px; color: var(--blue); margin: 0; min-height: 18px; }
.cf-status.err { color: var(--red); }
@media (max-width: 800px) { .contact-grid, .cf-row { grid-template-columns: 1fr; } }

/* ---------- Final CTA note ---------- */
.cta-note { font-size: 13px; color: rgba(255,255,255,.75); margin-top: 18px; }

@media (max-width: 980px) {
  .b-hero .wrap { max-width: 100%; }
}