/* DS Payroll 365 - Saudi enterprise glass redesign */

.lp-page {
  --lp-navy: #06245c;
  --lp-navy-deep: #021637;
  --lp-blue: #176bf7;
  --lp-blue-bright: #4ac7ff;
  --lp-cyan: #a8ecff;
  --lp-ice: #eaf8ff;
  --lp-ice-2: #f6fbff;
  --lp-ink: #14365b;
  --lp-muted: #58728d;
  --lp-line: #cae5f5;
  --lp-green: #10956d;
  --lp-shadow: 0 28px 70px rgba(8, 54, 126, 0.14);
  --lp-wrap: 1280px;
  background:
    radial-gradient(
      circle at 9% 0%,
      rgba(77, 192, 255, 0.2),
      transparent 25rem
    ),
    radial-gradient(
      circle at 95% 31%,
      rgba(75, 151, 255, 0.11),
      transparent 29rem
    ),
    linear-gradient(180deg, #f6fcff 0%, #edf8ff 46%, #f9fdff 100%);
  color: var(--lp-ink);
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
}

.lp-faq {
  margin-bottom: 50px !important;
}

.lp-page::selection {
  background: #cbeeff;
  color: #07306e;
}
.lp-wrap {
  width: min(calc(100% - 48px), var(--lp-wrap));
}
.lp-page section[id] {
  scroll-margin-top: 105px;
}
.lp-page :is(a, button, summary, input, select, textarea):focus-visible {
  outline-color: #51c9ff;
}

/* Header */
.lp-header {
  top: 12px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.lp-header-inner {
  min-height: 72px;
  padding: 0 18px;
  border: 1px solid rgba(202, 228, 247, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 12px 34px rgba(4, 45, 108, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
}
.lp-brand {
  padding-bottom: 8px;
}
.lp-brand-wordmark {
  width: 170px;
}
.lp-brand small {
  color: #67829e;
  font-size: 7.5px;
}
.lp-desktop-nav {
  gap: 7px;
}
.lp-desktop-nav a {
  padding: 9px 10px;
  border-radius: 9px;
  color: #365b82;
  font-size: 11.5px;
}
.lp-desktop-nav a:hover {
  background: rgba(44, 155, 241, 0.1);
  color: #086ae4;
}
.lp-header-cta {
  min-height: 43px;
  padding-inline: 17px;
  border-radius: 12px;
  box-shadow: 0 11px 24px rgba(14, 102, 230, 0.19);
}

/* Hero */
.lp-hero {
  width: min(calc(100% - 28px), 1450px);
  min-height: 764px;
  margin: 22px auto 0;
  border: 1px solid rgba(117, 198, 255, 0.37);
  border-radius: 36px;
  background: #02183d;
  box-shadow: 0 36px 95px rgba(1, 26, 72, 0.27);
}
.lp-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 5% 92%, rgba(0, 171, 255, 0.22), transparent 25%),
    linear-gradient(
      110deg,
      rgba(2, 17, 52, 0.98) 0%,
      rgba(2, 22, 59, 0.94) 37%,
      rgba(3, 23, 65, 0.55) 68%,
      rgba(1, 20, 54, 0.22) 100%
    );
  content: "";
}
.lp-hero-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-position: center;
  mask-image: none;
}
.lp-hero-photo-overlay {
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(2, 16, 49, 0.98) 0%,
    rgba(2, 20, 57, 0.96) 35%,
    rgba(2, 19, 54, 0.6) 63%,
    rgba(3, 18, 47, 0.12) 100%
  );
}
.lp-hero-grid-lines {
  right: 24%;
  bottom: -33%;
  width: 55%;
  height: 82%;
  opacity: 0.5;
  background-size: 38px 38px;
  transform: rotate(9deg);
}
.lp-hero-layout {
  min-height: 762px;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  gap: 28px;
  padding: 110px 60px 78px;
}
.lp-hero-copy {
  max-width: 600px;
  padding-top: 0;
}
.lp-hero-eyebrow {
  display: grid;
  align-items: start;
  gap: 12px;
  margin-bottom: 26px;
  color: #0c6dcf;
  font-size: 12px;
  letter-spacing: 0.11em;
}
.lp-hero-eyebrow-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.lp-hero-eyebrow-main b {
  color: inherit;
  font: inherit;
  font-weight: 850;
  text-transform: uppercase;
}
.lp-hero-eyebrow > span {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(138, 223, 255, 0.38);
  border-radius: 10px;
  background: rgba(70, 190, 255, 0.13);
  color: #82ddff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.lp-hero-eyebrow i {
  background: #70cdf7;
}
.lp-hero-built-on {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(169, 218, 246, 0.8);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 9px 19px rgba(7, 88, 157, 0.08),
    inset 0 1px 0 #fff;
}
.lp-hero-built-on small {
  color: #3375a7;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
.lp-hero-built-on img {
  display: block;
  width: 151px;
  height: 28px;
  object-fit: contain;
  object-position: left center;
}
.lp-hero h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(56px, 5.25vw, 78px);
  letter-spacing: -0.067em;
  line-height: 0.99;
  text-shadow: 0 10px 25px rgba(0, 4, 26, 0.2);
}
.lp-hero h1 em {
  color: #67d4ff;
}
.lp-hero-copy > p:not(.lp-hero-eyebrow) {
  max-width: 590px;
  margin-top: 28px;
  color: #c6ddf0;
  font-size: 21px;
  font-weight: 520;
  line-height: 1.64;
}
.lp-hero-actions {
  gap: 13px;
  margin-top: 31px;
}
.lp-button {
  min-height: 55px;
  border: 1px solid #1d94ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #1d90ff, #1065e9 78%);
  box-shadow:
    0 16px 30px rgba(5, 111, 248, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 13px;
}
.lp-button:hover {
  box-shadow: 0 20px 36px rgba(5, 111, 248, 0.4);
}
.lp-button-secondary {
  border-color: rgba(198, 235, 255, 0.4);
  background: rgba(255, 255, 255, 0.09);
  color: #e8f7ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(13px);
}
.lp-button-secondary:hover {
  border-color: rgba(200, 239, 255, 0.7);
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}
.lp-hero-proof {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 28px;
}
.lp-hero-proof li {
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(160, 222, 255, 0.17);
  border-radius: 12px;
  background: rgba(7, 43, 94, 0.35);
  color: #d5ebfb;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}
.lp-hero-proof svg {
  width: 19px;
  height: 19px;
  color: #62d8ac;
}

.lp-product-stage {
  min-height: 525px;
  margin-right: 0;
}
.lp-stage-glow-one {
  right: 6%;
  top: 2%;
  width: 380px;
  height: 380px;
  background: rgba(62, 203, 255, 0.17);
}
.lp-stage-glow-two {
  left: 2%;
  bottom: 1%;
  width: 270px;
  height: 270px;
  background: rgba(20, 93, 255, 0.18);
}
.lp-hero-dashboard {
  top: 56px;
  right: 0;
  bottom: auto;
  left: auto;
  width: min(592px, 100%);
  min-height: 418px;
  border: 1px solid rgba(156, 226, 255, 0.32);
  border-radius: 26px;
  background: linear-gradient(
    145deg,
    rgba(10, 58, 128, 0.8),
    rgba(4, 27, 76, 0.82)
  );
  box-shadow:
    0 35px 74px rgba(0, 10, 39, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22px);
  transform: perspective(1500px) rotateY(-8deg) rotateX(2deg) rotateZ(0.5deg);
}
.lp-window-bar {
  border-color: rgba(172, 223, 255, 0.14);
  background: rgba(3, 19, 55, 0.42);
}
.lp-window-bar > span {
  background: rgba(186, 223, 250, 0.38);
}
.lp-window-bar > span:first-child {
  background: #4ec4ff;
}
.lp-window-bar p {
  color: #b7dbf4;
}
.lp-window-bar em {
  background: rgba(86, 207, 170, 0.15);
  color: #92f0c1;
}
.lp-dashboard-body {
  padding: 23px;
}
.lp-dashboard-heading small {
  color: #8eb9d8;
}
.lp-dashboard-heading strong {
  color: #fff;
  font-size: 19px;
}
.lp-dashboard-heading > span {
  border: 1px solid rgba(120, 238, 190, 0.2);
  background: rgba(54, 196, 139, 0.13);
  color: #9bf1c6;
}
.lp-hero-metrics article {
  border-color: rgba(153, 219, 255, 0.15);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-hero-metrics small {
  color: #a8c7df;
}
.lp-hero-metrics strong {
  color: #fff;
}
.lp-hero-metrics span {
  color: #96dfbf;
}
.lp-hero-metrics span.is-warm {
  color: #ffd59a;
}
.lp-mini-chart {
  border-color: rgba(153, 219, 255, 0.15);
  background:
    linear-gradient(rgba(133, 209, 255, 0.08) 1px, transparent 1px),
    rgba(4, 26, 74, 0.48);
  background-size: 100% 28px;
}
.lp-chart-title span {
  color: #d8f1ff;
}
.lp-chart-title small,
.lp-chart-axis {
  color: #8fb4ce;
}
.lp-chart-bars i,
.lp-insight-bars i {
  background: linear-gradient(180deg, #79deff, #1c7fff);
  box-shadow: 0 8px 17px rgba(18, 129, 255, 0.22);
}
.lp-payroll-summary {
  background: linear-gradient(
    145deg,
    rgba(35, 152, 255, 0.98),
    rgba(21, 75, 203, 0.98)
  );
}
.lp-dashboard-table {
  border-color: rgba(153, 219, 255, 0.15);
}
.lp-dashboard-table > div {
  border-color: rgba(153, 219, 255, 0.12);
  color: #b2cce1;
}
.lp-dashboard-table > div:first-child {
  background: rgba(255, 255, 255, 0.07);
  color: #9bc2df;
}
.lp-dashboard-table strong {
  color: #e1f5ff;
}
.lp-dashboard-table b {
  background: rgba(255, 168, 75, 0.18);
  color: #ffd08c;
}
.lp-dashboard-table b.is-ready {
  background: rgba(74, 207, 155, 0.14);
  color: #91efbf;
}
.lp-float-card {
  border-color: rgba(174, 226, 255, 0.36);
  background: rgba(5, 35, 91, 0.72);
  box-shadow: 0 18px 40px rgba(0, 6, 32, 0.32);
}
.lp-float-card > span {
  background: rgba(74, 185, 255, 0.18);
  color: #90dcff;
}
.lp-float-card small {
  color: #a7c8df;
}
.lp-float-card strong {
  color: #fff;
}
.lp-float-card > svg {
  color: #79e6b4;
}

/* Product alignment */
.lp-platform-rail {
  width: min(calc(100% - 88px), 1280px);
  margin: -44px auto 0;
  overflow: hidden;
  border: 1px solid rgba(190, 224, 244, 0.85);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 24px 52px rgba(14, 79, 147, 0.13),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(20px);
}
.lp-platform-rail .lp-wrap {
  width: 100%;
  padding: 8px 26px;
}
.lp-platform-rail-inner {
  min-height: 108px;
  gap: 27px;
}
.lp-platform-rail-inner > p {
  flex-basis: 178px;
  color: #2a5e91;
  font-size: 11px;
}
.lp-platform-rail-inner > div {
  gap: 0;
}
.lp-platform-rail article {
  min-height: 64px;
  gap: 11px;
  padding: 0 15px;
}
.lp-platform-rail article > img {
  width: 36px;
  height: 36px;
}
.lp-platform-rail article > svg {
  width: 30px;
  height: 30px;
  color: #0976eb;
}
.lp-platform-rail small {
  color: #7390a8;
  font-size: 9px;
}
.lp-platform-rail strong {
  color: #1e4974;
  font-size: 12px;
}

/* Shared editorial hierarchy */
.lp-outcomes,
.lp-capabilities,
.lp-compliance,
.lp-essd,
.lp-insight-section,
.lp-ecosystem,
.lp-global,
.lp-implementation,
.lp-faq,
.lp-demo {
  padding: 100px 0;
}
.lp-outcomes {
  padding-top: 151px;
}
.lp-kicker {
  color: #0872e7;
  font-size: 10px;
  letter-spacing: 0.15em;
}
.lp-section-intro {
  max-width: 920px;
}
.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 {
  color: #082d65;
  font-size: clamp(41px, 4vw, 61px);
  letter-spacing: -0.064em;
  line-height: 1.04;
}
.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: #58738e;
  font-size: 18px;
  line-height: 1.78;
}
.lp-section-intro > p:not(.lp-kicker) {
  max-width: 800px;
}
.lp-intro-row {
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.68fr);
  gap: 80px;
}

/* Outcome bento */
.lp-outcome-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
  margin-top: 52px;
  padding-top: 54px;
}
.lp-outcome-card {
  position: relative;
  min-width: 0;
  padding-top: 54px;
}
.lp-outcome-grid article {
  min-height: 300px;
  padding: 28px 29px;
  border: 1px solid rgba(194, 225, 244, 0.9);
  border-radius: 27px !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(237, 248, 255, 0.8)
  );
  box-shadow:
    0 18px 42px rgba(8, 73, 149, 0.075),
    inset 0 1px 0 #fff;
}
.lp-outcome-card:nth-child(1),
.lp-outcome-card:nth-child(4) {
  grid-column: span 2;
}
.lp-outcome-grid article::after {
  right: -42px;
  bottom: -42px;
  width: 160px;
  height: 160px;
  border-color: rgba(31, 146, 243, 0.08);
}
.lp-outcome-grid article:nth-child(1) {
  grid-column: span 2;
}
.lp-outcome-grid article:nth-child(4) {
  grid-column: span 2;
}
.lp-outcome-grid article:hover {
  border-color: #86c9f6;
  box-shadow: 0 24px 48px rgba(8, 73, 149, 0.14);
  transform: translateY(-6px);
}
.lp-outcome-grid article > div {
  min-height: 102px;
}
.lp-outcome-grid article > div > span {
  width: 39px;
  height: 39px;
  border-color: #d5eafa;
  background: rgba(255, 255, 255, 0.84);
  color: #5d84a5;
}
.lp-outcome-card > .lp-outcome-icon {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 21px;
  width: 154px;
  height: 146px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
  filter: drop-shadow(0 16px 19px rgba(13, 102, 204, 0.17));
}
.lp-outcome-grid h3 {
  max-width: 350px;
  margin-top: 16px;
  color: #0b3872;
  font-size: 28px;
}
.lp-outcome-grid p {
  max-width: 410px;
  color: #5d7792;
  font-size: 16px;
}
.lp-outcome-grid a {
  color: #0874e8;
  font-size: 13px;
}

