.lp-page {
  --lp-navy: #06285a;
  --lp-navy-deep: #041b43;
  --lp-blue: #096be8;
  --lp-blue-bright: #33a9ff;
  --lp-cyan: #78d6ff;
  --lp-ice: #edf7ff;
  --lp-ice-2: #f6fbff;
  --lp-ink: #123155;
  --lp-muted: #5d718b;
  --lp-line: #d8e7f4;
  --lp-green: #1b9e75;
  --lp-warm: #da7a30;
  --lp-shadow: 0 24px 70px rgba(6, 47, 108, 0.13);
  --lp-wrap: 1240px;
  color: var(--lp-ink);
  background: #fff;
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  overflow: clip;
}

.lp-page *,
.lp-page *::before,
.lp-page *::after {
  box-sizing: border-box;
}
.lp-page a {
  color: inherit;
  text-decoration: none;
}
.lp-page button,
.lp-page input,
.lp-page select,
.lp-page textarea {
  font: inherit;
}
.lp-page button:focus-visible,
.lp-page a:focus-visible,
.lp-page summary:focus-visible,
.lp-page input:focus-visible,
.lp-page select:focus-visible,
.lp-page textarea:focus-visible {
  outline: 3px solid #31a8ff;
  outline-offset: 3px;
}
.lp-wrap {
  width: min(calc(100% - 56px), var(--lp-wrap));
  margin-inline: auto;
}
.lp-page section[id] {
  scroll-margin-top: 86px;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(190, 215, 239, 0.82);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}
.lp-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.lp-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  padding-bottom: 9px;
}
.lp-brand-wordmark {
  display: block;
  width: 176px;
  height: auto;
}
.lp-brand small {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: max-content;
  color: #70839b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.015em;
}
.lp-desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.lp-desktop-nav a {
  color: #35516f;
  font-size: 12px;
  font-weight: 750;
  transition: color 0.18s ease;
}
.lp-desktop-nav a:hover {
  color: var(--lp-blue);
}
.lp-header-cta {
  margin-left: 7px;
}
.lp-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #cddfed;
  border-radius: 12px;
  background: #fff;
  color: var(--lp-navy);
  cursor: pointer;
  place-items: center;
}
.lp-mobile-nav {
  display: none;
}

.lp-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--lp-blue);
  border-radius: 13px;
  background: linear-gradient(135deg, #0878ef, #075bca);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(7, 100, 220, 0.22);
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  cursor: pointer;
}
.lp-button:hover {
  box-shadow: 0 20px 34px rgba(7, 100, 220, 0.3);
  transform: translateY(-2px);
}
.lp-button svg {
  transition: transform 0.18s ease;
}
.lp-button:hover svg {
  transform: translateX(3px);
}
.lp-button-small {
  min-height: 43px;
  padding-inline: 16px;
  border-radius: 11px;
  font-size: 12px;
}
.lp-button-secondary {
  border-color: #c3d9ef;
  background: rgba(255, 255, 255, 0.74);
  color: var(--lp-navy) !important;
  box-shadow: none;
}
.lp-button-secondary:hover {
  border-color: #8fc7f5;
  background: #fff;
  box-shadow: 0 12px 25px rgba(9, 72, 156, 0.1);
}

.lp-hero {
  position: relative;
  min-height: 758px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 54% 8%,
      rgba(91, 193, 255, 0.23),
      transparent 29%
    ),
    linear-gradient(135deg, #fff 0%, #f8fcff 47%, #eaf6ff 100%);
}
.lp-hero-image {
  position: absolute;
  z-index: -4;
  inset: 0 0 0 auto;
  width: min(64%, 1010px);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.53;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.15) 15%,
    #000 48%
  );
}
.lp-hero-photo-overlay {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(251, 254, 255, 0.96) 27%,
    rgba(237, 248, 255, 0.76) 58%,
    rgba(238, 248, 255, 0.34) 100%
  );
}
.lp-hero-grid-lines {
  position: absolute;
  z-index: -2;
  right: -5%;
  bottom: -22%;
  width: 58%;
  height: 80%;
  opacity: 0.58;
  background-image:
    linear-gradient(rgba(11, 105, 220, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 105, 220, 0.09) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 65% 47%, #000 3%, transparent 69%);
  transform: rotate(-7deg);
}
.lp-hero-layout {
  min-height: 758px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(550px, 1.15fr);
  align-items: center;
  gap: 34px;
  padding: 72px 0 64px;
}
.lp-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 620px;
  padding-top: 6px;
}
.lp-hero-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: #075bbd;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.105em;
  line-height: 1.5;
  text-transform: uppercase;
}
.lp-hero-eyebrow > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: #dff1ff;
  color: #0870e7;
}
.lp-hero-eyebrow i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6da3d5;
}
.lp-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--lp-navy);
  font-size: clamp(52px, 4.7vw, 70px);
  font-weight: 850;
  letter-spacing: -0.064em;
  line-height: 1.02;
}
.lp-hero h1 em {
  color: var(--lp-blue);
  font-style: normal;
}
.lp-hero-copy > p:not(.lp-hero-eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #4c6681;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.66;
}
.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}
.lp-hero-proof {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.lp-hero-proof li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #365b7e;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.52;
}
.lp-hero-proof svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #16885e;
}

