:root {
  --bg: #050608;
  --bg-soft: #0b0d10;
  --surface: #0f1115;
  --surface-2: #111318;
  --surface-3: #151922;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f3f4f7;
  --muted: #a5a9b2;
  --accent: #ffffff;
  --accent-dark: #0b0c0f;
  --dot: #3b82f6;
  --blue-soft: rgba(102, 156, 255, 0.18);
  --blue-line: rgba(111, 166, 255, 0.36);
  --glow-lg: 0 24px 64px rgba(0, 0, 0, 0.42);
  --max: 1380px;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at top, rgba(44, 76, 136, 0.12), transparent 32%),
    linear-gradient(180deg, #050608 0%, #040507 36%, #070a10 100%);
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: transparent;
  line-height: 1.48;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

::selection {
  color: #f7fbff;
  background: rgba(107, 153, 249, 0.32);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

p {
  margin: 0;
}

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

.page-noise {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -3;
  background: url("assets/68f571aba1d1932372b062c21325236f71f66db5.png") center/cover no-repeat;
  filter: brightness(0.24) saturate(0.32);
  opacity: 0.8;
  pointer-events: none;
}

.container {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section[id] {
  scroll-margin-top: 24px;
}

.includes-section {
  padding-top: 140px;
  margin-top: 0;
}

.btn {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--accent-dark);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.16);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(120, 170, 255, 0.7);
  outline-offset: 3px;
}

.btn-small {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 16px;
  border-bottom: 0;
  transition: padding 0.2s ease;
}

.site-header.scrolled {
  padding-top: 8px;
}

.header-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 10px 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(5, 7, 11, 0.56);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.logo {
  width: 168px;
  display: block;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.nav a {
  color: #cfd8e8;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav a:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-link {
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  color: #e6eaf2;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
}

.header-actions .btn-small {
  min-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.17);
}

.hero {
  min-height: 56vh;
  padding-top: 64px;
  padding-bottom: 52px;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: 8%;
  top: 4%;
  background: radial-gradient(circle, rgba(79, 124, 223, 0.18) 0%, rgba(79, 124, 223, 0) 72%);
}

.hero::after {
  width: 320px;
  height: 320px;
  left: -4%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero-bg-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.hero-coin {
  position: absolute;
  opacity: 0.5;
  filter: grayscale(1) brightness(0.5);
  pointer-events: none;
}

.coin-left {
  left: 2%;
  top: 42%;
  width: clamp(80px, 8vw, 180px);
}

.coin-top {
  left: 30%;
  top: 18%;
  width: clamp(180px, 18vw, 320px);
}

.coin-mid {
  left: 50%;
  top: 52%;
  width: clamp(170px, 16vw, 300px);
}

.coin-right {
  right: -2%;
  top: 32%;
  width: clamp(190px, 17vw, 320px);
}

.hero-content {
  min-height: calc(56vh - 64px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 22px;
  padding-top: 36px;
}

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

.hero-copy h1 {
  font-size: clamp(34px, 5vw, 64px);
  margin-bottom: 16px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 11ch;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 58ch;
  color: #e3e6ed;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}


.hero-side {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 14px;
  padding-top: 14px;
}

.hero-cta {
  margin-top: 28px;
  min-width: 300px;
}

.chip-row {
  max-width: 460px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #eceff5;
  background: linear-gradient(180deg, rgba(10, 14, 22, 0.86), rgba(8, 12, 18, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(75, 124, 224, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.chip.active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background: #27d44d;
  box-shadow: 0 0 0 5px rgba(39, 212, 77, 0.16);
}

.btn-main {
  min-width: 280px;
  min-height: 46px;
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 0 0 1px rgba(116, 161, 255, 0.5) inset,
    0 0 24px rgba(85, 132, 235, 0.35),
    0 10px 24px rgba(255, 255, 255, 0.14);
}

.btn-main:hover {
  box-shadow:
    0 0 0 1px rgba(128, 172, 255, 0.65) inset,
    0 0 30px rgba(103, 147, 245, 0.45),
    0 12px 30px rgba(255, 255, 255, 0.2);
}

.section-head {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-head h2 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.includes-section .section-head h2 {
  font-size: clamp(26px, 4.2vw, 42px);
}

.includes-section .section-head {
  margin-bottom: 58px;
}

.section-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  margin-top: 12px;
  max-width: 48ch;
}

.section-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: start;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head.center p {
  margin-inline: auto;
}

.section-head-compact {
  margin-bottom: 30px;
}

.program-section {
  padding-top: 44px;
}

.pricing-section {
  padding-top: 64px;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(57, 90, 160, 0.09), transparent 46%),
    #000;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.price-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 28px 28px 24px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.98), rgba(5, 7, 11, 1));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 171, 255, 0.26);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(79, 125, 227, 0.08);
}

.price-card.is-featured {
  border-color: rgba(112, 162, 255, 0.6);
  box-shadow:
    inset 0 0 0 1px rgba(112, 162, 255, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.3),
    0 0 36px rgba(112, 162, 255, 0.22);
  padding: 34px 32px 30px;
  transform: translateY(-10px);
}

.price-card.is-featured:hover {
  transform: translateY(-12px);
}

.price-card h3 {
  font-size: 40px;
  line-height: 1.04;
  margin-bottom: 0;
}

.price-card.is-featured h3 {
  font-size: 58px;
  margin-bottom: 0;
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  letter-spacing: -0.018em;
}

.price-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.price-inline {
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #f2f6ff;
}

.price-card.is-featured .price-inline {
  font-size: 44px;
  color: #f7fbff;
}

.price-lead {
  color: rgba(233, 238, 248, 0.92);
  font-size: 18px;
  line-height: 1.42;
  margin-bottom: 18px;
  max-width: 42ch;
  display: grid;
  gap: 4px;
}

.price-lead .lead-base {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.price-lead .lead-plus {
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  font-style: italic;
  color: rgba(223, 231, 246, 0.86);
}

.price-spots {
  margin: -2px 0 16px;
  color: rgba(202, 214, 232, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-spots::after {
  content: "";
  flex: 1;
  min-width: 44px;
  border-top: 1px solid rgba(116, 172, 255, 0.42);
  opacity: 0.95;
}

.price-card:not(.is-featured) .price-lead {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.price-card:not(.is-featured) .price-lead .lead-base {
  color: rgba(230, 237, 248, 0.88);
  font-weight: 600;
}

.price-card:not(.is-featured) .price-lead .lead-plus {
  color: rgba(206, 219, 239, 0.78);
  text-decoration-color: rgba(106, 161, 255, 0.42);
}

.price-sub {
  color: rgba(236, 241, 249, 0.9);
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.price-value {
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}

.price-card.is-featured .price-value {
  font-size: 74px;
}

.price-benefits-title {
  margin-top: 30px;
  margin-bottom: 16px;
  color: rgba(232, 237, 246, 0.7);
  font-size: 16px;
}

.ref-list {
  padding-left: 0;
  gap: 10px;
}

.ref-list li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  color: #edf1f8;
  font-size: 16px;
  line-height: 1.36;
}

.ref-list li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: rgba(234, 240, 250, 0.9);
}

.mentor-list .base-feature {
  color: rgba(233, 239, 249, 0.9);
  font-weight: 500;
}

.mentor-list .base-feature::before {
  color: rgba(226, 233, 245, 0.9);
}

.mentor-list .break-divider {
  margin: 8px 0 10px;
  padding: 0;
  height: 0;
  border-top: 1px solid rgba(113, 166, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.9;
}

.mentor-list .break-divider::before {
  content: "";
}

.mentor-list .extra-feature {
  color: rgba(240, 247, 255, 0.98);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: -0.008em;
}

.mentor-list .extra-feature::before {
  color: rgba(114, 170, 255, 1);
  font-size: 14px;
}

.ref-list li.break {
  margin: 6px 0 4px;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  height: 0;
}

.ref-list li.break::before {
  content: "";
}

.price-note {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(230, 236, 245, 0.9);
  font-size: 15px;
  line-height: 1.42;
  max-width: 50ch;
}

.price-list {
  margin: 0;
  color: #cfd6e3;
  display: grid;
  gap: 12px;
  font-size: 15px;
  line-height: 1.38;
  align-content: start;
}

.price-btn {
  width: 100%;
  margin-top: 26px;
  min-height: 52px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  align-self: stretch;
}

.price-card .price-btn {
  background: #f4f5f8;
  color: #17191f;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.price-card.is-featured .price-btn {
  background: #f4f5f8;
  color: #17191f;
  border-color: rgba(255, 255, 255, 0.18);
}

.price-btn:hover {
  transform: none;
  box-shadow: none;
  background: #f4f5f8;
}

.program-accordion {
  border-top: 1px solid var(--line);
}

.program-item {
  border-bottom: 1px solid var(--line);
  transition: border-color 0.2s ease;
}

.program-item:hover {
  border-color: rgba(112, 162, 255, 0.24);
}

.program-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 28px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px 18px;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.program-meta {
  display: none;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dot);
  box-shadow: 0 0 0 3px rgba(255, 60, 0, 0.2);
}

.count {
  display: none;
}

.program-title {
  grid-column: 2;
  grid-row: 1;
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.program-icon {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #d5dae4;
  background: rgba(10, 12, 16, 0.8);
}

.program-icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4da3ff;
  box-shadow: 0 0 12px 2px rgba(77, 163, 255, 0.7);
}

.program-trigger::after {
  content: "›";
  grid-column: 3;
  grid-row: 1;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9fb4d7;
  font-size: 24px;
  font-weight: 400;
  transform: rotate(0deg);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.program-item.is-open .program-trigger::after {
  transform: rotate(90deg);
  border-color: rgba(77, 163, 255, 0.45);
  color: #d5e6ff;
}

.program-trigger:hover .program-title {
  color: #eef4ff;
}

.program-trigger:hover .program-icon {
  border-color: rgba(77, 163, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(77, 163, 255, 0.12) inset;
}

.program-item.is-open .program-title {
  color: #f6f9ff;
}

.program-panel {
  display: none;
  padding: 0 0 28px;
}

.program-item.is-open .program-panel {
  display: block;
}

.program-panel ul {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(112, 162, 255, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(72, 119, 222, 0.12), transparent 42%),
    var(--surface);
  list-style: none;
  display: grid;
  gap: 10px;
}

.program-panel li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #e5e8ef;
  display: flex;
  gap: 10px;
}

.program-panel li::before {
  content: "→";
  color: #7f9cff;
}

.program-meta .dot {
  display: none;
}

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

.program-media-grid img {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0f1218;
}

.mentor-card {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 0.72fr);
  background: transparent;
  align-items: stretch;
}

.mentor-visual-col,
.mentor-content-col {
  min-width: 0;
}

.mentor-title-col {
  padding: 34px 30px 0 0;
}

.mentor-title-col h2 {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.mentor-visual-col {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  padding-right: 40px;
}

.mentor-profile-card {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  display: block;
  min-height: 0;
}

.mentor-profile-head {
  margin-bottom: 16px;
}

.mentor-profile-name {
  width: min(156px, 100%);
  height: auto;
  display: block;
}

.mentor-profile-visual {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: end center;
  padding: 24px 24px 0 24px;
}

.mentor-profile-visual::after {
  content: "";
  position: absolute;
  inset: auto 16% -8px;
  height: 148px;
  background: radial-gradient(circle, rgba(132, 44, 44, 0.26), rgba(8, 8, 10, 0));
  filter: blur(24px);
  pointer-events: none;
}

.mentor-profile-art {
  width: min(430px, 100%);
  height: auto;
  display: block;
  filter: saturate(1.03) contrast(1.02);
  transform: translateY(-24px);
}

.mentor-content-col {
  position: relative;
  padding: 34px 0 22px 30px;
  display: grid;
  align-content: start;
  justify-items: start;
}

.mentor-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.mentor-tag {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(241, 245, 252, 0.9);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}

.mentor-left-links {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.mentor-social-btn {
  display: inline-flex;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #edf1f8;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mentor-social-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.mentor-social-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.mentor-social-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.mentor-square {
  width: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 22px;
}

.mentor-square-block {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  display: grid;
  align-content: start;
}

.mentor-square-block h4 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.1;
  color: #f2f7ff;
  letter-spacing: -0.03em;
}

.mentor-square-block p {
  margin: 0;
  color: rgba(223, 230, 242, 0.9);
  font-size: 16px;
  line-height: 1.5;
}

.mentor-intro {
  color: rgba(183, 199, 228, 0.86);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
}

.mentor-quote {
  display: grid;
  gap: 10px;
}

.mentor-quote-mark {
  color: #f4f7fd;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.7;
}

.mentor-quote p {
  margin: 0;
  color: rgba(239, 243, 251, 0.94);
  font-size: 16px;
  line-height: 1.52;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.kpi-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 28px;
}

.kpi-card p {
  color: #697184;
  font-size: 14px;
}

.kpi-card strong {
  display: block;
  margin: 20px 0 8px;
  font-size: clamp(44px, 2.3vw, 59px);
}

.kpi-card strong::after {
  content: " •";
  color: var(--dot);
}

.kpi-card span {
  color: #cdd2dc;
  font-size: 22px;
}

.include-columns {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.include-col {
  padding: 40px 28px;
}

.include-col + .include-col {
  border-left: 1px solid var(--line);
}

.col-num {
  color: #697184;
  font-size: 13px;
  margin-bottom: 20px;
}

.include-col h3 {
  font-size: clamp(24px, 3.2vw, 34px);
  margin-bottom: 12px;
}

.include-col img {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.format-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.format-info-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(120% 100% at 50% 120%, rgba(255, 255, 255, 0.03), transparent 72%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.98) 0%, rgba(4, 5, 7, 1) 100%);
  padding: 0;
  min-height: 100%;
  display: grid;
  align-content: start;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.36),
    0 0 22px rgba(255, 255, 255, 0.06);
}

.format-card-vector {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(130% 90% at 50% -16%, rgba(255, 255, 255, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.96) 0%, rgba(4, 5, 7, 1) 100%);
  min-height: 210px;
  display: grid;
  place-items: center;
}

.format-card-vector::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: linear-gradient(to bottom, rgba(4, 5, 7, 0.98), rgba(4, 5, 7, 0));
  pointer-events: none;
}

.format-card-vector img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.08);
  transform-origin: center 42%;
  filter: contrast(1.03) brightness(0.95);
}

.format-card-body {
  padding: 22px 24px 24px;
}

.format-info-card .col-num {
  margin-bottom: 10px;
  color: rgba(210, 218, 232, 0.58);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.format-info-card h3 {
  font-size: clamp(24px, 1.6vw, 32px);
  line-height: 1.06;
  margin-bottom: 10px;
  letter-spacing: -0.012em;
}

.format-points {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.format-points li {
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  color: rgba(234, 238, 246, 0.74);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.format-columns .include-col {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-content: start;
  gap: 10px;
  padding-top: 22px;
}

.format-columns .include-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--format-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.14;
  z-index: -2;
}

.format-columns .include-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 7, 10, 0.8), rgba(5, 7, 10, 0.92));
  z-index: -1;
}

.format-bg-1 {
  --format-bg: url("assets/2118532547.svg");
}

.format-bg-2 {
  --format-bg: url("assets/2118532544.svg");
}

.format-bg-3 {
  --format-bg: url("assets/2118532540.svg");
}

.format-bg-2::before,
.format-bg-3::before {
  background-size: contain;
  background-position: center 80%;
  opacity: 0.2;
}

.format-brief {
  color: #d9deea;
  font-size: 14px;
  line-height: 1.45;
  max-width: 46ch;
}

.format-columns .col-num {
  margin-bottom: 6px;
}

.format-columns .include-col h3 {
  margin-bottom: 6px;
}

.format-preview {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 12, 18, 0.84);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36);
}

.format-preview img {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
}


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

.review-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(10, 11, 14, 0.88);
  padding: 22px;
  min-height: 190px;
  display: grid;
  align-content: space-between;
}

.review-card p {
  font-size: 18px;
  color: #eceff4;
}

.review-card span {
  color: #9199aa;
  font-size: 14px;
}

.review-card.with-image {
  padding: 14px;
}

.review-card.with-image img {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 8px;
}

.lead-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(130% 120% at 50% -18%, rgba(255, 255, 255, 0.08), transparent 52%),
    linear-gradient(180deg, #03060b 0%, #02050a 100%);
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(255, 255, 255, 0.08);
}

.lead-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.lead-left {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 24px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  margin-bottom: 0;
  font-size: 20px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.32);
}

.lead-title {
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(34px, 2.9vw, 48px);
  line-height: 1.06;
  max-width: 13ch;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.lead-copy {
  color: rgba(228, 234, 245, 0.88);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.34;
  max-width: 29ch;
}

.lead-form h3 {
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.lead-form > p:not(.phone-hint):not(.form-note) {
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
  max-width: 46ch;
}

.lead-form {
  display: grid;
  gap: 10px;
  max-width: 680px;
}

.lead-form input {
  min-height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(28, 31, 40, 0.62), rgba(20, 24, 33, 0.86));
  color: var(--text);
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lead-form input::placeholder {
  color: rgba(231, 236, 246, 0.74);
}

.phone-composite {
  position: relative;
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: stretch;
  min-height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(28, 31, 40, 0.62), rgba(20, 24, 33, 0.86));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.phone-flag-badge {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 14px;
  background: linear-gradient(180deg, rgba(23, 26, 34, 0.82), rgba(18, 22, 30, 0.92));
}

.phone-flag {
  font-size: 28px;
  line-height: 1;
  filter: saturate(1.06);
}

.phone-caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(229, 236, 246, 0.82);
}

.phone-composite #phone {
  border: 0;
  border-radius: 0;
  min-height: 58px;
  background: transparent;
  box-shadow: none;
  padding-left: 18px;
}

.lead-form input:focus {
  outline: 2px solid rgba(126, 175, 255, 0.48);
}

.phone-composite:focus-within {
  outline: 2px solid rgba(126, 175, 255, 0.48);
}

.phone-composite #phone:focus {
  outline: none;
}

