@font-face {
  font-family: "Golos Text";
  src: url("/assets/fonts/golos-text-cyrillic-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: "Golos Text";
  src: url("/assets/fonts/golos-text-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+20BD, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Wix Madefor Display";
  src: url("/assets/fonts/wix-madefor-display-cyrillic-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: "Wix Madefor Display";
  src: url("/assets/fonts/wix-madefor-display-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-text: "Golos Text", "Segoe UI", Arial, sans-serif;
  --font-display: "Wix Madefor Display", "Golos Text", sans-serif;
  --ink: #2b2723;
  --muted: #6d645e;
  --line: #ded4ce;
  --paper: #fffdfc;
  --soft: #f5f0ed;
  --forest: #285b3f;
  --forest-dark: #193d2b;
  --forest-soft: #eaf1ec;
  --yellow: #ffd233;
  --yellow-hover: #f4c20d;
  --yellow-soft: #fff6c7;
  --yellow-on-dark: #ffe06a;
  --night: #202921;
  --success: #2f7755;
  --control-line: #9b8f86;
  --on-dark: #f2ece8;
  --on-dark-muted: #b9aea6;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(62, 49, 39, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-text);
  font-synthesis-style: none;
  letter-spacing: 0;
}

body:has(.lp-lightbox[open]) {
  overflow: hidden;
}

/* Connected product overview — the visual direction below the preserved hero. */
.lp-modules-overview {
  position: relative;
  overflow: hidden;
  border-bottom-color: #dfe7e3;
  background:
    radial-gradient(circle at 88% 8%, rgba(63, 118, 232, .13), transparent 31%),
    linear-gradient(180deg, #f8fbfa 0%, #eef4f1 100%);
}

.lp-modules-overview::before {
  position: absolute;
  inset: 0;
  opacity: .35;
  pointer-events: none;
  background-image: linear-gradient(rgba(40, 91, 63, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 91, 63, .055) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.lp-modules-overview .lp-shell {
  position: relative;
  z-index: 1;
}

.lp-modules-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(380px, .65fr);
  gap: clamp(40px, 4vw, 72px);
  align-items: center;
  margin-bottom: 58px;
}

.lp-modules-overview-copy .lp-title {
  max-width: 1040px;
  font-size: clamp(42px, 4.4vw, 67px);
  letter-spacing: -.032em;
}

.lp-modules-overview-copy .lp-lead {
  max-width: 760px;
  margin-top: 24px;
  color: #526159;
  font-size: 19px;
}

.lp-text-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: #1e5fcf;
  font-size: 16px;
  font-weight: 850;
}

.lp-text-cta span { transition: transform .18s ease; }
.lp-text-cta:hover span { transform: translateX(4px); }

.lp-modules-avatar {
  position: relative;
  width: min(100%, 384px);
  justify-self: end;
  align-self: end;
  transform-origin: 50% 100%;
  animation: lp-modules-avatar-float 4.8s ease-in-out infinite;
  will-change: transform;
}

.lp-modules-avatar-art {
  position: relative;
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 24px rgba(26, 56, 43, .14));
  transform-origin: 58% 100%;
  animation: lp-modules-avatar-sway 6.4s ease-in-out infinite;
  will-change: transform;
}

.lp-modules-avatar-art > img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes lp-modules-avatar-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes lp-modules-avatar-sway {
  0%, 100% { transform: scale(.985) rotate(-.35deg); }
  28% { transform: scale(.985) rotate(.5deg); }
  64% { transform: scale(.985) rotate(-.18deg); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-modules-avatar,
  .lp-modules-avatar-art {
    animation: none;
  }
}

.lp-module-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lp-module-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 17px 14px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(32, 82, 58, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 30px rgba(34, 62, 48, .05);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lp-module-card:hover {
  z-index: 1;
  border-color: rgba(47, 111, 228, .3);
  background: #fff;
  box-shadow: 0 20px 44px rgba(35, 62, 49, .12);
  transform: translateY(-4px);
}

.lp-module-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  border: 1px solid #dbe6f8;
  border-radius: 13px;
  color: #2f6fe4;
  background: #f2f7ff;
}

.lp-module-card:nth-child(3n + 2) .lp-module-card-icon { color: #2f7755; border-color: #d7e8df; background: #eef7f2; }
.lp-module-card:nth-child(3n) .lp-module-card-icon { color: #8b6800; border-color: #f0df9e; background: #fff9d9; }
.lp-module-card-icon svg { width: 23px; height: 23px; stroke-width: 1.75; }

.lp-module-card-copy { min-width: 0; display: grid; gap: 8px; }
.lp-module-card-copy strong { color: #1f2f27; font-size: 17px; font-weight: 860; letter-spacing: -.015em; }
.lp-module-card-copy small { color: #657269; font-size: 12px; font-weight: 560; line-height: 1.5; }
.lp-module-card-arrow { color: #789087; font-size: 17px; transition: color .18s ease, transform .18s ease; }
.lp-module-card:hover .lp-module-card-arrow { color: #2f6fe4; transform: translate(2px, -2px); }

@media (max-width: 1280px) {
  .lp-modules-overview-head { grid-template-columns: 1fr; gap: 38px; }
  .lp-modules-avatar { width: min(100%, 360px); justify-self: center; }
}

@media (max-width: 1050px) {
  .lp-module-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .lp-modules-overview-copy .lp-title { font-size: clamp(34px, 10vw, 46px); }
  .lp-modules-overview-copy .lp-lead { font-size: 16px; }
  .lp-modules-avatar { width: min(84vw, 320px); }
  .lp-module-card-grid { grid-template-columns: 1fr; }
  .lp-module-card { min-height: 126px; padding: 18px; }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

section[id] {
  scroll-margin-top: 92px;
}

.lp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.lp-counter-pixel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.lp-shell {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
}

.lp-section {
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}

.lp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .28fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 54px;
}

.lp-section-head-compact {
  grid-template-columns: minmax(0, 1180px);
}

.lp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.lp-eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.lp-eyebrow-light {
  color: var(--yellow-on-dark);
}

.lp-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.9vw, 54px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -.03em;
  text-wrap: balance;
}

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

.lp-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 19px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn:focus-visible,
.lp-app-frame:focus-visible,
.lp-lightbox-close:focus-visible,
.lp-faq summary:focus-visible,
.lp-contact-links a:focus-visible {
  outline: 3px solid rgba(40, 91, 63, .34);
  outline-offset: 3px;
}

.lp-btn-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 10px 26px rgba(128, 96, 0, .22);
}

.lp-btn-primary:hover {
  background: var(--yellow-hover);
}

.lp-btn-dark {
  color: #fff;
  background: var(--night);
  box-shadow: 0 12px 28px rgba(32, 41, 33, .22);
}

.lp-btn-dark:hover {
  background: var(--forest-dark);
}

.lp-btn-ghost {
  color: #4a433d;
  border-color: var(--line);
  background: var(--paper);
}

.lp-btn-ghost:hover {
  border-color: var(--control-line);
  background: var(--soft);
}

/* Hero composition intentionally preserves the current Smetrum direction. */
.lp-hero {
  position: relative;
  min-height: clamp(720px, max(calc(100vh - 132px), 42vw), 1040px);
  min-height: clamp(720px, max(calc(100svh - 132px), 42vw), 1040px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid #ded4ce;
  background:
    linear-gradient(90deg, rgba(32, 41, 33, .76) 0%, rgba(32, 41, 33, .68) 31%, rgba(32, 41, 33, .42) 48%, rgba(32, 41, 33, .08) 64%, rgba(32, 41, 33, 0) 74%),
    url("/assets/landing/hero-private-home-saas-v2.webp") center bottom / cover no-repeat;
}

.lp-hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, calc(100% - 40px));
  margin-left: clamp(22px, 2.5vw, 60px);
  padding: 64px 0 98px;
}

.lp-hero-marker {
  width: min(570px, 100%);
  display: grid;
  grid-template-columns: auto 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin-bottom: 22px;
  color: #fff;
}

.lp-hero-marker-code {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 2px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .075em;
  white-space: nowrap;
}

.lp-hero-marker-rule {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, .58);
}

.lp-hero-marker-rule::before,
.lp-hero-marker-rule::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 7px;
  background: rgba(255, 255, 255, .72);
  content: "";
  transform: translateY(-50%);
}

.lp-hero-marker-rule::before {
  left: 0;
}

.lp-hero-marker-rule::after {
  right: 0;
}

.lp-hero-marker-copy {
  min-width: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: .018em;
  white-space: nowrap;
}

.lp-hero-marker-trial {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  color: #d8cec7;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 720;
  letter-spacing: .035em;
  white-space: nowrap;
}

.lp-hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 92px);
  line-height: .94;
  font-weight: 780;
  letter-spacing: -.025em;
  text-shadow: 0 4px 24px rgba(32, 41, 33, .58);
}

.lp-hero h1 span,
.lp-hero h1 small {
  display: block;
}

.lp-hero h1 small {
  max-width: 640px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.04;
  font-weight: 680;
  letter-spacing: -.02em;
}

.lp-hero-sub {
  max-width: 610px;
  margin: 22px 0 0;
  color: #f2ece8;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  font-weight: 500;
  text-shadow: 0 3px 18px rgba(32, 41, 33, .62);
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.lp-hero-qualifier {
  max-width: 610px;
  margin: 17px 0 0;
  color: #d8cec7;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
  text-shadow: 0 2px 12px rgba(32, 41, 33, .66);
}

.lp-hero-proof {
  max-width: 610px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.lp-proof-item {
  padding-left: 14px;
  border-left: 2px solid rgba(255, 210, 51, .82);
}

.lp-proof-value {
  color: #fff;
  font-size: 21px;
  font-weight: 850;
  text-shadow: 0 2px 14px rgba(32, 41, 33, .62);
}

.lp-proof-label {
  margin-top: 4px;
  color: #f2ece8;
  font-size: 13px;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(32, 41, 33, .66);
}

.lp-problems {
  background: #fff;
}

.lp-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.lp-problem-grid article {
  min-height: 286px;
  padding: 28px 26px 30px;
  background: #fff;
}

.lp-index {
  width: 38px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-problem-grid h3 {
  min-height: 66px;
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.18;
}

.lp-problem-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.lp-positioning {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.8fr);
  gap: 38px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  color: #fff;
  background: var(--night);
}

.lp-positioning strong {
  color: var(--yellow-on-dark);
  font-size: 17px;
  line-height: 1.4;
}

.lp-positioning span {
  color: #d8cec7;
  font-size: 16px;
  line-height: 1.6;
}

.lp-system {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.lp-system::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(40, 91, 63, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 91, 63, .035) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  pointer-events: none;
}

.lp-system .lp-shell {
  position: relative;
}

.lp-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 0;
  border: 1px solid #ded4ce;
  background: #fff;
  list-style: none;
}

.lp-process li {
  position: relative;
  min-height: 132px;
  padding: 20px 18px;
  border-right: 1px solid #ded4ce;
}

.lp-process li:last-child {
  border-right: 0;
}

.lp-process li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-top: 1px solid #9b8f86;
  border-right: 1px solid #9b8f86;
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.lp-process span {
  display: block;
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-process strong,
.lp-process small {
  display: block;
}

.lp-process strong {
  font-size: 17px;
}

.lp-process small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.lp-system-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, .65fr);
  gap: 0;
  align-items: stretch;
  box-shadow: var(--shadow);
}

.lp-app-frame {
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #ded4ce;
  border-radius: var(--radius);
  padding: 0;
  background: #f5f0ed;
  box-shadow: 0 16px 40px rgba(62, 49, 39, .11);
  cursor: zoom-in;
  text-align: left;
}

.lp-system-stage .lp-app-frame {
  border-radius: 8px 0 0 8px;
  box-shadow: none;
}

.lp-app-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #ded4ce;
  color: #6d645e;
  background: #fff;
  font-size: 12px;
}

.lp-app-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ded4ce;
}

.lp-app-bar i:first-child {
  background: var(--yellow);
}

.lp-app-bar b {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 750;
}

.lp-app-frame img {
  width: 100%;
  height: auto;
  background: #f5f0ed;
}

.lp-system-result {
  padding: 42px 34px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  background: var(--forest-dark);
}

.lp-system-code {
  display: inline-block;
  margin-bottom: 34px;
  color: #d8cec7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.lp-system-result h3 {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.12;
}

.lp-check-list,
.lp-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-check-list li,
.lp-benefits li {
  position: relative;
  padding-left: 25px;
}

.lp-check-list li::before,
.lp-benefits li::before {
  position: absolute;
  top: .12em;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--yellow);
  content: "✓";
  font-size: 10px;
  font-weight: 900;
}

.lp-check-list li {
  margin-top: 13px;
  color: #f2ece8;
  font-size: 15px;
  line-height: 1.45;
}

.lp-system-result p {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #d8cec7;
  font-size: 14px;
  line-height: 1.6;
}

.lp-outcomes {
  padding-bottom: 40px;
}

.lp-outcome {
  display: grid;
  grid-template-columns: minmax(320px, .74fr) minmax(0, 1.26fr);
  gap: 58px;
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.lp-outcome-reverse {
  grid-template-columns: minmax(0, 1.26fr) minmax(320px, .74fr);
}

.lp-outcome-reverse .lp-outcome-copy {
  order: 2;
}

.lp-outcome-reverse .lp-outcome-screen {
  order: 1;
}

.lp-outcome-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 20px;
  padding: 0 10px;
  color: var(--forest);
  border-left: 3px solid var(--yellow);
  background: var(--forest-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.lp-outcome h3 {
  margin: 0 0 20px;
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.lp-outcome-copy > p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.lp-benefits {
  display: grid;
  gap: 13px;
}

.lp-benefits li {
  color: #4a433d;
  font-size: 15px;
  line-height: 1.5;
}

.lp-library-note {
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  color: #6d645e;
  border-top: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.5;
}

.lp-outcome-screen {
  width: 100%;
}

.lp-client-cabinet {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 62px;
  align-items: center;
  margin: 30px 0 64px;
  padding: 42px;
  color: #fff;
  border-left: 5px solid var(--yellow);
  background: var(--forest-dark);
}

.lp-client-cabinet h3 {
  margin: 0 0 16px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.lp-client-cabinet p {
  margin: 0;
  color: #d8cec7;
  font-size: 16px;
  line-height: 1.6;
}

.lp-client-cabinet .lp-outcome-label {
  color: var(--ink);
  border-left-color: #fff;
  background: var(--yellow);
}

.lp-client-cabinet ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .16);
  list-style: none;
}

.lp-client-cabinet li {
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  background: var(--forest-dark);
}

.lp-client-cabinet li strong {
  color: var(--yellow-on-dark);
  font-size: 13px;
}

.lp-client-cabinet li span {
  color: #f2ece8;
  font-size: 14px;
  line-height: 1.55;
}

.lp-roles {
  color: #fff;
  background: var(--night);
  border-bottom-color: rgba(255, 255, 255, .12);
}

.lp-roles .lp-lead {
  color: #b9aea6;
}

.lp-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  gap: 1px;
}

.lp-role-grid article {
  min-height: 260px;
  padding: 30px 26px;
  background: var(--night);
}

.lp-role-grid article > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.lp-role-grid h3 {
  margin: 40px 0 14px;
  font-size: 22px;
}

.lp-role-grid p {
  margin: 0;
  color: #b9aea6;
  font-size: 15px;
  line-height: 1.6;
}

.lp-start {
  background: #eaf1ec;
}

.lp-start-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 74px;
  align-items: center;
}

.lp-start-copy .lp-lead {
  margin: 24px 0 28px;
}

.lp-start-copy small {
  display: block;
  margin-top: 14px;
  color: #6d645e;
  font-size: 12px;
}

.lp-start-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ded4ce;
  list-style: none;
}

