﻿/* Academy page: dedicated styles for header and first hero block */

.page-academy {
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 158, 53, 0.12), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(255, 124, 26, 0.1), transparent 36%),
    #060404;
}

/* Final override: one full-width background per section */
.page-academy .academy-adv2-shell,
.page-academy .academy-program-v3-shell,
.page-academy .academy-roadmap-shell,
.page-academy .academy-tariffs-v3,
.page-academy .faq-shell.block_answer {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.page-academy .academy-hero-shell {
  background:
    linear-gradient(180deg, rgba(4, 7, 12, 0.56), rgba(3, 6, 10, 0.68)),
    url("/media/fons_k/33306d54-4307-44ce-bed2-c93aeaad1d6c.png") center center / cover no-repeat !important;
}

.page-academy .academy-adv2-shell {
  background:
    linear-gradient(180deg, rgba(6, 5, 14, 0.62), rgba(5, 4, 12, 0.74)),
    url("/media/fons_k/1b6ae828-15ca-41a2-bb60-32caff317bc7.png") center center / cover no-repeat !important;
}

.page-academy .academy-program-v3-shell {
  background:
    linear-gradient(180deg, rgba(9, 6, 2, 0.62), rgba(8, 5, 2, 0.74)),
    url("/media/fons_k/61de69ea-58f6-4104-b43f-c1893b56f840.png") center center / cover no-repeat !important;
}

.page-academy .academy-roadmap-shell {
  background:
    linear-gradient(180deg, rgba(8, 6, 3, 0.62), rgba(6, 5, 3, 0.74)),
    url("/media/fons_k/6540de08-4ecf-408b-92d5-0bd915aa382f.png") center center / cover no-repeat !important;
}

.page-academy .academy-tariffs-v3 {
  background:
    linear-gradient(180deg, rgba(8, 6, 3, 0.56), rgba(6, 5, 3, 0.72)),
    url("/media/fons_k/c8b7b9d6-812a-4719-93b5-9204475bcd1a.png") center center / cover no-repeat !important;
}

.page-academy .faq-shell.block_answer {
  background:
    linear-gradient(180deg, rgba(10, 7, 2, 0.56), rgba(8, 5, 2, 0.72)),
    url("/media/fons_k/f4ff6a0b-ea28-4ec2-b37b-4349eda8d3ca.png") center center / cover no-repeat !important;
}

.page-academy .academy-hero-shell,
.page-academy .academy-adv2-shell,
.page-academy .academy-program-v3-shell,
.page-academy .academy-roadmap-shell,
.page-academy .academy-tariffs-v3,
.page-academy .faq-shell.block_answer {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Keep a single section background in LIVE DEMO block */
.page-academy .academy-fv2-main-surface {
  background: rgba(5, 8, 13, 0.78) !important;
}

.page-academy .navbar_header {
  position: fixed;
  top: 14px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(1320px, calc(100vw - 56px));
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  overflow: visible;
  z-index: 1200;
}

.page-academy .navbar_header.hide {
  transform: translate(-50%, -115%);
}

.page-academy .navbar_header > .container-fluid {
  padding-inline: 0;
}

.page-academy .navbar_header > .container-fluid > .row {
  display: none;
}

.page-academy .bt-topbar-shell {
  padding-inline: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-academy .bt-topbar {
  position: relative;
  min-height: 76px;
  border-radius: 26px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(180deg, rgba(8, 11, 17, 0.86), rgba(6, 9, 15, 0.9));
  border: 1px solid rgba(255, 149, 38, 0.26);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  backdrop-filter: blur(13px);
}

.page-academy .bt-topbar::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.92) 0%,
    rgba(255, 205, 132, 0.88) 22%,
    rgba(255, 154, 49, 0.92) 44%,
    rgba(255, 117, 18, 0.9) 68%,
    rgba(255, 193, 108, 0.86) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.68;
  pointer-events: none;
  z-index: 1;
}

.page-academy .bt-topbar-brand,
.page-academy .bt-topbar-nav,
.page-academy .bt-topbar-right {
  position: relative;
  z-index: 2;
}

.page-academy .bt-topbar-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
  flex: 0 0 auto;
}

.page-academy .bt-topbar-brand-full {
  width: auto;
  height: clamp(34px, 2.5vw, 42px);
  max-width: 132px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.34));
}

.page-academy .img_logo {
  width: auto;
  height: 36px;
  max-width: 132px;
}

.page-academy .bt-topbar-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  margin-right: 2px;
}

.page-academy .bt-topbar-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(238, 232, 224, 0.76) !important;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease;
}

.page-academy .bt-topbar-link::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 166, 73, 0.7), rgba(255, 201, 129, 0.92), rgba(255, 166, 73, 0.7));
  transition: transform 200ms ease;
  box-shadow: 0 0 12px rgba(255, 151, 45, 0.35);
}

.page-academy .bt-topbar-link:hover {
  color: #f7ca8f !important;
}

.page-academy .bt-topbar-link:hover::after {
  transform: scaleX(1);
}

.page-academy .bt-topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.page-academy .bt-topbar-cta {
  position: relative;
  --cta-mx: 0px;
  --cta-my: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 154, 49, 0.44);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  font-size: 15px;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  padding-inline: 12px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 12px rgba(255, 138, 34, 0.14);
  transform: translate3d(var(--cta-mx), var(--cta-my), 0) scale(1);
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.page-academy .bt-topbar-cta,
.page-academy .bt-topbar-cta:hover,
.page-academy .bt-topbar-cta:focus-visible {
  background: rgba(10, 10, 12, 0.86) !important;
  background-image: none !important;
}

.page-academy .bt-topbar-cta::before {
  content: "➤";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 167, 77, 0.58);
  color: #f5a140;
  display: inline-grid;
  place-items: center;
  font-size: 9px;
  padding-left: 2px;
}

.page-academy .bt-topbar-cta:hover {
  border-color: rgba(255, 176, 87, 0.88);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.4),
    0 0 18px rgba(255, 150, 52, 0.32);
  transform: translate3d(var(--cta-mx), var(--cta-my), 0) scale(1.04);
}

.page-academy .bt-topbar-cta:active {
  transform: translate3d(var(--cta-mx), var(--cta-my), 0) scale(0.97);
}

.page-academy .bt-topbar-cta:hover::before {
  color: #ffd4a0;
  border-color: rgba(255, 176, 87, 0.88);
  background: transparent;
}

.page-academy .academy-hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(44px, 3.6vw, 62px) 0 clamp(20px, 2.3vw, 34px);
  background: #090504 url("/media/fons_k/33306d54-4307-44ce-bed2-c93aeaad1d6c.png") center center / cover no-repeat;
}

.page-academy .academy-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 66% 44%, rgba(3, 7, 12, 0.76) 0%, rgba(3, 7, 12, 0.58) 34%, rgba(3, 7, 12, 0.12) 68%, rgba(3, 7, 12, 0) 100%),
    radial-gradient(circle at 10% 34%, rgba(255, 145, 34, 0.12), transparent 52%),
    radial-gradient(circle at 90% 34%, rgba(255, 145, 34, 0.12), transparent 52%);
  pointer-events: none;
  z-index: 0;
}

.page-academy .academy-hero-wrap {
  position: relative;
  z-index: 1;
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: clamp(18px, 2.2vw, 30px) clamp(26px, 3.6vw, 46px) clamp(8px, 1.3vw, 16px);
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-academy .academy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.04fr);
  align-items: start;
  gap: clamp(18px, 2.4vw, 38px);
}

.page-academy .academy-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(52vw, 900px);
  padding: clamp(14px, 1.6vw, 24px) clamp(16px, 2vw, 26px);
}

.page-academy .academy-hero-copy::before {
  content: none;
}

.page-academy .academy-hero-tag {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 182, 86, 0.38);
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.92), rgba(8, 9, 13, 0.88));
  color: #ffc76d;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
  font-weight: 700;
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 173, 0.12),
    0 0 12px rgba(255, 153, 45, 0.18);
}

.page-academy .academy-hero-tag::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
  pointer-events: none;
  z-index: 1;
  animation: academyEyebrowBorderFlow 8s linear infinite;
}

.page-academy .academy-hero-tag::after {
  content: "";
  position: absolute;
  inset: -4px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.62) 0%,
    rgba(255, 205, 132, 0.58) 22%,
    rgba(255, 154, 49, 0.62) 44%,
    rgba(255, 117, 18, 0.6) 68%,
    rgba(255, 193, 108, 0.56) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(7px);
  opacity: 0.34;
  pointer-events: none;
  z-index: -1;
  animation: academyEyebrowBorderFlow 7s linear infinite, academyEyebrowGlowPulse 3.6s ease-in-out infinite;
}

.page-academy .academy-hero-title {
  margin: 18px 0 0;
  color: #f6f0e7;
  font-family: var(--bt-font-display, "Montserrat", "Segoe UI", "Trebuchet MS", Arial, sans-serif);
  font-weight: 800;
  font-size: 58px !important;
  line-height: 1.08;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.42);
}

.page-academy .section-title {
  font-size: 50px !important;
  line-height: 1.08;
}

.page-academy .section-header .section-title {
  max-width: min(100%, 25.2ch);
}

.page-academy .academy-hero-title span {
  color: #ffae45;
}

.page-academy .academy-hero-description {
  margin: 22px 0 0;
  max-width: min(49vw, 760px);
  color: rgba(241, 230, 218, 0.72);
  font-size: clamp(16px, 1.18vw, 21px);
  line-height: 1.55;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-hero-slogan {
  margin: 14px 0 0;
  max-width: min(49vw, 760px);
  color: #ffd4a0;
  font-size: clamp(18px, 1.32vw, 23px);
  line-height: 1.35;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
  font-weight: 700;
}

.page-academy .academy-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-academy .academy-hero-note {
  margin: 14px 0 0;
  max-width: min(49vw, 760px);
  color: rgba(241, 229, 217, 0.8);
  font-size: 15px;
  line-height: 1.45;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-hero-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  min-width: 170px;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 150, 55, 0.58);
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #ffd4a0;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.page-academy .academy-hero-button-inline-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
  object-fit: contain;
}

.page-academy .academy-hero-button > * {
  position: relative;
  z-index: 2;
}

.page-academy .academy-hero-button--primary {
  border-color: rgba(255, 154, 49, 0.4);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 12px rgba(255, 138, 34, 0.16);
}

.page-academy .academy-hero-button--primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  animation: btTagBorderFlow 8s linear infinite;
  transition: opacity 0.22s ease;
}

.page-academy .academy-hero-button--with-icon::before,
.page-academy .academy-hero-button--secondary::before {
  content: none;
  display: none;
}

.page-academy .academy-hero-button--secondary {
  border-color: rgba(255, 154, 49, 0.4);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 12px rgba(255, 138, 34, 0.16);
}

.page-academy .academy-hero-button--secondary::after {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.9) 0%,
    rgba(255, 205, 132, 0.86) 22%,
    rgba(255, 154, 49, 0.9) 44%,
    rgba(255, 117, 18, 0.88) 68%,
    rgba(255, 193, 108, 0.86) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
  animation: btTagBorderFlow 7s linear infinite;
}

.page-academy .academy-hero-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 179, 96, 0.9);
}

.page-academy .academy-hero-button--primary:hover {
  border-color: rgba(255, 175, 86, 0.88);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.42),
    0 0 18px rgba(255, 150, 52, 0.35);
}

.page-academy .academy-hero-button--primary:hover::before {
  opacity: 1;
}

.page-academy .academy-hero-button--secondary:hover {
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.42),
    0 0 18px rgba(255, 150, 52, 0.35);
}

.page-academy .academy-hero-proof {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.page-academy .academy-hero-avatars {
  display: inline-flex;
  align-items: center;
}

.page-academy .academy-hero-avatars img {
  width: 38px;
  height: 38px;
  margin-left: -9px;
  border-radius: 50%;
  border: 2px solid rgba(9, 7, 8, 0.94);
  object-fit: cover;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-academy .academy-hero-avatars img:first-child {
  margin-left: 0;
}

.page-academy .academy-hero-proof p {
  margin: 0;
  display: grid;
  gap: 2px;
  line-height: 1.15;
}

.page-academy .academy-hero-proof strong {
  color: #ffbc65;
  font-size: 27px;
  font-weight: 700;
}

.page-academy .academy-hero-proof p span {
  color: rgba(241, 229, 217, 0.68);
  font-size: 15px;
}

.page-academy .academy-hero-system {
  position: relative;
  width: 100%;
  max-width: min(920px, 100%);
  isolation: isolate;
}

@media (min-width: 1231px) {
  .page-academy .academy-hero-system {
    margin-top: clamp(48px, 3.2vw, 72px);
  }
}

/* Hero right sector swap: indicator radar system on academy page */
.page-academy .indicator-sector-swap {
  max-width: min(920px, 100%);
}

.page-academy .indicator-sector-swap .right-panel {
  min-width: 0;
  padding-top: 0;
}

.page-academy .indicator-sector-swap .radar-zone {
  position: relative;
  min-height: 700px;
}

.page-academy .indicator-sector-swap .radar-orbit {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 620px;
  height: 620px;
  transform: translateX(-50%) scale(0.92);
  transform-origin: top center;
}

.page-academy .indicator-sector-swap .radar-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-academy .indicator-sector-swap .radar-card {
  position: absolute;
  width: 138px;
  min-height: 154px;
  border-radius: 15px;
  border: 1px solid rgba(247, 157, 31, 0.45);
  background:
    radial-gradient(98px 70px at 70% 10%, rgba(247, 157, 31, 0.12), transparent 72%),
    linear-gradient(160deg, rgba(13, 20, 31, 0.95), rgba(8, 14, 23, 0.95));
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.42);
  padding: 14px 11px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate(var(--card-x, 0px), var(--card-y, 0px));
}

.page-academy .indicator-sector-swap .radar-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  filter:
    saturate(1.2)
    brightness(1.18)
    contrast(1.08)
    drop-shadow(0 0 8px rgba(247, 157, 31, 0.52));
}

.page-academy .indicator-sector-swap .radar-card h3 {
  margin: 0;
  color: #f8eee1;
  text-transform: uppercase;
  font-size: clamp(13px, 0.76vw, 16px);
  line-height: 1.22;
  font-weight: 700;
}

.page-academy .indicator-sector-swap .radar-card p {
  margin: 7px 0 0;
  color: #cfd5dc;
  font-size: clamp(9px, 0.59vw, 11px);
  line-height: 1.38;
  font-weight: 500;
}

.page-academy .indicator-sector-swap .card-structure {
  --card-x: -248px;
  --card-y: -96px;
}

.page-academy .indicator-sector-swap .card-trend {
  --card-x: 0px;
  --card-y: -286px;
}

.page-academy .indicator-sector-swap .card-volume {
  --card-x: 248px;
  --card-y: -96px;
}

.page-academy .indicator-sector-swap .card-volatility {
  --card-x: -248px;
  --card-y: 96px;
}

.page-academy .indicator-sector-swap .card-timeframe {
  --card-x: 248px;
  --card-y: 96px;
}

.page-academy .indicator-sector-swap .card-risk {
  --card-x: 0px;
  --card-y: 286px;
}

.page-academy .indicator-sector-swap .core-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 188px;
  height: 188px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid rgba(255, 176, 44, 1);
  background: radial-gradient(circle at 30% 22%, rgba(14, 24, 39, 0.98), rgba(5, 11, 20, 0.98));
  box-shadow:
    0 0 58px rgba(255, 171, 38, 0.66),
    0 0 26px rgba(255, 171, 38, 0.34) inset;
  animation: indicatorCorePulseGlow 2.4s ease-in-out infinite;
}

.page-academy .indicator-sector-swap .core-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1.6px solid rgba(255, 182, 71, 0.8);
}

.page-academy .indicator-sector-swap .core-frame::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.3px dashed rgba(255, 171, 38, 0.58);
  transform-origin: center;
  animation: indicatorCoreRingPulse 2.4s ease-in-out infinite;
}

.page-academy .indicator-sector-swap .core-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 16px;
}

.page-academy .indicator-sector-swap .core-content img {
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
  filter:
    saturate(1.2)
    brightness(1.18)
    contrast(1.08)
    drop-shadow(0 0 8px rgba(247, 157, 31, 0.52));
}

.page-academy .indicator-sector-swap .core-content h2 {
  margin: 0;
  color: #fff1dd;
  font-size: clamp(16px, 0.94vw, 22px);
  font-weight: 800;
  line-height: 1.04;
}

.page-academy .indicator-sector-swap .core-content p {
  margin: 7px 0 0;
  color: #cfd5dd;
  font-size: clamp(8px, 0.46vw, 10px);
  line-height: 1.28;
  font-weight: 500;
}

.page-academy .indicator-sector-swap .confirm-panel {
  position: absolute;
  left: 50%;
  top: 666px;
  width: 402px;
  min-height: 92px;
  border-radius: 14px;
  border: 1px solid rgba(247, 157, 31, 0.35);
  background: linear-gradient(170deg, rgba(12, 19, 30, 0.94), rgba(7, 12, 20, 0.95));
  box-shadow: 0 11px 18px rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  transform: translateX(-50%);
}

.page-academy .indicator-sector-swap .confirm-panel img {
  width: 58px;
  height: 58px;
  filter:
    saturate(1.2)
    brightness(1.18)
    contrast(1.08)
    drop-shadow(0 0 8px rgba(247, 157, 31, 0.52));
}

.page-academy .indicator-sector-swap .confirm-copy {
  flex: 1;
}

.page-academy .indicator-sector-swap .confirm-copy h4 {
  margin: 0;
  color: #f8efe2;
  font-size: clamp(14px, 0.75vw, 17px);
  text-transform: uppercase;
  line-height: 1.2;
}

.page-academy .indicator-sector-swap .confirm-copy p {
  margin: 4px 0 0;
  color: #cfd4dc;
  font-size: clamp(10px, 0.64vw, 13px);
  font-weight: 500;
}

.page-academy .indicator-sector-swap .confirm-dots {
  display: flex;
  gap: 7px;
}

.page-academy .indicator-sector-swap .confirm-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.page-academy .indicator-sector-swap .confirm-dot.active {
  background: rgba(38, 224, 122, 0.95);
  box-shadow: 0 0 10px rgba(38, 224, 122, 0.55);
}

@keyframes indicatorCorePulseGlow {
  0%,
  100% {
    border-color: rgba(255, 176, 44, 0.98);
    box-shadow:
      0 0 56px rgba(255, 171, 38, 0.6),
      0 0 24px rgba(255, 171, 38, 0.34) inset;
  }
  50% {
    border-color: rgba(255, 197, 104, 1);
    box-shadow:
      0 0 84px rgba(255, 171, 38, 0.88),
      0 0 34px rgba(255, 171, 38, 0.46) inset;
  }
}

@keyframes indicatorCoreRingPulse {
  0%,
  100% {
    opacity: 0.74;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (max-width: 1230px) {
  .page-academy .indicator-sector-swap .radar-orbit {
    transform: translateX(-50%) scale(0.8);
    top: -16px;
  }

  .page-academy .indicator-sector-swap .radar-zone {
    min-height: 660px;
  }

  .page-academy .indicator-sector-swap .confirm-panel {
    top: 562px;
  }
}

@media (max-width: 1023px) {
  .page-academy .indicator-sector-swap .radar-zone {
    min-height: auto;
    display: grid;
    gap: 10px;
  }

  .page-academy .indicator-sector-swap .radar-orbit {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
    display: grid;
    gap: 10px;
  }

  .page-academy .indicator-sector-swap .radar-svg {
    display: none;
  }

  .page-academy .indicator-sector-swap .core-frame {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(62vw, 220px);
    height: min(62vw, 220px);
    margin: 0 auto;
  }

  .page-academy .indicator-sector-swap .radar-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    min-height: auto;
  }

  .page-academy .indicator-sector-swap .confirm-panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }
}

.page-academy .system-visual {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  aspect-ratio: 920 / 760;
}

.page-academy .system-visual::before {
  content: "";
  position: absolute;
  inset: 2% 0 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(4, 7, 12, 0.62) 0%, rgba(4, 7, 12, 0.48) 36%, rgba(4, 7, 12, 0.06) 74%),
    radial-gradient(circle at 8% 36%, rgba(255, 139, 20, 0.08), transparent 52%),
    radial-gradient(circle at 92% 36%, rgba(255, 139, 20, 0.08), transparent 52%);
  pointer-events: none;
  z-index: 1;
}

.page-academy .system-visual-title {
  position: absolute;
  left: 50%;
  top: 4.5%;
  transform: translateX(-50%);
  margin: 0;
  color: #f6ede2;
  font-size: clamp(28px, 1.9vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
  z-index: 8;
}

.page-academy .system-visual-subtitle {
  position: absolute;
  left: 50%;
  top: 11.8%;
  transform: translateX(-50%);
  margin: 0;
  color: rgba(245, 235, 221, 0.9);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 8;
}

.page-academy .system-visual-cycle {
  position: absolute;
  left: 50%;
  top: 17.2%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffb24f;
  font-size: clamp(16px, 1.08vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(255, 150, 42, 0.24);
  z-index: 8;
}

.page-academy .system-orbit {
  position: absolute;
  left: 50%;
  top: 37.63%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(255, 140, 0, 0.18);
  box-shadow: none;
  z-index: 3;
}

.page-academy .orbit-1 {
  width: 520px;
  height: 520px;
  animation: orbitRotate 80s linear infinite;
}

.page-academy .orbit-2 {
  width: 610px;
  height: 610px;
  animation: orbitRotate 110s linear infinite reverse;
}

.page-academy .orbit-3 {
  width: 700px;
  height: 700px;
  animation: orbitRotate 140s linear infinite;
}

.page-academy .system-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 6;
}

.page-academy .system-link-bundle {
  fill: none;
  stroke: rgba(255, 141, 32, 0.46);
  stroke-width: 1.15;
  stroke-linecap: round;
  filter: drop-shadow(0 0 5px rgba(255, 148, 41, 0.3));
}

.page-academy .system-link-bundle.is-main {
  stroke: rgba(255, 176, 86, 0.84);
  stroke-width: 1.95;
  filter: drop-shadow(0 0 8px rgba(255, 156, 49, 0.52));
}

.page-academy .system-link-spark {
  fill: none;
  stroke: rgba(255, 222, 167, 0.98);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 0.01 8;
  animation-delay: var(--flow-delay, 0s);
  filter: drop-shadow(0 0 8px rgba(255, 175, 70, 0.92));
}

.page-academy .system-link-spark.flow-in {
  animation: linkSparkIn 3.2s linear infinite;
}

.page-academy .system-link-spark.flow-out {
  animation: linkSparkOut 3.2s linear infinite;
}

.page-academy .system-link-node {
  fill: #ffbf72;
  opacity: 0.82;
  filter: drop-shadow(0 0 8px rgba(255, 162, 53, 0.72));
}

.page-academy .system-link-port {
  fill: #ffd09b;
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(255, 165, 58, 0.88));
}

.page-academy .system-module {
  position: absolute;
  width: 304px;
  min-height: 176px;
  padding: 14px 14px 32px;
  border-radius: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 95% 100%, 5% 100%, 0 86%);
  border: 1px solid rgba(255, 140, 0, 0.32);
  background:
    linear-gradient(180deg, rgba(8, 10, 14, 0.9), rgba(7, 9, 13, 0.86)),
    radial-gradient(circle at 12% 8%, rgba(255, 161, 58, 0.14), transparent 55%);
  box-shadow:
    inset 0 1px 0 rgba(255, 205, 137, 0.12),
    0 20px 36px rgba(0, 0, 0, 0.38);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "icon head"
    "chart chart"
    "copy copy";
  column-gap: 12px;
  row-gap: 8px;
  z-index: 7;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.page-academy .system-module:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 176, 82, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 225, 172, 0.14),
    0 18px 34px rgba(0, 0, 0, 0.38),
    0 0 14px rgba(255, 145, 32, 0.22);
}

.page-academy .system-module:nth-of-type(1),
.page-academy .system-module:nth-of-type(4) {
  opacity: 0.96;
}

.page-academy .system-module:nth-of-type(2),
.page-academy .system-module:nth-of-type(5) {
  opacity: 0.92;
}

.page-academy .system-module:nth-of-type(3),
.page-academy .system-module:nth-of-type(6) {
  opacity: 0.95;
}

.page-academy .module-market {
  top: 40px;
  left: -128px;
}

.page-academy .module-data {
  top: 220px;
  left: -146px;
}

.page-academy .module-analytics {
  top: 400px;
  left: -126px;
}

.page-academy .module-practice {
  top: 40px;
  right: -128px;
}

.page-academy .module-result {
  top: 220px;
  right: -146px;
}

.page-academy .module-exp {
  top: 400px;
  right: -126px;
}

.page-academy .module-icon {
  grid-area: icon;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 173, 74, 0.62);
  color: #ffb24f;
  display: inline-grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 205, 137, 0.2),
    0 0 16px rgba(255, 151, 43, 0.2);
}

.page-academy .module-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-academy .module-head {
  grid-area: head;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page-academy .module-index {
  color: #ffab3d;
  font-weight: 700;
  font-size: clamp(31px, 1.92vw, 44px);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-shadow: 0 0 14px rgba(255, 146, 35, 0.3);
}

.page-academy .system-module h3 {
  grid-area: head;
  margin: 0;
  color: #f4ece0;
  text-transform: uppercase;
  font-size: clamp(12px, 0.86vw, 15px);
  line-height: 1.18;
  font-weight: 700;
}

.page-academy .module-copy {
  grid-area: copy;
  margin: 0;
  color: rgba(242, 231, 216, 0.74);
  font-size: clamp(10px, 0.72vw, 11.8px);
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-academy .module-chart {
  grid-area: chart;
  position: relative;
  margin-top: 2px;
  height: 11px;
  border-top: 0;
  align-self: center;
}

.page-academy .module-chart::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 164, 61, 0.18), rgba(255, 164, 61, 0.08));
}

.page-academy .module-chart::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 10px;
  background: linear-gradient(90deg, rgba(255, 218, 163, 0.1), rgba(255, 168, 66, 0.98), rgba(255, 154, 43, 0.98), rgba(255, 210, 148, 0.12));
  clip-path: polygon(0 78%, 11% 52%, 22% 64%, 34% 26%, 46% 58%, 59% 20%, 70% 46%, 83% 34%, 100% 68%, 100% 100%, 0 100%);
  background-size: 220% 100%;
  animation: chartShift 6.5s ease-in-out infinite;
}

.page-academy .module-badge {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  min-height: 31px;
  padding: 5px 18px;
  border-radius: 8px;
  clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%);
  border: 1px solid rgba(255, 158, 52, 0.5);
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.94), rgba(10, 12, 16, 0.9));
  color: #ffad3d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.page-academy .module-market .module-chart::after {
  clip-path: polygon(0 78%, 12% 48%, 25% 66%, 36% 24%, 47% 58%, 58% 18%, 69% 44%, 83% 30%, 100% 70%, 100% 100%, 0 100%);
  animation-duration: 6.2s;
}

.page-academy .module-data .module-chart::after {
  clip-path: polygon(0 74%, 10% 62%, 21% 72%, 34% 34%, 45% 60%, 56% 26%, 70% 52%, 84% 38%, 100% 66%, 100% 100%, 0 100%);
  animation-duration: 7s;
}

.page-academy .module-analytics .module-chart::after {
  clip-path: polygon(0 82%, 11% 66%, 22% 76%, 34% 56%, 47% 72%, 59% 40%, 70% 64%, 84% 50%, 100% 74%, 100% 100%, 0 100%);
  animation-duration: 7.4s;
}

.page-academy .module-practice .module-chart::after {
  clip-path: polygon(0 80%, 12% 58%, 24% 70%, 36% 30%, 48% 62%, 60% 24%, 72% 52%, 86% 36%, 100% 68%, 100% 100%, 0 100%);
  animation-duration: 6.6s;
}

.page-academy .module-result .module-chart::after {
  clip-path: polygon(0 79%, 10% 54%, 22% 68%, 35% 28%, 46% 58%, 58% 20%, 72% 46%, 86% 34%, 100% 64%, 100% 100%, 0 100%);
  animation-duration: 5.8s;
}

.page-academy .module-exp .module-chart::after {
  clip-path: polygon(0 83%, 13% 64%, 26% 76%, 38% 40%, 50% 68%, 62% 30%, 74% 58%, 86% 44%, 100% 72%, 100% 100%, 0 100%);
  animation-duration: 7.1s;
}

.page-academy .system-planet {
  position: absolute;
  left: 50%;
  top: 37.63%;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
}

.page-academy .planet-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  animation: planetBreathe 6s ease-in-out infinite;
}

.page-academy .planet-base,
.page-academy .planet-map-layer,
.page-academy .planet-grid-layer,
.page-academy .planet-reveal-mask,
.page-academy .planet-light-band,
.page-academy .planet-glow {
  position: absolute;
}

.page-academy .planet-base {
  inset: 0;
  background: url('/media/planet-base.png') center / cover no-repeat;
  opacity: 1;
  filter: brightness(0.1) contrast(1.08);
  z-index: 1;
}

.page-academy .planet-map-layer {
  inset: 0;
  background-image: url('/media/planet-map-texture.png');
  background-size: 260% 100%;
  background-position: 0% 50%;
  opacity: 0.54;
  mix-blend-mode: screen;
  filter: brightness(1.55) contrast(1.24) saturate(1.18);
  animation: planetMove 38s linear infinite;
  z-index: 2;
}

.page-academy .planet-grid-layer {
  inset: 0;
  background-image: url('/media/planet-grid-texture.png');
  background-size: 260% 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
  opacity: 0.38;
  z-index: 3;
  mix-blend-mode: screen;
  filter: brightness(1.5) contrast(1.32);
  animation: planetMove 38s linear infinite;
}