.lead-form .btn {
  margin-top: 10px;
  width: auto;
  justify-self: start;
  min-width: 232px;
  min-height: 56px;
  padding: 0 24px;
  font-size: 24px;
  border-radius: 999px;
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
}

.form-note {
  margin-top: 4px;
  color: #8992a3;
  font-size: 13px;
  min-height: 0;
}

.form-note:empty {
  display: none;
}

.phone-hint {
  margin: 2px 6px 8px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(173, 190, 220, 0.82);
  max-width: none;
  min-height: 0;
}

.phone-hint:empty {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 14px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.purchase-modal[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.purchase-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.purchase-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 12, 0.84);
  backdrop-filter: blur(5px);
}

.purchase-modal__card {
  position: relative;
  width: min(700px, calc(100% - 24px));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(140% 120% at 100% 100%, rgba(74, 118, 208, 0.17), transparent 56%),
    linear-gradient(180deg, rgba(14, 16, 22, 0.98), rgba(10, 12, 17, 1));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 20px 44px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(88, 133, 225, 0.11);
  padding: 26px 22px 20px;
}

.purchase-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(235, 241, 252, 0.9);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.purchase-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.purchase-modal__plan {
  margin: 0 40px 10px 0;
  color: rgba(171, 193, 230, 0.9);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.purchase-modal h3 {
  font-size: clamp(36px, 4.2vw, 50px);
  line-height: 0.98;
  margin-bottom: 8px;
  max-width: 10ch;
  letter-spacing: -0.02em;
}

.purchase-modal__subtitle {
  color: rgba(199, 205, 220, 0.8);
  font-size: clamp(16px, 1.55vw, 20px);
  letter-spacing: -0.01em;
  line-height: 1.26;
  margin-bottom: 16px;
  max-width: 21ch;
}

.modal-form {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.modal-form input,
.modal-form select {
  min-height: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(36, 38, 45, 0.66);
  color: #f0f3f8;
  padding: 0 20px;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.modal-form input::placeholder,
.modal-form select {
  color: rgba(211, 211, 214, 0.92);
}

.modal-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #d4deef 50%),
    linear-gradient(135deg, #d4deef 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 24px,
    calc(100% - 18px) 24px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.modal-form .phone-composite {
  min-height: 60px;
  grid-template-columns: 128px 1fr;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(36, 38, 45, 0.66);
}

.modal-form .phone-composite #purchase-phone {
  min-height: 60px;
  font-size: 15px;
  padding-left: 0;
}

.modal-form .phone-flag-badge {
  border-right: 0;
  background: transparent;
  justify-content: flex-start;
  padding-left: 20px;
}

.modal-form .phone-flag {
  font-size: 28px;
}

.modal-form .phone-caret {
  display: none;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form .phone-composite:focus-within {
  outline: 2px solid rgba(126, 175, 255, 0.48);
}

.modal-form .btn {
  margin-top: 14px;
  min-height: 60px;
  border-radius: 20px;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: "IBM Plex Sans", "Manrope", "Segoe UI", sans-serif;
  box-shadow: none;
  width: 100%;
}

.thank-you-modal {
  z-index: 130;
}

.thank-you-modal__card {
  width: min(644px, calc(100% - 24px));
  min-height: 420px;
  padding: 34px 28px 28px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 8, 11, 0.99), rgba(4, 5, 7, 1));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.52);
}

.thank-you-modal__body {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.thank-you-modal__glow {
  display: none;
}

.thank-you-modal__close {
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(31, 36, 49, 0.92), rgba(20, 24, 34, 0.94));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.26);
}

