:root {
  --bg: #fbfbff;
  --paper: rgba(255, 255, 255, .84);
  --paper-solid: #ffffff;
  --text: #07112f;
  --muted: #66708a;
  --line: rgba(32, 41, 86, .11);
  --blue: #1268ff;
  --violet: #6c4cff;
  --violet-2: #8a5cff;
  --green: #16b85e;
  --red: #ed3c4f;
  --shadow: 0 22px 70px rgba(34, 44, 117, .11);
  --shadow-strong: 0 30px 90px rgba(37, 48, 135, .18);
  --grad: linear-gradient(135deg, #7657ff 0%, #1c69ff 100%);
  --grad-soft: linear-gradient(135deg, rgba(118, 87, 255, .12), rgba(28, 105, 255, .12));
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 5%, rgba(117, 87, 255, .13), transparent 26rem),
    radial-gradient(circle at 85% 16%, rgba(28, 105, 255, .11), transparent 28rem),
    var(--bg);
  line-height: 1.25;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}
.section-pad { padding: 84px 0; }
.section-pad--compact { padding: 60px 0; }

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(24px);
  opacity: .7;
  z-index: -1;
}
.page-glow--top { top: -170px; left: -160px; background: rgba(108, 76, 255, .16); }
.page-glow--mid { top: 560px; right: -220px; background: rgba(18, 104, 255, .14); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, .78);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.logo img { height: 36px; width: auto; }
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 750;
  font-size: 15px;
  color: #101a42;
}
.nav a { opacity: .9; transition: .2s; }
.nav a:hover { color: var(--violet); opacity: 1; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  background: var(--grad);
  color: #fff;
  font-weight: 850;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(47, 91, 255, .26);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(47, 91, 255, .34); }
.btn--small { min-height: 46px; border-radius: 13px; padding: 0 22px; font-size: 14px; }
.btn--wide { width: 100%; }
.btn--light { background: #fff; color: var(--violet); box-shadow: none; }

.hero { padding-top: 56px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .82fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--violet);
  background: rgba(108, 76, 255, .1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 6.2vw, 84px);
  line-height: .95;
  letter-spacing: -.055em;
}
h1 span,
.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: #1f2949;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 650;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 34px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  color: #0f1843;
  font-weight: 850;
  box-shadow: 0 12px 36px rgba(34, 44, 117, .08);
}
.pill-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.channels-note {
  margin-bottom: 16px;
  font-weight: 850;
  color: #1a2448;
}
.channel-icons { display: flex; gap: 14px; align-items: center; }
.app-icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 12px 28px rgba(29, 42, 92, .14);
}
.app-icon--ig { background-image: url('assets/instagram.svg'); }
.app-icon--wa { background-image: url('assets/whatsapp.jpg'); }
.app-icon--tg { background-image: url('assets/telegram.svg'); }

.form-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 32px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.hero-form { padding: 38px; }
.form-spark {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  top: -90px;
  right: -80px;
  background: rgba(102, 87, 255, .18);
  filter: blur(12px);
}
.form-card h2 {
  position: relative;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.lead-form { position: relative; display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.lead-form input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(23, 32, 73, .13);
  border-radius: 15px;
  padding: 0 16px;
  outline: none;
  background: #fff;
  color: var(--text);
  font-weight: 700;
  transition: border .2s, box-shadow .2s;
}
.lead-form input:focus {
  border-color: rgba(108, 76, 255, .55);
  box-shadow: 0 0 0 5px rgba(108, 76, 255, .12);
}
.form-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  font-weight: 650;
}
.form-note::before { content: "◇ "; color: var(--violet); }