.page-academy .planet-reveal-mask {
  display: none;
}

.page-academy .planet-light-band {
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 140, 0, 0.05) 35%,
      rgba(255, 140, 0, 0.18) 50%,
      rgba(255, 140, 0, 0.05) 65%,
      transparent 100%
    );
  mix-blend-mode: screen;
  animation: lightBand 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 6;
}

.page-academy .planet-glow {
  inset: 0;
  border-radius: 50%;
  border: 0;
  box-shadow:
    inset 0 0 35px rgba(255, 140, 0, 0.35),
    0 0 45px rgba(255, 140, 0, 0.45),
    0 0 90px rgba(255, 140, 0, 0.22);
  z-index: 7;
}

.page-academy .system-platform {
  position: absolute;
  left: 50%;
  top: 69.2%;
  width: 62%;
  height: 16.5%;
  transform: translateX(-50%);
  z-index: 4;
}

.page-academy .system-platform::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 46%;
  width: 1px;
  height: 230%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 152, 44, 0.86), rgba(255, 152, 44, 0.18) 58%, rgba(255, 152, 44, 0));
  filter: blur(0.4px);
  opacity: 0.72;
}

.page-academy .platform-ellipse {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) perspective(520px) rotateX(64deg);
  border: 1px solid rgba(255, 154, 42, 0.42);
  background: rgba(8, 11, 16, 0.52);
  box-shadow: 0 0 18px rgba(255, 145, 34, 0.24);
}

.page-academy .system-platform .ellipse-1 {
  top: 0;
  width: 100%;
  height: 100%;
  border-color: rgba(255, 182, 99, 0.56);
  box-shadow: 0 0 24px rgba(255, 149, 39, 0.36);
}

.page-academy .system-platform .ellipse-2 {
  top: 16%;
  width: 76%;
  height: 68%;
  animation: platformSpin 28s linear infinite;
  border-color: rgba(255, 165, 74, 0.34);
  box-shadow: 0 0 12px rgba(255, 140, 30, 0.2);
}

.page-academy .system-platform .ellipse-3 {
  top: 30%;
  width: 50%;
  height: 42%;
  border-color: rgba(255, 158, 64, 0.24);
  box-shadow: none;
}

.page-academy .platform-glow {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 72%;
  height: 78%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 64, 0.72) 0%, rgba(255, 153, 44, 0.24) 32%, rgba(255, 142, 35, 0) 72%);
  filter: blur(3px);
  animation: coreGlow 5.8s ease-in-out infinite;
}

.page-academy .system-status {
  position: absolute;
  left: 50%;
  top: 79%;
  transform: translateX(-50%);
  margin: 0;
  min-width: 40%;
  border-radius: 18px;
  border: 1px solid rgba(255, 165, 60, 0.34);
  background: linear-gradient(180deg, rgba(9, 13, 20, 0.96), rgba(7, 10, 15, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 214, 150, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(255, 142, 35, 0.14);
  padding: 10px 16px 11px 44px;
  display: grid;
  gap: 2px;
  z-index: 8;
}

.page-academy .system-status strong {
  color: #f3ebdf;
  text-transform: uppercase;
  font-size: clamp(20px, 1.45vw, 30px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-shadow: 0 0 14px rgba(255, 174, 78, 0.26);
}

.page-academy .system-status small {
  color: rgba(237, 224, 205, 0.74);
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.3;
}

.page-academy .status-dot {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1fd56f;
  box-shadow: 0 0 0 4px rgba(31, 213, 111, 0.16), 0 0 14px rgba(31, 213, 111, 0.5);
  animation: statusPulse 2.2s ease-in-out infinite;
}

@keyframes planetMove {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 260% 50%;
  }
}

@keyframes planetMoveSlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 180% 50%;
  }
}

@keyframes planetBreathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.018);
  }
}

@keyframes lightBand {
  0% {
    transform: translateX(-18%);
    opacity: 0.35;
  }
  50% {
    transform: translateX(18%);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-18%);
    opacity: 0.35;
  }
}

@keyframes orbitRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes linkSparkIn {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -140;
  }
}

@keyframes linkSparkOut {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 140;
  }
}

@keyframes statusPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}

@keyframes coreGlow {
  0%,
  100% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 0.92;
  }
}

@keyframes platformSpin {
  from {
    transform: translateX(-50%) perspective(520px) rotateX(64deg) rotate(0deg);
  }
  to {
    transform: translateX(-50%) perspective(520px) rotateX(64deg) rotate(360deg);
  }
}

@keyframes chartShift {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.86;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-academy .academy-hero-system *,
  .page-academy .academy-hero-system *::before,
  .page-academy .academy-hero-system *::after {
    animation: none !important;
    transition: none !important;
  }
}

.page-academy .academy-roadmap-shell {
  position: relative;
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: clamp(16px, 2vw, 26px) clamp(18px, 2.4vw, 34px) clamp(8px, 1.4vw, 14px);
  background: transparent;
  color: #f4ecdf;
}

.page-academy .academy-roadmap-shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(220px, 24vw, 300px);
  background: radial-gradient(circle at 50% 34%, rgba(8, 7, 8, 0.86) 0%, rgba(8, 7, 8, 0.58) 46%, rgba(8, 7, 8, 0) 84%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.page-academy .academy-roadmap-shell > .row {
  position: relative;
  z-index: 1;
  row-gap: 12px;
}

.page-academy .academy-roadmap-shell .section-header {
  position: relative;
  max-width: 980px;
  margin: 0 auto 6px;
  padding: clamp(8px, 1.2vw, 14px) clamp(14px, 2vw, 26px) clamp(16px, 1.6vw, 22px);
}

.page-academy .academy-roadmap-shell .section-header::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 34px;
  background: radial-gradient(circle at 50% 42%, rgba(7, 7, 9, 0.86) 0%, rgba(7, 7, 9, 0.58) 44%, rgba(7, 7, 9, 0) 100%);
  pointer-events: none;
  z-index: -1;
}

.page-academy .academy-roadmap-shell .section-title {
  margin-bottom: 12px;
  color: #f7efe3;
  line-height: 1.08;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.48);
}

.page-academy .academy-roadmap-shell .section-lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(241, 229, 214, 0.76);
  line-height: 1.5;
}

.page-academy .academy-roadmap-shell .block_program_title_academy {
  margin-top: 0;
  margin-bottom: 6px;
}

.page-academy .academy-roadmap-shell .block_program_title_academy p {
  width: fit-content;
  margin: 0 auto;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 174, 86, 0.34);
  background: linear-gradient(180deg, rgba(20, 13, 9, 0.82), rgba(12, 10, 11, 0.72));
  color: #ffd29b;
  font-size: 18px;
}

.page-academy .academy-roadmap-shell .block_module_program_academy {
  display: flex;
}

.page-academy .academy-roadmap-shell .block_module_program {
  position: relative;
  width: 100%;
  min-height: 106px;
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 163, 63, 0.28);
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0.92), rgba(8, 10, 15, 0.8)),
    radial-gradient(circle at 26% 12%, rgba(255, 165, 70, 0.1), transparent 56%);
  box-shadow:
    inset 0 1px 0 rgba(255, 207, 141, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.34);
  padding: 14px 12px;
}

.page-academy .academy-roadmap-shell .block_module_program p {
  margin: 0;
  display: grid;
  justify-items: center;
  row-gap: 2px;
}

.page-academy .academy-roadmap-shell .number_program {
  color: #ffbe67;
  font-size: clamp(36px, 3.4vw, 56px);
  line-height: 1;
}

.page-academy .academy-roadmap-shell .number_program_text {
  color: rgba(240, 226, 208, 0.84);
  font-size: clamp(15px, 1.1vw, 18px);
}

.page-academy .academy-roadmap-item {
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: 0 clamp(18px, 2.4vw, 34px);
}

.page-academy .academy-roadmap-item > .noactive,
.page-academy .academy-roadmap-item > .active {
  display: block;
}

.page-academy .academy-roadmap-item .border_inside {
  position: relative;
  display: grid;
  grid-template-columns: minmax(108px, auto) 1fr 40px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 165, 68, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 11, 17, 0.92), rgba(8, 10, 15, 0.82)),
    radial-gradient(circle at 20% 22%, rgba(255, 168, 76, 0.08), transparent 54%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.page-academy .academy-roadmap-item .border_inside::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 24px;
  background: radial-gradient(circle at 34% 50%, rgba(7, 7, 9, 0.8) 0%, rgba(7, 7, 9, 0.52) 42%, rgba(7, 7, 9, 0) 92%);
  pointer-events: none;
  z-index: -1;
}

.page-academy .academy-roadmap-item > .noactive:hover .border_inside {
  border-color: rgba(255, 177, 91, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(255, 188, 106, 0.16),
    0 16px 30px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.page-academy .academy-roadmap-item > .active .border_inside {
  border-color: rgba(255, 187, 104, 0.78);
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.94), rgba(10, 10, 14, 0.86)),
    radial-gradient(circle at 22% 16%, rgba(255, 165, 74, 0.16), transparent 54%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 202, 131, 0.2),
    0 20px 34px rgba(0, 0, 0, 0.36),
    0 0 20px rgba(255, 141, 32, 0.2);
}

.page-academy .academy-roadmap-item .border_inside > [class*="col-"] {
  padding: 0;
  max-width: none;
}

.page-academy .academy-roadmap-item .border_inside > .col-1.col-xl-3.col-lg-2.col-md-1.col-sm-1 {
  display: none;
}

.page-academy .academy-roadmap-item .module_text {
  text-align: left;
}

.page-academy .academy-roadmap-item .module_text p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 176, 92, 0.35);
  background: rgba(22, 15, 10, 0.7);
  color: #ffc57a;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-roadmap-item .animat_text {
  text-align: left;
}

.page-academy .academy-roadmap-item .animat_text p {
  margin: 0;
  color: #f5ece0;
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.2;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.44);
}

.page-academy .academy-roadmap-item .svg_width_academy {
  width: 40px;
  max-width: 40px;
}

.page-academy .academy-roadmap-item .svg_width_academy svg {
  width: 20px;
  height: 20px;
}

.page-academy .academy-roadmap-item .svg_width_academy path {
  fill: #ffc170;
}

.page-academy #inside_answer_list_10,
.page-academy #inside_answer_list_11,
.page-academy #inside_answer_list_12,
.page-academy #inside_answer_list_13,
.page-academy #inside_answer_list_14,
.page-academy #inside_answer_list_15 {
  height: 0;
  overflow: hidden;
  transition: height 360ms ease;
}

.page-academy .academy-roadmap-item .row_module {
  margin-top: 12px;
  padding: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 165, 66, 0.24);
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.92), rgba(8, 10, 15, 0.84)),
    radial-gradient(circle at 86% 14%, rgba(255, 170, 78, 0.08), transparent 56%);
}

.page-academy .academy-roadmap-item .row_module > [class*="col-"] {
  padding: clamp(14px, 1.6vw, 20px);
}

.page-academy .academy-roadmap-item .module_inside_back {
  height: auto !important;
  min-height: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 167, 69, 0.14);
  background: linear-gradient(180deg, rgba(8, 10, 15, 0.94), rgba(7, 9, 14, 0.86));
  padding: 20px 22px;
}

.page-academy .academy-roadmap-item .module_inside_back > .row {
  margin-inline: 0;
}

.page-academy .academy-roadmap-item .module_inside_back .numder_module_academy {
  color: #ffc16f;
  font-size: clamp(24px, 1.8vw, 31px);
}

.page-academy .academy-roadmap-item .module_inside_back .touch_module {
  color: #ffba5f;
  margin-top: 5px;
}

.page-academy .academy-roadmap-item .module_inside_back .text_module {
  color: rgba(239, 226, 209, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.page-academy .academy-v2-shell {
  position: relative;
  padding: 0 0 clamp(44px, 4vw, 74px);
  padding-left: 0;
  padding-right: 0;
}

.page-academy .academy-v2-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: clamp(12px, 1.9vw, 24px);
}

.page-academy .academy-v2-shell section {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-academy .academy-v2-shared-stage {
  position: relative;
  border-radius: 28px;
  padding: clamp(16px, 2vw, 24px);
  background:
    linear-gradient(180deg, rgba(5, 6, 9, 0.84) 0%, rgba(5, 6, 8, 0.7) 100%),
    url("/media/academy-v2-shared-bg.png") center center / cover no-repeat;
  overflow: hidden;
}

.page-academy .academy-v2-shared-stage > .academy-v2-process {
  margin-top: clamp(12px, 1.5vw, 18px);
}

.page-academy .academy-v2-head {
  margin-bottom: 16px;
}

.page-academy .academy-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 168, 73, 0.35);
  background: rgba(28, 18, 11, 0.72);
  color: #ffb65d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-v2-title {
  margin: 0 0 10px;
  text-align: center;
  color: #f4ece2;
  font-family: var(--bt-font-display, "Georgia", serif);
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.1;
}

.page-academy .academy-v2-title--left {
  text-align: left;
  margin-top: 8px;
}

.page-academy .academy-v2-road-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  padding-top: 20px;
}

.page-academy .academy-v2-road-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123, 123, 131, 0.28), rgba(155, 155, 164, 0.72), rgba(123, 123, 131, 0.28));
  box-shadow:
    0 0 4px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(0, 0, 0, 0.44);
  z-index: 14;
  pointer-events: none;
}

.page-academy .academy-v2-road-line__dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%, #ffd792 0%, #ffba5f 36%, #ff981f 100%);
  box-shadow:
    0 0 0 3px rgba(255, 170, 71, 0.2),
    0 0 20px rgba(255, 142, 32, 0.9),
    0 0 34px rgba(255, 142, 32, 0.56);
  transform: translate3d(0, -50%, 0);
  z-index: 15;
}

.page-academy .academy-v2-road-card {
  --road-glow: 0;
  --road-accent: 0;
  position: relative;
  padding: 96px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(126, 126, 136, 0.28);
  background:
    linear-gradient(180deg, rgba(9, 11, 17, 0.92), rgba(7, 9, 14, 0.86)),
    radial-gradient(circle at 50% -6%, rgba(255, 163, 63, 0.04), transparent 48%);
  min-height: 226px;
  overflow: visible;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.page-academy .academy-v2-road-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 167, 70, 0.28) 0%, rgba(255, 151, 43, 0.12) 28%, rgba(255, 132, 29, 0) 70%),
    linear-gradient(180deg, rgba(255, 170, 78, 0.1), rgba(255, 140, 36, 0));
  opacity: calc(var(--road-glow) * 0.5);
  pointer-events: none;
}

.page-academy .academy-v2-road-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 170, 80, calc(0.08 + var(--road-glow) * 0.62));
  box-shadow:
    0 0 calc(8px + var(--road-glow) * 32px) rgba(255, 145, 42, calc(0.04 + var(--road-glow) * 0.54)),
    inset 0 0 calc(5px + var(--road-glow) * 16px) rgba(255, 151, 50, calc(0.04 + var(--road-glow) * 0.26));
  pointer-events: none;
}

.page-academy .academy-v2-road-card > * {
  position: relative;
  z-index: 2;
  transition: color 220ms ease, text-shadow 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.page-academy .academy-v2-road-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  border-radius: 50%;
  border: 1px solid rgba(230, 235, 242, calc(0.24 + var(--road-accent) * 0.52));
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 191, 112, 0.2), rgba(12, 12, 16, 1) 64%),
    rgba(9, 10, 15, 1);
  color: rgb(
    calc(236 + 19 * var(--road-accent)),
    calc(232 - 72 * var(--road-accent)),
    calc(228 - 172 * var(--road-accent))
  );
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, calc(0.06 + var(--road-accent) * 0.14)),
    0 0 calc(10px + var(--road-glow) * 24px) rgba(255, 143, 39, calc(0.18 + var(--road-glow) * 0.52));
  z-index: 20;
  pointer-events: none;
}

.page-academy .academy-v2-road-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.page-academy .academy-v2-road-step {
  position: absolute;
  top: -14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(228, 235, 244, calc(0.3 + var(--road-accent) * 0.58));
  background: rgba(8, 10, 14, calc(0.97 - var(--road-accent) * 0.18));
  color: rgb(
    calc(242 + 13 * var(--road-accent)),
    calc(238 - 78 * var(--road-accent)),
    calc(235 - 181 * var(--road-accent))
  );
  font-size: 14px;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
  text-shadow: 0 0 calc(var(--road-accent) * 20px) rgba(255, 162, 66, 0.78);
  z-index: 21;
}

.page-academy .academy-v2-road-card h3 {
  margin: 0 0 9px;
  color: rgb(
    calc(244 + 11 * var(--road-accent)),
    calc(240 - 73 * var(--road-accent)),
    calc(236 - 178 * var(--road-accent))
  );
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 1.06;
  font-family: var(--bt-font-display, "Georgia", serif);
  text-shadow:
    0 8px 20px rgba(0, 0, 0, 0.5),
    0 0 calc(2px + var(--road-accent) * 18px) rgba(255, 155, 54, calc(0.06 + var(--road-accent) * 0.58));
}

.page-academy .academy-v2-road-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgb(
    calc(236 + 19 * var(--road-accent)),
    calc(233 - 74 * var(--road-accent)),
    calc(229 - 173 * var(--road-accent))
  );
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.42;
  text-shadow: 0 0 calc(var(--road-accent) * 11px) rgba(255, 156, 56, 0.3);
}

.page-academy .academy-v2-road-card li::marker {
  color: rgb(
    calc(228 + 27 * var(--road-accent)),
    calc(230 - 70 * var(--road-accent)),
    calc(236 - 180 * var(--road-accent))
  );
}

.page-academy .academy-v2-road-card--accent {
  border-color: rgba(164, 164, 175, 0.36);
}

.page-academy .academy-v2-process-grid,
.page-academy .academy-v2-simulator-grid {
  display: grid;
  gap: 14px;
}

.page-academy .academy-v2-process-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.8fr);
  align-items: stretch;
}

.page-academy .academy-v2-simulator-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.28fr);
}

.page-academy .academy-v2-progress,
.page-academy .academy-v2-fundament,
.page-academy .academy-v2-sim-text,
.page-academy .academy-v2-sim-board {
  border-radius: 18px;
  border: 1px solid rgba(255, 155, 48, 0.32);
  background: linear-gradient(180deg, rgba(9, 12, 20, 0.9), rgba(7, 9, 16, 0.8));
  padding: 16px;
}

.page-academy .academy-v2-progress,
.page-academy .academy-v2-fundament {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.page-academy .academy-v2-progress::before,
.page-academy .academy-v2-fundament::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(255, 132, 28, 0.2) 0%,
    rgba(255, 206, 140, 0.9) 22%,
    rgba(255, 144, 42, 0.34) 44%,
    rgba(255, 205, 138, 0.88) 66%,
    rgba(255, 133, 28, 0.2) 100%
  );
  background-size: 100% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.page-academy .academy-v2-progress::after,
.page-academy .academy-v2-fundament::after {
  content: none;
}

.page-academy .academy-v2-progress > *,
.page-academy .academy-v2-fundament > * {
  position: relative;
  z-index: 1;
}

.page-academy .academy-v2-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.page-academy .academy-v2-progress-ring {
  --ring-size: 128px;
  --ring-circumference: 301.59;
  width: var(--ring-size);
  height: var(--ring-size);
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(7, 10, 15, 0.96) 0%, rgba(6, 9, 14, 0.78) 72%);
  box-shadow:
    inset 0 0 28px rgba(255, 137, 24, 0.16),
    0 0 24px rgba(0, 0, 0, 0.28);
}

.page-academy .academy-v2-progress-ring-svg {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.page-academy .academy-v2-progress-ring-track,
.page-academy .academy-v2-progress-ring-bar {
  fill: none;
  stroke-width: 8;
}

.page-academy .academy-v2-progress-ring-track {
  stroke: rgba(255, 171, 80, 0.24);
}

.page-academy .academy-v2-progress-ring-bar {
  stroke: #ffb24b;
  stroke-linecap: round;
  stroke-dasharray: var(--ring-circumference);
  stroke-dashoffset: var(--ring-circumference);
  filter: drop-shadow(0 0 10px rgba(255, 154, 49, 0.64));
}

.page-academy .academy-v2-progress-ring-value {
  color: #fff4e7;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-v2-progress-meta p {
  margin: 0 0 4px;
  color: rgba(237, 224, 206, 0.62);
  font-size: 15px;
}

.page-academy .academy-v2-progress-meta strong {
  display: block;
  color: #ffb95f;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.page-academy .academy-v2-inline-btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 82, 0.34);
  color: #ffe8cc;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-academy .academy-v2-inline-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 192, 112, 0.7);
  background: rgba(15, 12, 10, 0.9);
  color: #fff0d9;
  box-shadow: 0 10px 22px rgba(255, 146, 52, 0.24);
}

.page-academy .academy-v2-inline-btn--icon::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 181, 98, 0.66);
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 201, 124, 0.34), rgba(255, 160, 61, 0.08) 58%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M4 3.2L8.2 6 4 8.8V3.2Z' fill='%23ffb24b'/%3E%3C/svg%3E") center / 9px 9px no-repeat;
}

.page-academy .academy-v2-fundament {
  padding: 10px;
}

.page-academy .academy-v2-fundament-list {
  position: relative;
  display: grid;
  gap: 10px;
}

.page-academy .academy-v2-fundament-list::before {
  content: none;
}

.page-academy .academy-v2-fundament-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1.2fr) minmax(0, 0.88fr);
  align-items: center;
  gap: 12px;
  min-height: 102px;
  border-radius: 12px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.9), rgba(6, 9, 14, 0.84)) padding-box,
    linear-gradient(
      120deg,
      rgba(255, 144, 40, 0.24) 0%,
      rgba(255, 206, 140, 0.9) 22%,
      rgba(255, 145, 42, 0.18) 44%,
      rgba(255, 203, 134, 0.86) 66%,
      rgba(255, 136, 33, 0.22) 100%
    ) border-box;
  background-size: 100% 100%, 100% 100%;
  padding: 10px 12px 10px 4px;
}

.page-academy .academy-v2-fundament-item::before,
.page-academy .academy-v2-fundament-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.page-academy .academy-v2-fundament-item::before {
  width: 9px;
  height: 9px;
  background: radial-gradient(circle at 35% 35%, #ffe2ad 0%, #ffc674 40%, #ff9e2c 100%);
  box-shadow:
    0 0 0 2px rgba(255, 173, 76, 0.16),
    0 0 14px rgba(255, 150, 43, 0.86),
    0 0 26px rgba(255, 151, 45, 0.52);
  animation: academyV2LeftDotPulse 1.85s ease-in-out infinite;
  z-index: 3;
}

.page-academy .academy-v2-fundament-item::after {
  width: 17px;
  height: 17px;
  margin-left: -4px;
  border: 1px solid rgba(255, 173, 76, 0.44);
  box-shadow: 0 0 16px rgba(255, 150, 43, 0.38);
  animation: academyV2LeftDotRing 1.85s ease-in-out infinite;
  z-index: 2;
}

.page-academy .academy-v2-fundament-item:nth-child(2)::before,
.page-academy .academy-v2-fundament-item:nth-child(2)::after {
  animation-delay: 0.24s;
}

.page-academy .academy-v2-fundament-item:nth-child(3)::before,
.page-academy .academy-v2-fundament-item:nth-child(3)::after {
  animation-delay: 0.48s;
}

.page-academy .academy-v2-fundament-index {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 177, 91, 0.34);
  background: rgba(9, 12, 19, 0.94);
  display: inline-grid;
  place-items: center;
  color: #ffbf67;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-v2-fundament-body p {
  margin: 0;
  color: rgba(239, 226, 210, 0.88);
  font-size: 15px;
  line-height: 1.35;
}

.page-academy .academy-v2-fundament-body strong {
  display: block;
  color: #ffd39b;
  font-size: 31px;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.page-academy .academy-v2-fundament-tags {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-academy .academy-v2-fundament-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 167, 70, 0.52);
  background: linear-gradient(180deg, rgba(42, 24, 10, 0.92), rgba(20, 15, 10, 0.84));
  color: #ffbf6a;
  font-size: 12px;
  font-weight: 700;
}

.page-academy .academy-v2-fundament-graph {
  position: relative;
  height: 82px;
  border-radius: 10px;
  border: 1px solid rgba(61, 224, 196, 0.32);
  background:
    linear-gradient(180deg, rgba(6, 16, 20, 0.82), rgba(5, 13, 17, 0.76)),
    repeating-linear-gradient(to right, transparent 0 30px, rgba(67, 193, 213, 0.09) 30px 31px),
    repeating-linear-gradient(to bottom, transparent 0 22px, rgba(67, 193, 213, 0.08) 22px 23px);
  padding: 8px 42px 8px 8px;
  overflow: hidden;
}

.page-academy .academy-v2-fundament-graph svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-academy .academy-v2-fundament-graph-area {
  fill: rgba(46, 235, 209, 0.13);
}

.page-academy .academy-v2-fundament-graph-line {
  fill: none;
  stroke: #2ef3d5;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(43, 245, 211, 0.7));
}

.page-academy .academy-v2-fundament-graph-dot-halo {
  fill: none;
  stroke: rgba(67, 250, 222, 0.58);
  stroke-width: 1.2;
  filter: drop-shadow(0 0 12px rgba(51, 247, 216, 0.55));
  animation: academyV2GraphDotPulse 2.1s ease-in-out infinite;
}

.page-academy .academy-v2-fundament-graph-dot-core {
  fill: #7effea;
  filter: drop-shadow(0 0 10px rgba(42, 245, 214, 0.8));
  opacity: 1;
}

.page-academy .academy-v2-fundament-graph span {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #2cf7d2;
  font-size: clamp(13px, 0.95vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px rgba(44, 247, 210, 0.5);
}

@keyframes academyV2BorderFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes academyV2BorderSweep {
  0% {
    transform: translateX(-62%);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  55% {
    opacity: 0.55;
  }
  100% {
    transform: translateX(62%);
    opacity: 0;
  }
}

@keyframes academyV2LeftDotPulse {
  0%,
  100% {
    transform: translateY(-50%) scale(0.94);
    opacity: 0.82;
  }
  50% {
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes academyV2LeftDotRing {
  0%,
  100% {
    transform: translateY(-50%) scale(0.85);
    opacity: 0.28;
  }
  50% {
    transform: translateY(-50%) scale(1.18);
    opacity: 0.9;
  }
}

@keyframes academyV2GraphDotPulse {
  0%,
  100% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.78;
  }
}

@keyframes academyV2GraphDotCore {
  0%,
  100% {
    opacity: 0.94;
  }
  50% {
    opacity: 1;
  }
}

.page-academy .academy-v2-fundament-graph-dot-core {
  animation: academyV2GraphDotCore 2.1s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .page-academy .academy-v2-fundament-graph-dot-halo,
  .page-academy .academy-v2-fundament-graph-dot-core {
    animation: none !important;
    opacity: 1;
  }
}

@keyframes academyV2ItemBorderFlow {
  0% {
    background-position: 0% 0%, 0% 50%;
  }
  100% {
    background-position: 0% 0%, 220% 50%;
  }
}
.page-academy .academy-v2-sim-text p {
  margin: 0 0 12px;
  color: rgba(239, 226, 210, 0.72);
  line-height: 1.5;
}

.page-academy .academy-v2-sim-text ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(239, 226, 210, 0.8);
  line-height: 1.55;
}

.page-academy .academy-v2-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 162, 62, 0.42);
  background: linear-gradient(180deg, #ffc86f 0%, #ffa938 58%, #ea8616 100%);
  color: #2b1607;
  text-decoration: none;
  font-weight: 700;
}

.page-academy .academy-v2-sim-header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: #e9dccb;
  font-size: 12px;
}

.page-academy .academy-v2-sim-header .profit {
  color: #39e8cc;
}

.page-academy .academy-v2-sim-chart {
  height: 160px;
  border-radius: 12px;
  border: 1px solid rgba(86, 211, 222, 0.24);
  background:
    linear-gradient(180deg, rgba(5, 15, 21, 0.95), rgba(5, 14, 20, 0.9)),
    linear-gradient(145deg, transparent 6%, rgba(70, 220, 205, 0.22) 28%, transparent 50%, rgba(255, 158, 49, 0.26) 77%, transparent 94%);
}

.page-academy .academy-v2-sim-controls {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-academy .academy-v2-sim-controls button {
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 168, 74, 0.34);
  background: rgba(10, 14, 21, 0.9);
  color: #ecdcc6;
  font-size: 13px;
  padding: 0 14px;
}

.page-academy .academy-v2-sim-controls button:last-child {
  margin-left: auto;
  background: linear-gradient(180deg, #2fe6ca 0%, #1db79f 100%);
  color: #06382f;
  border-color: rgba(47, 230, 202, 0.38);
  font-weight: 700;
}

.page-academy .academy-v2-metrics-grid,
.page-academy .academy-v2-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.page-academy .academy-v2-metrics-grid article,
.page-academy .academy-v2-tech-grid article {
  border-radius: 14px;
  border: 1px solid rgba(255, 160, 56, 0.22);
  background: linear-gradient(180deg, rgba(10, 12, 20, 0.92), rgba(8, 9, 15, 0.76));
  padding: 14px;
}

.page-academy .academy-v2-metrics-grid p,
.page-academy .academy-v2-tech-grid span {
  margin: 0;
  color: rgba(236, 223, 206, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.page-academy .academy-v2-metrics-grid strong {
  display: block;
  margin-top: 8px;
  color: #ffbb63;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1;
}

.page-academy .academy-v2-tech-grid strong {
  display: block;
  color: #ffcb83;
  font-size: 17px;
  margin-bottom: 6px;
}

.page-academy .academy-v2-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 14px;
  align-items: center;
}

.page-academy .academy-v2-cta-copy h2 {
  margin: 0 0 8px;
  color: #f8efe3;
  font-size: clamp(33px, 3.2vw, 50px);
  line-height: 1.05;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-v2-cta-copy p {
  margin: 0 0 14px;
  color: rgba(236, 223, 206, 0.72);
  font-size: 16px;
  line-height: 1.45;
}

.page-academy .academy-v2-cta-logo {
  width: 118px;
  height: 118px;
  border-radius: 20px;
  border: 1px solid rgba(255, 176, 86, 0.4);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 176, 86, 0.3), transparent 68%),
    linear-gradient(180deg, rgba(18, 12, 10, 0.92), rgba(12, 9, 8, 0.88));
  display: grid;
  place-items: center;
  color: #ffba63;
  font-size: 42px;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-adv2-shell {
  position: relative;
  max-width: min(1880px, calc(100vw - 18px));
  margin: 0 auto;
  padding: clamp(20px, 2.1vw, 34px) clamp(12px, 1.5vw, 22px) clamp(32px, 3vw, 48px);
  color: #f3e9dc;
  isolation: isolate;
}

.page-academy .academy-adv2-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 173, 71, 0.17), transparent 38%),
    radial-gradient(circle at 50% 60%, rgba(255, 130, 22, 0.08), transparent 52%);
  z-index: -1;
}