.thank-you-modal__close span {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(239, 244, 252, 0.92);
}

.thank-you-modal__close span:first-child {
  transform: rotate(45deg);
}

.thank-you-modal__close span:last-child {
  transform: rotate(-45deg);
}

.thank-you-modal__close:hover {
  background: linear-gradient(180deg, rgba(38, 44, 58, 0.98), rgba(22, 27, 38, 0.96));
  transform: none;
}

.thank-you-modal__eyebrow {
  margin: 0 0 14px;
  color: rgba(171, 193, 230, 0.94);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.thank-you-modal h3 {
  max-width: none;
  margin-bottom: 16px;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 0.94;
}

.thank-you-modal__subtitle {
  max-width: 100%;
  margin-bottom: 28px;
  color: rgba(204, 211, 225, 0.8);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.38;
}

.thank-you-modal__btn {
  margin-top: 0;
  min-width: 196px;
  min-height: 50px;
  width: auto;
  padding: 0 24px;
  justify-self: center;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 54px 0 34px;
  background: rgba(10, 11, 14, 0.72);
}

.site-footer .container {
  width: min(1120px, calc(100% - 64px));
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.footer-left h2 {
  font-size: clamp(24px, 2.7vw, 42px);
  margin-bottom: 16px;
  max-width: 14ch;
  line-height: 1.08;
  text-wrap: balance;
}

.footer-left p {
  max-width: 78ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
  margin: 0 0 18px;
}

.footer-title {
  margin: 26px 0 12px;
  color: #5d6472;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.footer-title-contacts {
  margin-top: 34px;
}

.footer-links {
  display: flex;
  gap: 8px 26px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links a {
  font-size: 15px;
  color: #dce3ee;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  transition: color 0.2s ease;
}

.footer-links a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e9effa;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0.95;
}

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

.academy-links a {
  min-width: 168px;
}

.footer-contacts {
  display: flex;
  gap: 8px 28px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contacts a {
  font-size: 15px;
  color: #e4e7ee;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  transition: color 0.2s ease;
}

.footer-contacts a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e9effa;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-contacts a span svg {
  width: 12px;
  height: 12px;
  display: block;
}

.footer-contacts a:hover {
  color: #f6f9ff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-content: start;
  justify-items: start;
  gap: 0;
  padding-top: 2px;
}

.footer-logo {
  width: min(100%, 236px);
  margin-bottom: 22px;
}

.footer-lang {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 32px;
  background: rgba(8, 11, 17, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.lang-btn {
  min-width: 74px;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #9ca6b9;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.lang-btn.is-active {
  background: rgba(27, 34, 49, 0.86);
  border-color: rgba(90, 156, 255, 0.9);
  color: #f4f7fd;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(86, 151, 255, 0.36);
}

.lang-btn:not(.is-active):hover {
  color: #dbe4f3;
  background: rgba(255, 255, 255, 0.04);
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
}

.footer-socials a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #242b38 0%, #171d28 56%, #11161f 100%);
  border: 1px solid var(--line);
  color: #e1e6f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(96, 141, 235, 0.12) inset,
    0 0 14px rgba(70, 120, 235, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.footer-socials svg {
  width: 23px;
  height: 23px;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 158, 255, 0.6);
  box-shadow:
    0 0 0 1px rgba(120, 170, 255, 0.24) inset,
    0 0 20px rgba(84, 136, 255, 0.44);
}

.docs-links {
  gap: 8px 24px;
  max-width: 360px;
}

.docs-links a {
  color: #eef1f7;
  font-size: 15px;
  line-height: 1.4;
}

.footer-links a:hover,
.footer-contacts a:hover,
.docs-links a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(123, 171, 255, 0.5);
  text-underline-offset: 4px;
}

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1300px) {
  .site-header {
    padding-top: 14px;
  }

  .header-inner {
    min-height: 64px;
    gap: 16px;
    padding: 10px 16px;
    border-radius: 16px;
  }

  .logo {
    width: 146px;
  }

  .nav a {
    font-size: 15px;
    padding: 9px 12px;
    border-radius: 12px;
  }

  .login-link {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 12px;
  }

  .header-actions .btn-small {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 12px;
  }

  .hero-content,
  .section-split,
  .mentor-card,
  .lead-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 36px 0 24px;
  }

  .site-footer .container {
    width: min(1120px, calc(100% - 40px));
  }

  .hero-side {
    justify-items: start;
    padding-top: 8px;
  }

  .hero {
    padding-top: 56px;
  }

  .chip-row {
    justify-content: start;
  }

  .btn-main {
    min-width: 0;
    width: 100%;
  }

  .hero-cta {
    max-width: 360px;
  }

  .mentor-card {
    border-top-color: rgba(255, 255, 255, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }

  .mentor-title-col {
    padding: 0 0 18px;
  }

  .mentor-title-col h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .mentor-visual-col {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 320px;
    padding-right: 0;
  }

  .mentor-profile-visual {
    place-items: end center;
    padding: 12px 10px 0;
  }

  .mentor-profile-art {
    width: min(300px, 78vw);
    transform: translateY(-12px);
  }

  .mentor-content-col {
    padding: 18px 0 0;
  }

  .mentor-tags {
    margin-bottom: 16px;
  }

  .mentor-square-block h4 {
    font-size: 24px;
  }

  .mentor-left-links {
    justify-content: flex-start;
  }

  .lead-left {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 20px;
  }

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

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

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

  .price-card.is-featured {
    transform: none;
    padding: 30px 26px 24px;
  }

  .price-card.is-featured h3 {
    font-size: 48px;
  }

  .price-card.is-featured .price-value {
    font-size: 64px;
  }

  .format-info-grid {
    grid-template-columns: 1fr;
  }

  .include-col + .include-col {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .section {
    padding: 70px 0;
  }

  .includes-section {
    padding-top: 52px;
    margin-top: 0;
  }

  .header-inner {
    min-height: 64px;
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 10px 12px;
  }

  .nav,
  .login-link {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .program-trigger {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .program-media-grid,
  .reviews-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .includes-section .section-head {
    margin-bottom: 34px;
  }

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

  .lead-form .btn,
  .btn-small {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 10vw, 42px);
    max-width: 12ch;
  }

  .section-head p {
    font-size: 15px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero {
    min-height: 48vh;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-content {
    min-height: calc(48vh - 42px);
  }

  .format-info-card {
    min-height: 0;
    border-radius: 16px;
  }

  .format-info-card h3 {
    font-size: clamp(22px, 7vw, 30px);
    margin-bottom: 8px;
  }

  .format-card-vector {
    min-height: 178px;
  }

  .format-card-body {
    padding: 14px 14px 16px;
  }

  .lead-left h2 {
    font-size: clamp(21px, 7vw, 28px);
    line-height: 1.15;
  }

  .format-points li {
    font-size: 13px;
  }

  .price-card {
    padding: 20px 18px 18px;
  }

  .price-card h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .price-inline {
    font-size: 30px;
  }

  .price-card.is-featured .price-inline {
    font-size: 34px;
  }

  .price-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .price-value {
    font-size: 44px;
    margin-bottom: 18px;
  }

  .price-benefits-title {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .ref-list li {
    font-size: 15px;
    padding-left: 24px;
  }

  .price-note {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 14px;
  }

  .price-btn {
    min-height: 48px;
    font-size: 17px;
    min-width: 160px;
  }

  .purchase-modal {
    padding: 12px;
  }

  .purchase-modal__card {
    padding: 16px 14px 14px;
    border-radius: 16px;
    width: min(520px, calc(100% - 14px));
  }

  .purchase-modal h3 {
    font-size: clamp(30px, 9vw, 44px);
    max-width: 10ch;
    margin-bottom: 8px;
  }

  .purchase-modal__subtitle {
    font-size: 14px;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .thank-you-modal__card {
    min-height: 0;
    padding: 22px 14px 18px;
  }

  .thank-you-modal__close {
    top: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
  }

  .thank-you-modal__close span {
    width: 20px;
  }

  .thank-you-modal h3 {
    font-size: clamp(34px, 9vw, 48px);
    margin-bottom: 10px;
  }

  .thank-you-modal__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .thank-you-modal__btn {
    min-height: 46px;
    min-width: 136px;
    font-size: 17px;
  }

  .modal-form input,
  .modal-form select {
    min-height: 54px;
    font-size: 16px;
    padding: 0 18px;
  }

  .modal-form .phone-composite {
    min-height: 54px;
    grid-template-columns: 132px 1fr;
    border-radius: 14px;
  }

  .modal-form .phone-composite #purchase-phone {
    min-height: 54px;
  }

  .modal-form .btn {
    min-height: 56px;
    font-size: 22px;
    border-radius: 14px;
  }

  .academy-links,
  .docs-links,
  .footer-contacts {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .footer-socials {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .footer-left p {
    font-size: 15px;
  }

  .footer-links a,
  .footer-contacts a {
    font-size: 15px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-lang {
    margin-bottom: 24px;
  }

  .footer-socials a {
    width: 52px;
    height: 52px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}