/* Agentic payroll operating model */
.lp-agentic {
  width: min(calc(100% - 28px), 1450px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(100, 199, 255, 0.36);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(49, 194, 255, 0.27),
      transparent 25%
    ),
    linear-gradient(135deg, #052460, #061a49);
  box-shadow: 0 34px 82px rgba(2, 30, 83, 0.22);
}
.lp-agentic::before {
  opacity: 0.33;
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 79%);
}
.lp-agentic-layout {
  grid-template-columns: minmax(0, 0.87fr) minmax(500px, 1.13fr);
  gap: 72px;
}
.lp-agentic .lp-kicker {
  color: #8ee1ff;
}
.lp-agentic h2 {
  color: #fff;
}
.lp-agentic-copy > p:not(.lp-kicker) {
  color: #c5def3;
}
.lp-agentic-points {
  gap: 13px;
}
.lp-agentic-points article {
  padding: 12px;
  border: 1px solid rgba(154, 219, 255, 0.15);
  border-radius: 15px;
  background: rgba(7, 42, 103, 0.31);
}
.lp-agentic-points article > span {
  width: 40px;
  height: 40px;
  border-color: rgba(162, 229, 255, 0.34);
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(105, 210, 255, 0.29),
    rgba(33, 121, 229, 0.3)
  );
  color: #afeaff;
}
.lp-agentic-points strong {
  font-size: 15px;
}
.lp-agentic-points p {
  color: #bdd7ed;
  font-size: 12px;
}
.lp-agentic-map {
  border-color: rgba(163, 223, 255, 0.3);
  border-radius: 26px;
  background: linear-gradient(
    145deg,
    rgba(15, 89, 176, 0.76),
    rgba(4, 35, 94, 0.78)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 25px 57px rgba(0, 8, 43, 0.24);
}
.lp-agentic-map-badge {
  background: rgba(255, 255, 255, 0.1);
}
.agent-node {
  border-color: rgba(177, 229, 255, 0.28);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(25, 113, 207, 0.84),
    rgba(10, 61, 139, 0.84)
  );
}
.agent-node-core {
  background:
    radial-gradient(
      circle at 28% 10%,
      rgba(133, 232, 255, 0.68),
      transparent 25%
    ),
    linear-gradient(150deg, #1a9df6, #0955c1);
}

/* Capabilities as a glass solution library */
.lp-capabilities {
  background: transparent;
}
.lp-capability-groups {
  gap: 22px;
  margin-top: 54px;
}
.lp-capability-group {
  display: block;
  padding: 27px 28px 29px;
  border: 1px solid rgba(187, 222, 244, 0.88);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(238, 249, 255, 0.72)
  );
  box-shadow:
    0 22px 47px rgba(7, 74, 150, 0.07),
    inset 0 1px 0 #fff;
}
.lp-capability-group + .lp-capability-group {
  border-top: 1px solid rgba(187, 222, 244, 0.88);
}
.lp-capability-group-title {
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin-bottom: 23px;
}
.lp-capability-group-title > span {
  width: 51px;
  height: 51px;
  border: 1px solid #c6e5f8;
  border-radius: 17px;
  background: linear-gradient(145deg, #d7f2ff, #fff);
  color: #0879ea;
  box-shadow: 0 11px 23px rgba(9, 105, 208, 0.09);
}
.lp-capability-group-title p {
  margin-bottom: 14px;
  color: #0980ef;
  font-size: 10px;
  letter-spacing: 0.13em;
}
.lp-capability-group-title h3 {
  max-width: 690px;
  color: #113d75;
  font-size: clamp(24px, 2.25vw, 32px);
  letter-spacing: -0.052em;
  line-height: 1.1;
}
.lp-capability-group-title > small {
  align-self: center;
  padding: 8px 11px;
  border: 1px solid #d6eaf8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5c84a6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.lp-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.lp-capability-grid details {
  border-color: #d4e9f7;
  border-radius: 18px;
  background: rgba(250, 254, 255, 0.94);
  box-shadow: inset 0 1px 0 #fff;
}
.lp-capability-grid details[open] {
  border-color: #7ec9f8;
  background: #fff;
  box-shadow: 0 17px 32px rgba(12, 91, 178, 0.12);
}
.lp-capability-grid summary {
  grid-template-columns: 49px minmax(0, 1fr) 14px;
  min-height: 145px;
  gap: 12px;
  padding: 17px;
  align-items: center;
}
.lp-capability-grid summary > span {
  width: 49px;
  height: 49px;
  border: 1px solid #cae7f9;
  border-radius: 15px;
  background: linear-gradient(145deg, #e8f7ff, #fff);
  box-shadow: 0 9px 18px rgba(9, 111, 216, 0.09);
}
.lp-capability-grid summary > span .lp-artwork {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 6px 8px rgba(11, 91, 184, 0.16));
}
.lp-capability-grid summary strong {
  color: #184b80;
  font-size: 13px;
  line-height: 1.32;
}
.lp-capability-grid summary small {
  color: #627f99;
  font-size: 10.5px;
  line-height: 1.52;
}
.lp-capability-grid details > p {
  margin: -1px 17px 17px 78px;
  color: #52718e;
  font-size: 11px;
  line-height: 1.65;
}

/* Saudi readiness */
.lp-compliance {
  position: relative;
}
.lp-compliance::before {
  right: -11%;
  bottom: -17%;
  border-color: rgba(23, 178, 132, 0.055);
}
.lp-compliance-heading {
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.65fr);
  gap: 78px;
}
.lp-compliance-canvas {
  min-height: 490px;
  border: 1px solid #cbe8f3;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(25, 175, 127, 0.13),
      transparent 20%
    ),
    linear-gradient(rgba(33, 142, 172, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 142, 172, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size:
    auto,
    42px 42px,
    42px 42px,
    auto;
  box-shadow:
    0 24px 50px rgba(7, 79, 135, 0.08),
    inset 0 1px 0 #fff;
}
.lp-compliance-canvas::after {
  border-color: rgba(25, 165, 125, 0.18);
}
.lp-compliance-core {
  border-color: #92e2c4;
  background: radial-gradient(circle at 30% 20%, #4bd4a5, #087d66);
  box-shadow:
    0 24px 48px rgba(4, 116, 87, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.lp-compliance-core span,
.lp-compliance-core small {
  color: #d7fff0;
}
.lp-compliance-item {
  border-color: #d1eae9;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 17px 35px rgba(8, 96, 123, 0.09);
}
.lp-compliance-item > div span {
  background: #e8faf3;
  color: #098060;
}
.lp-compliance-item > div b {
  color: #058063;
}
.lp-compliance-item h3 {
  color: #174d70;
  font-size: 14px;
}
.lp-compliance-item p {
  color: #627f91;
  font-size: 11px;
}
.lp-regulatory-note {
  border: 1px solid #cdebe2;
  border-radius: 13px;
  background: rgba(242, 255, 249, 0.8);
  color: #427668;
  padding: 12px !important;
}
.lp-regulatory-note svg {
  color: #0d9a70;
}

/* ESSD 365 product showcase */
.lp-essd {
  background: transparent;
}
.lp-essd-layout {
  grid-template-columns: minmax(550px, 1.1fr) minmax(0, 0.82fr);
  gap: 82px;
}
.lp-essd-visual {
  min-height: 505px;
  isolation: isolate;
}
.lp-essd-aurora {
  position: absolute;
  z-index: -2;
  inset: 16% 8% 5% 4%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(60, 185, 255, 0.32),
    transparent 66%
  );
  filter: blur(10px);
}
.lp-essd-product-card {
  position: absolute;
  inset: 0 22px 0 0;
  overflow: hidden;
  border: 1px solid rgba(191, 226, 247, 0.95);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 33px 66px rgba(7, 79, 151, 0.17),
    inset 0 1px 0 #fff;
  transform: perspective(1500px) rotateY(3.5deg) rotateX(1deg);
}
.lp-essd-product-head {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(206, 232, 248, 0.92);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.76);
  color: #154a83;
  box-shadow: 0 10px 25px rgba(12, 84, 153, 0.08);
  backdrop-filter: blur(14px);
}
.lp-essd-product-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 850;
}
.lp-essd-product-head span svg {
  color: #0879ea;
}
.lp-essd-product-head small {
  color: #7190ad;
  font-size: 9px;
  font-weight: 750;
}
.lp-essd-brochure-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-essd-glass-note {
  position: absolute;
  right: -16px;
  bottom: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  width: 255px;
  padding: 12px;
  border: 1px solid rgba(194, 230, 250, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 40px rgba(7, 71, 145, 0.18);
  backdrop-filter: blur(17px);
}
.lp-essd-glass-note > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #d9f4ff, #f6fcff);
  color: #0a7de9;
}
.lp-essd-glass-note div {
  display: grid;
  gap: 2px;
}
.lp-essd-glass-note small {
  color: #7190aa;
  font-size: 8px;
  font-weight: 750;
}
.lp-essd-glass-note strong {
  color: #1d527e;
  font-size: 10px;
  line-height: 1.4;
}
.lp-essd-copy > p:not(.lp-kicker) {
  margin-top: 22px;
}
.lp-essd-function-grid {
  gap: 10px 18px;
}
.lp-essd-function-grid span {
  padding: 8px 0;
  color: #315d85;
  font-size: 12px;
}
.lp-essd-function-grid b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #d4ebfa;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #0b79e8;
  font-size: 8px;
}
.lp-micro-flow {
  margin-top: 30px;
  padding: 13px;
  border: 1px solid #d7eaf7;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.73);
  color: #26618e;
  font-size: 10px;
  box-shadow: 0 12px 24px rgba(12, 90, 163, 0.05);
}
.lp-micro-flow span {
  background: transparent;
}
.lp-micro-flow svg {
  color: #3d9fee;
}

/* Insights */
.lp-insight-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #072967, #063e91);
}
.lp-insight-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(149, 218, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(149, 218, 255, 0.13) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  content: "";
}
.lp-insight-section .lp-wrap {
  position: relative;
}
.lp-insight-section .lp-kicker {
  color: #94e2ff;
}
.lp-insight-section .lp-section-intro h2 {
  color: #fff;
}
.lp-insight-section .lp-section-intro > p:not(.lp-kicker) {
  color: #c2dcf3;
}
.lp-dashboard-showcase {
  border-color: rgba(179, 230, 255, 0.32);
  border-radius: 27px;
  background: rgba(2, 28, 78, 0.45);
  box-shadow:
    0 28px 58px rgba(0, 12, 49, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
}
.lp-dashboard-tabs {
  background: rgba(4, 24, 67, 0.47);
}
.lp-dashboard-tabs button {
  color: #bed9ed;
}
.lp-dashboard-tabs button:hover,
.lp-dashboard-tabs button[aria-selected="true"] {
  background: rgba(91, 203, 255, 0.18);
  color: #fff;
}
.lp-insight-panel > header h3 {
  color: #fff;
}
.lp-insight-panel > header small {
  color: #a8d5f3;
}
.lp-insight-panel > header > span {
  background: rgba(82, 205, 160, 0.14);
  color: #a1f1c5;
}
.lp-insight-metrics article,
.lp-insight-chart,
.lp-insight-list {
  border-color: rgba(175, 226, 255, 0.17);
  background: rgba(255, 255, 255, 0.075);
}
.lp-insight-metrics small,
.lp-insight-metrics span {
  color: #abc9df;
}
.lp-insight-metrics strong,
.lp-insight-chart strong {
  color: #fff;
}
.lp-insight-chart > div:first-child span,
.lp-insight-axis {
  color: #93b8d3;
}
.lp-insight-list article {
  border-color: rgba(175, 226, 255, 0.13);
}
.lp-insight-list article > span {
  background: rgba(85, 213, 162, 0.13);
  color: #8cf0ba;
}
.lp-insight-list strong {
  color: #e7f6ff;
}
.lp-insight-list small {
  color: #aac4d9;
}
.lp-insight-list b {
  background: rgba(108, 203, 255, 0.14);
  color: #a8e4ff;
}
.lp-insight-note {
  border-color: rgba(181, 229, 255, 0.21);
  background: rgba(255, 255, 255, 0.07);
  color: #c7e7f8;
}

/* Microsoft ecosystem */
.lp-ecosystem {
  background: transparent;
}
.lp-ecosystem-canvas {
  border: 1px solid #c9e5f5;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(63, 188, 255, 0.18),
      transparent 16%
    ),
    linear-gradient(rgba(17, 118, 229, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 229, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.76);
  background-size:
    auto,
    44px 44px,
    44px 44px,
    auto;
  box-shadow:
    0 24px 55px rgba(6, 79, 147, 0.09),
    inset 0 1px 0 #fff;
}
.lp-eco-center {
  border-color: #b9e1f9;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 45px rgba(10, 91, 170, 0.12);
}
.lp-eco-center strong {
  color: #0b417b;
}
.lp-eco-center small {
  color: #5585a8;
}
.lp-eco-node {
  border-color: #cee8f7;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  color: #23608e;
  box-shadow: 0 13px 26px rgba(8, 78, 145, 0.08);
}
.lp-eco-node > svg {
  color: #0978e9;
}
.lp-eco-line {
  background: linear-gradient(
    90deg,
    rgba(40, 150, 240, 0.06),
    #59baf5,
    rgba(40, 150, 240, 0.06)
  );
}

/* Global and implementation */
.lp-global {
  width: min(calc(100% - 28px), 1450px);
  margin: 0 auto;
  border: 1px solid rgba(143, 210, 248, 0.44);
  border-radius: 35px;
  background: linear-gradient(135deg, #f7fdff, #d9f3ff);
  box-shadow: 0 24px 54px rgba(8, 80, 144, 0.09);
}
.lp-global-layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(490px, 1.04fr);
}
.lp-global-values {
  gap: 12px;
}
.lp-global-values article {
  min-height: 135px;
  border-color: rgba(173, 218, 242, 0.8);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.73);
  box-shadow: inset 0 1px 0 #fff;
}
.lp-global-values article:hover {
  background: #fff;
  box-shadow: 0 18px 30px rgba(7, 81, 148, 0.1);
}
.lp-global-values article > span {
  color: #82aeca;
}
.lp-global-values article > svg {
  color: #0a78e9;
}
.lp-global-values article strong {
  color: #245783;
}