.page-academy .academy-adv2-header {
  max-width: min(1120px, 88vw);
  margin: 0 auto;
}

.page-academy .section-header .section-eyebrow {
  position: relative;
  isolation: isolate;
  min-height: 40px;
  padding: 8px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 182, 86, 0.38);
  background: linear-gradient(180deg, rgba(16, 12, 9, 0.92), rgba(8, 9, 13, 0.88));
  color: #ffc76d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 173, 0.12),
    0 0 12px rgba(255, 153, 45, 0.18);
}

.page-academy .section-header .section-eyebrow::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
  pointer-events: none;
  z-index: 1;
  animation: academyEyebrowBorderFlow 8s linear infinite;
}

.page-academy .section-header .section-eyebrow::after {
  content: "";
  position: absolute;
  inset: -4px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.62) 0%,
    rgba(255, 205, 132, 0.58) 22%,
    rgba(255, 154, 49, 0.62) 44%,
    rgba(255, 117, 18, 0.6) 68%,
    rgba(255, 193, 108, 0.56) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(7px);
  opacity: 0.34;
  pointer-events: none;
  z-index: -1;
  animation: academyEyebrowBorderFlow 7s linear infinite, academyEyebrowGlowPulse 3.6s ease-in-out infinite;
}

@keyframes academyEyebrowBorderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes academyEyebrowGlowPulse {
  0%,
  100% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.44;
  }
}

.page-academy .academy-adv2-header .section-eyebrow {
  min-height: 36px;
  padding: 7px 20px;
  border-color: rgba(255, 181, 88, 0.62);
  background: rgba(17, 11, 7, 0.86);
  color: #ffc76d;
  font-size: 12px;
  letter-spacing: 0.14em;
  box-shadow:
    inset 0 0 0 1px rgba(255, 221, 162, 0.14),
    0 0 14px rgba(255, 156, 47, 0.28);
}

.page-academy .academy-adv2-header .section-title {
  margin-top: 14px;
  margin-bottom: 10px;
  max-width: min(100%, 25.2ch);
  color: #f8efe2;
  font-family: "Vollda-Bold", "Georgia", serif;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.page-academy .academy-adv2-header .section-title span {
  color: #ffbe5c;
}

.page-academy .academy-adv2-header .section-lead {
  max-width: min(990px, 90vw);
  color: rgba(236, 223, 206, 0.8);
  font-size: clamp(15px, 1.06vw, 20px);
  line-height: 1.55;
}

.page-academy .academy-adv2-core {
  position: relative;
  margin-top: clamp(22px, 2.4vw, 36px);
  --adv2-center-shift-y: 28px;
  --adv2-link-span-left: 302px;
  --adv2-link-span-right: 378px;
  --adv2-link-span-up: 236px;
  --adv2-link-span-down: 302px;
  --adv2-link-hook-top: 34px;
  --adv2-link-hook-right: 16px;
  --adv2-link-hook-left: 16px;
  --adv2-link-hook-bottom: 34px;
  --adv2-link-right-nudge-y: 0px;
  --adv2-link-left-nudge-y: 0px;
  --adv2-link-horizontal-nudge-y: 0px;
  --adv2-link-thickness: 3px;
  --adv2-link-corner-radius: 14px;
  --adv2-link-color: rgba(255, 206, 132, 0.95);
  --adv2-link-span-x: var(--adv2-link-span-right);
  --adv2-link-span-y: var(--adv2-link-span-up);
  --adv2-node-offset-x: calc(var(--adv2-link-span-x) - 8px);
  --adv2-node-offset-y: calc(var(--adv2-link-span-y) - 8px);
  --adv2-curve-size: clamp(102px, 7.6vw, 138px);
  --adv2-curve-offset: clamp(66px, 4.8vw, 86px);
  --adv2-hub-size: clamp(140px, 8.9vw, 174px);
  --adv2-oct-a: 14.645%;
  --adv2-oct-b: 85.355%;
  --adv2-wave-radius: clamp(124px, 8.8vw, 170px);
}

.page-academy .academy-adv2-link {
  position: absolute;
  left: 50%;
  top: calc(50% + var(--adv2-center-shift-y));
  display: block;
  border-radius: 999px;
  background: transparent;
  filter:
    drop-shadow(0 0 6px rgba(255, 166, 60, 0.56))
    drop-shadow(0 0 14px rgba(255, 136, 30, 0.3));
  z-index: 5;
  pointer-events: none;
}

.page-academy .academy-adv2-link::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #fff2cf 0%, #ffd486 38%, #ffad43 100%);
  box-shadow:
    0 0 0 2px rgba(255, 188, 101, 0.2),
    0 0 16px rgba(255, 152, 42, 0.86),
    0 0 28px rgba(255, 137, 28, 0.56);
}

.page-academy .academy-adv2-link::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-academy .academy-adv2-link--to01 {
  width: var(--adv2-link-thickness);
  height: var(--adv2-link-span-up);
  transform: translate(-50%, -100%);
  background: linear-gradient(var(--adv2-link-color), var(--adv2-link-color)) center bottom / var(--adv2-link-thickness) calc(100% - var(--adv2-link-corner-radius) + 2px) no-repeat;
}

.page-academy .academy-adv2-link--to01::before {
  left: calc(50% + var(--adv2-link-hook-top) - 6px);
  top: -6px;
  transform: none;
}

.page-academy .academy-adv2-link--to01::after {
  box-sizing: border-box;
  width: var(--adv2-link-hook-top);
  height: calc(var(--adv2-link-corner-radius) + 1px);
  left: calc(50% - 1px);
  top: -1px;
  border-top: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-left: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-top-left-radius: var(--adv2-link-corner-radius);
  background: none;
  filter: none;
}

.page-academy .academy-adv2-link--to02 {
  top: calc(50% + var(--adv2-center-shift-y) + var(--adv2-link-right-nudge-y, var(--adv2-link-horizontal-nudge-y)));
  width: var(--adv2-link-span-right);
  height: var(--adv2-link-thickness);
  transform: translateY(-50%);
  border-radius: 0;
  background: linear-gradient(var(--adv2-link-color), var(--adv2-link-color)) left center / calc(100% - var(--adv2-link-corner-radius) + 2px) var(--adv2-link-thickness) no-repeat;
}

.page-academy .academy-adv2-link--to02::before {
  right: -6px;
  top: calc(var(--adv2-link-hook-right) - 3px);
  transform: none;
}

.page-academy .academy-adv2-link--to02::after {
  box-sizing: border-box;
  width: var(--adv2-link-corner-radius);
  height: calc(var(--adv2-link-hook-right) + 1px);
  left: calc(100% - var(--adv2-link-corner-radius) - 1px);
  top: 0;
  border-right: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-top: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-top-right-radius: var(--adv2-link-corner-radius);
  background: none;
  filter: none;
}

.page-academy .academy-adv2-link--to03 {
  top: calc(50% + var(--adv2-center-shift-y) + var(--adv2-link-left-nudge-y, var(--adv2-link-horizontal-nudge-y)));
  width: var(--adv2-link-span-left);
  height: var(--adv2-link-thickness);
  transform: translate(-100%, -50%);
  border-radius: 0;
  background: linear-gradient(var(--adv2-link-color), var(--adv2-link-color)) right center / calc(100% - var(--adv2-link-corner-radius) + 2px) var(--adv2-link-thickness) no-repeat;
}

.page-academy .academy-adv2-link--to03::before {
  left: -6px;
  top: calc(var(--adv2-link-thickness) - var(--adv2-link-hook-left) - 5px);
  transform: none;
}

.page-academy .academy-adv2-link--to03::after {
  box-sizing: border-box;
  width: var(--adv2-link-corner-radius);
  height: calc(var(--adv2-link-hook-left) + 1px);
  left: -1px;
  top: calc(var(--adv2-link-thickness) - var(--adv2-link-hook-left) - 1px);
  border-left: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-bottom: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-bottom-left-radius: var(--adv2-link-corner-radius);
  background: none;
  filter: none;
}

.page-academy .academy-adv2-link--to04 {
  width: var(--adv2-link-thickness);
  height: var(--adv2-link-span-down);
  background: linear-gradient(var(--adv2-link-color), var(--adv2-link-color)) center top / var(--adv2-link-thickness) calc(100% - var(--adv2-link-corner-radius) + 2px) no-repeat;
}

.page-academy .academy-adv2-link--to04::before {
  left: calc(50% - var(--adv2-link-hook-bottom) - 6px);
  bottom: -6px;
  transform: none;
}

.page-academy .academy-adv2-link--to04::after {
  box-sizing: border-box;
  width: var(--adv2-link-hook-bottom);
  height: calc(var(--adv2-link-corner-radius) + 1px);
  left: calc(50% - var(--adv2-link-hook-bottom) + 1px);
  top: calc(100% - var(--adv2-link-corner-radius) - 1px);
  border-bottom: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-right: var(--adv2-link-thickness) solid var(--adv2-link-color);
  border-bottom-right-radius: var(--adv2-link-corner-radius);
  background: none;
  filter: none;
}

.page-academy .academy-adv2-inner-curve {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--adv2-curve-size);
  height: var(--adv2-curve-size);
  z-index: 6;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(255, 173, 74, 0.64));
}

.page-academy .academy-adv2-inner-curve--01 {
  transform: translate(calc(-100% - var(--adv2-curve-offset)), calc(-100% - var(--adv2-curve-offset)));
  border-right: 2px solid rgba(255, 201, 123, 0.92);
  border-bottom: 2px solid rgba(255, 201, 123, 0.92);
  border-bottom-right-radius: var(--adv2-curve-size);
}

.page-academy .academy-adv2-inner-curve--03 {
  transform: translate(calc(-100% - var(--adv2-curve-offset)), var(--adv2-curve-offset));
  border-right: 2px solid rgba(255, 201, 123, 0.92);
  border-top: 2px solid rgba(255, 201, 123, 0.92);
  border-top-right-radius: var(--adv2-curve-size);
}

.page-academy .academy-adv2-inner-curve--04 {
  transform: translate(var(--adv2-curve-offset), var(--adv2-curve-offset));
  border-left: 2px solid rgba(255, 201, 123, 0.92);
  border-top: 2px solid rgba(255, 201, 123, 0.92);
  border-top-left-radius: var(--adv2-curve-size);
}

.page-academy .academy-adv2-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #fff2cf 0%, #ffd486 38%, #ffad43 100%);
  box-shadow:
    0 0 0 2px rgba(255, 188, 101, 0.2),
    0 0 16px rgba(255, 152, 42, 0.86),
    0 0 28px rgba(255, 137, 28, 0.56);
  z-index: 7;
  pointer-events: none;
}

.page-academy .academy-adv2-node--top {
  transform: translate(-50%, calc(-100% - var(--adv2-node-offset-y)));
}

.page-academy .academy-adv2-node--right {
  transform: translate(calc(100% + var(--adv2-node-offset-x)), -50%);
}

.page-academy .academy-adv2-node--bottom {
  transform: translate(-50%, calc(100% + var(--adv2-node-offset-y)));
}

.page-academy .academy-adv2-node--left {
  transform: translate(calc(-100% - var(--adv2-node-offset-x)), -50%);
}

.page-academy .academy-adv2-chevron {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 212, 144, 0.95);
  border-right: 2px solid rgba(255, 212, 144, 0.95);
  filter: drop-shadow(0 0 6px rgba(255, 153, 41, 0.64));
  z-index: 7;
  pointer-events: none;
}

.page-academy .academy-adv2-chevron--left {
  transform: translate(calc(-100% - (var(--adv2-node-offset-x) - 38px)), -50%) rotate(-135deg);
}

.page-academy .academy-adv2-chevron--right {
  transform: translate(calc(100% + (var(--adv2-node-offset-x) - 50px)), -50%) rotate(45deg);
}

.page-academy .academy-adv2-chevron--top {
  transform: translate(-50%, calc(-100% - (var(--adv2-node-offset-y) - 40px))) rotate(135deg);
}

.page-academy .academy-adv2-chevron--bottom {
  transform: translate(-50%, calc(100% + (var(--adv2-node-offset-y) - 50px))) rotate(-45deg);
}

.page-academy .academy-adv2-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 3.1vw, 58px) clamp(44px, 3.3vw, 62px);
}

.page-academy .academy-adv2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(350px, 28vw, 520px);
  border-radius: 30px;
  padding: clamp(14px, 1.1vw, 20px) clamp(14px, 1vw, 18px) clamp(14px, 1vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(255, 177, 82, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(255, 226, 181, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.44);
  background-color: #070b12;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.page-academy .academy-adv2-card::before {
  content: none;
}

.page-academy .academy-adv2-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 184, 92, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 220, 162, 0.1),
    0 0 22px rgba(255, 157, 55, 0.26);
  pointer-events: none;
}

.page-academy .academy-adv2-card > * {
  position: relative;
  z-index: 2;
}

.page-academy .academy-adv2-card > .academy-adv2-wave {
  z-index: 3;
}

.page-academy .academy-adv2-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.page-academy .academy-adv2-card--01 {
  border-radius: 30px 30px 152px 30px;
  background-image: url("../media/stop/ac0f8151-5d3c-4789-be20-b17ab7190e7e.png");
  background-position: 70% center;
}

.page-academy .academy-adv2-card--02 {
  border-radius: 30px 30px 30px 152px;
  background-image: url("../media/stop/f339f691-b827-4718-bd47-e0014e5fed18.png");
}

.page-academy .academy-adv2-card--03 {
  border-radius: 30px 152px 30px 30px;
  background-image: url("../media/stop/13d9033d-5001-45b3-aeb7-b4bdaf1af78c.png");
  background-position: 106% center;
}

.page-academy .academy-adv2-card--04 {
  border-radius: 152px 30px 30px 30px;
  background-image: url("../media/stop/4d72924c-499a-4d1e-a6a5-e9edfa8ce3a5.png");
}

.page-academy .academy-adv2-card--02::after {
  z-index: 9;
}

.page-academy .academy-adv2-wave {
  position: absolute;
  width: var(--adv2-wave-radius);
  height: var(--adv2-wave-radius);
  border-radius: 50%;
  border: 2px solid rgba(255, 191, 104, 0.9);
  box-shadow:
    0 0 12px rgba(255, 164, 56, 0.56),
    0 0 24px rgba(255, 143, 36, 0.32);
  opacity: 0.94;
  pointer-events: none;
}

.page-academy .academy-adv2-wave::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 211, 141, 0.72);
  box-shadow: 0 0 8px rgba(255, 164, 56, 0.4);
}

.page-academy .academy-adv2-wave--br {
  right: calc(var(--adv2-wave-radius) * -0.52);
  bottom: calc(var(--adv2-wave-radius) * -0.52);
}

.page-academy .academy-adv2-wave--bl {
  left: calc(var(--adv2-wave-radius) * -0.52);
  bottom: calc(var(--adv2-wave-radius) * -0.52);
}

.page-academy .academy-adv2-wave--tr {
  right: calc(var(--adv2-wave-radius) * -0.52);
  top: calc(var(--adv2-wave-radius) * -0.52);
}

.page-academy .academy-adv2-wave--tl {
  left: calc(var(--adv2-wave-radius) * -0.52);
  top: calc(var(--adv2-wave-radius) * -0.52);
}

.page-academy .academy-adv2-number {
  display: inline-block;
  color: rgba(224, 224, 229, 0.2);
  font-size: clamp(84px, 7.1vw, 154px);
  line-height: 0.74;
  font-weight: 700;
  font-family: "Vollda-Bold", "Georgia", serif;
  letter-spacing: 0.01em;
}

.page-academy .academy-adv2-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 8px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 188, 96, 0.72);
  background: rgba(16, 12, 9, 0.9);
  color: #ffc66d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  box-shadow: 0 0 10px rgba(255, 159, 50, 0.2);
}

.page-academy .academy-adv2-card h3 {
  margin: 10px 0 0;
  max-width: 45%;
  color: #f7eee3;
  font-size: clamp(26px, 2.25vw, 42px);
  line-height: 1.07;
  font-family: "Vollda-Bold", "Georgia", serif;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.page-academy .academy-adv2-card h3 span {
  color: #ffbf5e;
}

.page-academy .academy-adv2-card p {
  margin: 10px 0 0;
  max-width: 45%;
  color: rgba(236, 225, 207, 0.86);
  font-size: clamp(12px, 0.84vw, 15px);
  line-height: 1.46;
}

.page-academy .academy-adv2-copy-accent {
  color: #ffc25f;
  font-weight: 700;
}

.page-academy .academy-adv2-pills {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  width: 36%;
  max-width: 288px;
}

.page-academy .academy-adv2-pills li {
  position: relative;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 181, 87, 0.4);
  background: linear-gradient(180deg, rgba(8, 11, 16, 0.96), rgba(6, 9, 14, 0.88));
  color: rgba(243, 228, 207, 0.93);
  padding: 9px 14px 9px 66px;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.18;
  display: flex;
  align-items: center;
}

.page-academy .academy-adv2-pills li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 6px rgba(255, 167, 62, 0.46));
}

.page-academy .academy-adv2-pills--01 li:nth-child(1)::before { background-image: url("../media/academy_icon/29_icon.webp"); }
.page-academy .academy-adv2-pills--01 li:nth-child(2)::before { background-image: url("../media/academy_icon/11_icon.webp"); }
.page-academy .academy-adv2-pills--01 li:nth-child(3)::before { background-image: url("../media/academy_icon/18_icon.webp"); }

.page-academy .academy-adv2-pills--02 li:nth-child(1)::before { background-image: url("../media/academy_icon/9_icon.webp"); }
.page-academy .academy-adv2-pills--02 li:nth-child(2)::before { background-image: url("../media/academy_icon/26_icon.webp"); }
.page-academy .academy-adv2-pills--02 li:nth-child(3)::before { background-image: url("../media/academy_icon/20_icon.webp"); }

.page-academy .academy-adv2-pills--03 li:nth-child(1)::before { background-image: url("../media/academy_icon/19_icon.webp"); }
.page-academy .academy-adv2-pills--03 li:nth-child(2)::before { background-image: url("../media/academy_icon/22_icon.webp"); }
.page-academy .academy-adv2-pills--03 li:nth-child(3)::before { background-image: url("../media/academy_icon/1_icon.webp"); }

.page-academy .academy-adv2-pills--04 li:nth-child(1)::before { background-image: url("../media/academy_icon/23_icon.webp"); }
.page-academy .academy-adv2-pills--04 li:nth-child(2)::before { background-image: url("../media/academy_icon/7_icon.webp"); }
.page-academy .academy-adv2-pills--04 li:nth-child(3)::before { background-image: url("../media/academy_icon/15_icon.webp"); }

.page-academy .academy-adv2-pill-accent {
  color: #ffbf5a;
  font-weight: 700;
  margin-right: 5px;
}

.page-academy .academy-adv2-metric {
  margin-top: 12px;
  margin-left: auto;
  min-width: 238px;
  max-width: 296px;
  border-radius: 14px;
  border: 1px solid rgba(255, 181, 87, 0.42);
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.94), rgba(7, 9, 13, 0.88));
  padding: 12px 14px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

.page-academy .academy-adv2-metric-icon {
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  filter: drop-shadow(0 0 6px rgba(255, 168, 65, 0.46));
}

.page-academy .academy-adv2-metric-icon--01 { background-image: url("../media/academy_icon/13_icon.webp"); }
.page-academy .academy-adv2-metric-icon--02 { background-image: url("../media/academy_icon/3_icon.webp"); }
.page-academy .academy-adv2-metric-icon--03 { background-image: url("../media/academy_icon/30_icon.webp"); }
.page-academy .academy-adv2-metric-icon--04 { background-image: url("../media/academy_icon/21_icon.webp"); }

.page-academy .academy-adv2-metric-icon {
  display: none;
}

.page-academy .academy-adv2-metric-copy strong {
  display: block;
  color: #ffbd60;
  font-size: clamp(20px, 1.42vw, 29px);
  line-height: 0.95;
  font-family: "Vollda-Bold", "Georgia", serif;
}

.page-academy .academy-adv2-metric-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(233, 219, 198, 0.78);
  font-size: clamp(7px, 0.48vw, 8.5px);
  line-height: 1.2;
}

.page-academy .academy-adv2-metric--people {
  max-width: 240px;
  gap: 8px;
}

.page-academy .academy-adv2-avatars {
  margin-top: 2px;
  grid-column: 1;
  display: inline-flex;
  align-items: center;
}

.page-academy .academy-adv2-avatars img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(10, 10, 14, 0.92);
  object-fit: cover;
  margin-left: -8px;
  box-shadow: 0 0 8px rgba(255, 168, 60, 0.2);
}

.page-academy .academy-adv2-avatars img:first-child {
  margin-left: 0;
}

.page-academy .academy-adv2-hub {
  position: absolute;
  left: 50%;
  top: calc(50% + var(--adv2-center-shift-y));
  transform: translate(-50%, -50%);
  width: var(--adv2-hub-size);
  height: var(--adv2-hub-size);
  clip-path: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 186, 88, 0.96);
  background: rgba(10, 8, 8, 0.16);
  box-shadow:
    0 0 0 1px rgba(255, 220, 164, 0.18),
    0 0 12px rgba(255, 167, 58, 0.58),
    0 0 24px rgba(255, 138, 28, 0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 8;
  pointer-events: none;
}

.page-academy .academy-adv2-hub::before {
  content: "";
  position: absolute;
  inset: -3px;
  clip-path: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 183, 82, 0.58);
  box-shadow: 0 0 12px rgba(255, 157, 48, 0.34);
  animation: academyAdv2HubPulse 2.4s ease-in-out infinite;
  pointer-events: none;
}

.page-academy .academy-adv2-hub-border {
  display: none;
}

.page-academy .academy-adv2-hub-content {
  position: absolute;
  inset: 5px;
  clip-path: none;
  border-radius: 50%;
  border: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 186, 92, 0.22), rgba(8, 9, 12, 0.98) 48%),
    linear-gradient(180deg, rgba(8, 9, 12, 0.98), rgba(3, 4, 6, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 175, 0.04),
    inset 0 -8px 14px rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 3;
}

.page-academy .academy-adv2-inner-curve,
.page-academy .academy-adv2-wave,
.page-academy .academy-adv2-node,
.page-academy .academy-adv2-chevron {
  display: none;
}

.page-academy .academy-adv2-hub-logo {
  position: relative;
  z-index: 2;
  width: clamp(66px, 4.9vw, 88px);
  height: clamp(66px, 4.9vw, 88px);
  display: block;
}

.page-academy .academy-adv2-hub-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 181, 74, 0.72));
}

.page-academy .academy-adv2-hub-text {
  position: relative;
  z-index: 2;
  color: #f7cb7f;
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
}

@keyframes academyAdv2HubPulse {
  0%,
  100% {
    box-shadow:
      0 0 8px rgba(255, 154, 44, 0.34),
      0 0 0 0 rgba(255, 169, 67, 0.26);
    opacity: 0.84;
  }
  50% {
    box-shadow:
      0 0 18px rgba(255, 168, 58, 0.64),
      0 0 0 5px rgba(255, 173, 72, 0.14);
    opacity: 1;
  }
}

.page-academy .academy-adv2-foot {
  margin: 16px auto 0;
  width: 80%;
  border-radius: 20px;
  border: 1px solid rgba(255, 174, 76, 0.34);
  background:
    radial-gradient(circle at 86% 60%, rgba(255, 168, 60, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(10, 12, 18, 0.97), rgba(7, 9, 14, 0.92));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 0.85fr);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.page-academy .academy-adv2-foot-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  justify-content: flex-start;
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 168, 71, 0.16);
}

.page-academy .academy-adv2-foot-icon {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  border: 1px solid rgba(255, 174, 77, 0.46);
  background: linear-gradient(180deg, rgba(22, 16, 11, 0.84), rgba(12, 10, 12, 0.8));
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 225, 177, 0.16),
    0 0 16px rgba(255, 160, 52, 0.2);
}

.page-academy .academy-adv2-foot-icon img {
  width: 66px;
  height: 66px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 171, 66, 0.46));
}

.page-academy .academy-adv2-foot-item h4 {
  margin: 0;
  color: #f7c26b;
  font-size: clamp(15px, 0.96vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-academy .academy-adv2-foot-item p {
  margin: 6px 0 0;
  color: rgba(233, 221, 202, 0.86);
  font-size: clamp(13px, 0.92vw, 17px);
  line-height: 1.42;
  max-width: 24ch;
}

.page-academy .academy-adv2-foot-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 92, 0.72);
  background: linear-gradient(180deg, rgba(16, 13, 10, 0.9), rgba(10, 10, 12, 0.84));
  box-shadow:
    inset 0 0 0 1px rgba(255, 219, 156, 0.14),
    0 0 10px rgba(255, 161, 53, 0.24);
}

.page-academy .academy-adv2-foot-art {
  position: relative;
  border-left: 1px solid rgba(255, 168, 71, 0.16);
  display: grid;
  place-items: center;
}

.page-academy .academy-adv2-foot-art svg {
  width: min(290px, 90%);
  height: auto;
}

@media (max-width: 1450px) {
  .page-academy .academy-adv2-core {
    --adv2-center-shift-y: 21px;
    --adv2-link-span-left: 247px;
    --adv2-link-span-right: 311px;
    --adv2-link-span-up: 198px;
    --adv2-link-span-down: 248px;
    --adv2-link-hook-top: 30px;
    --adv2-link-hook-right: 14px;
    --adv2-link-hook-left: 14px;
    --adv2-link-hook-bottom: 28px;
    --adv2-link-right-nudge-y: 0px;
    --adv2-link-left-nudge-y: 0px;
    --adv2-link-horizontal-nudge-y: 0px;
    --adv2-link-corner-radius: 12px;
    --adv2-link-span-x: var(--adv2-link-span-right);
    --adv2-link-span-y: var(--adv2-link-span-up);
    --adv2-node-offset-x: calc(var(--adv2-link-span-x) - 8px);
    --adv2-node-offset-y: calc(var(--adv2-link-span-y) - 8px);
    --adv2-curve-size: clamp(88px, 6.8vw, 118px);
    --adv2-curve-offset: clamp(54px, 4.1vw, 72px);
    --adv2-hub-size: clamp(136px, 9.2vw, 166px);
    --adv2-wave-radius: clamp(106px, 8vw, 142px);
  }

  .page-academy .academy-adv2-card h3,
  .page-academy .academy-adv2-card p,
  .page-academy .academy-adv2-pills {
    max-width: 48%;
  }
}

@media (max-width: 1230px) {
  .page-academy .academy-adv2-core {
    --adv2-center-shift-y: 14px;
    --adv2-link-span-left: 200px;
    --adv2-link-span-right: 252px;
    --adv2-link-span-up: 162px;
    --adv2-link-span-down: 206px;
    --adv2-link-hook-top: 24px;
    --adv2-link-hook-right: 12px;
    --adv2-link-hook-left: 12px;
    --adv2-link-hook-bottom: 22px;
    --adv2-link-right-nudge-y: 0px;
    --adv2-link-left-nudge-y: 0px;
    --adv2-link-horizontal-nudge-y: 0px;
    --adv2-link-corner-radius: 10px;
    --adv2-link-span-x: var(--adv2-link-span-right);
    --adv2-link-span-y: var(--adv2-link-span-up);
    --adv2-node-offset-x: calc(var(--adv2-link-span-x) - 8px);
    --adv2-node-offset-y: calc(var(--adv2-link-span-y) - 8px);
    --adv2-curve-size: clamp(78px, 6.9vw, 104px);
    --adv2-curve-offset: clamp(46px, 4.2vw, 62px);
    --adv2-hub-size: clamp(126px, 9.6vw, 154px);
    --adv2-wave-radius: clamp(94px, 7.8vw, 124px);
  }

  .page-academy .academy-adv2-grid {
    gap: 28px 32px;
  }

  .page-academy .academy-adv2-card {
    min-height: 420px;
  }

  .page-academy .academy-adv2-card--01 {
    border-radius: 24px 24px 116px 24px;
  }

  .page-academy .academy-adv2-card--02 {
    border-radius: 24px 24px 24px 116px;
  }

  .page-academy .academy-adv2-card--03 {
    border-radius: 24px 116px 24px 24px;
  }

  .page-academy .academy-adv2-card--04 {
    border-radius: 116px 24px 24px 24px;
  }

  .page-academy .academy-adv2-card h3 {
    font-size: clamp(23px, 2vw, 34px);
  }

  .page-academy .academy-adv2-pills li {
    min-height: 40px;
    font-size: clamp(13px, 1vw, 15px);
    padding: 8px 12px 8px 58px;
  }

  .page-academy .academy-adv2-pills li::before {
    width: 29px;
    height: 29px;
  }

  .page-academy .academy-adv2-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(200px, 0.9fr);
    width: 88%;
  }
}

