/*
Theme Name: Leads Magnit AI-2030
Theme URI: https://leadsmagnit.com/
Author: Leads Magnit LLC
Description: Secure, lightweight public website aligned with the Leads Magnit CRM interface.
Version: 1.2.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: leads-magnit-ai2030
*/

:root {
  --lm-ink: #10233f;
  --lm-muted: #6c7b91;
  --lm-line: #dce5ef;
  --lm-surface: #ffffff;
  --lm-canvas: #f5f8fc;
  --lm-navy: #051225;
  --lm-navy-2: #081b34;
  --lm-navy-3: #102945;
  --lm-cyan: #16d9ff;
  --lm-blue: #246bfe;
  --lm-violet: #845cff;
  --lm-mint: #24e6b4;
  --lm-magenta: #f35dac;
  --lm-orange: #f5a20a;
  --lm-radius: 24px;
  --lm-shadow: 0 24px 70px rgba(22, 44, 78, 0.12);
  --lm-page: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--lm-canvas);
  color: var(--lm-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body.lm-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(22, 217, 255, 0.72);
  outline-offset: 4px;
}

.lm-skip-link {
  background: #fff;
  border-radius: 8px;
  color: var(--lm-ink);
  font-weight: 800;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.lm-skip-link:focus {
  top: 16px;
}

.lm-container {
  margin-inline: auto;
  width: var(--lm-page);
}

.lm-site-header {
  backdrop-filter: blur(16px);
  background: rgba(5, 18, 37, 0.9);
  border-bottom: 1px solid rgba(120, 181, 225, 0.15);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.lm-site-header__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 76px;
  justify-content: space-between;
}

.lm-brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.lm-brand .custom-logo {
  height: 42px;
  object-fit: contain;
  width: auto;
}

.lm-brand__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--lm-blue), var(--lm-violet));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.lm-brand__text {
  display: grid;
  line-height: 1;
}

.lm-brand__text strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.lm-brand__text small {
  color: #74dff5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-top: 5px;
  text-transform: uppercase;
}