.lp-product-stage {
  position: relative;
  z-index: 3;
  min-height: 540px;
  margin-right: -15px;
}
.lp-stage-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.lp-stage-glow-one {
  right: 12%;
  top: 2%;
  width: 350px;
  height: 350px;
  background: rgba(72, 190, 255, 0.24);
}
.lp-stage-glow-two {
  left: 4%;
  bottom: 4%;
  width: 300px;
  height: 300px;
  background: rgba(9, 102, 232, 0.14);
}
.lp-hero-dashboard {
  position: absolute;
  top: 35px;
  left: 20px;
  width: min(600px, 100%);
  min-height: 418px;
  overflow: hidden;
  border: 1px solid rgba(200, 222, 243, 0.93);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 34px 92px rgba(3, 44, 104, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}
.lp-window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-bottom: 1px solid #e1ecf8;
  background: #f8fbfe;
}
.lp-window-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7d6e5;
}
.lp-window-bar > span:first-child {
  background: #7db9f5;
}
.lp-window-bar p {
  margin: 0 0 0 5px;
  color: #58728f;
  font-size: 9px;
  font-weight: 750;
}
.lp-window-bar em {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 30px;
  background: #e8f5ff;
  color: #2175bd;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
}
.lp-dashboard-body {
  padding: 21px 23px 20px;
}
.lp-dashboard-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lp-dashboard-heading > div {
  display: grid;
  gap: 2px;
}
.lp-dashboard-heading small,
.lp-dashboard-heading strong {
  display: block;
}
.lp-dashboard-heading small {
  color: #7f92a9;
  font-size: 9px;
  font-weight: 700;
}
.lp-dashboard-heading strong {
  color: #183656;
  font-size: 17px;
  letter-spacing: -0.035em;
}
.lp-dashboard-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 30px;
  background: #eaf8f2;
  color: #14805c;
  font-size: 8px;
  font-weight: 800;
}
.lp-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 17px;
}
.lp-hero-metrics article {
  min-height: 83px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border: 1px solid #e2ecf6;
  border-radius: 13px;
  background: #fcfeff;
}
.lp-hero-metrics small {
  color: #8294a8;
  font-size: 8px;
  font-weight: 700;
}
.lp-hero-metrics strong {
  color: var(--lp-navy);
  font-size: 19px;
  letter-spacing: -0.04em;
}
.lp-hero-metrics span {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: #5b8b76;
  font-size: 7px;
  font-weight: 750;
}
.lp-hero-metrics i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #32ac80;
}
.lp-hero-metrics span.is-warm {
  color: #ad6a37;
}
.lp-hero-metrics .is-warm i {
  background: #df863c;
}
.lp-dashboard-main-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.76fr;
  gap: 9px;
  margin-top: 11px;
}
.lp-mini-chart {
  min-height: 152px;
  padding: 13px 14px 9px;
  border: 1px solid #e2edf7;
  border-radius: 13px;
  background:
    linear-gradient(rgba(19, 105, 207, 0.045) 1px, transparent 1px), #fbfdff;
  background-size: 100% 28px;
}
.lp-chart-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.lp-chart-title span {
  color: #2b4b70;
  font-size: 9px;
  font-weight: 800;
}
.lp-chart-title small {
  color: #8294a9;
  font-size: 7px;
}
.lp-chart-bars {
  height: 87px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding: 10px 6px 0;
}
.lp-chart-bars i,
.lp-insight-bars i {
  position: relative;
  display: block;
  flex: 1;
  height: var(--bar-height);
  min-height: 13px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #6cc8ff, #0869e9);
  box-shadow: 0 7px 14px rgba(5, 97, 223, 0.16);
  animation: lp-grow 0.65s both;
  animation-delay: var(--delay);
  transform-origin: bottom;
}
@keyframes lp-grow {
  from {
    transform: scaleY(0.1);
    opacity: 0.15;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.lp-chart-axis {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
  border-top: 1px solid #e8eff7;
  color: #92a1b1;
  font-size: 6px;
}
.lp-payroll-summary {
  display: flex;
  flex-direction: column;
  min-height: 152px;
  padding: 15px;
  border-radius: 13px;
  background: linear-gradient(145deg, #083d9b, #0b73e7);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.lp-payroll-summary small {
  color: #acd7ff;
  font-size: 8px;
  font-weight: 700;
}
.lp-payroll-summary strong {
  margin-top: 9px;
  font-size: 22px;
  letter-spacing: -0.055em;
}
.lp-payroll-summary > span {
  color: #d5ecff;
  font-size: 8px;
}
.lp-payroll-summary > div {
  display: flex;
  gap: 5px;
  margin-top: auto;
}
.lp-payroll-summary i {
  display: block;
  flex: 1;
  height: 4px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.3);
}
.lp-payroll-summary i:nth-child(-n + 3) {
  background: #80d2ff;
}
.lp-dashboard-table {
  display: grid;
  margin-top: 11px;
  overflow: hidden;
  border: 1px solid #e2edf7;
  border-radius: 12px;
}
.lp-dashboard-table > div {
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 0.5fr;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 11px;
  border-top: 1px solid #e8eff7;
  color: #61778f;
  font-size: 7px;
}
.lp-dashboard-table > div:first-child {
  min-height: 26px;
  border-top: 0;
  background: #f5f9fd;
  color: #8396aa;
  font-size: 6.5px;
  font-weight: 800;
  text-transform: uppercase;
}
.lp-dashboard-table strong {
  color: #315170;
  font-weight: 750;
}
.lp-dashboard-table b {
  width: fit-content;
  padding: 3px 6px;
  border-radius: 8px;
  background: #fff3e9;
  color: #b36b2e;
  font-size: 6.5px;
}
.lp-dashboard-table b.is-ready {
  background: #eaf8f2;
  color: #16805d;
}
.lp-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(201, 222, 242, 0.92);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 38px rgba(2, 40, 96, 0.16);
  backdrop-filter: blur(12px);
}
.lp-float-card > span {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #e6f3ff;
  color: #086de8;
}
.lp-float-card > div {
  display: grid;
  gap: 1px;
}
.lp-float-card small {
  color: #8092a7;
  font-size: 7px;
  font-weight: 700;
}
.lp-float-card strong {
  color: #224464;
  font-size: 9px;
  letter-spacing: -0.015em;
}
.lp-float-card > svg {
  margin-left: 4px;
  color: #16835f;
}
.lp-float-run {
  right: 7px;
  top: 7px;
}
.lp-float-workforce {
  bottom: 26px;
  left: -4px;
}
.lp-float-compliance {
  right: 2px;
  bottom: -1px;
}

.lp-platform-rail {
  position: relative;
  z-index: 5;
  border-block: 1px solid #dce9f4;
  background: #fff;
}
.lp-platform-rail-inner {
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.lp-platform-rail-inner > p {
  flex: 0 0 175px;
  margin: 0;
  color: #557591;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.48;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.lp-platform-rail-inner > div {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 17px;
}
.lp-platform-rail article {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 19px;
  border-left: 1px solid #dce8f3;
}
.lp-platform-rail article:first-child {
  border-left: 0;
}
.lp-platform-rail article > img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.lp-platform-rail article > svg {
  width: 33px;
  height: 33px;
  color: #126bdd;
}
.lp-platform-rail article span {
  display: grid;
  gap: 2px;
}
.lp-platform-rail small {
  color: #8093a9;
  font-size: 10px;
  font-weight: 750;
}
.lp-platform-rail strong {
  color: #254b70;
  font-size: 13px;
  line-height: 1.32;
}

.lp-outcomes {
  padding: 112px 0;
  background: #fff;
}
.lp-section-intro {
  max-width: 820px;
}
.lp-kicker {
  margin: 0 0 13px;
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.lp-section-intro h2,
.lp-agentic h2,
.lp-compliance h2,
.lp-essd h2,
.lp-global h2,
.lp-implementation h2,
.lp-faq h2,
.lp-demo h2 {
  margin: 0;
  color: var(--lp-navy);
  font-size: clamp(37px, 3.45vw, 52px);
  font-weight: 850;
  letter-spacing: -0.058em;
  line-height: 1.1;
}
.lp-section-intro > p:not(.lp-kicker),
.lp-compliance-heading > p,
.lp-agentic-copy > p:not(.lp-kicker),
.lp-essd-copy > p:not(.lp-kicker),
.lp-global p:not(.lp-kicker),
.lp-implementation-heading > p:not(.lp-kicker),
.lp-faq-layout > div > p:not(.lp-kicker),
.lp-demo-copy > p:not(.lp-kicker) {
  color: var(--lp-muted);
  font-size: 18px;
  line-height: 1.8;
}
.lp-section-intro > p:not(.lp-kicker) {
  margin: 20px 0 0;
  max-width: 750px;
}
.lp-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin-top: 47px;
}
.lp-outcome-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 335px;
  padding: 29px 27px 26px;
  overflow: hidden;
  border: 1px solid #dbe8f4;
  background: linear-gradient(145deg, #fff 40%, #f4f9ff);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.lp-outcome-grid article:nth-child(1) {
  border-radius: 23px 8px 23px 8px;
}
.lp-outcome-grid article:nth-child(2) {
  border-radius: 8px 23px 8px 23px;
}
.lp-outcome-grid article:nth-child(3) {
  border-radius: 23px 8px 23px 8px;
}
.lp-outcome-grid article:nth-child(4) {
  border-radius: 8px 23px 8px 23px;
}
.lp-outcome-grid article::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 132px;
  height: 132px;
  border: 22px solid rgba(14, 111, 230, 0.045);
  border-radius: 50%;
  content: "";
}
.lp-outcome-grid article:hover {
  border-color: #b9d8f5;
  box-shadow: 0 20px 36px rgba(11, 76, 162, 0.11);
  transform: translateY(-5px);
}
.lp-outcome-grid article > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 96px;
}
.lp-outcome-grid article > div > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #d6e8f8;
  border-radius: 11px;
  background: #fff;
  color: #6f8eaa;
  box-shadow: 0 9px 18px rgba(14, 80, 162, 0.06);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.07em;
}
.lp-outcome-icon {
  position: absolute;
  top: -21px;
  right: -18px;
  display: block;
  width: 116px;
  height: 112px;
  object-fit: contain;
  object-position: right top;
  filter: drop-shadow(0 12px 14px rgba(4, 87, 191, 0.12));
  transition: transform 0.22s ease;
}
.lp-outcome-grid article:hover .lp-outcome-icon {
  transform: translateY(-4px) scale(1.03);
}
.lp-outcome-grid h3 {
  margin: 17px 0 12px;
  color: var(--lp-navy);
  font-size: 25px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.lp-outcome-grid p {
  margin: 0;
  color: #5b748f;
  font-size: 15px;
  line-height: 1.72;
}
.lp-outcome-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 23px;
  color: var(--lp-blue);
  font-size: 13px;
  font-weight: 850;
}