.lp-implementation {
  background: transparent;
}
.lp-implementation-heading {
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.68fr);
  gap: 80px;
}
.lp-implementation-steps {
  margin-top: 55px;
  overflow: hidden;
  border: 1px solid #cfe8f6;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 18px 40px rgba(8, 73, 147, 0.06),
    inset 0 1px 0 #fff;
}
.lp-implementation-steps li {
  min-height: 224px;
  padding: 31px;
  border-color: #d9ecf7;
}
.lp-implementation-steps li > span {
  color: #64a6d5;
  font-size: 11px;
}
.lp-implementation-steps h3 {
  color: #124477;
  font-size: 20px;
}
.lp-implementation-steps p {
  color: #637d98;
  font-size: 13px;
}
.lp-implementation-steps > li > svg {
  color: #2998ee;
}

/* FAQ and conversion */
.lp-faq {
  width: min(calc(100% - 28px), 1450px);
  margin: 0 auto;
  border: 1px solid rgba(119, 203, 251, 0.34);
  border-radius: 35px;
  background:
    radial-gradient(
      circle at 90% 18%,
      rgba(67, 197, 255, 0.25),
      transparent 26%
    ),
    linear-gradient(135deg, #07265c, #082d6d);
  box-shadow: 0 30px 70px rgba(2, 34, 93, 0.19);
}
.lp-faq .lp-kicker {
  color: #9ce2ff;
}
.lp-faq h2 {
  color: #fff;
}
.lp-faq-layout > div > p:not(.lp-kicker) {
  color: #c4dff4;
}
.lp-text-link {
  color: #91d9ff !important;
}
.lp-faq-list details {
  border-color: rgba(163, 221, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}
.lp-faq-list summary {
  font-size: 14px;
}

.lp-demo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #087bea, #0755c2 58%, #063f98);
}
.lp-demo::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 235, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 235, 255, 0.1) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  content: "";
}
.lp-demo-layout {
  position: relative;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.06fr);
}
.lp-demo-form {
  border-color: rgba(185, 228, 255, 0.72);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 68px rgba(0, 28, 88, 0.27);
}
.lp-demo-copy > p:not(.lp-kicker) {
  color: #d9ecff;
}
.lp-demo-points span {
  font-size: 13px;
}
.lp-demo-email {
  border-radius: 16px;
  background: rgba(3, 51, 131, 0.25);
}

.lp-footer {
  background: #eef8ff;
}
.lp-footer-main {
  padding-top: 70px;
}

/* Final readability and composition pass. */
.lp-page h1 + p:not(.lp-hero-eyebrow),
.lp-page h2 + p:not(.lp-kicker),
.lp-page h3 + p {
  margin-top: 28px;
}
.lp-page h3 + p {
  margin-top: 13px;
}
.lp-implementation-copy h2 + p:not(.lp-kicker) {
  margin-top: 28px;
}
.lp-implementation-core strong {
  text-transform: capitalize;
}

/* A self-contained implementation journey, rather than a detached text block. */
.lp-implementation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 16%,
      rgba(96, 200, 255, 0.14),
      transparent 27%
    ),
    linear-gradient(135deg, rgba(247, 253, 255, 0.9), rgba(231, 247, 255, 0.8));
}
.lp-implementation::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(33, 143, 228, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 143, 228, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
}
.lp-implementation .lp-wrap {
  position: relative;
  z-index: 1;
}
.lp-implementation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
}
.lp-implementation-copy {
  max-width: 670px;
}
.lp-implementation-copy h2 {
  max-width: 650px;
  font-size: clamp(43px, 4.15vw, 61px);
}
.lp-implementation-copy > p:not(.lp-kicker) {
  max-width: 590px;
  color: #557895;
}
.lp-implementation-visual {
  position: relative;
  isolation: isolate;
  min-height: 354px;
  overflow: hidden;
  border: 1px solid rgba(151, 213, 246, 0.88);
  border-radius: 29px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(80, 192, 255, 0.22),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.92),
      rgba(225, 245, 255, 0.82)
    );
  box-shadow:
    0 24px 52px rgba(7, 91, 163, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.lp-implementation-visual::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(66, 176, 239, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(96, 204, 255, 0.055),
    0 0 0 43px rgba(96, 204, 255, 0.04);
  content: "";
  transform: translate(-50%, -50%);
}
.lp-implementation-visual > small {
  position: absolute;
  top: 20px;
  left: 22px;
  color: #2474ad;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lp-implementation-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(159, 218, 247, 0.92);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 13px 23px rgba(4, 85, 160, 0.12),
    inset 0 1px 0 #fff;
}
.lp-implementation-node .lp-artwork {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 7px 8px rgba(6, 92, 189, 0.16));
}
.lp-implementation-node.node-discover {
  top: 75px;
  left: 11%;
}
.lp-implementation-node.node-configure {
  top: 75px;
  right: 11%;
}
.lp-implementation-node.node-validate {
  bottom: 42px;
  left: 11%;
}
.lp-implementation-node.node-launch {
  right: 11%;
  bottom: 42px;
}
.lp-implementation-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 190px;
  min-height: 158px;
  place-items: center;
  gap: 13px;
  padding: 22px 19px;
  border: 1px solid rgba(110, 201, 246, 0.82);
  border-radius: 23px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.97),
    rgba(235, 249, 255, 0.9)
  );
  box-shadow:
    0 20px 37px rgba(6, 96, 178, 0.16),
    inset 0 1px 0 #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.lp-implementation-core img {
  width: 142px;
  height: auto;
}
.lp-implementation-core strong {
  max-width: 160px;
  color: #155486;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.lp-implementation-steps {
  margin-top: 53px;
  background: rgba(255, 255, 255, 0.78);
}
.lp-implementation-steps li {
  min-height: 224px;
  padding: 25px;
}
.lp-implementation-steps li > div {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  align-items: start;
  column-gap: 13px;
  row-gap: 6px;
  margin-top: 17px;
}
.lp-implementation-step-icon {
  display: grid;
  width: 47px;
  height: 47px;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid #c9e9f8;
  border-radius: 15px;
  background: linear-gradient(145deg, #e4f6ff, #fff);
  box-shadow: 0 8px 17px rgba(7, 93, 178, 0.1);
}
.lp-implementation-step-icon .lp-artwork {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 5px 7px rgba(7, 83, 181, 0.15));
}
.lp-implementation-steps li > div h3 {
  grid-column: 2;
  margin: 0;
  color: #164f81;
  font-size: 20px;
  line-height: 1.16;
}
.lp-implementation-steps li > div p {
  grid-column: 2;
  margin: 0;
  color: #5b7b96;
  font-size: 12px;
  line-height: 1.52;
}

/* Restore compact, readable benefit copy and use the GCC map as a hero icon. */
.lp-global-values article > div {
  gap: 9px;
}
.lp-global-values article p {
  font-size: 12px;
  line-height: 1.42;
}
.lp-global-values article:last-child > span {
  width: 66px;
  height: 58px;
  border-radius: 18px;
}
.lp-global-values article:last-child > span .lp-artwork {
  width: 62px;
  height: 53px;
  filter: drop-shadow(0 8px 10px rgba(5, 98, 194, 0.18));
}
.lp-global-values article:last-child {
  grid-template-columns: 66px minmax(0, 1fr);
}

/* Larger, more inviting paths to contact. */
.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 32px;
  padding: 13px 17px;
  border: 1px solid rgba(150, 221, 255, 0.4);
  border-radius: 999px;
  background: rgba(99, 196, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 11px 20px rgba(0, 22, 78, 0.17);
  color: #a9e5ff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.lp-text-link:hover {
  border-color: #92deff;
  background: rgba(105, 205, 255, 0.22);
  transform: translateY(-2px);
}
.lp-text-link svg {
  width: 19px;
  height: 19px;
}
.lp-demo-email {
  display: grid;
  width: min(100%, 458px);
  min-height: 86px;
  grid-template-columns: 53px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
  padding: 14px 17px;
  border: 1px solid rgba(191, 235, 255, 0.35);
  border-radius: 21px;
  background: rgba(3, 51, 131, 0.31);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 17px 28px rgba(1, 35, 101, 0.18);
}
.lp-demo-email > span {
  width: 53px;
  height: 53px;
  border-radius: 16px;
  background: rgba(100, 192, 255, 0.22);
}
.lp-demo-email small {
  font-size: 11px;
}
.lp-demo-email strong {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: -0.022em;
}
.lp-demo-email > svg {
  width: 20px;
  height: 20px;
}
.lp-demo-form {
  gap: 18px;
  padding: 36px;
}
.lp-demo-form label {
  gap: 8px;
  color: #154978;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.lp-demo-form label small {
  color: #6389ad;
  font-size: 12px;
  font-weight: 700;
}
.lp-demo-form input,
.lp-demo-form select,
.lp-demo-form textarea {
  min-height: 59px;
  border-radius: 15px;
  color: #163f68;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.lp-demo-form textarea {
  min-height: 138px;
  padding-top: 15px;
}
.lp-demo-form input::placeholder,
.lp-demo-form textarea::placeholder {
  color: #7b9ebb;
  opacity: 1;
}
.lp-consent {
  margin-top: 1px;
  color: #5d7e9d;
  font-size: 12px;
  line-height: 1.62;
}
.lp-demo-form .lp-button {
  min-height: 55px;
  padding-inline: 24px;
  font-size: 15px;
}
.lp-mailto-note {
  color: #6e8ba6;
  font-size: 11px;
  line-height: 1.55;
}

/* Form submission alerts */
.lp-form-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}
.lp-form-alert-success {
  background: #eaf8f2;
  color: #16805d;
  border: 1px solid #b7e4d0;
}
.lp-form-alert-error {
  background: #fef2f2;
  color: #c0392b;
  border: 1px solid #f5c6cb;
}

/* More legible footer hierarchy. */
.lp-footer-main {
  gap: clamp(50px, 8vw, 120px);
  padding-top: 79px;
  padding-bottom: 60px;
}
.lp-footer-main > div > p {
  max-width: 520px;
  margin-top: 22px;
  color: #416789;
  font-size: 15px;
  line-height: 1.58;
}
.lp-footer-links {
  gap: clamp(48px, 6vw, 82px);
}
.lp-footer-links small {
  color: #216eb0;
  font-size: 12px;
  letter-spacing: 0.11em;
}
.lp-footer-links a {
  color: #245c8a;
  font-size: 15px;
  line-height: 1.5;
}
.lp-footer-bottom {
  padding-block: 21px;
  color: #5d7f9b;
  font-size: 12px;
}

@media (max-width: 920px) {
  .lp-implementation-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .lp-implementation-visual {
    width: min(100%, 620px);
  }
}