@media (max-width: 1023px) {
  .page-academy .academy-adv2-link,
  .page-academy .academy-adv2-inner-curve,
  .page-academy .academy-adv2-node,
  .page-academy .academy-adv2-chevron,
  .page-academy .academy-adv2-hub {
    display: none;
  }

  .page-academy .academy-adv2-wave {
    display: none;
  }

  .page-academy .academy-adv2-header .section-title {
    max-width: min(100%, 25.2ch);
  }

  .page-academy .academy-adv2-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-adv2-card {
    min-height: 420px;
  }

  .page-academy .academy-adv2-card--01,
  .page-academy .academy-adv2-card--02,
  .page-academy .academy-adv2-card--03,
  .page-academy .academy-adv2-card--04 {
    border-radius: 22px;
  }

  .page-academy .academy-adv2-card h3,
  .page-academy .academy-adv2-card p,
  .page-academy .academy-adv2-pills {
    max-width: min(52%, 380px);
  }

  .page-academy .academy-adv2-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .page-academy .academy-adv2-foot-art {
    grid-column: 1 / -1;
    min-height: 94px;
    border-left: 0;
    border-top: 1px solid rgba(255, 168, 71, 0.16);
  }
}

@media (max-width: 767px) {
  .page-academy .academy-adv2-shell {
    max-width: 100%;
    padding-inline: 10px;
  }

  .page-academy .academy-adv2-header {
    max-width: 100%;
  }

  .page-academy .academy-adv2-header .section-eyebrow {
    min-height: 32px;
    font-size: 11px;
  }

  .page-academy .academy-adv2-header .section-title {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.04;
  }

  .page-academy .academy-adv2-header .section-lead {
    font-size: 13px;
    line-height: 1.45;
  }

  .page-academy .academy-adv2-card {
    min-height: 340px;
    border-radius: 20px;
    padding: 12px;
  }

  .page-academy .academy-adv2-card--01,
  .page-academy .academy-adv2-card--02,
  .page-academy .academy-adv2-card--03,
  .page-academy .academy-adv2-card--04 {
    border-radius: 20px;
  }

  .page-academy .academy-adv2-top {
    gap: 8px;
  }

  .page-academy .academy-adv2-number {
    font-size: clamp(54px, 13vw, 76px);
  }

  .page-academy .academy-adv2-chip {
    min-height: 26px;
    font-size: 10px;
    padding: 0 10px;
  }

  .page-academy .academy-adv2-card h3,
  .page-academy .academy-adv2-card p,
  .page-academy .academy-adv2-pills {
    max-width: min(72%, 100%);
  }

  .page-academy .academy-adv2-card h3 {
    font-size: clamp(24px, 7.6vw, 34px);
    margin-top: 8px;
  }

  .page-academy .academy-adv2-card p {
    font-size: 12px;
    margin-top: 8px;
  }

  .page-academy .academy-adv2-pills {
    width: 72%;
    gap: 8px;
  }

  .page-academy .academy-adv2-pills li {
    min-height: 34px;
    font-size: 12px;
    padding: 7px 10px 7px 52px;
  }

  .page-academy .academy-adv2-pills li::before {
    width: 26px;
    height: 26px;
    left: 9px;
  }

  .page-academy .academy-adv2-metric {
    min-width: 206px;
    max-width: 248px;
    margin-top: 10px;
    padding: 8px 10px;
  }

  .page-academy .academy-adv2-metric-copy strong {
    font-size: clamp(15px, 4.5vw, 20px);
  }

  .page-academy .academy-adv2-metric-copy span {
    font-size: 7px;
  }

  .page-academy .academy-adv2-avatars img {
    width: 24px;
    height: 24px;
    margin-left: -7px;
  }

  .page-academy .academy-adv2-foot {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .page-academy .academy-adv2-foot-item {
    border-right: 0;
    border-top: 1px solid rgba(255, 168, 71, 0.14);
    padding: 10px 12px;
  }

  .page-academy .academy-adv2-foot-icon {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .page-academy .academy-adv2-foot-icon img {
    width: 50px;
    height: 50px;
  }

  .page-academy .academy-adv2-foot-item:first-child {
    border-top: 0;
  }

  .page-academy .academy-adv2-foot-art {
    display: none;
  }
}

.page-academy .academy-format-v2 {
  position: relative;
  overflow: hidden;
  margin-top: clamp(20px, 2.2vw, 34px);
  padding: clamp(28px, 3.2vw, 52px) clamp(14px, 2.2vw, 32px) clamp(26px, 3.4vw, 48px);
  border-radius: 30px;
  border: 1px solid rgba(255, 158, 47, 0.34);
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 128, 23, 0.2), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(255, 131, 31, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(6, 8, 14, 0.9), rgba(4, 6, 11, 0.92)),
    url("../media/3e5545bc-4e4b-459c-aa4d-1c51905ef165.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 217, 156, 0.08),
    0 20px 42px rgba(0, 0, 0, 0.44),
    0 0 32px rgba(255, 142, 31, 0.16);
  isolation: isolate;
}

.page-academy .academy-format-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 145, 37, 0.14), transparent 28%),
    radial-gradient(circle at 100% 50%, rgba(255, 145, 37, 0.14), transparent 28%);
  pointer-events: none;
}

.page-academy .academy-format-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 6, 11, 0.14), rgba(4, 6, 11, 0.4));
  pointer-events: none;
}

.page-academy .academy-format-v2-inner {
  position: relative;
  z-index: 1;
  max-width: min(1700px, 96vw);
  margin: 0 auto;
}

.page-academy .academy-format-v2-header {
  max-width: min(1040px, 100%);
  margin-inline: auto;
}

.page-academy .academy-format-v2-live {
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
  color: #ffaf44;
}

.page-academy .academy-format-v2-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff962e;
  box-shadow: 0 0 8px rgba(255, 159, 62, 0.92);
}

.page-academy .academy-format-v2-header .section-title {
  max-width: min(100%, 25.2ch);
  font-size: clamp(48px, 5.4vw, 94px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-academy .academy-format-v2-header .section-title span {
  color: #ff9200;
}

.page-academy .academy-format-v2-header .section-lead {
  max-width: 38ch;
  font-size: clamp(17px, 1.2vw, 24px);
  line-height: 1.42;
}

.page-academy .academy-format-v2-stage {
  margin-top: clamp(24px, 2.8vw, 40px);
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(220px, 280px);
  gap: clamp(16px, 1.6vw, 24px);
  align-items: stretch;
  min-height: clamp(480px, 36vw, 640px);
}

.page-academy .academy-format-v2-panel {
  border-radius: 22px;
  border: 1px solid rgba(255, 161, 54, 0.44);
  background: linear-gradient(180deg, rgba(7, 10, 16, 0.96), rgba(5, 8, 14, 0.88));
  box-shadow:
    inset 0 0 0 1px rgba(255, 211, 139, 0.08),
    0 0 24px rgba(255, 142, 31, 0.16);
  padding: clamp(14px, 1.3vw, 20px);
  min-height: clamp(420px, 30vw, 566px);
}

.page-academy .academy-format-v2-panel h3 {
  margin: 0 0 10px;
  color: #ffad45;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 1.08vw, 20px);
  font-family: "Vollda-Bold", "Georgia", serif;
}

.page-academy .academy-format-v2-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-academy .academy-format-v2-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 169, 68, 0.16);
}

.page-academy .academy-format-v2-feature-list li:first-child {
  border-top: 0;
}

.page-academy .academy-format-v2-feature-list img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 166, 61, 0.4));
}

.page-academy .academy-format-v2-feature-list strong {
  display: block;
  color: #f8efe3;
  text-transform: uppercase;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.22;
}

.page-academy .academy-format-v2-feature-list span {
  display: block;
  margin-top: 4px;
  color: rgba(233, 220, 201, 0.82);
  font-size: clamp(12px, 0.84vw, 14px);
  line-height: 1.35;
}

.page-academy .academy-format-v2-player-wrap {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 163, 57, 0.64);
  background: linear-gradient(180deg, rgba(8, 10, 16, 0.96), rgba(5, 8, 13, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 212, 146, 0.1),
    0 0 26px rgba(255, 152, 48, 0.22);
  padding: 10px 10px 12px;
}

.page-academy .academy-format-v2-player-wrap::before,
.page-academy .academy-format-v2-player-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(18px, 3vw, 44px);
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 170, 73, 0), rgba(255, 170, 73, 0.9), rgba(255, 170, 73, 0));
  filter: drop-shadow(0 0 8px rgba(255, 155, 49, 0.66));
}

.page-academy .academy-format-v2-player-wrap::before {
  left: calc(clamp(18px, 3vw, 44px) * -1);
}

.page-academy .academy-format-v2-player-wrap::after {
  right: calc(clamp(18px, 3vw, 44px) * -1);
}

.page-academy .academy-format-v2-player-head {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 4px 6px 12px;
}

.page-academy .academy-format-v2-player-head p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: rgba(243, 230, 211, 0.9);
  font-size: clamp(12px, 0.9vw, 15px);
  text-transform: uppercase;
}

.page-academy .academy-format-v2-player-head p span:last-child {
  color: #ff9305;
}

.page-academy .academy-format-v2-system-chip {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 105, 0.48);
  background: rgba(6, 10, 15, 0.82);
  color: #ebdfcc;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-academy .academy-format-v2-system-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37f78c;
  box-shadow: 0 0 10px rgba(77, 255, 153, 0.75);
}

.page-academy .academy-format-v2-player {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #04070d;
  border: 1px solid rgba(255, 177, 79, 0.28);
}

.page-academy .academy-format-v2-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.page-academy .academy-format-v2-panel--right {
  display: flex;
  flex-direction: column;
}

.page-academy .academy-format-v2-radar {
  width: min(190px, 100%);
  margin: 4px auto 10px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(255, 151, 45, 0.36));
}

.page-academy .academy-format-v2-status-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-academy .academy-format-v2-status-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 168, 66, 0.16);
  color: #f2e8da;
  text-transform: uppercase;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.2;
}

.page-academy .academy-format-v2-status-list i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37f78c;
  box-shadow: 0 0 10px rgba(77, 255, 153, 0.75);
  flex: 0 0 auto;
}

.page-academy .academy-format-v2-modes {
  margin-top: clamp(18px, 2vw, 28px);
}

.page-academy .academy-format-v2-modes > p {
  margin: 0 0 12px;
  text-align: center;
  color: #ff980e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Vollda-Bold", "Georgia", serif;
  font-size: clamp(16px, 1.04vw, 20px);
}

.page-academy .academy-format-v2-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}

.page-academy .academy-format-v2-mode-card {
  min-height: 116px;
  border-radius: 16px;
  border: 1px solid rgba(255, 173, 73, 0.34);
  background: linear-gradient(180deg, rgba(8, 11, 17, 0.92), rgba(6, 9, 14, 0.86));
  box-shadow: inset 0 0 0 1px rgba(255, 216, 152, 0.06);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-academy .academy-format-v2-mode-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 168, 62, 0.44));
}

.page-academy .academy-format-v2-mode-card strong {
  display: block;
  color: #f6ecdf;
  text-transform: uppercase;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.1;
  font-family: "Vollda-Bold", "Georgia", serif;
}

.page-academy .academy-format-v2-mode-card span {
  display: block;
  margin-top: 4px;
  color: rgba(232, 219, 198, 0.84);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.25;
}

.page-academy .academy-format-v2-mode-card--active {
  border-color: rgba(255, 154, 42, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(255, 212, 145, 0.2),
    0 0 18px rgba(255, 149, 38, 0.3);
  background: linear-gradient(180deg, rgba(24, 14, 7, 0.9), rgba(13, 10, 9, 0.86));
}

.page-academy .academy-format-v2-cta {
  margin: clamp(18px, 2.2vw, 30px) auto 0;
  width: min(760px, 96%);
  min-height: 104px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 26px;
  clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%);
  border: 1px solid rgba(255, 164, 55, 0.84);
  background:
    linear-gradient(180deg, rgba(15, 10, 7, 0.92), rgba(10, 8, 9, 0.88)),
    radial-gradient(circle at 50% 50%, rgba(255, 143, 28, 0.18), transparent 62%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 215, 155, 0.16),
    0 0 18px rgba(255, 143, 29, 0.34);
}

.page-academy .academy-format-v2-cta img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(255, 158, 55, 0.46));
}

.page-academy .academy-format-v2-cta span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.page-academy .academy-format-v2-cta strong {
  color: #f8eee2;
  text-transform: uppercase;
  font-family: "Vollda-Bold", "Georgia", serif;
  font-size: clamp(27px, 1.95vw, 38px);
  line-height: 1;
}

.page-academy .academy-format-v2-cta small {
  margin-top: 6px;
  color: rgba(241, 225, 201, 0.88);
  font-size: clamp(15px, 1.01vw, 18px);
  line-height: 1.22;
}

.page-academy .academy-format-v2-cta b {
  margin-left: auto;
  font-size: clamp(28px, 2vw, 36px);
  color: #ffa438;
  line-height: 1;
  flex: 0 0 auto;
}

@media (max-width: 1460px) {
  .page-academy .academy-format-v2-stage {
    grid-template-columns: minmax(200px, 244px) minmax(0, 1fr) minmax(200px, 244px);
  }

  .page-academy .academy-format-v2-mode-card strong {
    font-size: clamp(15px, 1.12vw, 19px);
  }
}

@media (max-width: 1230px) {
  .page-academy .academy-format-v2-header .section-title {
    max-width: min(100%, 25.2ch);
  }

  .page-academy .academy-format-v2-player-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-academy .academy-format-v2-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .page-academy .academy-format-v2-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-format-v2-player-wrap::before,
  .page-academy .academy-format-v2-player-wrap::after {
    display: none;
  }

  .page-academy .academy-format-v2-panel--left,
  .page-academy .academy-format-v2-panel--right {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .page-academy .academy-format-v2 {
    border-radius: 20px;
    padding: 20px 10px 22px;
  }

  .page-academy .academy-format-v2-live {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }

  .page-academy .academy-format-v2-stage {
    margin-top: 16px;
    gap: 12px;
  }

  .page-academy .academy-format-v2-panel {
    border-radius: 14px;
    padding: 10px;
  }

  .page-academy .academy-format-v2-panel h3 {
    font-size: 13px;
  }

  .page-academy .academy-format-v2-feature-list img {
    width: 26px;
    height: 26px;
  }

  .page-academy .academy-format-v2-feature-list strong {
    font-size: 11px;
  }

  .page-academy .academy-format-v2-feature-list span {
    font-size: 10px;
    margin-top: 2px;
  }

  .page-academy .academy-format-v2-player-wrap {
    border-radius: 14px;
    padding: 8px;
  }

  .page-academy .academy-format-v2-player-head p {
    font-size: 10px;
  }

  .page-academy .academy-format-v2-system-chip {
    min-height: 26px;
    font-size: 10px;
    padding: 0 10px;
  }

  .page-academy .academy-format-v2-player {
    border-radius: 10px;
  }

  .page-academy .academy-format-v2-mode-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .page-academy .academy-format-v2-mode-card {
    min-height: 78px;
    padding: 10px 12px;
    gap: 10px;
  }

  .page-academy .academy-format-v2-mode-card img {
    width: 30px;
    height: 30px;
  }

  .page-academy .academy-format-v2-mode-card strong {
    font-size: 16px;
  }

  .page-academy .academy-format-v2-mode-card span {
    font-size: 12px;
  }

  .page-academy .academy-format-v2-cta {
    width: 100%;
    min-height: 72px;
    padding: 10px 14px;
    gap: 10px;
  }

  .page-academy .academy-format-v2-cta img {
    width: 34px;
    height: 34px;
  }

  .page-academy .academy-format-v2-cta strong {
    font-size: 18px;
  }

  .page-academy .academy-format-v2-cta small {
    margin-top: 2px;
    font-size: 11px;
  }

  .page-academy .academy-format-v2-cta b {
    font-size: 24px;
  }
}

.page-academy .academy-roadmap-shell,
.page-academy .academy-roadmap-item {
  display: none;
}

.page-academy .academy-program-v3-shell {
  position: relative;
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: clamp(24px, 2.6vw, 40px) clamp(18px, 2.4vw, 34px) clamp(40px, 4vw, 56px);
  color: #f3e8d6;
}

.page-academy .academy-program-v3-wrap {
  position: relative;
  padding: clamp(20px, 2vw, 28px);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-academy .academy-program-v3-header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.page-academy .academy-program-v3-header .section-eyebrow {
  min-height: 36px;
  padding: 7px 20px;
  border-color: rgba(255, 181, 88, 0.62);
  background: rgba(17, 11, 7, 0.86);
  color: #ffc76d;
  font-size: 12px;
  letter-spacing: 0.14em;
  box-shadow:
    inset 0 0 0 1px rgba(255, 221, 162, 0.14),
    0 0 14px rgba(255, 156, 47, 0.28);
}

.page-academy .academy-program-v3-title {
  margin: 14px 0 0;
  color: #f7efe2;
  font-size: clamp(36px, 3.4vw, 52px);
  line-height: 1.08;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-title span {
  color: #ffb34f;
}

.page-academy .academy-program-v3-lead {
  margin: 14px auto 0;
  max-width: 680px;
  color: rgba(239, 228, 211, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

.page-academy .academy-program-v3-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 920px);
  margin: 26px auto 0;
}

.page-academy .academy-program-v3-stats::before {
  content: none;
}

.page-academy .academy-program-v3-stat {
  position: relative;
  z-index: 1;
  min-height: 84px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 172, 76, 0.28);
  background: linear-gradient(180deg, rgba(8, 11, 17, 0.92), rgba(6, 9, 14, 0.84));
  padding: 9px 12px 9px 14px;
  overflow: visible;
}

.page-academy .academy-program-v3-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 28px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 161, 55, 0.34), rgba(255, 173, 73, 0.95), rgba(255, 161, 55, 0.34));
  box-shadow: 0 0 8px rgba(255, 156, 52, 0.4);
  pointer-events: none;
}

.page-academy .academy-program-v3-stat-icon {
  width: 60px;
  height: 60px;
  color: #ffb44f;
  display: grid;
  place-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}

.page-academy .academy-program-v3-stat-icon svg {
  width: 58px;
  height: 58px;
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: transparent !important;
  filter: none !important;
}

.page-academy .academy-program-v3-stat-icon img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.page-academy .academy-program-v3-stat p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.page-academy .academy-program-v3-stat strong {
  color: #ffbc5f;
  font-size: clamp(34px, 2.3vw, 46px);
  line-height: 0.95;
  font-weight: 700;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-stat span {
  color: rgba(242, 232, 218, 0.78);
  font-size: 15px;
}

.page-academy .academy-program-v3-board {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1274px;
  gap: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-academy .academy-program-v3-board-main {
  border-radius: 18px;
  border: 1px solid rgba(255, 171, 74, 0.24);
  background:
    linear-gradient(180deg, rgba(8, 11, 18, 0.92), rgba(6, 9, 14, 0.84)),
    radial-gradient(circle at 8% 8%, rgba(255, 156, 52, 0.09), transparent 38%);
  padding: 14px;
}

.page-academy .academy-program-v3-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-academy .academy-program-v3-board-head h3 {
  margin: 0;
  color: #f9efdf;
  font-size: clamp(30px, 2.3vw, 40px);
  line-height: 1;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-switch {
  display: inline-flex;
  gap: 6px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 171, 74, 0.28);
  padding: 4px;
  background: rgba(10, 12, 18, 0.75);
}

.page-academy .academy-program-v3-switch span {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(236, 225, 209, 0.65);
  font-size: 13px;
}

.page-academy .academy-program-v3-switch .is-active {
  color: #2a1608;
  font-weight: 700;
  background: linear-gradient(180deg, #ffca75 0%, #ffab3a 58%, #ef8516 100%);
}

.page-academy .academy-program-v3-modules {
  position: relative;
  display: grid;
  gap: 10px;
}

.page-academy .academy-program-v3-module {
  position: relative;
  padding-left: 56px;
}

.page-academy .academy-program-v3-module:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 52px;
  bottom: -8px;
  border-left: 1px dashed rgba(255, 172, 77, 0.56);
}

.page-academy .academy-program-v3-module-trigger {
  position: relative !important;
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(255, 171, 75, 0.26);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(9, 12, 19, 0.94), rgba(7, 10, 16, 0.86)),
    radial-gradient(circle at 85% 20%, rgba(255, 155, 50, 0.08), transparent 52%);
  color: inherit;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.page-academy .academy-program-v3-module-step {
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 170, 74, 0.42);
  background: rgba(11, 12, 18, 0.95);
  color: #ffc170;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  place-items: center;
  font-family: var(--bt-font-display, "Georgia", serif);
  box-shadow: 0 0 12px rgba(255, 145, 44, 0.2);
}

.page-academy .academy-program-v3-module-title {
  color: #f3eadc;
  font-size: clamp(22px, 1.7vw, 31px);
  line-height: 1.15;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-module-count {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 172, 76, 0.44);
  background: rgba(21, 14, 10, 0.8);
  color: #ffbe66;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
}

.page-academy .academy-program-v3-module-arrow {
  width: 24px;
  height: 24px;
  color: #ffc170;
  display: grid;
  place-items: center;
  transition: transform 180ms ease;
}

/* Keep program arrow contour-only despite global svg fill rules. */
.page-academy .academy-program-v3-module-arrow svg,
.page-academy .academy-program-v3-module-arrow svg path {
  fill: none !important;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-arrow {
  transform: rotate(180deg);
}

.page-academy .academy-program-v3-module-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-content {
  margin-top: 0;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-content:not(:empty) {
  margin-top: 10px;
}

.page-academy .academy-program-v3-module-content > * {
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 74, 0.22);
  background: linear-gradient(180deg, rgba(8, 11, 18, 0.92), rgba(7, 10, 16, 0.86));
  padding: 12px;
}

.page-academy .academy-program-v3-module-content > .academy-program-v3-module-checks,
.page-academy .academy-program-v3-module-content > .academy-program-v3-module-preview {
  margin-top: 10px;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.8fr);
  gap: 10px;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-content--stacked {
  display: block;
}

.page-academy .academy-program-v3-module-content--stacked > .academy-program-v3-submodule + .academy-program-v3-submodule {
  margin-top: 12px;
}

.page-academy .academy-program-v3-module-content--stacked > .academy-program-v3-module-outcome + .academy-program-v3-submodule {
  margin-top: 12px;
}

.page-academy .academy-program-v3-module-outcome-preview {
  position: relative;
  margin: 8px 0 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 74, 0.28);
  background:
    linear-gradient(180deg, rgba(8, 11, 18, 0.94), rgba(7, 10, 16, 0.88)),
    radial-gradient(circle at 12% 20%, rgba(255, 171, 75, 0.14), transparent 62%);
  padding: 11px 12px 11px 16px;
  color: rgba(243, 234, 220, 0.92);
  font-size: 15px;
  line-height: 1.42;
  box-shadow:
    inset 0 0 0 1px rgba(255, 222, 172, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.page-academy .academy-program-v3-module-outcome-preview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd977 0%, #ffab35 100%);
  box-shadow: 0 0 12px rgba(255, 179, 79, 0.58);
}

.page-academy .academy-program-v3-module-outcome-preview strong {
  color: #ffd46f;
}

.page-academy .academy-program-v3-module.is-open .academy-program-v3-module-outcome-preview {
  border-color: rgba(255, 184, 94, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 222, 172, 0.1),
    0 12px 24px rgba(0, 0, 0, 0.3),
    0 0 18px rgba(255, 155, 56, 0.16);
}

.page-academy .academy-program-v3-module-outcome {
  margin: 0;
  color: rgba(243, 234, 220, 0.88);
  font-size: 16px;
  line-height: 1.45;
}

.page-academy .academy-program-v3-module-outcome strong {
  color: #ffd46f;
}

.page-academy .academy-program-v3-submodule-title {
  margin: 0;
  color: #ffd46f;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.15;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-submodule-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-academy .academy-program-v3-submodule-list li {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: rgba(243, 234, 220, 0.95);
  font-size: 16px;
  line-height: 1.35;
}

.page-academy .academy-program-v3-submodule-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffcf63;
  box-shadow: 0 0 10px rgba(255, 192, 92, 0.45);
}

.page-academy .academy-program-v3-module-checks {
  list-style: none;
  margin: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.page-academy .academy-program-v3-module-checks li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(239, 228, 211, 0.88);
  font-size: 14px;
  line-height: 1.35;
}

.page-academy .academy-program-v3-module-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 176, 84, 0.58);
  color: #ffbf67;
  font-size: 10px;
  display: grid;
  place-items: center;
}

.page-academy .academy-program-v3-module-preview {
  position: relative;
  padding: 36px 10px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 75, 0.24);
  background:
    linear-gradient(180deg, rgba(7, 14, 18, 0.92), rgba(6, 12, 16, 0.84)),
    repeating-linear-gradient(to right, transparent 0 20px, rgba(66, 184, 201, 0.08) 20px 21px),
    repeating-linear-gradient(to bottom, transparent 0 16px, rgba(66, 184, 201, 0.06) 16px 17px);
}

.page-academy .academy-program-v3-module-preview > span {
  position: absolute;
  top: 8px;
  right: 10px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 173, 78, 0.46);
  background: rgba(22, 15, 9, 0.76);
  color: #ffbe64;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.page-academy .academy-program-v3-module-preview svg {
  width: 100%;
  height: 72px;
  display: block;
}

.page-academy .academy-program-v3-module-preview-area {
  fill: rgba(255, 173, 78, 0.12);
}

.page-academy .academy-program-v3-module-preview-line {
  fill: none;
  stroke: #ffb34c;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(255, 168, 67, 0.58));
}

.page-academy .academy-program-v3-board-side {
  border-radius: 18px;
  border: 1px solid rgba(255, 172, 75, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 12, 20, 0.92), rgba(7, 10, 16, 0.86)),
    radial-gradient(circle at 80% 12%, rgba(255, 156, 51, 0.1), transparent 44%);
  padding: 16px 14px;
}

.page-academy .academy-program-v3-board-side h3 {
  margin: 0;
  color: #f6ecdd;
  font-size: clamp(26px, 2.1vw, 34px);
  line-height: 1.05;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-program-v3-board-side ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-academy .academy-program-v3-board-side li {
  position: relative;
  padding-left: 22px;
  color: rgba(236, 225, 208, 0.86);
  font-size: 14px;
  line-height: 1.34;
}

.page-academy .academy-program-v3-board-side li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 176, 84, 0.58);
  color: #ffbf68;
  font-size: 10px;
  display: grid;
  place-items: center;
}

.page-academy .academy-program-v3-side-visual {
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 172, 76, 0.26);
  overflow: hidden;
  background: rgba(8, 10, 16, 0.76);
}

.page-academy .academy-program-v3-side-visual img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.page-academy .academy-program-v3-side-note {
  margin-top: 12px;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 176, 84, 0.4);
  display: grid;
  place-items: center;
  text-align: center;
  color: #f2e6d5;
  font-size: 14px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(21, 14, 10, 0.84), rgba(11, 11, 14, 0.8));
}

.page-academy .academy-program-v3-side-note span {
  color: #ffbe65;
  font-weight: 700;
}

.page-academy .academy-fit-shell {
  position: relative;
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: clamp(14px, 1.6vw, 22px) clamp(12px, 1.5vw, 20px) clamp(24px, 2.3vw, 36px);
  color: #f4ecde;
}

.page-academy .academy-fit-wrap {
  position: relative;
  overflow: visible;
  border-radius: 0;
  border: 0;
  padding: clamp(20px, 2.1vw, 34px);
  background: transparent;
  box-shadow: none;
}

.page-academy .academy-fit-wrap::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-academy .academy-fit-wrap::after {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-academy .academy-fit-header,
.page-academy .academy-fit-grid,
.page-academy .academy-fit-cta {
  position: relative;
  z-index: 2;
}

.page-academy .academy-fit-header {
  max-width: 900px;
  margin: 0;
  text-align: left;
}

.page-academy .academy-fit-eyebrow {
  display: flex !important;
  width: fit-content;
  margin: 0 auto !important;
  justify-content: center;
  text-transform: uppercase;
}

.page-academy .academy-fit-title {
  margin: 16px 0 0;
  color: #f6efe3;
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: 1.06;
  text-wrap: balance;
}

.page-academy .academy-fit-title span {
  color: #ffad40;
}

.page-academy .academy-fit-lead {
  margin: 14px 0 0;
  max-width: 900px;
  color: rgba(233, 222, 205, 0.78);
  font-size: clamp(20px, 1.3vw, 30px);
  line-height: 1.4;
}

.page-academy .academy-fit-grid {
  margin-top: clamp(18px, 2.2vw, 30px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.page-academy .academy-fit-card {
  position: relative;
  min-height: clamp(210px, 16.4vw, 272px);
  border-radius: 18px;
  border: 1px solid rgba(255, 163, 58, 0.34);
  background:
    linear-gradient(180deg, rgba(6, 11, 19, 0.92), rgba(5, 9, 15, 0.9)),
    radial-gradient(circle at 100% 50%, rgba(255, 152, 42, 0.12), transparent 58%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 213, 149, 0.05),
    0 14px 28px rgba(0, 0, 0, 0.32);
  padding: 18px 170px 16px 20px;
}

.page-academy .academy-fit-card-num {
  display: block;
  color: #ffab35;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-fit-card h3 {
  margin: 12px 0 0;
  color: #f6eee2;
  font-size: clamp(38px, 2.2vw, 46px);
  line-height: 1.12;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-fit-card p {
  margin: 10px 0 0;
  color: rgba(230, 219, 203, 0.8);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.42;
}

.page-academy .academy-fit-card-mark {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 98px;
  height: 98px;
  margin-top: -49px;
  border-radius: 50%;
  border: 2px solid rgba(255, 76, 76, 0.86);
  display: grid;
  place-items: center;
  color: #ff4c4c;
  box-shadow:
    0 0 20px rgba(255, 87, 87, 0.26),
    inset 0 0 0 1px rgba(255, 126, 126, 0.16);
}

.page-academy .academy-fit-card-mark::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 84, 84, 0.28);
}

.page-academy .academy-fit-card-mark span {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  font-size: 0;
  line-height: 0;
}

.page-academy .academy-fit-card-mark span::before,
.page-academy .academy-fit-card-mark span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #ff4c4c;
  box-shadow: 0 0 10px rgba(255, 87, 87, 0.62);
  transform-origin: center;
}

.page-academy .academy-fit-card-mark span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-academy .academy-fit-card-mark span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-academy .academy-fit-cta {
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 161, 56, 0.4);
  background:
    linear-gradient(180deg, rgba(11, 14, 21, 0.92), rgba(8, 11, 17, 0.92)),
    radial-gradient(circle at 30% 20%, rgba(255, 148, 34, 0.14), transparent 54%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 218, 159, 0.06),
    0 16px 32px rgba(0, 0, 0, 0.34);
  padding: 18px 18px 18px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
  align-items: center;
  gap: 16px;
}