.lp-agentic {
  position: relative;
  margin-top: 50px !important;
  padding: 116px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 93% 13%,
      rgba(78, 188, 255, 0.22),
      transparent 29%
    ),
    linear-gradient(120deg, #06295e, #06377f);
  color: #fff;
}
.lp-agentic::before {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(145, 210, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 210, 255, 0.16) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
  content: "";
}
.lp-agentic-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 80px;
}
.lp-agentic .lp-kicker {
  color: #79c6ff;
}
.lp-agentic h2 {
  color: #fff;
}
.lp-agentic-copy > p:not(.lp-kicker) {
  max-width: 645px;
  color: #c0d8ef;
}
.lp-agentic-points {
  display: grid;
  gap: 15px;
  margin-top: 33px;
}
.lp-agentic-points article {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.lp-agentic-points article > span {
  display: grid;
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(151, 213, 255, 0.34);
  border-radius: 12px;
  background: rgba(115, 192, 255, 0.12);
  color: #89ceff;
}
.lp-agentic-points article > div {
  display: grid;
  gap: 2px;
}
.lp-agentic-points strong {
  color: #fff;
  font-size: 14px;
}
.lp-agentic-points p {
  margin: 0;
  color: #b1cae5;
  font-size: 12px;
  line-height: 1.6;
}
.lp-agentic-map {
  position: relative;
  min-height: 534px;
  overflow: hidden;
  border: 1px solid rgba(164, 215, 255, 0.3);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(58, 158, 255, 0.32),
      transparent 22%
    ),
    linear-gradient(135deg, rgba(6, 52, 122, 0.82), rgba(2, 30, 76, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 60px rgba(0, 19, 62, 0.16);
}
.lp-agentic-map::before,
.lp-agentic-map::after {
  position: absolute;
  border: 1px solid rgba(121, 205, 255, 0.17);
  border-radius: 50%;
  content: "";
}
.lp-agentic-map::before {
  top: 105px;
  right: 14%;
  left: 14%;
  height: 294px;
}
.lp-agentic-map::after {
  top: 156px;
  right: 25%;
  left: 25%;
  height: 192px;
}
.lp-agentic-map-label {
  position: absolute;
  z-index: 4;
  top: 23px;
  left: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bce6ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.lp-agentic-map-label svg {
  color: #7bd3ff;
}
.lp-agentic-map-badge {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(139, 215, 255, 0.32);
  border-radius: 999px;
  background: rgba(14, 85, 166, 0.48);
  color: #cbecff;
  font-size: 9px;
  font-weight: 800;
}
.agentic-process {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 20px 24px;
  min-height: 534px;
  padding: 83px 25px 66px;
}
.agentic-process-links {
  position: absolute;
  z-index: 1;
  inset: 70px 25px 62px;
  width: calc(100% - 50px);
  height: calc(100% - 132px);
  overflow: visible;
  pointer-events: none;
}
.agentic-process-links path {
  fill: none;
  stroke: rgba(130, 212, 255, 0.72);
  stroke-width: 1.4;
  stroke-dasharray: 3 5;
  filter: drop-shadow(0 0 4px rgba(73, 185, 255, 0.75));
}
.agentic-process-links circle {
  fill: #94e0ff;
  filter: drop-shadow(0 0 8px rgba(89, 203, 255, 0.95));
}
.agent-node {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 138px;
  padding: 17px;
  border: 1px solid rgba(164, 216, 255, 0.3);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(18, 88, 171, 0.88),
    rgba(5, 54, 122, 0.85)
  );
  box-shadow:
    0 16px 38px rgba(0, 16, 54, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.agent-node-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(165, 231, 255, 0.6);
  border-radius: 11px;
  background: linear-gradient(
    145deg,
    rgba(103, 216, 255, 0.5),
    rgba(28, 120, 225, 0.42)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 9px 18px rgba(0, 8, 52, 0.22);
  color: #e4f8ff;
}
.agent-node b {
  color: #82d5ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.agent-node strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.018em;
  line-height: 1.25;
}
.agent-node small {
  color: #bfdcf2;
  font-size: 10px;
  line-height: 1.5;
}
.agent-node-one {
  grid-column: 1;
  grid-row: 1;
}
.agent-node-two {
  grid-column: 3;
  grid-row: 1;
}
.agent-node-three {
  grid-column: 1;
  grid-row: 2;
}
.agent-node-four {
  grid-column: 3;
  grid-row: 2;
}
.agent-node-core {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  min-height: 178px;
  place-content: center;
  justify-items: center;
  gap: 7px;
  padding: 19px 16px;
  border-color: rgba(152, 228, 255, 0.7);
  background:
    radial-gradient(
      circle at 27% 13%,
      rgba(118, 226, 255, 0.6),
      transparent 26%
    ),
    linear-gradient(150deg, #0a8bf2, #0754be);
  box-shadow:
    0 24px 50px rgba(2, 31, 100, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
}
.agent-core-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(224, 249, 255, 0.6);
  border-radius: 16px;
  background: rgba(234, 250, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: #e4f8ff;
}
.agent-core-kicker {
  color: #c5efff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.agent-node-core strong {
  font-size: 17px;
}
.agent-node-core small {
  max-width: 145px;
  color: #d8f2ff;
}
.agentic-map-note {
  position: absolute;
  z-index: 4;
  right: 25px;
  bottom: 20px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: #bfe5fa;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}
.agentic-map-note svg {
  flex: 0 0 auto;
  color: #88d8ff;
}

.lp-capabilities {
  padding: 116px 0;
  background: var(--lp-ice-2);
}
.lp-intro-row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.65fr);
  gap: 78px;
  align-items: end;
}
.lp-intro-row > p:not(.lp-kicker) {
  margin: 0;
  max-width: 450px;
}
.lp-capability-groups {
  display: grid;
  gap: 47px;
  margin-top: 57px;
}
.lp-capability-group {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  padding-top: 43px;
  border-top: 1px solid #d8e7f3;
}
.lp-capability-group:first-child {
  padding-top: 0;
  border-top: 0;
}
.lp-capability-group-title {
  display: grid;
  align-content: start;
  gap: 20px;
}
.lp-capability-group-title > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #e4f3ff, #fff);
  color: var(--lp-blue);
  box-shadow: 0 8px 20px rgba(12, 93, 187, 0.08);
  font-size: 10px;
  font-weight: 850;
}
.lp-capability-group-title p {
  margin: 0 0 8px;
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}
.lp-capability-group-title h3 {
  margin: 0;
  color: var(--lp-navy);
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.lp-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.lp-capability-grid details {
  overflow: hidden;
  border: 1px solid #d9e7f3;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.lp-capability-grid details[open] {
  border-color: #97c7f2;
  box-shadow: 0 15px 25px rgba(7, 75, 161, 0.08);
}
.lp-capability-grid summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: start;
  gap: 10px;
  min-height: 129px;
  padding: 17px;
  cursor: pointer;
  list-style: none;
}
.lp-capability-grid summary::-webkit-details-marker {
  display: none;
}
.lp-capability-grid summary > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #e7f3ff;
  color: #0870e8;
}
.lp-capability-grid summary > div {
  display: grid;
  gap: 5px;
}
.lp-capability-grid summary strong {
  color: #294a6d;
  font-size: 12px;
  line-height: 1.33;
}
.lp-capability-grid summary small {
  color: #657c94;
  font-size: 10px;
  line-height: 1.52;
}
.lp-capability-grid summary > svg {
  margin-top: 9px;
  color: #7891a9;
  transition: transform 0.18s ease;
}
.lp-capability-grid details[open] summary > svg {
  transform: rotate(180deg);
}
.lp-capability-grid details > p {
  margin: -3px 17px 17px 61px;
  color: #526d88;
  font-size: 10px;
  line-height: 1.62;
}

.lp-compliance {
  position: relative;
  padding: 116px 0 106px;
  overflow: hidden;
  background: #fff;
}
.lp-compliance::before {
  position: absolute;
  right: -15%;
  bottom: -28%;
  width: 610px;
  height: 610px;
  border: 75px solid rgba(20, 129, 235, 0.045);
  border-radius: 50%;
  content: "";
}
.lp-compliance-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(280px, 0.58fr);
  gap: 78px;
  align-items: end;
}
.lp-compliance-heading > p {
  max-width: 440px;
  margin: 0;
}
.lp-compliance-canvas {
  position: relative;
  min-height: 477px;
  margin-top: 53px;
  border: 1px solid #d9e7f4;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(56, 166, 255, 0.14),
      transparent 17%
    ),
    linear-gradient(rgba(16, 104, 219, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 104, 219, 0.045) 1px, transparent 1px),
    #f9fcff;
  background-size:
    auto,
    40px 40px,
    40px 40px,
    auto;
  overflow: hidden;
}
.lp-compliance-canvas::after {
  position: absolute;
  inset: 30px;
  border: 1px dashed rgba(28, 122, 220, 0.14);
  border-radius: 20px;
  content: "";
}
.lp-compliance-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 178px;
  min-height: 178px;
  place-content: center;
  justify-items: center;
  gap: 6px;
  border: 1px solid #8bcafa;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #1689f4, #0750b8);
  box-shadow:
    0 24px 48px rgba(8, 92, 195, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.lp-compliance-core span {
  display: grid;
  color: #c7efff;
}
.lp-compliance-core strong {
  font-size: 19px;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.lp-compliance-core small {
  max-width: 105px;
  color: #c6e6ff;
  font-size: 8px;
  line-height: 1.35;
}
.lp-compliance-item {
  position: absolute;
  z-index: 3;
  width: 230px;
  min-height: 158px;
  padding: 20px;
  border: 1px solid #d4e5f5;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 17px 35px rgba(8, 71, 151, 0.09);
}
.lp-compliance-item > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.lp-compliance-item > div span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 10px;
  background: #e6f3ff;
  color: #086ce7;
}
.lp-compliance-item > div b {
  color: #0a65d6;
  font-size: 10px;
  letter-spacing: 0.07em;
}
.lp-compliance-item h3 {
  margin: 17px 0 5px;
  color: #284a6e;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.lp-compliance-item p {
  margin: 0;
  color: #637c96;
  font-size: 10px;
  line-height: 1.58;
}
.lp-compliance-item.item-1 {
  top: 42px;
  left: 80px;
}
.lp-compliance-item.item-2 {
  top: 42px;
  right: 80px;
}
.lp-compliance-item.item-3 {
  bottom: 42px;
  left: 80px;
}
.lp-compliance-item.item-4 {
  right: 80px;
  bottom: 42px;
}
.lp-compliance-line {
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 170px;
  background: linear-gradient(#86ccfa, rgba(134, 204, 250, 0.05));
  transform-origin: top center;
}
.lp-compliance-line.line-1 {
  top: 162px;
  left: calc(50% - 35px);
  transform: rotate(-54deg);
}
.lp-compliance-line.line-2 {
  top: 162px;
  left: calc(50% + 35px);
  transform: rotate(54deg);
}
.lp-compliance-line.line-3 {
  bottom: 147px;
  left: calc(50% - 35px);
  height: 165px;
  transform: rotate(54deg);
}
.lp-compliance-line.line-4 {
  right: calc(50% - 35px);
  bottom: 147px;
  height: 165px;
  transform: rotate(-54deg);
}
.lp-regulatory-note {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 970px;
  margin: 22px auto 0;
  color: #6c8094;
  font-size: 11px;
  line-height: 1.58;
  text-align: center;
}
.lp-regulatory-note svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #16875f;
}

.lp-essd {
  padding: 116px 0;
  background: var(--lp-ice-2);
}
.lp-essd-layout {
  display: grid;
  grid-template-columns: minmax(530px, 1.04fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 83px;
}
.lp-essd-visual {
  position: relative;
  min-height: 465px;
}
.lp-essd-browser {
  position: absolute;
  left: 0;
  top: 18px;
  width: min(555px, 100%);
  min-height: 404px;
  overflow: hidden;
  border: 1px solid #c9dfef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(9, 67, 145, 0.17);
}
.lp-essd-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 39px;
  padding: 0 14px;
  border-bottom: 1px solid #e3edf6;
  background: #f8fbfe;
}
.lp-essd-browser-bar > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfdaea;
}
.lp-essd-browser-bar > span:first-child {
  background: #83bef3;
}
.lp-essd-browser-bar strong {
  margin-left: 7px;
  color: #244667;
  font-size: 9px;
  letter-spacing: -0.01em;
}
.lp-essd-browser-bar strong::first-letter {
  color: #1472e9;
}
.lp-essd-browser-bar small {
  margin-left: auto;
  color: #7d91a8;
  font-size: 7px;
}
.lp-essd-content {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  min-height: 365px;
}
.lp-essd-content aside {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 17px 11px;
  border-right: 1px solid #e2edf6;
  background: #fbfdff;
}
.lp-essd-content aside > strong {
  margin: 0 0 16px 4px;
  color: #153c6b;
  font-size: 11px;
}
.lp-essd-content aside b {
  color: #0b72ea;
}
.lp-essd-content aside a {
  padding: 8px;
  border-radius: 8px;
  color: #71859e;
  font-size: 7.5px;
  font-weight: 700;
}
.lp-essd-content aside a.active {
  background: #eaf4ff;
  color: #1269d6;
}
.lp-essd-content main {
  padding: 18px;
}
.lp-essd-content main > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.lp-essd-content main > header small {
  color: #8396aa;
  font-size: 7px;
}
.lp-essd-content main > header h3 {
  margin: 3px 0 0;
  color: #26496b;
  font-size: 15px;
  letter-spacing: -0.04em;
}
.lp-essd-content main > header > span {
  padding: 5px 7px;
  border-radius: 7px;
  background: #f1f7fd;
  color: #7b8fa7;
  font-size: 7px;
}
.lp-essd-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 15px;
}
.lp-essd-mini-metrics article {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 10px;
  border: 1px solid #e2edf7;
  border-radius: 10px;
  background: #fff;
}
.lp-essd-mini-metrics small,
.lp-essd-mini-metrics span {
  color: #8496a9;
  font-size: 6.5px;
}
.lp-essd-mini-metrics strong {
  color: #254a6e;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.lp-essd-mini-metrics em {
  color: #7f91a5;
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
}
.lp-essd-workspace {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8px;
  margin-top: 8px;
}
.lp-essd-workspace > div {
  min-height: 163px;
  padding: 12px;
  border: 1px solid #e2edf7;
  border-radius: 11px;
  background: #fbfdff;
}
.lp-essd-workspace > div > strong {
  color: #41607e;
  font-size: 8px;
}
.lp-essd-action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 11px;
}
.lp-essd-action-grid span {
  display: grid;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  color: #5d7692;
  font-size: 7px;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(20, 76, 133, 0.04);
}
.lp-essd-action-grid svg {
  color: #1371e8;
}
.lp-essd-requests {
  display: grid;
  align-content: start;
  gap: 8px;
}
.lp-essd-requests p {
  display: grid;
  grid-template-columns: 5px 1fr auto;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #657c94;
  font-size: 6.5px;
}
.lp-essd-requests i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1fa676;
}
.lp-essd-requests i.is-blue {
  background: #1d88e8;
}
.lp-essd-requests i.is-warm {
  background: #dc8540;
}
.lp-essd-requests b {
  color: #51806d;
  font-size: 6px;
}
.lp-essd-mobile {
  position: absolute;
  z-index: 4;
  right: -3px;
  bottom: 0;
  width: 161px;
  min-height: 314px;
  padding: 22px 13px 13px;
  border: 5px solid #0b2c58;
  border-radius: 27px;
  background: linear-gradient(180deg, #fff, #eaf5ff);
  box-shadow: 0 24px 48px rgba(5, 42, 96, 0.26);
  transform: rotate(3.2deg);
}
.lp-mobile-speaker {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 45px;
  height: 4px;
  border-radius: 5px;
  background: #0b2c58;
  transform: translateX(-50%);
}
.lp-essd-mobile > small {
  color: #204b7e;
  font-size: 8px;
  font-weight: 850;
}
.lp-essd-mobile > small b {
  color: #0b73e8;
}
.lp-essd-mobile h3 {
  margin: 8px 0 15px;
  color: #234568;
  font-size: 13px;
  letter-spacing: -0.04em;
}
.lp-mobile-payslip {
  display: grid;
  gap: 3px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0a6de5, #073d9b);
  color: #fff;
}
.lp-mobile-payslip span,
.lp-mobile-payslip small {
  color: #bcdfff;
  font-size: 7px;
}
.lp-mobile-payslip strong {
  font-size: 14px;
}
.lp-mobile-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 10px;
}
.lp-mobile-actions span {
  min-height: 46px;
  display: grid;
  align-content: end;
  padding: 7px;
  border: 1px solid #d7e5f3;
  border-radius: 9px;
  background: #fff;
  color: #617b95;
  font-size: 7px;
  font-weight: 700;
}
.lp-essd-mobile > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0 0;
  color: #6a829b;
  font-size: 7px;
}
.lp-essd-copy > p:not(.lp-kicker) {
  margin: 22px 0 0;
}
.lp-essd-function-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 15px;
  margin-top: 28px;
}
.lp-essd-function-grid span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #3c5b7a;
  font-size: 11px;
  font-weight: 750;
}
.lp-essd-function-grid b {
  color: #79a1c7;
  font-size: 8px;
  letter-spacing: 0.05em;
}
.lp-micro-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 32px;
  color: #467091;
  font-size: 9px;
  font-weight: 750;
}
.lp-micro-flow span {
  padding: 8px 9px;
  border: 1px solid #d2e4f4;
  border-radius: 30px;
  background: #fff;
}
.lp-micro-flow svg {
  color: #2c9af0;
}