.section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.section-head--left { margin-left: 0; text-align: left; }
.section-head h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.045em;
  margin-bottom: 12px;
}
.section-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}
.cards,
.pain-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.info-card,
.step-card,
.benefit-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 44px rgba(34, 44, 117, .07);
}
.info-card { padding: 24px; min-height: 188px; }
.info-card h3,
.step-card h3,
.benefit-card h3 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.info-card p,
.step-card p,
.benefit-card p {
  margin-bottom: 0;
  color: #4e5874;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}
.card-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--grad-soft);
  color: var(--violet);
  font-weight: 950;
  font-size: 24px;
}
.card-icon.fire { background: rgba(255, 142, 0, .11); color: #ff8100; }
.card-icon.manager { background: rgba(237, 60, 79, .1); color: var(--red); }

.compare-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  gap: 22px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  padding: 22px 0 0;
}
.phone-col { display: grid; justify-items: center; gap: 14px; }
.phone-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.phone-title--dark { background: #131724; }
.phone-title--gradient { background: var(--grad); box-shadow: 0 13px 34px rgba(47, 91, 255, .28); }
.phone {
  width: min(380px, 100%);
  border-radius: 48px 48px 0 0;
  padding: 13px 13px 0;
  border: 7px solid #10131f;
  border-bottom: 0;
  box-shadow: var(--shadow-strong);
  min-height: 575px;
  overflow: hidden;
}
.phone--dark {
  background: #0b0e16;
  box-shadow: 0 25px 80px rgba(11, 14, 22, .25), 0 0 0 1px rgba(255,255,255,.12);
}
.phone--light {
  border-color: #111521;
  background: #fff;
  box-shadow: 0 28px 100px rgba(80, 72, 255, .24), 0 0 34px rgba(108, 76, 255, .35);
}
.phone-top {
  display: flex;
  justify-content: space-between;
  height: 36px;
  padding: 4px 16px 0;
  color: currentColor;
  font-size: 13px;
  font-weight: 850;
  opacity: .85;
}
.phone--dark .phone-top { color: #fff; }
.phone--light .phone-top { color: #11182d; }
.phone-screen { padding: 16px 12px 28px; }
.screen-head {
  margin-bottom: 18px;
  color: #fff;
}
.screen-head strong,
.screen-head span { display: block; }
.screen-head strong { font-size: 23px; letter-spacing: -.02em; }
.screen-head span { color: rgba(255,255,255,.68); font-weight: 700; }
.screen-head--light { color: var(--violet); text-align: center; }
.screen-head--light span { color: var(--blue); }
.message-row,
.incoming {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  padding: 13px;
}
.message-row--dark {
  margin-bottom: 11px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.06);
  color: #fff;
}
.message-row .app-icon,
.incoming .app-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 14px; }
.message-row b,
.incoming b { display: block; font-size: 14px; line-height: 1.25; }
.message-row em { display: block; margin-top: 4px; color: #ff6979; font-size: 12px; font-style: normal; font-weight: 850; }
.message-row time,
.incoming time { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }
.loss-card {
  position: relative;
  margin-top: 22px;
  padding: 24px;
  border-radius: 23px;
  background: linear-gradient(135deg, rgba(237, 60, 79, .22), rgba(237, 60, 79, .08));
  border: 1px solid rgba(255, 86, 105, .5);
  color: #fff;
  box-shadow: 0 0 36px rgba(237, 60, 79, .24);
}
.loss-card strong { display: block; color: #ff6d7b; font-size: 27px; line-height: 1; }
.loss-card p { margin: 8px 0 14px; color: rgba(255,255,255,.78); }
.loss-sum { color: #ff808b; font-size: 34px; font-weight: 950; letter-spacing: -.04em; }
.loss-card small { color: rgba(255,255,255,.72); font-weight: 650; }
.broken {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #ff6c7a;
  font-size: 34px;
}
.reply-pair { margin-bottom: 12px; }
.incoming {
  padding: 11px 12px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 9px 20px rgba(34, 44, 117, .05);
}
.incoming time { color: #727b93; }
.reply {
  position: relative;
  margin: 5px 0 0 54px;
  padding: 12px 58px 12px 14px;
  border-radius: 16px;
  background: rgba(108, 76, 255, .1);
  color: #1a2d77;
  font-weight: 750;
  font-size: 13px;
  line-height: 1.28;
}
.reply--green { background: rgba(22, 184, 94, .11); color: #176d3c; }
.reply span {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(108, 76, 255, .14);
  color: var(--violet);
  font-size: 12px;
  font-weight: 950;
}
.result-card {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 17px 18px;
  border-radius: 18px;
}
.result-card strong { font-size: 22px; line-height: 1; }
.result-card span { font-size: 14px; color: #4f5c72; font-weight: 650; }
.result-card--green { background: rgba(22, 184, 94, .13); color: #079143; border: 1px solid rgba(22, 184, 94, .19); }
.result-card--violet { background: rgba(108, 76, 255, .1); color: var(--violet); border: 1px solid rgba(108, 76, 255, .14); }
.compare-arrow {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  box-shadow: 0 0 42px rgba(60, 91, 255, .43);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-card { position: relative; padding: 28px 28px 26px 72px; min-height: 140px; }
.step-number {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-weight: 950;
}
.steps .step-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--violet);
  font-weight: 950;
  font-size: 26px;
  z-index: 3;
}

.benefits-pricing { padding-top: 72px; }
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 32px;
  align-items: start;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.benefit-card { padding: 22px; min-height: 162px; }
.benefit-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--grad-soft);
  color: var(--violet);
  font-weight: 950;
}
.price-card {
  position: sticky;
  top: 98px;
  padding: 34px;
  border: 1px solid rgba(108, 76, 255, .2);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,248,255,.9));
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(108, 76, 255, .14);
  filter: blur(10px);
}
.price-label {
  position: relative;
  color: var(--muted);
  font-weight: 850;
  margin-bottom: 16px;
}
.price-main {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 900;
  font-size: 28px;
}
.price-main strong {
  font-size: 70px;
  line-height: .88;
  letter-spacing: -.06em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.price-main span { color: var(--muted); font-size: 25px; }
.trial { color: var(--violet); font-size: 22px; font-weight: 950; margin: 4px 0 18px; }
.price-card p { color: #4d5874; font-weight: 700; line-height: 1.45; }
.price-note {
  display: inline-flex;
  padding: 9px 12px;
  margin: 6px 0 18px;
  border-radius: 999px;
  background: rgba(108, 76, 255, .08);
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.micro-badge {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(108, 76, 255, .08);
  color: var(--violet);
  font-weight: 850;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.faq-item { padding: 0; overflow: hidden; }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--violet); font-size: 24px; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: -7px 24px 22px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
}

.cta-band {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 34px 36px;
  border-radius: 34px;
  background: var(--grad);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.cta-band::before {
  content: "✦";
  position: absolute;
  left: 34px;
  top: 18px;
  opacity: .24;
  font-size: 70px;
}
.cta-band h2 {
  position: relative;
  margin-bottom: 8px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}
.cta-band p {
  position: relative;
  margin-bottom: 0;
  color: rgba(255,255,255,.86);
  font-weight: 650;
  font-size: 17px;
}
.cta-band .btn { flex: 0 0 auto; min-width: 210px; }

.footer {
  padding: 24px 0 36px;
  color: var(--muted);
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 650;
}
.footer-nav { margin-left: auto; display: flex; gap: 18px; }
.footer-nav a:hover { color: var(--violet); }

.sticky-mobile-cta { display: none; }
.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: min(360px, calc(100% - 44px));
  padding: 18px 20px;
  border-radius: 20px;
  background: #111628;
  color: #fff;
  box-shadow: 0 24px 70px rgba(8, 11, 31, .28);
}
.toast strong,
.toast span { display: block; }
.toast span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  :root { --container: 900px; }
  .nav { display: none; }
  .hero-grid,
  .benefits-grid { grid-template-columns: 1fr; }
  .hero-form { max-width: 560px; }
  .cards,
  .pain-cards { grid-template-columns: repeat(2, 1fr); }
  .compare-wrap { grid-template-columns: 1fr; }
  .compare-arrow { transform: rotate(90deg); margin: 8px auto; }
  .phone { width: min(440px, 100%); }
  .steps { grid-template-columns: 1fr; }
  .steps .step-card:not(:last-child)::after { display: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { position: relative; top: 0; max-width: 540px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section-pad { padding: 54px 0; }
  .section-pad--compact { padding: 42px 0; }
  .header-inner { height: 66px; }
  .logo img { height: 31px; }
  .header-inner > .btn { display: none; }
  .hero { padding-top: 34px; }
  .hero-grid { gap: 36px; }
  .eyebrow { font-size: 11px; }
  h1 { font-size: clamp(42px, 13vw, 68px); }
  .lead { font-size: 17px; }
  .pill-row { gap: 10px; }
  .pill { min-height: 40px; font-size: 13px; }
  .hero-form { padding: 25px; }
  .form-card h2 { font-size: 26px; }
  .cards,
  .pain-cards,
  .benefit-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .phone { min-height: 520px; border-radius: 36px 36px 0 0; }
  .phone-title { font-size: 18px; min-height: 42px; }
  .message-row,
  .incoming { grid-template-columns: 36px 1fr auto; gap: 9px; }
  .reply { margin-left: 46px; }
  .loss-sum { font-size: 30px; }
  .cta-band { display: grid; padding: 28px; }
  .cta-band .btn { width: 100%; }
  .footer-inner { flex-wrap: wrap; align-items: flex-start; }
  .footer-nav { width: 100%; margin-left: 0; flex-wrap: wrap; }
  .sticky-mobile-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
  }
  body { padding-bottom: 82px; }
}


.form-intro {
  margin: -8px 0 18px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 16px;
}

.amo-form-shell {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(31, 43, 92, .08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,249,255,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
  overflow: hidden;
}

.amo-form-shell::before {
  content: "Загрузка формы...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 700;
  pointer-events: none;
}

.amo-form-shell iframe,
.amo-form-shell form,
.amo-form-shell > div {
  position: relative;
  z-index: 1;
}

.amo-form-shell iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 360px !important;
  border: 0 !important;
}