.lp-start-steps li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #ded4ce;
}

.lp-start-steps li > span {
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.lp-start-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.lp-start-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.lp-pricing {
  background: #fff;
}

.lp-plan-table {
  border: 1px solid var(--line);
}

.lp-plan-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(140px, .62fr) minmax(165px, .72fr) minmax(130px, .46fr);
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.lp-plan-row:last-child {
  border-bottom: 0;
}

.lp-plan-header {
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  color: #6d645e;
  background: #f5f0ed;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.lp-plan-row.is-popular {
  position: relative;
  background: #eaf1ec;
  box-shadow: inset 4px 0 0 var(--forest);
}

.lp-plan-name,
.lp-plan-price,
.lp-plan-year {
  min-width: 0;
}

.lp-plan-name strong,
.lp-plan-name em,
.lp-plan-name small,
.lp-plan-price strong,
.lp-plan-price small,
.lp-plan-year strong,
.lp-plan-year small {
  display: block;
}

.lp-plan-name small {
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.lp-plan-name strong {
  font-size: 21px;
}

.lp-plan-name em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.lp-plan-price strong {
  font-size: 23px;
}

.lp-plan-price small,
.lp-plan-year small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.lp-plan-year strong {
  font-size: 17px;
}

.lp-plan-action {
  justify-self: end;
}

.lp-plan-action .lp-btn {
  min-height: 42px;
}

.lp-pricing-foot {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 24px;
  color: #d8cec7;
  background: var(--night);
}

.lp-pricing-foot > span {
  color: var(--yellow-on-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.lp-pricing-foot ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-pricing-foot li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
}

.lp-pricing-foot li::before {
  position: absolute;
  left: 0;
  color: var(--yellow-on-dark);
  content: "•";
}

.lp-plan-clarifier {
  margin: 12px 0 0;
  color: #6d645e;
  font-size: 12px;
  line-height: 1.5;
}

.lp-faq {
  background: var(--soft);
}

.lp-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.lp-faq-intro {
  position: sticky;
  top: 104px;
}

.lp-faq-intro .lp-lead {
  margin: 24px 0;
}

.lp-text-link {
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.lp-text-link:hover {
  text-decoration: underline;
}

.lp-faq-list {
  border-top: 1px solid #ded4ce;
}

.lp-faq details {
  border-bottom: 1px solid #ded4ce;
}

.lp-faq summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 760;
  list-style: none;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ded4ce;
  background: #fff;
}

.lp-faq summary span::before,
.lp-faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #4a433d;
  content: "";
  transform: translate(-50%, -50%);
}

.lp-faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .18s ease;
}

.lp-faq details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.lp-faq details p {
  max-width: 720px;
  margin: -5px 46px 24px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.lp-demo {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 41, 33, .18), rgba(32, 41, 33, .28)),
    url("/assets/landing/footer-private-home-saas.webp") center / cover no-repeat;
}

