:root {
  --bg: #121729;
  --bg-soft: #1a2138;
  --card: #12285f;
  --text: #e9efff;
  --muted: #a8b3d0;
  --accent: #5f86ff;
  --accent-hover: #4c74f2;
  --border: rgba(88, 121, 211, 0.42);
  --success: #6dd88d;
  --error: #f0a0a0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 260px at 50% 52%, rgba(52, 66, 103, 0.2), transparent 72%),
    radial-gradient(1100px 500px at 50% -10%, rgba(62, 78, 122, 0.16), transparent 70%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.012) 0px,
      rgba(255, 255, 255, 0.012) 1px,
      rgba(9, 12, 24, 0) 56px,
      rgba(9, 12, 24, 0) 112px
    ),
    linear-gradient(180deg, #101526 0%, #0d1323 52%, #090d18 100%);
  background-attachment: fixed;
  overflow-x: clip;
}

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

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(6px);
  background: rgba(7, 18, 49, 0.88);
  border-bottom: 1px solid rgba(73, 109, 200, 0.2);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-btn-register {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #5f86ff 0%, #8b6bff 42%, #4f78f0 100%);
  background-size: 220% 220%;
  animation: nav-register-gradient 5.5s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(180, 200, 255, 0.35),
    0 10px 26px rgba(79, 120, 240, 0.45);
}

.nav-btn-register::after {
  content: "";
  position: absolute;
  inset: -40% -60%;
  z-index: 0;
  background: linear-gradient(
    105deg,
    transparent 36%,
    rgba(255, 255, 255, 0.22) 48%,
    transparent 58%
  );
  animation: nav-register-sheen 3.2s ease-in-out infinite;
  pointer-events: none;
}

.nav-btn-register-label {
  position: relative;
  z-index: 1;
}

