@font-face {
  font-family: "DrukWideCyr-Medium";
  src: url("./fonts/drukwidecyr-medium.woff2") format("woff2"), url("./fonts/drukwidecyr-medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 120px 0 0;
  overflow: hidden;
  background: var(--paper);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 33% 58%, rgba(255, 255, 255, 0.94) 0 0, rgba(255, 255, 255, 0.78) 22%, rgba(255, 255, 255, 0.28) 43%, rgba(255, 255, 255, 0.02) 64%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.16) 74%, rgba(0, 0, 0, 0.22) 100%),
    url("https://optim.tildacdn.com/tild6134-3232-4864-b565-353230356162/-/format/webp/Flux_Schnell_small_w.jpg.webp") center right / cover no-repeat;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 560px) 420px;
  gap: 120px;
  align-items: start;
  min-height: 565px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.22;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--gold);
}

h2 {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  color: var(--blue);
  font-size: 22px;
  line-height: 1.2;
}

.lead {
  max-width: 560px;
  margin-bottom: 42px;
  color: #24314f;
  font-size: 19px;
  line-height: 1.55;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s linear;
}

.btn span {
  transition: 0.3s linear;
}

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

.btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.btn__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.btn__icon img {
  width: 24px;
  height: 24px;
}

.btn:has(.btn__icon) {
  padding: 0 78px 0 30px;
}

.btn:has(.btn__icon):hover span {
  transform: translateX(24px);
}

.btn:has(.btn__icon):hover .btn__icon {
  right: 50%;
  opacity: 0;
  transform: rotateY(180deg) translateX(-50%);
}

.btn-primary {
  color: var(--white);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(188, 157, 102, 0.28);
}

.btn-ghost {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(48, 63, 102, 0.18);
}

.btn-ghost.dark {
  background: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  margin-top: -20px;
  padding-bottom: 44px;
  filter: drop-shadow(0 22px 38px rgba(31, 43, 76, 0.12));
}

.hero-cards article {
  min-height: 238px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  border-right: 1px solid rgba(48, 63, 102, 0.08);
}

.hero-cards article:first-child {
  border-radius: 8px 0 0 8px;
}

.hero-cards article:last-child {
  border-right: 0;
  border-radius: 0 8px 8px 0;
}

.hero-cards img,
.card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
}

.card-icon {
  font-size: 16px;
  font-weight: 800;
}

.hero-cards h3 {
  margin-bottom: 14px;
  font-size: 20px;
}

.hero-cards p {
  margin: 0;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.55;
}

.section {
  padding: 100px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  max-width: none;
}

.section-heading p,
.reports p,
.special p {
  color: var(--muted);
  font-size: 19px;
}

.marketplaces {
  background: var(--paper);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.logo-grid img,
.market-logo {
  width: 100%;
  height: 112px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.logo-grid img {
  object-fit: contain;
}

.market-logo {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  text-align: center;
}

.lemana-logo span {
  width: 34px;
  height: 28px;
  background: linear-gradient(135deg, #ffc400 0 52%, #b98816 52% 100%);
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 66% 100%, 66% 48%, 34% 48%, 34% 100%, 0 100%, 0 38%);
}

.lemana-logo b {
  color: #1f272a;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.lemana-logo strong {
  color: #ffc400;
  font-size: 20px;
  line-height: 1;
}

.express {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
}

.express strong {
  color: var(--gold);
  font-size: 24px;
}

.process-grid,
.reports-grid,
.quiz-grid,
.integration-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 64px;
  align-items: start;
}

.process {
  background: var(--white);
}

.process-grid {
  grid-template-columns: 0.95fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.process-copy h2 {
  max-width: 450px;
  margin-bottom: 34px;
  font-size: clamp(34px, 3.7vw, 46px);
  line-height: 1.16;
}

.process-copy h2 span {
  color: var(--gold);
}

.check-list {
  display: grid;
  gap: 24px;
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 46px;
  padding-left: 66px;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.48;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--blue);
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  content: "✓";
  font-size: 18px;
  font-weight: 700;
}

.process-visual {
  position: relative;
  align-self: center;
}

.service-steps {
  padding-top: 70px;
  padding-bottom: 120px;
  background: var(--white);
}

.service-steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 92px;
  max-width: 980px;
}

.service-steps-grid::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d7d9df;
  content: "";
  transform: translateX(-50%);
}

.step-item {
  position: relative;
  min-height: 118px;
}