.lp-demo::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 61, 43, .98) 0%, rgba(25, 61, 43, .91) 38%, rgba(25, 61, 43, .34) 69%, rgba(25, 61, 43, .12) 100%);
  content: "";
  pointer-events: none;
}

.lp-demo-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(380px, .62fr);
  gap: 92px;
  align-items: center;
}

.lp-demo-copy .lp-title {
  max-width: 760px;
}

.lp-demo-copy > p {
  max-width: 600px;
  margin: 26px 0 34px;
  color: #d8cec7;
  font-size: 18px;
  line-height: 1.65;
}

.lp-demo-choice {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 16px;
  border-left: 3px solid var(--yellow-on-dark);
}

.lp-demo-choice span {
  color: #b9aea6;
  font-size: 12px;
}

.lp-demo-choice a {
  color: #fff;
  font-weight: 800;
}

.lp-demo-choice a:hover {
  color: var(--yellow-on-dark);
}

.lp-demo-form {
  padding: 30px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 80px rgba(32, 41, 33, .30);
  backdrop-filter: blur(12px);
}

.lp-form-head {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.lp-form-head span {
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.lp-form-head strong {
  font-size: 20px;
}

.lp-form-field {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}

.lp-form-field > span {
  color: #4a433d;
  font-size: 13px;
  font-weight: 750;
}

.lp-form-field input,
.lp-form-field select,
.lp-form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #9b8f86;
  border-radius: 6px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.lp-form-field textarea {
  min-height: 88px;
  resize: vertical;
  line-height: 1.45;
}

.lp-form-field input:focus,
.lp-form-field select:focus,
.lp-form-field textarea:focus {
  border-color: #285b3f;
  box-shadow: 0 0 0 3px rgba(40, 91, 63, .14);
}

.lp-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 18px 0;
  color: #6d645e;
  font-size: 12px;
  line-height: 1.45;
}

.lp-consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--forest);
}