.nav-btn-register:hover {
  transform: translateY(-1px);
  background: linear-gradient(125deg, #729aff 0%, #9d82ff 42%, #5c84f5 100%);
  background-size: 220% 220%;
  animation-duration: 3s;
  box-shadow:
    0 0 0 1px rgba(200, 216, 255, 0.5),
    0 14px 32px rgba(79, 120, 240, 0.55);
}

.nav-btn-demo:hover {
  background: rgba(28, 55, 120, 0.55);
  border-color: rgba(120, 158, 245, 0.55);
  transform: translateY(-1px);
}

@keyframes nav-register-gradient {
  0%,
  100% {
    background-position: 0% 42%;
  }
  50% {
    background-position: 100% 58%;
  }
}

@keyframes nav-register-sheen {
  0% {
    transform: translateX(-35%) rotate(12deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  55% {
    transform: translateX(35%) rotate(12deg);
    opacity: 1;
  }
  70%,
  100% {
    opacity: 0;
  }
}

.logo {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.menu {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.menu a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #6a91ff 0%, #4f78f0 100%);
  color: #fff;
  font-weight: 600;
  transition: 0.2s ease;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(44, 77, 175, 0.35);
}

.btn:hover {
  background: linear-gradient(180deg, #7b9dff 0%, #587ef0 100%);
  transform: translateY(-1px);
}

.btn-sm {
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.btn-ghost {
  border-color: rgba(96, 129, 221, 0.45);
  background: rgba(16, 41, 97, 0.36);
  box-shadow: none;
}

.hero {
  padding: 52px 0 32px;
}

.hero-center {
  max-width: 1160px;
  margin: 0 auto;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.hero-copy {
  text-align: left;
  padding-top: 6px;
}

.pill {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 10px;
  border: 1px solid rgba(95, 126, 215, 0.35);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(1.95rem, 4.3vw, 2.95rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 760px;
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.lead {
  color: var(--muted);
  line-height: 1.65;
  max-width: 650px;
  margin: 20px 0 0;
}

.hero-cta {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin: 36px 0 18px;
  flex-wrap: wrap;
}

.hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 4px 0 0;
  background: transparent;
}

.market-badges {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 12px;
}

.market {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(105, 138, 226, 0.42);
  background: rgba(22, 37, 78, 0.6);
  color: #b8c9f0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.market::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -38%;
  width: 28%;
  height: 180%;
  transform: rotate(25deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.58) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: marketShine 3.4s ease-in-out infinite;
}

.market-wb {
  color: #c7a2ff;
  border-color: rgba(163, 122, 255, 0.45);
}

.market-ozon {
  color: #9bc5ff;
}

.market-ozon em {
  font-style: normal;
  opacity: 0.78;
  margin-left: 6px;
}

.market-ozon::after {
  animation-delay: 0.6s;
}

@keyframes marketShine {
  0% {
    left: -42%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  38% {
    left: 118%;
    opacity: 0;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .market::after,
  .program-video-badge::after {
    animation: none;
  }
}

.hero-media-slot {
  width: 112%;
  max-width: none;
  margin-left: -6%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.hero-media-slot-single {
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
  object-position: center bottom;
}

.program-video-block {
  width: min(100%, 980px);
  margin: 16px auto 8px;
}

.program-video-head {
  text-align: center;
  margin-bottom: 12px;
}

.program-video-badge {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(105, 138, 226, 0.42);
  background: rgba(22, 37, 78, 0.6);
  color: #b8c9f0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.program-video-badge::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -38%;
  width: 28%;
  height: 180%;
  transform: rotate(25deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.58) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: marketShine 3.8s ease-in-out infinite;
}

.program-video-head h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.program-video-block video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px solid rgba(101, 132, 219, 0.45);
  background: #060d1f;
  box-shadow: 0 16px 34px rgba(4, 10, 30, 0.4);
}

.video-overlay-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.video-overlay-play {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(8, 14, 29, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.video-overlay-play.hidden {
  opacity: 0;
  pointer-events: none;
}

.video-overlay-circle {
  width: clamp(94px, 13.8vw, 159px);
  height: clamp(94px, 13.8vw, 159px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 32px rgba(5, 11, 27, 0.45);
}

.video-overlay-triangle {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid #ffffff;
  margin-left: 5px;
}

.program-video-block p {
  margin: 9px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
  text-align: center;
}

.program-video-block a {
  color: #8cb0ff;
}

.hero-visual {
  width: min(100%, 860px);
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(139, 165, 235, 0.45);
  box-shadow:
    0 0 0 1px rgba(89, 120, 207, 0.2),
    0 35px 60px rgba(4, 11, 34, 0.5);
}

.stats-row {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stats-block {
  margin-top: 28px;
}

.stats-title {
  text-align: left;
  margin: 0 0 14px;
}

.card,
.feature,
.module,
.faq details {
  background: linear-gradient(180deg, rgba(18, 39, 91, 0.76), rgba(11, 30, 76, 0.9));
  border: 1px solid rgba(95, 127, 219, 0.28);
  border-radius: 18px;
  padding: 18px;
  box-shadow:
    inset 0 1px 0 rgba(170, 194, 255, 0.08),
    0 16px 36px rgba(4, 10, 30, 0.36);
}

.card p,
.feature p,
.module p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.card {
  text-align: center;
}

.card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 1px solid rgba(118, 161, 255, 0.58);
  background: radial-gradient(circle at 30% 25%, rgba(77, 123, 255, 0.35), rgba(24, 44, 98, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(197, 216, 255, 0.2),
    0 0 16px rgba(81, 121, 230, 0.24);
}

.icon-svg {
  width: 25px;
  height: 25px;
  stroke: #9ed2ff;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(80, 141, 255, 0.45));
}

.icon-fill {
  fill: #9ed2ff;
  stroke: none;
}

.card h3 {
  min-height: 56px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section {
  padding: 56px 0;
  position: relative;
}

.section-dark {
  background: linear-gradient(180deg, rgba(20, 26, 46, 0.7), rgba(12, 16, 30, 0.82));
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 128, 225, 0.2), transparent);
}

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

.module-flow {
  margin-top: 18px;
  display: grid;
  gap: 22px;
}

.module-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 39, 91, 0.42), rgba(11, 30, 76, 0.38));
  border: 1px solid rgba(95, 127, 219, 0.22);
  border-radius: 18px;
  padding: 18px;
}

.module-text {
  min-width: 0;
}

.module-body-collapsible {
  --module-collapsed-lines: 20;
  --module-line-height: 1.5;
  position: relative;
  max-height: calc(var(--module-line-height) * 1em * var(--module-collapsed-lines));
  overflow: hidden;
  transition: max-height 0.45s ease;
  line-height: var(--module-line-height);
}

.module-body-collapsible::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8em;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(11, 22, 52, 0.92)
  );
  opacity: 1;
  transition: opacity 0.25s ease;
}

.module-body-collapsible.is-expanded {
  max-height: none;
  overflow: visible;
}

.module-body-collapsible.is-expanded::after {
  opacity: 0;
  visibility: hidden;
}

.module-body-collapsible.no-clamp {
  max-height: none;
  overflow: visible;
}

.module-body-collapsible.no-clamp::after {
  display: none;
}

.module-text-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.module-toggle-more {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: #8ab4ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
}

.module-toggle-more:hover {
  color: #b8d0ff;
}

.module-toggle-more:focus-visible {
  outline: 2px solid rgba(125, 158, 235, 0.85);
  outline-offset: 2px;
  border-radius: 4px;
}

.module-toggle-more[hidden] {
  display: none;
}

.module-text .module-video-btn {
  flex-shrink: 0;
}

.module-text h3 {
  margin: 0 0 10px;
}

.module-text p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.5;
}

.module-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(99, 134, 227, 0.42);
  color: #9eb9ff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.module-text ul {
  margin: 0 0 0;
  padding-left: 18px;
  color: #c7d4f3;
  line-height: 1.5;
}

.module-body-collapsible .module-subheading {
  margin-top: 4px;
}

.module-body-collapsible > p:last-of-type:not(.module-subheading) {
  margin-bottom: 10px;
}

.module-subheading {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #dbe4ff;
}

.module-slideshow {
  position: relative;
}

.module-slideshow-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.module-slideshow-img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(101, 132, 219, 0.45);
  box-shadow: 0 16px 28px rgba(4, 10, 30, 0.35);
  cursor: zoom-in;
}

.module-slideshow-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.module-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(125, 158, 235, 0.55);
  border-radius: 50%;
  background: rgba(20, 36, 78, 0.85);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.module-dot:hover {
  transform: scale(1.15);
}

.module-dot.active {
  background: rgba(120, 170, 255, 0.95);
  box-shadow: 0 0 10px rgba(90, 140, 255, 0.55);
  border-color: rgba(180, 205, 255, 0.85);
}

.module-screen > img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(101, 132, 219, 0.45);
  box-shadow: 0 16px 28px rgba(4, 10, 30, 0.35);
  cursor: zoom-in;
}

.module-video-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.module-video-btn--soon {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal.open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 18, 0.92);
}

.video-modal-dialog {
  position: relative;
  width: min(96vw, 960px);
  max-height: 90vh;
  z-index: 1;
}

.video-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(145, 169, 240, 0.5);
  border-radius: 50%;
  background: rgba(16, 29, 64, 0.85);
  color: #dbe6ff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease;
}

.video-modal-close:hover {
  background: rgba(30, 52, 110, 0.95);
}

.video-modal-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px solid rgba(101, 132, 219, 0.45);
  background: #060d1f;
  box-shadow: 0 16px 34px rgba(4, 10, 30, 0.4);
}

.video-modal-title {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--muted);
}

.speaker-section {
  padding-top: 14px;
}

.speaker-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(95, 127, 219, 0.3);
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(80% 160% at 0% 0%, rgba(92, 131, 255, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(18, 39, 91, 0.56), rgba(11, 30, 76, 0.5));
}

.speaker-photo-wrap {
  display: flex;
  justify-content: center;
}

.speaker-photo {
  width: min(100%, 430px);
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(128, 160, 245, 0.36);
  box-shadow: 0 18px 34px rgba(4, 10, 30, 0.4);
  background: rgba(7, 15, 38, 0.55);
}

.speaker-content {
  min-width: 0;
}

.speaker-content p {
  margin: 0 0 12px;
  color: #c8d7f7;
  line-height: 1.5;
}

.speaker-label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9fb7ff;
  font-weight: 700;
}