.lp-insight-section {
  padding: 116px 0;
  background: #fff;
}
.lp-dashboard-showcase {
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #d8e6f3;
  border-radius: 24px;
  background: #f9fcff;
  box-shadow: var(--lp-shadow);
}
.lp-dashboard-tabs {
  display: flex;
  gap: 4px;
  padding: 12px 17px;
  border-bottom: 1px solid #dfeaf4;
  background: rgba(255, 255, 255, 0.84);
}
.lp-dashboard-tabs button {
  min-width: 106px;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #637b94;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.lp-dashboard-tabs button[aria-selected="true"] {
  background: #e2f2ff;
  color: #0869de;
}
.lp-insight-panel {
  padding: 30px;
}
.lp-insight-panel > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.lp-insight-panel > header small {
  display: block;
  color: #5487bb;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.lp-insight-panel > header h3 {
  max-width: 650px;
  margin: 5px 0 0;
  color: var(--lp-navy);
  font-size: 25px;
  letter-spacing: -0.045em;
  line-height: 1.2;
}
.lp-insight-panel > header > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 9px;
  border-radius: 20px;
  background: #eff8ff;
  color: #4174a5;
  font-size: 8px;
  font-weight: 800;
}
.lp-insight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.lp-insight-metrics article {
  display: grid;
  gap: 4px;
  min-height: 102px;
  padding: 17px;
  border: 1px solid #dce9f5;
  border-radius: 15px;
  background: #fff;
}
.lp-insight-metrics small {
  color: #8196ac;
  font-size: 9px;
  font-weight: 700;
}
.lp-insight-metrics strong {
  color: var(--lp-navy);
  font-size: 25px;
  letter-spacing: -0.055em;
}
.lp-insight-metrics span {
  color: #66809a;
  font-size: 9px;
}
.lp-insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 12px;
  margin-top: 12px;
}
.lp-insight-chart {
  min-height: 246px;
  padding: 19px;
  border: 1px solid #dce9f5;
  border-radius: 15px;
  background:
    linear-gradient(rgba(19, 104, 210, 0.05) 1px, transparent 1px), #fff;
  background-size: 100% 41px;
}
.lp-insight-chart > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.lp-insight-chart > div:first-child strong {
  color: #2b4c6f;
  font-size: 11px;
}
.lp-insight-chart > div:first-child span {
  color: #8194aa;
  font-size: 8px;
}
.lp-insight-bars {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  height: 162px;
  padding: 19px 13px 0;
}
.lp-insight-bars i {
  border-radius: 7px 7px 3px 3px;
}
.lp-insight-axis {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  padding: 9px 13px 0;
  border-top: 1px solid #e5edf7;
  color: #92a3b4;
  font-size: 7px;
  text-align: center;
}
.lp-insight-list {
  display: grid;
  align-content: start;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dce9f5;
  border-radius: 15px;
  background: #fff;
}
.lp-insight-list article {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 61px;
  padding: 10px 13px;
  border-top: 1px solid #e7eef6;
}
.lp-insight-list article:first-child {
  border-top: 0;
}
.lp-insight-list article > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: #e7f3ff;
  color: #0871e8;
}
.lp-insight-list article > div {
  display: grid;
  gap: 2px;
}
.lp-insight-list strong {
  color: #3a5a79;
  font-size: 10px;
}
.lp-insight-list small {
  color: #7f93a9;
  font-size: 8px;
  line-height: 1.3;
}
.lp-insight-list b {
  padding: 5px 6px;
  border-radius: 8px;
  background: #eff7ff;
  color: #2870b7;
  font-size: 7px;
}
.lp-insight-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 0 0;
  color: #60809c;
  font-size: 10px;
}
.lp-insight-note svg {
  color: #1175e6;
}