.lp-consent a {
  color: var(--forest);
  text-decoration: underline;
}

.lp-demo-form > .lp-btn {
  width: 100%;
}

.lp-form-status {
  min-height: 18px;
  margin-top: 12px;
  color: #6d645e;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.lp-form-status.is-success {
  color: var(--success);
  font-weight: 750;
}

.lp-form-status.is-error {
  color: #b42318;
  font-weight: 750;
}

.lp-form-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lp-contacts {
  padding: 28px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #202921;
}

.lp-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.lp-contact-row > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp-contact-row strong {
  font-size: 17px;
}

.lp-contact-row span {
  color: #b9aea6;
  font-size: 13px;
}

.lp-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lp-contact-links a,
.lp-contact-links button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  padding: 0 12px;
  color: #f2ece8;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.lp-contact-links a:hover,
.lp-contact-links button:hover {
  color: var(--ink);
  border-color: var(--yellow);
  background: var(--yellow);
}

.lp-footer {
  padding: 28px 0;
  color: #b9aea6;
  background: #171e19;
  font-size: 12px;
}

.lp-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.lp-footer-links a {
  color: #ded4ce;
  font-weight: 700;
}

.lp-footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.lp-lightbox {
  width: min(96vw, 1520px);
  max-width: none;
  max-height: 94vh;
  margin: auto;
  overflow: auto;
  border: 0;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .45);
}

