/* ==========================================================================
   CredFlow — Public landing page
   Self-contained palette (independent of app theme tokens)
   ========================================================================== */

.lp {
  --g: #0f7040;
  --g-dark: #0b5931;
  --g-deep: #0a3822;
  --g-soft: #e7f7ee;
  --g-soft-2: #d6f2e2;
  --ink: #0f1729;
  --ink-2: #1f2937;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --line: #e6ebf0;
  --white: #fff;
  --blue: #2563eb;
  --blue-soft: #e5edff;
  --purple: #7c3aed;
  --purple-soft: #efe8ff;
  --orange: #ea8a1f;
  --orange-soft: #fdf0dd;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow: 0 8px 30px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);

  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.lp *,
.lp *::before,
.lp *::after { box-sizing: border-box; }

.lp img { max-width: 100%; display: block; }

.lp-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 18px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.lp-btn:hover { transform: translateY(-1px); }

.lp-btn--primary {
  background: var(--g);
  color: #fff;
  box-shadow: 0 6px 16px rgba(22, 163, 74, .22);
}
.lp-btn--primary:hover { background: var(--g-dark); color: #fff; }

.lp-btn--outline {
  background: #fff;
  color: var(--ink);
  border-color: #cfd8e3;
}
.lp-btn--outline:hover { border-color: var(--g); color: var(--g); }

.lp-btn--lg { padding: 15px 26px; font-size: 15px; border-radius: 9px; }
.lp-btn--block { width: 100%; }

/* ---------- Header ---------- */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.lp-header-inner {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}
.lp-brand img { height: 34px; width: auto; }
.lp-brand img.is-wordmark { height: 38px; }
.lp-brand-name {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.lp-brand-name em { font-style: normal; color: var(--g); }
.lp-brand--footer img { filter: brightness(0) invert(1); opacity: .92; }

.lp-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
.lp-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #465063;
  text-decoration: none;
  transition: color .18s ease;
}
.lp-nav a:hover { color: var(--g); }

.lp-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.lp-burger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.lp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 88% 6%, #dcf5e7 0%, rgba(220, 245, 231, 0) 62%),
    radial-gradient(620px 420px at 6% 96%, #e8f8f0 0%, rgba(232, 248, 240, 0) 60%),
    linear-gradient(180deg, #f0faf4 0%, #f4fbf7 55%, #f7fcf9 100%);
  padding: 54px 0 0;
}
.lp-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .05);
  pointer-events: none;
}
.lp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.lp-pill {
  display: inline-block;
  background: var(--g-soft-2);
  color: #14683a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  margin-bottom: 22px;
}

.lp-hero h1 {
  font-size: clamp(27px, 2.85vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: var(--ink);
}
.lp-hero h1 span { color: var(--g); }

.lp-hero-lead {
  font-size: 15.5px;
  line-height: 1.72;
  color: #55617a;
  margin: 0 0 26px;
  max-width: 470px;
}

/* Hero feature icons row */
.lp-hero-feats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 470px;
  margin-bottom: 28px;
}
.lp-hero-feat { text-align: center; }
.lp-hero-feat-ic {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #e9f6ef;
  display: grid;
  place-items: center;
  color: #2f855a;
  font-size: 21px;
}
.lp-hero-feat span {
  display: block;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
  color: #4b5568;
}

.lp-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lp-hero-note {
  font-size: 11.5px;
  color: var(--muted-2);
  margin: 10px 0 20px;
}

.lp-ticks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 0;
  margin: 0 0 44px;
  list-style: none;
}
.lp-ticks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: #4b5568;
}
.lp-ticks i { color: var(--g); font-size: 14px; }

/* ---------- Hero mockup ---------- */
.lp-mock-wrap {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lp-mock {
  position: relative;
  width: 580px;
  height: 430px;
  flex-shrink: 0;
  transform: scale(.92);
  transform-origin: center right;
  font-size: 10px;
}

/* Laptop */
.lp-laptop { position: absolute; right: 0; top: 10px; width: 452px; }
.lp-laptop-lid {
  background: #2b3340;
  border-radius: 12px 12px 4px 4px;
  padding: 9px 9px 10px;
  box-shadow: var(--shadow-lg);
}
.lp-laptop-screen {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 268px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
}
.lp-laptop-base {
  height: 12px;
  margin: 0 -22px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #cfd6df 0%, #aab3c0 100%);
  position: relative;
}
.lp-laptop-base::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 74px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: #9aa4b2;
}

