    .hero {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
      padding: 92px 0 58px;

      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 54px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      margin-bottom: 18px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(157, 133, 255, 0.30);
      background: rgba(122, 92, 255, 0.12);
      color: #d8ccff;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .hero h1,
    .hero .landing-title {
      margin: 0;
      max-width: 720px;
      color: #ffffff;
      font-size: clamp(42px, 6vw, 78px);
      line-height: 0.98;
      letter-spacing: -0.055em;
    }

    .hero-lead {
      margin: 24px 0 0;
      max-width: 660px;
      color: rgba(244, 242, 255, 0.78);
      font-size: 19px;
      line-height: 1.58;
    }

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

    .hero-note {
      margin-top: 16px;
      color: rgba(244, 242, 255, 0.52);
      font-size: 13px;
      line-height: 1.45;
    }

    .preview-card {
      position: relative;
      min-height: 430px;
      border-radius: 34px;
      padding: 24px;
      overflow: hidden;

      background:
        radial-gradient(circle at top left, rgba(140, 255, 176, 0.12), transparent 32%),
        radial-gradient(circle at bottom right, rgba(122, 92, 255, 0.42), transparent 40%),
        rgba(255, 255, 255, 0.055);

      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow:
        0 28px 84px rgba(0, 0, 0, 0.34),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    }

    .preview-card::before {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 26px;
      background: rgba(13, 16, 25, 0.62);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .chat-mock {
      position: relative;
      z-index: 2;
      display: grid;
      gap: 14px;
      padding: 8px;
    }

    .mock-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 4px 14px;
      color: #ffffff;
      font-weight: 900;
    }

    .mock-brand img {
      width: 32px;
      height: 32px;
    }

    .bubble {
      padding: 14px 16px;
      border-radius: 18px;
      font-size: 14px;
      line-height: 1.48;
    }

    .bubble.bot {
      width: 88%;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.88);
      border-bottom-left-radius: 6px;
    }

    .bubble.user {
      width: 78%;
      justify-self: end;
      background: linear-gradient(135deg, #7a5cff, #5c7cff);
      color: #ffffff;
      border-bottom-right-radius: 6px;
    }

    .mock-input {
      margin-top: 10px;
      min-height: 54px;
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.11);
      background: rgba(0, 0, 0, 0.22);

      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 10px 0 16px;
    }

    .mock-input:focus-within {
      border-color: rgba(157, 133, 255, 0.66);
      box-shadow: 0 0 0 3px rgba(122, 92, 255, 0.16);
    }

    .mock-input input {
      flex: 1;
      min-width: 0;

      border: 0;
      outline: 0;
      background: transparent;

      color: #ffffff;
      font-size: 13px;
      line-height: 1;
    }

    .mock-input input::placeholder {
      color: rgba(255, 255, 255, 0.48);
    }

    .mock-send {
      min-width: 132px;
      height: 38px;
      padding: 0 13px 0 16px;

      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #7a5cff, #5c7cff);
      color: #ffffff;

      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;

      font-size: 13px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;

      cursor: pointer;
      box-shadow: 0 10px 28px rgba(122, 92, 255, 0.30);
    }

    .mock-send:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 36px rgba(122, 92, 255, 0.42);
    }

    .mock-send-arrow {
      width: 22px;
      height: 22px;
      border-radius: 50%;

      display: inline-flex;
      align-items: center;
      justify-content: center;

      background: rgba(255, 255, 255, 0.18);
      font-size: 15px;
      line-height: 1;
    }

    @media (max-width: 520px) {
      .mock-send {
        min-width: 42px;
        width: 42px;
        height: 38px;
        padding: 0;
      }

      .mock-send-text {
        display: none;
      }

      .mock-send-arrow {
        background: transparent;
        font-size: 18px;
      }
    }
    .section {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
      padding: 70px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .section-title {
      margin: 0 0 22px;
      color: #ffffff;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.05;
      letter-spacing: -0.035em;
    }

    .steps-section {
      padding-top: 66px;
    }

    .steps-head {
      max-width: 860px;
      margin-bottom: 34px;
    }

    .section-kicker-heading {
      margin: 0 0 13px;
      color: #bdb2ff;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .steps-title {
      margin: 0;
      max-width: 760px;
      color: #ffffff;
      font-size: clamp(34px, 4.6vw, 56px);
      line-height: 1.05;
      letter-spacing: -0.04em;
    }

    .steps-lead {
      max-width: 760px;
      margin: 18px 0 0;
      color: rgba(244, 242, 255, 0.72);
      font-size: 17px;
      line-height: 1.58;
    }

    .step-kicker {
      margin-bottom: 10px;
      color: #bdb2ff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .step-card h4 {
      margin: 0 0 10px;
      color: #ffffff;
      font-size: 19px;
      line-height: 1.25;
    }

.reviews-section {
  overflow: hidden;
}

.reviews-head {
  max-width: 900px;
  margin-bottom: 34px;
}

.reviews-title {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.reviews-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(244, 242, 255, 0.72);
  font-size: 17px;
  line-height: 1.58;
}

.reviews-rating-summary {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(157, 133, 255, 0.30);
  background: rgba(122, 92, 255, 0.12);
  color: rgba(244, 242, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.reviews-rating-summary strong {
  color: #ffffff;
}

.reviews-date-counter {
  color: rgba(244, 242, 255, 0.68);
}

.reviews-date-counter time {
  color: #ffffff;
  font-weight: 900;
}

.reviews-carousel {
  position: relative;
  margin-top: 34px;
  overflow: hidden;
}

.reviews-carousel::before,
.reviews-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.reviews-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #151927, transparent);
}

.reviews-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #151927, transparent);
}

.reviews-track {
  display: flex;
  width: max-content;
  animation: reviews-marquee 46s linear infinite;
}

.reviews-carousel:hover .reviews-track {
  animation-play-state: paused;
}

.reviews-group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
  flex: 0 0 auto;
}

