body {
  background:
    radial-gradient(circle at top left, hsl(var(--page-accent-h, 40) 82% 58% / 0.18), transparent 34rem),
    radial-gradient(circle at top right, hsl(var(--page-accent-h-2, 58) 72% 66% / 0.1), transparent 30rem),
    linear-gradient(180deg, var(--page-bg-start, #fff) 0%, var(--page-bg-mid, #f7f8fb) 56%, var(--page-bg-end, #eef2f7) 100%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 30px;
  padding: 34px 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: hsl(var(--page-accent-h, 40) 82% 58% / 0.16);
  color: hsl(var(--page-accent-h, 40) 68% 28%);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 800;
}

.eyebrow svg {
  width: 18px;
  height: 18px;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 6.4vw, 74px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.lead {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.45;
}

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

.trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.trustline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trustline span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: hsl(var(--page-accent-h, 40) 82% 58%);
}

.phone {
  position: relative;
  width: min(100%, 410px);
  margin-left: auto;
  border: 1px solid rgba(229, 232, 239, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  padding: 16px;
}

.phone-screen {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: #fbfcff;
  padding: 16px;
}

.avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: var(--page-deep, #151923);
  color: #fff;
}

.avatar svg {
  width: 22px;
  height: 22px;
}

.chat-name {
  font-weight: 850;
}

.chat-sub {
  margin-top: 2px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.chat-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.message {
  width: fit-content;
  max-width: 92%;
  border-radius: 16px;
  color: #242936;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.35;
}

.message.support {
  border-top-left-radius: 5px;
  background: #eef2f7;
}

.mini-action {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  padding: 13px 14px;
  font-weight: 820;
}

.mini-action strong {
  overflow-wrap: anywhere;
}

.mini-action span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sections {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(28, 35, 50, 0.06);
  padding: 18px;
}

.step-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--page-deep, #151923);
  color: #fff;
}

.step-number svg {
  width: 18px;
  height: 18px;
}

.step h2 {
  margin: 0;
  font-size: 19px;
  letter-spacing: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.modal.design-1 .modal-panel {
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, hsl(var(--page-accent-h, 40) 82% 58% / 0.12), transparent 16rem),
    #fff;
}

.modal.design-1 .modal-icon {
  background: var(--page-deep, #151923);
}

@media (max-width: 840px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 12px 0 20px;
  }

  .phone {
    margin: 4px auto 0;
  }

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

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

  .trustline {
    display: grid;
  }

  .site-footer {
    justify-content: center;
  }

  .phone {
    border-radius: 22px;
    padding: 10px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 52px);
    overflow-wrap: break-word;
    text-wrap: auto;
  }
}
