/* =========================================================
   MSCS — Public marketing site styles
   Used by: home/index.php, blog/*, public_header, public_footer
   ========================================================= */

:root {
  --lc-navy:    #0f1f3d;
  --lc-navy-2:  #1a2d52;
  --lc-blue:    #1f6feb;
  --lc-blue-2:  #4dabf7;
  --lc-amber:   #ffc107;
  --lc-green:   #16a34a;
  --lc-red:     #dc2626;
  --lc-text:    #1f2937;
  --lc-muted:   #6b7280;
  --lc-bg:      #f6f8fb;
  --lc-card:    #ffffff;
  --lc-border:  #e5e7eb;
  --lc-shadow:  0 6px 24px rgba(15, 31, 61, 0.06);
  --lc-shadow-lg: 0 18px 50px rgba(15, 31, 61, 0.10);
}

.public-site {
  background: var(--lc-bg);
  color: var(--lc-text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Top Bar (announcement strip) ---------- */
.top-bar {
  background: var(--lc-navy);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.top-bar a { color: var(--lc-amber); text-decoration: none; }
.top-bar a:hover { text-decoration: underline; }

/* ---------- Navbar ---------- */
.public-nav {
  background: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid var(--lc-border);
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
  position: sticky; top: 0; z-index: 1020;
}
.public-nav .navbar-brand {
  font-weight: 800;
  color: var(--lc-navy);
  font-size: 22px;
  display: flex; align-items: center; gap: 10px;
}
.public-nav .navbar-brand .logo-mark {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--lc-blue) 0%, var(--lc-navy) 100%);
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px;
  box-shadow: 0 4px 10px rgba(31, 111, 235, 0.25);
}
.public-nav .navbar-brand small {
  color: var(--lc-muted);
  font-size: 11px; letter-spacing: 1px; line-height: 1;
  font-weight: 600; text-transform: uppercase;
}
.public-nav .navbar-brand .logo-img { height: 44px; width: auto; display: block; }
.public-footer .footer-brand .logo-img { height: 56px; width: auto; display: block; background: #fff; padding: 6px 10px; border-radius: 8px; }
.public-nav .nav-link {
  color: var(--lc-text) !important;
  font-weight: 500;
  padding: 8px 14px !important;
  font-size: 15px;
}
.public-nav .nav-link:hover { color: var(--lc-blue) !important; }
.public-nav .nav-link.active { color: var(--lc-blue) !important; }
.public-nav .btn-nav-primary {
  background: var(--lc-blue);
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 6px;
}
.public-nav .btn-nav-primary:hover { background: #1858c2; color: #fff; }
.public-nav .btn-nav-outline {
  border: 1px solid var(--lc-border);
  color: var(--lc-text);
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 6px;
}
.public-nav .btn-nav-outline:hover { border-color: var(--lc-blue); color: var(--lc-blue); }

.public-main { min-height: calc(100vh - 240px); }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(77, 171, 247, 0.18), transparent 60%),
    radial-gradient(900px 400px at 0% 110%, rgba(255, 193, 7, 0.10), transparent 60%),
    linear-gradient(135deg, #0f1f3d 0%, #1a2d52 60%, #233e74 100%);
  color: #fff;
  padding: 80px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero .eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 12px; font-weight: 600;
  letter-spacing: 1.2px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.10;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.hero h1 .accent { color: var(--lc-amber); }
.hero p.lead {
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 28px;
}
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .btn-cta {
  background: var(--lc-amber); color: #1a1a1a;
  font-weight: 700; padding: 14px 26px;
  border-radius: 8px; font-size: 15px;
  border: 0; box-shadow: 0 8px 22px rgba(255, 193, 7, 0.30);
}
.hero .btn-cta:hover { background: #ffb300; color: #000; transform: translateY(-1px); }
.hero .btn-cta-outline {
  background: rgba(255,255,255,0.06);
  color: #fff; border: 1px solid rgba(255,255,255,0.30);
  font-weight: 600; padding: 14px 26px;
  border-radius: 8px; font-size: 15px;
}
.hero .btn-cta-outline:hover { background: rgba(255,255,255,0.12); color: #fff; }
.hero .btn-cta-whatsapp {
  background: #25d366; color: #fff;
  font-weight: 700; padding: 14px 22px;
  border-radius: 8px; font-size: 15px;
  border: 0;
}
.hero .btn-cta-whatsapp:hover { background: #1ebe5a; color: #fff; }

.hero-mockup {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.30);
}
.hero-mockup .mock-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 12px;
  color: var(--lc-text);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}
.hero-mockup .mock-card.compact { padding: 12px 16px; }
.hero-mockup .mock-card .label {
  font-size: 11px; color: var(--lc-muted);
  text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600;
}
.hero-mockup .mock-card .value {
  font-size: 22px; font-weight: 800; color: var(--lc-navy);
}
.hero-mockup .mock-card .delta { font-size: 12px; font-weight: 600; }
.hero-mockup .mock-card .delta.up { color: var(--lc-green); }
.hero-mockup .mock-card .delta.down { color: var(--lc-red); }
.hero-mockup .mock-card .bar {
  display: flex; align-items: end; gap: 6px;
  height: 60px; margin-top: 8px;
}
.hero-mockup .mock-card .bar > span {
  flex: 1; background: linear-gradient(180deg, var(--lc-blue-2), var(--lc-blue));
  border-radius: 3px;
}

.hero-trust {
  margin-top: 32px;
  display: flex; flex-wrap: wrap; gap: 26px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}
.hero-trust i { color: var(--lc-amber); margin-right: 6px; }

/* ---------- Stats Bar ---------- */
.stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--lc-border);
  padding: 30px 0;
}
.stats-bar .stat { text-align: center; }
.stats-bar .stat .num {
  font-size: 32px; font-weight: 800; color: var(--lc-navy);
  line-height: 1.1;
}
.stats-bar .stat .num small { color: var(--lc-blue); font-size: 24px; }
.stats-bar .stat .lbl {
  color: var(--lc-muted); font-size: 13px;
  text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
  margin-top: 4px;
}

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section.alt { background: #fff; }
.section.dark { background: var(--lc-navy); color: #fff; }
.section.dark .section-sub { color: rgba(255,255,255,0.70); }
.section.dark .section-title { color: #fff; }

.section-eyebrow {
  display: inline-block;
  color: var(--lc-blue);
  font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font-weight: 800;
  font-size: 34px; line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  color: var(--lc-navy);
}
.section-sub {
  color: var(--lc-muted);
  font-size: 17px; line-height: 1.6;
  max-width: 720px;
  margin-bottom: 36px;
}
.section.center .section-title,
.section.center .section-sub,
.section.center .section-eyebrow { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Problems / Pain-point cards ---------- */
.pain-group {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  box-shadow: var(--lc-shadow);
}
.pain-group .pain-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: var(--lc-red);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.pain-group h5 { font-weight: 700; color: var(--lc-navy); margin-bottom: 14px; }
.pain-group ul { list-style: none; padding: 0; margin: 0; }
.pain-group ul li {
  padding: 6px 0 6px 24px; position: relative;
  color: var(--lc-text); font-size: 14.5px;
}
.pain-group ul li::before {
  content: "\f057"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 6px;
  color: var(--lc-red); font-size: 13px;
}

/* ---------- Modules / Feature cards ---------- */
.module-card {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.module-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lc-shadow-lg);
  border-color: var(--lc-blue-2);
}
.module-card .module-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--lc-blue) 0%, var(--lc-navy) 100%);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(31, 111, 235, 0.20);
}
.module-card .module-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  color: var(--lc-blue);
  background: #e7f1ff;
  padding: 3px 10px; border-radius: 999px;
  margin-bottom: 10px;
}
.module-card h4 {
  font-weight: 700; font-size: 19px;
  color: var(--lc-navy); margin-bottom: 10px;
}
.module-card p { color: var(--lc-muted); font-size: 14.5px; margin-bottom: 12px; }
.module-card .feature-list {
  list-style: none; padding: 0; margin: 0;
}
.module-card .feature-list li {
  padding: 4px 0 4px 22px; position: relative;
  color: var(--lc-text); font-size: 13.5px;
}
.module-card .feature-list li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 5px;
  color: var(--lc-green); font-size: 12px;
}