@media (max-width: 620px) {
  .lp-page h1 + p:not(.lp-hero-eyebrow),
  .lp-page h2 + p:not(.lp-kicker) {
    margin-top: 22px;
  }
  .lp-page h3 + p {
    margin-top: 11px;
  }
  .lp-implementation-visual {
    min-height: 292px;
    border-radius: 23px;
  }
  .lp-implementation-visual > small {
    top: 17px;
    left: 17px;
    font-size: 8px;
  }
  .lp-implementation-visual::before {
    width: 174px;
    height: 174px;
    box-shadow: 0 0 0 16px rgba(96, 204, 255, 0.055);
  }
  .lp-implementation-node {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .lp-implementation-node .lp-artwork {
    width: 41px;
    height: 41px;
  }
  .lp-implementation-node.node-discover {
    top: 62px;
    left: 7%;
  }
  .lp-implementation-node.node-configure {
    top: 62px;
    right: 7%;
  }
  .lp-implementation-node.node-validate {
    bottom: 25px;
    left: 7%;
  }
  .lp-implementation-node.node-launch {
    right: 7%;
    bottom: 25px;
  }
  .lp-implementation-core {
    width: 148px;
    min-height: 129px;
    gap: 10px;
    padding: 16px 13px;
    border-radius: 19px;
  }
  .lp-implementation-core img {
    width: 116px;
  }
  .lp-implementation-core strong {
    max-width: 125px;
    font-size: 9px;
  }
  .lp-implementation-steps {
    margin-top: 36px;
  }
  .lp-implementation-steps li {
    min-height: 145px;
    padding: 20px;
  }
  .lp-implementation-steps li > div {
    grid-template-columns: 43px minmax(0, 1fr);
    margin-top: 13px;
  }
  .lp-implementation-step-icon {
    width: 43px;
    height: 43px;
    border-radius: 14px;
  }
  .lp-implementation-step-icon .lp-artwork {
    width: 36px;
    height: 36px;
  }
  .lp-implementation-steps li > div h3 {
    font-size: 18px;
  }
  .lp-implementation-steps li > div p {
    font-size: 11px;
  }
  .lp-global-values article:last-child {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .lp-global-values article:last-child > span {
    width: 58px;
    height: 52px;
  }
  .lp-global-values article:last-child > span .lp-artwork {
    width: 55px;
    height: 47px;
  }
  .lp-global-values article p {
    font-size: 11px;
    line-height: 1.45;
  }
  .lp-text-link {
    margin-top: 26px;
    padding: 12px 15px;
    font-size: 14px;
  }
  .lp-demo-email {
    min-height: 78px;
    grid-template-columns: 48px minmax(0, 1fr) 19px;
    gap: 11px;
    padding: 12px;
    border-radius: 18px;
  }
  .lp-demo-email > span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .lp-demo-email small {
    font-size: 10px;
  }
  .lp-demo-email strong {
    font-size: 13px;
  }
  .lp-demo-form {
    gap: 16px;
    padding: 25px 18px;
  }
  .lp-demo-form label {
    font-size: 13px;
  }
  .lp-demo-form label small {
    font-size: 11px;
  }
  .lp-demo-form input,
  .lp-demo-form select,
  .lp-demo-form textarea {
    min-height: 55px;
    font-size: 15px;
  }
  .lp-demo-form textarea {
    min-height: 128px;
  }
  .lp-consent {
    font-size: 11px;
  }
  .lp-footer-main {
    padding: 58px 0 43px;
  }
  .lp-footer-main > div > p {
    margin-top: 17px;
    font-size: 14px;
  }
  .lp-footer-links {
    gap: 35px;
  }
  .lp-footer-links a {
    font-size: 14px;
  }
  .lp-footer-bottom {
    font-size: 11px;
  }
}

/* Responsiveness */
@media (max-width: 1180px) {
  .lp-hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    padding-inline: 44px;
  }
  .lp-hero-dashboard {
    width: min(550px, 100%);
  }
  .lp-platform-rail {
    width: min(calc(100% - 52px), 1280px);
  }
  .lp-platform-rail-inner > p {
    flex-basis: 142px;
  }
  .lp-platform-rail article {
    padding-inline: 10px;
  }
  .lp-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-outcome-card:nth-child(1),
  .lp-outcome-card:nth-child(4) {
    grid-column: auto;
  }
  .lp-agentic-layout,
  .lp-essd-layout,
  .lp-global-layout {
    gap: 48px;
  }
  .lp-agentic-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(450px, 1.12fr);
  }
  .lp-essd-product-card-official {
    right: 10px;
    transform: perspective(1500px) rotateY(2deg) rotateX(0.5deg);
  }
  .lp-capability-group {
    grid-template-columns: 230px minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .lp-header {
    top: 8px;
  }
  .lp-header-inner {
    border-radius: 18px;
  }
  .lp-mobile-nav {
    margin: 7px auto 0;
    width: min(calc(100% - 40px), var(--lp-wrap));
    border: 1px solid #d7e9f6;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(6, 64, 135, 0.1);
  }
  .lp-mobile-nav.is-open {
    border-color: #d7e9f6;
  }
  .lp-hero {
    width: min(calc(100% - 28px), 1450px);
    min-height: auto;
  }
  .lp-hero-image {
    object-position: 68% center;
    opacity: 0.68;
  }
  .lp-hero-photo-overlay {
    background: linear-gradient(
      180deg,
      rgba(2, 17, 52, 0.96),
      rgba(2, 20, 57, 0.87) 55%,
      rgba(2, 22, 57, 0.69)
    );
  }
  .lp-hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 115px 42px 51px;
  }
  .lp-hero-copy {
    max-width: 660px;
  }
  .lp-product-stage {
    max-width: 670px;
    width: 100%;
    min-height: 490px;
    margin-inline: auto;
  }
  .lp-hero-dashboard {
    top: 36px;
    right: 50%;
    transform: translateX(50%) perspective(1500px) rotateY(-4deg) rotateX(1deg);
  }
  .lp-platform-rail {
    width: min(calc(100% - 54px), 680px);
    margin-top: 20px;
  }
  .lp-platform-rail-inner {
    align-items: start;
    flex-direction: column;
    padding-block: 20px;
  }
  .lp-platform-rail-inner > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-platform-rail article:nth-child(3) {
    border-left: 0;
  }
  .lp-agentic,
  .lp-global,
  .lp-faq {
    width: min(calc(100% - 28px), 1450px);
  }
  .lp-agentic-layout,
  .lp-essd-layout,
  .lp-global-layout,
  .lp-demo-layout {
    grid-template-columns: 1fr;
  }
  .lp-agentic-copy,
  .lp-essd-copy {
    max-width: 720px;
  }
  .lp-agentic-map {
    max-width: 640px;
    width: 100%;
    margin-inline: auto;
  }
  .lp-essd-visual {
    max-width: 680px;
    width: 100%;
    margin-inline: auto;
    min-height: 460px;
  }
  .lp-essd-copy {
    order: -1;
  }
  .lp-essd-product-card {
    right: 26px;
  }
  .lp-intro-row,
  .lp-compliance-heading,
  .lp-implementation-heading {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .lp-capability-group {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .lp-capability-group-title {
    grid-template-columns: 45px minmax(0, 1fr);
    align-items: start;
  }
  .lp-capability-group-title > span {
    grid-row: 1;
  }
  .lp-compliance-canvas {
    min-height: 564px;
  }
  .lp-compliance-item {
    width: 205px;
  }
  .lp-demo-form {
    max-width: 680px;
  }
  .lp-footer-main {
    grid-template-columns: 1fr;
  }
  .lp-outcomes {
    padding-top: 50px !important;
  }
}

@media (max-width: 620px) {
  .lp-outcome-grid {
    margin-top: 0px;
  }
  .lp-platform-rail-inner > p {
    flex: none;
  }
  .lp-wrap {
    width: min(calc(100% - 32px), var(--lp-wrap));
  }
  .lp-header-inner {
    min-height: 66px;
    padding-inline: 13px;
  }
  .lp-brand-wordmark {
    width: 145px;
  }
  .lp-hero {
    width: calc(100% - 16px);
    margin-top: 12px;
    border-radius: 25px;
  }
  .lp-hero-image {
    object-position: 70% center;
    opacity: 0.48;
  }
  .lp-hero-layout {
    padding: 92px 22px 34px;
  }
  .lp-hero-eyebrow {
    font-size: 8px;
  }
  .lp-hero h1 {
    font-size: clamp(43px, 12.1vw, 54px);
  }
  .lp-hero-copy > p:not(.lp-hero-eyebrow) {
    font-size: 17px;
    line-height: 1.65;
  }
  .lp-hero-proof li {
    padding: 9px 10px;
    font-size: 11px;
  }
  .lp-hero-proof svg {
    width: 16px;
    height: 16px;
  }
  .lp-product-stage {
    min-height: 347px;
  }
  .lp-hero-dashboard {
    top: 13px;
    width: 100%;
    min-height: 303px;
    border-radius: 18px;
  }
  .lp-window-bar {
    height: 33px;
  }
  .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,
  .lp-payroll-summary {
    min-height: 104px;
    padding: 8px;
  }
  .lp-chart-bars {
    height: 55px;
    gap: 5px;
    padding-top: 6px;
  }
  .lp-payroll-summary strong {
    font-size: 14px;
  }
  .lp-dashboard-table > div {
    min-height: 20px;
    padding-inline: 7px;
    font-size: 5.4px;
  }
  .lp-float-card {
    display: none;
  }
  .lp-platform-rail {
    width: calc(100% - 32px);
    margin-top: 20px;
    border-radius: 19px;
  }
  .lp-platform-rail .lp-wrap {
    padding: 12px 17px;
  }
  .lp-platform-rail-inner {
    gap: 12px;
  }
  .lp-platform-rail-inner > div {
    grid-template-columns: 1fr;
  }
  .lp-platform-rail article,
  .lp-platform-rail article:nth-child(3) {
    min-height: 56px;
    padding: 0;
    border-left: 0;
  }
  .lp-platform-rail article > img {
    width: 32px;
    height: 32px;
  }
  .lp-platform-rail article > svg {
    width: 27px;
    height: 27px;
  }
  .lp-platform-rail strong {
    font-size: 12px;
  }
  .lp-outcomes,
  .lp-capabilities,
  .lp-compliance,
  .lp-essd,
  .lp-insight-section,
  .lp-ecosystem,
  .lp-global,
  .lp-implementation,
  .lp-faq,
  .lp-demo {
    padding: 84px 0;
  }
  .lp-outcomes {
    padding-top: 50px;
  }
  .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(34px, 9.7vw, 44px);
  }
  .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: 16px;
  }
  .lp-outcome-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-top: 36px;
  }
  .lp-outcome-card {
    padding-top: 36px;
  }
  .lp-outcome-grid article {
    min-height: 290px;
    padding: 24px;
  }
  .lp-outcome-card > .lp-outcome-icon {
    top: 0;
    right: 14px;
    width: 128px;
    height: 120px;
  }
  .lp-outcome-grid h3 {
    font-size: 25px;
  }
  .lp-outcome-grid p {
    font-size: 15px;
  }
  .lp-agentic,
  .lp-global,
  .lp-faq {
    width: calc(100% - 16px);
    border-radius: 25px;
  }
  .lp-agentic {
    padding-block: 50px;
  }
  .lp-agentic-map {
    min-height: 692px;
  }
  .lp-agentic-map-label {
    font-size: 9px;
  }
  .lp-page section[id] {
    scroll-margin-top: 50px;
  }
  .lp-agentic-map-badge {
    font-size: 8px;
  }
  .lp-capability-group {
    padding: 22px 18px;
    border-radius: 21px;
  }
  .lp-capability-grid {
    grid-template-columns: 1fr;
  }
  .lp-capability-grid summary {
    min-height: 126px;
  }
  .lp-compliance-canvas {
    min-height: 742px;
    margin-top: 37px;
  }
  .lp-compliance-core {
    width: 146px;
    min-height: 146px;
  }
  .lp-compliance-item {
    width: calc(50% - 21px);
    min-height: 176px;
    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: 11px;
    font-size: 11px;
  }
  .lp-compliance-item p {
    font-size: 9px;
  }
  .lp-compliance-line {
    display: none;
  }
  .lp-essd-visual {
    min-height: 360px;
  }
  .lp-essd-product-card {
    right: 9px;
    border-radius: 20px;
    transform: none;
  }
  .lp-essd-product-card-official {
    right: 6px;
  }
  .lp-essd-product-head {
    top: 10px;
    right: 10px;
    left: 10px;
    padding: 8px 9px;
  }
  .lp-essd-product-head span {
    font-size: 9px;
  }
  .lp-essd-product-head small {
    display: none;
  }
  .lp-essd-glass-note {
    right: -3px;
    bottom: 11px;
    width: 194px;
    grid-template-columns: 31px 1fr;
    gap: 7px;
    padding: 9px;
    border-radius: 13px;
  }
  .lp-essd-glass-note > span {
    width: 31px;
    height: 31px;
    border-radius: 9px;
  }
  .lp-essd-glass-note small {
    font-size: 6.5px;
  }
  .lp-essd-glass-note strong {
    font-size: 8px;
  }
  .lp-essd-function-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lp-essd-function-grid span {
    font-size: 11px;
  }
  .lp-micro-flow {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 5px;
  }
  .lp-micro-flow svg {
    transform: rotate(90deg);
  }
  .lp-dashboard-showcase {
    margin-top: 33px;
    border-radius: 20px;
  }
  .lp-dashboard-tabs {
    padding: 8px;
  }
  .lp-dashboard-tabs button {
    min-width: 0;
    min-height: 36px;
    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;
  }
  .lp-insight-metrics article {
    min-height: 78px;
    padding: 10px;
  }
  .lp-insight-metrics strong {
    font-size: 16px;
  }
  .lp-insight-grid {
    grid-template-columns: 1fr;
  }
  .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 {
    padding-inline: 0;
  }
  .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: 158px;
    border-left: 1px solid #dce9f4;
    border-top: 0;
    border-radius: 0;
  }
  .lp-implementation-steps li:first-child {
    border-top: 1px solid #dce9f4;
    border-radius: 17px 17px 0 0;
  }
  .lp-implementation-steps li:last-child {
    border-radius: 0 0 17px 17px;
  }
  .lp-implementation-steps h3 {
    margin-top: 20px;
  }
  .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: 58px;
    padding: 14px;
    font-size: 12px;
  }
  .lp-demo-layout {
    gap: 37px;
  }
  .lp-form-row {
    grid-template-columns: 1fr;
  }
  .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;
  }
}