.page-academy .academy-fit-cta-orbit {
  display: none;
}

.page-academy .academy-fit-cta-orbit::before,
.page-academy .academy-fit-cta-orbit::after {
  content: none;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 160, 52, 0.24);
}

.page-academy .academy-fit-cta-orbit::before {
  inset: 16px;
}

.page-academy .academy-fit-cta-orbit::after {
  inset: 32px;
}

.page-academy .academy-fit-cta-orbit-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #ffae3f;
  box-shadow: 0 0 14px rgba(255, 166, 64, 0.72);
}

.page-academy .academy-fit-cta-label {
  margin: 0;
  color: #ff9f1f !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-academy .academy-fit-cta-copy h3 {
  margin: 10px 0 0;
  color: #f7efe3;
  font-size: clamp(34px, 2vw, 42px);
  line-height: 1.14;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-fit-cta-copy p {
  margin: 10px 0 0;
  color: rgba(233, 222, 205, 0.8);
  font-size: clamp(13px, 0.96vw, 18px);
  line-height: 1.42;
}

.page-academy .academy-fit-cta-actions {
  display: grid;
  gap: 12px;
}

.page-academy .academy-fit-btn {
  width: 100%;
  min-height: 62px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  font-size: clamp(17px, 1.05vw, 23px);
  line-height: 1;
  font-weight: 700;
  font-family: var(--bt-font-display, "Segoe UI", Arial, sans-serif);
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, color 220ms ease, background 220ms ease;
}

.page-academy .academy-fit-btn svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.page-academy .academy-fit-btn--ghost {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.page-academy .academy-fit-btn:hover {
  transform: translateY(-2px);
}

.page-academy .academy-fit-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.34),
    0 0 16px rgba(255, 255, 255, 0.16);
}

@media (max-width: 1500px) {
  .page-academy .academy-fit-card {
    padding-right: 152px;
  }

  .page-academy .academy-fit-card h3 {
    font-size: clamp(30px, 2vw, 40px);
  }

  .page-academy .academy-fit-cta {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 380px);
  }
}

@media (max-width: 1230px) {
  .page-academy .academy-fit-shell {
    padding-inline: 16px;
  }

  .page-academy .academy-fit-grid {
    gap: 12px;
  }

  .page-academy .academy-fit-card {
    min-height: 224px;
    padding: 16px 140px 14px 16px;
  }

  .page-academy .academy-fit-card-mark {
    right: 18px;
    width: 86px;
    height: 86px;
    margin-top: -43px;
  }

  .page-academy .academy-fit-card-mark span {
    width: 32px;
    height: 32px;
  }

  .page-academy .academy-fit-card-mark span::before,
  .page-academy .academy-fit-card-mark span::after {
    width: 30px;
    height: 2.5px;
  }

  .page-academy .academy-fit-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .page-academy .academy-fit-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .page-academy .academy-fit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-fit-card {
    min-height: 0;
    padding-right: 116px;
  }

  .page-academy .academy-fit-cta {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  .page-academy .academy-fit-cta-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .page-academy .academy-fit-shell {
    padding-inline: 12px;
  }

  .page-academy .academy-fit-wrap {
    border-radius: 18px;
    padding: 14px 10px;
  }

  .page-academy .academy-fit-eyebrow {
    min-height: 32px;
    padding: 0 12px 0 10px;
    font-size: 10px;
    gap: 8px;
  }

  .page-academy .academy-fit-title {
    margin-top: 12px;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.04;
  }

  .page-academy .academy-fit-lead {
    font-size: 14px;
    line-height: 1.42;
  }

  .page-academy .academy-fit-card {
    border-radius: 14px;
    padding: 12px 86px 12px 12px;
  }

  .page-academy .academy-fit-card-num {
    font-size: 34px;
  }

  .page-academy .academy-fit-card h3 {
    margin-top: 8px;
    font-size: clamp(24px, 6.8vw, 32px);
  }

  .page-academy .academy-fit-card p {
    margin-top: 8px;
    font-size: 13px;
  }

  .page-academy .academy-fit-card-mark {
    right: 12px;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    border-width: 1px;
  }

  .page-academy .academy-fit-card-mark::before {
    inset: -9px;
  }

  .page-academy .academy-fit-card-mark span {
    width: 24px;
    height: 24px;
  }

  .page-academy .academy-fit-card-mark span::before,
  .page-academy .academy-fit-card-mark span::after {
    width: 22px;
    height: 2px;
  }

  .page-academy .academy-fit-cta {
    margin-top: 10px;
    border-radius: 14px;
    padding: 12px 10px;
    gap: 10px;
  }

  .page-academy .academy-fit-cta-label {
    font-size: 11px;
  }

  .page-academy .academy-fit-cta-copy h3 {
    font-size: clamp(24px, 7.2vw, 34px);
  }

  .page-academy .academy-fit-cta-copy p {
    font-size: 13px;
  }

  .page-academy .academy-fit-btn {
    min-height: 50px;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 18px;
  }

  .page-academy .academy-fit-btn svg {
    width: 20px;
    height: 20px;
  }
}

.page-academy .academy-tariffs-v3 {
  position: relative;
  margin-top: 24px;
}

.page-academy .academy-tariffs-v3 .section-header {
  max-width: 820px;
  margin-inline: auto;
}

.page-academy .academy-tariffs-v3 .section-title {
  font-size: clamp(56px, 5vw, 78px);
  line-height: 0.95;
  color: #f5efe7;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .page-academy .academy-tariffs-v3 .section-title {
    background: linear-gradient(180deg, #f5efe7 0 66%, #ffbe5a 66% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.page-academy .academy-tariffs-v3 .section-lead {
  max-width: 650px;
  margin-inline: auto;
}

.page-academy .academy-tariffs-v3-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.page-academy .academy-tariff-card {
  --tariff-accent-rgb: 255, 174, 79;
  --tariff-accent-soft: rgba(255, 174, 79, 0.22);
  --tariff-accent-mid: rgba(255, 174, 79, 0.58);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(var(--tariff-accent-rgb), 0.2);
  background:
    radial-gradient(circle at 84% 12%, rgba(var(--tariff-accent-rgb), 0.12), transparent 44%),
    linear-gradient(180deg, rgba(10, 13, 21, 0.96), rgba(8, 11, 18, 0.9));
  padding: 18px 18px 16px;
  min-height: 660px;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 28px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 0, 0);
  transition:
    transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 320ms ease,
    border-color 260ms ease;
}

.page-academy .academy-tariff-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    112deg,
    rgba(var(--tariff-accent-rgb), 0.98) 0%,
    rgba(255, 248, 234, 0.94) 20%,
    rgba(var(--tariff-accent-rgb), 0.92) 44%,
    rgba(var(--tariff-accent-rgb), 0.72) 68%,
    rgba(255, 239, 211, 0.94) 100%
  );
  background-size: 280% 100%;
  background-position: 0% 50%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  opacity: 0.92;
  filter:
    drop-shadow(0 0 10px rgba(var(--tariff-accent-rgb), 0.34))
    drop-shadow(0 0 18px rgba(var(--tariff-accent-rgb), 0.22));
  animation: academyTariffBorderFlow 6.2s linear infinite, academyTariffBorderPulse 3.6s ease-in-out infinite;
}

.page-academy .academy-tariff-card::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -1px;
  height: 50%;
  background: radial-gradient(circle at 50% 100%, rgba(var(--tariff-accent-rgb), 0.24), transparent 62%);
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}

.page-academy .academy-tariff-card > * {
  position: relative;
  z-index: 2;
}

.page-academy .academy-tariff-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.page-academy .academy-tariff-icon {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  border: 1px solid rgba(var(--tariff-accent-rgb), 0.36);
  color: rgb(var(--tariff-accent-rgb));
  background: linear-gradient(180deg, rgba(25, 22, 34, 0.66), rgba(12, 12, 18, 0.55));
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 232, 196, 0.08), 0 0 18px rgba(var(--tariff-accent-rgb), 0.12);
}

.page-academy .academy-tariff-icon svg {
  width: 58px;
  height: 58px;
  display: block;
}

.page-academy .academy-tariff-icon img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.page-academy .academy-tariff-num {
  color: rgba(244, 231, 214, 0.16);
  font-size: clamp(54px, 4vw, 72px);
  line-height: 1;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-tariff-card h3 {
  margin: 0;
  color: #f5ebdc;
  font-size: clamp(42px, 2.7vw, 56px);
  line-height: 1;
  font-family: var(--bt-font-display, "Georgia", serif);
}

.page-academy .academy-tariff-card:hover {
  transform: translate3d(0, -2px, 0) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 233, 198, 0.12),
    0 0 0 1px rgba(var(--tariff-accent-rgb), 0.44),
    0 0 44px rgba(var(--tariff-accent-rgb), 0.46),
    0 26px 46px rgba(0, 0, 0, 0.46);
}

.page-academy .academy-tariff-chip {
  margin: 10px 0 14px;
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 177, 80, 0.44);
  color: #f6be67;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, rgba(34, 24, 12, 0.8), rgba(18, 14, 12, 0.62));
}

.page-academy .academy-tariff-fit {
  margin: -2px 0 14px;
  color: rgba(244, 231, 211, 0.84);
  font-size: 15px;
  line-height: 1.4;
}

.page-academy .academy-tariff-fit strong {
  color: #ffcc7a;
}

.page-academy .academy-tariff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-academy .academy-tariff-list li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: rgba(237, 226, 210, 0.86);
  font-size: 16px;
  line-height: 1.35;
}

.page-academy .academy-tariff-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffbe64;
  box-shadow: 0 0 8px rgba(255, 175, 79, 0.6);
}

.page-academy .academy-tariff-bonus {
  margin: 12px 0 16px;
  color: #f6b651;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.page-academy .academy-tariff-btn {
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  border-radius: 999px;
  border: 1px solid rgba(255, 178, 83, 0.46);
  background: linear-gradient(180deg, rgba(18, 22, 34, 0.92), rgba(9, 13, 21, 0.96));
  color: #f4ead9;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--bt-font-display, "Georgia", serif);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, background 220ms ease;
}

.page-academy .academy-tariff-btn svg {
  width: 18px;
  height: 18px;
}

.page-academy .academy-tariff-card:hover .academy-tariff-btn {
  border-color: rgba(255, 193, 110, 0.68);
  box-shadow: 0 10px 22px rgba(255, 146, 52, 0.24), 0 0 16px rgba(255, 164, 54, 0.24);
  color: #ffe2b5;
}

.page-academy .academy-tariff-btn:hover {
  transform: none !important;
  border-color: rgba(255, 193, 110, 0.72);
  box-shadow: 0 10px 22px rgba(255, 146, 52, 0.24);
}

.page-academy .academy-tariff-card.is-featured {
  border-color: rgba(255, 187, 97, 0.7);
  overflow: visible;
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 176, 0.12),
    0 0 0 1px rgba(255, 162, 50, 0.24),
    0 0 28px rgba(255, 150, 43, 0.34),
    0 22px 40px rgba(0, 0, 0, 0.4);
}

.page-academy .academy-tariff-card.is-featured::before {
  opacity: 1;
  filter:
    drop-shadow(0 0 14px rgba(255, 170, 70, 0.48))
    drop-shadow(0 0 26px rgba(255, 170, 70, 0.3));
}

.page-academy .academy-tariff-card.is-featured:hover {
  transform: translate3d(0, -2px, 0) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 233, 198, 0.18),
    0 0 0 1px rgba(255, 179, 80, 0.45),
    0 0 44px rgba(255, 163, 57, 0.56),
    0 26px 46px rgba(0, 0, 0, 0.46);
}

.page-academy .academy-tariff-card.is-featured:hover::before {
  opacity: 1;
  filter:
    drop-shadow(0 0 20px rgba(255, 170, 70, 0.72))
    drop-shadow(0 0 36px rgba(255, 170, 70, 0.46));
}

.page-academy .academy-tariff-card.is-featured .academy-tariff-btn {
  border-color: rgba(255, 201, 125, 0.75);
  background: linear-gradient(180deg, #ffd785 0%, #f8b94f 56%, #e9921b 100%);
  color: #2b1908;
  box-shadow: 0 6px 18px rgba(255, 154, 36, 0.34);
}

.page-academy .academy-tariff-card.is-featured:hover .academy-tariff-btn {
  box-shadow: 0 10px 22px rgba(255, 146, 52, 0.24), 0 0 22px rgba(255, 170, 67, 0.6), 0 10px 20px rgba(255, 146, 30, 0.42);
}

.page-academy .academy-tariff-card--standard {
  --tariff-accent-rgb: 156, 116, 255;
  background:
    radial-gradient(circle at 84% 12%, rgba(156, 116, 255, 0.18), transparent 46%),
    linear-gradient(180deg, rgba(12, 13, 29, 0.97), rgba(9, 11, 24, 0.92));
}

.page-academy .academy-tariff-card--standard h3,
.page-academy .academy-tariff-card--standard .academy-tariff-bonus {
  color: #efe3ff;
}

.page-academy .academy-tariff-card--standard .academy-tariff-chip {
  color: #ceb4ff;
  border-color: rgba(171, 131, 255, 0.5);
  background: linear-gradient(180deg, rgba(35, 25, 57, 0.82), rgba(21, 17, 38, 0.7));
}

.page-academy .academy-tariff-card--standard .academy-tariff-list li::before {
  background: #c7a1ff;
  box-shadow: 0 0 10px rgba(178, 128, 255, 0.66);
}

.page-academy .academy-tariff-card--standard .academy-tariff-btn {
  border-color: rgba(173, 137, 255, 0.56);
  background: linear-gradient(180deg, rgba(33, 26, 53, 0.94), rgba(18, 15, 35, 0.96));
  color: #f0e5ff;
}

.page-academy .academy-tariff-card--standard .academy-tariff-btn:hover {
  box-shadow: 0 10px 22px rgba(136, 96, 232, 0.34);
}

.page-academy .academy-tariff-card--expert {
  --tariff-accent-rgb: 45, 229, 218;
  background:
    radial-gradient(circle at 84% 12%, rgba(45, 229, 218, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(8, 18, 24, 0.97), rgba(7, 13, 20, 0.92));
}

.page-academy .academy-tariff-card--expert h3,
.page-academy .academy-tariff-card--expert .academy-tariff-bonus {
  color: #cdfef8;
}

.page-academy .academy-tariff-card--expert .academy-tariff-chip {
  color: #82fff4;
  border-color: rgba(75, 238, 226, 0.52);
  background: linear-gradient(180deg, rgba(10, 31, 32, 0.82), rgba(8, 20, 23, 0.72));
}

.page-academy .academy-tariff-card--expert .academy-tariff-list li::before {
  background: #59f2e3;
  box-shadow: 0 0 10px rgba(75, 238, 226, 0.62);
}

.page-academy .academy-tariff-card--expert .academy-tariff-btn {
  border-color: rgba(74, 239, 228, 0.58);
  background: linear-gradient(180deg, rgba(8, 29, 35, 0.94), rgba(8, 21, 26, 0.95));
  color: #cafdf7;
}

.page-academy .academy-tariff-card--expert .academy-tariff-btn:hover {
  box-shadow: 0 10px 22px rgba(45, 229, 218, 0.28);
}

.page-academy .academy-tariff-accent-premium {
  color: #ffbe69;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 169, 67, 0.2);
}

.page-academy .academy-tariff-accent-expert {
  color: #68fff3;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(45, 229, 218, 0.24);
}

.page-academy .academy-tariff-card--standard:hover,
.page-academy .academy-tariff-card--expert:hover {
  transform: translate3d(0, -2px, 0) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 233, 198, 0.12),
    0 0 0 1px rgba(var(--tariff-accent-rgb), 0.44),
    0 0 44px rgba(var(--tariff-accent-rgb), 0.46),
    0 26px 46px rgba(0, 0, 0, 0.46);
}

.page-academy .academy-tariff-card--standard:hover::before,
.page-academy .academy-tariff-card--expert:hover::before {
  opacity: 1;
  filter:
    drop-shadow(0 0 20px rgba(var(--tariff-accent-rgb), 0.62))
    drop-shadow(0 0 36px rgba(var(--tariff-accent-rgb), 0.36));
}

.page-academy .academy-tariff-card--standard:hover .academy-tariff-btn {
  border-color: rgba(173, 137, 255, 0.72);
  color: #f0e5ff;
  box-shadow: 0 10px 22px rgba(136, 96, 232, 0.34);
}

.page-academy .academy-tariff-card--expert:hover .academy-tariff-btn {
  border-color: rgba(74, 239, 228, 0.72);
  color: #cafdf7;
  box-shadow: 0 10px 22px rgba(45, 229, 218, 0.3);
}

.page-academy .button_question,
.page-academy .button_question_indication,
.page-academy .button_question_indication_2,
.page-academy .button_question_academy,
.page-academy .button_block_gl,
.page-academy .button_gl_res,
.page-academy .button_indication,
.page-academy .button_academy,
.page-academy .button_academy_inside,
.page-academy .button_academy_blog {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-academy .button_question:hover,
.page-academy .button_question_indication:hover,
.page-academy .button_question_indication_2:hover,
.page-academy .button_question_academy:hover,
.page-academy .button_block_gl:hover,
.page-academy .button_gl_res:hover,
.page-academy .button_indication:hover,
.page-academy .button_academy:hover,
.page-academy .button_academy_inside:hover,
.page-academy .button_academy_blog:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 146, 52, 0.24);
}

.page-academy .button_gl_res:hover,
.page-academy .button_indication:hover,
.page-academy .button_question_indication_2:hover {
  background: rgba(9, 12, 18, 0.92);
  color: var(--bt-accent);
  border-color: rgba(236, 208, 111, 0.52);
}

.page-academy .academy-tariff-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 157, 31, 0.75);
  background: rgba(12, 11, 9, 0.9);
  color: #ffb157;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(255, 157, 31, 0.2);
}

.page-academy .academy-tariff-badge::after {
  content: none;
}

@keyframes academyTariffBorderFlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}

@keyframes academyTariffBorderPulse {
  0%, 100% {
    opacity: 0.84;
  }
  50% {
    opacity: 1;
  }
}

.page-academy .academy-tariffs-v3-foot {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 174, 79, 0.3);
  background:
    radial-gradient(circle at 86% 72%, rgba(255, 169, 58, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(10, 13, 20, 0.92), rgba(8, 11, 17, 0.88));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 170px;
  align-items: stretch;
  overflow: hidden;
}

.page-academy .academy-tariffs-v3-foot-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
}

.page-academy .academy-tariffs-v3-foot-item + .academy-tariffs-v3-foot-item {
  border-left: 1px solid rgba(255, 170, 72, 0.16);
}

.page-academy .academy-tariffs-v3-foot-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 176, 84, 0.38);
  color: #ffbb5d;
  background: rgba(19, 16, 14, 0.66);
  display: grid;
  place-items: center;
}

.page-academy .academy-tariffs-v3-foot-icon svg {
  width: 22px;
  height: 22px;
}

.page-academy .academy-tariffs-v3-foot-item p {
  margin: 0;
  color: rgba(236, 225, 208, 0.86);
  font-size: 14px;
  line-height: 1.38;
}

.page-academy .academy-tariffs-v3-foot-art {
  position: relative;
  border-left: 1px solid rgba(255, 174, 79, 0.16);
}

.page-academy .academy-tariffs-v3-foot-art svg {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 140px;
  height: auto;
}

@media (max-width: 1230px) {
  .page-academy .navbar_header {
    width: min(1320px, calc(100vw - 34px));
  }

  .page-academy .bt-topbar {
    gap: 10px;
    padding: 14px 16px;
  }

  .page-academy .bt-topbar-link {
    min-width: 74px;
    font-size: 15px;
  }

  .page-academy .bt-topbar-cta {
    min-width: 146px;
    font-size: 15px;
  }

  .page-academy .academy-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .page-academy .academy-hero-copy {
    max-width: 100%;
  }

  .page-academy .academy-hero-copy::before {
    inset: -10px -16px -14px -18px;
  }

  .page-academy .academy-hero-system {
    min-height: 0;
  }

  .page-academy .system-visual {
    max-width: 920px;
  }

  .page-academy .system-planet {
    width: 460px;
    height: 460px;
  }

  .page-academy .system-module {
    width: 304px;
    min-height: 176px;
    padding: 14px 14px 32px;
  }

  .page-academy .system-module h3 {
    font-size: clamp(12px, 0.94vw, 14px);
  }

  .page-academy .module-copy {
    font-size: clamp(10px, 0.74vw, 11px);
  }

  .page-academy .system-status strong {
    font-size: clamp(18px, 1.75vw, 24px);
  }

  .page-academy .system-status small {
    font-size: clamp(11px, 0.95vw, 14px);
  }

  .page-academy .academy-v2-road-grid,
  .page-academy .academy-v2-metrics-grid,
  .page-academy .academy-v2-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-academy .academy-v2-simulator-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-v2-fundament-item {
    grid-template-columns: 52px minmax(0, 1.06fr) minmax(220px, 0.94fr);
  }

  .page-academy .academy-v2-fundament-body strong {
    font-size: 27px;
  }

  .page-academy .academy-program-v3-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-academy .academy-program-v3-stats::before {
    content: none;
  }

  .page-academy .academy-program-v3-stat::after {
    content: none;
  }

  .page-academy .academy-program-v3-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(44px, 5.2vw, 62px);
  }

  .page-academy .academy-tariffs-v3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .page-academy .academy-tariff-card {
    min-height: 620px;
  }

  .page-academy .academy-tariff-num {
    min-width: 56px;
    height: 56px;
    border-radius: 12px;
    font-size: 39px;
  }

  .page-academy .academy-tariff-card h3 {
    font-size: clamp(30px, 3.1vw, 38px);
  }

  .page-academy .academy-tariff-chip {
    font-size: 13px;
  }

  .page-academy .academy-tariff-list li {
    font-size: 15px;
  }

  .page-academy .academy-tariff-btn {
    min-height: 54px;
    font-size: clamp(24px, 2.52vw, 28px);
  }

  .page-academy .academy-tariff-card.is-featured {
    grid-column: 1 / -1;
  }

  .page-academy .academy-tariff-badge {
    top: 10px;
    right: 10px;
    min-height: 30px;
    font-size: 11px;
    padding: 0 10px;
  }

  .page-academy .academy-tariffs-v3-foot {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-academy .academy-tariffs-v3-foot-art {
    grid-column: 1 / -1;
    min-height: 92px;
    border-left: 0;
    border-top: 1px solid rgba(255, 174, 79, 0.16);
  }

  .page-academy .academy-tariffs-v3-foot-art svg {
    right: 20px;
  }

  .page-academy .academy-roadmap-item .border_inside {
    grid-template-columns: minmax(92px, auto) 1fr 36px;
    padding: 14px 16px;
  }

  .page-academy .academy-roadmap-item .animat_text p {
    font-size: clamp(19px, 2.8vw, 26px);
  }
}