/* ---------- Industries ---------- */
.industry-card {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.industry-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lc-shadow);
}
.industry-card .industry-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7e0, #ffe4a3);
  color: #b45309;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
}
.industry-card h6 {
  font-weight: 700; color: var(--lc-navy); margin: 0;
  font-size: 14.5px;
}

/* ---------- Why Choose Us ---------- */
.why-card {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 12px;
  padding: 22px;
  height: 100%;
  display: flex; gap: 16px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.why-card:hover { border-color: var(--lc-blue-2); transform: translateY(-2px); }
.why-card .why-icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 10px;
  background: #e7f1ff;
  color: var(--lc-blue);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 19px;
}
.why-card h6 { font-weight: 700; color: var(--lc-navy); margin-bottom: 4px; font-size: 15px; }
.why-card p { color: var(--lc-muted); font-size: 13.5px; margin: 0; }

/* ---------- Compliance Alert / Marketing CTA Strip ---------- */
.alert-strip {
  background:
    radial-gradient(800px 300px at 80% 50%, rgba(255,193,7,0.18), transparent 60%),
    linear-gradient(135deg, #1f2d3d 0%, #2d4263 100%);
  color: #fff;
  border-radius: 18px;
  padding: 40px;
}
.alert-strip h3 { font-weight: 800; margin-bottom: 8px; }
.alert-strip p { color: rgba(255,255,255,0.80); margin-bottom: 0; }

/* ---------- Mobile App Showcase ---------- */
.mobile-showcase {
  background: linear-gradient(135deg, #f0f7ff 0%, #fff7e0 100%);
  border-radius: 18px;
  padding: 56px 40px;
}
.app-feature-list {
  list-style: none; padding: 0; margin: 0;
}
.app-feature-list li {
  padding: 10px 0 10px 36px; position: relative;
  color: var(--lc-text); font-size: 15px; font-weight: 500;
}
.app-feature-list li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 12px;
  width: 22px; height: 22px;
  background: var(--lc-green); color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px;
}

.phone-mock {
  width: 240px; margin: 0 auto;
  background: #0f1f3d;
  border-radius: 32px;
  padding: 14px;
  box-shadow: 0 30px 70px rgba(15, 31, 61, 0.25);
}
.phone-mock .screen {
  background: #fff;
  border-radius: 22px;
  padding: 16px 14px;
  min-height: 420px;
}
.phone-mock .screen .app-bar {
  background: var(--lc-blue); color: #fff;
  padding: 12px 14px; border-radius: 12px; font-weight: 700;
  margin-bottom: 14px; font-size: 14px;
}
.phone-mock .screen .stat-row {
  display: flex; gap: 10px; margin-bottom: 14px;
}
.phone-mock .screen .stat-row .s {
  flex: 1; background: #f6f8fb; border-radius: 10px;
  padding: 10px; text-align: center;
}
.phone-mock .screen .stat-row .s .n { font-weight: 800; color: var(--lc-navy); font-size: 16px; }
.phone-mock .screen .stat-row .s .l { color: var(--lc-muted); font-size: 10px; }
.phone-mock .screen .punch-btn {
  background: var(--lc-green); color: #fff;
  border-radius: 12px; padding: 16px;
  text-align: center; font-weight: 700; font-size: 14px;
  margin-bottom: 12px;
}
.phone-mock .screen .row-item {
  background: #f6f8fb; border-radius: 8px;
  padding: 10px 12px; margin-bottom: 8px;
  font-size: 12px; display: flex; justify-content: space-between;
}
.phone-mock .screen .row-item .ok { color: var(--lc-green); font-weight: 700; }

/* ---------- Dashboard Showcase ---------- */
.dashboard-mock {
  background: #fff; border-radius: 14px;
  border: 1px solid var(--lc-border);
  box-shadow: var(--lc-shadow-lg);
  overflow: hidden;
}
.dashboard-mock .top {
  background: var(--lc-navy); color: #fff;
  padding: 12px 18px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 14px;
}
.dashboard-mock .top .dot {
  width: 10px; height: 10px; border-radius: 50%;
}
.dashboard-mock .body { padding: 22px; }
.dashboard-mock .kpi {
  background: #f6f8fb; border-radius: 10px;
  padding: 14px; margin-bottom: 12px;
}
.dashboard-mock .kpi .l { font-size: 11px; color: var(--lc-muted); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; }
.dashboard-mock .kpi .v { font-size: 24px; font-weight: 800; color: var(--lc-navy); }
.dashboard-mock .chart {
  background: #f6f8fb; border-radius: 10px;
  padding: 16px; height: 220px;
  display: flex; align-items: end; gap: 8px;
}
.dashboard-mock .chart > span {
  flex: 1; background: linear-gradient(180deg, var(--lc-blue-2), var(--lc-blue));
  border-radius: 4px;
}

/* ---------- Testimonials ---------- */
.testimonial {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  position: relative;
  box-shadow: var(--lc-shadow);
}
.testimonial::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 80px; line-height: 1;
  color: var(--lc-amber);
  position: absolute; top: 8px; right: 24px;
  opacity: 0.30;
}
.testimonial .stars { color: var(--lc-amber); margin-bottom: 12px; font-size: 14px; }
.testimonial p { color: var(--lc-text); font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.testimonial .who { display: flex; align-items: center; gap: 12px; }
.testimonial .who .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--lc-blue), var(--lc-navy));
  color: #fff; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.testimonial .who .name { font-weight: 700; color: var(--lc-navy); font-size: 14px; }