.lp-lightbox::backdrop {
  background: rgba(32, 41, 33, .82);
  backdrop-filter: blur(4px);
}

.lp-lightbox img {
  width: 100%;
  height: auto;
}

.lp-lightbox-close {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px auto;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: rgba(25, 61, 43, .88);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 1600px) {
  .lp-hero-content {
    width: min(700px, calc(100% - 40px));
    margin-left: clamp(120px, 7vw, 168px);
  }
}

@media (max-width: 1180px) {
  .lp-section {
    padding: 84px 0;
  }

  .lp-section-head,
  .lp-start-layout,
  .lp-faq-layout,
  .lp-demo-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lp-faq-intro {
    position: static;
  }

  .lp-problem-grid,
  .lp-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-positioning {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-system-stage {
    grid-template-columns: 1fr;
  }

  .lp-system-stage .lp-app-frame {
    border-radius: 8px 8px 0 0;
  }

  .lp-system-result {
    border-radius: 0 0 8px 8px;
  }

  .lp-outcome,
  .lp-outcome-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lp-outcome-copy,
  .lp-outcome-reverse .lp-outcome-copy {
    order: 1;
  }

  .lp-outcome-screen,
  .lp-outcome-reverse .lp-outcome-screen {
    order: 2;
  }

  .lp-client-cabinet {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lp-demo-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 44px;
  }

  .lp-plan-row {
    grid-template-columns: minmax(210px, 1.1fr) minmax(125px, .58fr) minmax(145px, .65fr) auto;
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 820px) {
  .lp-process {
    grid-template-columns: 1fr;
  }

  .lp-process li {
    min-height: 0;
    display: grid;
    grid-template-columns: 38px minmax(120px, .7fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 17px 18px;
    border-right: 0;
    border-bottom: 1px solid #ded4ce;
  }

  .lp-process li:last-child {
    border-bottom: 0;
  }

  .lp-process li:not(:last-child)::after {
    display: none;
  }

  .lp-process span {
    margin-bottom: 0;
  }

  .lp-process small {
    margin-top: 0;
  }

  .lp-demo-layout {
    grid-template-columns: 1fr;
  }

  .lp-demo::before {
    background: rgba(25, 61, 43, .90);
  }

  .lp-plan-header {
    display: none;
  }

  .lp-plan-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    gap: 18px 14px;
    padding: 22px;
  }

  .lp-plan-name {
    grid-column: 1 / -1;
  }

  .lp-plan-action {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .lp-plan-action .lp-btn {
    width: 100%;
  }

  .lp-pricing-foot {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .lp-shell {
    width: auto;
    max-width: none;
    margin-right: 12px;
    margin-left: 12px;
  }

  .lp-section {
    padding: 68px 0;
  }

  .lp-section-head {
    margin-bottom: 34px;
  }

  .lp-title {
    font-size: clamp(30px, 8.25vw, 38px);
    line-height: 1.04;
  }

  .lp-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .lp-hero {
    min-height: auto;
    align-items: flex-start;
    background-image:
      linear-gradient(90deg, rgba(32, 41, 33, .76) 0%, rgba(32, 41, 33, .61) 62%, rgba(32, 41, 33, .25) 100%),
      url("/assets/landing/hero-private-home-saas-v2.webp");
    background-position: 66% 42%;
  }

  .lp-hero-content {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-width: 0;
    margin: 0 12px;
    padding: 34px 0 50px;
  }

  .lp-hero h1 {
    font-size: 50px;
  }

  .lp-hero h1 small {
    margin-top: 14px;
    font-size: 28px;
    line-height: 1.06;
  }

  .lp-hero-sub {
    max-width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.46;
    overflow-wrap: break-word;
  }

  .lp-hero-actions {
    margin-top: 23px;
  }

  .lp-hero-actions .lp-btn {
    width: 100%;
  }

  .lp-hero-qualifier {
    margin-top: 14px;
    font-size: 11px;
  }

  .lp-hero-marker {
    width: 100%;
    grid-template-columns: 62px minmax(0, 1fr);
    grid-template-areas:
      "code copy"
      "code trial";
    gap: 3px 10px;
    margin-bottom: 18px;
  }

  .lp-hero-marker-code {
    grid-area: code;
    align-self: stretch;
    min-height: 42px;
  }

  .lp-hero-marker-rule {
    display: none;
  }

  .lp-hero-marker-copy {
    grid-area: copy;
    align-self: end;
    font-size: 10px;
    white-space: normal;
  }

  .lp-hero-marker-trial {
    grid-area: trial;
    align-self: start;
    padding-left: 0;
    border-left: 0;
    font-size: 9px;
  }

  .lp-hero-proof {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 26px;
  }

  .lp-proof-item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
    padding-left: 10px;
  }

  .lp-proof-value {
    font-size: 17px;
  }

  .lp-proof-label {
    margin-top: 0;
    font-size: 11px;
  }

  .lp-problem-grid,
  .lp-role-grid {
    grid-template-columns: 1fr;
  }

  .lp-problem-grid article,
  .lp-role-grid article {
    min-height: 0;
  }

  .lp-problem-grid article {
    padding: 24px 22px;
  }

  .lp-index {
    margin-bottom: 24px;
  }

  .lp-problem-grid h3 {
    min-height: 0;
  }

  .lp-positioning {
    padding: 23px 21px;
  }

  .lp-system-result {
    padding: 30px 23px;
  }

  .lp-system-code {
    margin-bottom: 24px;
  }

  .lp-outcomes {
    padding-bottom: 22px;
  }

  .lp-outcome {
    padding: 45px 0;
  }

  .lp-outcome h3 {
    font-size: 31px;
  }

  .lp-outcome-copy > p {
    font-size: 16px;
  }

  .lp-app-bar {
    height: 36px;
  }

  .lp-app-frame {
    border-radius: 6px;
  }

  .lp-client-cabinet {
    margin: 14px 0 46px;
    padding: 28px 22px;
  }

  .lp-role-grid h3 {
    margin-top: 25px;
  }

  .lp-start-layout {
    gap: 42px;
  }

  .lp-start-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .lp-plan-row {
    padding: 20px 17px;
  }

  .lp-plan-price strong {
    font-size: 21px;
  }

  .lp-plan-year strong {
    font-size: 15px;
  }

  .lp-pricing-foot {
    padding: 18px;
  }

  .lp-pricing-foot ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 14px;
  }

  .lp-faq-layout {
    gap: 38px;
  }

  .lp-faq summary {
    font-size: 16px;
  }

  .lp-faq details p {
    margin-right: 0;
    font-size: 15px;
  }

  .lp-demo {
    padding: 70px 0;
    background-position: 64% center;
  }

  .lp-demo-copy > p {
    font-size: 16px;
  }

  .lp-demo-form {
    padding: 22px 18px;
  }

  .lp-contact-row,
  .lp-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-contact-links,
  .lp-footer-links {
    width: 100%;
    justify-content: flex-start;
  }

  .lp-contact-links a,
  .lp-contact-links button {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .lp-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lp-lightbox {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 6px;
  }
}

@media (max-width: 380px) {
  .lp-hero h1 {
    font-size: 44px;
  }

  .lp-hero h1 small {
    font-size: 25px;
  }

  .lp-proof-item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .lp-pricing-foot ul,
  .lp-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 2026 product-led landing direction. */
:root {
  --product-blue: #2f6fe4;
  --product-blue-dark: #1f55ba;
  --product-blue-soft: #edf4ff;
  --product-ice: #f4f7f9;
  --product-line: #dce4e8;
}

.lp-product-loop {
  padding-bottom: 116px;
  background: #fff;
}

.lp-monitor-stage { position: relative; }

.lp-wide-screen {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #cfd9df;
  border-radius: 15px;
  padding: 0;
  background: #fff;
  box-shadow: 0 30px 80px rgba(29, 47, 39, .16);
  cursor: zoom-in;
  text-align: left;
  isolation: isolate;
}

.lp-wide-screen::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .68);
  pointer-events: none;
  content: "";
}

.lp-wide-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.lp-wide-screen:hover img { transform: none; }

.lp-screen-meta {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 13px;
  border-bottom: 1px solid #e1e7ea;
  color: #4f5d55;
  background: #f7f9fa;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .01em;
}

.lp-screen-dots {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.lp-screen-dots i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #f3c94b;
}

.lp-screen-dots i:nth-child(2) { background: #d9d1cc; }
.lp-screen-dots i:nth-child(3) { background: #e7e1dd; }

.lp-wide-screen-primary { border-radius: 18px; }

.lp-monitor-facts {
  width: min(920px, calc(100% - 72px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -38px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #dbe4df;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(31, 56, 43, .16);
  backdrop-filter: blur(14px);
}

.lp-monitor-facts > span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  padding: 19px 23px;
}

.lp-monitor-facts > span + span { border-left: 1px solid #e3e9e6; }
.lp-monitor-facts b { grid-row: 1 / 3; color: var(--product-blue); font-size: 11px; letter-spacing: .08em; }
.lp-monitor-facts strong { color: #1e3027; font-size: 14px; font-weight: 850; }
.lp-monitor-facts small { color: #7b8881; font-size: 11px; }

.lp-showcases {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--product-ice);
}

.lp-showcases-head {
  max-width: 1120px;
  margin-bottom: 64px;
}

.lp-showcases-head .lp-title { font-size: clamp(43px, 4.6vw, 68px); }
.lp-showcases-head .lp-lead { max-width: 760px; margin-top: 22px; }

.lp-showcase {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.35fr);
  gap: clamp(34px, 4.6vw, 72px);
  align-items: center;
  margin-top: 24px;
  overflow: hidden;
  padding: clamp(34px, 4.8vw, 72px);
  border: 1px solid rgba(26, 54, 42, .12);
  border-radius: 24px;
  background: #fff;
}

.lp-showcase-reverse { grid-template-columns: minmax(0, 1.35fr) minmax(430px, .9fr); }
.lp-showcase-reverse .lp-showcase-copy { grid-column: 2; grid-row: 1; }
.lp-showcase-reverse .lp-wide-screen { grid-column: 1; grid-row: 1; }

.lp-showcase-blue { background: linear-gradient(135deg, #edf4ff 0%, #fff 62%); }
.lp-showcase-amber { background: linear-gradient(135deg, #fff8dc 0%, #fff 64%); }
.lp-showcase-green { background: linear-gradient(135deg, #ecf6f0 0%, #fff 64%); }
.lp-showcase-dark { color: #fff; border-color: #263c32; background: linear-gradient(135deg, #132e23 0%, #1d362b 58%, #274136 100%); }

.lp-showcase-copy { min-width: 0; }
.lp-showcase-index {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--product-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}
.lp-showcase-amber .lp-showcase-index { color: #956e00; }
.lp-showcase-green .lp-showcase-index { color: #2f7755; }
.lp-showcase-dark .lp-showcase-index { color: #ffd85a; }

.lp-showcase h3 {
  max-width: 550px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.lp-showcase-copy > p {
  max-width: 560px;
  margin: 23px 0 0;
  color: #5e6c64;
  font-size: 17px;
  line-height: 1.68;
}
.lp-showcase-dark .lp-showcase-copy > p { color: #b9cbc1; }

.lp-showcase-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.lp-showcase-tags span {
  padding: 7px 10px;
  border: 1px solid #dce4e8;
  border-radius: 999px;
  color: #4d5c54;
  background: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 760;
}
.lp-showcase-dark .lp-showcase-tags span { color: #d7e6dd; border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); }

.lp-showcase-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--product-blue);
  font-size: 14px;
  font-weight: 850;
}
.lp-showcase-dark .lp-showcase-copy > a { color: #ffdc65; }
.lp-showcase-copy > a span { transition: transform .18s ease; }
.lp-showcase-copy > a:hover span { transform: translateX(4px); }

.lp-showcase .lp-wide-screen {
  width: min(100%, 920px);
  justify-self: center;
  border-radius: 12px;
  box-shadow: 0 26px 66px rgba(28, 49, 39, .18);
}
.lp-showcase-dark .lp-wide-screen { border-color: #52645c; box-shadow: 0 28px 76px rgba(0, 0, 0, .34); }

.lp-all-modules-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 31px 34px;
  border: 1px solid #d8e1dd;
  border-radius: 20px;
  background: #fff;
}
.lp-all-modules-cta > div { display: grid; gap: 6px; }
.lp-all-modules-cta > div span { color: #65746c; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lp-all-modules-cta > div strong { color: #203129; font-family: var(--font-display); font-size: clamp(21px, 2vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.lp-all-modules-actions { display: flex; flex: 0 0 auto; gap: 9px; align-items: center; }

.lp-ai-section {
  color: #213129;
  border-bottom-color: #d8e3ef;
  background:
    radial-gradient(circle at 86% 10%, rgba(47, 111, 228, .18), transparent 34%),
    linear-gradient(145deg, #edf5ff 0%, #f8fbff 52%, #eef4f1 100%);
}
.lp-ai-layout { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
.lp-ai-copy { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr); grid-template-rows: auto auto 1fr; gap: 18px clamp(40px, 4vw, 72px); align-items: start; }
.lp-ai-copy > .lp-eyebrow { grid-column: 1; grid-row: 1; }
.lp-ai-copy .lp-title { grid-column: 1; grid-row: 2 / 4; max-width: 1000px; font-size: clamp(42px, 4.7vw, 67px); }
.lp-ai-copy > p { grid-column: 2; grid-row: 2; margin: 0; color: #596961; font-size: 17px; line-height: 1.7; }
.lp-ai-copy ul { grid-column: 2; grid-row: 3; display: grid; gap: 12px; margin: 4px 0 0; padding: 0; list-style: none; }
.lp-ai-copy li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; align-items: center; color: #33483d; font-size: 14px; line-height: 1.45; }
.lp-ai-copy li svg { width: 19px; height: 19px; color: #2f6fe4; stroke-width: 1.8; }
.lp-ai-screen { width: 100%; border-color: #c8d8ed; background: #fff; box-shadow: 0 34px 90px rgba(30, 66, 117, .18); }
.lp-ai-screen .lp-screen-meta { color: #465b50; border-bottom-color: #dbe4ec; background: #f8fbff; }
.lp-ai-screen img { aspect-ratio: 2543 / 1314; object-fit: contain; }

.lp-roles {
  color: #fff;
  border-bottom-color: #2e443a;
  background: #13271f;
}
.lp-roles .lp-title { max-width: 1080px; }
.lp-roles .lp-lead { color: #b9cbc1; }
.lp-role-grid { gap: 1px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, .12); }
.lp-role-grid article { min-height: 300px; padding: 30px 26px; border: 0; background: #1a3329; transition: background .2s ease, transform .2s ease; }
.lp-role-grid article:hover { z-index: 1; background: #204033; transform: translateY(-3px); }
.lp-role-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; color: #ffda5d; background: rgba(255, 255, 255, .06); }
.lp-role-grid article > span svg { width: 22px; height: 22px; }
.lp-role-grid article > small { display: block; margin-top: 39px; color: #8eb09e; font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.lp-role-grid h3 { margin: 10px 0 0; color: #fff; font-family: var(--font-display); font-size: 27px; font-weight: 650; letter-spacing: -.025em; }
.lp-role-grid p { color: #b9cbc1; }

.lp-start { background: #eef4f1; }
.lp-start-layout { grid-template-columns: minmax(640px, 1.2fr) minmax(420px, .8fr); gap: clamp(46px, 5vw, 82px); }
.lp-start-copy .lp-title { max-width: 840px; }
.lp-start-copy .lp-lead { color: #59685f; }
.lp-start-copy small { color: #68776f; }
.lp-start-steps { border-top: 1px solid #cad8d0; }
.lp-start-steps li { border-bottom-color: #cad8d0; }
.lp-start-steps li > span { color: var(--product-blue); }

.lp-pricing { background: #fff; }
.lp-plan-table { overflow: hidden; border: 1px solid var(--product-line); border-radius: 18px; }
.lp-plan-row { border-color: var(--product-line); }
.lp-plan-row.is-popular { background: linear-gradient(90deg, var(--product-blue-soft), #fff); box-shadow: inset 4px 0 0 var(--product-blue); }
.lp-plan-name small { width: fit-content; display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px; color: var(--product-blue-dark); background: #dce9ff; }
.lp-payment-note { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; margin-top: 12px; padding: 17px 20px; border: 1px solid #cfded6; border-radius: 14px; color: #34483e; background: #edf6f1; }
.lp-payment-note > svg { width: 22px; height: 22px; justify-self: center; color: #2f7755; }
.lp-payment-note p { margin: 0; font-size: 13px; line-height: 1.55; }
.lp-payment-note strong { color: #1f3328; }
.lp-faq { background: var(--product-ice); }
.lp-faq-layout { grid-template-columns: minmax(420px, 620px) minmax(0, 1fr); gap: 48px; }
.lp-faq-intro .lp-title { max-width: 610px; font-size: clamp(42px, 4.2vw, 60px); }
.lp-faq-list { overflow: hidden; border: 1px solid var(--product-line); border-radius: 18px; background: #fff; }
.lp-faq details { padding: 0 24px; border-color: var(--product-line); background: transparent; }
.lp-faq details:last-child { border-bottom: 0; }
.lp-faq summary span { border-radius: 50%; }
.lp-demo { background-position: center; }

@media (max-width: 1280px) {
  .lp-showcase,
  .lp-showcase-reverse { min-height: 0; grid-template-columns: 1fr; }
  .lp-showcase-reverse .lp-showcase-copy,
  .lp-showcase-reverse .lp-wide-screen { grid-column: 1; }
  .lp-showcase-reverse .lp-showcase-copy { grid-row: 1; }
  .lp-showcase-reverse .lp-wide-screen { grid-row: 2; }
  .lp-showcase .lp-wide-screen { width: 100%; }
  .lp-ai-layout { grid-template-columns: 1fr; }
  .lp-ai-copy { grid-template-columns: 1fr; grid-template-rows: auto; gap: 18px; }
  .lp-ai-copy > .lp-eyebrow,
  .lp-ai-copy .lp-title,
  .lp-ai-copy > p,
  .lp-ai-copy ul { grid-column: 1; grid-row: auto; }
  .lp-ai-copy > p { max-width: 760px; margin-top: 4px; }
  .lp-ai-copy ul { max-width: 760px; }
  .lp-start-layout,
  .lp-demo-layout { grid-template-columns: 1fr; }
  .lp-faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .lp-faq-intro { position: static; }
}

@media (max-width: 760px) {
  .lp-product-loop,
  .lp-showcases { padding-top: 78px; padding-bottom: 78px; }
  .lp-monitor-facts { width: calc(100% - 24px); grid-template-columns: 1fr; margin-top: -18px; }
  .lp-monitor-facts > span { padding: 13px 16px; }
  .lp-monitor-facts > span + span { border-top: 1px solid #e3e9e6; border-left: 0; }
  .lp-screen-meta { min-height: 28px; font-size: 7px; }
  .lp-screen-dots { gap: 4px; }
  .lp-screen-dots i { width: 6px; height: 6px; }
  .lp-showcases-head { margin-bottom: 38px; }
  .lp-showcase { gap: 28px; margin-top: 14px; padding: 25px 20px; border-radius: 18px; }
  .lp-showcase h3 { font-size: 30px; }
  .lp-showcase-copy > p { font-size: 15px; }
  .lp-showcase-index { margin-bottom: 17px; }
  .lp-all-modules-cta { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .lp-all-modules-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .lp-all-modules-cta .lp-btn { width: 100%; }
  .lp-ai-section { padding: 78px 0; }
  .lp-role-grid { grid-template-columns: 1fr; }
  .lp-role-grid article { min-height: 230px; }
  .lp-faq details { padding-right: 18px; padding-left: 18px; }
  .lp-payment-note { grid-template-columns: 34px minmax(0, 1fr); padding: 15px 16px; }
}