.lp-ecosystem {
  padding: 116px 0;
  background: var(--lp-ice-2);
}
.lp-ecosystem-canvas {
  position: relative;
  min-height: 526px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid #d6e6f5;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(38, 145, 245, 0.12),
      transparent 20%
    ),
    #fff;
}
.lp-ecosystem-canvas::before {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(15, 104, 216, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 104, 216, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}
.lp-eco-center {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 226px;
  min-height: 174px;
  place-content: center;
  justify-items: center;
  gap: 9px;
  border: 1px solid #96cdf5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 26px 48px rgba(8, 89, 190, 0.18),
    inset 0 1px 0 #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.lp-eco-center img {
  width: 142px;
  height: auto;
}
.lp-eco-center strong {
  max-width: 165px;
  color: #244a78;
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.lp-eco-center small {
  max-width: 140px;
  color: #6c8cab;
  font-size: 8px;
  line-height: 1.45;
}
.lp-eco-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid #d2e3f2;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(12, 71, 145, 0.07);
  color: #456581;
  font-size: 9px;
  font-weight: 750;
}
.lp-eco-node img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.lp-eco-node svg {
  color: #0971e9;
}
.lp-eco-node span {
  max-width: 106px;
  line-height: 1.32;
}
.eco-finance {
  top: 65px;
  left: 10%;
}
.eco-bc {
  top: 63px;
  right: 10%;
}
.eco-time {
  top: 220px;
  left: 4%;
}
.eco-self {
  bottom: 58px;
  left: 15%;
}
.eco-report {
  bottom: 53px;
  right: 15%;
}
.eco-access {
  top: 220px;
  right: 4%;
}
.eco-bank {
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-eco-line {
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 190px;
  background: linear-gradient(#8ed0fa, rgba(142, 208, 250, 0.12));
  transform-origin: top;
}
.eco-line-1 {
  top: 118px;
  left: 36%;
  transform: rotate(-27deg);
}
.eco-line-2 {
  top: 117px;
  right: 36%;
  transform: rotate(27deg);
}
.eco-line-3 {
  top: 263px;
  left: 30%;
  height: 136px;
  transform: rotate(-85deg);
}
.eco-line-4 {
  top: 264px;
  right: 30%;
  height: 136px;
  transform: rotate(85deg);
}
.eco-line-5 {
  bottom: 103px;
  left: 38%;
  height: 152px;
  transform: rotate(-46deg);
}
.eco-line-6 {
  bottom: 102px;
  right: 38%;
  height: 152px;
  transform: rotate(46deg);
}
.eco-line-7 {
  bottom: 133px;
  left: 50%;
  height: 56px;
  transform: rotate(180deg);
}

.lp-global {
  padding: 113px 0;
  background: linear-gradient(145deg, #f9fcff, #e9f6ff);
}
.lp-global-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.05fr);
  align-items: center;
  gap: 78px;
}
.lp-global p:not(.lp-kicker) {
  max-width: 600px;
  margin: 22px 0 0;
}
.lp-global-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.lp-global-values article {
  min-height: 116px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid #d8e7f4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}
.lp-global-values article:last-child {
  grid-column: 1/-1;
  grid-template-columns: auto auto minmax(0, 1fr);
  min-height: 76px;
  align-items: center;
}
.lp-global-values article > span {
  color: #8ea6bf;
  font-size: 8px;
  font-weight: 850;
}
.lp-global-values article > svg {
  color: #0970e7;
}
.lp-global-values strong {
  color: #315270;
  font-size: 12px;
  line-height: 1.45;
}

.lp-implementation {
  padding: 116px 0;
  background: #fff;
}
.lp-implementation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.58fr);
  gap: 78px;
  align-items: end;
}
.lp-implementation-heading > p:not(.lp-kicker) {
  margin: 0;
}
.lp-implementation-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}
.lp-implementation-steps li {
  position: relative;
  min-height: 225px;
  padding: 25px 23px;
  border: 1px solid #dce9f4;
  border-left: 0;
  background: #fff;
}
.lp-implementation-steps li:first-child {
  border-left: 1px solid #dce9f4;
  border-radius: 18px 0 0 18px;
}
.lp-implementation-steps li:last-child {
  border-radius: 0 18px 18px 0;
}
.lp-implementation-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #e7f4ff;
  color: #0870e8;
  font-size: 10px;
  font-weight: 850;
}
.lp-implementation-steps h3 {
  margin: 44px 0 9px;
  color: #264a6b;
  font-size: 17px;
  letter-spacing: -0.035em;
}
.lp-implementation-steps p {
  margin: 0;
  color: #667d94;
  font-size: 11px;
  line-height: 1.68;
}
.lp-implementation-steps > li > svg {
  position: absolute;
  z-index: 2;
  top: 36px;
  right: -12px;
  width: 24px;
  padding: 2px;
  background: #fff;
  color: #75b8ee;
}