.lm-primary-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.lm-primary-nav > a {
  color: #b8c9dd;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.lm-primary-nav > a:hover,
.lm-primary-nav > a:focus-visible {
  color: #fff;
}

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

.lm-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(143, 184, 222, 0.3);
  border-radius: 11px;
  color: #fff;
  display: none;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.lm-menu-toggle svg {
  height: 20px;
  width: 20px;
}

.lm-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.lm-button:hover,
.lm-button:focus-visible {
  transform: translateY(-1px);
}

.lm-button--primary {
  background: var(--lm-orange);
  box-shadow: 0 12px 28px rgba(245, 162, 10, 0.2);
  color: #08182d;
}

.lm-button--primary:hover,
.lm-button--primary:focus-visible {
  box-shadow: 0 16px 34px rgba(245, 162, 10, 0.3);
}

.lm-button--secondary {
  background: rgba(17, 48, 82, 0.8);
  border-color: rgba(104, 166, 219, 0.24);
  color: #fff;
}

.lm-button--light {
  background: #fff;
  border-color: var(--lm-line);
  color: var(--lm-ink);
}

.lm-hero {
  background:
    radial-gradient(circle at 77% 24%, rgba(30, 124, 196, 0.19), transparent 28%),
    linear-gradient(145deg, var(--lm-navy-2), var(--lm-navy) 66%);
  color: #fff;
  overflow: hidden;
  padding: 80px 0 68px;
  position: relative;
}

.lm-hero::before {
  background-image:
    linear-gradient(rgba(49, 143, 213, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 143, 213, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
  pointer-events: none;
  position: absolute;
}

.lm-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
  position: relative;
}

.lm-eyebrow {
  align-items: center;
  color: var(--lm-cyan);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lm-eyebrow::before {
  background: var(--lm-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(36, 230, 180, 0.12), 0 0 16px rgba(36, 230, 180, 0.65);
  content: "";
  height: 7px;
  width: 7px;
}

.lm-hero h1 {
  color: #f8fbff;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 1.01;
  margin: 26px 0 22px;
  max-width: 760px;
}

.lm-hero h1 span {
  background: linear-gradient(95deg, #fff 4%, #9cecff 43%, #a998ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lm-hero__lead {
  color: #aebfd3;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
  margin: 0;
  max-width: 690px;
}

.lm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.lm-hero__note {
  color: #8196ae;
  font-size: 12px;
  margin: 18px 0 0;
}

.lm-brain-card {
  background: linear-gradient(150deg, rgba(18, 45, 76, 0.98), rgba(11, 34, 62, 0.98));
  border: 1px solid rgba(83, 155, 211, 0.24);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.23);
  min-height: 590px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.lm-brain-card::after {
  background: var(--lm-cyan);
  border-radius: 50%;
  content: "";
  filter: blur(85px);
  height: 180px;
  opacity: 0.08;
  position: absolute;
  right: -20px;
  top: 30%;
  width: 180px;
}

.lm-brain-card__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.lm-brain-card__head strong {
  color: #5de3ff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lm-status-pill {
  background: #071a2d;
  border: 1px solid rgba(83, 155, 211, 0.28);
  border-radius: 999px;
  color: var(--lm-mint);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.lm-brain-card h2 {
  color: #f4f8ff;
  font-size: clamp(27px, 3vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 28px 0 10px;
  position: relative;
  z-index: 2;
}

.lm-brain-card__lead {
  color: #9eb0c6;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
}

.lm-brain {
  height: 290px;
  margin: 6px auto 0;
  position: relative;
  width: min(100%, 400px);
}

.lm-brain__orbit {
  border: 2px solid rgba(22, 217, 255, 0.55);
  border-radius: 50%;
  height: 250px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}

.lm-brain__orbit--inner {
  border-color: rgba(132, 92, 255, 0.72);
  height: 176px;
  width: 176px;
}

.lm-brain__axis,
.lm-brain__axis::after {
  background: rgba(22, 217, 255, 0.44);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
}

.lm-brain__axis::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lm-brain__core {
  align-items: center;
  background: #07182a;
  border: 2px solid var(--lm-mint);
  border-radius: 50%;
  box-shadow: 0 0 48px rgba(36, 230, 180, 0.18);
  color: #fff;
  display: flex;
  font-size: 31px;
  font-weight: 800;
  height: 102px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  z-index: 3;
}

.lm-brain__node {
  background: #0a1a2b;
  border: 1px solid currentColor;
  border-radius: 15px;
  color: var(--lm-cyan);
  display: grid;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 60px;
  padding: 12px;
  position: absolute;
  width: 132px;
  z-index: 4;
}

.lm-brain__node small {
  color: #7f93aa;
  font-size: 8px;
  font-weight: 600;
  margin-top: 5px;
}

.lm-brain__node--research { left: -4px; top: 34px; }
.lm-brain__node--follow { color: #9e83ff; right: -4px; top: 34px; }
.lm-brain__node--sales { bottom: 16px; color: var(--lm-mint); left: -4px; }
.lm-brain__node--report { bottom: 16px; color: var(--lm-magenta); right: -4px; }

.lm-brain-card__guardrail {
  background: #071a2d;
  border: 1px solid rgba(83, 155, 211, 0.22);
  border-radius: 999px;
  color: #9eb0c6;
  font-size: 10px;
  font-weight: 700;
  margin: 4px auto 0;
  padding: 9px 13px;
  position: relative;
  text-align: center;
  width: fit-content;
  z-index: 3;
}

.lm-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--lm-line);
  padding: 22px 0;
}

.lm-trust-strip__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.lm-trust-strip__item {
  align-items: center;
  color: #50647c;
  display: flex;
  font-size: 12px;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.lm-trust-strip__item::before {
  background: var(--lm-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(36, 230, 180, 0.12);
  content: "";
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.lm-section {
  padding: 104px 0;
}

.lm-section--white {
  background: #fff;
}

.lm-section--navy {
  background: var(--lm-navy);
  color: #fff;
}

.lm-section__head {
  margin-bottom: 48px;
  max-width: 720px;
}

.lm-section__kicker {
  color: var(--lm-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lm-section--navy .lm-section__kicker {
  color: var(--lm-cyan);
}

.lm-section h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
}

.lm-section__lead {
  color: var(--lm-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 0;
}

.lm-section--navy .lm-section__lead {
  color: #91a6bd;
}

.lm-product-shell {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 28px;
  box-shadow: var(--lm-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: 250px 1fr;
  overflow: hidden;
}

.lm-product-sidebar {
  background: linear-gradient(165deg, #081c36, #061325);
  color: #fff;
  min-height: 500px;
  padding: 28px 20px;
}

.lm-product-sidebar__brand {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  margin-bottom: 36px;
}

.lm-product-sidebar__brand span {
  background: linear-gradient(145deg, var(--lm-blue), var(--lm-violet));
  border-radius: 9px;
  display: inline-block;
  height: 28px;
  width: 28px;
}

.lm-product-sidebar ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lm-product-sidebar li {
  border-radius: 10px;
  color: #8da3ba;
  font-size: 11px;
  font-weight: 700;
  padding: 11px 12px;
}

.lm-product-sidebar li.is-active {
  background: rgba(37, 107, 254, 0.18);
  color: #dceaff;
}

.lm-product-workspace {
  background: #f7f9fc;
  padding: 34px;
}

.lm-product-workspace__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lm-product-workspace__top h3 {
  font-size: 20px;
  margin: 0;
}

.lm-product-workspace__top span {
  background: #e9f8f3;
  border: 1px solid #c9eee2;
  border-radius: 999px;
  color: #168b6d;
  font-size: 9px;
  font-weight: 800;
  padding: 7px 10px;
  text-transform: uppercase;
}

.lm-metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0 18px;
}

.lm-metric {
  background: #fff;
  border: 1px solid #e2e9f2;
  border-radius: 14px;
  padding: 17px;
}

.lm-metric small {
  color: #7a8da4;
  display: block;
  font-size: 9px;
  font-weight: 750;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lm-metric strong {
  font-size: 23px;
}

.lm-metric em {
  color: #159776;
  display: block;
  font-size: 9px;
  font-style: normal;
  margin-top: 5px;
}

.lm-lead-table {
  background: #fff;
  border: 1px solid #e2e9f2;
  border-radius: 14px;
  overflow: hidden;
}

.lm-lead-row {
  align-items: center;
  border-bottom: 1px solid #edf1f6;
  display: grid;
  font-size: 10px;
  gap: 12px;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.7fr;
  padding: 13px 16px;
}

.lm-lead-row:last-child {
  border-bottom: 0;
}

.lm-lead-row--head {
  background: #f9fbfd;
  color: #8393a7;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-lead-status {
  background: #eaf6ff;
  border-radius: 999px;
  color: #2474b7;
  padding: 5px 8px;
  text-align: center;
}

.lm-lead-status--warm { background: #fff4df; color: #9a6811; }
.lm-lead-status--won { background: #e7f8f0; color: #168766; }

.lm-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.lm-capability-card {
  background: rgba(9, 29, 54, 0.9);
  border: 1px solid rgba(72, 133, 187, 0.22);
  border-radius: 20px;
  min-height: 250px;
  padding: 24px;
  position: relative;
}

.lm-capability-card__icon {
  align-items: center;
  background: rgba(22, 217, 255, 0.11);
  border-radius: 12px;
  color: var(--lm-cyan);
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 28px;
  width: 42px;
}

.lm-capability-card:nth-child(2) .lm-capability-card__icon { background: rgba(132, 92, 255, 0.14); color: #a98dff; }
.lm-capability-card:nth-child(3) .lm-capability-card__icon { background: rgba(36, 230, 180, 0.12); color: var(--lm-mint); }
.lm-capability-card:nth-child(4) .lm-capability-card__icon { background: rgba(243, 93, 172, 0.12); color: var(--lm-magenta); }

.lm-capability-card h3 {
  color: #f3f7fd;
  font-size: 19px;
  margin: 0 0 12px;
}

.lm-capability-card p {
  color: #8fa3ba;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.lm-workflow {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.lm-workflow article {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(22, 44, 78, 0.06);
  padding: 26px;
}

.lm-workflow__number {
  align-items: center;
  background: #eaf2ff;
  border-radius: 11px;
  color: var(--lm-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.lm-workflow h3 {
  font-size: 20px;
  margin: 22px 0 10px;
}

.lm-workflow p {
  color: var(--lm-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.lm-guardrail-panel {
  align-items: center;
  background: linear-gradient(140deg, #102c4d, #091a30 72%);
  border: 1px solid rgba(95, 171, 225, 0.22);
  border-radius: 28px;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto;
  padding: 42px;
}

.lm-guardrail-panel h2 {
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
}

.lm-guardrail-panel p {
  color: #9fb1c6;
  line-height: 1.65;
  margin: 15px 0 0;
  max-width: 710px;
}

.lm-guardrail-list {
  display: grid;
  gap: 10px;
  min-width: 270px;
}

.lm-guardrail-list span {
  align-items: center;
  background: rgba(6, 24, 44, 0.7);
  border: 1px solid rgba(79, 139, 190, 0.2);
  border-radius: 11px;
  color: #c5d3e2;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  padding: 12px 14px;
}

.lm-guardrail-list span::before {
  background: var(--lm-mint);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.lm-final-cta {
  background:
    radial-gradient(circle at 86% 30%, rgba(22, 217, 255, 0.15), transparent 24%),
    linear-gradient(135deg, #0a2040, #061326);
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
  padding: 60px;
  position: relative;
}

.lm-final-cta h2 {
  color: #fff;
  max-width: 760px;
}

.lm-final-cta p {
  color: #9fb1c6;
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
}

.lm-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lm-site-footer {
  background: #04101f;
  color: #8fa3ba;
  padding: 54px 0 26px;
}

.lm-site-footer__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
}

.lm-site-footer__intro p {
  font-size: 12px;
  line-height: 1.65;
  max-width: 320px;
}

.lm-site-footer h2 {
  color: #eaf2fd;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.lm-site-footer nav {
  display: grid;
  gap: 11px;
}

.lm-site-footer nav a {
  font-size: 12px;
  text-decoration: none;
}

.lm-site-footer nav a:hover,
.lm-site-footer nav a:focus-visible {
  color: #fff;
}

.lm-site-footer__bottom {
  border-top: 1px solid rgba(115, 160, 203, 0.14);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 20px;
}

.lm-basic-page {
  min-height: 60vh;
  padding: 90px 0;
}

.lm-basic-page article {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 24px;
  box-shadow: var(--lm-shadow);
  margin: 0 auto;
  max-width: 860px;
  padding: clamp(28px, 6vw, 60px);
}

.lm-basic-page h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.045em;
  margin-top: 0;
}

.lm-basic-page__content {
  color: #4b6079;
  line-height: 1.75;
}

.lm-about-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.lm-about-card,
.lm-detail-card,
.lm-industry-card,
.lm-resource-card {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(22, 44, 78, 0.055);
  padding: 26px;
}

.lm-about-card span,
.lm-detail-card span,
.lm-resource-card span {
  color: var(--lm-blue);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.lm-about-card h3,
.lm-detail-card h3,
.lm-industry-card h3,
.lm-resource-card h3 {
  font-size: 19px;
  margin: 0 0 11px;
}

.lm-about-card p,
.lm-detail-card p,
.lm-industry-card p,
.lm-resource-card p {
  color: var(--lm-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.lm-detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.lm-detail-card {
  min-height: 260px;
}

.lm-detail-card ul,
.lm-price-card ul {
  color: #5a6d83;
  display: grid;
  font-size: 12px;
  gap: 10px;
  line-height: 1.5;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.lm-detail-card li,
.lm-price-card li {
  padding-left: 18px;
  position: relative;
}

.lm-detail-card li::before,
.lm-price-card li::before {
  background: var(--lm-mint);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 6px;
}

.lm-pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.lm-price-card {
  background: rgba(9, 29, 54, 0.9);
  border: 1px solid rgba(72, 133, 187, 0.22);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 490px;
  padding: 28px;
}

.lm-price-card--featured {
  border-color: rgba(132, 92, 255, 0.72);
  box-shadow: 0 20px 60px rgba(74, 56, 190, 0.18);
  transform: translateY(-10px);
}

.lm-price-card__label {
  color: var(--lm-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lm-price-card h3 {
  color: #fff;
  font-size: 21px;
  margin: 20px 0 8px;
}

.lm-price-card__price {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -0.045em;
  margin: 10px 0;
}

.lm-price-card__price small {
  color: #8196ae;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.lm-price-card ul {
  color: #9eb0c6;
  flex: 1 1 auto;
  margin-bottom: 26px;
}

.lm-price-note {
  color: #7d92aa;
  font-size: 11px;
  margin-top: 18px;
  text-align: center;
}

.lm-industry-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.lm-industry-card {
  min-height: 155px;
}

.lm-resource-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.lm-resource-card .lm-button {
  margin-top: 22px;
}

.lm-content-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(22, 217, 255, 0.16), transparent 27%),
    radial-gradient(circle at 18% 0%, rgba(132, 92, 255, 0.14), transparent 24%),
    linear-gradient(145deg, var(--lm-navy-2), var(--lm-navy));
  color: #fff;
  overflow: hidden;
  padding: 54px 0 70px;
  position: relative;
}

.lm-breadcrumb {
  align-items: center;
  color: #7891aa;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 34px;
}

.lm-breadcrumb a {
  color: #a9bdd2;
  text-decoration: none;
}

.lm-breadcrumb a:hover,
.lm-breadcrumb a:focus-visible {
  color: #fff;
}

.lm-content-hero h1 {
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 22px 0 18px;
  max-width: 900px;
}

.lm-content-hero > .lm-container > p {
  color: #aebfd3;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}

.lm-content-wrap {
  padding: 58px 0 100px;
}

.lm-content-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.lm-content-card,
.lm-content-aside__card,
.lm-content-quick-links {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(22, 44, 78, 0.08);
}

.lm-content-card {
  color: #53667c;
  font-size: 14px;
  line-height: 1.75;
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
}

.lm-content-card > :first-child {
  margin-top: 0;
}

.lm-content-card > :last-child {
  margin-bottom: 0;
}

.lm-content-card h2,
.lm-content-card h3,
.lm-content-card h4 {
  color: var(--lm-ink);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.lm-content-card h2 {
  font-size: clamp(27px, 3vw, 36px);
  margin: 44px 0 16px;
}

.lm-content-card h3 {
  font-size: 20px;
  margin: 28px 0 10px;
}

.lm-content-card p,
.lm-content-card ul,
.lm-content-card ol {
  margin: 0 0 18px;
}

.lm-content-card ul,
.lm-content-card ol {
  padding-left: 22px;
}

.lm-content-card li + li {
  margin-top: 8px;
}

.lm-content-card a:not(.lm-button) {
  color: #155bd7;
  font-weight: 700;
}

.lm-info-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 38px;
}

.lm-info-card {
  background: #f8fbff;
  border: 1px solid #dfe9f4;
  border-radius: 17px;
  padding: 22px;
}

.lm-info-card h2,
.lm-info-card h3 {
  font-size: 18px;
  margin: 0 0 9px;
}

.lm-info-card p,
.lm-info-card ul {
  font-size: 13px;
  margin-bottom: 0;
}

.lm-step-list {
  counter-reset: lm-step;
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 26px 0 38px !important;
  padding: 0 !important;
}

.lm-step-list > li {
  background: #f8fbff;
  border: 1px solid #dfe9f4;
  border-radius: 16px;
  counter-increment: lm-step;
  min-height: 70px;
  padding: 18px 20px 18px 64px;
  position: relative;
}

.lm-step-list > li::before {
  align-items: center;
  background: linear-gradient(145deg, var(--lm-blue), var(--lm-violet));
  border-radius: 11px;
  color: #fff;
  content: counter(lm-step);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 34px;
}

.lm-step-list strong {
  color: var(--lm-ink);
  display: block;
}

.lm-page-note,
.lm-contact-panel {
  background: #eef5ff;
  border: 1px solid #d4e4fa;
  border-radius: 16px;
  color: #3e5875;
  margin: 28px 0;
  padding: 20px 22px;
}

.lm-contact-panel {
  display: grid;
  gap: 8px;
}

.lm-contact-panel a {
  overflow-wrap: anywhere;
}

.lm-content-aside {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 104px;
}

.lm-content-aside__card {
  background:
    radial-gradient(circle at 92% 10%, rgba(22, 217, 255, 0.16), transparent 30%),
    linear-gradient(145deg, #102c4d, #07172a);
  border-color: rgba(95, 171, 225, 0.2);
  color: #9fb1c6;
  padding: 26px;
}

.lm-content-aside__card > span {
  color: var(--lm-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lm-content-aside__card h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.035em;
  margin: 14px 0 10px;
}

.lm-content-aside__card p {
  font-size: 12px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.lm-content-aside__card .lm-button {
  width: 100%;
}

.lm-content-quick-links {
  display: grid;
  overflow: hidden;
}

.lm-content-quick-links a {
  color: #53667c;
  font-size: 12px;
  font-weight: 800;
  padding: 14px 17px;
  text-decoration: none;
}

.lm-content-quick-links a + a {
  border-top: 1px solid var(--lm-line);
}

.lm-content-quick-links a:hover,
.lm-content-quick-links a:focus-visible {
  background: #f4f8fd;
  color: var(--lm-blue);
}

.lm-waitlist-hero {
  background:
    radial-gradient(circle at 80% 30%, rgba(22, 217, 255, 0.16), transparent 28%),
    linear-gradient(145deg, var(--lm-navy-2), var(--lm-navy));
  color: #fff;
  padding: 78px 0 54px;
}

.lm-waitlist-hero h1 {
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 22px 0 18px;
  max-width: 820px;
}

.lm-waitlist-hero p {
  color: #aebfd3;
  font-size: 17px;
  line-height: 1.65;
  max-width: 740px;
}

.lm-waitlist-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.lm-waitlist-benefits span {
  background: rgba(11, 39, 69, 0.88);
  border: 1px solid rgba(85, 157, 215, 0.24);
  border-radius: 999px;
  color: #c9d8e8;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 13px;
}

.lm-waitlist-wrap {
  margin-inline: auto;
  max-width: 980px;
  width: var(--lm-page);
}

.lm-waitlist-form {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 28px;
  box-shadow: var(--lm-shadow);
  display: grid;
  gap: 22px;
  margin: 58px 0 100px;
  padding: clamp(26px, 5vw, 52px);
}

.lm-waitlist-form__intro h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.lm-waitlist-form__intro p,
.lm-form-help {
  color: var(--lm-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.lm-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.lm-form-field {
  display: grid;
  gap: 8px;
}

.lm-form-field--full {
  grid-column: 1 / -1;
}

.lm-form-field > label,
.lm-choice-field > legend {
  color: #34465d;
  font-size: 11px;
  font-weight: 800;
}

.lm-form-field input,
.lm-form-field select,
.lm-form-field textarea {
  background: #fbfcfe;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  color: #20344d;
  font: inherit;
  font-size: 13px;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.lm-form-field textarea {
  min-height: 126px;
  resize: vertical;
}

.lm-form-field input:focus,
.lm-form-field select:focus,
.lm-form-field textarea:focus {
  background: #fff;
  border-color: #7eb5ff;
  box-shadow: 0 0 0 4px rgba(36, 107, 254, 0.1);
  outline: 0;
}

.lm-choice-field {
  border: 0;
  margin: 0;
  padding: 0;
}

.lm-choice-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.lm-choice-grid label,
.lm-consent-list label {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e2e9f2;
  border-radius: 10px;
  color: #53667c;
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.5;
  padding: 11px;
}

.lm-choice-grid input,
.lm-consent-list input {
  accent-color: var(--lm-blue);
  flex: 0 0 auto;
  margin-top: 2px;
}

.lm-consent-list a {
  color: #155bd7;
  font-weight: 800;
}

.lm-consent-list {
  display: grid;
  gap: 10px;
}

.lm-form-notice {
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  padding: 14px 16px;
}

.lm-form-notice--success {
  background: #e9f8f3;
  border: 1px solid #c9eee2;
  color: #16775e;
}

.lm-form-notice--error {
  background: #fff1f3;
  border: 1px solid #ffd0d6;
  color: #a72e42;
}

.lm-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.lm-form-submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lm-form-submit-row p {
  color: var(--lm-muted);
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  max-width: 520px;
}

.lm-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.lm-contact-list a,
.lm-contact-list span {
  color: #9fb1c6;
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.lm-contact-list a:hover,
.lm-contact-list a:focus-visible {
  color: #fff;
}

@media (max-width: 1040px) {
  .lm-primary-nav {
    gap: 18px;
  }

  .lm-primary-nav > a:nth-child(3),
  .lm-primary-nav > a:nth-child(4) {
    display: none;
  }

  .lm-hero__grid {
    grid-template-columns: 1fr;
  }

  .lm-brain-card {
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
  }

  .lm-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lm-about-grid,
  .lm-detail-grid,
  .lm-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lm-price-card--featured {
    transform: none;
  }

  .lm-guardrail-panel {
    grid-template-columns: 1fr;
  }

  .lm-content-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .lm-guardrail-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --lm-page: min(100% - 28px, 1180px);
  }

  .lm-site-header__inner {
    height: 68px;
  }

  .lm-brand__text {
    display: none;
  }

  .lm-primary-nav {
    background: rgba(5, 18, 37, 0.99);
    border-bottom: 1px solid rgba(120, 181, 225, 0.18);
    display: none;
    inset: 68px 0 auto;
    padding: 18px 20px 24px;
    position: fixed;
  }

  .lm-primary-nav.is-open {
    display: grid;
  }

  .lm-primary-nav > a,
  .lm-primary-nav > a:nth-child(3),
  .lm-primary-nav > a:nth-child(4) {
    display: block;
    font-size: 15px;
    padding: 10px 6px;
  }

  .lm-menu-toggle {
    display: inline-flex;
  }

  .lm-header-actions .lm-button--secondary {
    display: none;
  }

  .lm-header-actions .lm-button--primary {
    min-height: 42px;
    padding: 0 14px;
  }

  .lm-hero {
    padding: 60px 0 48px;
  }

  .lm-hero h1 {
    font-size: clamp(43px, 13.2vw, 60px);
  }

  .lm-hero__lead {
    font-size: 16px;
  }

  .lm-hero__actions .lm-button {
    width: 100%;
  }

  .lm-brain-card {
    border-radius: 22px;
    min-height: 545px;
    padding: 24px 18px;
  }

  .lm-brain-card__head {
    align-items: flex-start;
    gap: 12px;
  }

  .lm-brain {
    height: 260px;
    transform: scale(0.84);
    transform-origin: center center;
    width: 350px;
    margin-left: 50%;
    translate: -50% 0;
  }

  .lm-trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lm-trust-strip__item {
    justify-content: flex-start;
    text-align: left;
  }

  .lm-section {
    padding: 76px 0;
  }

  .lm-product-shell {
    grid-template-columns: 1fr;
  }

  .lm-product-sidebar {
    min-height: 0;
  }

  .lm-product-sidebar ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .lm-product-workspace {
    padding: 22px 16px;
  }

  .lm-metric-grid {
    grid-template-columns: 1fr;
  }

  .lm-lead-row {
    grid-template-columns: 1.3fr 0.8fr;
  }

  .lm-lead-row > :nth-child(3),
  .lm-lead-row > :nth-child(4) {
    display: none;
  }

  .lm-card-grid,
  .lm-workflow,
  .lm-site-footer__grid,
  .lm-about-grid,
  .lm-detail-grid,
  .lm-pricing-grid,
  .lm-industry-grid,
  .lm-resource-grid,
  .lm-form-grid {
    grid-template-columns: 1fr;
  }

  .lm-choice-grid {
    grid-template-columns: 1fr;
  }

  .lm-content-hero {
    padding: 38px 0 52px;
  }

  .lm-content-hero h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .lm-content-wrap {
    padding: 34px 0 74px;
  }

  .lm-content-layout,
  .lm-info-grid {
    grid-template-columns: 1fr;
  }

  .lm-content-card {
    border-radius: 20px;
    padding: 26px 20px;
  }

  .lm-content-aside {
    position: static;
  }

  .lm-form-submit-row .lm-button {
    width: 100%;
  }

  .lm-capability-card {
    min-height: 220px;
  }

  .lm-guardrail-panel,
  .lm-final-cta {
    border-radius: 22px;
    padding: 30px 22px;
  }

  .lm-guardrail-list {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .lm-final-cta__actions .lm-button {
    width: 100%;
  }

  .lm-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lm-brain__core {
    animation: lm-brain-pulse 4.8s ease-in-out infinite;
  }

  .lm-brain__node {
    animation: lm-node-pulse 4.2s ease-in-out infinite;
  }

  .lm-brain__node--follow { animation-delay: 0.7s; }
  .lm-brain__node--sales { animation-delay: 1.4s; }
  .lm-brain__node--report { animation-delay: 2.1s; }
}

@keyframes lm-brain-pulse {
  0%, 100% { box-shadow: 0 0 42px rgba(36, 230, 180, 0.14); transform: translate(-50%, -50%) scale(1); }
  50% { box-shadow: 0 0 64px rgba(36, 230, 180, 0.28); transform: translate(-50%, -50%) scale(1.025); }
}

@keyframes lm-node-pulse {
  0%, 100% { opacity: 0.74; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