@media (max-width: 1023px) {
  .page-academy .navbar_header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    background: rgba(8, 10, 15, 0.78) !important;
    backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.24) !important;
    border-radius: 0;
  }

  .page-academy .navbar_header.hide {
    transform: translateY(-60px);
  }

  .page-academy .bt-topbar-shell {
    display: none;
  }

  .page-academy .navbar_header > .container-fluid > .row {
    display: flex;
  }

  .page-academy .academy-hero-shell {
    padding-top: 54px;
  }

  .page-academy .system-visual {
    max-width: 760px;
  }

  .page-academy .orbit-1 {
    width: 440px;
    height: 440px;
  }

  .page-academy .orbit-2 {
    width: 530px;
    height: 530px;
  }

  .page-academy .orbit-3 {
    width: 620px;
    height: 620px;
  }

  .page-academy .system-planet {
    width: 380px;
    height: 380px;
  }

  .page-academy .system-visual-title {
    font-size: clamp(20px, 3vw, 28px);
  }

  .page-academy .system-visual-subtitle {
    top: 12.5%;
    font-size: clamp(13px, 1.8vw, 16px);
  }

  .page-academy .system-visual-cycle {
    top: 18.4%;
    font-size: clamp(13px, 1.7vw, 16px);
  }

  .page-academy .system-module {
    width: 208px;
    min-height: 142px;
    padding: 12px 12px 10px;
  }

  .page-academy .system-module h3 {
    font-size: clamp(12px, 1.6vw, 15px);
  }

  .page-academy .module-copy {
    font-size: clamp(10px, 1.16vw, 12px);
  }

  .page-academy .module-icon {
    width: 30px;
    height: 30px;
  }

  .page-academy .module-icon svg {
    width: 16px;
    height: 16px;
  }

  .page-academy .system-status {
    min-width: 44%;
    top: 80.5%;
    padding: 9px 12px 9px 36px;
  }

  .page-academy .status-dot {
    left: 12px;
    top: 14px;
  }

  .page-academy .system-status strong {
    font-size: 20px;
  }

  .page-academy .system-status small {
    font-size: 13px;
  }

  .page-academy .module-market {
    top: 34px;
    left: -50px;
  }

  .page-academy .module-data {
    top: 196px;
    left: -64px;
  }

  .page-academy .module-analytics {
    top: 358px;
    left: -48px;
  }

  .page-academy .module-practice {
    top: 34px;
    right: -50px;
  }

  .page-academy .module-result {
    top: 196px;
    right: -64px;
  }

  .page-academy .module-exp {
    top: 358px;
    right: -48px;
  }

  .page-academy .academy-v2-shared-stage {
    padding: 14px;
    border-radius: 20px;
  }

  .page-academy .academy-v2-process-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-v2-progress {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .page-academy .academy-v2-fundament-item {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    padding: 10px;
  }

  .page-academy .academy-v2-fundament-list::before {
    content: none;
  }

  .page-academy .academy-v2-fundament-graph {
    grid-column: 2;
    margin-top: 6px;
    height: 86px;
  }

  .page-academy .academy-program-v3-shell {
    padding-inline: 16px;
  }

  .page-academy .academy-tariffs-v3 {
    padding-inline: 16px;
  }

  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(38px, 7.2vw, 56px);
  }

  .page-academy .academy-tariffs-v3-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-tariff-card {
    min-height: auto;
  }

  .page-academy .academy-tariff-card.is-featured {
    grid-column: auto;
  }

  .page-academy .academy-tariff-card h3 {
    font-size: clamp(28px, 4.8vw, 36px);
  }

  .page-academy .academy-tariff-num {
    min-width: 52px;
    height: 52px;
    border-radius: 11px;
    font-size: 35px;
  }

  .page-academy .academy-tariff-chip {
    font-size: 12px;
  }

  .page-academy .academy-tariff-list li {
    font-size: 14px;
  }

  .page-academy .academy-tariff-btn {
    min-height: 49px;
    font-size: clamp(20px, 2.28vw, 25px);
  }

  .page-academy .academy-tariff-badge {
    top: 10px;
    right: 10px;
    min-height: 30px;
    font-size: 11px;
    padding: 0 10px;
  }

  .page-academy .academy-tariffs-v3-foot {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-tariffs-v3-foot-item + .academy-tariffs-v3-foot-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 72, 0.16);
  }

  .page-academy .academy-tariffs-v3-foot-art {
    min-height: 82px;
  }

  .page-academy .academy-program-v3-wrap {
    border-radius: 18px;
    padding: 14px;
  }

  .page-academy .academy-program-v3-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-academy .academy-program-v3-stats::before {
    display: none;
  }

  .page-academy .academy-program-v3-stat {
    min-height: 82px;
    grid-template-columns: 48px 1fr;
    padding: 8px 10px;
  }

  .page-academy .academy-program-v3-stat::after {
    content: none;
  }

  .page-academy .academy-program-v3-stat-icon {
    width: 48px;
    height: 48px;
  }

  .page-academy .academy-program-v3-stat-icon img,
  .page-academy .academy-program-v3-stat-icon svg {
    width: 46px;
    height: 46px;
  }

  .page-academy .academy-program-v3-board {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .page-academy .academy-program-v3-board-head {
    flex-wrap: wrap;
  }

  .page-academy .academy-program-v3-module.is-open .academy-program-v3-module-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-program-v3-module-checks {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-roadmap-shell {
    padding-inline: 16px;
  }

  .page-academy .academy-roadmap-shell .block_program_title_academy p {
    font-size: 16px;
  }

  .page-academy .academy-roadmap-shell .block_module_program {
    min-height: 96px;
  }

  .page-academy .academy-roadmap-item {
    padding-inline: 16px;
  }

  .page-academy .academy-roadmap-item .border_inside {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 14px 16px;
  }

  .page-academy .academy-roadmap-item .module_text {
    flex: 0 0 auto;
  }

  .page-academy .academy-roadmap-item .animat_text {
    flex: 1 1 calc(100% - 56px);
  }

  .page-academy .academy-roadmap-item .svg_width_academy {
    margin-left: auto;
  }

  .page-academy .academy-v2-shell {
    padding-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .page-academy .academy-hero-shell {
    padding-top: 47px;
    padding-bottom: 40px;
  }

  .page-academy .academy-hero-wrap {
    padding: 20px;
    border-radius: 0;
  }

  .page-academy .academy-hero-copy {
    padding: 10px 12px;
  }

  .page-academy .academy-hero-copy::before {
    inset: -8px -10px -10px -10px;
    border-radius: 22px;
  }

  .page-academy .academy-hero-tag {
    font-size: 11px;
    min-height: 34px;
  }

  .page-academy .academy-hero-title {
    font-size: clamp(31px, 9.4vw, 48px);
  }

  .page-academy .academy-hero-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-academy .academy-hero-slogan {
    font-size: 17px;
    line-height: 1.4;
  }

  .page-academy .academy-hero-note {
    font-size: 14px;
    line-height: 1.4;
  }

  .page-academy .academy-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-academy .academy-hero-button {
    width: 100%;
    min-height: 52px;
    font-size: 17px;
  }

  .page-academy .academy-hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .page-academy .academy-hero-proof strong {
    font-size: 24px;
  }

  .page-academy .academy-hero-system {
    min-height: 0;
  }

  .page-academy .system-visual {
    aspect-ratio: auto;
    min-height: 980px;
  }

  .page-academy .system-visual-title {
    top: 2%;
    font-size: 24px;
  }

  .page-academy .system-visual-subtitle,
  .page-academy .system-visual-cycle {
    display: none;
  }

  .page-academy .system-links {
    display: none;
  }

  .page-academy .system-orbit {
    top: 22%;
  }

  .page-academy .orbit-1 {
    width: 340px;
    height: 340px;
  }

  .page-academy .orbit-2 {
    width: 400px;
    height: 400px;
  }

  .page-academy .orbit-3 {
    width: 460px;
    height: 460px;
  }

  .page-academy .system-planet {
    left: 50%;
    top: 22%;
    width: min(78vw, 300px);
    height: min(78vw, 300px);
    transform: translate(-50%, -50%);
  }

  .page-academy .system-platform {
    top: 34%;
    width: 76%;
    height: 11%;
  }

  .page-academy .system-status {
    top: 40%;
    width: 82%;
    min-width: 0;
  }

  .page-academy .system-module {
    width: 48%;
    min-height: 123px;
    padding: 10px 10px 8px;
  }

  .page-academy .system-module h3 {
    font-size: 14px;
  }

  .page-academy .module-copy {
    font-size: 11px;
  }

  .page-academy .module-market,
  .page-academy .module-practice {
    top: 49%;
  }

  .page-academy .module-market,
  .page-academy .module-data,
  .page-academy .module-analytics {
    left: 0;
  }

  .page-academy .module-practice,
  .page-academy .module-result,
  .page-academy .module-exp {
    right: 0;
  }

  .page-academy .module-data,
  .page-academy .module-result {
    top: 63%;
  }

  .page-academy .module-analytics,
  .page-academy .module-exp {
    top: 77%;
  }

  .page-academy .academy-roadmap-shell {
    padding-inline: 12px;
  }

  .page-academy .academy-tariffs-v3 {
    padding-inline: 12px;
  }

  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(34px, 9.2vw, 46px);
    line-height: 1;
  }

  .page-academy .academy-tariffs-v3 .section-lead {
    font-size: 14px;
  }

  .page-academy .academy-tariff-card {
    border-radius: 18px;
    padding: 14px 14px 12px;
  }

  .page-academy .academy-tariff-icon {
    width: 62px;
    height: 62px;
  }

  .page-academy .academy-tariff-icon svg {
    width: 38px;
    height: 38px;
  }

  .page-academy .academy-tariff-icon img {
    width: 38px;
    height: 38px;
  }

  .page-academy .academy-tariff-num {
    min-width: 44px;
    height: 44px;
    border-radius: 9px;
    font-size: 28px;
  }

  .page-academy .academy-tariff-card h3 {
    font-size: clamp(20px, 5.02vw, 24px);
  }

  .page-academy .academy-tariff-chip {
    font-size: 9px;
    min-height: 24px;
    padding-inline: 8px;
  }

  .page-academy .academy-tariff-list li {
    font-size: 13px;
  }

  .page-academy .academy-tariff-btn {
    min-height: 42px;
    font-size: clamp(14px, 4.05vw, 20px);
  }

  .page-academy .academy-tariff-badge {
    top: 8px;
    right: 8px;
    min-height: 24px;
    font-size: 9px;
    padding: 0 8px;
  }

  .page-academy .academy-tariffs-v3-foot-item {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 12px;
  }

  .page-academy .academy-tariffs-v3-foot-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .page-academy .academy-tariffs-v3-foot-item p {
    font-size: 13px;
  }

  .page-academy .academy-roadmap-shell .section-title {
    font-size: clamp(30px, 8.8vw, 44px);
  }

  .page-academy .academy-roadmap-shell .section-lead {
    font-size: 14px;
  }

  .page-academy .academy-roadmap-shell .block_module_program_academy {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-academy .academy-roadmap-shell .block_module_program {
    min-height: 86px;
    padding: 10px 8px;
  }

  .page-academy .academy-roadmap-shell .number_program {
    font-size: clamp(28px, 8vw, 42px);
  }

  .page-academy .academy-roadmap-shell .number_program_text {
    font-size: 14px;
  }

  .page-academy .academy-roadmap-item {
    padding-inline: 12px;
  }

  .page-academy .academy-roadmap-item .border_inside {
    padding: 12px 14px;
  }

  .page-academy .academy-roadmap-item .module_text p {
    min-height: 34px;
    font-size: 11px;
    padding-inline: 12px;
  }

  .page-academy .academy-roadmap-item .animat_text {
    flex: 1 1 100%;
    order: 3;
  }

  .page-academy .academy-roadmap-item .animat_text p {
    font-size: clamp(18px, 6vw, 24px);
  }

  .page-academy .academy-roadmap-item .svg_width_academy {
    order: 2;
  }

  .page-academy .academy-roadmap-item .row_module > [class*="col-"] {
    padding: 12px;
  }

  .page-academy .academy-roadmap-item .module_inside_back {
    padding: 14px;
  }

  .page-academy .academy-roadmap-item .module_inside_back .text_module {
    font-size: 15px;
    line-height: 1.45;
  }

  .page-academy .academy-v2-wrap {
    gap: 10px;
  }

  .page-academy .academy-v2-shell section {
    padding: 0;
  }

  .page-academy .academy-v2-shared-stage {
    padding: 10px;
    border-radius: 14px;
  }

  .page-academy .academy-v2-shared-stage > .academy-v2-process {
    margin-top: 10px;
  }

  .page-academy .academy-v2-title {
    font-size: clamp(28px, 8.2vw, 39px);
  }

  .page-academy .academy-v2-road-grid,
  .page-academy .academy-v2-metrics-grid,
  .page-academy .academy-v2-tech-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-v2-road-line {
    display: none;
  }

  .page-academy .academy-v2-road-card {
    min-height: 0;
    padding-top: 70px;
  }

  .page-academy .academy-v2-road-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .page-academy .academy-v2-road-card ul {
    font-size: 16px;
  }

  .page-academy .academy-v2-road-icon {
    top: 30px;
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }

  .page-academy .academy-v2-road-icon svg {
    width: 22px;
    height: 22px;
  }

  .page-academy .academy-v2-road-step {
    top: -12px;
    left: 12px;
  }

  .page-academy .academy-v2-fundament {
    padding: 8px;
  }

  .page-academy .academy-v2-progress {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .page-academy .academy-v2-progress-ring {
    --ring-size: 116px;
  }

  .page-academy .academy-v2-progress-meta strong {
    font-size: 18px;
  }

  .page-academy .academy-v2-fundament-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 9px;
  }

  .page-academy .academy-v2-fundament-item::before,
  .page-academy .academy-v2-fundament-item::after {
    left: -10px;
  }

  .page-academy .academy-v2-fundament-list::before {
    content: none;
  }

  .page-academy .academy-v2-fundament-index {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .page-academy .academy-v2-fundament-body strong {
    font-size: 24px;
  }

  .page-academy .academy-v2-fundament-body p {
    font-size: 14px;
  }

  .page-academy .academy-v2-fundament-tags span {
    font-size: 11px;
  }

  .page-academy .academy-v2-fundament-graph {
    grid-column: 2;
    height: 74px;
    padding-right: 34px;
  }

  .page-academy .academy-v2-fundament-graph span {
    font-size: clamp(13px, 4.4vw, 17px);
  }

  .page-academy .academy-program-v3-shell {
    padding-inline: 12px;
    padding-top: 16px;
  }

  .page-academy .academy-program-v3-title {
    font-size: clamp(30px, 8vw, 40px);
  }

  .page-academy .academy-program-v3-lead {
    font-size: 14px;
  }

  .page-academy .academy-program-v3-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-program-v3-stat {
    min-height: 86px;
    grid-template-columns: 36px 1fr;
    padding: 10px 12px;
  }

  .page-academy .academy-program-v3-stat strong {
    font-size: clamp(28px, 8vw, 38px);
  }

  .page-academy .academy-program-v3-stat span {
    font-size: 14px;
  }

  .page-academy .academy-program-v3-board-main,
  .page-academy .academy-program-v3-board-side {
    padding: 10px;
  }

  .page-academy .academy-program-v3-board-head h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .page-academy .academy-program-v3-switch {
    width: 100%;
    justify-content: space-between;
  }

  .page-academy .academy-program-v3-switch span {
    flex: 1 1 0;
    justify-content: center;
    font-size: 12px;
    padding: 0 8px;
  }

  .page-academy .academy-program-v3-module {
    padding-left: 48px;
  }

  .page-academy .academy-program-v3-module-trigger {
    position: relative !important;
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 58px;
    padding: 0 10px;
  }

  .page-academy .academy-program-v3-module-title {
    font-size: clamp(18px, 5.8vw, 26px);
  }

  .page-academy .academy-program-v3-module-count {
    grid-column: 1 / 2;
    justify-self: start;
    min-height: 30px;
    font-size: 12px;
  }

  .page-academy .academy-program-v3-module-outcome-preview {
    padding: 10px 10px 10px 14px;
    font-size: 14px;
    line-height: 1.4;
  }

  .page-academy .academy-program-v3-module-arrow {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .page-academy .academy-program-v3-module-step {
    left: -49px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    top: 50%;
  }

  .page-academy .academy-program-v3-module:not(:last-child)::before {
    left: 18px;
    top: 46px;
  }

  .page-academy .academy-program-v3-module-checks li {
    font-size: 13px;
  }

  .page-academy .academy-program-v3-submodule-title {
    font-size: clamp(20px, 5.5vw, 30px);
  }

  .page-academy .academy-program-v3-submodule-list li {
    font-size: 14px;
  }

  .page-academy .academy-program-v3-side-visual img {
    height: 128px;
  }

  .page-academy .academy-program-v3-side-note {
    font-size: 13px;
  }

  .page-academy .academy-v2-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-v2-cta-logo {
    width: 92px;
    height: 92px;
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-academy .academy-v2-progress::before,
  .page-academy .academy-v2-progress::after,
  .page-academy .academy-v2-fundament::before,
  .page-academy .academy-v2-fundament::after,
  .page-academy .academy-v2-fundament-item::before,
  .page-academy .academy-v2-fundament-item::after,
  .page-academy .academy-v2-fundament-graph::before,
  .page-academy .academy-v2-fundament-graph::after {
    animation: none !important;
  }

}

/* Unified section heading size for academy page sections (hero remains unchanged). */
.page-academy .academy-program-v3-title {
  font-size: 50px !important;
}

/* Academy video section: dashboard redesign */
.page-academy .academy-format-v2 {
  position: relative;
  margin-top: clamp(18px, 2vw, 34px);
  padding: clamp(14px, 1.5vw, 22px);
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden;
  isolation: isolate;
}

.page-academy .academy-format-v2::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-academy .academy-format-v2::after {
  content: none;
}

.page-academy .academy-fv2-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 430px;
  gap: 18px;
  align-items: start;
}

.page-academy .academy-fv2-eyebrow-wrap {
  position: relative;
  z-index: 2;
  margin: -18px auto 10px;
}

.page-academy .academy-fv2-eyebrow-wrap .academy-fv2-eyebrow {
  transform: none;
}

.page-academy .academy-fv2-rail {
  min-height: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-academy .academy-fv2-rail-demo {
  min-height: 76px;
  border-radius: 14px;
  border: 1px solid rgba(255, 161, 55, 0.52);
  background: linear-gradient(180deg, rgba(14, 13, 11, 0.96), rgba(9, 10, 13, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 206, 130, 0.12),
    0 0 20px rgba(255, 142, 33, 0.34);
  color: #f8e5cf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
}

.page-academy .academy-fv2-rail-demo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 154, 43, 0.6));
}

.page-academy .academy-fv2-rail-nav {
  display: grid;
  gap: 8px;
}

.page-academy .academy-fv2-rail-nav a {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(255, 160, 54, 0.12);
  color: rgba(239, 226, 208, 0.92);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(6, 9, 13, 0.78);
}

.page-academy .academy-fv2-rail-nav a img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  opacity: 0.96;
}

.page-academy .academy-fv2-rail-status {
  margin-top: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 157, 49, 0.22);
  padding: 12px 10px;
  background: rgba(4, 8, 12, 0.9);
}

.page-academy .academy-fv2-rail-status strong {
  display: block;
  color: #30ff8f;
  font-size: 12px;
  line-height: 1.2;
}

.page-academy .academy-fv2-rail-status p {
  margin: 8px 0 0;
  color: rgba(229, 219, 201, 0.84);
  font-size: 11px;
  line-height: 1.35;
}

.page-academy .academy-fv2-main {
  display: grid;
  gap: 14px;
}

.page-academy .academy-fv2-main-surface {
  border-radius: 18px;
  border: 1px solid rgba(255, 159, 53, 0.22);
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.96), rgba(4, 7, 11, 0.95));
  padding: 14px;
}

.page-academy .academy-fv2-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.page-academy .academy-fv2-live-pill {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 156, 48, 0.62);
  color: #ffab38;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.03em;
  position: relative;
}

.page-academy .academy-fv2-live-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8f11;
  box-shadow: 0 0 8px rgba(255, 145, 33, 0.7);
  margin-right: 8px;
}

.page-academy .academy-fv2-top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-academy .academy-fv2-top-nav li {
  color: rgba(238, 226, 209, 0.94);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 10px;
}

.page-academy .academy-fv2-top-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff980f;
  transform: translateY(-50%);
}

.page-academy .academy-fv2-head {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  gap: 14px;
  align-items: start;
}

.page-academy .academy-fv2-title {
  margin: 2px 0 0;
  color: #f8f1e6;
  font-size: 50px !important;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-family: var(--bt-font-display, "Montserrat", "Segoe UI", Arial, sans-serif);
  font-weight: 800;
  text-transform: uppercase;
}

.page-academy .academy-fv2-title span {
  color: #ff980e;
}

.page-academy .academy-fv2-lead {
  margin: 14px 0 0;
  max-width: 35ch;
  color: rgba(240, 230, 214, 0.9);
  font-size: 20px;
  line-height: 1.46;
}

.page-academy .academy-fv2-signal-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 160, 54, 0.2);
  background: linear-gradient(180deg, rgba(7, 11, 16, 0.96), rgba(5, 8, 13, 0.94));
  padding: 14px 14px 52px;
  min-height: 158px;
  overflow: hidden;
}

.page-academy .academy-fv2-signal-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #2dfd8d;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}

.page-academy .academy-fv2-signal-card p {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: #f0e6d9;
  font-size: 14px;
  text-transform: uppercase;
}

.page-academy .academy-fv2-signal-dot {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #36ff95;
  box-shadow: 0 0 12px rgba(75, 255, 156, 0.74);
}

.page-academy .academy-fv2-mini-wave {
  display: none;
}

.page-academy .academy-fv2-signal-underwave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 100%;
  height: 44px;
  filter: none;
  pointer-events: none;
}

.page-academy .academy-fv2-signal-line {
  fill: none;
  stroke: #82fff4;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 2px rgba(104, 255, 240, 0.42))
    drop-shadow(0 0 7px rgba(30, 210, 198, 0.3));
}

.page-academy .academy-fv2-player-panel {
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 161, 55, 0.18);
  background: linear-gradient(180deg, rgba(6, 9, 14, 0.95), rgba(4, 7, 11, 0.94));
  padding: 10px;
}

.page-academy .academy-fv2-player-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}

.page-academy .academy-fv2-player-tabs span {
  color: rgba(238, 225, 206, 0.76);
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.page-academy .academy-fv2-player-tabs span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 170, 75, 0.7);
}

.page-academy .academy-fv2-player-tabs .is-active {
  color: #ff9e16;
  font-weight: 700;
}

.page-academy .academy-fv2-player-stage {
  border-radius: 12px;
  border: 1px solid rgba(255, 165, 60, 0.16);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 70%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin-inline: auto;
  background: #03070c;
}

.page-academy .academy-fv2-video-shell {
  position: relative;
  overflow: hidden;
}

.page-academy .academy-fv2-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-academy .academy-fv2-orderbook {
  border-left: 1px solid rgba(255, 165, 61, 0.16);
  background: linear-gradient(180deg, rgba(5, 10, 16, 0.94), rgba(5, 8, 13, 0.95));
}

.page-academy .academy-fv2-orderbook-head {
  min-height: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 161, 55, 0.18);
}

.page-academy .academy-fv2-orderbook-head span {
  display: grid;
  place-items: center;
  color: rgba(239, 224, 204, 0.8);
  font-size: 11px;
  text-transform: uppercase;
}

.page-academy .academy-fv2-orderbook ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-academy .academy-fv2-orderbook li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 166, 63, 0.07);
}

.page-academy .academy-fv2-orderbook li span {
  display: grid;
  place-items: center;
  color: rgba(240, 227, 206, 0.92);
  font-size: 13px;
}

.page-academy .academy-fv2-orderbook li .bid {
  color: #89cffd;
  background: linear-gradient(90deg, rgba(24, 127, 190, 0.36), rgba(24, 127, 190, 0));
}

.page-academy .academy-fv2-orderbook li .ask {
  color: #ffb6a8;
  background: linear-gradient(270deg, rgba(180, 36, 36, 0.44), rgba(180, 36, 36, 0));
}

.page-academy .academy-fv2-progress {
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.page-academy .academy-fv2-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36%;
  background: linear-gradient(90deg, #ff8d09, #ffba5e);
}

.page-academy .academy-fv2-progress-dot {
  position: absolute;
  top: 50%;
  left: calc(36% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffb559;
  background: #fff3d9;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(255, 168, 63, 0.52);
}

.page-academy .academy-fv2-controls {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.page-academy .academy-fv2-controls-left,
.page-academy .academy-fv2-controls-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(240, 227, 205, 0.92);
  font-size: 13px;
}

.page-academy .academy-fv2-controls strong {
  color: #f9f0e3;
  font-size: 21px;
  font-weight: 700;
}

.page-academy .academy-fv2-benefits {
  border-radius: 18px;
  border: 1px solid rgba(255, 158, 52, 0.2);
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.95), rgba(4, 7, 11, 0.94));
  padding: 14px;
}

.page-academy .academy-fv2-benefits h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #ff9d17;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--bt-font-display, "Montserrat", "Segoe UI", Arial, sans-serif);
}

.page-academy .academy-fv2-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.page-academy .academy-fv2-benefit-card {
  position: relative;
  min-height: 192px;
  border-radius: 14px;
  border: 1px solid rgba(255, 157, 51, 0.16);
  background: linear-gradient(180deg, rgba(7, 10, 15, 0.94), rgba(5, 8, 12, 0.96));
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.page-academy .academy-fv2-benefit-num {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 30px;
  min-height: 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 166, 62, 0.34);
  display: inline-grid;
  place-items: center;
  color: rgba(239, 228, 209, 0.86);
  font-size: 12px;
}

.page-academy .academy-fv2-benefit-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 10px;
  filter: drop-shadow(0 0 10px rgba(255, 158, 50, 0.52));
}

.page-academy .academy-fv2-benefit-card h4 {
  margin: 0;
  color: #f6ecdf;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}

.page-academy .academy-fv2-benefit-card p {
  margin: 10px 0 0;
  color: rgba(234, 221, 202, 0.82);
  font-size: 12px;
  line-height: 1.35;
}

.page-academy .academy-fv2-benefit-card a {
  margin-top: auto;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 160, 52, 0.44);
  color: #ffa229;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.page-academy .academy-fv2-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 154, 49, 0.4);
  background: rgba(10, 10, 12, 0.86);
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffd4a0;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 12px rgba(255, 138, 34, 0.16);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.page-academy .academy-fv2-cta::before {
  content: none;
  display: none;
}

.page-academy .academy-fv2-cta > * {
  position: relative;
  z-index: 2;
}

.page-academy .academy-fv2-cta img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.page-academy .academy-fv2-cta span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.page-academy .academy-fv2-cta strong {
  color: #f7ecde;
  font-size: 28px;
  line-height: 1.04;
  text-transform: uppercase;
}

.page-academy .academy-fv2-cta small {
  color: rgba(239, 226, 206, 0.8);
  font-size: 14px;
}

.page-academy .academy-fv2-cta b {
  margin-left: auto;
  font-size: 36px;
  color: #ff9e1c;
  line-height: 1;
}

.page-academy .academy-fv2-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 175, 86, 0.88);
  background: rgba(10, 10, 12, 0.86);
  color: #ffd4a0;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.42),
    0 0 18px rgba(255, 150, 52, 0.35);
}

.page-academy .academy-fv2-cta:hover::before {
  opacity: 0;
}

.page-academy .academy-fv2-right {
  display: grid;
  gap: 12px;
}

.page-academy .academy-fv2-widget {
  border-radius: 18px;
  border: 1px solid rgba(255, 158, 53, 0.22);
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.96), rgba(4, 7, 11, 0.96));
  padding: 14px 14px 12px;
}

.page-academy .academy-fv2-widget h3 {
  margin: 0 0 12px;
  color: #ff9e16;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}

.page-academy .academy-fv2-widget--results h3 {
  font-size: 22px;
}

.page-academy .academy-fv2-monitor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-academy .academy-fv2-monitor-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 206px;
  gap: 11px;
  align-items: center;
  border-top: 1px solid rgba(255, 160, 55, 0.16);
  padding: 10px 0;
}

.page-academy .academy-fv2-monitor-list li:first-child {
  border-top: 0;
}

.page-academy .academy-fv2-monitor-list img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.page-academy .academy-fv2-monitor-list strong {
  display: block;
  color: #f4e9d9;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-academy .academy-fv2-monitor-list span {
  display: block;
  color: rgba(233, 221, 202, 0.78);
  font-size: 12px;
  line-height: 1.3;
}

.page-academy .academy-fv2-panel-list li {
  grid-template-columns: 36px minmax(0, 1fr) auto;
}

.page-academy .academy-fv2-panel-list .academy-fv2-panel-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 164, 62, 0.34);
  color: #ffc67a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(13, 18, 26, 0.9);
}

.page-academy .academy-fv2-monitor-spark {
  position: relative;
  width: 206px;
  height: 90px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #ff9f1c;
  overflow: hidden;
}

.page-academy .academy-fv2-monitor-spark::before {
  content: none;
}

.page-academy .academy-fv2-monitor-spark svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.page-academy .academy-fv2-spark-area {
  fill: currentColor;
  opacity: 0;
}

.page-academy .academy-fv2-spark-line-glow {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.86;
  filter:
    drop-shadow(0 0 2px rgba(255, 239, 199, 0.52))
    drop-shadow(0 0 6px rgba(255, 162, 50, 0.72))
    drop-shadow(0 0 11px rgba(255, 140, 30, 0.6));
  stroke-dasharray: 220;
  animation: academyFv2SparkFlow 3.3s ease-in-out infinite;
}

.page-academy .academy-fv2-spark-line {
  fill: none;
  stroke: #ffcf84;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-academy .academy-fv2-monitor-spark--orange {
  color: #ff9f1c;
}

.page-academy .academy-fv2-monitor-spark--orange .academy-fv2-spark-line {
  stroke: #ffcf84;
}

.page-academy .academy-fv2-monitor-spark--neon {
  color: #2de5da;
}

.page-academy .academy-fv2-monitor-spark--neon .academy-fv2-spark-line {
  stroke: #82fff4;
}

.page-academy .academy-fv2-monitor-spark--violet {
  color: #9c74ff;
}

.page-academy .academy-fv2-monitor-spark--violet .academy-fv2-spark-line {
  stroke: #ceb4ff;
}

.page-academy .academy-fv2-monitor-spark b {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  min-height: 21px;
  padding: 0 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 160, 55, 0.48);
  color: #ffab2f;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  background: rgba(7, 10, 14, 0.56);
}

.page-academy .academy-fv2-monitor-spark b.green {
  border-color: rgba(59, 255, 150, 0.46);
  color: #43ff9e;
  background: rgba(6, 12, 10, 0.76);
}

@keyframes academyFv2SparkFlow {
  0%,
  100% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -26;
  }
}

.page-academy .academy-fv2-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.page-academy .academy-fv2-widget-head h3 {
  margin: 0;
}

.page-academy .academy-fv2-widget-head button {
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 158, 52, 0.3);
  background: rgba(8, 10, 14, 0.86);
  color: #f0e4d4;
  font-size: 12px;
  padding: 0 12px;
}

.page-academy .academy-fv2-widget--results .academy-fv2-widget-head button {
  min-height: 30px;
  font-size: 10px;
}

.page-academy .academy-fv2-results-grid {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-areas:
    "ring note"
    "ring big"
    "students score";
  gap: 8px 12px;
  align-items: center;
}

.page-academy .academy-fv2-result-ring {
  --fv2-ring-angle: 0deg;
  grid-area: ring;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  animation: academyFv2RingLoad 1.8s ease-out forwards;
}

.page-academy .academy-fv2-result-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(#ff9e1e var(--fv2-ring-angle), rgba(255, 151, 43, 0.24) 0deg);
}

.page-academy .academy-fv2-result-ring::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: rgba(5, 9, 14, 0.96);
  box-shadow: inset 0 0 0 1px rgba(255, 184, 103, 0.06);
}

.page-academy .academy-fv2-result-ring span {
  position: relative;
  z-index: 1;
  color: #f5eadc;
  font-size: 28px;
  font-weight: 700;
}

.page-academy .academy-fv2-result-note {
  grid-area: note;
  align-self: center;
  justify-self: center;
  text-align: center;
  color: rgba(232, 220, 200, 0.8);
  font-size: 10px;
  line-height: 1.15;
  text-transform: lowercase;
}

.page-academy .academy-fv2-result-big {
  grid-area: big;
}

.page-academy .academy-fv2-result-big strong {
  display: block;
  color: #ff9f1f;
  font-size: 38px;
  line-height: 1;
}

.page-academy .academy-fv2-result-big span,
.page-academy .academy-fv2-result-meta span {
  color: rgba(232, 220, 200, 0.8);
  font-size: 10px;
}

.page-academy .academy-fv2-result-meta strong {
  display: block;
  color: #ffac3c;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 4px;
}

.page-academy .academy-fv2-result-meta--students {
  grid-area: students;
}

.page-academy .academy-fv2-result-meta--score {
  grid-area: score;
}

@property --fv2-ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes academyFv2RingLoad {
  from {
    --fv2-ring-angle: 0deg;
  }
  to {
    --fv2-ring-angle: 313deg;
  }
}

.page-academy .academy-fv2-path-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
}

.page-academy .academy-fv2-path-list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, #ff9b16, rgba(255, 157, 52, 0.2));
}

.page-academy .academy-fv2-path-list li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 158, 52, 0.14);
}

.page-academy .academy-fv2-path-list li:first-child {
  border-top: 0;
}

.page-academy .academy-fv2-path-list li::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 164, 61, 0.7);
  background: rgba(8, 9, 12, 0.94);
}

.page-academy .academy-fv2-path-list li.done::before {
  background: rgba(8, 9, 12, 0.94);
  box-shadow: none;
}

.page-academy .academy-fv2-path-list li.active::before {
  border-color: #ff9e1d;
  box-shadow: 0 0 10px rgba(255, 151, 43, 0.4);
}

.page-academy .academy-fv2-path-list strong {
  display: block;
  color: #f5ebde;
  font-size: 15px;
}

.page-academy .academy-fv2-path-list li div span {
  display: block;
  color: rgba(233, 220, 200, 0.76);
  font-size: 12px;
}

.page-academy .academy-fv2-path-list .academy-fv2-step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 166, 64, 0.36);
  display: grid;
  place-items: center;
  color: #f3e8d8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.page-academy .academy-fv2-path-list b {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 165, 62, 0.42);
  display: inline-flex;
  align-items: center;
  color: #ffab37;
  font-size: 12px;
  text-transform: uppercase;
}

.page-academy .academy-fv2-path-list li.done b {
  border-color: rgba(60, 255, 151, 0.5);
  color: #3fff9f;
}

.page-academy .academy-fv2-path-list li.active b.status-progress {
  border-color: rgba(173, 137, 255, 0.58);
  color: #ceb4ff;
}

.page-academy .academy-fv2-path-list li.check b.status-check {
  border-color: rgba(75, 238, 226, 0.54);
  color: #82fff4;
}

.page-academy .academy-fv2-path-list li.next b.status-next {
  border-color: rgba(150, 158, 174, 0.44);
  color: #aeb5c4;
}

