/* ---------- SEO landing pages ---------- */
.lp-wrap { max-width: 860px; margin: 0 auto; padding: 0 20px 80px; }
.lp-crumbs { font-size: 13px; color: var(--muted); padding: 22px 0 4px; }
.lp-crumbs a { color: var(--blue); font-weight: 700; text-decoration: none; }
.lp-crumbs a:hover { text-decoration: underline; }
.lp-crumbs span[aria-hidden] { margin: 0 6px; }

.lp-head { padding: 10px 0 8px; }
.lp-head h1 { font-size: clamp(28px, 4.8vw, 44px); font-weight: 800; line-height: 1.16; letter-spacing: -.7px; }
.lp-lead { margin-top: 14px; font-size: clamp(16px, 1.9vw, 19px); line-height: 1.75; color: #4a4067; }
.lp-head-cta { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }

.lp-sec { margin-top: 40px; }
.lp-sec h2 { font-size: clamp(21px, 2.7vw, 28px); font-weight: 800; letter-spacing: -.4px; line-height: 1.25; }
.lp-sec p { margin-top: 12px; font-size: 16.5px; line-height: 1.85; color: #3f3663; }
.lp-sec a { color: var(--blue); font-weight: 700; text-decoration: none; }
.lp-sec a:hover { text-decoration: underline; }

.lp-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.lp-list li { position: relative; padding-inline-start: 26px; font-size: 16px; line-height: 1.75; color: #3f3663; }
.lp-list li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: 10px;
  width: 9px; height: 9px; border-radius: 3px; background: var(--grad);
}

.lp-table-wrap { margin-top: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.lp-table { width: 100%; min-width: 440px; border-collapse: collapse; font-size: 14px; }
.lp-table th, .lp-table td { padding: 12px 14px; text-align: start; border-bottom: 1px solid var(--line); }
.lp-table thead th { background: #f4efff; font-weight: 800; color: var(--ink); white-space: nowrap; }
.lp-table tbody th { font-weight: 800; color: var(--ink); background: #faf8ff; }
.lp-table tbody td { color: #4a4067; }
.lp-table tbody tr:last-child th, .lp-table tbody tr:last-child td { border-bottom: 0; }

.lp-final {
  margin-top: 48px; padding: clamp(24px, 4vw, 38px); border-radius: 24px;
  background: linear-gradient(120deg, #f3efff, #ede5ff); border: 1px solid var(--line);
}
.lp-final h2 { font-size: clamp(21px, 2.7vw, 28px); font-weight: 800; letter-spacing: -.4px; }
.lp-final p { margin-top: 12px; font-size: 16.5px; line-height: 1.8; color: #3f3663; }
.lp-final-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

.lp-related { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.lp-related h2 { font-size: 19px; font-weight: 800; }
.lp-related div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.lp-related a {
  font-size: 13.5px; font-weight: 700; color: var(--blue); text-decoration: none;
  background: #f2edff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px;
}
.lp-related a:hover { background: #e7dfff; }