.speaker-title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.speaker-lead {
  margin: 0 0 12px;
  color: #d6e3ff;
  font-weight: 600;
  line-height: 1.45;
}

.speaker-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.speaker-subheading {
  margin: 2px 0 10px;
  color: #dbe6ff;
  font-weight: 600;
}

.speaker-list li {
  position: relative;
  padding-left: 22px;
  color: #c8d7f7;
  line-height: 1.45;
}

.speaker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8f7dff 0%, #5f86ff 100%);
  box-shadow: 0 0 0 3px rgba(111, 139, 255, 0.2);
}

.speaker-quote {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(98, 130, 221, 0.28);
  color: #a6b8e2;
  font-style: italic;
  line-height: 1.5;
}

#pricing {
  scroll-margin-top: 76px;
}

.pricing-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pricing-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
  color: #1a1f2e;
  border-radius: 22px;
  padding: 20px 26px 18px;
  border: 1px solid rgba(26, 31, 46, 0.08);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.12),
    0 28px 64px rgba(9, 18, 48, 0.35);
  max-width: 720px;
  margin: 0 auto;
}

.pricing-head {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26, 31, 46, 0.08);
}

.pricing-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.pricing-price-top {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.pricing-price-top .pricing-total-value {
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #121728;
  line-height: 1;
}

.pricing-price-top .pricing-total-period {
  font-size: 1rem;
  font-weight: 600;
  color: #5c6478;
}

.pricing-title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #121728;
  line-height: 1.15;
}