.page-academy .academy-fv2-path-list li.active .academy-fv2-step-num {
  border-color: rgba(173, 137, 255, 0.62);
  color: #e9ddff;
  box-shadow: 0 0 10px rgba(156, 116, 255, 0.32);
}

.page-academy .academy-fv2-path-list li.check .academy-fv2-step-num {
  border-color: rgba(75, 238, 226, 0.62);
  color: #d2fffb;
  box-shadow: 0 0 10px rgba(45, 229, 218, 0.3);
}

.page-academy .academy-fv2-path-list li.next .academy-fv2-step-num {
  border-color: rgba(150, 158, 174, 0.5);
  color: #c4cad5;
}

.page-academy .academy-fv2-path-note {
  margin: 12px 0 0;
  color: rgba(237, 225, 206, 0.9);
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding-right: 40px;
}

.page-academy .academy-fv2-path-note::after {
  content: "↗";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9c16;
  font-size: 46px;
  line-height: 1;
}

@media (max-width: 1800px) {
  .page-academy .academy-fv2-shell {
    grid-template-columns: 160px minmax(0, 1fr) 390px;
  }

  .page-academy .academy-fv2-title {
    font-size: 46px !important;
  }

  .page-academy .academy-fv2-benefits h3 {
    font-size: 24px;
  }
}

@media (max-width: 1450px) {
  .page-academy .academy-fv2-shell {
    grid-template-columns: 148px minmax(0, 1fr) 350px;
    gap: 14px;
  }

  .page-academy .academy-fv2-rail-nav a {
    min-height: 46px;
  }

  .page-academy .academy-fv2-lead {
    font-size: 17px;
  }

  .page-academy .academy-fv2-player-stage {
    width: 72%;
    min-height: 0;
  }

  .page-academy .academy-fv2-monitor-list li {
    grid-template-columns: 32px minmax(0, 1fr) 177px;
  }

  .page-academy .academy-fv2-monitor-spark {
    width: 177px;
    height: 78px;
  }
}

@media (max-width: 1230px) {
  .page-academy .academy-fv2-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-fv2-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .page-academy .academy-fv2-rail-status {
    grid-column: span 2;
  }

  .page-academy .academy-fv2-rail-nav {
    grid-column: span 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-academy .academy-fv2-topline {
    justify-content: center;
    gap: 10px;
  }

  .page-academy .academy-fv2-top-nav {
    justify-self: auto;
  }

  .page-academy .academy-fv2-player-stage {
    width: 100%;
  }

  .page-academy .academy-fv2-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-fv2-signal-card {
    max-width: 440px;
  }

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

  .page-academy .academy-fv2-cta strong {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .page-academy .academy-fv2-player-stage {
    width: 100%;
  }

  .page-academy .academy-fv2-orderbook {
    border-left: 0;
    border-top: 1px solid rgba(255, 165, 61, 0.16);
  }

  .page-academy .academy-fv2-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-academy .academy-fv2-monitor-list li {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .page-academy .academy-fv2-monitor-spark {
    grid-column: 2;
    justify-self: start;
  }

  .page-academy .academy-fv2-panel-list li {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .page-academy .academy-fv2-panel-list .academy-fv2-panel-tag {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }

  .page-academy .academy-fv2-results-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "ring"
      "note"
      "big"
      "students"
      "score";
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .page-academy .academy-format-v2 {
    border-radius: 16px;
    padding: 10px;
  }

  .page-academy .academy-fv2-rail {
    padding: 10px;
  }

  .page-academy .academy-fv2-rail-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-academy .academy-fv2-rail-nav a {
    font-size: 10px;
    min-height: 40px;
  }

  .page-academy .academy-fv2-main-surface,
  .page-academy .academy-fv2-benefits,
  .page-academy .academy-fv2-widget {
    padding: 10px;
    border-radius: 12px;
  }

  .page-academy .academy-fv2-title {
    font-size: clamp(30px, 8.4vw, 42px) !important;
  }

  .page-academy .academy-fv2-lead {
    font-size: 14px;
  }

  .page-academy .academy-fv2-live-pill {
    min-height: 28px;
    font-size: 11px;
    padding: 0 10px;
  }

  .page-academy .academy-fv2-top-nav {
    gap: 10px;
  }

  .page-academy .academy-fv2-top-nav li {
    font-size: 11px;
  }

  .page-academy .academy-fv2-signal-card strong {
    font-size: 22px;
  }

  .page-academy .academy-fv2-signal-card p {
    font-size: 11px;
  }

  .page-academy .academy-fv2-player-tabs {
    gap: 10px;
  }

  .page-academy .academy-fv2-player-tabs span {
    font-size: 11px;
  }

  .page-academy .academy-fv2-player-stage {
    min-height: 280px;
  }

  .page-academy .academy-fv2-orderbook {
    display: none;
  }

  .page-academy .academy-fv2-controls {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-academy .academy-fv2-controls strong {
    font-size: 16px;
  }

  .page-academy .academy-fv2-benefits h3,
  .page-academy .academy-fv2-widget h3 {
    font-size: 18px;
  }

  .page-academy .academy-fv2-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-fv2-benefit-card {
    min-height: 156px;
  }

  .page-academy .academy-fv2-benefit-card h4 {
    font-size: 14px;
  }

  .page-academy .academy-fv2-benefit-card p {
    font-size: 10px;
  }

  .page-academy .academy-fv2-benefit-card a {
    min-height: 32px;
    font-size: 10px;
  }

  .page-academy .academy-fv2-cta {
    padding: 10px;
    gap: 8px;
  }

  .page-academy .academy-fv2-cta img {
    width: 28px;
    height: 28px;
  }

  .page-academy .academy-fv2-cta strong {
    font-size: 14px;
  }

  .page-academy .academy-fv2-cta small {
    font-size: 10px;
  }

  .page-academy .academy-fv2-cta b {
    font-size: 26px;
  }

  .page-academy .academy-fv2-result-ring {
    width: 62px;
    height: 62px;
  }

  .page-academy .academy-fv2-result-ring span {
    font-size: 20px;
  }

  .page-academy .academy-fv2-result-note {
    font-size: 9px;
  }

  .page-academy .academy-fv2-result-big strong,
  .page-academy .academy-fv2-result-meta strong {
    font-size: 24px;
  }

  .page-academy .academy-fv2-path-list {
    padding-left: 20px;
  }

  .page-academy .academy-fv2-path-list li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .page-academy .academy-fv2-step-num {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .page-academy .academy-fv2-path-list b {
    grid-column: 2;
    justify-self: start;
  }

  .page-academy .academy-fv2-path-note {
    font-size: 13px;
    padding-right: 30px;
  }

  .page-academy .academy-fv2-path-note::after {
    font-size: 30px;
  }
}

/* Adaptive hotfix: medium screens should switch hero to stacked layout earlier */
@media (max-width: 1500px) and (min-width: 1024px) {
  .page-academy .academy-hero-shell {
    padding-top: clamp(78px, 6.8vw, 108px);
  }

  .page-academy .academy-hero-wrap {
    padding-top: clamp(30px, 3vw, 44px);
  }

  .page-academy .academy-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

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

  .page-academy .academy-hero-description {
    max-width: min(920px, 100%);
    margin-inline: auto;
  }

  .page-academy .academy-hero-slogan,
  .page-academy .academy-hero-note {
    max-width: min(920px, 100%);
    margin-inline: auto;
  }

  .page-academy .academy-hero-actions {
    justify-content: center;
  }

  .page-academy .academy-hero-proof {
    justify-content: center;
  }

  .page-academy .academy-hero-system {
    max-width: min(980px, 100%);
    margin: 50px auto 0;
  }

  .page-academy .indicator-sector-swap .radar-zone {
    min-height: 560px;
  }

  .page-academy .indicator-sector-swap .radar-orbit {
    top: -8px;
    transform: translateX(-50%) scale(0.84);
  }
}

@media (max-width: 1360px) and (min-width: 1024px) {
  .page-academy .academy-hero-tag {
    margin-inline: auto;
  }

  .page-academy .academy-hero-title {
    font-size: clamp(44px, 5.2vw, 58px) !important;
  }

  .page-academy .indicator-sector-swap .radar-zone {
    min-height: 520px;
  }

  .page-academy .indicator-sector-swap .radar-orbit {
    top: -22px;
    transform: translateX(-50%) scale(0.78);
  }
}





/* Tariff responsive sync from v2/academy */
@media (max-width: 1230px) {
  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(44px, 5.2vw, 62px);
  }

  .page-academy .academy-tariffs-v3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .page-academy .academy-tariff-card {
    min-height: 620px;
  }

  .page-academy .academy-tariff-card.is-featured {
    grid-column: 1 / -1;
  }

  .page-academy .academy-tariffs-v3-foot {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-academy .academy-tariffs-v3-foot-art {
    grid-column: 1 / -1;
    min-height: 92px;
    border-left: 0;
    border-top: 1px solid rgba(255, 174, 79, 0.16);
  }

  .page-academy .academy-tariffs-v3-foot-art svg {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .page-academy .academy-tariffs-v3 {
    padding-inline: 16px;
  }

  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(38px, 7.2vw, 56px);
  }

  .page-academy .academy-tariffs-v3-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-tariff-card {
    min-height: auto;
  }

  .page-academy .academy-tariff-card.is-featured {
    grid-column: auto;
  }

  .page-academy .academy-tariff-card h3 {
    font-size: clamp(38px, 6vw, 48px);
  }

  .page-academy .academy-tariffs-v3-foot {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-academy .academy-tariffs-v3-foot-item + .academy-tariffs-v3-foot-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 72, 0.16);
  }

  .page-academy .academy-tariffs-v3-foot-art {
    min-height: 82px;
  }
}

@media (max-width: 640px) {
  .page-academy .academy-tariffs-v3 {
    padding-inline: 12px;
  }

  .page-academy .academy-tariffs-v3 .section-title {
    font-size: clamp(34px, 9.2vw, 46px);
    line-height: 1;
  }

  .page-academy .academy-tariffs-v3 .section-lead {
    font-size: 14px;
  }

  .page-academy .academy-tariff-card {
    border-radius: 18px;
    padding: 14px 14px 12px;
  }

  .page-academy .academy-tariff-icon {
    width: 62px;
    height: 62px;
  }

  .page-academy .academy-tariff-icon svg {
    width: 38px;
    height: 38px;
  }

  .page-academy .academy-tariff-icon img {
    width: 38px;
    height: 38px;
  }

  .page-academy .academy-tariff-num {
    font-size: clamp(42px, 14vw, 58px);
  }

  .page-academy .academy-tariff-card h3 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .page-academy .academy-tariff-chip {
    font-size: 14px;
    min-height: 28px;
    padding-inline: 10px;
  }

  .page-academy .academy-tariff-list li {
    font-size: 15px;
  }

  .page-academy .academy-tariff-btn {
    min-height: 50px;
    font-size: 18px;
  }

  .page-academy .academy-tariffs-v3-foot-item {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 12px;
  }

  .page-academy .academy-tariffs-v3-foot-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .page-academy .academy-tariffs-v3-foot-item p {
    font-size: 13px;
  }
}

/* Final override: smooth lift for tariff cards on desktop hover. */
@media (hover: hover) and (pointer: fine) {
  .page-academy .academy-tariffs-v3 .academy-tariff-card {
    transition:
      transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
      box-shadow 320ms ease,
      border-color 260ms ease !important;
  }

  .page-academy .academy-tariffs-v3 .academy-tariff-card:hover {
    transform: translate3d(0, -4px, 0) !important;
  }
}

/* Final override: background pack ac1-ac7 for academy sections (except footer). */
.page-academy .academy-hero-shell,
.page-academy .academy-adv2-shell,
.page-academy .academy-program-v3-shell,
.page-academy .academy-roadmap-shell,
.page-academy .academy-tariffs-v3,
.page-academy .academy-format-v2,
.page-academy .faq-shell.block_answer {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.page-academy .academy-hero-shell {
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.58), rgba(5, 7, 11, 0.72)),
    url("/media/fons_k/gl/ac1/ac1.png") center center / cover no-repeat !important;
}

.page-academy .academy-adv2-shell {
  background:
    linear-gradient(180deg, rgba(8, 9, 14, 0.58), rgba(6, 8, 13, 0.72)),
    url("/media/fons_k/gl/ac1/ac2.png") center center / cover no-repeat !important;
}

.page-academy .academy-program-v3-shell {
  background:
    linear-gradient(180deg, rgba(9, 8, 10, 0.58), rgba(7, 7, 9, 0.72)),
    url("/media/fons_k/gl/ac1/ac3.png") center center / cover no-repeat !important;
}

.page-academy .academy-roadmap-shell {
  background:
    linear-gradient(180deg, rgba(8, 8, 9, 0.58), rgba(7, 7, 8, 0.72)),
    url("/media/fons_k/gl/ac1/ac4.png") center center / cover no-repeat !important;
}

.page-academy .academy-tariffs-v3 {
  background:
    linear-gradient(180deg, rgba(8, 8, 9, 0.56), rgba(7, 7, 8, 0.72)),
    url("/media/fons_k/gl/ac1/ac5.png") center center / cover no-repeat !important;
}

.page-academy .academy-format-v2 {
  background:
    linear-gradient(180deg, rgba(7, 10, 14, 0.58), rgba(6, 9, 13, 0.72)),
    url("/media/fons_k/gl/ac1/ac6.png") center center / cover no-repeat !important;
}

.page-academy .faq-shell.block_answer {
  background:
    linear-gradient(180deg, rgba(9, 8, 9, 0.56), rgba(7, 7, 8, 0.72)),
    url("/media/fons_k/gl/ac1/ac7.png") center center / cover no-repeat !important;
}

/* FAQ style transfer from indicator page for academy. */
@keyframes btTagBorderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-academy .faq-shell.bt-faq-shell .block_answer_inside {
  display: none !important;
}

.page-academy .faq-shell.bt-faq-shell {
  padding: clamp(30px, 4vw, 56px) clamp(12px, 2vw, 24px);
}

.page-academy .bt-faq-accordion {
  width: min(1200px, 100%);
  margin: 0 auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-academy .bt-faq-head {
  text-align: center;
  margin-bottom: 16px;
}

.page-academy .bt-faq-badge {
  margin-bottom: 8px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 149, 38, 0.74);
  background: linear-gradient(180deg, rgba(20, 14, 10, 0.94) 0%, rgba(9, 8, 8, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 149, 38, 0.16),
    0 0 14px rgba(255, 126, 27, 0.42),
    0 0 26px rgba(255, 126, 27, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.34);
  color: #ffb458;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Montserrat", "Segoe UI", "Inter", Arial, sans-serif;
  font-weight: 700;
}

.page-academy .bt-faq-badge::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.92;
  pointer-events: none;
  z-index: 1;
  animation: btTagBorderFlow 8s linear infinite;
}

.page-academy .bt-faq-title {
  margin: 8px 0 0;
  color: #f3f6fb;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.page-academy .bt-faq-list {
  display: grid;
  gap: 8px;
}

.page-academy .bt-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(148, 164, 190, 0.24);
  background: rgba(8, 12, 19, 0.84);
  opacity: 1;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.page-academy .bt-faq-item:hover {
  border-color: rgba(255, 182, 92, 0.56);
  background: rgba(8, 12, 19, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 199, 118, 0.14),
    0 0 16px rgba(255, 146, 40, 0.2);
}

.page-academy .bt-faq-trigger {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: inherit;
  color: #f1f5fb;
  min-height: 58px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
}

.page-academy .bt-faq-trigger {
  transform: none !important;
}

.page-academy .bt-faq-trigger-text {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.36;
  font-weight: 600;
}

.page-academy .bt-faq-trigger-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 181, 88, 0.52);
  color: rgba(255, 195, 114, 0.92);
  display: grid;
  place-items: center;
  font-size: 13px;
  transition: transform 0.2s ease;
}

.page-academy .bt-faq-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.page-academy .bt-faq-content-inner {
  position: relative;
  padding: 0 16px 14px 16px;
  color: rgba(227, 234, 244, 0.9);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.page-academy .bt-faq-content-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 16px;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 160, 55, 0.88);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.page-academy .bt-faq-item.is-open {
  border-color: rgba(255, 184, 92, 0.64);
  box-shadow: none;
}

.page-academy .bt-faq-item.is-open .bt-faq-trigger-icon {
  transform: rotate(45deg);
}

.page-academy .bt-faq-item.is-open .bt-faq-content-inner {
  opacity: 1;
  transform: translateY(0);
}

.page-academy .bt-faq-item.is-open .bt-faq-content-inner::before {
  opacity: 1;
}

.page-academy .bt-faq-accordion .faq-system-cta {
  margin-top: 12px;
  border: 1px solid rgba(255, 165, 66, 0.28);
  border-radius: 13px;
  background: linear-gradient(165deg, rgba(7, 14, 25, 0.93), rgba(4, 9, 16, 0.93));
  padding: clamp(9px, 1.05vw, 13px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.page-academy .bt-faq-accordion .faq-system-cta-text {
  margin: 0;
  color: rgba(244, 247, 252, 0.95);
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 600;
}

.page-academy .bt-faq-accordion .faq-system-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 177, 85, 0.72);
  border-radius: 999px;
  min-height: 40px;
  padding: 0 22px;
  background: linear-gradient(115deg, rgba(255, 136, 31, 0.34), rgba(255, 136, 31, 0.07));
  color: #ffe3b6;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-academy .bt-faq-accordion .faq-system-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(255, 139, 37, 0.36);
}

@media (max-width: 767px) {
  .page-academy .bt-faq-accordion .faq-system-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .page-academy .bt-faq-accordion .faq-system-cta-button {
    width: 100%;
  }
}

/* Final override: tariffs shell width + indicator button style on academy page. */
.page-academy .academy-tariffs-v3 {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-academy .academy-tariffs-v3 > .academy-tariffs-v3-shell {
  width: min(1320px, calc(100vw - 56px));
  max-width: min(1320px, calc(100vw - 56px));
  margin-left: auto;
  margin-right: auto;
}

.page-academy .academy-tariffs-v3 .academy-tariff-btn {
  margin-top: auto;
  width: 100%;
  min-height: 60px;
  border-radius: 14px;
  border: 1px solid rgba(var(--tariff-accent-rgb), 0.8);
  background: rgba(8, 13, 23, 0.9);
  color: #dbe6f5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(28px, 1.4vw, 32px);
  line-height: 1;
  font-weight: 700;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    background 220ms ease;
  box-shadow: none;
}

.page-academy .academy-tariffs-v3 .academy-tariff-btn svg {
  width: 1.18em;
  height: 1.18em;
}

.page-academy .academy-tariffs-v3 .academy-tariff-card:hover .academy-tariff-btn {
  border-color: rgba(var(--tariff-accent-rgb), 0.86);
  color: #dbe6f5;
  box-shadow:
    0 10px 22px rgba(var(--tariff-accent-rgb), 0.24),
    0 0 16px rgba(var(--tariff-accent-rgb), 0.24);
}

.page-academy .academy-tariffs-v3 .academy-tariff-btn:hover {
  transform: none !important;
  border-color: rgba(var(--tariff-accent-rgb), 0.86);
  color: #dbe6f5;
  box-shadow: 0 10px 22px rgba(var(--tariff-accent-rgb), 0.24);
}

.page-academy .academy-tariffs-v3 .academy-tariff-card.is-featured .academy-tariff-btn {
  border-color: rgba(var(--tariff-accent-rgb), 0.94);
  background: rgba(8, 13, 23, 0.9);
  color: #dbe6f5;
  box-shadow: 0 0 20px rgba(var(--tariff-accent-rgb), 0.28);
}

.page-academy .academy-tariffs-v3 .academy-tariff-card.is-featured:hover .academy-tariff-btn {
  box-shadow:
    0 10px 22px rgba(var(--tariff-accent-rgb), 0.24),
    0 0 22px rgba(var(--tariff-accent-rgb), 0.52),
    0 10px 20px rgba(var(--tariff-accent-rgb), 0.32);
}

@media (max-width: 1230px) {
  .page-academy .academy-tariffs-v3 > .academy-tariffs-v3-shell {
    width: min(1320px, calc(100vw - 28px)) !important;
    max-width: min(1320px, calc(100vw - 28px)) !important;
  }

  .page-academy .academy-tariffs-v3-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center;
    gap: 14px;
  }

  .page-academy .academy-tariff-card,
  .page-academy .academy-tariff-card.is-featured {
    width: min(620px, 100%);
    max-width: 620px;
    grid-column: auto !important;
  }

  .page-academy .academy-tariffs-v3 .academy-tariff-btn {
    min-height: 49px;
    font-size: clamp(20px, 2.28vw, 25px);
  }
}

/* Mobile-first cleanup for demo section from 1230 and below (per layout spec). */
@media (max-width: 1230px) {
  .page-academy .academy-format-v2 .academy-fv2-rail,
  .page-academy .academy-format-v2 .academy-fv2-signal-card,
  .page-academy .academy-format-v2 .academy-fv2-widget--live {
    display: none !important;
  }

  .page-academy .academy-format-v2 .academy-fv2-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 1023px) {
  .page-academy .academy-hero-system {
    display: none !important;
  }

  .page-academy .academy-format-v2 .academy-fv2-eyebrow-wrap {
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* Seam fix: keep tariffs and demo sections visually connected without a gap. */
.page-academy .academy-tariffs-v3 + .academy-format-v2 {
  margin-top: 0 !important;
  padding-top: clamp(10px, 1vw, 16px) !important;
}

.page-academy .academy-tariffs-v3 + .academy-format-v2 .academy-fv2-eyebrow-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 3;
}

/* Prevent desktop parallax offsets from opening a visible seam between the two sections. */
body.page-academy .academy-tariffs-v3.amx-parallax-surface,
body.page-academy .academy-format-v2.amx-parallax-surface {
  transform: none !important;
}

.page-academy .form-input_change .bt-contact-modal-frame {
  width: min(1240px, calc(100vw - 20px));
  margin: clamp(8px, 2.2vh, 22px) auto;
  position: relative;
}

.page-academy .form-input_change .bt-contact-modal-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(12px, 1.4vw, 20px) !important;
  border-radius: 26px !important;
  border: 1px solid rgba(156, 94, 255, 0.52) !important;
  background: linear-gradient(180deg, rgba(8, 11, 22, 0.97), rgba(4, 7, 15, 0.98)) !important;
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.58),
    0 0 36px rgba(127, 78, 255, 0.26),
    inset 0 0 0 1px rgba(255, 176, 84, 0.08) !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.page-academy .form-input_change .bt-contact-modal-layout {
  display: grid;
  grid-template-columns: minmax(332px, 442px) minmax(0, 1fr);
  gap: clamp(8px, 1vw, 14px);
  align-items: stretch;
}

.page-academy .form-input_change .bt-contact-modal-side {
  border-radius: 22px;
  border: 1px solid rgba(132, 79, 246, 0.32);
  background:
    linear-gradient(180deg, rgba(9, 13, 24, 0.94), rgba(5, 8, 16, 0.96)),
    radial-gradient(circle at 20% 12%, rgba(117, 75, 255, 0.24), rgba(117, 75, 255, 0) 54%);
  padding: clamp(16px, 1.9vw, 24px);
  display: grid;
  align-content: start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.page-academy .form-input_change .bt-contact-modal-side::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -22%;
  height: 180px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 88, 255, 0.36), rgba(135, 88, 255, 0) 70%);
  opacity: 0.58;
}

.page-academy .form-input_change .bt-contact-side-tag {
  margin: 0;
  color: #9f69ff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.page-academy .form-input_change .bt-contact-side-title {
  margin: 0;
  color: #f3f6fd;
  font-size: clamp(30px, 2.7vw, 56px);
  line-height: 0.98;
  text-transform: uppercase;
}

.page-academy .form-input_change .bt-contact-side-title span {
  background: linear-gradient(90deg, #7a4fff, #ffab2f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-academy .form-input_change .bt-contact-side-copy {
  margin: 0;
  color: rgba(209, 219, 235, 0.84);
  font-size: 15px;
  line-height: 1.5;
}

.page-academy .form-input_change .bt-contact-selected-tariff {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 166, 64, 0.46);
  background: rgba(255, 149, 37, 0.11);
  color: #ffe2be;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.page-academy .form-input_change .bt-contact-selected-tariff strong {
  color: #ffb867;
  font-weight: 700;
}

.page-academy .form-input_change .bt-contact-side-status {
  border-radius: 16px;
  border: 1px solid rgba(122, 78, 236, 0.34);
  background: rgba(4, 8, 16, 0.74);
  padding: 14px 12px;
}