.review-card {
  width: 360px;
  min-height: 240px;
  padding: 24px;
  border-radius: 24px;

  background:
    radial-gradient(circle at top left, rgba(122, 92, 255, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.055);

  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.review-stars {
  margin-bottom: 14px;
  color: #d9ccff;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 0;
  color: rgba(244, 242, 255, 0.88);
  font-size: 15px;
  line-height: 1.58;
}

.review-meta {
  display: grid;
  gap: 5px;
  margin-top: 18px;
}

.review-meta [itemprop="name"] {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.review-topic {
  color: #bdb2ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes reviews-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .review-card {
    width: 280px;
    min-height: 260px;
    padding: 20px;
  }

  .reviews-carousel::before,
  .reviews-carousel::after {
    width: 42px;
  }
}

    .section-text {
      max-width: 760px;
      margin: 0;
      color: rgba(244, 242, 255, 0.72);
      font-size: 17px;
      line-height: 1.58;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .step-card,
    .feature-card,
    .safety-card {
      border-radius: 24px;
      padding: 24px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 255, 255, 0.09);
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
    }

    .step-number {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-bottom: 18px;

      display: inline-flex;
      align-items: center;
      justify-content: center;

      background: rgba(122, 92, 255, 0.18);
      border: 1px solid rgba(157, 133, 255, 0.36);
      color: #ffffff;
      font-size: 18px;
      font-weight: 900;
    }

    .step-card h3,
    .step-card h4,
    .feature-card h3,
    .safety-card h3 {
      margin: 0 0 10px;
      color: #ffffff;
      font-size: 19px;
      line-height: 1.25;
    }

    .step-card p,
    .feature-card p,
    .safety-card p {
      margin: 0;
      color: rgba(244, 242, 255, 0.70);
      font-size: 14px;
      line-height: 1.55;
    }

    .cta {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto 72px;
      padding: 44px;
      border-radius: 34px;

      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;

      background:
        radial-gradient(circle at top left, rgba(140, 255, 176, 0.12), transparent 32%),
        linear-gradient(135deg, rgba(122, 92, 255, 0.24), rgba(92, 124, 255, 0.12));
      border: 1px solid rgba(157, 133, 255, 0.28);
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    }

    .cta h2 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.05;
      letter-spacing: -0.035em;
    }

    .cta p {
      margin: 12px 0 0;
      max-width: 620px;
      color: rgba(244, 242, 255, 0.72);
      font-size: 16px;
      line-height: 1.55;
    }

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .preview-card {
    min-height: 360px;
  }

  .steps,
  .features {
    grid-template-columns: 1fr;
  }

  .safety {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .cta {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    padding: 44px 0 44px;
    gap: 34px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .preview-card {
    min-height: 330px;
    border-radius: 26px;
    padding: 16px;
  }

  .section {
    padding: 48px 0;
  }

  .step-card {
    border-radius: 20px;
    padding: 20px;
  }

  .cta {
    margin-bottom: 48px;
    padding: 28px;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    display: grid;
  }

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