.pricing-title-accent {
  color: #5b6cf6;
}

.pricing-subtitle {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5c6478;
}

.pricing-body {
  display: grid;
  gap: 14px;
}

.pricing-group-label {
  margin: 0 0 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b95ab;
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pricing-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 4px 10px;
  align-items: center;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 31, 46, 0.07);
  border-radius: 10px;
}

.pricing-row-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(91, 108, 246, 0.12), rgba(91, 108, 246, 0.05));
  color: #5b6cf6;
}

.pricing-icon-svg {
  width: 18px;
  height: 18px;
}

.pricing-row-icon .pricing-icon-svg path:not([fill="none"]) {
  fill: currentColor;
}

.pricing-row-icon .pricing-icon-svg rect,
.pricing-row-icon .pricing-icon-svg line,
.pricing-row-icon .pricing-icon-svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.pricing-row-main {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.pricing-row-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: #121728;
  line-height: 1.2;
}

.pricing-row-desc {
  font-size: 0.72rem;
  line-height: 1.3;
  color: #6b7289;
}

.pricing-row-old {
  font-size: 0.72rem;
  color: #9aa3b8;
  white-space: nowrap;
  text-align: right;
}

.pricing-strike {
  text-decoration: line-through;
  text-decoration-color: rgba(120, 130, 155, 0.75);
}

.pricing-row-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, #5b6cf6, #4a7dff);
  color: #fff;
  box-shadow: 0 2px 8px rgba(74, 125, 255, 0.35);
}

.pricing-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(26, 31, 46, 0.1);
}

.pricing-footer .pricing-cta {
  width: 100%;
  max-width: none;
  justify-content: center;
}

.pricing-total-caption {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: #6b7289;
}

.pricing-total-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin-bottom: 12px;
}

.pricing-total-line .pricing-total-now {
  margin: 0;
}

.pricing-total-old {
  font-size: 0.84rem;
  color: #8b95ab;
}

.pricing-total-strike {
  text-decoration: line-through;
  text-decoration-color: rgba(139, 149, 171, 0.85);
  font-weight: 600;
  color: #7a8399;
}