/* Dashboard inside laptop */
.lp-dash-side {
  background: #0e4d2c;
  color: #cfe9da;
  padding: 9px 7px;
}
.lp-dash-brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.lp-dash-brand::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #34d27b;
}
.lp-dash-side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.lp-dash-side li {
  font-size: 7px;
  padding: 4px 5px;
  border-radius: 3px;
  color: #a9d3bd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-dash-side li.is-on { background: rgba(255, 255, 255, .14); color: #fff; font-weight: 600; }

.lp-dash-main { padding: 9px 10px; background: #f7faf8; overflow: hidden; }
.lp-dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.lp-dash-top h4 { font-size: 10px; margin: 0; font-weight: 700; color: #16233b; }
.lp-dash-top span { display: flex; gap: 4px; }
.lp-dash-top span i { width: 11px; height: 11px; border-radius: 50%; background: #e3e9ef; display: block; }

.lp-dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 9px; }
.lp-dash-stat {
  background: #fff;
  border: 1px solid #eaf0ec;
  border-radius: 5px;
  padding: 6px;
}
.lp-dash-stat small { display: block; font-size: 5.5px; color: #8b98a9; margin-bottom: 3px; }
.lp-dash-stat b { display: block; font-size: 10px; color: #16233b; letter-spacing: -.02em; }
.lp-dash-stat em { display: block; font-style: normal; font-size: 5px; color: var(--g); margin-top: 2px; }

.lp-dash-card { background: #fff; border: 1px solid #eaf0ec; border-radius: 5px; padding: 7px 8px; }
.lp-dash-card-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.lp-dash-card-hd b { font-size: 7.5px; color: #16233b; }
.lp-dash-card-hd a { font-size: 5.5px; color: var(--g); text-decoration: none; }
.lp-dash-row {
  display: grid;
  grid-template-columns: 1.5fr .7fr .6fr .7fr;
  align-items: center;
  gap: 4px;
  padding: 3.5px 0;
  border-top: 1px solid #f1f5f3;
  font-size: 6px;
  color: #4a5668;
}
.lp-dash-row:first-of-type { border-top: 0; }
.lp-dash-row b { font-weight: 600; color: #26334a; }
.lp-dash-row .t-credit { color: #d1495b; }
.lp-dash-row .t-pay { color: var(--g); }
.lp-dash-row .amt { text-align: right; font-weight: 700; color: #26334a; }
.lp-dash-row .dt { text-align: right; color: #9aa6b6; font-size: 5.5px; }

/* Phone */
.lp-phone {
  position: absolute;
  left: 24px;
  bottom: 4px;
  width: 172px;
  height: 348px;
  background: #171d26;
  border-radius: 26px;
  padding: 6px;
  box-shadow: var(--shadow-lg);
  z-index: 3;
}
.lp-phone-screen {
  position: relative;
  height: 100%;
  background: #f5f8f6;
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lp-phone-notch {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 8px;
  border-radius: 6px;
  background: #171d26;
  z-index: 4;
}
.lp-phone-hd {
  background: #0e4d2c;
  color: #fff;
  padding: 15px 11px 12px;
}
.lp-phone-hd small { font-size: 6px; opacity: .75; display: block; }
.lp-phone-hd h5 { font-size: 9px; margin: 2px 0 9px; font-weight: 700; }
.lp-phone-bal {
  background: rgba(255, 255, 255, .12);
  border-radius: 7px;
  padding: 7px 8px;
}
.lp-phone-bal small { font-size: 5.5px; opacity: .8; }
.lp-phone-bal b { display: block; font-size: 13px; letter-spacing: -.02em; }
.lp-phone-bal em { font-style: normal; font-size: 5px; color: #7ce6ac; }

.lp-phone-body { padding: 9px; flex: 1; overflow: hidden; }
.lp-phone-lbl { font-size: 6px; font-weight: 700; color: #67748a; margin: 0 0 5px; }
.lp-phone-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 10px; }
.lp-phone-act {
  background: #fff;
  border: 1px solid #e9efeb;
  border-radius: 6px;
  padding: 6px 2px;
  text-align: center;
  font-size: 5px;
  color: #5b6779;
  line-height: 1.3;
}
.lp-phone-act i { display: block; font-size: 9px; color: var(--g); margin-bottom: 3px; }
.lp-phone-txn {
  background: #fff;
  border: 1px solid #e9efeb;
  border-radius: 6px;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 6px;
}
.lp-phone-txn b { color: #26334a; font-weight: 600; }
.lp-phone-txn small { display: block; color: #9aa6b6; font-size: 5px; }
.lp-phone-txn .amt { font-weight: 700; color: #d1495b; }
.lp-phone-txn .amt.is-pay { color: var(--g); }
.lp-phone-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e9efeb;
  background: #fff;
  padding: 6px 0 8px;
}
.lp-phone-nav span {
  text-align: center;
  font-size: 5px;
  color: #9aa6b6;
}
.lp-phone-nav span i { display: block; font-size: 10px; margin-bottom: 2px; }
.lp-phone-nav span.is-on { color: var(--g); font-weight: 700; }

/* Invoice */
.lp-invoice {
  position: absolute;
  right: 6px;
  bottom: 0;
  width: 178px;
  background: #fff;
  border-radius: 4px;
  padding: 12px 13px;
  transform: rotate(4.5deg);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .18);
  z-index: 4;
}
.lp-invoice h6 {
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 700;
  margin: 0 0 9px;
  color: #16233b;
}
.lp-inv-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 5px;
  color: #7a869a;
  line-height: 1.6;
  margin-bottom: 9px;
}
.lp-inv-meta b { display: block; color: #26334a; font-size: 6px; }
.lp-inv-tbl { width: 100%; border-collapse: collapse; font-size: 5.5px; color: #4a5668; }
.lp-inv-tbl th {
  text-align: left;
  font-size: 5px;
  color: #9aa6b6;
  font-weight: 600;
  padding: 0 0 3px;
  border-bottom: 1px solid #eef2f5;
}
.lp-inv-tbl td { padding: 3px 0; border-bottom: 1px solid #f5f8fa; }
.lp-inv-tbl .r { text-align: right; }
.lp-inv-sum { margin-top: 7px; font-size: 5.5px; color: #4a5668; }
.lp-inv-sum div { display: flex; justify-content: space-between; padding: 2px 0; }
.lp-inv-sum .tot {
  border-top: 1px solid #e3e9ef;
  margin-top: 3px;
  padding-top: 4px;
  font-size: 7px;
  font-weight: 700;
  color: #16233b;
}
.lp-inv-foot {
  margin-top: 9px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 4.5px;
  color: #9aa6b6;
}
.lp-inv-sign {
  width: 42px;
  border-top: 1px solid #cfd8e3;
  padding-top: 2px;
  text-align: center;
}

/* WhatsApp badge */
.lp-wa {
  position: absolute;
  right: 34px;
  top: 74px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border-radius: 999px;
  padding: 7px 14px 7px 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .16);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
}
.lp-wa i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
}

/* ---------- Trust strip ---------- */
.lp-trust {
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: -46px;
}
.lp-trust-item { display: flex; gap: 12px; align-items: flex-start; }
.lp-trust-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 17px;
  flex-shrink: 0;
}
.lp-trust-ic.g { background: var(--g-soft); color: var(--g); }
.lp-trust-ic.b { background: var(--blue-soft); color: var(--blue); }
.lp-trust-ic.p { background: var(--purple-soft); color: var(--purple); }
.lp-trust-ic.o { background: var(--orange-soft); color: var(--orange); }
.lp-trust-item b { display: block; font-size: 13.5px; margin-bottom: 3px; color: var(--ink); }
.lp-trust-item p { margin: 0; font-size: 12px; line-height: 1.55; color: var(--muted); }

/* ---------- Sections ---------- */
.lp-section { padding: 88px 0; }
.lp-section--soft { background: #f8fbf9; }

.lp-eyebrow {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--g);
  margin: 0 0 12px;
}
.lp-h2 {
  text-align: center;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--ink);
}
.lp-sub {
  text-align: center;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 46px;
}

/* ---------- How it works ---------- */
.lp-how-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}
.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 34px;
}
.lp-step { text-align: center; position: relative; }
.lp-step::after {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(50% + 34px);
  width: calc(100% - 68px);
  border-top: 2px dashed #cfe3d7;
}
.lp-step:last-child::after { display: none; }
.lp-step-ic {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #d8ece1;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: var(--g);
  position: relative;
  z-index: 2;
}
.lp-step b { display: block; font-size: 13px; margin-bottom: 4px; color: var(--ink); }
.lp-step p { margin: 0; font-size: 11.5px; line-height: 1.5; color: var(--muted); }

.lp-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.lp-panel h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.lp-check { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.lp-check li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #465062;
  line-height: 1.45;
}
.lp-check i { color: var(--g); font-size: 14px; margin-top: 1px; }

/* Daily register mini card */
.lp-reg {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow-sm);
}
.lp-reg h6 { font-size: 12px; font-weight: 700; margin: 0 0 10px; color: var(--ink); }
.lp-reg-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 12px;
}
.lp-reg-tabs span {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 6px;
  border-radius: 6px;
  background: #f1f5f3;
  color: var(--muted);
}
.lp-reg-tabs span.is-on { background: var(--g); color: #fff; }
.lp-reg-total {
  background: #f8fbf9;
  border: 1px solid #eaf1ec;
  border-radius: 9px;
  padding: 11px 12px;
}
.lp-reg-total small { display: block; font-size: 10.5px; color: var(--muted); }
.lp-reg-total b { display: block; font-size: 18px; letter-spacing: -.02em; color: var(--ink); margin-top: 2px; }
.lp-reg-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 74px;
  margin-top: 14px;
}
.lp-reg-bars i {
  flex: 1;
  display: block;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #4ec98a 0%, #16a34a 100%);
  opacity: .85;
}

/* ---------- Feature cards ---------- */
.lp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.lp-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #d6e6dd;
}
.lp-card-ic {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--g-soft);
  color: var(--g);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.lp-card h3 { font-size: 15.5px; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.lp-card p { margin: 0; font-size: 13px; line-height: 1.66; color: var(--muted); }

/* ---------- Pricing ---------- */
.lp-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 780px;
  margin: 0 auto;
}
.lp-price {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 26px;
}
.lp-price--hi {
  border-color: var(--g);
  box-shadow: 0 16px 44px rgba(22, 163, 74, .14);
}
.lp-price-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--g);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}
.lp-price h3 { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--ink); }
.lp-price-amt {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ink);
  margin: 8px 0 4px;
}
.lp-price-amt span { font-size: 13px; font-weight: 500; color: var(--muted); }
.lp-price > p { font-size: 12.5px; color: var(--muted); margin: 0 0 18px; }
.lp-price .lp-check { margin-bottom: 22px; }

/* ---------- Testimonials ---------- */
.lp-quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
}
.lp-stars { color: #f5b301; font-size: 13px; margin-bottom: 12px; letter-spacing: 1px; }
.lp-quote p { font-size: 13.5px; line-height: 1.7; color: #465062; margin: 0 0 18px; }
.lp-who { display: flex; align-items: center; gap: 11px; }
.lp-who-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--g-soft);
  color: var(--g);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
}
.lp-who b { display: block; font-size: 13px; color: var(--ink); }
.lp-who small { font-size: 11.5px; color: var(--muted); }

/* ---------- FAQ ---------- */
.lp-faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.lp-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
}
.lp-faq details[open] { border-color: #cfe6da; box-shadow: var(--shadow-sm); }
.lp-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  font-size: 15px;
  color: var(--g);
  flex-shrink: 0;
  transition: transform .2s ease;
}
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq p { margin: 12px 0 0; font-size: 13.5px; line-height: 1.72; color: var(--muted); }

/* ---------- CTA band ---------- */
.lp-cta {
  background: linear-gradient(120deg, #0e4d2c 0%, #16a34a 100%);
  color: #fff;
  text-align: center;
  padding: 66px 0;
}
.lp-cta h2 {
  font-size: clamp(23px, 2.6vw, 31px);
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.lp-cta p { font-size: 14.5px; opacity: .9; margin: 0 auto 26px; max-width: 540px; }
.lp-cta .lp-btn--primary { background: #fff; color: #0e4d2c; box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.lp-cta .lp-btn--primary:hover { background: #eafaf1; color: #0e4d2c; }
.lp-cta .lp-btn--outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.lp-cta .lp-btn--outline:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }

/* ---------- Contact ---------- */
.lp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}
.lp-contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
}
.lp-contact-card .lp-card-ic { margin: 0 auto 14px; }
.lp-contact-card b { display: block; font-size: 14px; margin-bottom: 6px; color: var(--ink); }
.lp-contact-card a,
.lp-contact-card p { font-size: 13px; color: var(--muted); margin: 0; word-break: break-word; }
.lp-contact-card a:hover { color: var(--g); }

/* ---------- Footer ---------- */
.lp-footer {
  background: #0d1420;
  color: #9fb0c3;
  padding: 54px 0 26px;
}
.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.lp-footer .lp-brand-name { color: #fff; }
.lp-footer-about { font-size: 13px; line-height: 1.72; margin: 14px 0 0; max-width: 300px; }
.lp-footer h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}
.lp-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.lp-footer ul a { font-size: 13px; color: #9fb0c3; text-decoration: none; }
.lp-footer ul a:hover { color: #4ade80; }
.lp-footer-btm {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .lp-mock { transform: scale(.8); }
  .lp-mock-wrap { height: 400px; }
  .lp-nav { gap: 22px; }
}

@media (max-width: 991px) {
  .lp-nav { display: none; }
  .lp-burger { display: inline-flex; }
  .lp-header-actions .lp-btn--outline { display: none; }

  .lp-hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .lp-hero-lead,
  .lp-hero-feats { max-width: none; }
  .lp-mock-wrap { height: 400px; margin-bottom: 10px; justify-content: center; }
  .lp-mock { transform: scale(.78); transform-origin: center center; }

  .lp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .lp-how-grid { grid-template-columns: 1fr; gap: 34px; }
  .lp-cards,
  .lp-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 700px) {
  .lp-container { padding: 0 18px; }
  .lp-section { padding: 62px 0; }

  .lp-hero { padding-top: 36px; }
  .lp-hero-feats { grid-template-columns: repeat(2, 1fr); gap: 16px 10px; }
  .lp-hero-cta .lp-btn { flex: 1 1 auto; }

  .lp-mock-wrap { height: 330px; }
  .lp-mock { transform: scale(.58); }

  .lp-trust { grid-template-columns: 1fr; padding: 20px; }
  .lp-panel { grid-template-columns: 1fr; padding: 22px; }

  .lp-steps { grid-template-columns: repeat(2, 1fr); gap: 24px 8px; }
  .lp-step::after { display: none; }

  .lp-cards,
  .lp-price-grid,
  .lp-contact-grid { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .lp-mock-wrap { height: 300px; }
  .lp-mock { transform: scale(.5); }
}

/* Mobile drawer */
.lp-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(9, 17, 28, .45);
}
.lp-drawer.is-open { display: block; }
.lp-drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(300px, 84vw);
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: -18px 0 40px rgba(15, 23, 42, .18);
}
.lp-drawer-panel .lp-drawer-close {
  align-self: flex-end;
  border: 0;
  background: none;
  font-size: 24px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  margin-bottom: 8px;
}
.lp-drawer-panel a.lp-drawer-link {
  padding: 12px 10px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
}
.lp-drawer-panel a.lp-drawer-link:hover { background: var(--g-soft); color: var(--g); }
.lp-drawer-panel .lp-btn { margin-top: 8px; }

@media print {
  .lp-header, .lp-cta, .lp-footer { display: none; }
}
