/* ================= /free-demo campaign landing page =================
   Brand palette (from logo): navy #1b2d5c, royal #24407e, orange CTA,
   WhatsApp green #25D366. Mobile-first; minimal motion.               */

:root {
  --ld-navy: #1b2d5c;
  --ld-navy-dark: #101d3d;
  --ld-royal: #24407e;
  --ld-orange: #ff6b00;
  --ld-orange-dark: #e05e00;
  --ld-wa: #25d366;
  --ld-wa-dark: #1eb457;
  --ld-bg-soft: #f2f6fc;
  --ld-text: #22304a;
}

.ld-body { font-family: "Poppins", system-ui, sans-serif; color: var(--ld-text); background: #fff; }
.ld-body h1, .ld-body h2, .ld-body h3, .ld-body h4 { color: var(--ld-navy); font-weight: 700; }

/* ---------- Slim trust/contact bar ---------- */
.ld-topbar { background: var(--ld-navy-dark); color: #cfd9ea; font-size: .8rem; padding: 5px 0; }
.ld-topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.ld-topbar .sep { margin: 0 8px; opacity: .4; }

/* ---------- Focused sticky header ---------- */
.ld-header {
  background: #fff; border-bottom: 1px solid #e8ecf3;
  position: sticky; top: 0; z-index: 1020;
  padding: 8px 0; transition: box-shadow .2s ease;
}
.ld-header.is-stuck { box-shadow: 0 4px 14px rgba(16, 29, 61, .12); }
.ld-header .logo-img { height: 48px; width: auto; }
.ld-header .cred-line { font-size: .74rem; color: #64748b; }
.ld-header .brand-name { color: var(--ld-navy); font-weight: 800; font-size: 1rem; line-height: 1.1; }
.ld-header .brand-name .hub { color: var(--ld-orange); }

/* ---------- Buttons ---------- */
.btn-ld-primary {
  background: var(--ld-orange); color: #fff; font-weight: 700;
  border: 0; border-radius: 10px; padding: 12px 22px;
  box-shadow: 0 6px 16px rgba(255, 107, 0, .35);
}
.btn-ld-primary:hover, .btn-ld-primary:focus { background: var(--ld-orange-dark); color: #fff; }
.btn-ld-wa { background: var(--ld-wa); color: #fff; font-weight: 700; border: 0; border-radius: 10px; padding: 12px 22px; }
.btn-ld-wa:hover, .btn-ld-wa:focus { background: var(--ld-wa-dark); color: #fff; }
.btn-ld-outline { background: #fff; color: var(--ld-navy); border: 2px solid var(--ld-navy); border-radius: 10px; font-weight: 600; }
.btn-ld-outline:hover { background: var(--ld-navy); color: #fff; }
.btn-ld-primary:active, .btn-ld-wa:active { transform: translateY(1px); }

/* ---------- Hero ---------- */
.ld-hero { background: linear-gradient(160deg, var(--ld-navy-dark) 0%, var(--ld-navy) 55%, var(--ld-royal) 100%); color: #eef2fa; padding: 40px 0 48px; }
.ld-hero h1 { color: #fff; font-size: 1.9rem; line-height: 1.35; }
@media (min-width: 992px) { .ld-hero h1 { font-size: 2.4rem; } }
.ld-hero .sub-head { color: #ffd9b8; font-weight: 600; font-size: 1.15rem; }
.ld-hero .point-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .10); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px; padding: 6px 14px; font-size: .85rem; margin: 3px 2px; color: #fff;
}
.ld-hero .micro { font-size: .78rem; color: #b8c6de; }
.ld-trust-chip {
  background: #fff; color: var(--ld-navy-dark); border-radius: 8px;
  padding: 4px 10px; font-size: .74rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; margin: 2px;
}
.ld-trust-chip img { height: 18px; width: auto; }

/* ---------- Lead form card ---------- */
.ld-form-card {
  background: #fff; border-radius: 16px; color: var(--ld-text);
  box-shadow: 0 18px 44px rgba(16, 29, 61, .28);
  border-top: 5px solid var(--ld-orange);
}
.ld-form-card .form-label { font-weight: 600; font-size: .86rem; margin-bottom: 3px; }
.ld-form-card .form-control, .ld-form-card .form-select { border-radius: 8px; padding: 10px 12px; }
.ld-form-card .form-control:focus, .ld-form-card .form-select:focus { border-color: var(--ld-orange); box-shadow: 0 0 0 .2rem rgba(255, 107, 0, .18); }
.ld-privacy-note { font-size: .74rem; color: #64748b; }

/* ---------- Sections ---------- */
.ld-section { padding: 44px 0; }
.ld-section.soft { background: var(--ld-bg-soft); }
.ld-section-title { text-align: center; font-size: 1.5rem; margin-bottom: 8px; }
@media (min-width: 992px) { .ld-section-title { font-size: 1.8rem; } }
.ld-title-bar { width: 70px; height: 4px; background: var(--ld-orange); border-radius: 2px; margin: 0 auto 28px; }

/* Problem / benefit cards */
.ld-card {
  background: #fff; border: 1px solid #e8ecf3; border-radius: 14px;
  padding: 20px 16px; height: 100%; transition: transform .15s ease, box-shadow .15s ease;
}
.ld-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(16, 29, 61, .10); }
.ld-card .ic { font-size: 1.7rem; }
.ld-card h6 { color: var(--ld-navy); margin: 8px 0 4px; font-weight: 700; }
.ld-card p { font-size: .85rem; margin: 0; color: #4b5a72; }

/* Journey steps */
.ld-step { text-align: center; padding: 14px 8px; }
.ld-step .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ld-navy); color: #fff; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 8px;
  border: 3px solid var(--ld-orange);
}
.ld-step h6 { font-size: .88rem; }
.ld-step p { font-size: .78rem; color: #64748b; margin: 0; }

/* Comparison table */
.ld-compare th { background: var(--ld-navy); color: #fff; font-size: .88rem; }
.ld-compare td { font-size: .85rem; vertical-align: middle; }
.ld-compare .win { background: #f0faf3; font-weight: 600; }

/* Testimonials */
.ld-quote { background: #fff; border-left: 4px solid var(--ld-orange); border-radius: 0 12px 12px 0; padding: 16px 18px; height: 100%; }
.ld-quote p { font-size: .9rem; }
.ld-quote .who { font-weight: 700; color: var(--ld-navy); font-size: .82rem; }

/* Offer band */
.ld-offer { background: linear-gradient(135deg, var(--ld-navy-dark), var(--ld-royal)); color: #eef2fa; border-radius: 18px; padding: 34px 22px; }
.ld-offer h3 { color: #fff; }

/* FAQ */
.ld-faq .accordion-button { font-weight: 600; color: var(--ld-navy); font-size: .92rem; }
.ld-faq .accordion-button:not(.collapsed) { background: var(--ld-bg-soft); color: var(--ld-navy); box-shadow: none; }
.ld-faq .accordion-body { font-size: .88rem; color: #4b5a72; }

/* Footer */
.ld-footer { background: var(--ld-navy-dark); color: #b9c5d8; font-size: .84rem; padding: 26px 0 90px; }
.ld-footer a { color: #ffc38f; text-decoration: none; }
@media (min-width: 768px) { .ld-footer { padding-bottom: 26px; } }

/* ---------- Mobile sticky conversion bar ---------- */
.ld-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030;
  display: flex; background: #fff; border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, .12);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.ld-sticky-bar a {
  flex: 1; text-align: center; padding: 10px 4px; font-size: .82rem; font-weight: 700;
  text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 1px;
  min-height: 48px; justify-content: center;
}
.ld-sticky-bar .act-call { color: var(--ld-navy); }
.ld-sticky-bar .act-wa { color: var(--ld-wa-dark); }
.ld-sticky-bar .act-demo { background: var(--ld-orange); color: #fff; }
@media (min-width: 768px) { .ld-sticky-bar { display: none; } }
@media (max-width: 767px) { .ld-body { padding-bottom: 62px; } }

/* Motion restraint */
@media (prefers-reduced-motion: reduce) {
  .ld-card, .ld-card:hover, .btn-ld-primary:active, .btn-ld-wa:active { transition: none; transform: none; }
  html { scroll-behavior: auto; }
}