/* Approved logo, 3D icon, and ESSD product artwork */
.lp-artwork {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.lp-platform-rail article > .lp-platform-artwork {
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  filter: drop-shadow(0 5px 7px rgba(8, 91, 184, 0.16));
}
.lp-float-card > span .lp-artwork {
  width: 27px;
  height: 27px;
  filter: drop-shadow(0 4px 6px rgba(16, 100, 211, 0.22));
}
.lp-agentic-map-label .lp-artwork {
  width: 21px;
  height: 21px;
}
.lp-agentic-map-badge .lp-artwork {
  width: 16px;
  height: 16px;
}
.agent-node-icon .lp-artwork {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 5px 7px rgba(4, 32, 96, 0.3));
}
.agent-core-icon .lp-artwork {
  width: 39px;
  height: 39px;
  filter: drop-shadow(0 6px 9px rgba(2, 27, 94, 0.3));
}
.lp-agentic-points article > span .lp-artwork {
  width: 29px;
  height: 29px;
  filter: drop-shadow(0 5px 8px rgba(2, 32, 99, 0.23));
}
.lp-compliance-core > span .lp-artwork {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 7px 8px rgba(0, 67, 54, 0.24));
}
.lp-compliance-item > div span .lp-artwork {
  width: 25px;
  height: 25px;
}
.lp-eco-node > .lp-artwork {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 6px rgba(11, 92, 184, 0.16));
}

.lp-essd-product-card-official {
  right: -18px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.lp-essd-product-card-official .lp-essd-product-head {
  top: 4px;
  left: 10px;
  right: auto;
  width: max-content;
  padding: 8px 10px;
}
.lp-essd-product-head .lp-artwork {
  width: 22px;
  height: 22px;
}
.lp-essd-official-screen {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 34px rgba(4, 73, 147, 0.18));
}
.lp-essd-glass-note > span .lp-artwork {
  width: 32px;
  height: 32px;
}
.lp-essd-function-grid b {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.lp-essd-function-grid b .lp-artwork {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 4px 6px rgba(8, 91, 184, 0.15));
}

.lp-footer-brands {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 78px;
}
.lp-footer-brands i {
  width: 1px;
  height: 56px;
  background: #cfe5f3;
}
.lp-footer-dst-logo {
  display: block;
  width: 188px;
  height: auto;
}
.lp-footer-payroll-logo {
  display: block;
  width: 195px;
  height: auto;
}

@media (max-width: 1180px) {
  .lp-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .lp-capability-group {
    padding: 24px;
  }
  .lp-capability-group-title {
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 14px;
  }
  .lp-capability-group-title > small {
    grid-column: 2;
    justify-self: start;
  }
  .lp-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-essd-product-card-official {
    right: -8px;
    transform: none;
  }
  .lp-essd-product-card-official .lp-essd-product-head {
    top: 10px;
    left: 14px;
    right: auto;
    padding: 8px 10px;
  }
  .lp-essd-glass-note {
    right: -6px;
    bottom: 22px;
  }
  .lp-essd-function-grid {
    gap: 8px 14px;
  }
  .lp-essd-function-grid span {
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .lp-platform-rail article > .lp-platform-artwork {
    width: 32px;
    height: 32px;
  }
  .lp-capability-group {
    padding: 20px 17px;
    border-radius: 22px;
  }
  .lp-capability-group-title {
    grid-template-columns: 41px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 18px;
  }
  .lp-capability-group-title > span {
    width: 41px;
    height: 41px;
    border-radius: 13px;
  }
  .lp-capability-group-title h3 {
    font-size: 23px;
  }
  .lp-capability-group-title > small {
    font-size: 8px;
  }
  .lp-capability-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lp-capability-grid summary {
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    min-height: 118px;
    padding: 15px;
  }
  .lp-capability-grid summary > span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .lp-capability-grid summary > span .lp-artwork {
    width: 37px;
    height: 37px;
  }
  .lp-capability-grid summary strong {
    font-size: 13px;
  }
  .lp-capability-grid summary small {
    font-size: 10px;
  }
  .lp-capability-grid details > p {
    margin-left: 72px;
    font-size: 10px;
  }
  .lp-essd-product-card-official {
    right: -3px;
    transform: none;
    border-radius: 20px;
  }
  .lp-essd-product-card-official .lp-essd-product-head {
    top: 6px;
    left: 3px;
    padding: 6px 8px;
  }
  .lp-essd-product-card-official .lp-essd-product-head span {
    font-size: 9px;
  }
  .lp-essd-function-grid b {
    width: 28px;
    height: 28px;
  }
  .lp-essd-function-grid b .lp-artwork {
    width: 23px;
    height: 23px;
  }
  .lp-essd-function-grid {
    gap: 8px 12px;
  }
  .lp-essd-function-grid span {
    font-size: 10px;
  }
  .lp-footer-brands {
    gap: 13px;
    min-height: 57px;
  }
  .lp-footer-brands i {
    height: 39px;
  }
  .lp-footer-dst-logo {
    width: 140px;
  }
  .lp-footer-payroll-logo {
    width: 145px;
  }
}

/* Capability hierarchy: a single, deliberate reading path instead of split columns. */
.lp-capabilities .lp-intro-row {
  display: block;
  max-width: 1080px;
}
.lp-capabilities .lp-intro-row > div {
  max-width: 985px;
}
.lp-capabilities .lp-intro-row h2 {
  max-width: 980px;
  font-size: clamp(45px, 4.55vw, 66px);
}
.lp-capabilities .lp-intro-row > p:not(.lp-kicker) {
  max-width: 735px;
  margin: 25px 0 0;
  padding-left: 20px;
  border-left: 2px solid #79cdfa;
  color: #4d7194;
}
.lp-capability-group-title {
  display: block;
  margin-bottom: 25px;
}
.lp-capability-group-title > div {
  max-width: 775px;
}
.lp-capability-group-title h3 {
  max-width: 720px;
  font-size: clamp(25px, 2.25vw, 32px);
}

/* Reconnected Saudi compliance operating model. */
.lp-compliance-canvas {
  min-height: 0;
  padding: 21px;
  border-color: #bee7e2;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 50% 43%,
      rgba(26, 184, 143, 0.15),
      transparent 20%
    ),
    linear-gradient(rgba(24, 132, 166, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 132, 166, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size:
    auto,
    42px 42px,
    42px 42px,
    auto;
  overflow: hidden;
}
.lp-compliance-canvas::after {
  display: none;
}
.lp-compliance-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(234px, 0.78fr) minmax(
      240px,
      1fr
    );
  grid-template-rows: repeat(2, minmax(238px, auto));
  align-content: center;
  column-gap: clamp(54px, 7vw, 116px);
  row-gap: 34px;
  min-height: 628px;
  padding: 42px 7%;
  overflow: hidden;
  border: 1px solid rgba(84, 185, 163, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.34);
}
.lp-compliance-stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(27, 190, 145, 0.12),
    transparent 26%
  );
  content: "";
}
.lp-compliance-stage::after {
  position: absolute;
  z-index: 0;
  inset: -8% 18% -33%;
  background: url("/ksa-map-dots.png") center / contain no-repeat;
  opacity: 0.26;
  content: "";
  pointer-events: none;
}
.lp-compliance-connector {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.lp-compliance-connector path {
  fill: none;
  stroke: rgba(13, 155, 117, 0.6);
  stroke-width: 2;
  stroke-dasharray: 7 8;
  stroke-linecap: round;
  filter: drop-shadow(0 2px 4px rgba(0, 116, 84, 0.15));
}
.lp-compliance-connector circle {
  fill: #25bd8e;
  filter: drop-shadow(0 0 8px rgba(15, 183, 133, 0.58));
}
.lp-compliance-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 238px;
  min-height: 238px;
  align-content: center;
  justify-items: center;
  gap: 11px;
  padding: 25px 21px 22px;
  border: 1px solid rgba(96, 188, 241, 0.76);
  border-radius: 50%;
  background: radial-gradient(circle at 33% 22%, #fff, #edf9ff 62%, #d9f1ff);
  box-shadow:
    0 24px 52px rgba(11, 100, 181, 0.18),
    inset 0 1px 0 #fff;
  transform: translate(-50%, -50%);
}
.lp-compliance-core > .lp-compliance-core-ring {
  position: absolute;
  inset: -13px;
  display: block;
  border: 1px solid rgba(54, 168, 232, 0.3);
  border-radius: inherit;
  background: rgba(129, 209, 255, 0.06);
  box-shadow: 0 0 0 11px rgba(99, 196, 250, 0.05);
}
.lp-compliance-model-logo {
  position: relative;
  z-index: 1;
  width: 176px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  clip-path: none;
}
.lp-compliance-core strong {
  position: relative;
  z-index: 1;
  color: #124f83;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.018em;
  line-height: 1.2;
  text-align: center;
}
.lp-compliance-core small {
  position: absolute;
  z-index: 2;
  bottom: -31px;
  max-width: none;
  padding: 5px 10px;
  border: 1px solid rgba(149, 223, 199, 0.7);
  border-radius: 999px;
  background: rgba(248, 255, 252, 0.92);
  color: #287663;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(4, 111, 84, 0.09);
}
.lp-compliance-item {
  position: relative;
  z-index: 3;
  width: auto;
  min-height: 238px;
  padding: 20px;
  border-color: rgba(154, 222, 206, 0.9);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow:
    0 16px 33px rgba(8, 96, 123, 0.1),
    inset 0 1px 0 #fff;
}
.lp-compliance-item.item-1 {
  grid-column: 1;
  grid-row: 1;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.lp-compliance-item.item-2 {
  grid-column: 3;
  grid-row: 1;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.lp-compliance-item.item-3 {
  grid-column: 1;
  grid-row: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.lp-compliance-item.item-4 {
  grid-column: 3;
  grid-row: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.lp-compliance-item > div {
  gap: 10px;
}
.lp-compliance-item > div span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, #dffbf0, #fff);
}
.lp-compliance-item > div b {
  font-size: 10px;
  letter-spacing: 0.095em;
}
.lp-compliance-item h3 {
  margin: 17px 0 6px;
  color: #174d70;
  font-size: 18px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.lp-compliance-item p {
  color: #59798e;
  font-size: 13px;
  line-height: 1.58;
}
.lp-compliance-route-label {
  display: block;
  margin-top: 14px;
  color: #23806a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}
.lp-compliance-ecosystem {
  display: grid;
  grid-template-columns: minmax(250px, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding: 17px 21px;
  border: 1px solid rgba(161, 222, 208, 0.86);
  border-radius: 19px;
  background: rgba(246, 255, 251, 0.79);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.lp-compliance-ecosystem p {
  margin: 0 0 5px;
  color: #16816a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lp-compliance-ecosystem strong {
  color: #174d70;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.lp-compliance-regulatory-marks {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 780px) {
  .lp-capabilities .lp-intro-row h2 {
    font-size: clamp(39px, 7.25vw, 55px);
  }
  .lp-compliance-canvas {
    padding: 15px;
  }
  .lp-compliance-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }
  .lp-compliance-stage::before {
    background: radial-gradient(
      circle at 50% 14%,
      rgba(27, 190, 145, 0.13),
      transparent 31%
    );
  }
  .lp-compliance-stage::after {
    inset: 2% 12% 38%;
    opacity: 0.18;
  }
  .lp-compliance-connector {
    display: none;
  }
  .lp-compliance-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 184px;
    min-height: 184px;
    margin: 9px auto 32px;
    transform: none;
  }
  .lp-compliance-model-logo {
    width: 154px;
    height: auto;
  }
  .lp-compliance-item,
  .lp-compliance-item.item-1,
  .lp-compliance-item.item-2,
  .lp-compliance-item.item-3,
  .lp-compliance-item.item-4 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: auto;
    grid-row: auto;
    width: auto;
    min-height: 192px;
  }
  .lp-compliance-ecosystem {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lp-compliance-regulatory-marks {
    max-height: 54px;
  }
  .lp-essd-function-grid {
    width: 85vw;
  }
}

@media (max-width: 620px) {
  .lp-capabilities .lp-intro-row h2 {
    font-size: clamp(35px, 10.3vw, 45px);
  }
  .lp-capabilities .lp-intro-row > p:not(.lp-kicker) {
    margin-top: 20px;
    padding-left: 15px;
    font-size: 16px;
  }
  .lp-capability-group-title {
    margin-bottom: 19px;
  }
  .lp-capability-group-title h3 {
    font-size: 24px;
  }
  .lp-compliance-canvas {
    margin-top: 34px;
    padding: 11px;
    border-radius: 24px;
  }
  f .lp-compliance-stage {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 18px;
  }
  .lp-compliance-core {
    grid-column: 1;
    width: 170px;
    min-height: 170px;
    margin-bottom: 29px;
  }
  .lp-compliance-model-logo {
    width: 143px;
    height: auto;
  }
  .lp-compliance-item {
    min-height: 0;
    padding: 18px;
  }
  .lp-compliance-item h3 {
    font-size: 17px;
  }
  .lp-compliance-item p {
    font-size: 12px;
  }
  .lp-compliance-ecosystem {
    margin-top: 13px;
    padding: 16px;
    border-radius: 15px;
  }
  .lp-compliance-ecosystem strong {
    font-size: 15px;
  }
  .lp-compliance-regulatory-marks {
    max-height: 45px;
  }
}

/* ESSD request library and approval journey. */
.lp-essd-function-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.lp-essd-function-grid span {
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(188, 223, 244, 0.95);
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(241, 250, 255, 0.76)
  );
  color: #1f5686;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow:
    0 10px 22px rgba(9, 82, 157, 0.07),
    inset 0 1px 0 #fff;
}
.lp-essd-function-grid b {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg, #e0f4ff, #fff);
  box-shadow: 0 8px 18px rgba(8, 100, 196, 0.1);
}
.lp-essd-function-grid b .lp-artwork {
  width: 34px;
  height: 34px;
}
.lp-micro-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 16px minmax(0, 1.2fr) 16px minmax(
      0,
      1.16fr
    ) 16px minmax(0, 0.95fr);
  align-items: stretch;
  gap: 5px;
  margin-top: 24px;
  padding: 12px;
  border-radius: 18px;
}
.lp-micro-flow span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 7px 6px;
  border: 1px solid #d2e7f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #205b8c;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.22;
  text-align: center;
}
.lp-micro-flow svg {
  align-self: center;
  justify-self: center;
  width: 16px;
  height: 16px;
  color: #248fe9;
}

@media (max-width: 620px) {
  .lp-essd-function-grid {
    gap: 10px;
    margin-top: 25px;
    width: 85vw;
  }
  .lp-essd-function-grid span {
    min-height: 67px;
    padding: 10px;
    font-size: 12px;
  }
  .lp-essd-function-grid b {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }
  .lp-essd-function-grid b .lp-artwork {
    width: 30px;
    height: 30px;
  }
  .lp-micro-flow {
    grid-template-columns: minmax(0, 0.8fr) 11px minmax(0, 1.15fr) 11px minmax(
        0,
        1.1fr
      ) 11px minmax(0, 0.95fr);
    gap: 3px;
    padding: 8px;
    width: 85vw;
  }
  .lp-micro-flow span {
    min-height: 38px;
    min-width: 55px;
    padding: 5px 3px;
    border-radius: 9px;
    font-size: 8px;
  }
  .lp-micro-flow svg {
    width: 11px;
    height: 11px;
    transform: none;
  }
  .lp-essd-copy {
    width: 85vw;
  }
  .lp-essd-layout {
    grid-template-columns: auto !important;
  }
}

/* Operational visibility as a guided decision workspace, not a dropped-in screen. */
.lp-insight-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(40, 152, 255, 0.25),
      transparent 25%
    ),
    linear-gradient(135deg, #072b69, #073e91 58%, #082d6c);
}
.lp-insight-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(119, 205, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 205, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
}
.lp-insight-section .lp-wrap {
  z-index: 1;
}
.lp-insight-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.55fr);
  align-items: end;
  max-width: none;
  gap: 82px;
}
.lp-insight-intro h2 {
  max-width: 790px;
}
.lp-insight-intro > p:not(.lp-kicker) {
  max-width: 480px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid rgba(126, 219, 255, 0.82);
  color: #d0e8f8;
}
.lp-insight-workbench {
  display: grid;
  grid-template-columns: minmax(270px, 0.48fr) minmax(0, 1fr);
  gap: 17px;
  margin-top: 45px;
}
.lp-insight-guide,
.lp-insight-focus {
  border: 1px solid rgba(172, 225, 255, 0.28);
  border-radius: 25px;
  background: rgba(2, 24, 67, 0.46);
  box-shadow:
    0 24px 54px rgba(0, 11, 48, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}
.lp-insight-guide {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 23px;
}
.lp-insight-guide-heading {
  display: grid;
  gap: 7px;
}
.lp-insight-guide-heading small,
.lp-insight-focus > header > div > small,
.lp-insight-action-list > div small,
.lp-insight-guidance small {
  color: #95d9fb;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}
.lp-insight-guide-heading strong {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.lp-insight-guide-tabs {
  display: grid;
  gap: 10px;
}
.lp-insight-guide-tabs button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 17px;
  align-items: center;
  gap: 11px;
  min-height: 81px;
  padding: 12px;
  border: 1px solid rgba(170, 221, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: #d4ecfa;
  cursor: pointer;
  text-align: left;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.lp-insight-guide-tabs button:hover,
.lp-insight-guide-tabs button[aria-selected="true"] {
  border-color: rgba(120, 219, 255, 0.52);
  background: linear-gradient(
    135deg,
    rgba(39, 157, 241, 0.35),
    rgba(77, 206, 177, 0.12)
  );
  transform: translateX(3px);
}
.lp-insight-tab-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(163, 226, 255, 0.32);
  border-radius: 13px;
  background: rgba(211, 245, 255, 0.12);
}
.lp-insight-tab-icon .lp-artwork {
  width: 35px;
  height: 35px;
  filter: drop-shadow(0 5px 8px rgba(0, 8, 65, 0.35));
}
.lp-insight-guide-tabs button > span:nth-child(2) {
  display: grid;
  gap: 3px;
}
.lp-insight-guide-tabs button > span:nth-child(2) strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}
.lp-insight-guide-tabs button > span:nth-child(2) small {
  color: #b6d7e9;
  font-size: 10px;
  line-height: 1.45;
}
.lp-insight-guide-tabs button > svg {
  color: #8fddff;
}
.lp-insight-guide > p {
  margin: 0;
  color: #a8cae2;
  font-size: 11px;
  line-height: 1.55;
}
.lp-insight-focus {
  padding: 27px;
}
.lp-insight-focus > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.lp-insight-focus > header > div {
  max-width: 690px;
}
.lp-insight-focus > header h3 {
  max-width: 660px;
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(25px, 2.35vw, 34px);
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.lp-insight-focus > header p {
  max-width: 600px;
  margin: 13px 0 0;
  color: #bddaf0;
  font-size: 14px;
  line-height: 1.62;
}
.lp-insight-focus > header > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(120, 232, 191, 0.22);
  border-radius: 999px;
  background: rgba(67, 204, 153, 0.13);
  color: #a8f2ca;
  font-size: 9px;
  font-weight: 850;
}
.lp-insight-metrics {
  gap: 11px;
  margin-top: 22px;
}
.lp-insight-metrics article {
  min-height: 108px;
  padding: 16px;
  border-color: rgba(175, 226, 255, 0.19);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.075);
}
.lp-insight-metrics small {
  color: #afd0e5;
  font-size: 9px;
}
.lp-insight-metrics strong {
  color: #fff;
  font-size: 28px;
}
.lp-insight-metrics span {
  color: #accce1;
  font-size: 10px;
}
.lp-insight-action-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  gap: 11px;
  margin-top: 11px;
}
.lp-insight-chart,
.lp-insight-action-list {
  min-height: 252px;
  border: 1px solid rgba(175, 226, 255, 0.19);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}