.lp-faq {
  padding: 114px 0;
  background: var(--lp-navy-deep);
  color: #fff;
}
.lp-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(500px, 1.1fr);
  gap: 90px;
}
.lp-faq .lp-kicker {
  color: #7ec7ff;
}
.lp-faq h2 {
  color: #fff;
}
.lp-faq-layout > div > p:not(.lp-kicker) {
  color: #b7d0e9;
}
.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  color: #7dcbff !important;
  font-size: 12px;
  font-weight: 800;
}
.lp-faq-list {
  display: grid;
  gap: 9px;
}
.lp-faq-list details {
  border: 1px solid rgba(152, 203, 247, 0.21);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}
.lp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 17px 19px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  list-style: none;
}
.lp-faq-list summary::-webkit-details-marker {
  display: none;
}
.lp-faq-list summary svg {
  flex: 0 0 auto;
  color: #91ccff;
  transition: transform 0.18s ease;
}
.lp-faq-list details[open] summary svg {
  transform: rotate(180deg);
}
.lp-faq-list details > p {
  margin: -3px 19px 18px;
  color: #b8cfe5;
  font-size: 12px;
  line-height: 1.72;
}

.lp-demo {
  position: relative;
  padding: 116px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0875e6, #0a4da8);
  color: #fff;
}
.lp-demo-orb {
  position: absolute;
  border: 1px solid rgba(160, 222, 255, 0.18);
  border-radius: 50%;
}
.lp-demo-orb-one {
  top: -180px;
  left: -160px;
  width: 500px;
  height: 500px;
}
.lp-demo-orb-two {
  right: -220px;
  bottom: -260px;
  width: 640px;
  height: 640px;
  border-width: 60px;
}
.lp-demo-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.06fr);
  align-items: start;
  gap: 88px;
}
.lp-demo .lp-kicker {
  color: #a4dcff;
}
.lp-demo h2 {
  color: #fff;
}
.lp-demo-copy > p:not(.lp-kicker) {
  max-width: 570px;
  color: #d4eaff;
}
.lp-demo-points {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}
.lp-demo-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e0f0ff;
  font-size: 12px;
  font-weight: 650;
}
.lp-demo-points svg {
  color: #b7efff;
}
.lp-demo-email {
  display: grid;
  grid-template-columns: 37px 1fr auto;
  align-items: center;
  gap: 10px;
  max-width: 330px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(172, 222, 255, 0.27);
  border-radius: 14px;
  background: rgba(3, 53, 132, 0.21);
}
.lp-demo-email > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #d3f1ff;
}
.lp-demo-email div {
  display: grid;
  gap: 2px;
}
.lp-demo-email small {
  color: #abd5f7;
  font-size: 8px;
  font-weight: 700;
}
.lp-demo-email strong {
  color: #fff;
  font-size: 11px;
}
.lp-demo-email > svg {
  color: #a7e0ff;
}
.lp-demo-form {
  display: grid;
  gap: 15px;
  padding: 30px;
  border: 1px solid rgba(174, 221, 255, 0.52);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 32px 68px rgba(1, 31, 88, 0.26);
}
.lp-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.lp-demo-form label {
  display: grid;
  gap: 7px;
  color: #345573;
  font-size: 10px;
  font-weight: 800;
}
.lp-demo-form label small {
  color: #8297ab;
  font-size: 9px;
  font-weight: 650;
}
.lp-demo-form input,
.lp-demo-form select,
.lp-demo-form textarea {
  width: 100%;
  border: 1px solid #d6e4f1;
  border-radius: 10px;
  background: #f9fcff;
  color: #1f4365;
  font-size: 12px;
  font-weight: 550;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.lp-demo-form input,
.lp-demo-form select {
  height: 46px;
  padding: 0 12px;
}
.lp-demo-form textarea {
  padding: 12px;
  resize: vertical;
}
.lp-demo-form input:focus,
.lp-demo-form select:focus,
.lp-demo-form textarea:focus {
  border-color: #55aaf1;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(39, 147, 235, 0.11);
  outline: 0;
}
.lp-demo-form .lp-button {
  width: 100%;
  border: 0;
}
.lp-consent,
.lp-mailto-note {
  margin: -1px 0 0;
  color: #758aa1;
  font-size: 9px;
  line-height: 1.55;
}
.lp-mailto-note {
  text-align: center;
}

.lp-footer {
  border-top: 1px solid #d4e7f6;
  background: linear-gradient(180deg, #f7fbff, #eaf5ff);
  color: #24496f;
}
.lp-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 80px;
  padding: 58px 0 46px;
}
.lp-footer-lockup {
  display: block;
  width: min(100%, 370px);
  height: auto;
}
.lp-footer-main > div > p {
  max-width: 450px;
  margin: 19px 0 0;
  color: #617a95;
  font-size: 12px;
  line-height: 1.75;
}
.lp-footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.lp-footer-links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}
.lp-footer-links small {
  margin-bottom: 4px;
  color: #3f79b2;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lp-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #385e82;
  font-size: 11px;
}
.lp-footer-links a:hover {
  color: #0874e8;
}
.lp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 19px 0;
  border-top: 1px solid #d2e5f5;
  color: #6d87a1;
  font-size: 9px;
}

@media (max-width: 1120px) {
  .lp-desktop-nav {
    gap: 14px;
  }
  .lp-hero-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(475px, 1.02fr);
    gap: 16px;
  }
  .lp-product-stage {
    margin-right: -45px;
    transform: scale(0.93);
    transform-origin: right center;
  }
  .lp-platform-rail-inner {
    gap: 21px;
  }
  .lp-platform-rail-inner > p {
    flex-basis: 145px;
  }
  .lp-platform-rail-inner > div {
    gap: 8px;
  }
  .lp-platform-rail article {
    padding-left: 10px;
  }
  .lp-platform-rail strong {
    font-size: 11px;
  }
  .lp-agentic-layout,
  .lp-essd-layout,
  .lp-global-layout {
    gap: 52px;
  }
  .lp-essd-visual {
    min-height: 420px;
  }
  .lp-essd-product-card-official {
    right: 10px;
    transform: perspective(1500px) rotateY(2deg) rotateX(0.5deg);
  }
  .lp-capability-group {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .lp-compliance-item.item-1,
  .lp-compliance-item.item-3 {
    left: 36px;
  }
  .lp-compliance-item.item-2,
  .lp-compliance-item.item-4 {
    right: 36px;
  }
  .eco-finance {
    left: 5%;
  }
  .eco-bc {
    right: 5%;
  }
}

