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

.lp-header-wrap {
  position: sticky;
  top: 16px;
  z-index: 50;
  width: min(1180px, calc(100% - 48px));
  margin: 16px auto 0;
  border: 1px solid var(--yp-border-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(24, 55, 91, 0.09);
  backdrop-filter: blur(18px) saturate(140%);
}

.lp-header {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yp-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.lp-brand span {
  display: block;
  color: var(--yp-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.lp-nav,
.lp-nav-links,
.lp-nav-actions {
  display: flex;
  align-items: center;
}

.lp-nav { gap: 26px; }
.lp-nav-links { gap: 24px; }
.lp-nav-actions { gap: 10px; }

.lp-nav a {
  color: var(--yp-text);
  font-size: 14px;
  font-weight: 650;
  transition: color var(--yp-ease), background var(--yp-ease), border-color var(--yp-ease);
}

.lp-nav-links a:hover,
.lp-nav-actions > a:not(.lp-button):hover {
  color: var(--yp-brand);
}

.lp-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--yp-brand);
  border-radius: var(--yp-radius-sm);
  color: #fff !important;
  background: var(--yp-brand);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(217, 45, 50, 0.18);
  transition: background var(--yp-ease), border-color var(--yp-ease), color var(--yp-ease);
}

.lp-button:hover {
  border-color: var(--yp-brand-hover);
  background: var(--yp-brand-hover);
}

.lp-button.secondary {
  border-color: var(--yp-border-strong);
  color: var(--yp-ink) !important;
  background: var(--yp-surface);
  box-shadow: none;
}

.lp-button.secondary:hover {
  border-color: var(--yp-ink);
  background: var(--yp-surface-soft);
}

.lp-hero-stage {
  position: relative;
  overflow: hidden;
  padding: 32px 0 72px;
  background: #fff;
}

.lp-hero-stage::before {
  content: none;
}

.lp-hero-stage::after {
  content: none;
}

.lp-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 72px;
  padding: 68px;
  border: 1px solid var(--yp-border-strong);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(24, 55, 91, 0.1);
}

body.yp-page { background: #fff !important; }

.lp-eyebrow,
.lp-section-label {
  color: var(--yp-brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-hero .lp-eyebrow { color: var(--yp-brand); }

.lp-title {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--yp-ink);
  font-size: clamp(48px, 5.2vw, 68px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.lp-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--yp-text);
  font-size: 18px;
  line-height: 1.75;
}

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

.lp-actions .lp-button {
  min-height: 48px;
  padding: 0 22px;
  font-size: 15px;
}

.lp-note {
  margin: 16px 0 0;
  color: var(--yp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.lp-ai-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.lp-ai-points span {
  padding: 7px 10px;
  border: 1px solid var(--yp-border-strong);
  border-radius: 7px;
  color: var(--yp-text);
  background: #fff;
  font-size: 12px;
  font-weight: 750;
}

.lp-preview {
  overflow: hidden;
  border: 1px solid var(--yp-border-strong);
  border-radius: var(--yp-radius-lg);
  background: var(--yp-surface);
  box-shadow: 0 28px 72px rgba(40, 30, 70, 0.22);
}

.lp-preview-top {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid var(--yp-border);
  color: var(--yp-muted);
  background: #fafbfc;
  font-size: 12px;
  font-weight: 650;
}

.lp-preview-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.lp-preview-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yp-success);
  content: "";
}

.lp-preview-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 440px;
}

.lp-preview-side {
  padding: 20px 12px;
  border-right: 1px solid var(--yp-border);
  background: #fafbfc;
}

.lp-preview-side strong {
  display: block;
  margin: 0 10px 14px;
  color: var(--yp-subtle);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.lp-preview-nav {
  display: block;
  margin-bottom: 5px;
  padding: 9px 10px;
  border-radius: 7px;
  color: var(--yp-muted);
  font-size: 12px;
  font-weight: 650;
}

.lp-preview-nav.active {
  color: var(--yp-brand);
  background: var(--yp-brand-soft);
}

.lp-preview-main { padding: 24px; }

.lp-preview-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lp-preview-heading small {
  color: var(--yp-muted);
  font-size: 12px;
}

.lp-preview-heading h2 {
  margin: 5px 0 0;
  color: var(--yp-ink);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.lp-preview-tag {
  padding: 5px 8px;
  border: 1px solid #b9e0d0;
  border-radius: 6px;
  color: var(--yp-success);
  background: #f2fbf7;
  font-size: 12px;
  font-weight: 750;
}

.lp-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.lp-metric {
  padding: 13px;
  border: 1px solid var(--yp-border);
  border-radius: 10px;
}

.lp-metric span {
  color: var(--yp-muted);
  font-size: 12px;
}

.lp-metric strong {
  display: block;
  margin-top: 7px;
  color: var(--yp-ink);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

.lp-report {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--yp-border);
  border-radius: 10px;
}

.lp-report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--yp-border);
  color: var(--yp-ink);
  font-size: 12px;
  font-weight: 750;
}

.lp-report-header span {
  color: var(--yp-subtle);
  font-size: 12px;
  font-weight: 600;
}

.lp-report-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0f3;
  color: var(--yp-text);
  font-size: 12px;
  line-height: 1.55;
}

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

.lp-report-row strong { color: var(--yp-ink); }

.lp-proof {
  border-top: 1px solid var(--yp-border);
  border-bottom: 1px solid var(--yp-border);
  background: #f2f5ff;
}

.lp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-proof-item {
  padding: 30px 34px;
  border-right: 1px solid var(--yp-border);
}

.lp-proof-item:first-child { padding-left: 0; }
.lp-proof-item:last-child { border-right: 0; }

.lp-proof-item strong {
  display: block;
  color: var(--yp-ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lp-proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--yp-muted);
  font-size: 13px;
}

.lp-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.lp-section-head {
  max-width: 690px;
}

.lp-section-head .lp-section-label { color: #5b42d6; }

.lp-section-title {
  margin: 12px 0 0;
  color: var(--yp-ink);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.lp-section-copy {
  margin: 18px 0 0;
  color: var(--yp-text);
  font-size: 16px;
  line-height: 1.75;
}

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.lp-feature {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 28px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #f1efff;
}

.lp-feature::after {
  position: absolute;
  right: -52px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border: 42px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
}

.lp-feature:nth-child(1) { border-color: #d9d2ff; background: #eeebff; }
.lp-feature:nth-child(2) { border-color: #bde5ec; background: #e8f8f9; }
.lp-feature:nth-child(3) { border-color: #ffd6b7; background: #fff2e8; }
.lp-feature:nth-child(4) { border-color: #ffcfd4; background: #fff0f2; }
.lp-feature:nth-child(5) { border-color: #cde0f8; background: #edf5ff; }
.lp-feature:nth-child(6) { border-color: #cce9d9; background: #ecf8f1; }

.lp-feature-index {
  color: #5b42d6;
  font-size: 12px;
  font-weight: 800;
}

.lp-feature h3 {
  max-width: 320px;
  margin: 48px 0 0;
  color: var(--yp-ink);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.lp-feature p {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin: 12px 0 0;
  color: var(--yp-text);
  font-size: 14px;
  line-height: 1.75;
}

.lp-feature a {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 28px;
  color: var(--yp-ink);
  font-size: 13px;
  font-weight: 800;
}

.lp-feature a:hover { color: #5b42d6; }

.lp-workflow-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(99, 91, 255, 0.36), transparent 36%),
    linear-gradient(135deg, #071d32 0%, #102c49 62%, #172857 100%);
}
.lp-workflow-section .lp-section-label { color: #85dff0; }
.lp-workflow-section .lp-section-title { color: #fff; }
.lp-workflow-section .lp-section-copy { color: #b9c5d1; }

.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  border: 1px solid #33485d;
  background: #33485d;
}

.lp-step {
  min-height: 244px;
  padding: 28px;
  background: var(--yp-ink);
}

.lp-step span {
  color: #85dff0;
  font-size: 12px;
  font-weight: 800;
}

.lp-step h3 {
  margin: 42px 0 0;
  color: #fff;
  font-size: 20px;
}

.lp-step p {
  margin: 12px 0 0;
  color: #b9c5d1;
  font-size: 14px;
  line-height: 1.75;
}

.lp-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: start;
}

.lp-trust-list {
  border-top: 1px solid var(--yp-border-strong);
}

.lp-trust-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--yp-border);
}

.lp-trust-item strong {
  color: var(--yp-ink);
  font-size: 14px;
}

.lp-trust-item p {
  margin: 0;
  color: var(--yp-text);
  font-size: 14px;
  line-height: 1.7;
}

.lp-commit-section {
  border-top: 1px solid #dfe4f4;
  border-bottom: 1px solid #dfe4f4;
  background:
    radial-gradient(circle at 92% 6%, rgba(84, 207, 231, 0.22), transparent 28%),
    linear-gradient(135deg, #f7f5ff 0%, #f2f7ff 56%, #effbfb 100%);
}

.lp-commit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 64px;
  align-items: stretch;
  margin-top: 48px;
}

.lp-commit-list { border-top: 1px solid #cfd7e4; }

.lp-commit-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #d9e0e9;
}

.lp-commit-item > span {
  color: #635bff;
  font-size: 12px;
  font-weight: 850;
}

.lp-commit-item h3 {
  margin: 0;
  color: var(--yp-ink);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.lp-commit-item p {
  margin: 8px 0 0;
  color: var(--yp-text);
  font-size: 14px;
  line-height: 1.7;
}

.lp-commit-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 410px;
  padding: 36px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(76, 222, 239, 0.46), transparent 32%),
    linear-gradient(145deg, #5a43d5 0%, #40329d 58%, #172857 100%);
  box-shadow: 0 20px 48px rgba(50, 40, 120, 0.2);
}

.lp-commit-card > span {
  color: #aeeef5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-commit-card h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.lp-commit-card p {
  margin: 18px 0 0;
  color: #dbe2f3;
  font-size: 14px;
  line-height: 1.75;
}

.lp-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: end;
  margin-top: 96px;
  padding: 52px 56px;
  border: 1px solid #f1c9b1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(167, 114, 255, 0.3), transparent 26%),
    linear-gradient(120deg, #fff0d9 0%, #ffd8cb 46%, #eee0ff 100%);
}

.lp-price-content { max-width: 720px; }

.lp-price-label {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(109, 36, 72, 0.2);
  border-radius: 7px;
  color: #6d2448;
  background: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
}

.lp-price h2 {
  margin: 18px 0 0;
  color: var(--yp-ink);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.lp-price p {
  margin: 16px 0 0;
  color: var(--yp-text);
  font-size: 15px;
  line-height: 1.75;
}

.lp-price .lp-price-note {
  color: var(--yp-muted);
  font-size: 12px;
}

.lp-price .lp-actions {
  flex-direction: column;
  min-width: 220px;
  margin-top: 0;
}

.lp-price .lp-button { width: 100%; }

.lp-faq-section { padding-bottom: 82px; }

.lp-faq {
  max-width: 900px;
  margin-top: 44px;
  border-top: 1px solid var(--yp-border-strong);
}

.lp-faq details { border-bottom: 1px solid var(--yp-border); }

.lp-faq summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: var(--yp-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

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

.lp-faq summary::after {
  position: absolute;
  top: 25px;
  right: 4px;
  color: #635bff;
  content: "+";
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.lp-faq details[open] summary::after { content: "−"; }

.lp-faq details p {
  max-width: 760px;
  margin: -6px 0 24px;
  color: var(--yp-text);
  font-size: 14px;
  line-height: 1.75;
}

.lp-final {
  margin-bottom: 96px;
  padding: 54px 56px;
  border: 1px solid #d7d1ff;
  border-left: 4px solid #635bff;
  background:
    radial-gradient(circle at 92% 20%, rgba(57, 212, 235, 0.34), transparent 29%),
    linear-gradient(115deg, #fff0db 0%, #f6e8ff 48%, #e5f8fb 100%);
}

.lp-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.lp-final h2 {
  margin: 0;
  color: var(--yp-ink);
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.lp-final p {
  margin: 12px 0 0;
  color: var(--yp-text);
  line-height: 1.7;
}

.lp-footer {
  padding: 42px 0 34px;
  border-top: 1px solid var(--yp-border);
}

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

.lp-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lp-footer nav a {
  color: var(--yp-muted);
  font-size: 13px;
  font-weight: 650;
}

.lp-footer nav a:hover { color: var(--yp-brand); }

/* Final polish: keep the marketing page expressive, but interactions quiet. */
.lp-button { border-radius: 999px; }

.lp-preview,
.lp-feature,
.lp-commit-card,
.lp-price {
  transition: transform var(--yp-ease), box-shadow var(--yp-ease), border-color var(--yp-ease);
}

.lp-preview:hover { transform: translateY(-2px); }

.lp-feature:hover {
  border-color: rgba(99, 91, 255, 0.28);
  box-shadow: 0 16px 36px rgba(50, 50, 93, 0.08);
  transform: translateY(-2px);
}

.lp-faq summary:focus-visible {
  outline: 3px solid rgba(99, 91, 255, 0.16);
  outline-offset: 3px;
}

.lp-disclaimer {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--yp-subtle);
  font-size: 12px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .lp-nav-links { display: none; }

  .lp-hero {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .lp-hero-copy { max-width: 760px; }
  .lp-preview { max-width: 760px; }

  .lp-feature-grid { grid-template-columns: 1fr; }
  .lp-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-proof-item:nth-child(2) { border-right: 0; }
  .lp-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--yp-border); }
  .lp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .lp-feature {
    min-height: 270px;
    padding-bottom: 76px;
  }

  .lp-step { min-height: 0; }
  .lp-step h3 { margin-top: 24px; }

  .lp-trust-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .lp-commit-grid,
  .lp-price {
    grid-template-columns: 1fr;
  }

  .lp-price { align-items: start; }

  .lp-price .lp-actions {
    flex-direction: row;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .lp-shell { width: min(100% - 32px, 1180px); }
  .lp-header-wrap {
    top: 10px;
    width: min(100% - 32px, 1180px);
    margin-top: 10px;
    border-radius: 14px;
  }
  .lp-header { min-height: 62px; }
  .lp-brand span { display: none; }
  .lp-nav-actions > a:not(.lp-button) { display: none; }
  .lp-nav { gap: 0; }

  .lp-button {
    min-height: 40px;
    padding: 0 14px;
  }

  .lp-hero {
    gap: 40px;
    padding: 34px 24px;
    border-radius: 18px;
  }

  .lp-title { font-size: clamp(42px, 13vw, 58px); }
  .lp-lead { font-size: 16px; }
  .lp-actions { display: grid; }
  .lp-actions .lp-button { width: 100%; }
  .lp-steps { grid-template-columns: 1fr; }

  .lp-preview-body { grid-template-columns: 1fr; }
  .lp-preview-side { display: none; }
  .lp-preview-main { padding: 18px; }
  .lp-metrics { grid-template-columns: 1fr; }

  .lp-report-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lp-proof-grid { grid-template-columns: 1fr; }
  .lp-proof-item,
  .lp-proof-item:first-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--yp-border);
  }
  .lp-proof-item:last-child { border-bottom: 0; }

  .lp-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .lp-feature-grid { margin-top: 34px; }
  .lp-feature {
    min-height: 280px;
    padding: 24px 20px 72px;
  }

  .lp-feature a {
    bottom: 24px;
    left: 20px;
  }

  .lp-trust-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lp-commit-grid { gap: 32px; }

  .lp-commit-card {
    min-height: 340px;
    padding: 28px;
  }

  .lp-price {
    margin-top: 64px;
    padding: 34px 24px;
  }

  .lp-price .lp-actions {
    display: grid;
  }

  .lp-final {
    margin-bottom: 64px;
    padding: 34px 24px;
  }

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

/* Landing refresh: the old launch-page energy, with the current product depth. */
html { scroll-behavior: smooth; }

body.yp-page {
  color: #182033;
  background:
    radial-gradient(circle at 10% 7%, rgba(47, 107, 255, 0.09), transparent 26rem),
    radial-gradient(circle at 91% 10%, rgba(232, 61, 91, 0.08), transparent 25rem),
    #fbfcff !important;
}

.lp-header-wrap {
  border-color: rgba(214, 224, 241, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(44, 72, 122, 0.08);
}

.lp-button {
  border-color: #2f6bff;
  background: #2f6bff;
  box-shadow: 0 10px 24px rgba(47, 107, 255, 0.22);
}

.lp-button:hover {
  border-color: #2457d6;
  background: #2457d6;
  box-shadow: 0 14px 30px rgba(47, 107, 255, 0.28);
  transform: translateY(-2px);
}

.lp-button:active { transform: translateY(0) scale(0.98); }

.lp-hero-stage {
  overflow: visible;
  padding: 0 0 42px;
  background: transparent;
}

.lp-hero-stage::before {
  position: absolute;
  inset: -5rem 0 auto;
  height: 48rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(47, 107, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(232, 61, 91, 0.12), transparent 34%),
    radial-gradient(circle at 56% 22%, rgba(118, 78, 214, 0.10), transparent 37%);
  content: "";
  pointer-events: none;
}

.lp-hero {
  display: block;
  padding: 82px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lp-hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid rgba(107, 73, 190, 0.17);
  border-radius: 999px;
  color: #6840b5;
  background: rgba(112, 76, 199, 0.07);
  font-size: 13px;
  letter-spacing: 0;
}

.lp-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14a67a;
  box-shadow: 0 0 0 5px rgba(20, 166, 122, 0.12);
}

.lp-title {
  max-width: none;
  margin-top: 24px;
  color: #152039;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.07;
  text-wrap: balance;
}

.lp-title span {
  color: transparent;
  background: linear-gradient(105deg, #2865ee 5%, #7951ca 53%, #0a9f7d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.lp-lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: #5d687e;
  font-size: 18px;
  line-height: 1.75;
  text-wrap: pretty;
}

.lp-hero-copy .lp-actions { justify-content: center; }
.lp-hero-copy .lp-note { color: #8791a5; }
.lp-ai-points { justify-content: center; margin-top: 34px; }

.lp-ai-points span {
  padding: 10px 15px;
  border-color: #e1e7f2;
  border-radius: 13px;
  color: #4f5b70;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 7px 20px rgba(38, 65, 112, 0.05);
}

.lp-ai-points b { color: #2f6bff; font-size: 15px; }

.lp-preview {
  max-width: 920px;
  margin: 58px auto 0;
  border-color: rgba(205, 216, 234, 0.9);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(40, 62, 105, 0.18);
  transform: perspective(1400px) rotateX(1.5deg);
}

.lp-preview:hover { transform: perspective(1400px) rotateX(0) translateY(-3px); }

.lp-why { padding-top: 96px; }
.lp-section-head-center { margin: 0 auto; text-align: center; }
.lp-section-head-center .lp-section-copy { margin-right: auto; margin-left: auto; }

.lp-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 46px;
}

.lp-compare-side {
  min-height: 310px;
  padding: 34px;
  border: 1px solid #e0e6f0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.lp-compare-side.is-after {
  border-color: rgba(47, 107, 255, 0.22);
  background: linear-gradient(145deg, #f2f6ff, #ecfbf6);
  box-shadow: 0 24px 55px rgba(38, 91, 192, 0.10);
}

.lp-compare-kicker {
  color: #8791a5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.is-after .lp-compare-kicker { color: #2f6bff; }
.lp-compare-side h3 { margin: 12px 0 22px; font-size: 23px; letter-spacing: -0.025em; }
.lp-compare-side ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.lp-compare-side li { position: relative; padding-left: 31px; color: #5e687c; line-height: 1.65; }
.lp-compare-side li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #a56a77;
  background: #fff0f2;
  content: "×";
  font-weight: 800;
}
.is-after li::before { color: #0a8c6b; background: #dff7ee; content: "✓"; }

.lp-compare-switch {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #2f6bff, #7850c8);
  box-shadow: 0 12px 26px rgba(69, 79, 205, 0.25);
  font-size: 22px;
}

.lp-feature-grid { gap: 16px; }
.lp-feature { border-radius: 20px; background: rgba(255,255,255,.9); }
.lp-proof { background: #17233b; }
.lp-proof-item strong { color: #8fb8ff; }

@media (max-width: 1024px) {
  .lp-hero { padding-top: 68px; }
  .lp-preview { max-width: 800px; }
}

@media (max-width: 720px) {
  body.yp-page { overflow-x: clip; }
  .lp-header-wrap { overflow: hidden; }
  .lp-nav-actions .lp-button {
    max-width: 128px;
    padding: 0 13px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lp-hero { padding: 52px 0 0; }
  .lp-hero-copy { min-width: 0; }
  .lp-eyebrow {
    max-width: 100%;
    justify-content: center;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
  }
  .lp-title {
    max-width: 100%;
    font-size: clamp(34px, 9.5vw, 42px);
    overflow-wrap: anywhere;
  }
  .lp-title br { display: block; }
  .lp-lead { max-width: 100%; font-size: 15px; overflow-wrap: anywhere; }
  .lp-ai-points { gap: 7px; margin-top: 26px; }
  .lp-ai-points span { padding: 8px 9px; font-size: 12px; }
  .lp-ai-points b { font-size: 13px; }
  .lp-preview { margin-top: 38px; border-radius: 17px; transform: none; }
  .lp-preview:hover { transform: translateY(-2px); }
  .lp-why { padding-top: 72px; }
  .lp-compare { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .lp-compare-side { min-height: 0; padding: 26px 22px; }
  .lp-compare-switch { margin: 0 auto; transform: rotate(90deg); }
}

/* Restore the original landing-page theme: type, palette and atmospheric canvas. */
body.yp-page {
  color: #0f172a;
  font-family: "Inter", "PingFang SC", "Noto Sans SC", "Microsoft YaHei UI", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(ellipse 60% 38% at 8% -2%, rgba(37, 99, 235, 0.06) 0%, transparent 68%),
    radial-gradient(ellipse 46% 32% at 96% 2%, rgba(232, 32, 42, 0.045) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 40%, #eef3fb 100%) !important;
  background-attachment: fixed !important;
}

.lp-header-wrap {
  border-color: rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(30, 64, 175, 0.08);
}

.lp-brand,
.lp-title,
.lp-section-title,
.lp-preview-heading h2,
.lp-metric strong,
.lp-report-header,
.lp-report-row strong,
.lp-final h2 { color: #0f172a; }

.lp-nav a,
.lp-lead,
.lp-section-copy,
.lp-feature p,
.lp-step p,
.lp-trust-item p,
.lp-compare-side li { color: #64748b; }

.lp-nav-links a:hover,
.lp-nav-actions > a:not(.lp-button):hover,
.lp-feature a,
.lp-section-head .lp-section-label { color: #2563eb; }

.lp-button {
  border-color: #2563eb;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 48%, #1d4ed8 100%);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.lp-button:hover {
  border-color: #1d4ed8;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.lp-button.secondary {
  border-color: #e2e8f0;
  color: #334155 !important;
  background: #fff;
}

.lp-button.secondary:hover {
  border-color: #bfdbfe;
  color: #2563eb !important;
  background: #eff6ff;
}

.lp-hero-stage::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 235, 0.15), transparent 38%),
    radial-gradient(circle at 84% 8%, rgba(232, 32, 42, 0.12), transparent 38%),
    radial-gradient(circle at 60% 18%, rgba(124, 58, 237, 0.10), transparent 40%);
}

.lp-eyebrow {
  border-color: rgba(124, 58, 237, 0.18);
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.08);
}

.lp-title span {
  background: linear-gradient(110deg, #2563eb 10%, #7c3aed 55%, #10b981 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.lp-ai-points b,
.is-after .lp-compare-kicker { color: #2563eb; }

.lp-proof {
  border-color: #e2e8f0;
  background: linear-gradient(135deg, #172033, #1e2a4a);
}

.lp-proof-item strong {
  color: transparent;
  background: linear-gradient(110deg, #7cb8ff, #6ee7b7);
  background-clip: text;
  -webkit-background-clip: text;
}

.lp-proof-item span { color: #aeb8cc; }
.lp-workflow-section { background: linear-gradient(145deg, #172033, #1e2a4a); }

/* Keep the hero canvas quiet: no ambient blue/purple/red wash. */
body.yp-page {
  background: #f6f8fc !important;
  background-attachment: scroll !important;
}

.lp-hero-stage {
  background: #f6f8fc;
}

.lp-hero-stage::before,
.lp-hero-stage::after {
  display: none;
  background: none;
  content: none;
}

/* Product surfaces: restrained data-terminal borders instead of pastel cards. */
.lp-feature,
.lp-feature:nth-child(1),
.lp-feature:nth-child(2),
.lp-feature:nth-child(3),
.lp-feature:nth-child(4),
.lp-feature:nth-child(5),
.lp-feature:nth-child(6) {
  border: 1px solid #d9e2ee;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 10px 28px rgba(37, 99, 235, 0.045);
}

.lp-feature::before {
  position: absolute;
  top: -1px;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.62), transparent);
  content: "";
  opacity: 0.48;
}

.lp-feature::after {
  right: -76px;
  bottom: -92px;
  border-color: rgba(37, 99, 235, 0.035);
}

.lp-feature-index { color: #2563eb; }

.lp-feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-top: 26px;
  place-items: center;
  border: 1px solid #cfe0f6;
  border-radius: 13px;
  color: #2563eb;
  background: #f1f6fd;
  box-shadow: inset 0 1px #fff;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.lp-feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-feature h3 { margin-top: 18px; }

.lp-feature:hover .lp-feature-icon {
  color: #fff;
  background: #2563eb;
  transform: translateY(-2px);
}

.lp-feature:hover {
  border-color: #9dbcf5;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08), 0 18px 42px rgba(30, 64, 175, 0.11);
}

.lp-price {
  border-color: #294d79;
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(46, 213, 219, 0.16), transparent 30%),
    linear-gradient(135deg, #101d31 0%, #142d4d 58%, #173b63 100%);
  box-shadow: 0 24px 64px rgba(16, 38, 68, 0.22), inset 0 1px rgba(255, 255, 255, 0.08);
}

.lp-price-label {
  border-color: rgba(123, 188, 255, 0.32);
  color: #9dccff;
  background: rgba(12, 27, 48, 0.38);
}

.lp-price h2 { color: #f8fbff; }
.lp-price p { color: #c1d0e2; }
.lp-price .lp-price-note { color: #8fa7c0; }

.lp-price .lp-button.secondary {
  border-color: rgba(185, 211, 239, 0.3);
  color: #e5eef9 !important;
  background: rgba(255, 255, 255, 0.08);
}

.lp-price .lp-button.secondary:hover {
  border-color: rgba(185, 211, 239, 0.52);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
}

/* One continuous visual system across the whole landing page. */
.lp-title span {
  background: linear-gradient(105deg, #2563eb 8%, #1778d4 55%, #0891b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.lp-eyebrow {
  border-color: #d5e3fa;
  color: #2563eb;
  background: #eef5ff;
}

.lp-compare-side.is-after {
  border-color: #c9dcf7;
  background: #f3f7fd;
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.07);
}

.lp-compare-switch { background: #2563eb; }

.lp-proof {
  border-color: #d9e2ee;
  background: #ffffff;
}

.lp-proof-item { border-color: #e2e8f0; }
.lp-proof-item strong {
  color: #2563eb;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.lp-proof-item span { color: #64748b; }

.lp-workflow-section {
  border-top: 1px solid #dfe7f1;
  border-bottom: 1px solid #dfe7f1;
  background: #f1f5fa;
}

.lp-workflow-section .lp-section-label { color: #2563eb; }
.lp-workflow-section .lp-section-title { color: #0f172a; }
.lp-workflow-section .lp-section-copy { color: #64748b; }

.lp-steps {
  gap: 14px;
  border: 0;
  background: transparent;
}

.lp-step {
  border: 1px solid #d9e2ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.045);
}

.lp-step span { color: #2563eb; }
.lp-step h3 { color: #0f172a; }
.lp-step p { color: #64748b; }

.lp-commit-section {
  border-color: #dfe7f1;
  background: #f6f8fc;
}

.lp-commit-item > span { color: #2563eb; }

.lp-commit-card {
  border: 1px solid #cdddf1;
  color: #0f172a;
  background: #eef4fc;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.08);
}

.lp-commit-card > span { color: #2563eb; }
.lp-commit-card h3 { color: #0f172a; }
.lp-commit-card p { color: #52647a; }

.lp-price {
  border-color: #c8daf2;
  color: #0f172a;
  background: #edf4fd;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.08);
}

.lp-price-label {
  border-color: #c5d9f4;
  color: #2563eb;
  background: #fff;
}

.lp-price h2 { color: #0f172a; }
.lp-price p { color: #52647a; }
.lp-price .lp-price-note { color: #718096; }

.lp-price .lp-button.secondary {
  border-color: #c8d6e8;
  color: #334155 !important;
  background: #fff;
}

.lp-price .lp-button.secondary:hover {
  border-color: #9dbcf5;
  color: #2563eb !important;
  background: #f8fbff;
}

.lp-faq summary::after { color: #2563eb; }

.lp-final {
  border: 1px solid #d9e2ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.05);
}

/* Compact capability summary — cards, not a full-width spreadsheet row. */
.lp-proof {
  padding: 0 0 92px;
  border: 0;
  background: transparent;
}

.lp-proof-grid {
  gap: 12px;
  padding: 12px;
  border: 1px solid #dce5f0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(30, 64, 175, 0.06);
}

.lp-proof-item,
.lp-proof-item:first-child,
.lp-proof-item:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 18px;
  border: 0;
  border-radius: 14px;
  background: #f7f9fc;
}

.lp-proof-item .lp-proof-mark {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin: 0;
  place-items: center;
  border: 1px solid #cfe0f6;
  border-radius: 10px;
  color: #2563eb;
  background: #edf4fd;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.lp-proof-item strong {
  font-size: 22px;
  line-height: 1.15;
}

.lp-proof-item div > span {
  margin-top: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .lp-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-proof-item:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 720px) {
  .lp-proof { padding-bottom: 72px; }
  .lp-proof-grid { grid-template-columns: 1fr; padding: 10px; border-radius: 18px; }
  .lp-proof-item,
  .lp-proof-item:first-child,
  .lp-proof-item:last-child { padding: 17px 15px; border: 0; }
  .lp-proof-item div > span { white-space: normal; }
}

/* Signature interaction: a real trading-day evidence rail. */
#why,
#product,
#workflow,
#trust,
#roadmap { scroll-margin-top: 104px; }

.lp-nav-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d6e1ee;
  border-radius: 10px;
  color: #334155;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.lp-nav-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.lp-mobile-nav-link,
.lp-mobile-break { display: none; }

.lp-market-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
  align-items: center;
  max-width: 760px;
  margin: 38px auto 0;
  padding: 14px;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(30, 64, 175, 0.055);
  text-align: left;
}

.lp-rail-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  min-width: 0;
  padding: 7px 8px;
}

.lp-rail-item time {
  grid-row: 1 / span 2;
  align-self: center;
  color: #2563eb;
  font-size: 18px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.lp-rail-item span {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.lp-rail-item small {
  overflow: hidden;
  color: #718096;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-rail-line {
  position: relative;
  height: 1px;
  background: #bfd2ec;
}

.lp-rail-line::before,
.lp-rail-line::after,
.lp-rail-line i {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4f8be8;
  content: "";
  transform: translateY(-50%);
}

.lp-rail-line::before { left: 0; }
.lp-rail-line::after { right: 0; }
.lp-rail-line i { left: 50%; transform: translate(-50%, -50%); }

.lp-note { margin-top: 14px; }

@media (min-width: 1025px) {
  .lp-feature-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lp-feature:nth-child(1) { grid-column: span 7; }
  .lp-feature:nth-child(2) { grid-column: span 5; }
  .lp-feature:nth-child(3) { grid-column: span 5; }
  .lp-feature:nth-child(4) { grid-column: span 7; }
  .lp-feature:nth-child(5) { grid-column: span 8; }
  .lp-feature:nth-child(6) { grid-column: span 4; }
}

@media (max-width: 1024px) {
  .lp-header { position: relative; }
  .lp-nav-toggle { display: inline-flex; margin-left: auto; }
  .lp-header-wrap { overflow: visible; }
  .lp-nav { gap: 12px; }
  .lp-nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 10px;
    border: 1px solid #d9e2ee;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(30, 64, 175, 0.14);
  }
  .lp-nav.is-open .lp-nav-links { display: flex; }
  .lp-nav-links a { padding: 11px 12px; border-radius: 9px; }
  .lp-nav-links a:hover { background: #f1f6fd; }
}

@media (max-width: 720px) {
  .lp-nav-actions { display: none; }
  .lp-mobile-nav-link { display: block; }
  .lp-mobile-nav-link.is-primary {
    margin-top: 5px;
    color: #fff;
    background: #2563eb;
  }
  .lp-mobile-nav-link.is-primary:hover { color: #fff; background: #1d4ed8; }
  .lp-mobile-break { display: block; }
  .lp-nav-toggle span { display: none; }
  .lp-nav-toggle { width: 38px; justify-content: center; padding: 0; }
  .lp-market-rail {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    padding: 10px 12px;
  }
  .lp-rail-item { grid-template-columns: 60px 1fr; padding: 10px 6px; }
  .lp-rail-line { width: 1px; height: 20px; margin-left: 34px; }
  .lp-rail-line::before,
  .lp-rail-line::after,
  .lp-rail-line i { left: 50%; }
  .lp-rail-line::before { top: 0; transform: translate(-50%, 0); }
  .lp-rail-line::after { top: auto; right: auto; bottom: 0; transform: translate(-50%, 0); }
  .lp-rail-item small { white-space: normal; }
}

/* Consistent chapter system below the hero. */
.lp-module {
  position: relative;
  z-index: 0;
  padding-top: 112px;
  padding-bottom: 112px;
}

.lp-module::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  content: "";
  transform: translateX(-50%);
}

.lp-module-base::before { background: #f8fafc; }
.lp-module-tint::before { background: #ffffff; }

.lp-section-head,
.lp-section-head-center {
  max-width: 780px;
  margin: 0;
  text-align: left;
}

.lp-section-head-center .lp-section-copy { margin-right: 0; margin-left: 0; }

.lp-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2563eb;
  letter-spacing: 0.04em;
}

.lp-section-label::after {
  width: 46px;
  height: 1px;
  background: #b9cff0;
  content: "";
}

.lp-why { padding-top: 112px; }

#product .lp-proof {
  padding: 52px 0 0;
}

#product .lp-proof-grid { width: 100%; }

.lp-workflow-section {
  border: 0;
  background: #eef3f8;
}

.lp-commit-section {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

@media (max-width: 720px) {
  .lp-module { padding-top: 78px; padding-bottom: 78px; }
  .lp-why { padding-top: 78px; }
  #product .lp-proof { padding-top: 38px; padding-bottom: 0; }
}