.lp-insight-chart {
  padding: 18px;
  background:
    linear-gradient(rgba(156, 223, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 100% 41px;
}
.lp-insight-chart > div:first-child strong {
  color: #fff;
  font-size: 12px;
}
.lp-insight-chart > div:first-child span {
  color: #9bc5df;
  font-size: 9px;
}
.lp-insight-bars {
  gap: 12px;
  height: 162px;
  padding: 18px 10px 0;
}
.lp-insight-bars i {
  background: linear-gradient(180deg, #7cddff, #1779f4);
  box-shadow: 0 8px 17px rgba(18, 129, 255, 0.24);
}
.lp-insight-axis {
  gap: 12px;
  padding: 9px 10px 0;
  border-color: rgba(175, 226, 255, 0.15);
  color: #9bbdd5;
}
.lp-insight-action-list {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}
.lp-insight-action-list > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 17px 12px;
}
.lp-insight-action-list > div:first-child strong {
  color: #fff;
  font-size: 12px;
}
.lp-insight-list {
  border: 0;
  border-top: 1px solid rgba(175, 226, 255, 0.15);
  border-radius: 0;
  background: transparent;
}
.lp-insight-list article {
  min-height: 52px;
  padding: 8px 13px;
  border-color: rgba(175, 226, 255, 0.12);
}
.lp-insight-list article > span {
  background: rgba(85, 213, 162, 0.15);
  color: #91efbc;
}
.lp-insight-list strong {
  color: #edf9ff;
  font-size: 10px;
}
.lp-insight-list small {
  color: #b2cce0;
  font-size: 8px;
}
.lp-insight-list b {
  background: rgba(108, 203, 255, 0.16);
  color: #b3eaff;
}
.lp-insight-guidance {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin-top: 11px;
  padding: 12px 14px;
  border: 1px solid rgba(126, 223, 180, 0.22);
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    rgba(47, 190, 143, 0.14),
    rgba(66, 147, 251, 0.1)
  );
}
.lp-insight-guidance > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 11px;
  background: rgba(158, 245, 203, 0.16);
  color: #a3f3c7;
}
.lp-insight-guidance p {
  margin: 3px 0 0;
  color: #e0f3ff;
  font-size: 11px;
  line-height: 1.45;
}
.lp-insight-guidance b {
  padding: 6px 8px;
  border: 1px solid rgba(170, 230, 255, 0.18);
  border-radius: 999px;
  color: #bfe5fa;
  font-size: 8px;
  white-space: nowrap;
}

