/* /lp/dorabotka/ only — не трогает глобальный style.css
   Контент: светлая тема (как body сайта). Hero: тёмный. */
.lp-d {
  --lp-accent: #6366f1;
  --lp-accent-2: #4f46e5;
  --lp-bg: #0a0a0f;
  --lp-surface: #f8fafc;
  --lp-card: #ffffff;
  --lp-card-dark: #16161f;
  --lp-border: #e2e8f0;
  --lp-text: #0f172a;
  --lp-muted: #475569;
  --lp-ok: #059669;
  background: #ffffff;
  color: var(--lp-text);
}

.lp-d .lp-section {
  padding: 64px 0;
  background: #ffffff;
}
.lp-d .lp-section--alt {
  background: #f8fafc;
}
.lp-d .lp-section__title {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #0f172a;
}
.lp-d .lp-section__lead {
  margin: 0 0 28px;
  max-width: 640px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.55;
}

.lp-d .lp-hero .breadcrumbs {
  color: #8a92a8;
  padding: 0;
  margin: 0 0 8px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.lp-d .lp-hero .breadcrumbs a {
  color: #4b5467;
  text-decoration: none;
}
.lp-d .lp-hero .breadcrumbs a:hover {
  color: #c7d2fe;
}
.lp-d .lp-hero .breadcrumbs span {
  color: #3d4456;
  margin: 0 6px;
}

/* Hero — Figma 17:383 */
.lp-d .lp-hero {
  padding: 32px 0 0;
  background:
    radial-gradient(ellipse 45% 40% at 90% 45%, rgba(110, 42, 240, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 35% at 82% 78%, rgba(80, 25, 180, 0.1), transparent 50%),
    radial-gradient(ellipse 35% 30% at 30% 40%, rgba(40, 65, 240, 0.07), transparent 55%),
    linear-gradient(146deg, #050a17 0%, #080d21 60%, #080b1d 100%);
  color: #e8e8ef;
}
.lp-d .lp-hero__grid {
  display: grid;
  gap: 28px;
  align-items: start;
  padding-top: 20px;
}
@media (min-width: 960px) {
  .lp-d .lp-hero__grid {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 24px;
  }
}
.lp-d .lp-hero__copy {
  padding-top: 6px;
}
.lp-d .lp-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 8px;
}
.lp-d .lp-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px 9px 13px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-d .lp-chip img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: none;
}
.lp-d .lp-chip--bitrix {
  color: #f07840;
  background: rgba(232, 100, 42, 0.13);
  border-color: rgba(232, 100, 42, 0.4);
  box-shadow: 0 0 16px rgba(232, 100, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-d .lp-chip--wp {
  color: #5ab4e0;
  background: rgba(52, 153, 205, 0.13);
  border-color: rgba(52, 153, 205, 0.4);
  box-shadow: 0 0 16px rgba(52, 153, 205, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-d .lp-chip--php {
  color: #a0aac8;
  background: rgba(136, 146, 176, 0.13);
  border-color: rgba(136, 146, 176, 0.4);
  box-shadow: 0 0 16px rgba(136, 146, 176, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.lp-d .lp-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.9rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 24px 0 0;
  color: #fff;
}
.lp-d .lp-hero__subtitle {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  line-height: 1.45;
  max-width: 560px;
}
.lp-d .lp-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  min-width: min(100%, 320px);
  padding: 22px 40px;
  border: 0;
  border-radius: 22px;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  background: linear-gradient(135deg, #5b5ef4 0%, #7c3aed 55%, #9248cc 100%);
  box-shadow:
    0 16px 100px rgba(80, 80, 255, 0.48),
    0 0 160px rgba(80, 80, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.2s, filter 0.2s;
}
.lp-d .lp-hero__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.lp-d .lp-hero__cta-icon {
  width: 28px;
  height: 28px;
  flex: none;
}
.lp-d .lp-hero__note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
}
.lp-d .lp-hero__note img {
  width: 18px;
  height: 18px;
  flex: none;
  opacity: 0.85;
}
.lp-d .lp-hero__note-sep {
  color: rgba(255, 255, 255, 0.25);
}
.lp-d .lp-mid-cta .lp-hero__note {
  color: #475569;
  display: block;
}
.lp-d .lp-price-date {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: #64748b;
}
.lp-d .lp-mid-cta {
  margin-top: 28px;
  text-align: center;
  background: transparent;
}

/* Pricing — Figma Make dark compact */
.lp-d .lp-section--pricing {
  position: relative;
  overflow: hidden;
  padding: 48px 0 44px;
  background: linear-gradient(90deg, #050814 0%, #080d22 55%, #111034 100%);
  color: #f7f8ff;
}
.lp-d .lp-price-glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp-d .lp-price-glow--blue {
  left: 60px;
  top: -260px;
  width: min(700px, 70vw);
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(30, 91, 255, 0.35) 0%, rgba(18, 17, 63, 0.07) 55%, transparent 70%);
  filter: blur(36px);
}
.lp-d .lp-price-glow--purple {
  right: -80px;
  top: 30px;
  width: min(640px, 65vw);
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(124, 59, 255, 0.28) 0%, rgba(27, 22, 78, 0.06) 58%, transparent 70%);
  filter: blur(40px);
}
.lp-d .lp-price-glow--bottom {
  left: 50%;
  bottom: 0;
  width: min(660px, 80vw);
  height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(94, 68, 255, 0.14) 0%, transparent 70%);
  filter: blur(32px);
}
.lp-d .lp-price-wrap {
  position: relative;
  z-index: 1;
  max-width: 1440px;
}
.lp-d .lp-price-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.lp-d .lp-price-head__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
}
.lp-d .lp-price-head__title {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.16;
  color: #f8faff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}
.lp-d .lp-price-head__title span {
  background: linear-gradient(90deg, #ffffff 0%, #b99aff 55%, #8e7bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lp-d .lp-price-head__lead {
  margin: 0 0 38px;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(201, 208, 231, 0.9);
}
.lp-d .lp-price-info {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 26px;
  min-height: 84px;
  padding: 22px 30px;
  border-radius: 16px;
  border: 1px solid rgba(46, 91, 255, 0.24);
  background: linear-gradient(90deg, rgba(8, 16, 37, 0.84) 0%, rgba(12, 18, 45, 0.74) 55%, rgba(10, 13, 30, 0.84) 100%);
  box-shadow: 0 5px 12px rgba(60, 50, 200, 0.07);
}
.lp-d .lp-price-info__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.lp-d .lp-price-info__text {
  flex: 1;
  margin: 0 0 0 32px;
  font-size: 1rem;
  line-height: 1.625;
  color: rgba(228, 232, 247, 0.95);
}
.lp-d .lp-price-info__divider {
  flex-shrink: 0;
  width: 1px;
  height: 38px;
  margin: 0 36px;
  background: rgba(83, 97, 166, 0.22);
}
.lp-d .lp-price-info__date {
  flex-shrink: 0;
  width: 250px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.57;
  color: rgba(224, 229, 255, 0.68);
}
.lp-d .lp-price-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
}
.lp-d .lp-price-cta::before {
  content: "";
  position: absolute;
  top: 0;
  width: 420px;
  height: 80px;
  border-radius: 40px;
  background: radial-gradient(ellipse at center, rgba(120, 60, 255, 0.55), rgba(70, 40, 160, 0.2) 60%, transparent 100%);
  filter: blur(20px);
  opacity: 0.6;
  pointer-events: none;
}
.lp-d .lp-price-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(410px, 100%);
  height: 70px;
  border-radius: 20px;
  border: 1px solid rgba(185, 167, 255, 0.3);
  background: linear-gradient(90deg, #604eff 0%, #8a45ff 54%, #b13dde 100%);
  box-shadow: 0 16px 36px rgba(116, 70, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #fff;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: transform 0.3s, filter 0.3s;
}
.lp-d .lp-price-cta__btn:hover,
.lp-d .lp-price-cta__btn:focus-visible {
  transform: scale(1.015);
  filter: brightness(1.1);
}
.lp-d .lp-price-cta__spark {
  width: 26px;
  height: 26px;
  opacity: 0.8;
  flex-shrink: 0;
}
.lp-d .lp-price-cta__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(224, 229, 255, 0.7);
}
.lp-d .lp-price-cta__note img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .lp-d .lp-price-info {
    flex-wrap: wrap;
    gap: 14px 0;
    padding: 18px 20px;
  }
  .lp-d .lp-price-info__text {
    margin-left: 16px;
    flex: 1 1 calc(100% - 50px);
  }
  .lp-d .lp-price-info__divider {
    display: none;
  }
  .lp-d .lp-price-info__date {
    width: auto;
    max-width: 100%;
    flex: 1 1 100%;
    margin-left: 50px;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .lp-d .lp-price-head {
    align-items: flex-start;
  }
  .lp-d .lp-price-head__title {
    font-size: 1.45rem;
  }
  .lp-d .lp-price-cta__btn {
    height: 60px;
    font-size: 1.05rem;
    border-radius: 16px;
  }
}

/* Chat mock — Figma + hover CTA */
.lp-d .lp-chat-mock {
  position: relative;
  background: linear-gradient(164deg, rgba(28, 24, 62, 0.97) 8%, rgba(16, 13, 45, 0.99) 92%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  padding: 36px 40px 34px;
  box-shadow:
    0 16px 70px rgba(70, 50, 220, 0.33),
    0 4px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lp-d .lp-chat-mock::before {
  content: "";
  position: absolute;
  inset: -40px -30px;
  z-index: -1;
  background: radial-gradient(ellipse at 78% 50%, rgba(110, 45, 250, 0.36), transparent 55%);
  filter: blur(26px);
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lp-d .lp-chat-mock:hover,
.lp-d .lp-chat-mock:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(139, 142, 255, 0.55);
  box-shadow:
    0 22px 80px rgba(90, 70, 255, 0.45),
    0 8px 28px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  outline: none;
}
.lp-d .lp-chat-mock:hover::before,
.lp-d .lp-chat-mock:focus-visible::before {
  opacity: 1.35;
}
.lp-d .lp-chat-mock__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 8, 28, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lp-d .lp-chat-mock:hover .lp-chat-mock__hover,
.lp-d .lp-chat-mock:focus-visible .lp-chat-mock__hover {
  opacity: 1;
}
.lp-d .lp-chat-mock__hover-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #5b5ef4 0%, #7c3aed 55%, #9248cc 100%);
  box-shadow:
    0 12px 40px rgba(80, 80, 255, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(8px);
  transition: transform 0.25s ease;
}
.lp-d .lp-chat-mock:hover .lp-chat-mock__hover-btn,
.lp-d .lp-chat-mock:focus-visible .lp-chat-mock__hover-btn {
  transform: translateY(0);
}
.lp-d .lp-chat-mock__hover-btn img {
  width: 22px;
  height: 22px;
}
@media (hover: none) {
  .lp-d .lp-chat-mock__hover {
    opacity: 1;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 8, 28, 0.72) 100%);
    align-items: flex-end;
    padding-bottom: 28px;
  }
  .lp-d .lp-chat-mock__hover-btn {
    transform: none;
    font-size: 0.95rem;
    padding: 14px 22px;
  }
}
.lp-d .lp-chat-mock__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
.lp-d .lp-chat-mock__dot {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #12c882;
  box-shadow: 0 0 10px #12c882, 0 0 22px rgba(18, 200, 130, 0.5);
}
.lp-d .lp-chat-mock__msgs {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.lp-d .lp-chat-mock__msg {
  border-radius: 22px;
  padding: 18px 20px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.4;
  max-width: 100%;
}
.lp-d .lp-chat-mock__msg--client {
  justify-self: start;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom-left-radius: 5px;
  color: #eaedf4;
}
.lp-d .lp-chat-mock__msg--us {
  justify-self: end;
  max-width: 88%;
  padding: 18px 22px;
  border-radius: 20px;
  border-top-right-radius: 5px;
  color: #fff;
  background: linear-gradient(167deg, #6264f8 4%, #9248cc 96%);
  box-shadow: 0 6px 28px rgba(91, 94, 244, 0.45);
}
.lp-d .lp-chat-mock__msg--us p {
  margin: 0;
}
.lp-d .lp-chat-mock__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 7px;
  opacity: 0.72;
  font-size: 0.75rem;
  color: #fff;
}
.lp-d .lp-chat-mock__meta img {
  width: 18px;
  height: 11px;
}
.lp-d .lp-chat-mock__checks {
  list-style: none;
  margin: 20px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 16px;
}
.lp-d .lp-chat-mock__checks li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #d4d8e4;
}
.lp-d .lp-chat-mock__checks li::before {
  content: none;
}
.lp-d .lp-chat-mock__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: none;
  border: 2px solid #12c882;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(18, 200, 130, 0.35);
}
.lp-d .lp-chat-mock__check img {
  width: 13px;
  height: 13px;
}

/* Trust bar inside hero — Figma */
.lp-d .lp-trustbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 28px;
  padding: 8px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 0;
}
@media (min-width: 720px) {
  .lp-d .lp-trustbar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .lp-d .lp-trustbar {
    grid-template-columns: repeat(4, 1fr);
    min-height: 104px;
    align-items: center;
  }
}
.lp-d .lp-trustbar__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  color: #c8ccd8;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 400;
}
@media (min-width: 960px) {
  .lp-d .lp-trustbar__item {
    justify-content: center;
    text-align: left;
    min-height: 104px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .lp-d .lp-trustbar__item:last-child {
    border-right: 0;
  }
}
.lp-d .lp-trustbar__item img {
  width: 39px;
  height: 39px;
  flex: none;
  object-fit: contain;
}
.lp-d .lp-trustbar__item:last-child img {
  width: 42px;
  height: 42px;
}

/* Task cards — светлые, как на макете */
.lp-d .lp-section--tasks {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 80px;
  background-color: #f7f7fe;
  background-image: url("/img/lp-dorabotka/tasks-bg-ref.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-d .lp-section--tasks::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 0;
}
.lp-d .lp-section--tasks > .container {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1680px);
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .lp-d .lp-section--tasks > .container {
    width: min(100% - 96px, 1680px);
    padding-left: 48px;
    padding-right: 48px;
  }
}
.lp-d .lp-section--tasks .lp-section__title {
  max-width: none;
  font-size: clamp(2.125rem, 3.1vw, 3.5rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
}
@media (min-width: 1200px) {
  .lp-d .lp-section--tasks .lp-section__title {
    white-space: nowrap;
  }
}
.lp-d .lp-section--tasks .lp-section__lead {
  max-width: 680px;
  margin: 18px 0 36px;
  font-size: 1rem;
  line-height: 1.55;
  color: #687287;
}
.lp-d .lp-tasks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  align-items: stretch;
}
@media (min-width: 701px) {
  .lp-d .lp-tasks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .lp-d .lp-tasks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lp-d .lp-task {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  height: 100%;
  min-height: 210px;
  padding: 28px 26px 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(218, 223, 234, 0.9);
  border-radius: 24px;
  color: inherit;
  cursor: pointer;
  box-shadow:
    0 14px 34px rgba(28, 42, 78, 0.07),
    0 3px 9px rgba(28, 42, 78, 0.03);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  font: inherit;
  width: 100%;
  box-sizing: border-box;
}
.lp-d .lp-task:hover,
.lp-d .lp-task:focus-visible {
  border-color: #9fb3ff;
  box-shadow:
    0 16px 38px rgba(67, 91, 210, 0.12),
    0 3px 10px rgba(67, 91, 210, 0.04);
  transform: translateY(-2px);
  outline: none;
}
.lp-d .lp-task--popular {
  border-color: #9fb3ff;
  box-shadow:
    0 16px 38px rgba(67, 91, 210, 0.12),
    0 3px 10px rgba(67, 91, 210, 0.04);
}
.lp-d .lp-task__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #edf2ff;
  color: #3560d4;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.lp-d .lp-task__badge-star {
  font-size: 0.85em;
  line-height: 1;
}
.lp-d .lp-task__main {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}
.lp-d .lp-task--popular .lp-task__main {
  padding-right: 88px;
}
.lp-d .lp-task__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  min-width: 74px;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.lp-d .lp-task__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.lp-d .lp-task__content {
  min-width: 0;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.lp-d .lp-task__title {
  display: block;
  margin: 0 0 10px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #10182f;
  max-width: none;
  text-wrap: balance;
}
.lp-d .lp-task__text {
  display: block;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #697386;
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.lp-d .lp-task__footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e9edf4;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 500;
  color: #1554e8;
}
.lp-d .lp-task__arrow {
  display: inline-block;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.lp-d .lp-task:hover .lp-task__arrow,
.lp-d .lp-task:focus-visible .lp-task__arrow {
  transform: translateX(4px);
}
@media (max-width: 700px) {
  .lp-d .lp-section--tasks {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .lp-d .lp-section--tasks > .container {
    width: min(100% - 32px, 1680px);
    padding-left: 16px;
    padding-right: 16px;
  }
  .lp-d .lp-task {
    min-height: 0;
    padding: 24px 22px 22px;
  }
  .lp-d .lp-task__main {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }
  .lp-d .lp-task__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
  }
  .lp-d .lp-task--popular .lp-task__main {
    padding-right: 0;
  }
  .lp-d .lp-task--popular .lp-task__content {
    padding-top: 28px;
  }
  .lp-d .lp-section--tasks .lp-section__title {
    white-space: normal;
  }
}

/* Trust bar under hero */
/* Trust bar styles live with hero block above */

.lp-d .lp-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-d .lp-support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--lp-border);
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.lp-d .lp-support-link:hover {
  border-color: rgba(99, 102, 241, 0.55);
}
.lp-d .lp-support-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Plain language block — Figma Make */
.lp-d .lp-section--plain {
  background: #f5f6fc;
  padding: 64px 0;
}
.lp-d .lp-plain {
  max-width: 1100px;
  margin: 0 auto;
}
.lp-d .lp-plain__title {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.22;
  font-weight: 700;
  color: #151c2f;
  letter-spacing: -0.02em;
}
.lp-d .lp-plain__title span {
  color: #5b52ff;
}
.lp-d .lp-plain__lead {
  margin: 0 0 36px;
  max-width: 720px;
  font-size: clamp(1rem, 1.4vw, 1.1875rem);
  line-height: 1.7;
  color: #66708a;
}
.lp-d .lp-plain__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .lp-d .lp-plain__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lp-d .lp-plain__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lp-d .lp-plain__grid--risk {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lp-d .lp-plain-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font: inherit;
  color: #171d2e;
  background: #ffffff;
  border: 1px solid #e8eaf2;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(41, 51, 89, 0.06);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.lp-d .lp-plain-card:hover,
.lp-d .lp-plain-card:focus-visible {
  border-color: #c5bfff;
  box-shadow: 0 10px 28px rgba(85, 70, 255, 0.13);
  transform: translateY(-3px);
  outline: none;
}
.lp-d .lp-plain-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f0eeff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-d .lp-plain-card__label {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #171d2e;
}
.lp-d .lp-plain-card__tip-wrap {
  position: relative;
  flex-shrink: 0;
}
.lp-d .lp-plain-card__tip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1.5px solid #5b52ff;
  color: #5b52ff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background: transparent;
  transition: background 0.15s;
}
.lp-d .lp-plain-card:hover .lp-plain-card__tip-btn,
.lp-d .lp-plain-card__tip-wrap:hover .lp-plain-card__tip-btn {
  background: #f0eeff;
}
.lp-d .lp-plain-card__tip {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 240px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e3e7f2;
  box-shadow: 0 10px 28px rgba(33, 41, 77, 0.14);
  color: #6c7691;
  font-size: 0.8125rem;
  line-height: 1.55;
  font-weight: 400;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.15s, transform 0.15s;
  z-index: 5;
  text-align: left;
}
.lp-d .lp-plain-card__tip-wrap:hover .lp-plain-card__tip,
.lp-d .lp-plain-card__tip-wrap:focus-within .lp-plain-card__tip {
  opacity: 1;
  transform: translateY(0);
}
.lp-d .lp-plain__cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 640px) {
  .lp-d .lp-plain__cta-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
}
.lp-d .lp-plain__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 240px;
  min-width: 240px;
  height: 68px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: #5546ff;
  color: #ffffff;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(64, 51, 255, 0.22);
  transition: background 0.15s;
}
.lp-d .lp-plain__btn:hover,
.lp-d .lp-plain__btn:focus-visible {
  background: #4538ee;
  outline: none;
}
.lp-d .lp-plain__btn-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}
.lp-d .lp-plain__arrow {
  display: none;
  flex-shrink: 0;
  width: 34px;
  height: 30px;
  margin-top: 16px;
  opacity: 0.6;
}
.lp-d .lp-plain__arrow img {
  display: block;
  width: 34px;
  height: 30px;
  object-fit: contain;
}
@media (min-width: 640px) {
  .lp-d .lp-plain__arrow {
    display: block;
  }
}
.lp-d .lp-plain__hint {
  margin: 0;
  max-width: 340px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #6b7590;
  font-weight: 400;
}

