:root {
  --bg: #f5f8f6;
  --surface: #ffffff;
  --surface-soft: #edf6f1;
  --ink: #14231d;
  --muted: #64736d;
  --line: #dce7e1;
  --primary: #155f4c;
  --primary-dark: #0c3b31;
  --accent: #cfeade;
  --accent-strong: #8bd2b4;
  --orange: #e8792e;
  --orange-dark: #b95a1f;
  --orange-soft: #fff0df;
  --orange-line: #f3c59d;
  --shadow: 0 18px 45px rgba(20, 35, 29, 0.1);
  --deep-shadow: 0 26px 70px rgba(12, 59, 49, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 10% 4%, rgba(139, 210, 180, 0.22), transparent 26rem),
    radial-gradient(circle at 76% 2%, rgba(232, 121, 46, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 8%, rgba(21, 95, 76, 0.13), transparent 30rem),
    linear-gradient(180deg, #fffaf3 0%, var(--bg) 42%, #eef6f1 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: clip;
}

body::before {
  background-image:
    linear-gradient(rgba(21, 95, 76, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 95, 76, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 55%);
  pointer-events: none;
  position: fixed;
  z-index: -3;
}

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

button,
input,
textarea {
  font: inherit;
}

main {
  isolation: isolate;
  position: relative;
}

.page-backdrop {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: -2;
}

.backdrop-orb {
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.72;
  position: absolute;
  transform: translate3d(var(--orb-x, 0), var(--parallax-y, 0), 0);
}

.backdrop-orb--one {
  background: rgba(207, 234, 222, 0.9);
  height: 360px;
  left: 0;
  top: 220px;
  width: 360px;
  --orb-x: -120px;
}

.backdrop-orb--two {
  background: rgba(232, 121, 46, 0.18);
  height: 460px;
  right: 0;
  top: 720px;
  width: 460px;
  --orb-x: 180px;
}

.backdrop-grid {
  background:
    linear-gradient(90deg, rgba(21, 95, 76, 0.12), transparent 1px),
    linear-gradient(rgba(21, 95, 76, 0.12), transparent 1px);
  background-size: 26px 26px;
  border-radius: 28px;
  height: 260px;
  opacity: 0.16;
  position: absolute;
  right: 8vw;
  top: 185px;
  transform: rotate(-5deg) translate3d(0, var(--parallax-y, 0), 0);
  width: 360px;
}

.header {
  align-items: center;
  background: rgba(245, 248, 246, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(20px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand__mark {
  align-items: center;
  background: var(--primary-dark);
  border-radius: var(--radius);
  color: #ffffff;
  display: grid;
  font-weight: 900;
  height: 42px;
  place-items: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--orange-dark);
}

.header__cta,
.button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.header__cta,
.button--primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--orange) 115%);
  color: #ffffff;
}

.button--secondary {
  background: linear-gradient(135deg, #ffffff, #fff7ef);
  border: 0;
  color: var(--orange-dark);
  box-shadow: inset 0 0 0 1px rgba(185, 90, 31, 0.12);
}

.header__cta:hover,
.button:hover {
  box-shadow: 0 12px 24px rgba(232, 121, 46, 0.18);
  transform: translateY(-1px);
}

.menu-button {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: none;
  height: 42px;
  padding: 10px;
  width: 42px;
}

.menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 4px 0;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 88px clamp(20px, 4vw, 34px);
  position: relative;
}

.decorated-section::before,
.decorated-section::after {
  border: 1px solid rgba(21, 95, 76, 0.08);
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.decorated-section::before {
  background: rgba(255, 255, 255, 0.55);
  height: 180px;
  right: -86px;
  top: 80px;
  width: 180px;
}

.decorated-section::after {
  background: rgba(207, 234, 222, 0.36);
  bottom: 40px;
  height: 110px;
  left: -52px;
  width: 110px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
  min-height: calc(100vh - 72px);
}

.eyebrow {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(31px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 18px;
}

h3 {
  font-size: 19px;
  line-height: 1.22;
  margin-bottom: 10px;
}

.lead,
.section-head p,
.final-cta p,
.card p,
.feature-card p,
.mini-card p,
.trust-card p,
.pilot-card p,
.report p,
.pilot-section p {
  color: var(--muted);
  line-height: 1.65;
}

.lead {
  font-size: 19px;
  max-width: 710px;
}

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

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero__trust span,
.signals span,
.tags span,
.analyst-points span,
.module-list span,
.telegram__items span {
  background: linear-gradient(135deg, #ffffff, #fff6ec);
  border: 0;
  border-radius: 999px;
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 13px;
  box-shadow: inset 0 0 0 1px rgba(21, 95, 76, 0.08), 0 8px 18px rgba(20, 35, 29, 0.05);
}

.hero__visual {
  background: linear-gradient(155deg, #0e352c 0%, #155f4c 58%, #d46d2a 125%);
  border-radius: 22px;
  box-shadow: var(--deep-shadow);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  padding: 18px;
  position: relative;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hero__visual::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.24), transparent 15rem),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero__visual > * {
  position: relative;
}

.metric-card,
.chart-card,
.ai-card,
.question-card,
.report,
.lead-form,
.final-cta {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(12, 59, 49, 0.15);
  padding: 18px;
}

.metric-card span,
.ai-card span,
.question-card span,
.report > span,
.card span,
.feature-card span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  margin: 12px 0 8px;
}

.metric-card small {
  color: var(--orange-dark);
  font-weight: 800;
}

.chart-card {
  display: grid;
  gap: 14px;
}

.chart-card p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.chart-bars {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  height: 118px;
}

.chart-bars span {
  background: linear-gradient(180deg, var(--orange), var(--primary));
  border-radius: 999px 999px 4px 4px;
  box-shadow: 0 8px 16px rgba(21, 95, 76, 0.14);
}

.ai-card,
.question-card {
  grid-column: 1 / -1;
}

.question-card strong {
  display: block;
  margin: 10px 0 14px;
}

.scale {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
}

.scale i {
  background: linear-gradient(90deg, var(--accent), var(--orange-soft));
  border-radius: 999px;
  height: 9px;
}

.section-head {
  margin: 0 auto 34px;
  max-width: 790px;
  text-align: center;
}

.section-head--left {
  margin: 0;
  text-align: left;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

.card,
.feature-card,
.mini-card,
.trust-card,
.pilot-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.card,
.feature-card,
.pilot-card {
  box-shadow: 0 12px 28px rgba(20, 35, 29, 0.06);
}

.card:hover,
.feature-card:hover,
.mini-card:hover,
.trust-card:hover,
.pilot-card:hover {
  border-color: var(--orange-line);
  box-shadow: 0 18px 36px rgba(232, 121, 46, 0.12);
  transform: translateY(-3px);
}

.split,
.ai-section,
.ai-analyst,
.case-section,
.demo {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.9fr 1.1fr;
}

.ai-analyst {
  padding-top: 54px;
}

.analyst-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.decision-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(232, 121, 46, 0.24), transparent 15rem),
    radial-gradient(circle at 20% 92%, rgba(139, 210, 180, 0.32), transparent 15rem),
    #ffffff;
  border: 1px solid rgba(185, 90, 31, 0.14);
  border-radius: 22px;
  box-shadow: var(--deep-shadow);
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.decision-row,
.action-plan {
  background: rgba(237, 246, 241, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.decision-row--risk {
  background: linear-gradient(135deg, #102d26, #155f4c 62%, #c86728 130%);
  color: #ffffff;
}

.decision-row span,
.action-plan span,
.outcome-card span,
.case-grid span,
.pilot-card span,
.price-card span,
.mockup-panel span {
  color: var(--orange-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.decision-row--risk span {
  color: #ffd2a8;
}

.decision-row strong {
  font-size: clamp(22px, 3vw, 34px);
}

.decision-row p,
.action-plan li {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.decision-row--risk p {
  color: #d7e6df;
}

.action-plan ol,
.mockup-panel ol {
  color: var(--ink);
  display: grid;
  font-weight: 800;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.outcome-band {
  background:
    radial-gradient(circle at 18% 0%, rgba(139, 210, 180, 0.2), transparent 20rem),
    radial-gradient(circle at 88% 12%, rgba(232, 121, 46, 0.14), transparent 18rem),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  max-width: 1120px;
}

.outcome-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.outcome-card {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
}

.outcome-card--accent {
  background: linear-gradient(135deg, #102d26, #155f4c 58%, #c86728 145%);
  border-color: #155f4c;
  color: #ffffff;
}

.outcome-card--accent span {
  color: #ffd2a8;
}

.outcome-card h3 {
  font-size: 25px;
}

.outcome-card ul,
.case-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.outcome-card li,
.case-grid li {
  list-style: none;
  padding-left: 28px;
  position: relative;
}

.outcome-card li::before,
.case-grid li::before {
  background: var(--orange);
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  display: grid;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  left: 0;
  place-items: center;
  position: absolute;
  top: 2px;
  width: 18px;
}

.outcome-card--accent li {
  color: #d7e6df;
}

.outcome-card--accent li::before {
  background: var(--orange);
  color: #102d26;
}

.product-preview {
  max-width: 1240px;
}

.mockup-shell {
  background: linear-gradient(135deg, #102d26, #155f4c 66%, #bb5e22 138%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: var(--deep-shadow);
  overflow: hidden;
  padding: 14px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mockup-top {
  align-items: center;
  color: #d7e6df;
  display: flex;
  gap: 8px;
  padding: 10px 10px 18px;
}

.mockup-top span {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.mockup-top strong {
  font-size: 13px;
  margin-left: 10px;
}

.mockup-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 0.8fr 1.2fr;
}

.mockup-panel {
  background: #ffffff;
  border-radius: var(--radius);
  min-height: 180px;
  padding: 18px;
}

.mockup-panel p {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.42;
}

.mood-panel strong {
  display: block;
  font-size: 58px;
  line-height: 1;
}

.sparkline {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  height: 58px;
  margin-top: 18px;
}

.sparkline i {
  background: linear-gradient(180deg, var(--orange), var(--primary));
  border-radius: 999px 999px 4px 4px;
}

.sparkline i:nth-child(1) { height: 38%; }
.sparkline i:nth-child(2) { height: 48%; }
.sparkline i:nth-child(3) { height: 44%; }
.sparkline i:nth-child(4) { height: 68%; }
.sparkline i:nth-child(5) { height: 86%; }

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

.heatmap i {
  background: #dff4ea;
  border-radius: 6px;
  height: 34px;
}

.heatmap .warn {
  background: #f4b466;
}

.heatmap .risk {
  background: #e8792e;
}

.action-panel {
  background: linear-gradient(135deg, #edf6f1, #fff2e6);
}

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

.steps article {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  padding: 16px;
}

.steps span {
  background: var(--orange-soft);
  border-radius: var(--radius);
  color: var(--orange-dark);
  display: grid;
  font-weight: 900;
  height: 48px;
  place-items: center;
}

.steps p {
  font-weight: 800;
  margin: 0;
}

.feature-card {
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.feature-card::after {
  background: linear-gradient(135deg, rgba(232, 121, 46, 0.2), transparent 62%);
  content: "";
  height: 120px;
  position: absolute;
  right: -40px;
  top: -52px;
  transform: rotate(18deg);
  width: 120px;
}

.signals,
.tags,
.module-list,
.telegram__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voice-addon {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(232, 121, 46, 0.32), transparent 18rem),
    radial-gradient(circle at 18% 92%, rgba(139, 210, 180, 0.26), transparent 18rem),
    linear-gradient(135deg, #102d26 0%, #155f4c 74%, #b95a1f 140%);
  border-radius: 24px;
  box-shadow: var(--deep-shadow);
  color: #ffffff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  margin-top: 22px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.voice-addon::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
}

.voice-addon > * {
  position: relative;
}

.voice-addon h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
}

.voice-addon p {
  color: #d7e6df;
  line-height: 1.68;
  max-width: 690px;
}

.voice-addon .eyebrow {
  color: #ffd2a8;
}

.voice-addon .module-list span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.voice-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  display: grid;
  gap: 18px;
  padding: 20px;
}

.voice-wave {
  align-items: center;
  background: var(--surface-soft);
  border-radius: var(--radius);
  display: flex;
  gap: 8px;
  height: 116px;
  justify-content: center;
}

.voice-wave i {
  animation: wavePulse 1.8s ease-in-out infinite;
  background: linear-gradient(180deg, var(--orange), var(--primary));
  border-radius: 999px;
  display: block;
  height: 42px;
  width: 10px;
}

.voice-wave i:nth-child(2) {
  animation-delay: 0.1s;
  height: 70px;
}

.voice-wave i:nth-child(3) {
  animation-delay: 0.2s;
  height: 52px;
}

.voice-wave i:nth-child(4) {
  animation-delay: 0.3s;
  height: 88px;
}

.voice-wave i:nth-child(5) {
  animation-delay: 0.4s;
  height: 62px;
}

.voice-wave i:nth-child(6) {
  animation-delay: 0.5s;
  height: 76px;
}

.voice-wave i:nth-child(7) {
  animation-delay: 0.6s;
  height: 44px;
}

.voice-summary span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.voice-summary p {
  color: var(--ink);
  font-weight: 800;
  margin: 8px 0 0;
}

@keyframes wavePulse {
  0%,
  100% {
    transform: scaleY(0.72);
  }

  50% {
    transform: scaleY(1);
  }
}

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

.report h3 {
  font-size: 26px;
  margin-top: 14px;
}

.report div {
  background: var(--surface-soft);
  border-radius: var(--radius);
  margin-top: 14px;
  padding: 14px;
}

.roi-section .mini-card {
  min-height: 205px;
}

.case-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(232, 121, 46, 0.16), transparent 20rem),
    radial-gradient(circle at 8% 90%, rgba(139, 210, 180, 0.22), transparent 20rem),
    var(--surface-soft);
  border-radius: 24px;
  max-width: 1120px;
  padding-left: clamp(20px, 4vw, 44px);
  padding-right: clamp(20px, 4vw, 44px);
}

.case-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.case-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.case-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.case-result {
  background: linear-gradient(135deg, #102d26, #155f4c 62%, #c86728 140%) !important;
  color: #ffffff;
  grid-column: 1 / -1;
}

.case-result span {
  color: #ffd2a8;
}

.case-result strong {
  display: block;
  font-size: 64px;
  line-height: 1;
}

.case-result p {
  color: #d7e6df;
  margin: 8px 0 0;
}

.audience,
.trust {
  background: var(--surface-soft);
  border-radius: 24px;
  max-width: 1120px;
  padding-left: clamp(20px, 4vw, 44px);
  padding-right: clamp(20px, 4vw, 44px);
}

.telegram {
  align-items: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 121, 46, 0.16), transparent 18rem),
    radial-gradient(circle at 82% 92%, rgba(139, 210, 180, 0.26), transparent 18rem),
    var(--surface-soft);
  border-radius: 24px;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 330px;
  max-width: 1120px;
  padding: 54px clamp(20px, 4vw, 44px);
}

.telegram__content {
  max-width: 650px;
}

.telegram__content p {
  color: var(--muted);
  line-height: 1.65;
}

.telegram__items {
  margin-top: 24px;
}

.telegram__items strong {
  color: var(--orange-dark);
  font-size: 18px;
}

.band-section {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 42px rgba(20, 35, 29, 0.05);
}

.trust-card {
  background: #ffffff;
}

.trust-card p {
  color: var(--ink);
  font-weight: 800;
  margin: 0;
}

.phone {
  background: #f8fbf9;
  border: 8px solid #0a211b;
  border-radius: 28px;
  display: grid;
  gap: 12px;
  margin-left: auto;
  max-width: 320px;
  padding: 16px;
  width: 100%;
}

.phone__top {
  color: var(--primary-dark);
  font-weight: 900;
  padding: 6px 0 12px;
  text-align: center;
}

.bubble {
  background: var(--orange-soft);
  border-radius: 18px 18px 18px 4px;
  color: var(--ink);
  font-weight: 800;
  padding: 14px;
}

.phone button {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--primary-dark);
  min-height: 42px;
}

.pilot-section {
  max-width: 1120px;
}

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

.pilot-card {
  display: grid;
  gap: 12px;
}

.pilot-card > span {
  align-items: center;
  background: var(--orange-soft);
  border-radius: var(--radius);
  color: var(--orange-dark);
  display: grid;
  font-size: 18px;
  height: 46px;
  letter-spacing: 0;
  margin: 0;
  place-items: center;
  width: 46px;
}

.pilot-cta {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(185, 90, 31, 0.12);
  border-radius: var(--radius);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px;
}

.pilot-cta span {
  color: var(--muted);
  font-weight: 800;
}

.pricing-section {
  max-width: 1180px;
}

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

.price-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 35, 29, 0.06);
  display: grid;
  gap: 13px;
  padding: 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.price-card:hover {
  border-color: var(--orange-line);
  box-shadow: 0 18px 36px rgba(232, 121, 46, 0.12);
  transform: translateY(-3px);
}

.price-card h3 {
  margin-bottom: 0;
}

.price-card strong {
  color: var(--primary);
  font-size: 28px;
  line-height: 1.1;
}

.price-card p {
  color: var(--muted);
  line-height: 1.58;
}

.price-card .button {
  margin-top: auto;
}

.price-card--accent {
  background:
    radial-gradient(circle at 84% 10%, rgba(232, 121, 46, 0.2), transparent 12rem),
    #ffffff;
  border-color: rgba(232, 121, 46, 0.35);
  box-shadow: 0 0 0 3px var(--orange-soft), 0 18px 42px rgba(232, 121, 46, 0.14);
}

.pricing-note {
  background: var(--orange-soft);
  border: 0;
  border-radius: var(--radius);
  color: var(--orange-dark);
  font-weight: 900;
  margin: 18px auto 0;
  max-width: 720px;
  padding: 14px 16px;
  text-align: center;
}

.demo {
  align-items: stretch;
}

.final-cta {
  background: linear-gradient(135deg, var(--primary-dark), #155f4c 62%, #b95a1f 135%);
  color: #ffffff;
}

.final-cta p {
  color: #d8e8e1;
}

.lead-form {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
}

input,
textarea {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--orange);
  outline: 3px solid var(--orange-soft);
}

textarea {
  min-height: 105px;
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.success {
  background: var(--orange-soft);
  border: 0;
  border-radius: var(--radius);
  color: var(--orange-dark);
  display: none;
  font-weight: 900;
  margin: 0;
  padding: 14px;
}

.success.is-visible {
  display: block;
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .ai-section,
  .ai-analyst,
  .case-section,
  .voice-addon,
  .telegram,
  .demo {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .grid--4,
  .grid--5,
  .pilot-grid,
  .pricing-grid,
  .mockup-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .header {
    grid-template-columns: auto auto;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .nav {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: none;
    grid-column: 1 / -1;
    padding: 12px;
  }

  .nav.is-open {
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .nav a {
    border-radius: 6px;
    padding: 10px;
  }

  .nav a:hover {
    background: var(--surface-soft);
  }

  .header__cta {
    display: none;
  }

  .section {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  h1 {
    font-size: 40px;
  }

  .hero__visual,
  .grid--3,
  .grid--4,
  .grid--5,
  .pilot-grid,
  .pricing-grid,
  .mockup-grid,
  .outcome-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .ai-card,
  .question-card,
  .wide {
    grid-column: auto;
  }

  .actions,
  .button {
    width: 100%;
  }

  .phone {
    margin-left: 0;
    max-width: none;
  }

  .telegram {
    padding-bottom: 42px;
    padding-top: 42px;
  }

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