/* Microsoft-connected operating flow. */
.lp-ecosystem-canvas {
  min-height: 0;
  padding: 30px;
  border-color: #c8e6f5;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(47, 178, 247, 0.16),
      transparent 23%
    ),
    linear-gradient(rgba(17, 118, 229, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 118, 229, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.76);
  background-size:
    auto,
    44px 44px,
    44px 44px,
    auto;
}
.lp-ecosystem-canvas::before {
  opacity: 0;
}
.lp-ecosystem-flow {
  display: grid;
  grid-template-columns: minmax(225px, 0.93fr) 56px minmax(
      226px,
      0.82fr
    ) 56px minmax(250px, 1.05fr);
  align-items: stretch;
  gap: 11px;
}
.lp-eco-flow-group,
.lp-eco-flow-core {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(178, 222, 245, 0.9);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 17px 32px rgba(7, 80, 148, 0.08),
    inset 0 1px 0 #fff;
}
.lp-eco-flow-group {
  padding: 18px;
}
.lp-eco-flow-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}
.lp-eco-flow-heading p {
  margin: 0;
  color: #0879e6;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lp-eco-flow-heading strong {
  color: #174d70;
  font-size: 15px;
  letter-spacing: -0.028em;
  line-height: 1.25;
}
.lp-eco-flow-cards {
  display: grid;
  gap: 9px;
}
.lp-eco-flow-outcomes .lp-eco-flow-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lp-eco-flow-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 11px;
  border: 1px solid rgba(201, 230, 247, 0.92);
  border-radius: 14px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(241, 250, 255, 0.76)
  );
  color: #205b8c;
  box-shadow: inset 0 1px 0 #fff;
}
.lp-eco-flow-card > img,
.lp-eco-flow-card > .lp-artwork {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.lp-eco-flow-card > .lp-artwork {
  filter: drop-shadow(0 5px 7px rgba(5, 94, 192, 0.16));
}
.lp-eco-flow-card span {
  color: #215888;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.lp-eco-flow-arrow {
  display: grid;
  align-self: center;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1px;
  color: #1688ea;
}
.lp-eco-flow-arrow i {
  height: 2px;
  background: linear-gradient(90deg, rgba(71, 185, 246, 0.08), #55b9f4);
  box-shadow: 0 0 10px rgba(42, 171, 240, 0.26);
}
.lp-eco-flow-arrow svg {
  filter: drop-shadow(0 3px 5px rgba(9, 127, 226, 0.2));
}
.lp-eco-flow-core {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  min-height: 322px;
  padding: 24px 20px;
  text-align: center;
}
.lp-eco-flow-core::before {
  position: absolute;
  z-index: -1;
  inset: 12px;
  border: 1px solid rgba(84, 189, 243, 0.24);
  border-radius: 17px;
  background: radial-gradient(
    circle at 50% 32%,
    rgba(90, 205, 255, 0.18),
    transparent 48%
  );
  content: "";
}
.lp-eco-flow-core > span {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  border: 1px solid #b6e2fb;
  border-radius: 16px;
  background: linear-gradient(145deg, #dff5ff, #fff);
}
.lp-eco-flow-core > span .lp-artwork {
  width: 43px;
  height: 43px;
  filter: drop-shadow(0 7px 9px rgba(4, 89, 185, 0.18));
}
.lp-eco-flow-core > img {
  width: 178px;
  height: auto;
}
.lp-eco-flow-core strong {
  max-width: 210px;
  color: #0b417b;
  font-size: 16px;
  letter-spacing: -0.036em;
  line-height: 1.25;
}
.lp-eco-flow-core small {
  max-width: 210px;
  color: #5c83a4;
  font-size: 10px;
  line-height: 1.5;
}
.lp-ecosystem-flow-note {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 17px;
  border: 1px solid rgba(180, 224, 245, 0.82);
  border-radius: 17px;
  background: rgba(245, 252, 255, 0.82);
}
.lp-ecosystem-flow-note > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #c8e9f8;
  border-radius: 13px;
  background: #e5f6ff;
}
.lp-ecosystem-flow-note > span .lp-artwork {
  width: 33px;
  height: 33px;
}
.lp-ecosystem-flow-note p {
  margin: 0;
  color: #52768f;
  font-size: 12px;
  line-height: 1.6;
}
.lp-ecosystem-flow-note strong {
  color: #1b5281;
}

@media (max-width: 1050px) {
  .lp-insight-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lp-insight-intro > p:not(.lp-kicker) {
    max-width: 640px;
  }
  .lp-insight-workbench {
    grid-template-columns: 1fr;
  }
  .lp-insight-guide {
    grid-template-columns: 1fr;
  }
  .lp-insight-guide-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lp-insight-guide-tabs button {
    grid-template-columns: 39px minmax(0, 1fr);
    min-height: 97px;
  }
  .lp-insight-guide-tabs button > svg {
    display: none;
  }
  .lp-ecosystem-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lp-eco-flow-arrow {
    min-height: 35px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    justify-items: center;
  }
  .lp-eco-flow-arrow i {
    width: 2px;
    height: 100%;
    background: linear-gradient(rgba(71, 185, 246, 0.08), #55b9f4);
  }
  .lp-eco-flow-arrow svg {
    transform: rotate(90deg);
  }
  .lp-eco-flow-core {
    min-height: 255px;
  }
  .lp-eco-flow-inputs .lp-eco-flow-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lp-insight-focus {
    padding: 19px;
  }
  .lp-insight-focus > header {
    display: grid;
    gap: 13px;
  }
  .lp-insight-focus > header h3 {
    font-size: 27px;
  }
  .lp-insight-action-grid {
    grid-template-columns: 1fr;
  }
  .lp-insight-chart,
  .lp-insight-action-list {
    min-height: 228px;
  }
  .lp-insight-guide-tabs {
    grid-template-columns: 1fr;
  }
  .lp-insight-guide-tabs button {
    grid-template-columns: 42px minmax(0, 1fr) 17px;
    min-height: 74px;
  }
  .lp-insight-guide-tabs button > svg {
    display: block;
  }
  .lp-ecosystem-canvas {
    padding: 16px;
  }
  .lp-eco-flow-group {
    padding: 15px;
  }
  .lp-eco-flow-inputs .lp-eco-flow-cards,
  .lp-eco-flow-outcomes .lp-eco-flow-cards {
    grid-template-columns: 1fr;
  }
  .lp-eco-flow-card {
    min-height: 59px;
  }
  .lp-eco-flow-core {
    min-height: 235px;
  }
  .lp-platform-rail-inner {
    display: block;
  }
  .lp-page section[id] {
    scroll-margin-top: 50px;
  }
}

@media (max-width: 520px) {
  .lp-insight-intro > p:not(.lp-kicker) {
    padding-left: 15px;
    font-size: 16px;
  }
  .lp-insight-metrics {
    grid-template-columns: 1fr;
  }
  .lp-insight-guidance {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .lp-insight-guidance b {
    grid-column: 2;
    justify-self: start;
  }
  .lp-insight-chart {
    padding: 14px;
  }
  .lp-insight-bars {
    gap: 7px;
    padding-inline: 5px;
  }
  .lp-insight-axis {
    gap: 7px;
    padding-inline: 5px;
    font-size: 6px;
  }
  .lp-eco-flow-core > img {
    width: 160px;
  }
  .lp-ecosystem-flow-note {
    grid-template-columns: 35px minmax(0, 1fr);
    padding: 12px;
  }
  .lp-ecosystem-flow-note > span {
    width: 35px;
    height: 35px;
  }
}

/* Flexible-by-design benefit cards. */
.lp-global {
  overflow: hidden;
}
.lp-global-layout {
  align-items: center;
}
.lp-global-values {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.lp-global-values article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  min-height: 151px;
  padding: 19px;
  border-color: rgba(173, 218, 242, 0.9);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(239, 249, 255, 0.72)
  );
  box-shadow:
    0 13px 27px rgba(7, 81, 148, 0.07),
    inset 0 1px 0 #fff;
}
.lp-global-values article:last-child {
  grid-column: 1 / -1;
  min-height: 118px;
  align-items: center;
  background: linear-gradient(
    115deg,
    rgba(235, 249, 255, 0.96),
    rgba(255, 255, 255, 0.84)
  );
}
.lp-global-values article:hover {
  background: #fff;
  transform: translateY(-2px);
}
.lp-global-values article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #c9e9f8;
  border-radius: 17px;
  background: linear-gradient(145deg, #dff5ff, #fff);
  box-shadow: 0 9px 18px rgba(7, 106, 204, 0.1);
}
.lp-global-values article > span .lp-artwork {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 6px 8px rgba(7, 83, 181, 0.16));
}
.lp-global-values article > div {
  display: grid;
  align-content: start;
  gap: 7px;
}
.lp-global-values article strong {
  color: #174e7e;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.lp-global-values article p {
  max-width: none;
  margin: 0;
  color: #5b7d98;
  font-size: 11px;
  line-height: 1.58;
}

@media (max-width: 760px) {
  .lp-global-values {
    grid-template-columns: 1fr;
  }
  .lp-global-values article,
  .lp-global-values article:last-child {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .lp-global-values article {
    grid-template-columns: 47px minmax(0, 1fr);
    padding: 16px;
    border-radius: 17px;
  }
  .lp-global-values article > span {
    width: 47px;
    height: 47px;
    border-radius: 14px;
  }
  .lp-global-values article > span .lp-artwork {
    width: 40px;
    height: 40px;
  }
  .lp-global-values article strong {
    font-size: 15px;
  }
  .lp-global-values article p {
    font-size: 10.5px;
  }
}

#hero-title {
  font-size: 2.5rem;
}

/* Bright Saudi/AI hero composition using the supplied city and AI artwork. */
.lp-hero {
  border-color: rgba(126, 202, 246, 0.55);
  background:
    radial-gradient(
      circle at 74% 17%,
      rgba(162, 219, 255, 0.68),
      transparent 27%
    ),
    radial-gradient(
      circle at 93% 86%,
      rgba(73, 174, 255, 0.23),
      transparent 27%
    ),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 50%, #e8f6ff 100%);
  box-shadow: 0 32px 78px rgba(15, 101, 174, 0.14);
}
.lp-hero::before {
  z-index: -1;
  background:
    radial-gradient(
      circle at 0% 95%,
      rgba(78, 191, 255, 0.15),
      transparent 29%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(250, 254, 255, 0.72) 47%,
      rgba(242, 250, 255, 0.14) 100%
    );
}
.lp-hero-grid-lines {
  z-index: 0;
  right: -8%;
  bottom: -29%;
  width: 64%;
  height: 80%;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(12, 119, 226, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 119, 226, 0.1) 1px, transparent 1px);
  transform: rotate(-7deg);
}
.lp-hero-layout {
  min-height: 762px;
}
.lp-hero-copy {
  z-index: 3;
}
.lp-hero-eyebrow {
  color: #0c6dcf;
}
.lp-hero-eyebrow > span {
  border-color: #b8e3fa;
  background: #e5f6ff;
  color: #0875e4;
  box-shadow: 0 7px 16px rgba(10, 110, 206, 0.08);
}
.lp-hero-eyebrow i {
  background: #5ca7df;
}
.lp-hero h1 {
  color: #082e65;
  text-shadow: none;
}
.lp-hero h1 em {
  color: #0876e9;
}
.lp-hero-copy > p:not(.lp-hero-eyebrow) {
  color: #4d718f;
}
.lp-button-secondary {
  border-color: #bfdff2;
  background: rgba(255, 255, 255, 0.78);
  color: #164b78 !important;
  box-shadow: 0 9px 20px rgba(5, 83, 151, 0.08);
}
.lp-button-secondary:hover {
  border-color: #7cc7ef;
  background: #fff;
  color: #075dbd !important;
}
.lp-hero-proof li {
  border-color: rgba(166, 213, 240, 0.72);
  background: rgba(255, 255, 255, 0.69);
  color: #2f5f88;
  box-shadow: 0 9px 20px rgba(6, 82, 148, 0.05);
  backdrop-filter: blur(11px);
}
.lp-hero-proof svg {
  color: #0c9d71;
}
.lp-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 530px;
  isolation: isolate;
}
.lp-hero-visual::before {
  position: absolute;
  z-index: -2;
  right: 4%;
  top: 11%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(61, 170, 239, 0.24);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(66, 187, 255, 0.17),
    transparent 67%
  );
  box-shadow: 0 0 0 28px rgba(91, 199, 255, 0.055);
  content: "";
}
.lp-hero-skyline {
  position: absolute;
  z-index: -1;
  right: -11%;
  bottom: -2%;
  width: 112%;
  height: auto;
  opacity: 0.78;
  mix-blend-mode: multiply;
}
.lp-hero-city-orbit {
  position: absolute;
  z-index: 0;
  top: 21px;
  right: 5%;
  width: 410px;
  height: 410px;
  overflow: hidden;
  border: 1px solid rgba(126, 203, 248, 0.64);
  border-radius: 50%;
  background: rgba(245, 252, 255, 0.78);
  box-shadow:
    0 29px 50px rgba(16, 113, 191, 0.18),
    inset 0 1px 0 #fff;
}
.lp-hero-city-orbit::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 33% 26%,
    rgba(255, 255, 255, 0.05),
    rgba(24, 148, 244, 0.08)
  );
  content: "";
}
.lp-hero-city-orbit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 49%;
  mix-blend-mode: multiply;
  transform: scale(1.07);
}
.lp-hero-ai-ornament {
  position: absolute;
  z-index: 2;
  top: -46px;
  right: -10%;
  width: 225px;
  height: auto;
  filter: drop-shadow(0 17px 17px rgba(10, 93, 207, 0.16));
}
.lp-hero-orbit-card {
  position: absolute;
  z-index: 3;
  bottom: 29px;
  left: 1%;
  display: grid;
  width: min(326px, 64%);
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(163, 219, 247, 0.84);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 24px 50px rgba(8, 80, 152, 0.17),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(17px);
}
.lp-hero-orbit-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.lp-hero-orbit-brand img {
  width: 137px;
  height: auto;
}
.lp-hero-orbit-brand span {
  color: #2775af;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}
.lp-hero-orbit-card > strong {
  max-width: 255px;
  color: #124f83;
  font-size: 20px;
  letter-spacing: -0.045em;
  line-height: 1.18;
}
.lp-hero-orbit-card > small {
  color: #5b7f9c;
  font-size: 10px;
  line-height: 1.5;
}
.lp-hero-orbit-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 2px;
}
.lp-hero-orbit-points span {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 7px 3px;
  border: 1px solid #d2ebf8;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
  color: #27618f;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}
.lp-hero-orbit-points .lp-artwork {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 4px 5px rgba(8, 86, 186, 0.14));
}
.lp-hero-saudi-badge {
  position: absolute;
  z-index: 4;
  top: 49px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(176, 225, 245, 0.88);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 15px 28px rgba(6, 89, 161, 0.11);
  backdrop-filter: blur(13px);
}
.lp-hero-saudi-badge > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: #e6f7ff;
}
.lp-hero-saudi-badge .lp-artwork {
  width: 31px;
  height: 31px;
}
.lp-hero-saudi-badge > div {
  display: grid;
  gap: 2px;
}
.lp-hero-saudi-badge small {
  color: #6590ad;
  font-size: 8px;
  font-weight: 800;
}
.lp-hero-saudi-badge strong {
  color: #175584;
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  .lp-hero-layout {
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }
  .lp-hero-visual {
    max-width: 690px;
    width: 100%;
    min-height: 500px;
    margin-inline: auto;
  }
  .lp-hero-city-orbit {
    right: 11%;
  }
  .lp-hero-ai-ornament {
    right: 0;
  }
}

@media (max-width: 620px) {
  .lp-hero {
    min-height: 0;
    border-radius: 25px;
  }
  .lp-hero-layout {
    padding: 50px 22px 41px;
  }
  .lp-hero-visual {
    min-height: 365px;
    margin-top: 2px;
  }
  .lp-hero-visual::before {
    right: 8%;
    top: 8%;
    width: 285px;
    height: 285px;
  }
  .lp-hero-city-orbit {
    top: 18px;
    right: 5%;
    width: 286px;
    height: 286px;
  }
  .lp-hero-ai-ornament {
    top: -22px;
    right: -7%;
    width: 142px;
  }
  .lp-hero-skyline {
    right: -14%;
    bottom: 0;
    width: 119%;
  }
  .lp-hero-orbit-card {
    bottom: 4px;
    left: 0;
    width: min(290px, 78%);
    gap: 8px;
    padding: 15px;
    border-radius: 17px;
  }
  .lp-hero-orbit-brand img {
    width: 112px;
  }
  .lp-hero-orbit-brand span {
    font-size: 6.5px;
  }
  .lp-hero-orbit-card > strong {
    font-size: 16px;
  }
  .lp-hero-orbit-card > small {
    font-size: 8.5px;
  }
  .lp-hero-orbit-points .lp-artwork {
    width: 23px;
    height: 23px;
  }
  .lp-hero-orbit-points span {
    font-size: 6.5px;
  }
  .lp-hero-saudi-badge {
    top: 29px;
    left: 0;
    padding: 8px 9px;
  }
  .lp-hero-saudi-badge > span {
    width: 30px;
    height: 30px;
  }
  .lp-hero-saudi-badge .lp-artwork {
    width: 26px;
    height: 26px;
  }
  .lp-hero-saudi-badge small {
    font-size: 6.5px;
  }
  .lp-hero-saudi-badge strong {
    font-size: 8px;
  }
}

/* Hero visual balance pass: one contained Saudi/AI focal composition. */
.lp-hero-visual {
  max-width: 620px;
  width: 100%;
  min-height: 506px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(173, 220, 247, 0.72);
  border-radius: 32px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.72),
    rgba(220, 243, 255, 0.52)
  );
  box-shadow:
    0 24px 52px rgba(9, 95, 166, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}