.step-item::before {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.step-item.left {
  grid-column: 1;
  text-align: right;
}

.step-item.right {
  grid-column: 2;
  text-align: left;
}

.step-item.left::before {
  right: -56px;
}

.step-item.right::before {
  left: -56px;
}

.step-item:nth-child(2) {
  margin-top: 132px;
}

.step-item:nth-child(3) {
  margin-top: -54px;
}

.step-item:nth-child(4) {
  margin-top: 20px;
}

.step-item:nth-child(5) {
  margin-top: -18px;
}

.step-item:nth-child(6) {
  margin-top: 6px;
}

.step-item:nth-child(7) {
  margin-top: 8px;
}

.step-item:nth-child(8) {
  margin-top: 116px;
}

.step-item h3 {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.18;
}

.step-item p {
  margin: 0;
  color: #404b70;
  font-size: 19px;
  line-height: 1.26;
}

.manager-cta {
  padding: 72px 0;
  background: var(--blue);
  color: var(--white);
}

.manager-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.manager-cta h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 54px);
}

.manager-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.reports {
  color: var(--white);
  background: var(--blue);
}

.reports h2,
.reports .stats strong {
  color: var(--white);
}

.reports p,
.reports .stats span {
  color: rgba(255, 255, 255, 0.78);
}

.phone-card {
  width: min(360px, 100%);
  min-height: 580px;
  margin: 0 auto;
  padding: 70px 22px 28px;
  background: #10182f;
  border: 10px solid #0a1022;
  border-radius: 34px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.32);
}

.phone-top {
  width: 90px;
  height: 6px;
  margin: -42px auto 38px;
  background: #35405f;
  border-radius: 999px;
}

.chat {
  display: grid;
  gap: 14px;
}

.chat p {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}

.chat b,
.chat span {
  display: block;
}

.chat b {
  color: var(--blue);
}

.chat span {
  color: var(--muted);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.stats div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
}

.prices {
  background: var(--paper);
}

.price-table {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
}

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

.row.head {
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
}

.row b {
  color: var(--gold);
}

.honest-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.honest-sign p,
.blog p {
  color: var(--muted);
  font-size: 19px;
}

.honest-sign .btn {
  margin-top: 18px;
}

.quiz-section {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: var(--white);
}

.quiz-section h2,
.quiz h3 {
  color: var(--white);
}

.quiz-section p {
  color: rgba(255, 255, 255, 0.78);
}

.quiz {
  padding: 28px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.quiz h3 {
  color: var(--blue);
}

.quiz-progress {
  height: 8px;
  margin-bottom: 26px;
  overflow: hidden;
  background: #edf0f6;
  border-radius: 999px;
}

.quiz-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--gold);
  transition: width 0.2s ease;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.option-grid {
  display: grid;
  gap: 10px;
}

.option-grid.multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-grid label,
.consent {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
}

input[type="text"],
input[type="tel"] {
  width: 100%;
  min-height: 52px;
  margin-bottom: 12px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(188, 157, 102, 0.18);
}

.field-error {
  border-color: #d94f4f !important;
  box-shadow: 0 0 0 3px rgba(217, 79, 79, 0.12) !important;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.quiz-result {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--blue) !important;
  font-weight: 700;
}

.quiz-result.error,
.form-status.error {
  color: #d94f4f !important;
}

.quiz-result.success,
.form-status.success {
  color: #1d7a48 !important;
}

.video-section {
  background: var(--white);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 58px;
  align-items: center;
}

.video-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: var(--blue);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.72;
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-button::before {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid var(--blue);
  content: "";
  transform: translate(-50%, -50%);
}

.video-frame.is-played::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--white);
  background: rgba(31, 43, 76, 0.78);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  content: "Видео будет подключено после публикации ролика";
}

.integration {
  overflow: hidden;
}

.integration ol {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 19px;
}

.laptop {
  align-self: center;
  padding: 30px;
  background: var(--paper);
  border-radius: 8px;
}

.honest-sign {
  background: var(--paper);
}

.honest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.honest-list span {
  display: grid;
  place-items: center;
  min-height: 108px;
  padding: 18px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
}

