:root {
  --bg: #07070a;
  --bg-soft: #0f0b18;
  --panel: rgba(19, 18, 27, 0.82);
  --panel-strong: rgba(24, 22, 34, 0.94);
  --text: #f7f2fb;
  --muted: #b8b2c6;
  --accent: #cd62ff;
  --accent-soft: #7de3ff;
  --accent-warm: #ffba77;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: min(1240px, calc(100vw - 40px));
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(205, 98, 255, 0.18), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(125, 227, 255, 0.12), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 186, 119, 0.1), transparent 28%),
    var(--bg);
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.brand {
  display: none;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #fff, rgba(255, 255, 255, 0.1) 34%),
    linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow: 0 0 22px rgba(205, 98, 255, 0.8);
}

.brand-text {
  font-family: "Unbounded", sans-serif;
  font-size: 0.76rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  --nav-accent-width: 0px;
  --nav-accent-x: 0px;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.15vw, 20px);
  flex-wrap: nowrap;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(13, 11, 19, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.site-nav-accent {
  position: absolute;
  top: 10px;
  left: 0;
  width: var(--nav-accent-width);
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(180deg, #df1cff 0%, #af00ff 100%);
  box-shadow:
    0 14px 34px rgba(180, 0, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateX(var(--nav-accent-x));
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    width 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
  z-index: 0;
}

.site-nav-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 clamp(10px, 1vw, 18px);
  color: rgba(255, 255, 255, 0.96);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(0.72rem, 0.78vw, 0.92rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav-link-current {
  color: #fff;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

body.nav-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

body.nav-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  padding: 34px 0 70px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 10, 0.92) 0%, rgba(7, 7, 10, 0.48) 50%, rgba(7, 7, 10, 0.86) 100%),
    url("./лендинг пнг/1/фон.png") center / cover no-repeat;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 34px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.curriculum-panel h2,
.pricing-card h2,
.legal-card h1 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy-ref {
  max-width: min(1280px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero h1.hero-title-ref {
  max-width: 1220px;
  margin: 0 auto;
  font-size: clamp(2.7rem, 4vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-title-accent {
  color: #d400ff;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-visual-ref {
  display: grid;
  max-width: 1220px;
  margin: 0 auto;
  grid-template-columns: minmax(248px, 332px) minmax(0, 820px);
  align-items: end;
  justify-content: center;
  gap: clamp(30px, 4.5vw, 76px);
}

.hero-note {
  position: relative;
  width: min(100%, 332px);
  margin: 0;
  padding: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  border-radius: 36px;
  background: rgba(7, 7, 10, 0.82);
  box-shadow: none;
  overflow: hidden;
}

.hero-note::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  pointer-events: none;
}

.hero-note img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(280px, 26vw, 420px);
  padding: clamp(16px, 2vw, 26px);
  border: 3px solid #ca12ff;
  border-radius: 40px;
  background: rgba(8, 8, 12, 0.16);
  box-shadow: 0 0 54px rgba(205, 98, 255, 0.18);
  overflow: hidden;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: clamp(16px, 2vw, 26px);
  border-radius: 28px;
  background: #f6f6f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.hero-stage-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #050506;
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.hero-stage-audio {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  min-height: 126px;
  border: 0;
  background:
    radial-gradient(circle at 14% 50%, rgba(205, 98, 255, 0.2), transparent 42%),
    rgba(13, 11, 19, 0.96);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-stage-audio .review-audio-wave span {
  opacity: 0.46;
}

.hero-stage-audio .review-audio-kind {
  font-size: 0.98rem;
}

.hero-mobile-note {
  display: none;
  margin: 0;
  color: var(--text);
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  max-width: 15ch;
}

.lead,
.section-heading p,
.pricing-copy p,
.faq-answer,
.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  max-width: 62ch;
  margin: 28px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #8b52ff);
  color: #fefaff;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(155, 75, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(155, 75, 255, 0.34);
}

.button-secondary {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  box-shadow: none;
}

.hero-points {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points li {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #dfd5ea;
}

.hero-frame {
  position: relative;
  width: min(100%, 470px);
  margin-left: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(205, 98, 255, 0.24), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(125, 227, 255, 0.14), transparent 28%),
    rgba(13, 11, 19, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: auto 8% -30px;
  height: 80px;
  border-radius: 50%;
  background: rgba(205, 98, 255, 0.34);
  filter: blur(54px);
  z-index: -1;
}

.hero-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading h2,
.curriculum-panel h2,
.pricing-card h2,
.legal-card h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.section-heading h2 {
  max-width: 13.5ch;
}

.section-heading p,
.pricing-copy p {
  margin: 18px 0 0;
}

.section-heading-tight {
  max-width: 780px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.review-card,
.curriculum-panel,
.pricing-card,
.legal-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: var(--shadow);
}

.review-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.review-media {
  display: grid;
  gap: 14px;
  padding: 18px;
  align-content: start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.review-audio,
.review-media img,
.module-card,
.marquee-row,
.pricing-visual img {
  border-radius: var(--radius-lg);
}

.review-audio,
.review-media img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.review-audio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 50%, rgba(205, 98, 255, 0.18), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    #0b0a10;
}

.review-audio-source {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.review-audio-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #df1cff 0%, #af00ff 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(180, 0, 255, 0.28);
}

.review-audio-toggle-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
  transform: translate(-35%, -50%);
}

.review-audio.is-playing .review-audio-toggle-icon {
  width: 14px;
  height: 14px;
  border: 0;
  transform: translate(-50%, -50%);
}

.review-audio.is-playing .review-audio-toggle-icon::before,
.review-audio.is-playing .review-audio-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 14px;
  border-radius: 999px;
  background: currentColor;
}

.review-audio.is-playing .review-audio-toggle-icon::before {
  left: 1px;
}

.review-audio.is-playing .review-audio-toggle-icon::after {
  right: 1px;
}

.review-audio-body {
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
}

.review-audio-wave {
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  align-items: end;
  gap: 6px;
  height: 34px;
}

.review-audio-wave span {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(223, 28, 255, 0.95), rgba(175, 0, 255, 0.45));
  opacity: 0.32;
  transition: opacity 180ms ease, transform 180ms ease;
}

.review-audio-wave span:nth-child(6n + 1) { height: 58%; }
.review-audio-wave span:nth-child(6n + 2) { height: 82%; }
.review-audio-wave span:nth-child(6n + 3) { height: 46%; }
.review-audio-wave span:nth-child(6n + 4) { height: 94%; }
.review-audio-wave span:nth-child(6n + 5) { height: 66%; }
.review-audio-wave span:nth-child(6n + 6) { height: 74%; }

.review-audio.is-playing .review-audio-wave span,
.review-audio:hover .review-audio-wave span {
  opacity: 0.82;
}

.review-audio-progress {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.review-audio-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--audio-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #df1cff 0%, #7de3ff 100%);
}

.review-audio-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.review-audio-kind {
  color: var(--text);
  font-weight: 700;
}

.review-audio-time {
  font-variant-numeric: tabular-nums;
}

.review-media img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  transform-origin: center;
  border: 0;
  background: transparent;
}

.reviews-grid .review-card:nth-child(1) .review-media img {
  transform: none;
}

.reviews-grid .review-card:nth-child(2) .review-media img {
  transform: none;
}

.reviews-grid .review-card:nth-child(3) .review-media img {
  transform: none;
}

.review-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 20px 24px;
}

.review-person {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.review-person h3 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.12rem;
}

.review-person span {
  color: var(--accent-soft);
  font-size: 0.93rem;
}

.review-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.review-content p + p {
  margin-top: 12px;
}

.review-content strong {
  color: var(--text);
}

.marquee-frame {
  position: relative;
  padding: 34px 0;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.floating-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(88px, 12vw, 148px);
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 0 28px rgba(205, 98, 255, 0.42));
}

.marquee-row {
  overflow: hidden;
}

.marquee-row + .marquee-row {
  margin-top: 22px;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.marquee-track img {
  width: min(1781px, 76vw);
  height: auto;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.marquee-track-forward {
  animation: marquee-forward 30s linear infinite;
}

.marquee-track-reverse {
  animation: marquee-reverse 34s linear infinite;
}

.curriculum-panel {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.curriculum .container {
  width: min(1320px, calc(100vw - 40px));
}

.curriculum-heading {
  margin: 0 auto 42px;
  text-align: center;
}

.split-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 0 30px;
  background: linear-gradient(180deg, #df1cff 0%, #af00ff 100%);
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  box-shadow: 0 22px 44px rgba(205, 98, 255, 0.22);
}

.title-badge-centered {
  min-width: 0;
}

.title-text {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.curriculum-intro {
  max-width: 24ch;
  margin: 0 auto;
  color: var(--text);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.55rem, 2.9vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
}

.curriculum-intro span {
  color: #d400ff;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1260px;
  gap: 26px 28px;
  align-items: start;
  margin: 52px auto 0;
}

.module-card {
  position: relative;
  margin: 0;
  border: 0;
  overflow: visible;
  background: none;
  box-shadow: none;
}

.module-card:nth-child(-n + 3) {
  grid-column: span 2;
}

.module-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.module-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.module-card img {
  width: 100%;
  height: auto;
  border-radius: 38px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.14);
}

.module-card-tall {
  flex-basis: auto;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 28px 24px;
}

.pricing-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
  margin-top: 18px;
  max-width: 760px;
  margin-inline: auto;
}

.pricing-card-ref {
  display: block;
  max-width: 1320px;
  padding: 0 0 20px;
  margin-top: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.pricing-copy {
  display: grid;
  gap: 18px;
}

.pricing-copy-ref {
  justify-items: center;
  text-align: center;
  gap: 22px;
}

.pricing-title {
  display: flex;
  justify-content: center;
}

.pricing-title .title-badge {
  min-height: 84px;
  padding: 0 54px;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
}

.pricing-copy-ref h2 {
  max-width: 15.5ch;
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.08;
}

.pricing-copy p,
.pricing-copy .eyebrow,
.pricing-copy h2 {
  margin: 0;
}

.button-telegram {
  gap: 12px;
  width: fit-content;
  padding-right: 18px;
}

.pricing-cta {
  width: min(100%, 960px);
  min-height: clamp(90px, 12vw, 188px);
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 0 clamp(28px, 4vw, 62px);
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(90deg, #cf64f8 0%, #7b2fe4 100%);
  box-shadow:
    0 0 72px rgba(205, 98, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 700;
}

.button-telegram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-cta .button-telegram-icon {
  width: clamp(62px, 7vw, 114px);
  height: clamp(62px, 7vw, 114px);
  flex: 0 0 auto;
  background: #20a5f1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

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

.pricing-cta .button-telegram-icon svg {
  width: clamp(28px, 3vw, 48px);
  height: clamp(28px, 3vw, 48px);
}

.site-footer {
  position: relative;
  margin-top: 24px;
  padding: 58px 0 38px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  background: rgba(5, 5, 8, 0.94);
}

.footer-background {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -8px;
  width: min(100%, 1600px);
  height: clamp(170px, 18vw, 240px);
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.22;
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 64px;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
}

.footer-top-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 34px 0 82px;
  border: 1px solid rgba(205, 98, 255, 0.68);
  border-radius: 999px;
  color: var(--text);
}

.footer-top-link::before {
  content: "↑";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-54%);
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.legal-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px 0;
}

.legal-card {
  width: min(820px, calc(100vw - 32px));
  padding: 36px 30px;
}

.legal-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.legal-card .button {
  margin-top: 24px;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

@keyframes marquee-reverse {
  from {
    transform: translateX(calc(-50% - 10px));
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .pricing-card,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero h1.hero-title-ref {
    max-width: 960px;
    font-size: clamp(2.4rem, 4.7vw, 3.7rem);
  }

  .hero-visual-ref {
    max-width: 980px;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    order: initial;
  }

  .pricing-card {
    padding: 24px;
  }

  .pricing-card-ref {
    padding: 0;
  }
}

@media (max-width: 920px) {
  .site-header {
    top: 0;
    margin-top: 0;
    padding: 10px 16px 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    justify-content: stretch;
    gap: 12px;
    border-radius: 28px;
    border: 1px solid var(--border);
    backdrop-filter: blur(18px);
    background: rgba(11, 9, 17, 0.92);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  }

  .brand {
    display: inline-flex;
    flex: 1 1 auto;
    padding-right: 0;
  }

  .menu-toggle {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    width: auto;
    padding: 18px;
    display: grid;
    gap: 14px;
    justify-content: stretch;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: rgba(11, 9, 17, 0.98);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav-accent {
    opacity: 0;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav-link {
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--text);
    white-space: normal;
  }

  .site-nav-link-current {
    padding: 0;
    border-radius: 0;
    color: var(--accent-soft);
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 24px, 1180px);
  }

  .site-header {
    position: relative;
    top: auto;
    width: 100%;
    padding: 20px 0 10px;
    display: block;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    background: none;
    box-shadow: none;
  }

  .brand,
  .menu-toggle {
    display: none !important;
  }

  .site-nav {
    position: static;
    inset: auto;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 18px;
    justify-items: center;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav-accent {
    display: none;
  }

  .site-nav-link,
  .site-nav-link-current {
    min-height: auto;
    padding: 0;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #f7f2fb;
    white-space: normal;
  }

  .hero {
    padding: 18px 0 34px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-copy,
  .hero-copy-ref {
    max-width: 344px;
    margin-inline: auto;
  }

  .hero-visual-ref {
    max-width: 344px;
    grid-template-columns: 1fr;
    gap: 16px;
    order: initial;
    justify-items: center;
  }

  .hero h1.hero-title-ref {
    max-width: 344px;
    font-size: clamp(1.44rem, 6vw, 2.02rem);
    line-height: 1.01;
    text-wrap: balance;
  }

  .hero-note {
    display: none;
  }

  .hero-stage {
    width: min(100%, 344px);
    min-height: auto;
    aspect-ratio: 1.48 / 1;
    padding: 12px;
    border-width: 2px;
    border-radius: 28px;
  }

  .hero-stage::before {
    inset: 12px;
    border-radius: 20px;
  }

  .hero-stage-video {
    border-radius: 20px;
  }

  .hero-mobile-note {
    display: block;
    max-width: 14ch;
    font-size: 0.98rem;
    line-height: 1.14;
  }

  .lead {
    font-size: 0.98rem;
  }

  .hero-points li,
  .button,
  .faq-question {
    width: 100%;
  }

  .hero-actions,
  .hero-points {
    flex-direction: column;
  }

  .section {
    padding: 60px 0;
  }

  .section-heading h2,
  .curriculum-panel h2,
  .pricing-card h2,
  .legal-card h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .review-media,
  .curriculum-panel,
  .pricing-card,
  .legal-card {
    padding: 18px;
  }

  .review-content,
  .faq-answer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .review-audio {
    padding: 16px;
  }

  .review-audio-wave {
    gap: 4px;
  }

  .review-audio-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .marquee-track img {
    width: min(1781px, 148vw);
  }

  .floating-badge {
    width: 84px;
  }

  .split-title {
    gap: 10px;
  }

  .title-badge,
  .title-text {
    font-size: clamp(1.55rem, 7vw, 2.55rem);
  }

  .title-badge {
    min-height: 56px;
    padding: 0 18px;
  }

  .curriculum-intro {
    max-width: 22ch;
    font-size: clamp(1.1rem, 5vw, 1.7rem);
  }

  .modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
  }

  .module-card img {
    border-radius: 24px;
  }

  .pricing-copy-ref h2 {
    max-width: 11ch;
  }

  .pricing-cta {
    width: 100%;
    padding: 0 22px;
    gap: 16px;
  }

  .module-card:nth-child(-n + 5) {
    grid-column: auto;
  }

  .site-footer {
    margin-top: 10px;
    padding-top: 46px;
    padding-bottom: 28px;
  }

  .footer-background {
    opacity: 0.16;
  }

  .footer-links {
    width: 100%;
    padding: 18px;
    border-radius: 28px;
  }
}

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

  .hero h1.hero-title-ref {
    font-size: 1.36rem;
  }

  .hero-mobile-note {
    font-size: 0.92rem;
  }

  .title-badge {
    min-height: 58px;
    padding: 0 28px;
    font-size: 1.85rem;
  }

  .pricing-title .title-badge {
    min-height: 62px;
    padding: 0 30px;
    font-size: 1.95rem;
  }

  .pricing-copy-ref h2 {
    font-size: 1.56rem;
  }

  .pricing-cta {
    min-height: 76px;
    font-size: 1.65rem;
  }

  .pricing-cta .button-telegram-icon {
    width: 50px;
    height: 50px;
  }

  .pricing-cta .button-telegram-icon svg {
    width: 24px;
    height: 24px;
  }

  .faq-question {
    padding: 18px;
    font-size: 1rem;
  }

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

  .footer-top-link {
    width: 100%;
    padding-left: 64px;
  }

  .footer-top-link::before {
    left: 26px;
  }
}