.testimonial .who .role { color: var(--lc-muted); font-size: 12.5px; }

/* ---------- Pricing ---------- */
.price-card {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--lc-shadow-lg); }
.price-card.featured {
  border: 2px solid var(--lc-blue);
  box-shadow: 0 18px 50px rgba(31, 111, 235, 0.18);
  transform: translateY(-6px);
}
.price-card .badge-pop {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--lc-blue); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
  padding: 6px 14px; border-radius: 999px; text-transform: uppercase;
}
.price-card .plan-name { font-size: 14px; font-weight: 700; color: var(--lc-blue); text-transform: uppercase; letter-spacing: 1px; }
.price-card .plan-price { font-size: 40px; font-weight: 800; color: var(--lc-navy); margin: 8px 0 0; }
.price-card .plan-price small { font-size: 14px; color: var(--lc-muted); font-weight: 500; }
.price-card .plan-tag { color: var(--lc-muted); font-size: 14px; margin-bottom: 18px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 24px; }
.price-card ul li {
  padding: 8px 0 8px 26px; position: relative;
  font-size: 14px; color: var(--lc-text);
  border-bottom: 1px dashed #f0f0f0;
}
.price-card ul li:last-child { border-bottom: 0; }
.price-card ul li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 9px; color: var(--lc-green); font-size: 13px;
}
.price-card .btn-plan {
  display: block; width: 100%;
  background: var(--lc-navy); color: #fff;
  padding: 12px; border-radius: 8px;
  font-weight: 700; text-align: center; text-decoration: none;
  border: 0;
}
.price-card .btn-plan:hover { background: var(--lc-blue); color: #fff; }
.price-card.featured .btn-plan { background: var(--lc-blue); }
.price-card.featured .btn-plan:hover { background: #1858c2; }

/* ---------- FAQ Accordion ---------- */
.faq .accordion-item {
  border: 1px solid var(--lc-border);
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq .accordion-button {
  font-weight: 600;
  color: var(--lc-navy);
  background: #fff;
  padding: 18px 20px;
}
.faq .accordion-button:not(.collapsed) {
  background: #e7f1ff; color: var(--lc-blue);
  box-shadow: none;
}
.faq .accordion-button:focus { box-shadow: none; }
.faq .accordion-body { color: var(--lc-text); font-size: 15px; line-height: 1.6; }

/* ---------- Final CTA ---------- */
.final-cta {
  background:
    radial-gradient(1000px 400px at 100% 50%, rgba(77, 171, 247, 0.20), transparent 60%),
    linear-gradient(135deg, #0f1f3d 0%, #1a2d52 100%);
  color: #fff;
  border-radius: 24px;
  padding: 60px 50px;
  text-align: center;
}
.final-cta h2 { font-weight: 800; font-size: 36px; margin-bottom: 12px; }
.final-cta p { color: rgba(255,255,255,0.80); font-size: 17px; max-width: 700px; margin: 0 auto 28px; }

/* ---------- Contact Section ---------- */
.contact-card {
  background: var(--lc-card);
  border: 1px solid var(--lc-border);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
}
.contact-card h6 { font-weight: 700; color: var(--lc-navy); }
.contact-card .contact-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: #e7f1ff; color: var(--lc-blue);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 12px;
}
.contact-card a { color: var(--lc-text); text-decoration: none; word-break: break-word; }
.contact-card a:hover { color: var(--lc-blue); }

.lead-form {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--lc-shadow-lg);
}
.lead-form h4 { font-weight: 800; color: var(--lc-navy); }
.lead-form .form-control, .lead-form .form-select {
  border-radius: 8px; padding: 12px 14px;
  border: 1px solid var(--lc-border); font-size: 14px;
}
.lead-form .form-control:focus, .lead-form .form-select:focus {
  border-color: var(--lc-blue); box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.10);
}
.lead-form .btn-submit {
  background: var(--lc-blue); color: #fff;
  font-weight: 700; padding: 14px;
  border-radius: 8px; border: 0; width: 100%;
  font-size: 15px;
}
.lead-form .btn-submit:hover { background: #1858c2; }

/* ---------- Original components retained ---------- */
.duedate-card {
  background: #fff; border: 1px solid var(--lc-border); border-radius: 10px;
  padding: 16px 18px; height: 100%;
  box-shadow: var(--lc-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.duedate-card:hover { transform: translateY(-2px); box-shadow: var(--lc-shadow-lg); }
.duedate-card .auth { font-size: 11px; color: var(--lc-muted); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; }
.duedate-card .title { font-weight: 700; margin: 6px 0 8px; color: var(--lc-navy); }
.duedate-card .due {
  display: inline-block; font-weight: 700; color: var(--lc-blue);
  background: #e7f1ff; padding: 5px 12px; border-radius: 6px; font-size: 13px;
}
.duedate-card .freq {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px;
  color: var(--lc-muted); margin-left: 8px; font-weight: 600;
}

.state-pill {
  display: inline-block; background: #fff3cd; color: #664d03;
  padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700;
  margin-right: 8px;
}

.qcard {
  background: #fff; border: 1px solid var(--lc-border); border-radius: 10px;
  padding: 18px; margin-bottom: 14px;
  transition: border-color 0.18s ease;
}
.qcard:hover { border-color: var(--lc-blue-2); }
.qcard .meta { font-size: 12px; color: var(--lc-muted); }
.qcard a.title { color: var(--lc-navy); text-decoration: none; font-weight: 700; }
.qcard a.title:hover { color: var(--lc-blue); }
.answer-box {
  background: #f0f7ff; border-left: 3px solid var(--lc-blue);
  padding: 16px 18px; border-radius: 6px;
}

/* ---------- Footer ---------- */
.public-footer {
  background: var(--lc-navy);
  color: #c2c7d0;
  padding-top: 60px;
}
.public-footer h6 {
  color: #fff; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 18px;
}
.public-footer .footer-brand {
  display: flex; align-items: center; gap: 12px;
  font-size: 22px; font-weight: 800; color: #fff;
  margin-bottom: 14px;
}
.public-footer .footer-brand .logo-mark {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--lc-blue) 0%, #4dabf7 100%);
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px;
}
.public-footer p { color: #9aa3b2; font-size: 14px; line-height: 1.6; }
.public-footer ul { list-style: none; padding: 0; margin: 0; }
.public-footer ul li { padding: 5px 0; }
.public-footer a { color: #c2c7d0; text-decoration: none; font-size: 14px; }
.public-footer a:hover { color: var(--lc-amber) !important; }
.public-footer .social {
  display: flex; gap: 10px; margin-top: 16px;
}
.public-footer .social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.public-footer .social a:hover { background: var(--lc-blue); color: #fff; }
.public-footer .footer-bottom {
  margin-top: 50px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 13px; color: #8a93a3;
}

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp {
  position: fixed; right: 20px; bottom: 20px;
  width: 56px; height: 56px;
  background: #25d366; color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  z-index: 1030;
  transition: transform 0.18s ease;
}
.float-whatsapp:hover { transform: scale(1.10); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .hero { padding: 60px 0 70px; }
  .hero h1 { font-size: 36px; }
  .section { padding: 56px 0; }
  .section-title { font-size: 28px; }
  .alert-strip, .final-cta { padding: 40px 26px; }
  .mobile-showcase { padding: 40px 24px; }
}
@media (max-width: 576px) {
  .hero { padding: 48px 0 56px; }
  .hero h1 { font-size: 28px; }
  .hero p.lead { font-size: 16px; }
  .hero .btn-cta, .hero .btn-cta-outline, .hero .btn-cta-whatsapp { padding: 12px 20px; font-size: 14px; }
  .section-title { font-size: 24px; }
  .section-sub { font-size: 15px; }
  .stats-bar .stat .num { font-size: 24px; }
  .price-card.featured { transform: none; }
  .final-cta h2 { font-size: 26px; }
  .final-cta { padding: 36px 22px; }
}