.pricing-total-now {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-total-value {
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #121728;
}

.pricing-total-period {
  font-size: 1.05rem;
  font-weight: 600;
  color: #5c6478;
}

.pricing-footnote {
  margin: 0 0 10px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6b7289;
}

.pricing-cta {
  width: 100%;
  max-width: 320px;
  justify-content: center;
  text-align: center;
}

.pricing-card .btn {
  box-shadow: 0 8px 22px rgba(74, 125, 255, 0.35);
}

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

.center {
  text-align: center;
}

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

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(4, 8, 18, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(96vw, 1700px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(139, 165, 235, 0.45);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.6);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(145, 169, 240, 0.5);
  border-radius: 50%;
  background: rgba(16, 29, 64, 0.85);
  color: #dbe6ff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.lightbox.lightbox--gallery .lightbox-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(145, 169, 240, 0.5);
  border-radius: 50%;
  background: rgba(16, 29, 64, 0.85);
  color: #dbe6ff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.section-cta {
  padding-top: 22px;
}

.cta-box {
  border: 1px solid rgba(95, 127, 219, 0.32);
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(35, 71, 165, 0.34), rgba(7, 20, 56, 0.9));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.faq details p:first-of-type {
  margin-top: 4px;
}

.faq details p + p {
  margin-top: 12px;
}

.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-logo-text {
  margin-top: 12px;
  text-align: center;
  color: #dfe8ff;
  display: grid;
  gap: 6px;
  letter-spacing: 0.02em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 2px 10px rgba(82, 128, 255, 0.22);
}

.form-logo-text strong {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #f2f6ff;
}

.form-logo-text span {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: none;
  color: #d3defa;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 10px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  color: #d4e0ff;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  background: #0b1f4f;
  border: 1px solid rgba(98, 132, 222, 0.45);
  color: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 0.95rem;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  outline: 2px solid rgba(79, 125, 255, 0.5);
  border-color: #6992ff;
}

.lead-captcha-hint {
  margin: 4px 0 2px;
  font-size: 0.88rem;
  color: var(--muted);
}

.pm-smartcaptcha-inline {
  min-height: 102px;
  margin: 0 0 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(98, 132, 222, 0.35);
  background: rgba(11, 31, 79, 0.35);
  overflow: visible;
  box-sizing: border-box;
}

.pm-smartcaptcha-inline > div,
.pm-smartcaptcha-inline iframe {
  max-width: 100% !important;
}

.pm-smartcaptcha-status {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #ffc9c9;
  background: rgba(120, 28, 40, 0.35);
  border: 1px solid rgba(255, 120, 120, 0.45);
}

.pm-smartcaptcha-status[hidden] {
  display: none !important;
}

.lead-hp-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox span {
  color: #d4e0ff;
  line-height: 1.45;
}

.checkbox a {
  color: #9fc0ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkbox a:hover {
  color: #c1d7ff;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
}

.form-status.form-status--success {
  color: var(--success);
}

.form-status.form-status--error {
  color: var(--error);
}

.footer {
  padding: 34px 0 56px;
  border-top: 1px solid rgba(77, 113, 214, 0.35);
}

.footer-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  text-align: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(77, 113, 214, 0.25);
}

.footer-telegram-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  transition: transform 0.2s ease;
}

.footer-telegram-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent;
  filter: drop-shadow(0 2px 6px rgba(165, 190, 255, 0.28));
}

.footer-telegram-link:hover {
  transform: translateY(-1px);
}

.footer-links {
  display: flex;
  gap: 16px;
}

.legal-columns {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.legal-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 0;
  color: var(--muted);
}

.legal-block h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 1rem;
}

.footer-links-col {
  flex-direction: column;
  gap: 10px;
}

.footer-links-col a {
  line-height: 1.45;
  color: #b7c8f2;
}

.footer-links-col a:hover {
  color: #d7e2ff;
}

.legal-details p {
  margin: 0 0 12px;
  line-height: 1.5;
  text-align: center;
}

.legal-details p:last-child {
  margin-bottom: 0;
}

.legal-details strong {
  color: #e4ecff;
}

.legal-details h3 {
  text-align: center;
}

.legal-details a {
  color: #9fc0ff;
}

.legal-details a:hover {
  color: #c1d7ff;
}

@media (max-width: 980px) {
  .hero-layout,
  .form-wrap {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
    padding-top: 0;
  }

  .stats-title {
    text-align: center;
  }

  .hero-cta {
    justify-content: center;
  }

  .lead {
    margin: 0 auto;
  }

  .hero-media-slot {
    width: 100%;
    margin-left: 0;
  }

  .hero-media {
    align-items: center;
  }

  .market-badges {
    justify-content: center;
  }

  .stats-row,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .module-list,
  .module-row,
  .speaker-card {
    grid-template-columns: 1fr;
  }

  .module-row.reverse .module-screen {
    order: 0;
  }

  .pricing-card {
    padding: 26px 22px 24px;
  }

  .pricing-head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pricing-row {
    grid-template-columns: 32px minmax(0, 1fr) 26px;
    align-items: center;
  }

  .pricing-row-icon {
    grid-row: auto;
    width: 32px;
    height: 32px;
    align-self: center;
  }

  .pricing-row-main {
    grid-column: 2;
  }

  .pricing-row-check {
    grid-column: 3;
    grid-row: auto;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .menu {
    display: none;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-actions {
    width: 100%;
    justify-content: stretch;
  }

  .nav-actions .btn {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .cta-box,
  .footer-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .form-logo-text strong {
    font-size: 24px;
  }

  .form-logo-text span {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-btn-register,
  .nav-btn-register::after {
    animation: none !important;
  }

  .nav-btn-register {
    background: linear-gradient(180deg, #6a91ff 0%, #4f78f0 100%);
  }

  .nav-btn-register:hover {
    background: linear-gradient(180deg, #7b9dff 0%, #587ef0 100%);
  }
}