@media (max-width: 920px) {
  .lp-wrap {
    width: min(calc(100% - 40px), var(--lp-wrap));
  }
  .lp-header-inner {
    min-height: 70px;
  }
  .lp-desktop-nav,
  .lp-header-cta {
    display: none;
  }
  .lp-menu-button {
    display: grid;
    margin-left: auto;
  }
  .lp-mobile-nav {
    display: grid;
    max-height: 0;
    gap: 0;
    overflow: hidden;
    padding: 0 20px;
    border-top: 0 solid transparent;
    background: #fff;
    transition:
      max-height 0.25s ease,
      padding 0.25s ease,
      border-color 0.25s ease;
  }
  .lp-mobile-nav.is-open {
    max-height: 450px;
    gap: 2px;
    padding: 13px 20px 17px;
    border-top: 1px solid #e1edf7;
  }
  .lp-mobile-nav a:not(.lp-button) {
    padding: 10px 4px;
    color: #315271;
    font-size: 13px;
    font-weight: 750;
  }
  .lp-mobile-nav .lp-button {
    margin-top: 8px;
  }
  .lp-hero {
    min-height: auto;
  }
  .lp-hero-image {
    width: 100%;
    opacity: 0.21;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
    object-position: center top;
  }
  .lp-hero-photo-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.85),
      rgba(248, 252, 255, 0.92) 49%,
      #f2f9ff
    );
  }
  .lp-hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 66px 0 49px;
  }
  .lp-hero-copy {
    max-width: 710px;
  }
  .lp-hero h1 {
    max-width: 700px;
  }
  .lp-product-stage {
    min-height: 470px;
    margin: -2px 0 0;
    transform: none;
  }
  .lp-hero-dashboard {
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-float-workforce {
    left: 2%;
  }
  .lp-float-compliance {
    right: 1%;
  }
  .lp-platform-rail-inner {
    align-items: start;
    flex-direction: column;
    gap: 15px;
    padding: 24px 0;
  }
  .lp-platform-rail-inner > p {
    flex: none;
  }
  .lp-platform-rail-inner > div {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .lp-platform-rail article:nth-child(3) {
    border-left: 0;
  }
  .lp-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-agentic-layout {
    grid-template-columns: 1fr;
  }
  .lp-agentic-map {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .lp-intro-row,
  .lp-compliance-heading,
  .lp-implementation-heading {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .lp-capability-group {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .lp-capability-group-title {
    grid-template-columns: 39px minmax(0, 1fr);
    align-items: start;
  }
  .lp-capability-group-title > span {
    grid-row: 1;
  }
  .lp-compliance-canvas {
    min-height: 545px;
  }
  .lp-compliance-item {
    width: 200px;
  }
  .lp-compliance-item.item-1 {
    top: 32px;
    left: 28px;
  }
  .lp-compliance-item.item-2 {
    top: 32px;
    right: 28px;
  }
  .lp-compliance-item.item-3 {
    bottom: 32px;
    left: 28px;
  }
  .lp-compliance-item.item-4 {
    right: 28px;
    bottom: 32px;
  }
  .lp-essd-layout {
    grid-template-columns: 1fr;
  }
  .lp-essd-copy {
    max-width: 690px;
    order: -1;
  }
  .lp-essd-visual {
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
  }
  .lp-essd-browser {
    width: calc(100% - 75px);
  }
  .lp-essd-mobile {
    right: 0;
  }
  .lp-essd-product-card-official {
    right: 0;
    transform: none;
    border-radius: 20px;
  }
  .lp-essd-product-card-official .lp-essd-product-head {
    top: 10px;
    left: 14px;
    right: auto;
    padding: 8px 10px;
  }
  .lp-essd-product-head .lp-artwork {
    width: 22px;
    height: 22px;
  }
  .lp-essd-function-grid {
    gap: 8px 12px;
  }
  .lp-essd-function-grid span {
    font-size: 10px;
  }
  .lp-micro-flow {
    gap: 5px;
    font-size: 8px;
  }
  .lp-global-layout {
    grid-template-columns: 1fr;
  }
  .lp-implementation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-implementation-steps li:nth-child(3) {
    border-left: 1px solid #dce9f4;
    border-radius: 18px 0 0 18px;
  }
  .lp-implementation-steps li:nth-child(2) {
    border-radius: 0 18px 18px 0;
  }
  .lp-faq-layout,
  .lp-demo-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-demo-form {
    max-width: 650px;
  }
  .lp-footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .lp-page {
    font-size: 16px;
  }
  .lp-wrap {
    width: min(calc(100% - 32px), var(--lp-wrap));
  }
  .lp-brand-wordmark {
    width: 148px;
  }
  .lp-hero-layout {
    padding-top: 48px;
  }
  .lp-hero-eyebrow {
    font-size: 8.5px;
    letter-spacing: 0.08em;
  }
  .lp-hero h1 {
    font-size: clamp(40px, 11.4vw, 49px);
  }
  .lp-hero-copy > p:not(.lp-hero-eyebrow),
  .lp-section-intro > p:not(.lp-kicker),
  .lp-compliance-heading > p,
  .lp-agentic-copy > p:not(.lp-kicker),
  .lp-essd-copy > p:not(.lp-kicker),
  .lp-global p:not(.lp-kicker),
  .lp-implementation-heading > p:not(.lp-kicker),
  .lp-faq-layout > div > p:not(.lp-kicker),
  .lp-demo-copy > p:not(.lp-kicker) {
    font-size: 17px;
  }
  .lp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .lp-hero-actions .lp-button {
    width: 100%;
  }
  .lp-hero-proof {
    gap: 9px;
  }
  .lp-product-stage {
    min-height: 342px;
    margin-top: 8px;
  }
  .lp-hero-dashboard {
    top: 15px;
    width: 100%;
    min-height: 301px;
    border-radius: 17px;
  }
  .lp-window-bar {
    height: 33px;
    padding: 0 10px;
  }
  .lp-window-bar p {
    font-size: 6px;
  }
  .lp-window-bar em {
    display: none;
  }
  .lp-dashboard-body {
    padding: 14px 12px 12px;
  }
  .lp-dashboard-heading strong {
    font-size: 12px;
  }
  .lp-dashboard-heading > span {
    font-size: 6px;
  }
  .lp-hero-metrics article {
    min-height: 65px;
    padding: 8px;
  }
  .lp-hero-metrics strong {
    font-size: 14px;
  }
  .lp-hero-metrics small,
  .lp-hero-metrics span {
    font-size: 6px;
  }
  .lp-mini-chart {
    min-height: 104px;
    padding: 8px;
  }
  .lp-chart-bars {
    height: 55px;
    gap: 5px;
    padding-top: 6px;
  }
  .lp-payroll-summary {
    min-height: 104px;
    padding: 9px;
  }
  .lp-payroll-summary strong {
    margin-top: 5px;
    font-size: 14px;
  }
  .lp-dashboard-table > div {
    min-height: 20px;
    padding: 0 7px;
    font-size: 5.4px;
  }
  .lp-dashboard-table > div:first-child {
    min-height: 18px;
    font-size: 5px;
  }
  .lp-dashboard-table b {
    padding: 2px 4px;
    font-size: 5px;
  }
  .lp-float-card {
    gap: 5px;
    padding: 7px;
    border-radius: 10px;
  }
  .lp-float-card > span {
    width: 23px;
    height: 23px;
    border-radius: 7px;
  }
  .lp-float-card > span svg {
    width: 13px;
  }
  .lp-float-card small {
    font-size: 5px;
  }
  .lp-float-card strong {
    font-size: 6.5px;
  }
  .lp-float-run {
    top: -7px;
    right: 2px;
  }
  .lp-float-workforce {
    bottom: -4px;
    left: -2px;
  }
  .lp-float-compliance {
    right: -3px;
    bottom: -4px;
  }
  .lp-platform-rail-inner > div {
    grid-template-columns: 1fr;
  }
  .lp-platform-rail article,
  .lp-platform-rail article:nth-child(3) {
    min-height: 64px;
    padding-left: 0;
    border-left: 0;
  }
  .lp-platform-rail article > img {
    width: 36px;
    height: 36px;
  }
  .lp-platform-rail article > svg {
    width: 31px;
    height: 31px;
  }
  .lp-platform-rail small {
    font-size: 10px;
  }
  .lp-platform-rail strong {
    font-size: 13px;
  }
  .lp-outcomes,
  .lp-agentic,
  .lp-capabilities,
  .lp-compliance,
  .lp-essd,
  .lp-insight-section,
  .lp-ecosystem,
  .lp-global,
  .lp-implementation,
  .lp-faq,
  .lp-demo {
    padding: 80px 0;
  }
  .lp-section-intro h2,
  .lp-agentic h2,
  .lp-compliance h2,
  .lp-essd h2,
  .lp-global h2,
  .lp-implementation h2,
  .lp-faq h2,
  .lp-demo h2 {
    font-size: clamp(31px, 9vw, 39px);
  }
  .lp-outcome-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .lp-outcome-grid article {
    min-height: 310px;
    padding: 26px 24px 24px;
  }
  .lp-outcome-grid article > div {
    min-height: 91px;
  }
  .lp-outcome-icon {
    top: -18px;
    right: -14px;
    width: 114px;
    height: 108px;
  }
  .lp-outcome-grid h3 {
    margin-top: 15px;
    font-size: 25px;
  }
  .lp-outcome-grid p {
    font-size: 15px;
  }
  .lp-agentic-map {
    min-height: 692px;
    border-radius: 21px;
  }
  .lp-agentic-map::before {
    top: 146px;
    right: 6%;
    left: 6%;
    height: 395px;
  }
  .lp-agentic-map::after {
    top: 251px;
    right: 18%;
    left: 18%;
    height: 188px;
  }
  .lp-agentic-map-label {
    top: 18px;
    left: 18px;
    font-size: 9px;
  }
  .lp-agentic-map-badge {
    top: 45px;
    right: auto;
    left: 18px;
    font-size: 8px;
  }
  .agentic-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 147px 174px 147px;
    gap: 12px;
    min-height: 692px;
    padding: 94px 13px 72px;
  }
  .agentic-process-links {
    display: none;
  }
  .agent-node {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }
  .agent-node-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .agent-node b {
    font-size: 8px;
  }
  .agent-node strong {
    font-size: 12px;
  }
  .agent-node small {
    font-size: 9px;
    line-height: 1.43;
  }
  .agent-node-one {
    grid-column: 1;
    grid-row: 1;
  }
  .agent-node-two {
    grid-column: 2;
    grid-row: 1;
  }
  .agent-node-three {
    grid-column: 1;
    grid-row: 3;
  }
  .agent-node-four {
    grid-column: 2;
    grid-row: 3;
  }
  .agent-node-core {
    grid-column: 1 / span 2;
    grid-row: 2;
    min-height: 174px;
    padding: 17px;
  }
  .agent-node-core strong {
    font-size: 18px;
  }
  .agentic-map-note {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 9px;
  }
  .lp-capability-grid {
    grid-template-columns: 1fr;
  }
  .lp-compliance-canvas {
    min-height: 732px;
    margin-top: 37px;
  }
  .lp-compliance-core {
    width: 145px;
    min-height: 145px;
  }
  .lp-compliance-item {
    width: calc(50% - 22px);
    min-height: 175px;
    padding: 14px;
  }
  .lp-compliance-item.item-1,
  .lp-compliance-item.item-2 {
    top: 24px;
  }
  .lp-compliance-item.item-3,
  .lp-compliance-item.item-4 {
    bottom: 24px;
  }
  .lp-compliance-item.item-1,
  .lp-compliance-item.item-3 {
    left: 14px;
  }
  .lp-compliance-item.item-2,
  .lp-compliance-item.item-4 {
    right: 14px;
  }
  .lp-compliance-item h3 {
    margin-top: 12px;
    font-size: 11px;
  }
  .lp-compliance-item p {
    font-size: 9px;
  }
  .lp-compliance-line {
    display: none;
  }
  .lp-regulatory-note {
    text-align: left;
  }
  .lp-essd-visual {
    min-height: 366px;
  }
  .lp-essd-browser {
    top: 7px;
    width: calc(100% - 36px);
    min-height: 314px;
    border-radius: 14px;
  }
  .lp-essd-product-card-official {
    right: 0;
    border-radius: 16px;
  }
  .lp-essd-product-card-official .lp-essd-product-head {
    top: 6px;
    left: 8px;
    padding: 6px 8px;
  }
  .lp-essd-product-card-official .lp-essd-product-head span {
    font-size: 9px;
  }
  .lp-essd-content {
    grid-template-columns: 69px minmax(0, 1fr);
    min-height: 275px;
  }
  .lp-essd-content aside {
    padding: 10px 6px;
  }
  .lp-essd-content aside > strong {
    margin-bottom: 8px;
    font-size: 8px;
  }
  .lp-essd-content aside a {
    padding: 5px;
    font-size: 5px;
  }
  .lp-essd-content main {
    padding: 10px;
  }
  .lp-essd-content main > header h3 {
    font-size: 10px;
  }
  .lp-essd-mini-metrics {
    margin-top: 8px;
  }
  .lp-essd-mini-metrics article {
    min-height: 54px;
    padding: 6px;
  }
  .lp-essd-mini-metrics strong {
    font-size: 10px;
  }
  .lp-essd-workspace {
    grid-template-columns: 1fr;
    margin-top: 5px;
  }
  .lp-essd-workspace > div {
    min-height: 74px;
    padding: 7px;
  }
  .lp-essd-action-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5px;
  }
  .lp-essd-action-grid span {
    padding: 4px;
    font-size: 5px;
  }
  .lp-essd-action-grid svg {
    width: 10px;
  }
  .lp-essd-requests {
    display: none !important;
  }
  .lp-essd-mobile {
    right: 0;
    bottom: 3px;
    width: 119px;
    min-height: 227px;
    padding: 17px 9px 9px;
    border-width: 4px;
    border-radius: 21px;
  }
  .lp-essd-mobile h3 {
    margin: 5px 0 9px;
    font-size: 9px;
  }
  .lp-mobile-payslip {
    padding: 7px;
  }
  .lp-mobile-payslip strong {
    font-size: 10px;
  }
  .lp-mobile-actions {
    gap: 4px;
    margin-top: 5px;
  }
  .lp-mobile-actions span {
    min-height: 31px;
    padding: 4px;
    font-size: 5px;
  }
  .lp-essd-function-grid {
    gap: 8px;
  }
  .lp-micro-flow {
    gap: 5px;
    font-size: 7px;
  }
  .lp-micro-flow span {
    padding: 6px 7px;
  }
  .lp-dashboard-showcase {
    margin-top: 33px;
    border-radius: 18px;
  }
  .lp-dashboard-tabs {
    padding: 8px;
  }
  .lp-dashboard-tabs button {
    min-width: 0;
    min-height: 35px;
    font-size: 10px;
  }
  .lp-insight-panel {
    padding: 17px;
  }
  .lp-insight-panel > header {
    display: grid;
    gap: 8px;
  }
  .lp-insight-panel > header h3 {
    font-size: 18px;
  }
  .lp-insight-metrics {
    gap: 7px;
    margin-top: 17px;
  }
  .lp-insight-metrics article {
    min-height: 78px;
    padding: 10px;
  }
  .lp-insight-metrics strong {
    font-size: 16px;
  }
  .lp-insight-metrics span,
  .lp-insight-metrics small {
    font-size: 7px;
  }
  .lp-insight-grid {
    grid-template-columns: 1fr;
  }
  .lp-insight-chart {
    min-height: 196px;
    padding: 12px;
  }
  .lp-insight-bars {
    height: 125px;
    gap: 9px;
    padding-inline: 6px;
  }
  .lp-insight-axis {
    gap: 9px;
    padding-inline: 6px;
  }
  .lp-ecosystem-canvas {
    min-height: 652px;
    margin-top: 35px;
  }
  .lp-eco-center {
    width: 172px;
    min-height: 138px;
  }
  .lp-eco-node {
    padding: 8px;
    font-size: 7px;
  }
  .lp-eco-node span {
    max-width: 83px;
  }
  .eco-finance {
    top: 35px;
    left: 6px;
  }
  .eco-bc {
    top: 35px;
    right: 6px;
  }
  .eco-time {
    top: 198px;
    left: 6px;
  }
  .eco-access {
    top: 198px;
    right: 6px;
  }
  .eco-self {
    bottom: 87px;
    left: 12px;
  }
  .eco-report {
    bottom: 87px;
    right: 12px;
  }
  .eco-bank {
    bottom: 17px;
  }
  .lp-eco-line {
    display: none;
  }
  .lp-global-values {
    grid-template-columns: 1fr;
  }
  .lp-global-values article:last-child {
    grid-column: auto;
  }
  .lp-implementation-steps {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .lp-implementation-steps li,
  .lp-implementation-steps li:first-child,
  .lp-implementation-steps li:last-child,
  .lp-implementation-steps li:nth-child(2),
  .lp-implementation-steps li:nth-child(3) {
    min-height: 165px;
    border-left: 1px solid #dce9f4;
    border-top: 0;
    border-radius: 0;
  }
  .lp-implementation-steps li:first-child {
    border-top: 1px solid #dce9f4;
    border-radius: 16px 16px 0 0;
  }
  .lp-implementation-steps li:last-child {
    border-radius: 0 0 16px 16px;
  }
  .lp-implementation-steps h3 {
    margin-top: 24px;
  }
  .lp-implementation-steps > li > svg {
    top: auto;
    right: 50%;
    bottom: -12px;
    transform: translateX(50%) rotate(90deg);
  }
  .lp-faq-layout {
    gap: 34px;
  }
  .lp-faq-list summary {
    min-height: 57px;
    padding: 14px;
    font-size: 12px;
  }
  .lp-demo-layout {
    gap: 37px;
  }
  .lp-form-row {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .lp-demo-form {
    padding: 20px;
  }
  .lp-footer-main {
    padding: 47px 0 34px;
  }
  .lp-footer-links {
    grid-template-columns: 1fr;
  }
  .lp-footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .lp-platform-rail-inner > p {
    flex: none;
  }
}

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