.special {
  background: var(--paper);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pill-list span {
  padding: 13px 16px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.special-cta {
  margin-top: 30px;
}

.review-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.review-tabs button {
  min-height: 44px;
  padding: 0 16px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.review-tabs button.active {
  color: var(--white);
  background: var(--blue);
}

.review-card {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(31, 43, 76, 0.1);
}

.review-card p {
  color: #263454;
  font-size: 20px;
}

.partners {
  background: var(--paper);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.partner-grid article {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.partner-grid span {
  display: block;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.partner-grid small {
  display: block;
  max-width: 150px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.blog {
  background: var(--white);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.blog-grid article {
  min-height: 260px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-link {
  margin-top: 26px;
}

.faq {
  background: var(--paper);
}

details {
  margin-top: 12px;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.footer {
  padding: 90px 0 32px;
  color: var(--white);
  background: var(--blue-dark);
}

.footer h2,
.footer h3,
.footer a {
  color: var(--white);
}

.footer p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.75);
}

.contact-form {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.footer-consent {
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 620px;
  padding: 16px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cookie button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .process-grid,
  .manager-cta-grid,
  .reports-grid,
  .video-grid,
  .honest-grid,
  .quiz-grid,
  .integration-grid,
  .footer-grid,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
  }

  .hero-cards article:first-child,
  .hero-cards article:last-child {
    border-radius: 0;
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-steps-grid::before {
    left: 18px;
  }

  .step-item,
  .step-item.left,
  .step-item.right {
    grid-column: 1;
    min-height: 0;
    margin-top: 0;
    padding-left: 54px;
    text-align: left;
  }

  .step-item.left::before,
  .step-item.right::before {
    left: 8px;
    right: auto;
  }

  .manager-cta-grid {
    justify-items: start;
  }

  .honest-list,
  .partner-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    padding: 116px 0 0;
  }

  .lead,
  .section-heading p,
  .reports p,
  .video-grid p,
  .special p,
  .integration ol {
    font-size: 16px;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-actions,
  .quiz-actions,
  .express,
  .footer-bottom,
  .cookie {
    flex-direction: column;
    align-items: stretch;
  }

  .section {
    padding: 64px 0;
  }

  .manager-cta {
    padding: 52px 0;
  }

  .service-steps {
    padding-top: 46px;
    padding-bottom: 72px;
  }

  .step-item h3 {
    font-size: 22px;
  }

  .step-item p {
    font-size: 17px;
  }

  .logo-grid,
  .hero-cards,
  .honest-list,
  .partner-grid,
  .blog-grid,
  .stats,
  .option-grid.multi {
    grid-template-columns: 1fr;
  }

  .hero-cards article {
    min-height: 0;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(48, 63, 102, 0.08);
  }

  .row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cookie {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}

/* Dalex visual theme for the fulfillment landing. */
:root {
  --blue: #ffffff;
  --blue-dark: #0f0d12;
  --gold: #813ee5;
  --coral: #a66bff;
  --paper: #0f0d12;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.5);
  --line: rgba(255, 255, 255, 0.14);
  --white: #ffffff;
  --white-05: rgba(255, 255, 255, 0.5);
  --white-07: rgba(255, 255, 255, 0.7);
  --black: #0f0d12;
  --primary: #531dbd;
  --purple: #813ee5;
  --light-purple: #a66bff;
  --gradient: linear-gradient(50.52deg, #48227f -37.28%, #813ee5 109.83%);
  --gradient-border: linear-gradient(5deg, rgba(72, 34, 127, 1) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 55%, rgba(129, 62, 229, 1) 100%);
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(129, 62, 229, 0.28), transparent 32rem),
    radial-gradient(circle at 82% 24%, rgba(72, 34, 127, 0.34), transparent 30rem),
    var(--black);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

.container {
  width: min(1680px, calc(100% - 40px));
}

.btn-primary,
.quiz-progress span,
.step-item::before {
  background: var(--gradient);
}

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

.btn-primary {
  box-shadow: 0 14px 34px rgba(129, 62, 229, 0.34);
}

.btn-primary .btn__icon {
  background: var(--white);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
}

.btn-ghost .btn__icon {
  background: var(--light-purple);
}

h1,
h2 {
  color: var(--white);
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 1.08;
  text-shadow: 0 4px 18px rgba(255, 255, 255, 0.12);
}

h1 span,
h2 span,
.express strong,
.row b {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: clamp(28px, 3.2vw, 52px);
  line-height: 1.12;
}

h3 {
  color: var(--white);
  font-weight: 800;
}

.lead,
.section-heading p,
.reports p,
.special p,
.honest-sign p,
.blog p,
.step-item p,
.footer p,
.footer-bottom {
  color: var(--muted);
}

.hero {
  min-height: 820px;
  padding-top: 160px;
  background: var(--black);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(15, 13, 18, 0.98) 0%, rgba(15, 13, 18, 0.88) 42%, rgba(15, 13, 18, 0.34) 100%),
    radial-gradient(circle at 40% 55%, rgba(129, 62, 229, 0.32), transparent 32rem),
    url("https://optim.tildacdn.com/tild6134-3232-4864-b565-353230356162/-/format/webp/Flux_Schnell_small_w.jpg.webp") center right / cover no-repeat;
}

.hero-grid {
  grid-template-columns: minmax(0, 760px) 420px;
  gap: 80px;
}

.section,
.process,
.service-steps,
.video-section,
.marketplaces,
.prices,
.special,
.blog,
.faq {
  background: transparent;
}

.hero-cards {
  filter: none;
}

.hero-cards article,
.logo-grid img,
.market-logo,
.price-table,
.quiz,
.video-frame,
.honest-list span,
.partner-grid article,
.review-card,
.blog-grid article,
.faq details,
.contact-form,
.phone-card,
.stats div {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero-cards article:first-child,
.hero-cards article:last-child,
.hero-cards article,
.logo-grid img,
.market-logo,
.price-table,
.quiz,
.video-frame,
.honest-list span,
.partner-grid article,
.review-card,
.blog-grid article,
.faq details,
.contact-form,
.stats div {
  border-radius: 20px;
}

.hero-cards article {
  border-right: 1px solid var(--line);
}

.logo-grid img,
.market-logo {
  background: rgba(255, 255, 255, 0.94);
}

.express {
  color: var(--white);
  background:
    linear-gradient(155.49deg, rgba(72, 34, 127, 0.68) -10.87%, rgba(99, 48, 176, 0.08) 62.53%, rgba(129, 62, 229, 0.72) 135.93%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.express span {
  color: rgba(255, 255, 255, 0.74);
}

.hero-cards img,
.card-icon {
  background: var(--gradient);
}

.hero-cards p,
.chat b,
.step-item h3,
.row,
.quiz h3,
.option-grid label,
.consent,
.faq summary {
  color: var(--white);
}

.step-item p,
.chat span,
.blog-grid article p,
.faq details p {
  color: rgba(255, 255, 255, 0.64);
}

.service-steps-grid::before {
  background: var(--line);
}

.manager-cta,
.reports,
.quiz-section,
.footer {
  background:
    linear-gradient(155.49deg, rgba(72, 34, 127, 0.72) -10.87%, rgba(99, 48, 176, 0.08) 62.53%, rgba(129, 62, 229, 0.72) 135.93%),
    #080414;
}

.manager-cta h2,
.reports h2,
.reports .stats strong,
.quiz-section h2,
.quiz-section p,
.footer h2,
.footer h3,
.footer a {
  color: var(--white);
}

.phone-card {
  background: #080414;
  border: 10px solid rgba(255, 255, 255, 0.08);
}

.phone-top {
  background: rgba(255, 255, 255, 0.16);
}

.chat p {
  background: rgba(255, 255, 255, 0.08);
}

.row.head {
  background: var(--gradient);
}

.row {
  border-color: var(--line);
}

.quiz {
  color: var(--white);
  background:
    linear-gradient(163.74deg, rgba(72, 34, 127, 0.32) -74.79%, rgba(99, 48, 176, 0.04) 51.26%, rgba(129, 62, 229, 0.32) 177.3%),
    rgba(255, 255, 255, 0.05);
}

.quiz-progress {
  background: rgba(255, 255, 255, 0.12);
}

.option-grid label,
.consent,
input[type="text"],
input[type="tel"] {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

input[type="text"],
input[type="tel"] {
  color: var(--white);
}

input[type="text"]:focus,
input[type="tel"]:focus {
  border-color: var(--light-purple);
  box-shadow: 0 0 0 3px rgba(129, 62, 229, 0.24);
}

.quiz-result {
  color: var(--white) !important;
}

.video-frame {
  background: #080414;
}

.play-button {
  background: var(--gradient);
}

.play-button::before {
  border-left-color: var(--white);
}

.review-tabs button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
}

.review-tabs button.active,
.cookie button {
  background: var(--gradient);
}

.blog-grid article span,
.footer-bottom span:last-child {
  color: var(--light-purple);
}

.footer {
  margin-top: 0;
}

.footer-bottom {
  border-top: 1px solid var(--line);
}

.cookie {
  color: var(--white);
  background: #080414;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, 1680px);
  }

  .hero {
    padding-top: 140px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1680px);
  }

  h1 {
    font-size: clamp(30px, 12vw, 44px);
  }

  h2 {
    font-size: clamp(25px, 9vw, 36px);
  }

  .hero-cards article {
    border-bottom-color: var(--line);
  }
}

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

  .container {
    width: min(100% - 32px, 1680px);
  }

  .hero-grid,
  .process-grid,
  .manager-cta-grid,
  .reports-grid,
  .video-grid,
  .honest-grid,
  .quiz-grid,
  .integration-grid,
  .footer-grid,
  .section-heading.split {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-grid > *,
  .process-grid > *,
  .reports-grid > *,
  .video-grid > *,
  .quiz-grid > *,
  .integration-grid > *,
  .footer-grid > *,
  .section-heading > * {
    min-width: 0;
  }

  .hero-grid {
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1680px);
  }

  h1,
  h2 {
    font-size: clamp(22px, 6vw, 24px);
    line-height: 1.18;
  }

  h1,
  h2 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  h1 {
    font-size: clamp(24px, 7.2vw, 28px);
    line-height: 1.14;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-grid {
    gap: 28px;
  }

  .btn,
  .quiz,
  .video-frame,
  .integration ol,
  .cookie {
    max-width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    white-space: normal;
  }

  .hero-actions .btn {
    width: auto;
  }

  .quiz {
    padding: 22px 16px;
  }

  .video-frame,
  .video-frame img {
    min-height: 300px;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 40px 0;
}

.header__container {
  position: relative;
}

.header__wrap {
  position: relative;
  z-index: 120;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
}

.header__logo img {
  width: 124px;
  max-width: 124px;
}

.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-image: var(--gradient);
  cursor: pointer;
}

.header__burger svg:last-child {
  display: none;
}

.header__burger.active svg:first-child {
  display: none;
}

.header__burger.active svg:last-child {
  display: block;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.header-nav ul li {
  counter-increment: steps 1;
}

.header-nav ul li a {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.header-nav ul li a::before {
  display: block;
  color: var(--white-05);
  content: "0" counter(steps) "/";
  font-size: 12px;
  line-height: 18px;
}

.header-nav ul li a:hover > span,
.header-nav ul li a.is-active > span {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-mobile {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 170px max(24px, calc((100vw - 1680px) / 2)) 50px;
  background:
    radial-gradient(circle at 18% 12%, rgba(129, 62, 229, 0.28), transparent 30rem),
    var(--black);
  transform: translateY(-150%);
  transition: transform 0.45s ease;
}

.header-mobile.active {
  transform: translateY(0);
}

.header-mobile__inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
}

.header-mobile__name {
  position: absolute;
  left: 18px;
  bottom: -16px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(64px, 18vw, 112px);
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}

.header-mobile__menu {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.header-mobile__menu li {
  counter-increment: steps 1;
}

.header-mobile__menu li a {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.header-mobile__menu li a::before {
  display: block;
  color: var(--white-05);
  content: "0" counter(steps) "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.header-mobile-contacts__title {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.header-mobile-contacts__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.header-mobile-contacts__link a[href*="tel"] {
  color: var(--light-purple);
}

.header-mobile-contacts__social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.header-mobile-contacts__social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.header-mobile-contacts__address {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--white);
  text-align: center;
}

@media (max-width: 1180px) {
  .header-nav ul {
    gap: 28px;
  }

  .header-nav ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 980px) {
  .header {
    padding: 28px 0;
  }

  .header__burger {
    display: flex;
  }

  .header-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .header {
    padding: 16px 0;
  }

  .header__wrap {
    padding: 12px;
    background: rgba(15, 13, 18, 0.72);
    border: 1px solid var(--line);
    border-radius: 18px;
    backdrop-filter: blur(16px);
  }

  .header__logo img {
    width: 112px;
  }

  .header-mobile {
    overflow-y: auto;
    padding: 146px 24px 36px;
  }

  .header-mobile__inner {
    gap: 30px;
    overflow: visible;
  }

  .header-mobile__menu {
    flex-grow: 0;
    gap: 22px;
  }

  .header-mobile__menu li a {
    font-size: 22px;
  }

  .header-mobile-contacts__title {
    font-size: 14px;
    line-height: 18px;
  }

  .header-mobile-contacts__social,
  .header-mobile-contacts__address {
    margin-top: 16px;
  }
}

/* Operational-center redesign */
.ops-snapshot {
  align-self: start;
  margin-top: 44px;
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(155.49deg, rgba(72, 34, 127, 0.52) -10.87%, rgba(99, 48, 176, 0.08) 62.53%, rgba(129, 62, 229, 0.52) 135.93%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.ops-snapshot__top {
  display: grid;
  gap: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.ops-snapshot__top span,
.ops-snapshot__top small,
.ops-snapshot__grid span {
  color: rgba(255, 255, 255, 0.64);
}

.ops-snapshot__top strong {
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
}

.ops-snapshot__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ops-snapshot__grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.ops-snapshot__grid b,
.ops-snapshot__grid span {
  display: block;
}

.ops-snapshot__grid b {
  margin-bottom: 4px;
  color: var(--light-purple);
  font-size: 26px;
}

.ops-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.78fr) minmax(0, 1fr);
  gap: 16px;
  width: min(720px, 100%);
  margin-left: auto;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 50%, rgba(129, 62, 229, 0.2), transparent 58%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.ops-board__col,
.ops-board__center,
.ops-board__flow {
  border: 1px solid var(--line);
  border-radius: 18px;
}

.ops-board__col {
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.ops-board__col h3 {
  margin: 18px 0 12px;
  font-size: 22px;
}

.ops-board__col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.ops-tag {
  display: inline-flex;
  padding: 8px 14px;
  color: var(--white);
  background: var(--gradient);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ops-board__center {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 22px;
  text-align: center;
  background: linear-gradient(135deg, rgba(72, 34, 127, 0.52), rgba(129, 62, 229, 0.42));
}

.ops-board__center span {
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-size: 30px;
}

.ops-board__center strong {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

.ops-board__flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ops-board__flow span {
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(166, 107, 255, 0.6);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .ops-snapshot {
    width: min(520px, 100%);
    margin-top: 0;
  }

  .ops-board {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .ops-board__col {
    min-height: 0;
  }

  .ops-board__flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ops-snapshot {
    padding: 20px;
  }

  .ops-snapshot__grid {
    grid-template-columns: 1fr;
  }

  .ops-board {
    padding: 18px;
  }
}

/* ===== Dalex signature patterns ===== */

/* 1. Uptitle-пилюля над заголовками секций */
.uptitle {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 22px;
  border: 1px solid var(--white-05);
  border-radius: 30px;
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white);
}

.section-heading .uptitle {
  margin-bottom: 0;
}

/* 2. Градиентная окантовка ключевых карточек */
.hero-cards {
  gap: 12px;
}

.hero-cards article,
.partner-grid article,
.blog-grid article {
  position: relative;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(101, 49, 180, 0.2);
}

.hero-cards article::before,
.partner-grid article::before,
.blog-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* контент карточек должен лежать над рамкой */
.hero-cards article > *,
.partner-grid article > *,
.blog-grid article > * {
  position: relative;
  z-index: 1;
}

/* 3. Призрачный фоновый текст за заголовком секции */
.has-ghost {
  position: relative;
  overflow: hidden;
}

.has-ghost > .container {
  position: relative;
  z-index: 1;
}

.ghost-title {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  margin: 0;
  font-weight: 800;
  font-size: clamp(90px, 17vw, 230px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* 4. FAQ-аккордеон со стрелкой на градиенте */
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}

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

.faq summary::after {
  content: "";
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url("./img/chevron-down.svg") center / 16px no-repeat, var(--gradient);
  transition: transform 0.3s linear;
}

.faq details[open] summary::after {
  transform: rotate(180deg);
}

/* ===================================================================
   Концепт «Операционный пульт» — слой поверх Dalex-темы
   =================================================================== */

/* Виджет-лейбл: ● ЗАГОЛОВОК (пульсирующая точка статуса) */
.widget-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.widget-label i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38e0a0;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(56, 224, 160, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(56, 224, 160, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 224, 160, 0); }
}

/* Панель = карточка дашборда */
.panel {
  position: relative;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(72, 34, 127, 0.22), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.panel__head .mono,
.panel__head time {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* Статус-чипы */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
}

.chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38e0a0;
}

.chip.warn::before { background: #ffb454; }
.chip.cool::before { background: var(--light-purple); }

/* ---- Кокпит (hero) ---- */
.cockpit {
  min-height: auto;
  padding: 150px 0 80px;
}

.cockpit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: 56px;
  align-items: center;
  min-height: 0;
}

.cockpit-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.cockpit-copy h1,
.cockpit-copy .lead {
  margin: 0;
}

/* шапка + мини-пайплайн внутри ops-snapshot */
.ops-snapshot__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.ops-snapshot__head time {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.ops-snapshot__pipe {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ops-snapshot__pipe span {
  flex: 1 1 auto;
  padding: 7px 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-snapshot__pipe b {
  color: var(--light-purple);
}

/* метрики-преимущества с индексом (бывшие hero-cards) */
.cockpit-metrics {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}

.cockpit-metrics article {
  counter-increment: metric;
}

.cockpit-metrics article h3::before {
  content: "0" counter(metric) " / ";
  color: var(--light-purple);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 600;
}

.cockpit-metrics {
  counter-reset: metric;
}

/* ---- Площадки: статус-баннер «подключено» ---- */
.connect-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px 22px;
  background: rgba(56, 224, 160, 0.06);
  border: 1px solid rgba(56, 224, 160, 0.28);
  border-radius: 14px;
}

.connect-bar strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--white);
}

.connect-bar strong::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38e0a0;
  animation: pulse-dot 2s infinite;
}

.connect-bar span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 980px) {
  .cockpit-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ---- Контур: нумерованный pipeline вместо зигзага ---- */
.service-steps.pult {
  padding-top: 90px;
}

.service-steps.pult .uptitle {
  margin-bottom: 22px;
}

.pult-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: none;
  counter-reset: op;
}

.pult-pipeline::before {
  content: none;
}

.pult-pipeline .step-item {
  counter-increment: op;
  position: relative;
  grid-column: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 22px 20px;
  text-align: left !important;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.pult-pipeline .step-item::before {
  content: "0" counter(op);
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 14px;
  background: none;
  border-radius: 0;
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: var(--light-purple);
}

/* стрелка-связка между нодами в ряду */
.pult-pipeline .step-item:not(:nth-child(4n))::after {
  content: "→";
  position: absolute;
  top: 26px;
  right: -11px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}

.pult-pipeline .step-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.pult-pipeline .step-item p {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .pult-pipeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .pult-pipeline .step-item:not(:nth-child(4n))::after {
    content: none;
  }
}

@media (max-width: 560px) {
  .pult-pipeline {
    grid-template-columns: 1fr;
  }
}

/* ---- Экономика: интерактивный калькулятор ---- */
.calc.panel {
  padding: 28px;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  margin: 8px 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--light-purple) 0 var(--p, 50%), rgba(255, 255, 255, 0.12) var(--p, 50%) 100%);
  cursor: pointer;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  border: 5px solid var(--purple);
  box-shadow: 0 6px 16px rgba(129, 62, 229, 0.5);
}

.calc-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 5px solid var(--purple);
  border-radius: 50%;
  background: var(--white);
}

.calc-out {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.calc-out > div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.calc-out span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.calc-out strong,
.calc-out b {
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
}

.calc-out__main {
  background: linear-gradient(160deg, rgba(72, 34, 127, 0.4), rgba(129, 62, 229, 0.16)) !important;
  border-color: rgba(166, 107, 255, 0.5) !important;
}

.calc-out__main strong {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.calc-out__alt b {
  color: rgba(255, 255, 255, 0.6);
}

.calc-out__save b {
  color: #38e0a0;
}

.calc .price-table {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.calc .price-table .row {
  padding: 14px 0;
}

/* ---- Мониторинг / Доверие / Контакты: единый «виджетный» вид ---- */

/* Интеграция: моно-нумерация вместо маркеров списка */
.integration ol {
  counter-reset: it;
  list-style: none;
  padding-left: 0;
}

.integration ol li {
  counter-increment: it;
  position: relative;
  padding-left: 46px;
}

.integration ol li::before {
  content: "0" counter(it);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 700;
  color: var(--light-purple);
}

/* Честный знак: статус-чипы «verified» */
.honest-list span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  font-weight: 600;
}

.honest-list span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38e0a0;
}

/* Отзывы: табы → лог-чипы со статус-точкой */
.review-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.review-tabs button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.review-tabs button.active::before {
  background: #38e0a0;
}

/* карточка отзыва как цитата-виджет */
.review-card {
  position: relative;
  padding-top: 56px;
}

.review-card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  line-height: 1;
  color: var(--light-purple);
}

.review-card strong {
  display: block;
  margin-top: 18px;
  color: var(--light-purple);
}

/* Партнёры: verified-тайлы со статусом «на связи» */
.partner-grid article {
  position: relative;
  padding-bottom: 34px;
}

.partner-grid article::after {
  content: "● на связи";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #38e0a0;
}

/* Блог: тег как моно-пилюля */
.blog-grid article span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 5px 12px;
  background: rgba(166, 107, 255, 0.12);
  border: 1px solid rgba(166, 107, 255, 0.32);
  border-radius: 999px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--light-purple);
}

/* Особые товары: чипы со статус-точкой */
.pill-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.pill-list span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--light-purple);
}

.special .pill-list span {
  min-height: 48px;
  padding: 13px 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(166, 107, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-weight: 700;
  line-height: 1.2;
}

.special .pill-list span::before {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: #55f0b0;
  box-shadow: 0 0 14px rgba(85, 240, 176, 0.6);
}

/* ---- Партнёры: бегущая строка ---- */
.ticker-mask {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.partner-grid.ticker {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 14px;
  animation: ticker-move 32s linear infinite;
}

.partner-grid.ticker article {
  flex: 0 0 220px;
  width: 220px;
}

.ticker-mask:hover .partner-grid.ticker {
  animation-play-state: paused;
}

@keyframes ticker-move {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .partner-grid.ticker { animation: none; }
}

/* Inline-иконки в карточках преимуществ (вместо внешних SVG) */
.card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-icon svg circle {
  fill: none;
}

/* ===== Замена внешних картинок на CSS (уход от Tilda-CDN) ===== */

/* 1. Hero-фон: сетка-блюпринт + фиолетовые свечения, без фото */
.hero-bg {
  background-color: #0b0910;
  background-image:
    radial-gradient(circle at 80% 28%, rgba(129, 62, 229, 0.30), transparent 42%),
    radial-gradient(circle at 96% 74%, rgba(72, 34, 127, 0.34), transparent 46%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  background-position: center;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0b0910 0%, rgba(11, 9, 16, 0.78) 40%, rgba(11, 9, 16, 0) 100%);
}

/* 2. Превью видео: CSS-постер вместо фото */
.video-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(129, 62, 229, 0.32), transparent 60%),
    linear-gradient(160deg, #15102b, #080414);
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(circle at 50% 42%, #000, transparent 72%);
          mask-image: radial-gradient(circle at 50% 42%, #000, transparent 72%);
}

.video-tag {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* 3. Ноутбук → CSS-мокап дашборда «кабинета» */
.laptop {
  padding: 0;
  background: transparent;
}

.dash-mock {
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(72, 34, 127, 0.28), rgba(255, 255, 255, 0.02)),
    #0b0910;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}

.dash-mock__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--line);
}

.dash-mock__bar i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.dash-mock__bar i:nth-child(1) { background: #ff5f57; }
.dash-mock__bar i:nth-child(2) { background: #febc2e; }
.dash-mock__bar i:nth-child(3) { background: #28c840; }

.dash-mock__bar b {
  margin-left: 10px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.dash-mock__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.dash-mock__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.dash-mock__row span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.dash-mock__row b {
  font-family: "DrukWideCyr-Medium", "Montserrat", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  color: var(--light-purple);
}

.dash-mock__bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 130px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.dash-mock__bars i {
  flex: 1;
  background: var(--gradient);
  border-radius: 6px 6px 0 0;
}

/* ===== Мобильные правки для блоков «пульта» ===== */
@media (max-width: 640px) {
  /* калькулятор: три блока вывода в столбик */
  .calc-out {
    grid-template-columns: 1fr;
  }

  /* крупные DrukWide-заголовки не лезут за край (перебивают generic h2) */
  .process-copy h2,
  .manager-cta h2 {
    font-size: clamp(18px, 5vw, 22px) !important;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  /* мини-пайплайн в сводке — компактнее */
  .ops-snapshot__pipe {
    gap: 5px;
    font-size: 10px;
  }

  .ops-snapshot__pipe span {
    padding: 6px 2px;
  }

  /* мокап-дашборд: чуть меньше высота графика */
  .dash-mock__bars {
    height: 104px;
  }
}

/* страховка от горизонтального переполнения на любых экранах */
html,
body {
  overflow-x: hidden;
}

/* Final contrast override for special-products chips. */
.special .pill-list span {
  min-height: 48px;
  padding: 13px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(166, 107, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-weight: 700;
  line-height: 1.2;
}

.special .pill-list span::before {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: #55f0b0;
  box-shadow: 0 0 14px rgba(85, 240, 176, 0.6);
}