.page-academy .form-input_change .bt-contact-side-status h4 {
  margin: 0 0 10px;
  color: #8c5dff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-academy .form-input_change .bt-contact-side-status ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-academy .form-input_change .bt-contact-side-status li {
  border: 1px solid rgba(121, 83, 211, 0.3);
  background: rgba(7, 11, 20, 0.92);
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-academy .form-input_change .bt-contact-side-status li span {
  color: rgba(174, 188, 213, 0.86);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-academy .form-input_change .bt-contact-side-status li strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-academy .form-input_change .bt-contact-side-status li strong.is-green { color: #26e58a; }
.page-academy .form-input_change .bt-contact-side-status li strong.is-orange { color: #ffb142; }
.page-academy .form-input_change .bt-contact-side-status li strong.is-violet { color: #a26bff; }
.page-academy .form-input_change .bt-contact-side-status li strong.is-cyan { color: #34d6ff; }

.page-academy .form-input_change .bt-contact-side-note {
  margin: 4px 0 0;
  color: rgba(151, 168, 198, 0.74);
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.page-academy .form-input_change .bt-contact-modal-main {
  border-radius: 22px;
  border: 1px solid rgba(255, 160, 58, 0.22);
  background: linear-gradient(180deg, rgba(8, 11, 22, 0.9), rgba(5, 8, 16, 0.94));
  padding: clamp(12px, 1.4vw, 16px);
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.page-academy .form-input_change .bt-contact-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-academy .form-input_change .bt-contact-main-head h3 {
  margin: 0;
  color: #ff9f26;
  font-size: clamp(22px, 2.1vw, 34px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-academy .form-input_change .bt-contact-fields {
  display: grid;
  gap: 10px;
}

.page-academy .form-input_change .bt-contact-fields .input-group {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: stretch;
  border: 1px solid rgba(145, 76, 255, 0.74) !important;
  border-radius: 14px !important;
  background: rgba(5, 9, 18, 0.9) !important;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(170, 101, 255, 0.12);
}

.page-academy .form-input_change .bt-contact-fields .input-group.input-group-textarea {
  position: relative;
  grid-template-columns: 56px minmax(0, 1fr) !important;
}

.page-academy .form-input_change .bt-contact-fields .input-group-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-right: 1px solid rgba(145, 76, 255, 0.44);
  background: rgba(6, 10, 20, 0.94) !important;
}

.page-academy .form-input_change .bt-contact-fields .input-group-text svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #9d56ff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-academy .form-input_change .bt-contact-fields .form-control-question,
.page-academy .form-input_change .bt-contact-fields .form-control-question-textarea,
.page-academy .form-input_change .bt-contact-fields .input_form_style {
  min-height: 58px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ecf1fb !important;
  font-size: 17px;
  padding: 16px 16px;
}

.page-academy .form-input_change .bt-contact-fields select.form-control-question {
  appearance: none;
  cursor: pointer;
}

.page-academy .form-input_change .bt-contact-fields select.form-control-question option {
  background: #0b1020;
  color: #ecf1fb;
}

.page-academy .form-input_change .bt-contact-fields .form-control-question::placeholder,
.page-academy .form-input_change .bt-contact-fields .form-control-question-textarea::placeholder {
  color: rgba(209, 218, 233, 0.72);
  font-size: 17px;
}

.page-academy .form-input_change .bt-contact-fields .form-control-question-textarea {
  min-height: 180px;
  padding-top: 20px;
  padding-right: 90px;
  resize: vertical;
}

.page-academy .form-input_change .bt-contact-fields .input-group:focus-within {
  border-color: rgba(189, 122, 255, 0.94) !important;
  box-shadow:
    inset 0 0 0 1px rgba(213, 153, 255, 0.22),
    0 0 0 3px rgba(151, 79, 255, 0.2),
    0 0 18px rgba(151, 79, 255, 0.22) !important;
  transform: none !important;
}

.page-academy .form-input_change .bt-contact-counter {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(163, 178, 206, 0.78);
  font-size: 13px;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.page-academy .form-input_change .bt-contact-submit {
  width: 100% !important;
  min-height: 68px;
  margin: 2px 0 0;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 171, 55, 0.9) !important;
  background: linear-gradient(90deg, #ff9f1f 0%, #ffab24 48%, #ff8d08 100%) !important;
  color: #1d0f04 !important;
  font-size: clamp(20px, 1.6vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow:
    0 0 24px rgba(255, 151, 39, 0.36),
    inset 0 0 0 1px rgba(255, 227, 158, 0.4);
}

.page-academy .form-input_change .bt-contact-submit i {
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}

.page-academy .form-input_change .bt-contact-submit:hover {
  transform: none !important;
  filter: brightness(1.04);
}

.page-academy .form-input_change .bt-contact-submit-note {
  margin: 8px 0 0;
  color: rgba(190, 206, 232, 0.86);
  font-size: 13px;
  line-height: 1.4;
}

.page-academy .form-input_change .form-check-question {
  width: 100% !important;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-academy .form-input_change .form-check-question .form-check-input {
  margin-top: 2px;
}

.page-academy .form-input_change .form-check-question .form-check-label {
  color: rgba(167, 182, 209, 0.86);
  font-size: 14px;
}

.page-academy .form-input_change .form-check-question .form-check-label a {
  color: #8c5dff;
}

.page-academy .form-input_change .block_close {
  position: absolute;
  top: 14px;
  right: 14px !important;
  z-index: 6;
}

.page-academy .form-input_change .block_close_button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(169, 185, 219, 0.34);
  background: rgba(7, 11, 20, 0.88);
}

@media (max-width: 1023px) {
  .page-academy .form-input_change .bt-contact-modal-layout {
    grid-template-columns: 1fr;
  }

  .page-academy .form-input_change .bt-contact-modal-side {
    order: 2;
  }

  .page-academy .form-input_change .bt-contact-modal-main {
    order: 1;
  }

  .page-academy .form-input_change .bt-contact-submit {
    min-height: 62px;
    font-size: 24px;
  }
}

body.page-academy.bt-modal-open,
body.page-academy.bt-modal-open * {
  cursor: auto !important;
}

body.page-academy.bt-modal-open .form-input_change button,
body.page-academy.bt-modal-open .form-input_change a,
body.page-academy.bt-modal-open .form-input_change [role="button"],
body.page-academy.bt-modal-open .form-input_change .form-check-label {
  cursor: pointer !important;
}

/* Readability boost for advantage cards on medium desktops/tablets */
@media (min-width: 1000px) and (max-width: 1500px) {
  .page-academy .academy-adv2-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(
        90deg,
        rgba(5, 8, 13, 0.92) 0%,
        rgba(5, 8, 13, 0.86) 40%,
        rgba(5, 8, 13, 0.58) 62%,
        rgba(5, 8, 13, 0.2) 82%,
        rgba(5, 8, 13, 0) 100%
      );
    pointer-events: none;
    z-index: 1;
  }
}

/* Final overrides for "Кому подойдет" layout, adaptive behavior and reveal animation */
.page-academy .academy-fit-shell .academy-fit-eyebrow-shell {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto clamp(10px, 1.4vw, 18px) !important;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-academy .academy-fit-shell .academy-fit-eyebrow-shell .academy-fit-eyebrow {
  display: inline-flex !important;
  margin: 0 auto !important;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  padding: 12px 20px 12px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 154, 49, 0.4) !important;
  background: rgba(10, 10, 12, 0.86) !important;
  color: #ffd4a0 !important;
  text-decoration: none;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  font-size: clamp(17px, 1.05vw, 23px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 12px rgba(255, 138, 34, 0.16) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  animation: btTagBorderFlow 8s linear infinite;
  transition: opacity 0.22s ease;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn > * {
  position: relative;
  z-index: 2;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn:hover,
.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 175, 86, 0.88) !important;
  background: rgba(10, 10, 12, 0.86) !important;
  color: #ffd4a0 !important;
  box-shadow:
    0 16px 34px rgba(255, 129, 35, 0.42),
    0 0 18px rgba(255, 150, 52, 0.35) !important;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn:hover::before,
.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn:focus-visible::before {
  opacity: 1;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn-icon {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border: none;
  border-radius: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn-icon--chat svg {
  width: 16px;
  height: 16px;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-eyebrow-shell,
body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-card,
body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-cta {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  filter: blur(7px);
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.74, 0.26, 1),
    transform 0.72s cubic-bezier(0.2, 0.74, 0.26, 1),
    filter 0.72s cubic-bezier(0.2, 0.74, 0.26, 1);
}

body.page-academy.amx-motion-enabled .academy-fit-shell.is-visible .academy-fit-eyebrow-shell,
body.page-academy.amx-motion-enabled .academy-fit-shell.is-visible .academy-fit-card,
body.page-academy.amx-motion-enabled .academy-fit-shell.is-visible .academy-fit-cta,
body.page-academy.amx-reduced .academy-fit-shell .academy-fit-eyebrow-shell,
body.page-academy.amx-reduced .academy-fit-shell .academy-fit-card,
body.page-academy.amx-reduced .academy-fit-shell .academy-fit-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-eyebrow-shell {
  transition-delay: 0.02s;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-card:nth-child(1) {
  transition-delay: 0.08s;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-card:nth-child(2) {
  transition-delay: 0.16s;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-card:nth-child(3) {
  transition-delay: 0.24s;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-card:nth-child(4) {
  transition-delay: 0.32s;
}

body.page-academy.amx-motion-enabled .academy-fit-shell .academy-fit-cta {
  transition-delay: 0.38s;
}

@media (max-width: 1230px) {
  .page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn {
    min-height: 50px;
    padding: 11px 16px 11px 18px;
    font-size: clamp(16px, 1.05vw, 19px);
  }
}

@media (max-width: 767px) {
  .page-academy .academy-fit-shell .academy-fit-eyebrow-shell {
    margin-bottom: 10px !important;
    padding-inline: 8px;
  }

  .page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn {
    min-height: 48px;
    padding: 10px 12px 10px 14px;
    border-radius: 10px;
    font-size: 17px;
  }

  .page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn-icon svg {
    width: 15px;
    height: 15px;
  }

  .page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn-icon--chat svg {
    width: 14px;
    height: 14px;
  }
}

/* Academy-only adaptive fixes (isolated from home page). */
@media (max-width: 1500px) and (min-width: 1024px) {
  .page-academy .academy-hero-proof {
    justify-content: flex-start !important;
    margin-inline: 0 !important;
  }

  .page-academy .academy-hero-proof p {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .page-academy .academy-hero-shell {
    padding-top: clamp(86px, 11vw, 112px) !important;
  }

  .page-academy .academy-hero-tag {
    margin-top: 6px;
  }

  .page-academy .academy-hero-proof {
    justify-content: flex-start !important;
    margin-inline: 0 !important;
  }

  .page-academy .academy-adv2-pills {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }

  .page-academy .academy-roadmap-item .animat_text p {
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.14;
  }
}

@media (max-width: 767px) {
  .page-academy .academy-hero-shell {
    padding-top: clamp(80px, 20vw, 98px) !important;
  }

  .page-academy .academy-hero-actions {
    display: grid !important;
    grid-template-columns: max-content;
    justify-content: center;
    justify-items: stretch;
    width: 100%;
    max-width: calc(100% - 20px);
    margin-inline: auto;
    row-gap: 12px;
  }

  .page-academy .academy-hero-button {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch;
    padding-inline: 30px;
    white-space: nowrap;
  }

  .page-academy .academy-hero-proof {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .page-academy .academy-adv2-pills {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }

  .page-academy .academy-program-v3-stats {
    width: min(100%, 460px) !important;
    max-width: calc(100% - 24px);
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    justify-items: stretch;
    row-gap: 8px;
  }

  .page-academy .academy-program-v3-stat {
    display: grid;
    width: 100% !important;
    max-width: none;
    grid-template-columns: 36px auto;
    justify-content: center;
    justify-self: stretch !important;
    margin-inline: auto;
    padding: 9px 14px;
  }

  .page-academy .academy-program-v3-stat p {
    justify-items: center;
    text-align: center;
  }

  .page-academy .academy-roadmap-item .animat_text p {
    font-size: clamp(10px, 3vw, 16px) !important;
    line-height: 1.14;
    white-space: nowrap;
  }

  .page-academy .academy-fit-shell .academy-fit-cta-actions {
    justify-items: center;
  }

  .page-academy .academy-fit-shell .academy-fit-cta-actions .academy-fit-btn {
    width: min(100%, 520px) !important;
  }

  .page-academy .site-footer-cta,
  .page-academy #button_question_id {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  .page-academy .academy-hero-copy {
    margin-inline: auto;
    text-align: center;
  }

  .page-academy .academy-hero-tag {
    margin-inline: auto;
  }

  .page-academy .academy-hero-title,
  .page-academy .academy-hero-description,
  .page-academy .academy-hero-slogan,
  .page-academy .academy-hero-note {
    max-width: min(100%, 640px);
    margin-inline: auto;
    text-align: center;
  }

  .page-academy .academy-hero-actions {
    display: grid !important;
    grid-template-columns: max-content;
    justify-content: center;
    justify-items: stretch;
    width: 100%;
    max-width: calc(100% - 20px);
    margin-inline: auto;
    row-gap: 12px;
  }

  .page-academy .academy-hero-button {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch;
    padding-inline: 30px;
    white-space: nowrap;
  }

  .page-academy .academy-hero-proof {
    justify-content: flex-start !important;
    margin-inline: 0 !important;
  }

  .page-academy .academy-hero-proof p {
    justify-items: start;
    text-align: left;
  }

  .page-academy .academy-fit-header {
    text-align: center;
    margin-inline: auto;
  }

  .page-academy .academy-fit-title,
  .page-academy .academy-fit-lead {
    margin-inline: auto;
    text-align: center;
  }

  .page-academy .academy-tariffs-v3-grid {
    width: 90% !important;
    margin-inline: auto;
    justify-items: stretch;
  }

  .page-academy .academy-tariff-card,
  .page-academy .academy-tariff-card.is-featured {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-academy .site-footer-cta,
  .page-academy #button_question_id {
    width: max-content !important;
    max-width: calc(100% - 20px) !important;
    min-width: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-academy .site-footer-cta-text {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .page-academy .academy-format-v2 .academy-fv2-benefits {
    display: none !important;
  }

  .page-academy .academy-format-v2 .academy-fv2-widget--path {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .page-academy .academy-program-v3-shell {
    padding-inline: 8px;
  }

  .page-academy .academy-program-v3-board-main,
  .page-academy .academy-program-v3-board-side {
    padding: 8px;
  }

  .page-academy .academy-program-v3-board-head h3 {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .page-academy .academy-program-v3-module {
    padding-left: 44px;
  }

  .page-academy .academy-program-v3-module-trigger {
    min-height: 54px;
    gap: 7px;
    padding: 0 9px;
  }

  .page-academy .academy-program-v3-module-title {
    font-size: clamp(16px, 4.8vw, 21px);
    line-height: 1.12;
  }

  .page-academy .academy-program-v3-module-count {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .page-academy .academy-program-v3-module-arrow {
    width: 20px;
    height: 20px;
  }

  .page-academy .academy-program-v3-module-step {
    left: -45px;
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .page-academy .academy-program-v3-module-outcome-preview,
  .page-academy .academy-program-v3-module-outcome {
    font-size: 13px;
    line-height: 1.34;
  }

  .page-academy .academy-program-v3-module-outcome-preview {
    padding: 9px 9px 9px 12px;
  }

  .page-academy .academy-program-v3-submodule-title {
    font-size: clamp(18px, 4.9vw, 24px);
  }

  .page-academy .academy-program-v3-submodule-list li {
    font-size: 13px;
  }
}

@media (max-width: 650px) {
  .page-academy .academy-program-v3-shell.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-academy .academy-program-v3-shell {
    padding-inline: 0 !important;
  }

  .page-academy .academy-program-v3-wrap {
    padding-inline: 0 !important;
  }

  .page-academy .academy-program-v3-board {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  /* Mobile program: keep only submodule headings in expanded state. */
  .page-academy .academy-program-v3-module-outcome-preview,
  .page-academy .academy-program-v3-module-content > .academy-program-v3-module-outcome,
  .page-academy .academy-program-v3-module-content > .academy-program-v3-module-checks,
  .page-academy .academy-program-v3-module-content > .academy-program-v3-module-preview,
  .page-academy .academy-program-v3-submodule-list {
    display: none !important;
  }

  .page-academy .academy-program-v3-module-content > .academy-program-v3-submodule {
    padding: 10px 12px;
  }

  .page-academy .academy-program-v3-module-content--stacked > .academy-program-v3-submodule + .academy-program-v3-submodule {
    margin-top: 8px;
  }

  .page-academy .academy-program-v3-submodule-title {
    font-size: clamp(17px, 6vw, 22px);
    line-height: 1.14;
  }
}

@media (max-width: 530px) {
  .page-academy .academy-format-v2 .academy-fv2-main,
  .page-academy .academy-format-v2 .academy-fv2-main-surface,
  .page-academy .academy-format-v2 .academy-fv2-player-panel {
    min-width: 0;
  }

  .page-academy .academy-format-v2 .academy-fv2-player-stage {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
  }

  .page-academy .academy-format-v2 .academy-fv2-video-shell,
  .page-academy .academy-format-v2 .academy-fv2-video,
  .page-academy .academy-format-v2 .video_play_footer_academy,
  .page-academy .academy-format-v2 .images_puzzle_academy {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
  }

  .page-academy .academy-format-v2 .academy-fv2-video {
    object-fit: contain;
  }
}

@media (max-width: 430px) {
  .page-academy .academy-format-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-academy .academy-format-v2 .academy-fv2-main-surface,
  .page-academy .academy-format-v2 .academy-fv2-player-panel {
    padding: 8px;
  }
}

@media (max-width: 500px) {
  .page-academy section.container-fluid,
  .page-academy .section-shell,
  .page-academy .academy-hero-shell,
  .page-academy .academy-adv2-shell,
  .page-academy .academy-program-v3-shell,
  .page-academy .academy-fit-shell,
  .page-academy .academy-tariffs-v3,
  .page-academy .academy-format-v2,
  .page-academy .faq-shell.block_answer {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .page-academy .academy-hero-wrap,
  .page-academy .academy-hero-grid,
  .page-academy .academy-hero-copy,
  .page-academy .academy-adv2-core,
  .page-academy .academy-adv2-grid,
  .page-academy .academy-program-v3-wrap,
  .page-academy .academy-program-v3-board,
  .page-academy .academy-fit-wrap,
  .page-academy .academy-fit-grid,
  .page-academy .academy-tariffs-v3-shell,
  .page-academy .academy-tariffs-v3 > .academy-tariffs-v3-shell,
  .page-academy .academy-tariffs-v3-grid,
  .page-academy .academy-fv2-shell,
  .page-academy .academy-fv2-main,
  .page-academy .academy-fv2-main-surface,
  .page-academy .academy-fv2-player-panel {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-academy .academy-adv2-card,
  .page-academy .academy-adv2-card h3,
  .page-academy .academy-adv2-card p,
  .page-academy .academy-adv2-pills,
  .page-academy .academy-adv2-metric,
  .page-academy .academy-program-v3-stats,
  .page-academy .academy-program-v3-stat,
  .page-academy .academy-fit-card,
  .page-academy .academy-fit-cta,
  .page-academy .academy-fv2-benefits-grid,
  .page-academy .academy-fv2-benefit-card,
  .page-academy .academy-fv2-widget {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .page-academy .section-header,
  .page-academy .section-header .section-title,
  .page-academy .section-lead,
  .page-academy .academy-hero-title,
  .page-academy .academy-hero-description,
  .page-academy .academy-hero-slogan,
  .page-academy .academy-hero-note,
  .page-academy .academy-program-v3-header,
  .page-academy .academy-program-v3-title,
  .page-academy .academy-program-v3-lead,
  .page-academy .academy-fit-header,
  .page-academy .academy-fit-title,
  .page-academy .academy-fit-lead,
  .page-academy .academy-tariffs-v3 .section-header,
  .page-academy .academy-tariffs-v3 .section-lead,
  .page-academy .academy-fv2-head,
  .page-academy .academy-fv2-lead {
    width: 100% !important;
    max-width: none !important;
  }

  .page-academy .academy-tariff-card,
  .page-academy .academy-tariff-card.is-featured {
    width: 100% !important;
    max-width: none !important;
  }

  .page-academy .academy-hero-title {
    font-size: 40px !important;
    line-height: 1.06;
  }

  .page-academy .section-title,
  .page-academy .academy-adv2-header .section-title,
  .page-academy .academy-program-v3-title,
  .page-academy .academy-fit-title,
  .page-academy .academy-tariffs-v3 .section-title,
  .page-academy .academy-fv2-title,
  .page-academy .academy-v2-title,
  .page-academy .academy-roadmap-shell .section-title {
    font-size: 34px !important;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .page-academy .academy-program-v3-board-head h3 {
    font-size: 28px !important;
    line-height: 1.05;
  }

  .page-academy .academy-program-v3-module-title {
    font-size: 20px !important;
    line-height: 1.12;
  }

  .page-academy .academy-program-v3-submodule-title {
    font-size: 20px !important;
    line-height: 1.14;
  }
}

@media (max-width: 380px) {
  .page-academy .academy-hero-title {
    font-size: 34px !important;
  }

  .page-academy .section-title,
  .page-academy .academy-adv2-header .section-title,
  .page-academy .academy-program-v3-title,
  .page-academy .academy-fit-title,
  .page-academy .academy-tariffs-v3 .section-title,
  .page-academy .academy-fv2-title,
  .page-academy .academy-v2-title,
  .page-academy .academy-roadmap-shell .section-title {
    font-size: 30px !important;
  }

  .page-academy .academy-program-v3-board-head h3 {
    font-size: 25px !important;
  }

  .page-academy .academy-program-v3-module-title,
  .page-academy .academy-program-v3-submodule-title {
    font-size: 18px !important;
  }
}

@media (max-width: 340px) {
  .page-academy .academy-hero-title {
    font-size: 31px !important;
  }

  .page-academy .section-title,
  .page-academy .academy-adv2-header .section-title,
  .page-academy .academy-program-v3-title,
  .page-academy .academy-fit-title,
  .page-academy .academy-tariffs-v3 .section-title,
  .page-academy .academy-fv2-title,
  .page-academy .academy-v2-title,
  .page-academy .academy-roadmap-shell .section-title {
    font-size: 28px !important;
  }

  .page-academy .academy-program-v3-board-head h3 {
    font-size: 23px !important;
  }

  .page-academy .academy-program-v3-module-title,
  .page-academy .academy-program-v3-submodule-title {
    font-size: 17px !important;
  }
}

/* Academy course program: six-module accordion (2026-06). */
body.page-academy {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .page-academy .academy-tariffs-v3-shell > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-academy .academy-tariffs-v3-shell > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-academy #program ~ .academy-roadmap-shell,
.page-academy #program ~ .academy-roadmap-item,
.page-academy .academy-program-v3-shell[hidden] {
  display: none !important;
}

.page-academy .academy-course-program {
  position: relative;
  width: 100%;
  max-width: min(1840px, calc(100vw - 24px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 88px) clamp(12px, 2vw, 24px);
  color: #f6f7f9;
  overflow: clip;
}

.page-academy .academy-course-program,
.page-academy .academy-course-program * {
  box-sizing: border-box;
}

.page-academy .academy-course-program::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2%;
  left: 50%;
  width: min(900px, 80vw);
  height: 340px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(244, 111, 29, 0.1), transparent 70%);
  pointer-events: none;
}

.page-academy .academy-course-program-wrap {
  width: min(100%, 1274px);
  margin: 0 auto;
}

.page-academy .academy-course-program-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.page-academy .academy-course-program-heading {
  max-width: 820px;
}

.page-academy .academy-course-program-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 128, 43, 0.42);
  border-radius: 999px;
  background: rgba(255, 112, 26, 0.08);
  color: #ff8a35;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-academy .academy-course-program-heading h2 {
  margin: 16px 0 0;
  color: #ffffff;
  font-family: var(--bt-font-display, "Montserrat", sans-serif);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.page-academy .academy-course-program-heading > p {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(229, 232, 237, 0.7);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

.page-academy .academy-course-program-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.page-academy .academy-course-program-action {
  min-height: 48px;
  border: 1px solid rgba(172, 178, 188, 0.35);
  border-radius: 10px;
  padding: 0 18px;
  background: rgba(13, 16, 21, 0.86);
  color: rgba(247, 248, 250, 0.86);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.page-academy .academy-course-program-action--primary {
  border-color: rgba(255, 117, 31, 0.62);
  background: linear-gradient(180deg, rgba(255, 125, 38, 0.18), rgba(255, 103, 17, 0.08));
  color: #ff9b53;
  box-shadow: inset 0 0 0 1px rgba(255, 158, 84, 0.06), 0 0 18px rgba(255, 105, 20, 0.1);
}

.page-academy .academy-course-program-action:hover:not(:disabled) {
  border-color: rgba(255, 132, 48, 0.74);
  color: #ffffff;
  background: rgba(255, 112, 26, 0.12);
  box-shadow: 0 0 22px rgba(255, 105, 20, 0.14);
  transform: translateY(-1px);
}

.page-academy .academy-course-program-action:disabled {
  opacity: 0.38;
  cursor: default;
}

.page-academy .academy-course-program-action:focus-visible,
.page-academy .academy-course-module-toggle:focus-visible {
  outline: 2px solid #ff8a35;
  outline-offset: 3px;
}

.page-academy .academy-course-program-facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

.page-academy .academy-course-program-facts li {
  min-width: 0;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(115, 123, 134, 0.2);
  border-radius: 12px;
  padding: 13px 16px;
  background: linear-gradient(145deg, rgba(22, 26, 32, 0.74), rgba(11, 14, 18, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.page-academy .academy-course-program-facts strong {
  color: #ff852f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.page-academy .academy-course-program-facts span {
  color: rgba(224, 228, 234, 0.62);
  font-size: 12px;
  line-height: 1.3;
}

.page-academy .academy-course-program-modules {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.page-academy .academy-course-module {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(123, 131, 142, 0.32);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 116, 28, 0.045), transparent 34%),
    linear-gradient(145deg, rgba(21, 25, 30, 0.98), rgba(10, 13, 17, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 18px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.page-academy .academy-course-module.is-open {
  border-color: rgba(255, 117, 31, 0.54);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 116, 28, 0.085), transparent 36%),
    linear-gradient(145deg, rgba(22, 26, 31, 0.99), rgba(10, 13, 17, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 0 30px rgba(255, 103, 17, 0.1), 0 22px 54px rgba(0, 0, 0, 0.25);
}

.page-academy .academy-course-module-head {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 22px 26px;
}

.page-academy .academy-course-module-number {
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(142, 149, 159, 0.34);
  color: #ff741e;
  font-family: var(--bt-font-display, "Montserrat", sans-serif);
  font-size: clamp(44px, 4vw, 60px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  text-shadow: 0 0 18px rgba(255, 105, 20, 0.2);
}

.page-academy .academy-course-module-summary {
  min-width: 0;
}

.page-academy .academy-course-module-title-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.page-academy .academy-course-module-title-line h3 {
  min-width: 0;
  margin: 0;
  color: #f7f8fa;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.page-academy .academy-course-module-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(138, 146, 157, 0.18);
  border-radius: 7px;
  padding: 0 10px;
  background: rgba(103, 111, 122, 0.13);
  color: rgba(237, 239, 243, 0.72);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.page-academy .academy-course-module-summary > p {
  max-width: 800px;
  margin: 10px 0 0;
  color: rgba(223, 227, 233, 0.64);
  font-size: 14px;
  line-height: 1.55;
}

.page-academy .academy-course-module-summary > p strong {
  color: rgba(245, 247, 249, 0.85);
  font-weight: 700;
}

.page-academy .academy-course-module-toggle {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}

.page-academy .academy-course-module-toggle [data-course-toggle-label] {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(145, 152, 162, 0.42);
  border-radius: 9px;
  padding: 0 18px;
  background: rgba(11, 14, 18, 0.82);
  color: rgba(246, 247, 249, 0.86);
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.page-academy .academy-course-module-toggle:hover [data-course-toggle-label],
.page-academy .academy-course-module.is-open .academy-course-module-toggle [data-course-toggle-label] {
  border-color: rgba(176, 183, 193, 0.56);
  color: #ffffff;
  background: rgba(18, 21, 27, 0.92);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.page-academy .academy-course-module-toggle-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 110, 24, 0.66);
  border-radius: 9px;
  background: rgba(255, 110, 24, 0.035);
  color: #ff7b28;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.page-academy .academy-course-module-toggle:hover .academy-course-module-toggle-icon,
.page-academy .academy-course-module.is-open .academy-course-module-toggle-icon {
  border-color: rgba(255, 118, 35, 0.88);
  background: rgba(255, 110, 24, 0.075);
  box-shadow: 0 0 16px rgba(255, 104, 18, 0.1);
}

.page-academy .academy-course-module-toggle-icon svg {
  width: 19px;
  height: 19px;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 240ms ease;
}

.page-academy .academy-course-module.is-open .academy-course-module-toggle-icon svg {
  transform: rotate(180deg);
}

.page-academy .academy-course-module-content {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border-top: 1px solid rgba(119, 127, 138, 0.18);
  transition: max-height 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.page-academy .academy-course-lessons {
  list-style: none;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 0 42px;
  margin: 0;
  padding: 12px 24px 22px;
  background: rgba(5, 8, 11, 0.42);
}

.page-academy .academy-course-module:not(.is-lessons-expanded) .academy-course-lesson--extra {
  display: none;
}

.page-academy .academy-course-module.is-lessons-expanded .academy-course-lessons {
  grid-template-rows: repeat(7, auto);
}

.page-academy .academy-course-lesson {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  border-bottom: 1px solid rgba(126, 134, 145, 0.2);
  padding: 14px 0;
}

.page-academy .academy-course-module:not(.is-lessons-expanded) .academy-course-lesson:nth-child(4),
.page-academy .academy-course-module:not(.is-lessons-expanded) .academy-course-lesson:nth-child(8),
.page-academy .academy-course-module.is-lessons-expanded .academy-course-lesson:nth-child(7),
.page-academy .academy-course-module.is-lessons-expanded .academy-course-lesson:nth-child(14) {
  border-bottom-color: transparent;
}

.page-academy .academy-course-lesson-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 147, 158, 0.18);
  border-radius: 8px;
  background: rgba(111, 119, 130, 0.13);
  color: rgba(246, 247, 249, 0.84);
  font-size: 13px;
  font-weight: 700;
}

.page-academy .academy-course-lesson-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.page-academy .academy-course-lesson-copy strong {
  color: rgba(246, 247, 249, 0.9);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.page-academy .academy-course-lesson-copy > span {
  color: rgba(206, 211, 218, 0.52);
  font-size: 12px;
  line-height: 1.45;
}

.page-academy .academy-course-lesson-arrow {
  color: rgba(234, 237, 241, 0.62);
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.page-academy .academy-course-more {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-top: 1px solid rgba(126, 134, 145, 0.2);
  padding: 0 18px;
  background: rgba(5, 8, 11, 0.58);
  color: #ff7b28;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease, text-shadow 200ms ease;
}

.page-academy .academy-course-more:hover {
  color: #ff9a52;
  background: rgba(255, 112, 26, 0.055);
  text-shadow: 0 0 16px rgba(255, 112, 26, 0.22);
}

.page-academy .academy-course-more:focus-visible {
  outline: 2px solid #ff8a35;
  outline-offset: -4px;
}

.page-academy .academy-course-program-noscript {
  margin: 18px 0 0;
  color: #ff9a51;
}

@media (max-width: 1023px) {
  .page-academy .academy-course-program-head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }

  .page-academy .academy-course-program-actions {
    justify-content: flex-start;
  }

  .page-academy .academy-course-program-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-academy .academy-course-program-facts li:nth-child(4),
  .page-academy .academy-course-program-facts li:nth-child(5) {
    grid-column: span 1;
  }

  .page-academy .academy-course-lessons {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .page-academy .academy-course-module.is-lessons-expanded .academy-course-lessons {
    grid-template-rows: none;
  }

  .page-academy .academy-course-module:not(.is-lessons-expanded) .academy-course-lesson:nth-child(4),
  .page-academy .academy-course-module.is-lessons-expanded .academy-course-lesson:nth-child(7) {
    border-bottom-color: rgba(126, 134, 145, 0.2);
  }
}

@media (max-width: 767px) {
  .page-academy section.container-fluid.academy-course-program {
    max-width: 100%;
    padding: 38px 12px 52px !important;
    overflow: hidden;
  }

  .page-academy .academy-course-program-wrap {
    max-width: 100%;
  }

  .page-academy .academy-course-program-heading h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .page-academy .academy-course-program-heading > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .page-academy .academy-course-program-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .page-academy .academy-course-program-action {
    width: 100%;
    white-space: normal;
  }

  .page-academy .academy-course-program-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .page-academy .academy-course-program-facts li {
    min-height: 68px;
    padding: 11px 12px;
  }

  .page-academy .academy-course-program-facts li:last-child {
    grid-column: 1 / -1;
  }

  .page-academy .academy-course-program-modules {
    gap: 10px;
    margin-top: 14px;
  }

  .page-academy .academy-course-module {
    border-radius: 13px;
  }

  .page-academy .academy-course-module-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px 14px 16px;
  }

  .page-academy .academy-course-module-number {
    align-self: start;
    min-height: 58px;
    font-size: 38px;
  }

  .page-academy .academy-course-module-title-line {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .page-academy .academy-course-module-title-line h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .page-academy .academy-course-module-summary > p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }

  .page-academy .academy-course-module-toggle {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    gap: 8px;
    padding-left: 0;
  }

  .page-academy .academy-course-module-toggle [data-course-toggle-label] {
    flex: 1 1 auto;
    min-height: 46px;
    padding: 0 14px;
  }

  .page-academy .academy-course-module-toggle-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .page-academy .academy-course-lessons {
    padding: 4px 14px 14px;
  }

  .page-academy .academy-course-more {
    min-height: 50px;
    font-size: 13px;
  }

  .page-academy .academy-course-lesson {
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    gap: 10px;
    min-height: 0;
    padding: 14px 0;
  }

  .page-academy .academy-course-lesson-number {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .page-academy .academy-course-lesson-copy strong {
    font-size: 13px;
  }

  .page-academy .academy-course-lesson-copy > span {
    font-size: 11px;
    line-height: 1.42;
  }
}

@media (max-width: 380px) {
  .page-academy .academy-course-program-heading h2 {
    font-size: 32px;
  }

  .page-academy .academy-course-module-head {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 11px;
    padding-inline: 12px;
  }

  .page-academy .academy-course-module-number {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-academy .academy-course-program-action,
  .page-academy .academy-course-module,
  .page-academy .academy-course-module-toggle,
  .page-academy .academy-course-more,
  .page-academy .academy-course-module-toggle-icon svg,
  .page-academy .academy-course-module-content {
    transition: none !important;
  }
}