.lp-hero-visual::before {
  z-index: -1;
  top: 32px;
  right: 18px;
  width: 424px;
  height: 403px;
  border: 1px solid rgba(77, 181, 241, 0.28);
  border-radius: 31px;
  background: radial-gradient(
    circle at 38% 28%,
    rgba(85, 191, 255, 0.23),
    rgba(137, 215, 255, 0.08) 46%,
    transparent 69%
  );
  box-shadow: 0 0 0 20px rgba(125, 211, 255, 0.045);
}
.lp-hero-skyline {
  right: -2%;
  bottom: -4%;
  width: 103%;
  opacity: 0.57;
}
.lp-hero-city-orbit {
  top: 47px;
  right: 18px;
  width: 399px;
  height: 375px;
  border-color: rgba(120, 201, 246, 0.74);
  border-radius: 29px;
  box-shadow:
    0 24px 42px rgba(12, 108, 184, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.lp-hero-city-orbit::after {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.07),
    rgba(27, 145, 238, 0.1)
  );
}
.lp-hero-city-orbit img {
  object-position: 56% 52%;
  transform: scale(1.035);
}
.lp-hero-ai-ornament {
  top: 13px;
  right: 18px;
  width: 152px;
  opacity: 0.9;
}
.lp-hero-orbit-card {
  bottom: 24px;
  left: 20px;
  width: 322px;
  gap: 9px;
  padding: 19px;
  border-color: rgba(153, 216, 247, 0.88);
  border-radius: 21px;
  box-shadow:
    0 20px 42px rgba(6, 86, 155, 0.16),
    inset 0 1px 0 #fff;
}
.lp-hero-orbit-brand img {
  width: 143px;
}
.lp-hero-orbit-card > strong {
  max-width: 265px;
  font-size: 21px;
}
.lp-hero-saudi-badge {
  top: 27px;
  left: 20px;
  border-color: rgba(172, 222, 246, 0.92);
  box-shadow: 0 13px 25px rgba(7, 88, 157, 0.1);
}

@media (max-width: 920px) {
  .lp-hero-visual {
    max-width: 620px;
    min-height: 506px;
    margin: 4px auto 0;
  }
  .lp-hero-city-orbit {
    right: 18px;
  }
  .lp-hero-ai-ornament {
    right: 18px;
  }
}

@media (max-width: 620px) {
  .lp-hero-visual {
    min-height: 364px;
    border-radius: 23px;
  }
  .lp-hero-visual::before {
    top: 35px;
    right: 10px;
    width: 278px;
    height: 246px;
    border-radius: 21px;
    box-shadow: 0 0 0 11px rgba(125, 211, 255, 0.05);
  }
  .lp-hero-skyline {
    right: -7%;
    bottom: -2%;
    width: 107%;
    opacity: 0.5;
  }
  .lp-hero-city-orbit {
    top: 49px;
    right: 10px;
    width: 272px;
    height: 252px;
    border-radius: 21px;
  }
  .lp-hero-ai-ornament {
    top: 11px;
    right: 12px;
    width: 102px;
  }
  .lp-hero-orbit-card {
    bottom: 14px;
    left: 12px;
    width: min(276px, 78%);
    gap: 7px;
    padding: 14px;
    border-radius: 16px;
  }
  .lp-hero-orbit-brand img {
    width: 111px;
  }
  .lp-hero-orbit-brand span {
    font-size: 6.5px;
  }
  .lp-hero-orbit-card > strong {
    font-size: 16px;
  }
  .lp-hero-orbit-card > small {
    font-size: 8.5px;
  }
  .lp-hero-saudi-badge {
    top: 15px;
    left: 12px;
    padding: 7px 9px;
    border-radius: 13px;
  }
}

/* Consistent title hierarchy and breathing room between headings and copy. */
.lp-page h1,
.lp-page h2,
.lp-page h3,
.lp-platform-rail strong,
.lp-agentic-points strong,
.agent-node strong,
.agent-node-core strong,
.lp-capability-group-title p,
.lp-capability-grid summary strong,
.lp-essd-function-grid span,
.lp-micro-flow span,
.lp-insight-guide-heading strong,
.lp-insight-guide-tabs button > span:nth-child(2) strong,
.lp-eco-flow-heading strong,
.lp-eco-flow-card span,
.lp-eco-flow-core strong,
.lp-ecosystem-flow-note strong,
.lp-global-values article strong,
.lp-faq-list summary span,
.lp-demo-points span,
.lp-hero-orbit-card > strong,
.lp-hero-saudi-badge strong {
  text-transform: capitalize;
}

.lp-section-intro h2 + p:not(.lp-kicker),
.lp-agentic-copy h2 + p:not(.lp-kicker),
.lp-essd-copy h2 + p:not(.lp-kicker),
.lp-global-layout > div h2 + p:not(.lp-kicker),
.lp-implementation-heading h2 + p:not(.lp-kicker),
.lp-faq-layout > div h2 + p:not(.lp-kicker),
.lp-demo-copy h2 + p:not(.lp-kicker) {
  margin-top: 28px;
}

/* ESSD as one balanced product experience, not two unrelated columns. */
.lp-essd {
  background: transparent;
}
.lp-essd-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(38px, 5vw, 68px);
  padding: clamp(34px, 4.4vw, 58px);
  border: 1px solid rgba(167, 217, 246, 0.78);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 17% 80%,
      rgba(86, 192, 255, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 13%,
      rgba(122, 211, 255, 0.15),
      transparent 27%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(235, 248, 255, 0.9));
  box-shadow:
    0 25px 56px rgba(8, 84, 151, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.lp-essd-visual {
  align-self: start;
  min-height: 535px;
  margin-top: 78px;
}
.lp-essd-product-card-official {
  inset: 0;
  right: 0;
}
.lp-essd-product-card-official .lp-essd-product-head {
  top: 3px;
  left: 3px;
}
.lp-essd-official-screen {
  filter: drop-shadow(0 25px 31px rgba(4, 73, 147, 0.16));
}
.lp-essd-glass-note {
  right: 4px;
  bottom: 13px;
}
.lp-essd-copy {
  max-width: 690px;
}
.lp-essd h2 {
  max-width: 650px;
  font-size: clamp(42px, 3.95vw, 56px);
}
.lp-essd-copy > p:not(.lp-kicker) {
  max-width: 630px;
  margin-top: 28px;
}
.lp-essd-function-grid {
  gap: 12px;
  margin-top: 31px;
}
.lp-essd-function-grid span {
  min-height: 68px;
}
.lp-micro-flow {
  margin-top: 18px;
}

@media (max-width: 920px) {
  .lp-essd-layout {
    gap: 38px;
    padding: 40px;
  }
  .lp-essd-visual {
    min-height: 470px;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .lp-essd-layout {
    gap: 28px;
    padding: 25px 17px;
    border-radius: 25px;
  }
  .lp-essd-visual {
    min-height: 340px;
  }
  .lp-essd-product-card-official .lp-essd-product-head {
    top: 0;
    left: 0;
  }
  .lp-essd-glass-note {
    right: 0;
    bottom: 4px;
  }
  .lp-essd h2 {
    font-size: clamp(35px, 9.8vw, 45px);
  }
  .lp-essd-copy h2 + p:not(.lp-kicker) {
    margin-top: 22px;
  }
  .lp-essd-function-grid span {
    min-height: 63px;
  }
}

/* Hero: keep the visual deliberately high and right, away from the editorial copy. */
.lp-hero-eyebrow {
  font-size: 12px;
}
.lp-hero-built-on small {
  font-size: 10px;
}
.lp-hero-built-on img {
  width: 162px;
  height: 30px;
}

@media (min-width: 921px) {
  .lp-hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
    column-gap: 46px;
  }
  .lp-hero-visual {
    justify-self: end;
    margin: -30px -14px 0 auto;
  }
  .lp-hero-visual::before {
    top: 17px;
    right: 7px;
  }
  .lp-hero-city-orbit {
    top: 25px;
    right: 7px;
  }
  .lp-hero-ai-ornament {
    top: -9px;
    right: 2px;
  }
  .lp-hero-skyline {
    right: -7%;
    bottom: -6%;
  }
}

@media (max-width: 920px) {
  .lp-hero-visual {
    margin: 4px auto 0;
  }
}

@media (max-width: 620px) {
  .lp-hero-eyebrow {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 10px;
  }
  .lp-hero-eyebrow-main {
    gap: 8px;
  }
  .lp-hero-built-on {
    min-height: 38px;
    gap: 8px;
    padding: 6px 9px;
    border-radius: 12px;
  }
  .lp-hero-built-on small {
    font-size: 8px;
  }
  .lp-hero-built-on img {
    width: 130px;
    height: 25px;
  }
}

/* Keep value-card headings and descriptions on one clear, even reading rhythm. */
.lp-global-values article {
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-height: 176px;
  padding: 22px;
}
.lp-global-values article > span {
  width: 64px;
  height: 64px;
  border-radius: 19px;
}
.lp-global-values article > span .lp-artwork {
  width: 55px;
  height: 55px;
}
.lp-global-values article > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
  gap: 13px;
  padding-top: 3px;
}
.lp-global-values article strong {
  margin: 0;
  color: #174e7e;
  font-size: 18px;
  letter-spacing: -0.034em;
  line-height: 1.18;
}
.lp-global-values article p {
  margin: 0 !important;
  color: #5b7d98;
  font-size: 14px;
  line-height: 1.46;
}
.lp-global-values article:last-child {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 142px;
  align-items: center;
}
.lp-global-values article:last-child > span {
  width: 72px;
  height: 62px;
  border-radius: 19px;
}
.lp-global-values article:last-child > span .lp-artwork {
  width: 67px;
  height: 57px;
}

/* FAQ rows: more generous type without adding excess visual weight. */
.lp-faq-list {
  gap: 14px;
}
.lp-faq-list details {
  border-radius: 20px;
}
.lp-faq-list summary {
  min-height: 79px;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.32;
}
.lp-faq-list summary svg {
  width: 22px;
  height: 22px;
}
.lp-faq-list details > p {
  margin: -1px 24px 22px;
  color: #c6ddf0;
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 620px) {
  .lp-global-values article {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
    gap: 13px;
    padding: 18px;
  }
  .lp-global-values article > span {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
  .lp-global-values article > span .lp-artwork {
    width: 47px;
    height: 47px;
  }
  .lp-global-values article > div {
    gap: 10px;
    padding-top: 1px;
  }
  .lp-global-values article strong {
    font-size: 16px;
  }
  .lp-global-values article p {
    font-size: 13px;
    line-height: 1.45;
  }
  .lp-global-values article:last-child {
    grid-template-columns: 61px minmax(0, 1fr);
    min-height: 0;
  }
  .lp-global-values article:last-child > span {
    width: 61px;
    height: 54px;
  }
  .lp-global-values article:last-child > span .lp-artwork {
    width: 58px;
    height: 49px;
  }
  .lp-faq-list {
    gap: 11px;
  }
  .lp-faq-list details {
    border-radius: 17px;
  }
  .lp-faq-list summary {
    min-height: 67px;
    padding: 16px;
    font-size: 15px;
  }
  .lp-faq-list summary svg {
    width: 19px;
    height: 19px;
  }
  .lp-faq-list details > p {
    margin: -1px 16px 18px;
    font-size: 13px;
  }
}

/* Hero correction: keep the editorial column stable and shift only the artwork. */
.lp-hero-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  font-size: 10px;
}
.lp-hero-eyebrow-main {
  flex: 0 0 auto;
  gap: 9px;
}
.lp-hero-built-on {
  min-height: 0;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lp-hero-built-on small {
  color: #3375a7;
  font-size: 9px;
}
.lp-hero-built-on img {
  width: 142px;
  height: 27px;
  mix-blend-mode: multiply;
}
.lp-hero h1 {
  max-width: 660px;
  font-size: clamp(53px, 5vw, 74px);
}
.lp-hero-copy > p:not(.lp-hero-eyebrow) {
  max-width: 570px;
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.68;
}

@media (min-width: 921px) {
  .lp-hero-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
    column-gap: 28px;
  }
  .lp-hero-visual {
    justify-self: end;
    margin: -34px -8px 0 auto;
  }
  .lp-hero-visual::before {
    top: 17px;
    right: 7px;
  }
  .lp-hero-city-orbit {
    top: 25px;
    right: 7px;
  }
  .lp-hero-ai-ornament {
    top: -9px;
    right: 2px;
  }
  .lp-hero-skyline {
    right: -7%;
    bottom: -6%;
  }
}

/* Align platform symbols by their visible 3D mass, not just their source box. */
.lp-platform-rail article:nth-child(3) > .lp-platform-artwork {
  width: 50px;
  height: 50px;
  transform: translateY(-1px);
}

/* Give each capability group a deliberate top inset before its category label. */
.lp-capability-group {
  padding-top: 40px;
}
.lp-capability-group-title {
  align-items: start;
}

@media (max-width: 620px) {
  .lp-hero-eyebrow {
    gap: 8px;
    margin-bottom: 20px;
    font-size: 9px;
  }
  .lp-hero-eyebrow-main {
    gap: 8px;
  }
  .lp-hero-built-on {
    gap: 6px;
    padding: 0;
  }
  .lp-hero-built-on small {
    font-size: 8px;
  }
  .lp-hero-built-on img {
    width: 122px;
    height: 23px;
  }
  .lp-hero h1 {
    font-size: clamp(43px, 11.2vw, 54px);
  }
  .lp-hero-copy > p:not(.lp-hero-eyebrow) {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.62;
  }
  .lp-platform-rail article:nth-child(3) > .lp-platform-artwork {
    width: 43px;
    height: 43px;
  }
  .lp-capability-group {
    padding-top: 31px;
  }
}