/* Legacy examples (unused on dorabotka) */
.lp-d .lp-examples {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.lp-d .lp-examples li {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--lp-border);
  color: var(--lp-muted);
  font-size: 0.95rem;
}
.lp-d .lp-examples li::before {
  content: "«";
  color: var(--lp-accent-2);
}
.lp-d .lp-examples li::after {
  content: "»";
  color: var(--lp-accent-2);
}

/* Pricing cards */
.lp-d .lp-price-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .lp-d .lp-price-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .lp-d .lp-price-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-d .lp-price {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 134px;
  padding: 22px 28px;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
  width: 100%;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 16px;
  border: 1px solid rgba(86, 121, 255, 0.26);
  background:
    radial-gradient(circle at 100% 100%, rgba(121, 72, 255, 0.14), transparent 46%),
    linear-gradient(135deg, rgba(13, 21, 43, 0.96), rgba(9, 11, 26, 0.98));
  box-shadow: 0 6px 16px rgba(30, 20, 140, 0.1);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.lp-d .lp-price:hover {
  border-color: rgba(99, 130, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(30, 20, 140, 0.16);
}
.lp-d .lp-price:hover .lp-price__cta {
  color: #b7a7ff;
}
.lp-d .lp-price__icon {
  flex-shrink: 0;
  display: block;
  width: 60px;
  height: 60px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.lp-d .lp-price__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.lp-d .lp-price__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}
.lp-d .lp-price__name {
  margin: 0;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.22;
  color: #f7f8ff;
}
.lp-d .lp-price__cost {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #8f86ff;
}
.lp-d .lp-price__cta {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  color: #8f8aff;
  opacity: 0.9;
  transition: color 0.2s;
}

/* Ads shell: logo + contacts + CTA, без мегаменю (utm_source=yandex|vk или ?ads=1) */
body.lp-ads .nav__desktop {
  display: none !important;
}
body.lp-ads .nav__mobile-scroll > .nav__mobile-section,
body.lp-ads .nav__mobile-scroll > .nav__mobile-standalone {
  display: none !important;
}
body.lp-ads .nav__mobile-contacts,
body.lp-ads .nav__mobile-cta {
  display: flex !important;
}
body.lp-ads .header__contacts,
body.lp-ads .header__cta {
  display: flex !important;
}

.lp-d .lp-case__meta {
  margin: 0;
  font-size: 1rem;
  line-height: 1.44;
  color: #53627a;
}
.lp-d .lp-case__btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: calc(100% + 48px);
  margin: auto -24px 0;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 0 0 15px 15px;
  background: #f5f9ff;
  color: #176beb;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  box-shadow: none;
}
.lp-d .lp-case__btn:hover,
.lp-d .lp-case__btn:focus-visible {
  color: #0f5fd0;
}

/* Cases + CMS — Figma 41:2 */
.lp-d .lp-section--cases-cms {
  padding: 28px 0 40px;
  background: #fbfdff;
}
.lp-d .lp-cases-cms {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.lp-d .lp-cases-cms__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: #176beb;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.lp-d .lp-cases-cms__eyebrow-icon {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: auto;
  object-fit: contain;
}
.lp-d .lp-cases-cms__title {
  margin: 0 0 14px;
  color: #101828;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}
.lp-d .lp-cases-cms__lead {
  margin: 0 0 32px;
  max-width: 820px;
  color: #53627a;
  font-size: 1.0625rem;
  line-height: 1.55;
}
.lp-d .lp-cases {
  display: grid;
  gap: 24px;
  margin-bottom: 36px;
}
@media (min-width: 960px) {
  .lp-d .lp-cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.lp-d .lp-case {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 24px 24px 0;
  border-radius: 16px;
  border: 1px solid #dde6f1;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(41, 61, 97, 0.08);
  overflow: visible;
}
.lp-d .lp-case__top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5ebf3;
}
.lp-d .lp-case__mark {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: auto;
  object-fit: contain;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.lp-d span.lp-case__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #5aa4ff 0%, #176beb 72%);
  box-shadow: 0 6px 14px rgba(23, 107, 235, 0.25);
}
.lp-d span.lp-case__mark--pay {
  background: radial-gradient(circle at 35% 30%, #9b84ff 0%, #6e4ef6 72%);
  box-shadow: 0 6px 14px rgba(110, 78, 246, 0.28);
}
.lp-d .lp-case__title {
  margin: 0;
  color: #101828;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}
.lp-d .lp-case__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.lp-d .lp-case__ico {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  object-fit: contain;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.lp-d span.lp-case__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}
.lp-d span.lp-case__ico--problem {
  color: #e5484d;
  background: #ffe8e8;
}
.lp-d span.lp-case__ico--did {
  color: #176beb;
  background: #e8f1ff;
}
.lp-d span.lp-case__ico--ok {
  color: #159447;
  background: #e5f8ec;
}
.lp-d .lp-case__block {
  min-width: 0;
}
.lp-d .lp-case__label {
  margin: 0 0 4px;
  color: #101828;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.lp-d .lp-case__text {
  margin: 0;
  color: #53627a;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.lp-d .lp-case__text--ok {
  color: #159447;
}

.lp-d .lp-cms {
  padding-top: 28px;
  border-top: 1px solid #dce5f0;
}
.lp-d .lp-cms__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.lp-d .lp-cms__head-icon {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.lp-d .lp-cms__title {
  margin: 0;
  color: #101828;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 700;
  line-height: 1.2;
}
.lp-d .lp-cms__lead {
  margin: 0 0 24px;
  color: #53627a;
  font-size: 1rem;
  line-height: 1.55;
}
.lp-d .lp-cms__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.lp-d .lp-cms__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 16px 0 12px;
  border-radius: 10px;
  border: 1px solid #dce5f0;
  background: #ffffff;
  color: #344054;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.lp-d .lp-cms__chip img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.lp-d .lp-cms-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 18px 24px;
  border-radius: 14px;
  border: 1px solid #d7e4f2;
  background: #f8fbff;
  box-shadow: 0 8px 20px rgba(41, 61, 97, 0.08);
}
.lp-d .lp-cms-support__copy {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.lp-d .lp-cms-support__icon {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.lp-d .lp-cms-support__title {
  margin: 0 0 4px;
  color: #101828;
  font-size: 0.9375rem;
  font-weight: 600;
}
.lp-d .lp-cms-support__text {
  margin: 0;
  color: #53627a;
  font-size: 0.9375rem;
}
.lp-d .lp-cms-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-d .lp-cms-support__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.lp-d .lp-cms-support__btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.lp-d .lp-cms-support__btn--solid {
  background: #176beb;
  color: #ffffff;
  border: 1.5px solid #176beb;
}
.lp-d .lp-cms-support__btn--solid:hover {
  background: #0f5fd0;
  border-color: #0f5fd0;
}
.lp-d .lp-cms-support__btn--outline {
  background: #ffffff;
  color: #101828;
  border: 1.5px solid #176beb;
}
.lp-d .lp-cms-support__btn--outline:hover {
  background: #f5f9ff;
}
@media (max-width: 720px) {
  .lp-d .lp-cms-support {
    padding: 16px;
  }
  .lp-d .lp-cms-support__actions {
    width: 100%;
  }
  .lp-d .lp-cms-support__btn {
    flex: 1 1 100%;
  }
}

/* Process — Figma 57:26 */
.lp-d .lp-section--process {
  padding: 56px 0 28px;
  background: #fbfcff;
}
.lp-d .lp-process__title {
  margin: 0 0 24px;
  color: #0e1a3c;
  font-size: clamp(1.75rem, 3.2vw, 2.625rem);
  font-weight: 700;
  line-height: 1.2;
}
.lp-d .lp-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-d .lp-steps__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.lp-d .lp-steps__arrow {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  opacity: 0.55;
}
.lp-d .lp-steps__arrow img {
  display: block;
  width: 20px;
  height: 20px;
}
.lp-d .lp-step {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #e3e8f5;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 41, 82, 0.07);
}
.lp-d .lp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  margin: 0;
  border-radius: 11px;
  background: linear-gradient(62deg, #7a6eff 20%, #b8c4ff 79%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.lp-d .lp-step__body {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lp-d .lp-step__text {
  flex: 1 1 auto;
  min-width: 0;
}
.lp-d .lp-step__name {
  margin: 0 0 8px;
  color: #0e1a3c;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.3;
}
.lp-d .lp-step__desc {
  margin: 0;
  color: #4f5c7a;
  font-size: 0.875rem;
  line-height: 1.55;
}
.lp-d .lp-step__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f4f4ff;
}
.lp-d .lp-step__icon img {
  display: block;
  width: 26px;
  height: 26px;
}
@media (min-width: 960px) {
  .lp-d .lp-steps__arrow {
    display: inline-flex;
  }
}
@media (max-width: 959px) {
  .lp-d .lp-steps__row {
    flex-direction: column;
    gap: 14px;
  }
}

/* Trust — Figma 57:26 */
.lp-d .lp-section--trust {
  padding: 28px 0 56px;
  background: #fbfcff;
}
.lp-d .lp-trust {
  padding: 36px 40px 32px;
  border-radius: 24px;
  border: 1px solid #e3e8f5;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 41, 82, 0.06);
}
.lp-d .lp-trust__title {
  margin: 0 0 14px;
  color: #0e1a3c;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 700;
  line-height: 1.25;
}
.lp-d .lp-trust__rule {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
}
.lp-d .lp-trust__rule span {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7a6eff, #b8c4ff);
}
.lp-d .lp-trust__rule i {
  display: block;
  width: 7px;
  height: 5px;
  border-radius: 3px;
  background: #8f9cff;
  opacity: 0.85;
}
.lp-d .lp-trust-grid {
  display: grid;
  gap: 14px 18px;
  margin-bottom: 18px;
}
@media (min-width: 800px) {
  .lp-d .lp-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.lp-d .lp-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid #e3e8f5;
  background: #ffffff;
}
.lp-d .lp-trust-item__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4f4ff;
}
.lp-d .lp-trust-item__icon img {
  display: block;
  width: 22px;
  height: 22px;
}
.lp-d .lp-trust-item__name {
  margin: 0 0 5px;
  color: #0e1a3c;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.lp-d .lp-trust-item__desc {
  margin: 0;
  color: #4f5c7a;
  font-size: 0.8125rem;
  line-height: 1.45;
}
.lp-d .lp-trust-item__desc a {
  color: #4f5c7a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lp-d .lp-person {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  margin-top: 4px;
  padding: 17px 24px 17px 18px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #b8b5ff;
  background: linear-gradient(90deg, #ebebff 0%, #f7f2ff 55%, #f2e8ff 100%);
}
.lp-d .lp-person__photo {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(74, 64, 180, 0.18);
}
.lp-d .lp-person__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.lp-d .lp-person__name {
  margin: 0 0 4px;
  color: #0e1a3c;
  font-weight: 700;
  font-size: 1rem;
}
.lp-d .lp-person__role {
  margin: 0;
  color: #4f5c7a;
  font-size: 0.9rem;
  line-height: 1.4;
}
.lp-d .lp-person__mark {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: min(280px, 38%);
  height: auto;
  opacity: 0.22;
  pointer-events: none;
}
@media (max-width: 720px) {
  .lp-d .lp-trust {
    padding: 24px 16px 20px;
  }
  .lp-d .lp-step__icon {
    width: 52px;
    height: 52px;
  }
  .lp-d .lp-person__mark {
    display: none;
  }
}

/* Urgency */
.lp-d .lp-urgency {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-d .lp-urgency li {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: #ffffff;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.45;
}

/* Outcomes — Figma 67:279 */
.lp-d .lp-section--outcomes {
  padding: 28px 0 40px;
  background: #ffffff;
}
.lp-d .lp-outcomes__title {
  margin: 0 0 24px;
  color: #111b35;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}
.lp-d .lp-outcomes {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .lp-d .lp-outcomes {
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
  }
}
.lp-d .lp-outcome {
  display: flex;
  align-items: center;
  min-height: 100px;
  border-radius: 16px;
  border: 1px solid #e3e8f1;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(20, 31, 61, 0.06);
  overflow: hidden;
}
.lp-d .lp-outcome__icon {
  flex: 0 0 111px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.lp-d .lp-outcome__icon img {
  display: block;
  width: 32px;
  height: 32px;
  padding: 16px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #eef0ff;
}
.lp-d .lp-outcome__divider {
  flex: 0 0 1px;
  align-self: center;
  width: 1px;
  height: 54px;
  background: #dde2ed;
}
.lp-d .lp-outcome__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 18px 16px 18px 24px;
  color: #1c2847;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media (max-width: 600px) {
  .lp-d .lp-outcome__icon {
    flex-basis: 84px;
  }
  .lp-d .lp-outcome__text {
    font-size: 1rem;
    padding-left: 16px;
  }
  .lp-d .lp-outcome__text br {
    display: none;
  }
}

/* Reviews — Figma 67:279 */
.lp-d .lp-section--reviews {
  padding: 44px 0 64px;
  background: #f6f8fc;
}
.lp-d .lp-reviews__title {
  position: relative;
  display: inline-block;
  margin: 0 0 0;
  padding-bottom: 20px;
  color: #111b35;
  font-size: clamp(1.75rem, 3.2vw, 2.625rem);
  font-weight: 700;
  line-height: 1.15;
}
.lp-d .lp-reviews__underline {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 54px;
  height: 4px;
  border-radius: 6px;
  background: #5963ff;
}
.lp-d .lp-reviews {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 960px) {
  .lp-d .lp-reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lp-d .lp-review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e1e6ef;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 31, 61, 0.07);
}
.lp-d .lp-review__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}
.lp-d .lp-review__stars {
  color: #ffae00;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.lp-d .lp-review__quote {
  color: #d8dcff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.6;
  font-family: Georgia, "Times New Roman", serif;
}
.lp-d .lp-review__text {
  flex: 1 1 auto;
  margin: 16px 0 18px;
  color: #3b4a6b;
  font-size: 1rem;
  line-height: 1.6;
}
.lp-d .lp-review__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #e3e8f1;
}
.lp-d .lp-review__photo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #eaf0ff;
}
.lp-d .lp-review__name {
  margin: 0 0 4px;
  color: #111b35;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.lp-d .lp-review__role {
  margin: 0;
  color: #667493;
  font-size: 0.875rem;
  line-height: 1.45;
}

/* CTA — Figma 92:5 */
.lp-d .lp-section--cta,
.lp-d #lp-cta {
  padding: 28px 0 48px;
  background: #f4f5fb;
}
.lp-d .lp-cta-panel {
  display: grid;
  gap: 28px;
  align-items: start;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
@media (min-width: 980px) {
  .lp-d .lp-cta-panel {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 40px;
  }
}
.lp-d .lp-cta-author {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 500px;
  padding: 14px 20px;
  border-radius: 20px;
  border: 1px solid rgba(111, 91, 255, 0.17);
  background: linear-gradient(148deg, rgba(245, 247, 255, 0.96) 8%, rgba(248, 237, 255, 0.92) 92%);
  box-shadow: 0 12px 30px rgba(71, 57, 150, 0.06);
}
.lp-d .lp-cta-author__photo {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(180, 170, 255, 0.5);
}
.lp-d .lp-cta-author__name {
  margin: 0 0 4px;
  color: #07132e;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
}
.lp-d .lp-cta-author__role {
  margin: 0;
  color: #455a7a;
  font-size: 0.875rem;
  line-height: 1.45;
}
.lp-d .lp-cta__title {
  margin: 28px 0 0;
  color: #09152f;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
}
.lp-d .lp-cta__title span {
  background: linear-gradient(90deg, #315bff, #7542ef);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-d .lp-cta__lead {
  margin: 18px 0 0;
  max-width: 34rem;
  color: #526685;
  font-size: 1.125rem;
  line-height: 1.45;
}
.lp-d .lp-cta__visual {
  display: block;
  margin-top: 18px;
  max-width: 548px;
}
.lp-d .lp-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(76, 62, 190, 0.08));
}
.lp-d .lp-cta-form {
  margin: 0;
  padding: 28px 28px 0;
  border-radius: 25px;
  border: 1px solid rgba(225, 229, 244, 0.75);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(33, 43, 84, 0.07);
  text-align: left;
}
.lp-d .lp-cta-form__label {
  display: block;
  margin: 0;
  color: #0b142c;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}
.lp-d .lp-cta-form__label + .lp-cta-field {
  margin-top: 12px;
}
.lp-d .lp-cta-field + .lp-cta-form__label {
  margin-top: 22px;
}
.lp-d .lp-cta-field {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 62px;
  border-radius: 15px;
  border: 1px solid #d9e0f2;
  background: #ffffff;
  overflow: hidden;
}
.lp-d .lp-cta-field--area {
  align-items: flex-start;
  min-height: 160px;
}
.lp-d .lp-cta-field__ico {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 0 0 20px;
  object-fit: contain;
}
.lp-d .lp-cta-field--area .lp-cta-field__ico {
  margin-top: 20px;
}
.lp-d .lp-cta-field input,
.lp-d .lp-cta-field textarea {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 16px 16px 14px;
  border: 0;
  background: transparent;
  color: #0b142c;
  font: inherit;
  font-size: 1.0625rem;
  line-height: 1.4;
  resize: vertical;
}
.lp-d .lp-cta-field textarea {
  min-height: 140px;
  padding-top: 18px;
}
.lp-d .lp-cta-field input:focus,
.lp-d .lp-cta-field textarea:focus {
  outline: none;
}
.lp-d .lp-cta-field:focus-within {
  border-color: rgba(89, 99, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(89, 99, 255, 0.12);
}
.lp-d .lp-cta-field input::placeholder,
.lp-d .lp-cta-field textarea::placeholder {
  color: rgba(26, 37, 64, 0.5);
}
.lp-d .lp-cta-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 64px;
  margin-top: 22px;
  padding: 14px 20px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(90deg, #354bff 0%, #6440f5 55%, #883cf0 100%);
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(87, 63, 239, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.lp-d .lp-cta-form__submit:hover {
  filter: brightness(1.04);
  box-shadow: 0 14px 28px rgba(87, 63, 239, 0.32);
}
.lp-d .lp-cta-form__submit:active {
  transform: translateY(1px);
}
.lp-d .lp-cta-form__submit img {
  display: block;
  width: 20px;
  height: 20px;
}
.lp-d .lp-cta-form__hint {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 22px 0 0;
  color: #3f5271;
  font-size: 0.875rem;
  line-height: 1.45;
}
.lp-d .lp-cta-form__hint img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.lp-d .lp-cta-form__hint p {
  margin: 0;
}
.lp-d .lp-cta-form__alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px -28px 0;
  padding: 22px 28px;
  border-top: 1px solid #e1e6f0;
  color: #546682;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.lp-d .lp-cta-form__alt a {
  color: #4e46f5;
  font-weight: 600;
  text-decoration: none;
}
.lp-d .lp-cta-form__alt a:hover {
  text-decoration: underline;
}
.lp-d .lp-cta-form__dot {
  color: #8a96aa;
}
@media (max-width: 700px) {
  .lp-d .lp-cta-form {
    padding: 22px 18px 0;
  }
  .lp-d .lp-cta-form__alt {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .lp-d .lp-cta__lead br {
    display: none;
  }
}

/* legacy mini-form helpers (unused on CTA, kept harmless) */
.lp-d .lp-form {
  max-width: 560px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  padding: 22px 20px;
  text-align: left;
}
.lp-d .lp-form label {
  display: block;
  font-size: 0.88rem;
  color: var(--lp-muted);
  margin: 0 0 6px;
}
.lp-d .lp-form input,
.lp-d .lp-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #0f172a;
  padding: 12px 14px;
  font: inherit;
  margin-bottom: 14px;
}
.lp-d .lp-form input:focus,
.lp-d .lp-form textarea:focus {
  outline: none;
  border-color: rgba(99, 102, 241, 0.6);
}
.lp-d .lp-form__hint {
  margin: 12px 0 0;
  font-size: 0.85rem;
  color: var(--lp-muted);
  line-height: 1.45;
}
.lp-d .lp-form__alt {
  margin: 14px 0 0;
  font-size: 0.88rem;
  color: var(--lp-muted);
  text-align: center;
}
.lp-d .lp-form__alt a {
  color: var(--lp-accent-2);
  text-decoration: none;
  font-weight: 600;
}
.lp-d .lp-form__alt a:hover {
  text-decoration: underline;
}

/* Sticky mobile CTA */
.lp-d .lp-sticky {
  display: none;
}
@media (max-width: 767px) {
  .lp-d .lp-sticky {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
  }
  .lp-d .lp-sticky .btn {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  }
  body {
    padding-bottom: 72px;
  }
}

/* FAQ — Figma 78:69 */
.lp-d #lp-faq,
.lp-d #lp-faq.lp-section,
.lp-d .lp-section--faq {
  padding: 62px 0 72px;
  background: #f8faff;
}
.lp-d .lp-faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.lp-d .lp-faq__mark {
  display: block;
  width: 78px;
  height: auto;
  object-fit: contain;
}
.lp-d .lp-faq__title {
  margin: 0;
  color: #111b35;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.lp-d .lp-faq__lead {
  margin: 0;
  color: #667493;
  font-size: 1.125rem;
  line-height: 1.55;
}
.lp-d .lp-faq__grid {
  display: grid;
  gap: 16px;
  margin-top: 44px;
}
@media (min-width: 900px) {
  .lp-d .lp-faq__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 16px 24px;
  }
}
.lp-d details.faq-item.lp-faq-card,
.lp-d .lp-faq-card {
  margin: 0;
  padding: 0 !important;
  border-radius: 18px !important;
  border: 1px solid #e3e8f1 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(20, 31, 61, 0.07);
  color: #111b35 !important;
  list-style: none;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lp-d .lp-faq-card:hover {
  border-color: rgba(89, 99, 255, 0.28) !important;
}
.lp-d .lp-faq-card__summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}
.lp-d .lp-faq-card__summary::-webkit-details-marker,
.lp-d .lp-faq-card__summary::marker {
  display: none;
  content: "";
}
.lp-d .lp-faq-card__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #eef0ff;
}
.lp-d .lp-faq-card__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.lp-d .lp-faq-card__q {
  flex: 1 1 auto;
  min-width: 0;
  color: #111b35;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.15px;
  text-align: left;
}
.lp-d .lp-faq-card__plus {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.lp-d .lp-faq-card__plus img {
  display: block;
  width: 22px;
  height: 22px;
}
.lp-d details.lp-faq-card[open] .lp-faq-card__plus {
  transform: rotate(45deg);
}
.lp-d .lp-faq-card__a {
  padding: 0 24px 22px 98px;
}
.lp-d .lp-faq-card__a p {
  margin: 0;
  color: #4f5c7a;
  font-size: 0.98rem;
  line-height: 1.55;
}
.lp-d .lp-faq-card__a a {
  color: #5963ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 600px) {
  .lp-d .lp-faq-card__summary {
    gap: 12px;
    padding: 16px;
  }
  .lp-d .lp-faq-card__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .lp-d .lp-faq-card__q {
    font-size: 1rem;
  }
  .lp-d .lp-faq-card__a {
    padding: 0 16px 16px 16px;
  }
}

.lp-d .testimonial__text,
.lp-d .testimonial__role {
  color: var(--lp-muted);
}
.lp-d .testimonial__name {
  color: #0f172a;
}

/* CMS badges reuse */
.lp-d .lp-cms-grid span {
  color: #0f172a;
  font-weight: 600;
}
