:root {
  --bg: #080808;
  --bg-elevated: #121212;
  --bg-soft: #161616;
  --bg-panel: #0c0c0c;
  --bg-light: #eceae6;
  --bg-cream: #f3efe8;
  --text: #f5f2ec;
  --text-muted: rgba(245, 242, 236, 0.7);
  --text-dark: #14120f;
  --text-dark-muted: #5a564f;
  --gold: #d4af37;
  --gold-soft: #e2c468;
  --gold-deep: #a88b2e;
  --red: #a30b0b;
  --red-hover: #c21414;
  --line: rgba(212, 175, 55, 0.28);
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
  --radius: 2px;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4.5rem;
  --space-6: 6.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1280px;
  --container-wide: 1580px;
  --header: 76px;
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-display: "Tenor Sans", "Manrope", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-surname: "Marck Script", "Segoe Script", cursive;
  --photo-mask:
    linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
  --photo-mask-wide:
    linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 12px);
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.45) #121212;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #0c0c0c;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.55), rgba(168, 139, 46, 0.7));
  border: 2px solid #0c0c0c;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(226, 196, 104, 0.75), rgba(212, 175, 55, 0.85));
}

::-webkit-scrollbar-corner {
  background: #0c0c0c;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.stage-veil {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 45% at 50% -8%, rgba(212, 175, 55, 0.055), transparent 62%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, transparent 10%, transparent 90%, rgba(0, 0, 0, 0.35) 100%);
}

.spotlight {
  display: none;
}

main,
.header,
.footer,
.ticker,
.cta-band {
  position: relative;
  z-index: 1;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.container--wide {
  width: min(100% - 2rem, var(--container-wide));
}

.narrow {
  max-width: 720px;
  text-align: center;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease);
}

.header.is-scrolled {
  background: rgba(8, 8, 8, 0.94);
  border-bottom-color: rgba(212, 175, 55, 0.28);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: min(100% - 2rem, var(--container-wide));
  margin-inline: auto;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

.logo {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}

.logo:hover {
  color: var(--gold-soft);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  display: none;
  gap: 1.4rem;
  margin-left: auto;
}

.nav a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.2s ease;
}

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

.header__cta {
  margin-left: 0.5rem;
}

a.header__cta {
  display: none;
}

.burger {
  margin-left: auto;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--text);
}

.mobile-nav {
  position: fixed;
  inset: var(--header) 0 auto 0;
  z-index: 40;
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.25rem 1.25rem;
  background: rgba(10, 10, 10, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 0.85rem 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav .btn {
  margin-top: 0.6rem;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 50px;
  padding: 0.8rem 1.45rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

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

.btn:active {
  transform: translateY(0);
}

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn--sm {
  min-height: 40px;
  padding: 0.55rem 1rem;
  font-size: 0.7rem;
}

.btn--red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 28px rgba(163, 11, 11, 0.28);
}

.btn--red:hover {
  background: var(--red-hover);
  box-shadow: 0 14px 32px rgba(163, 11, 11, 0.38);
}

.btn--ghost {
  border-color: var(--gold);
  color: var(--text);
  background: transparent;
}

.btn--ghost:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--gold-soft);
}

.btn--gold,
.btn--gold-solid {
  background: var(--gold);
  color: #111;
}

.btn--gold:hover,
.btn--gold-solid:hover {
  background: var(--gold-soft);
}

.btn--block {
  width: 100%;
}

.btn:disabled,
.btn[disabled] {
  opacity: 0.42;
  cursor: not-allowed;
}

.form__action.is-blocked .btn:disabled,
.form__action.is-blocked .btn[disabled] {
  pointer-events: none;
}

.form__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.form__action {
  position: relative;
}

.form__tip {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.55rem);
  bottom: auto;
  z-index: 5;
  width: max-content;
  max-width: min(100%, 22rem);
  transform: translateX(-50%);
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 2px;
  background: #14120f;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  display: none;
}

.form__tip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  top: auto;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: -0.275rem;
  border-left: 1px solid rgba(212, 175, 55, 0.45);
  border-top: 1px solid rgba(212, 175, 55, 0.45);
  border-right: 0;
  border-bottom: 0;
  background: #14120f;
  transform: rotate(45deg) translateY(55%);
}

.form__action.is-tip-open .form__tip {
  display: block;
}

.hero {
  position: relative;
  padding: 4.2rem 0 3rem;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  inset: -10% -5% auto auto;
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  background:
    radial-gradient(circle at 40% 40%, rgba(212, 175, 55, 0.1), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(163, 11, 11, 0.12), transparent 62%);
  pointer-events: none;
  filter: blur(8px);
}

.hero::before,
.hero::after {
  content: none;
}

.hero__rule {
  width: 72px;
  height: 1px;
  margin: 1.15rem 0 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero__grid {
  display: grid;
  gap: 2.8rem;
  align-items: center;
}

.eyebrow,
.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.15);
}

.hero__title,
.section__title,
.footer__brand {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__title {
  font-size: clamp(2.45rem, 4.6vw + 0.6rem, 4.6rem);
}

.hero__lead,
.section__text,
.entry__text {
  margin: 1.1rem 0 0;
  color: var(--text-muted);
  font-size: 1.02rem;
  max-width: 34rem;
}

.hero__lead {
  color: rgba(245, 242, 236, 0.92);
  font-family: var(--font-serif);
  font-size: 1.22rem;
  line-height: 1.45;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1rem;
  margin-top: 2.4rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stats li {
  display: grid;
  gap: 0.2rem;
}

.stats strong {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}

.stats span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-shot {
  position: relative;
  overflow: visible;
  aspect-ratio: 5 / 6;
  background: transparent;
  isolation: isolate;
  container-type: inline-size;
  container-name: hero-shot;
}

.hero-shot__media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
}

.hero-shot__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.04);
  animation: hero-ken 26s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes hero-ken {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.14) translate3d(-1.5%, -1%, 0);
  }
}

.hero-shot::before,
.hero-shot::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(22%, 7.5rem);
  z-index: 1;
  pointer-events: none;
}

.hero-shot::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(8, 8, 8, 0.55) 42%, transparent 100%);
}

.hero-shot::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, rgba(8, 8, 8, 0.55) 42%, transparent 100%);
}

.hero-shot__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.35rem 1.45rem 2.8rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.82) 38%,
    rgba(0, 0, 0, 0.45) 72%,
    rgba(0, 0, 0, 0) 100%
  );
}

.tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  background: var(--gold);
  color: #111;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-shot__overlay ol {
  display: grid;
  gap: 0.7rem;
  counter-reset: step;
}

.hero-shot__overlay li {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  font-size: clamp(1.12rem, 1.15vw + 0.55rem, 1.4rem);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}

.hero-shot__overlay li::before {
  counter-increment: step;
  content: counter(step) ".";
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.25em;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(197, 160, 89, 0.2);
  background: #14110e;
  padding: 0.95rem 0;
  width: 100%;
}

.ticker__inner {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: ticker 280s linear infinite;
}

.ticker__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.35rem;
  padding-right: 1.35rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker i {
  flex-shrink: 0;
  color: var(--red);
  font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
  .ticker:hover .ticker__inner {
    animation-play-state: paused;
  }
}

@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.section {
  padding: var(--space-6) 0;
}

.section--panel {
  background: var(--bg-panel);
  border-block: 1px solid rgba(255, 255, 255, 0.035);
}

.section--dark {
  background: transparent;
}

#enroll {
  background: var(--bg);
}

#enroll-form {
  scroll-margin-top: calc(var(--header) + 18px);
}

.section--light {
  background:
    linear-gradient(180deg, #f6f3ee 0%, var(--bg-light) 100%);
  color: var(--text-dark);
}

.section__title {
  font-size: clamp(2rem, 4.2vw, 2.95rem);
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.section__title--left {
  text-align: left;
}

.section__title--dark {
  color: var(--text-dark);
}

.section__eyebrow--dark {
  color: var(--gold-deep);
}

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

.section__text--left {
  margin-inline: 0;
  text-align: left;
}

.section__footnote {
  margin: 2rem auto 0;
  max-width: 640px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.grid-2 {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 0.35rem;
}

.fears-carousel {
  width: min(100% - 2.5rem, var(--container-wide));
  margin-inline: auto;
  margin-top: 2.5rem;
}

.fears-carousel .grid-2 {
  margin-top: 0;
}

.doubt {
  padding: 1.7rem 1.6rem;
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid transparent;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}

.doubt:hover {
  border-color: rgba(212, 175, 55, 0.35);
  border-top-color: var(--gold);
  background: #161616;
  box-shadow: var(--shadow);
}

.doubt h3 {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.doubt:hover h3 {
  color: var(--gold-soft);
}

.doubt p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.doubt__fix {
  margin-top: 1rem !important;
  padding-left: 0.9rem;
  border-left: 2px solid var(--gold);
  color: var(--text) !important;
}

.entry {
  display: grid;
  gap: 2.5rem;
}

.entry__text {
  color: var(--text-dark-muted);
}

.entry__divider {
  width: 120px;
  height: 2px;
  margin: 1.5rem 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.entry__list-title {
  margin: 0 0 0.9rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.check-list {
  display: grid;
  border-top: 1px solid rgba(20, 18, 15, 0.12);
}

.check-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.75rem;
  margin: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(20, 18, 15, 0.12);
  color: var(--text-dark);
  line-height: 1.45;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.check-list li::before {
  content: "";
  width: 8px;
  height: 1px;
  margin: 0;
  background: var(--gold-deep);
}

.check-list--light {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.check-list--light li {
  color: var(--text);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.check-list--light li::before {
  background: var(--gold);
}

.check-list__intro {
  font-weight: inherit;
  font-size: inherit;
}

.check-list__intro::before {
  content: "";
  background: transparent;
  visibility: hidden;
}

.check-list--plus {
  border-top-color: rgba(212, 175, 55, 0.28);
}

.check-list--plus li {
  border-bottom-color: rgba(212, 175, 55, 0.2);
  font-size: 1.02rem;
}

.check-list--plus li::before {
  content: "+";
  width: 0.75rem;
  height: auto;
  background: none;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}

.check-list--plus .check-list__intro::before {
  content: "";
  visibility: hidden;
  width: 0.75rem;
  background: none;
}

#change .change__title {
  font-size: clamp(2.15rem, 4.6vw, 3.25rem);
  letter-spacing: 0.1em;
  text-shadow:
    0 0 18px rgba(212, 175, 55, 0.45),
    0 0 42px rgba(212, 175, 55, 0.22);
}

#change .change__lead {
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: rgba(245, 242, 236, 0.92);
}

#change .split__visual > img {
  object-position: 88% 42%;
}

.check-list__lead {
  margin: 1rem 0 0.35rem;
  max-width: none;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--text-muted);
  text-align: left;
}

.check-list__lead--dark {
  color: var(--text-dark);
}

.entry__cards {
  display: grid;
  gap: 0.95rem;
  perspective: 1400px;
}

.flip {
  position: relative;
  min-height: 148px;
  cursor: pointer;
  outline: none;
}

.flip--tall {
  min-height: 460px;
}

.flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 0.75s var(--ease);
  box-shadow: 0 0 0 transparent;
}

.flip.is-flipped .flip__inner {
  transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .flip:hover .flip__inner {
    transform: rotateY(180deg);
  }

  .flip:hover {
    z-index: 2;
  }

  .flip.is-flipped .flip__inner {
    transform: none;
  }

  .flip:hover.is-flipped .flip__inner {
    transform: rotateY(180deg);
  }
}

.flip__hint::before {
  content: "Наведите";
  font-size: 0.68rem;
}

.flip__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius);
}

.flip__face--back {
  transform: rotateY(180deg);
  display: grid;
  align-content: center;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem;
  background: linear-gradient(160deg, #1b1812 0%, #12100c 100%);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--text);
}

.flip__face--back p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.42;
  color: rgba(245, 242, 236, 0.9);
}

.myth {
  display: grid;
  align-content: center;
  gap: 0.45rem;
  height: 100%;
  min-height: 148px;
  padding: 1.2rem 1.3rem 1.45rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 18, 15, 0.08);
  border: 1px solid transparent;
}

.myth p {
  margin: 0;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 1.02rem;
}

.myth span {
  color: var(--gold-deep);
  font-size: 0.9rem;
}

.flip__hint {
  margin-top: 0.35rem;
  font-size: 0;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 18, 15, 0.35);
}

.facets__head {
  max-width: 820px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.facets__cue {
  margin: 1rem 0 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.facets__cue--mob {
  display: none;
}

.facets {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

.facet {
  --facet-fill: 0.55s;
  --facet-text: 0.15s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #141414;
  padding: 0 0 1.1rem;
  cursor: pointer;
  outline: none;
}

.facet__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
}

.facet__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease);
}

.facet__tag {
  margin: 1rem 1.2rem 0.35rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.facet > h3 {
  margin: 0 1.2rem 0.55rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.facet > p {
  margin: 0 1.2rem;
  flex: 1;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.facet__foot {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.1rem 1.2rem 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.facet__foot i {
  flex: 1;
  height: 1px;
  background: rgba(212, 175, 55, 0.35);
}

.facet__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1.25rem;
  background: #141414;
  transform: translateY(100%);
  transition: transform var(--facet-fill) var(--ease);
  overflow: auto;
}

.facet > .facet__tag,
.facet > h3,
.facet > p,
.facet__foot {
  transition: opacity 0.22s var(--ease), visibility 0.22s var(--ease);
}

.facet.is-open > .facet__tag,
.facet.is-open > h3,
.facet.is-open > p,
.facet.is-open .facet__foot {
  opacity: 0;
  visibility: hidden;
}

.facet__cover-inner {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s linear, visibility 0s linear;
}

.facet__cover-inner .facet__tag {
  display: block;
  margin: 0 0 0.55rem;
}

.facet__cover-inner h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: var(--text);
}

.facet__cover-inner ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.95rem;
  text-align: left;
}

.facet__cover-inner li {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(245, 242, 236, 0.86);
  font-size: 0.9rem;
  line-height: 1.4;
}

.facet__cover-inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 7px;
  height: 1.5px;
  background: var(--gold);
}

.facet__cover-inner > p {
  margin: 0;
  color: rgba(245, 242, 236, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  padding-top: 0.85rem;
}

.facet.is-open .facet__cover {
  transform: translateY(0);
}

.facet.is-open .facet__media img {
  transform: scale(1.03);
}

.facet.is-open .facet__cover-inner {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s linear var(--facet-text), visibility 0s linear var(--facet-text);
}

@media (hover: hover) and (pointer: fine) {
  .facet:hover > .facet__tag,
  .facet:hover > h3,
  .facet:hover > p,
  .facet:hover .facet__foot {
    opacity: 0;
    visibility: hidden;
  }

  .facet:hover .facet__cover {
    transform: translateY(0);
  }

  .facet:hover .facet__media img {
    transform: scale(1.03);
  }

  .facet:hover .facet__cover-inner {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s linear var(--facet-text), visibility 0s linear var(--facet-text);
  }

  .facet.is-open .facet__cover {
    transform: translateY(100%);
  }

  .facet.is-open .facet__cover-inner {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }

  .facet.is-open .facet__media img {
    transform: none;
  }

  .facet.is-open > .facet__tag,
  .facet.is-open > h3,
  .facet.is-open > p,
  .facet.is-open .facet__foot {
    opacity: 1;
    visibility: visible;
  }

  .facet:hover.is-open .facet__cover {
    transform: translateY(0);
  }

  .facet:hover.is-open .facet__cover-inner {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s linear var(--facet-text), visibility 0s linear var(--facet-text);
  }

  .facet:hover.is-open .facet__media img {
    transform: scale(1.03);
  }

  .facet:hover.is-open > .facet__tag,
  .facet:hover.is-open > h3,
  .facet:hover.is-open > p,
  .facet:hover.is-open .facet__foot {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .facets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
}

.cta-band {
  padding: 3.5rem 0;
  background: var(--bg-cream);
  text-align: center;
}

.cta-band__inner {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.cta-band p {
  margin: 0;
  color: var(--text-dark);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.cta-band__inner > p:first-child {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.section__punch {
  margin-top: 1.5rem !important;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(245, 242, 236, 0.12);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.6vw, 1.45rem) !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: rgba(245, 242, 236, 0.92) !important;
}

.check-list + .section__punch {
  border-top: none;
  margin-top: 1.1rem !important;
  padding-top: 0;
}

.program {
  display: grid;
  gap: 2.5rem;
}

.included {
  margin-top: 2rem;
}

.included h3 {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included li {
  padding: 0.65rem 0 0.65rem 1rem;
  position: relative;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.included li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.program__date {
  margin: 1.4rem 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.timeline {
  --rail-x: 0.4rem;
  --rail-gap: 1.55rem;
  position: relative;
  display: grid;
  gap: 1rem;
  padding-left: calc(var(--rail-x) + var(--rail-gap));
}

.timeline::before {
  content: "";
  position: absolute;
  left: var(--rail-x);
  top: 1.55rem;
  bottom: 1.55rem;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(212, 175, 55, 0.15));
  transform: translateX(-50%);
}

.act {
  position: relative;
  padding: 1.35rem 1.4rem;
  background: var(--bg-soft);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease);
}

.act:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  background: #1a1a1a;
}

.act::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--rail-gap));
  top: 1.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(8, 8, 8, 1);
}

.act--bonus {
  border-color: var(--gold);
  background: rgba(197, 160, 89, 0.08);
}

.act__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
}

.act h3 {
  margin: 0;
  font-size: 1.1rem;
}

.act--bonus h3 {
  color: var(--gold);
}

.act__meta span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--gold);
}

.act p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.enroll {
  display: grid;
  gap: 2rem;
}

.form {
  padding: 1.6rem;
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.form-wrap {
  min-width: 0;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.15rem;
}

.field span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.field .req {
  color: #e05555;
  text-decoration: none;
  letter-spacing: 0;
  margin-left: 0.12em;
  font-weight: 700;
}

.field input {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--text);
  outline: none;
  box-shadow: none;
  font: inherit;
  color-scheme: dark;
}

.field input::placeholder {
  color: rgba(245, 242, 236, 0.35);
}

.field input:focus,
.field input:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--gold);
}

.field input.is-invalid {
  border-bottom-color: #c44;
}

.field input[type="date"] {
  min-height: 2.7rem;
}

.field--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.flatpickr-calendar {
  font-family: var(--font-sans);
  background: #121212;
  border: 1px solid rgba(226, 196, 104, 0.28);
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  display: none;
}

.flatpickr-months {
  padding: 0.35rem 0.2rem 0.15rem;
  background: #0c0c0c;
}

.flatpickr-months .flatpickr-month {
  color: #f7f3ea;
  fill: #f7f3ea;
  height: 2.4rem;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 0.35rem;
  width: auto;
  left: 12%;
  right: 12%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .cur-month,
.flatpickr-current-month .numInputWrapper {
  display: none !important;
}

.fp-head-btn {
  margin: 0;
  padding: 0.2rem 0.45rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #f7f3ea;
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.fp-head-btn:hover,
.fp-head-btn:focus-visible {
  color: var(--gold);
  border-color: rgba(226, 196, 104, 0.35);
  background: rgba(212, 175, 55, 0.08);
  outline: none;
}

.fp-panels {
  position: absolute;
  inset: 2.7rem 0.45rem 0.45rem;
  z-index: 5;
  pointer-events: none;
}

.fp-panel {
  pointer-events: auto;
  height: 100%;
  overflow: auto;
  padding: 0.55rem;
  background: #121212;
  border: 1px solid rgba(226, 196, 104, 0.28);
  display: grid;
  gap: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(226, 196, 104, 0.45) transparent;
}

.fp-panel[hidden] {
  display: none !important;
}

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

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

.fp-panel__item {
  margin: 0;
  padding: 0.55rem 0.2rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
  color: #f5f2ec;
  font: inherit;
  font-size: 0.86rem;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.fp-panel__item:hover,
.fp-panel__item:focus-visible {
  background: rgba(212, 175, 55, 0.16);
  border-color: rgba(226, 196, 104, 0.35);
  color: #fff;
  outline: none;
}

.fp-panel__item.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: #14120f;
  font-weight: 700;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

.flatpickr-input:not([readonly]) {
  cursor: text;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: rgba(245, 242, 236, 0.7);
  padding: 0.55rem 0.7rem;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--gold);
  color: var(--gold);
}

.flatpickr-weekdays {
  background: #0c0c0c;
  padding: 0 0 0.25rem;
}

span.flatpickr-weekday {
  color: var(--gold-soft);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flatpickr-days {
  width: 100%;
}

.dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.flatpickr-day {
  color: #f5f2ec;
  border-radius: 2px;
  border: 0;
  max-width: none;
  height: 2.35rem;
  line-height: 2.35rem;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: rgba(212, 175, 55, 0.16);
  border-color: transparent;
  color: #fff;
}

.flatpickr-day.today {
  border: 1px solid rgba(226, 196, 104, 0.55);
  color: var(--gold-soft);
}

.flatpickr-day.today:hover {
  background: rgba(212, 175, 55, 0.18);
  border-color: var(--gold);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
  background: var(--gold);
  border-color: var(--gold);
  color: #14120f;
  font-weight: 700;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.flatpickr-disabled {
  color: rgba(245, 242, 236, 0.28);
}

.flatpickr-day.flatpickr-disabled:hover {
  background: transparent;
  color: rgba(245, 242, 236, 0.28);
}

.numInputWrapper span {
  border: 0;
}

.numInputWrapper span:hover {
  background: rgba(212, 175, 55, 0.18);
}

.numInputWrapper span:after {
  border-bottom-color: var(--gold-soft);
  border-top-color: var(--gold-soft);
}

.agree {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0.4rem 0 1.2rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  cursor: pointer;
}

.agree a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.agree a:visited,
.agree a:active {
  color: var(--gold);
}

.agree a:hover,
.agree a:focus-visible {
  color: var(--gold-soft);
}

.agree__hint {
  color: rgba(245, 242, 236, 0.45);
  font-size: 0.92em;
}

.agree input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.15rem 0 0;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.03);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.78rem;
  cursor: pointer;
  transition:
    border-color 0.2s var(--ease),
    background-color 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}

.agree input:hover {
  border-color: var(--gold-soft);
  background-color: rgba(212, 175, 55, 0.08);
}

.agree input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3.1 3.1 6.5-6.6' stroke='%2314120f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.agree input.is-invalid {
  border-color: #c44;
  box-shadow: 0 0 0 1px rgba(196, 68, 68, 0.25);
}

.agree input:focus-visible {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.28);
}

.contact-way {
  margin: 0.15rem 0 1.35rem;
  padding: 0;
  border: 0;
  min-width: 0;
}

.contact-way legend {
  padding: 0;
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-way__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.contact-way__option {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.4rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 2px;
  color: var(--text-muted);
  font-size: 0.86rem;
  cursor: pointer;
  transition:
    border-color 0.2s var(--ease),
    background-color 0.2s var(--ease),
    color 0.2s var(--ease);
}

.contact-way__option:hover {
  border-color: var(--gold-soft);
  background: rgba(212, 175, 55, 0.08);
  color: var(--text);
}

.contact-way__option:has(input:checked) {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.14);
  color: var(--text);
}

.contact-way__option input {
  appearance: none;
  -webkit-appearance: none;
  width: 0.95rem;
  height: 0.95rem;
  margin: 0;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  flex-shrink: 0;
  cursor: pointer;
}

.contact-way__option input:checked {
  border-color: var(--gold);
  background:
    radial-gradient(circle at center, var(--gold) 0 35%, transparent 37%),
    rgba(212, 175, 55, 0.12);
}

.contact-way__option input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.28);
}

.form__note {
  margin: 1rem 0 0;
  color: var(--gold);
  text-align: center;
}

.form__error {
  margin: 0.85rem 0 0;
  color: #e08a8a;
  text-align: center;
  font-size: 0.92rem;
}

.form__success {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-content: center;
  gap: 0.9rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 50% at 50% 42%, rgba(212, 175, 55, 0.12), transparent 62%),
    #080808;
  border: 0;
}

.form__success[hidden] {
  display: none;
}

.form__success-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 500;
  color: #f7f3ea;
  line-height: 1.08;
}

.form__success-text {
  margin: 0;
  max-width: 22rem;
  justify-self: center;
  color: var(--gold-soft);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.5;
}

.form-wrap.is-sent .form {
  display: none;
}

body.is-form-success {
  overflow: hidden;
}

.footer {
  padding: 4.5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050505;
}

.footer__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.footer__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer__tag {
  margin: 0.6rem 0 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
}

.footer__grid {
  display: grid;
  gap: 1.5rem;
}

.footer__map {
  display: grid;
  gap: 0;
}

.footer__map-frame {
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.footer__map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

.footer__map-note {
  margin: 1rem 0 0;
  color: rgba(204, 204, 204, 0.7);
  font-size: clamp(0.82rem, 2.8vw, 0.95rem);
  font-style: italic;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.footer__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
  align-items: start;
}

.footer__info h3 {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contacts,
.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.contacts li,
.footer-nav a {
  color: var(--text-muted);
}

.copy-link {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.footer-nav a:hover,
.contacts a:hover,
.copy-link:hover {
  color: var(--gold);
}

.copy-link.is-copied {
  color: var(--gold);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
}

.footer__bottom > p {
  margin: 0;
  text-align: center;
}

@media (min-width: 1280px) {
  .footer__bottom {
    align-items: flex-start;
  }

  .footer__legal {
    text-align: left;
  }

  .footer__bottom > p {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 0.35rem;
  }

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

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

  .entry {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: 3rem;
  }

  .program {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
  }

  .enroll {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .footer__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
  }

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

@media (min-width: 1280px) {
  .nav {
    display: flex;
  }

  a.header__cta {
    display: inline-flex;
  }

  .header__brand {
    flex: 0 1 auto;
  }

  .burger {
    display: none;
  }

  .hero {
    position: relative;
    min-height: calc(100svh - var(--header));
    padding: 3.75rem 0 3.25rem;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .hero__glow {
    display: none;
  }

  .hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
    align-items: stretch;
    width: min(100% - 2.5rem, var(--container-wide));
    margin-inline: auto;
  }

  .hero__copy {
    position: relative;
    z-index: 2;
    max-width: 36rem;
    align-self: center;
  }

  .hero__visual {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: min(34rem, 72vh);
    align-self: stretch;
    pointer-events: auto;
  }

  .hero-shot {
    height: 100%;
    width: 100%;
    min-height: inherit;
    aspect-ratio: auto;
    max-height: none;
    margin: 0;
    overflow: hidden;
    -webkit-mask-image: var(--photo-mask);
    mask-image: var(--photo-mask);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .hero-shot__media {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-shot__media img {
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(1.02) contrast(1.04) brightness(0.98);
    transform: scale(1.03);
    animation: none;
  }

  .hero-shot::before {
    left: 0;
    width: min(28%, 7rem);
    background: linear-gradient(90deg, var(--bg) 0%, rgba(8, 8, 8, 0.55) 45%, transparent 100%);
  }

  .hero-shot::after {
    right: 0;
    width: min(18%, 5rem);
    background: linear-gradient(270deg, var(--bg) 0%, transparent 100%);
  }

  .hero-shot__overlay {
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    padding: 1.25rem 1.35rem 2.4rem;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.55) 42%,
      rgba(0, 0, 0, 0.15) 72%,
      transparent 100%
    );
  }

  .hero-shot__overlay li {
    font-size: clamp(1rem, 1.05vw + 0.5rem, 1.3rem);
  }

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

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

  .ticker__inner,
  .hero-shot__media img,
  .btn,
  .doubt,
  .myth,
  .act,
  .flip__inner {
    animation: none !important;
    transition: none !important;
  }

  .flip:hover .flip__inner,
  .flip:focus-within .flip__inner,
  .flip.is-flipped .flip__inner {
    transform: none;
  }

  .reveal,
  .reveal.is-visible,
  .spotlight,
  .noise {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .facet__cover,
  .facet__cover-inner {
    transition: none !important;
  }

  .facet.is-open .facet__cover,
  .facet:hover .facet__cover {
    transform: none;
  }

  .facet.is-open .facet__cover-inner,
  .facet:hover .facet__cover-inner {
    opacity: 1;
  }

  .act-block__panel,
  .act-block__days,
  .faq__panel,
  .faq__item p {
    transition: none !important;
  }

  .act-block.is-open .act-block__panel {
    height: auto !important;
  }

  .act-block:not(.is-open) .act-block__panel {
    height: 0 !important;
  }

  .act-block__days,
  .act-block.is-open .act-block__days {
    opacity: 1 !important;
    transform: none !important;
  }

  .split__visual img {
    transition: none !important;
    transform: none !important;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal--delay {
  transition-delay: 0.12s;
}

.form__disclaimer {
  margin: 0.85rem 0 0;
  color: rgba(245, 242, 236, 0.4);
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.45;
}

.footer__legal {
  display: grid;
  gap: 0.25rem;
}

.footer__legal p {
  margin: 0;
}

.cta-band p {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
}

.facet.is-open {
  border-color: rgba(212, 175, 55, 0.4);
}

.mobile-carousel__dots {
  display: none;
}

.gallery-nav__btn:focus-visible,
.burger:focus-visible,
.flip:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.stats strong {
  letter-spacing: 0.04em;
}

.section__title {
  font-size: clamp(1.9rem, 4.4vw, 2.9rem);
}

.grid-2 {
  gap: 1.25rem;
}

@media (max-width: 1279.98px) {
  :root {
    --header: 68px;
  }

  html {
    scroll-padding-top: calc(var(--header) + 10px);
    overflow-x: clip;
  }

  body {
    overflow-x: clip;
    max-width: 100%;
  }

  .section {
    overflow-x: clip;
    max-width: 100%;
  }

  #enroll-form {
    scroll-margin-top: calc(var(--header) + 28px);
  }

  .ticker,
  .ticker__inner {
    pointer-events: none;
  }

  .container,
  .header__inner {
    width: min(100% - 1.5rem, var(--container));
  }

  .logo {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .badge {
    font-size: 0.56rem;
    padding: 0.22rem 0.4rem;
  }

  .hero {
    position: relative;
    min-height: calc(100svh - var(--header));
    padding: 1.35rem 0 1.1rem;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .hero__glow {
    display: none;
  }

  .hero__grid {
    position: static;
    z-index: 1;
    display: block;
    width: min(100% - 1.5rem, var(--container));
    margin-inline: auto;
  }

  .hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .hero-shot {
    height: 100%;
    aspect-ratio: auto;
    isolation: auto;
  }

  .hero-shot__media {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-shot__media img {
    object-position: 68% center;
    filter: saturate(0.85) contrast(1.08) brightness(0.42);
    animation: none;
    transform: scale(1.08);
  }

  .hero-shot::before {
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.5) 0%,
      rgba(8, 8, 8, 0.22) 45%,
      rgba(8, 8, 8, 0.78) 100%
    );
  }

  .hero-shot::after {
    display: none;
  }

  .hero-shot__overlay {
    display: none;
  }

  .hero__copy {
    position: relative;
    z-index: 2;
    max-width: 34rem;
  }

  .hero__title {
    font-size: clamp(2.05rem, 10.5vw, 2.65rem);
    white-space: normal;
    letter-spacing: 0.06em;
  }

  .logo {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .badge {
    display: none;
  }

  .hero__lead {
    font-size: 1.08rem;
    margin-top: 0.7rem;
    max-width: 28rem;
    color: rgba(245, 242, 236, 0.92);
    line-height: 1.4;
    font-weight: 500;
  }

  .hero__rule {
    margin-top: 0.85rem;
  }

  .hero__actions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .hero__actions .btn {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0.7rem 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1rem;
    margin-top: 1.4rem;
    padding-top: 1.2rem;
  }

  .stats strong {
    font-size: 1.85rem;
  }

  .stats span {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .fears-carousel {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    margin-top: 1.6rem;
    overflow: hidden;
  }

  .fears-carousel .mobile-carousel__dots {
    display: flex;
  }

  .fears-carousel .mobile-carousel,
  #fears .grid-2.mobile-carousel {
    display: flex;
    grid-template-columns: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem 1.25rem;
    gap: 0.85rem;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.25rem;
    scroll-behavior: smooth;
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .fears-carousel .mobile-carousel::-webkit-scrollbar,
  #fears .grid-2.mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .fears-carousel .mobile-carousel > .doubt,
  #fears .grid-2.mobile-carousel > .doubt {
    flex: 0 0 min(86%, 22rem);
    width: min(86%, 22rem);
    max-width: min(86%, 22rem);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .section__text,
  .entry__text {
    font-size: 0.92rem;
    margin-top: 0.85rem;
  }

  .doubt,
  .act,
  .flip,
  .facet,
  .mobile-carousel > * {
    -webkit-tap-highlight-color: transparent;
  }

  .doubt {
    padding: 1.25rem 1.15rem;
    transform: none;
    box-shadow: none;
  }

  .doubt:hover,
  .doubt:active {
    transform: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: transparent;
    background: var(--bg-elevated);
  }

  .doubt h3 {
    font-size: 1rem;
  }

  .doubt p {
    font-size: 0.88rem;
  }

  .act {
    padding: 1.15rem 1.1rem;
  }

  .act:hover,
  .act:active {
    transform: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.05);
    background: var(--bg-soft);
  }

  .act.act--bonus:hover,
  .act.act--bonus:active {
    border-color: var(--gold);
    background: rgba(197, 160, 89, 0.08);
  }

  .act h3 {
    font-size: 1rem;
  }

  .act p {
    font-size: 0.88rem;
  }

  .flip {
    min-height: 168px;
  }

  .flip__hint::before {
    content: "Нажмите";
  }

  .facets__cue--desk {
    display: none;
  }

  .facets__cue--mob {
    display: block;
  }

  .footer__info {
    gap: 1.1rem 0.9rem;
  }

  .footer__info h3 {
    font-size: 0.7rem;
  }

  .contacts li,
  .footer-nav a,
  .copy-link {
    font-size: 0.82rem;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem 0.65rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.55rem;
    margin-top: 1.35rem;
    padding-top: 0.85rem;
    text-align: left;
  }

  .footer__legal {
    width: 100%;
    gap: 0.12rem;
    text-align: left;
    order: 1;
  }

  .footer__legal p {
    margin: 0;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .footer__bottom > p {
    order: 2;
    width: 100%;
    margin: 0.15rem 0 0;
    text-align: center;
    font-size: 0.72rem;
  }

  .mobile-carousel {
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.75rem 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }

  .mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .mobile-carousel > * {
    flex: 0 0 min(82%, 20.5rem);
    width: min(82%, 20.5rem);
    max-width: min(82%, 20.5rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .timeline.mobile-carousel {
    gap: 0.85rem;
  }

  .timeline.mobile-carousel::before,
  .timeline.mobile-carousel .act::before {
    display: none;
  }

  .grid-2.mobile-carousel {
    margin-top: 1.6rem;
    gap: 0.85rem;
    display: flex;
    grid-template-columns: none;
  }

  .entry__cards.mobile-carousel,
  .facets.mobile-carousel,
  .timeline.mobile-carousel {
    gap: 0.85rem;
    min-width: 0;
  }

  .entry,
  .program {
    min-width: 0;
  }

  .facets.mobile-carousel > .facet {
    height: auto;
  }

  .mobile-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.95rem;
  }

  .mobile-carousel__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
  }

  .mobile-carousel__dot.is-active {
    background: var(--gold);
  }

  .section--light .mobile-carousel__dot {
    background: rgba(20, 18, 15, 0.22);
  }

  .section--light .mobile-carousel__dot.is-active {
    background: var(--gold-deep);
  }

  .cta-band {
    padding: 2.4rem 0;
  }

  .cta-band p {
    font-size: 1.25rem;
  }

  .form {
    padding: 1.25rem;
  }

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

  .enroll {
    gap: 1.5rem;
  }

  .footer {
    padding: 3rem 0 0.85rem;
  }

  .footer__brand {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }
}

body {
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  .grid-2 {
    gap: 1.5rem;
  }
}

.hero__promise {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: rgba(245, 242, 236, 0.84);
  font-family: var(--font-serif);
  font-size: 1.18rem;
  line-height: 1.5;
  font-weight: 500;
}

.objections__head {
  max-width: none;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.objections__head .section__title {
  margin-inline: auto;
}

.objections__head .entry__text {
  margin: 0.85rem auto 0;
  max-width: 36rem;
}

#objections .entry__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#objections .flip {
  min-height: 168px;
}

.hero__highlights {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}

.hero__highlights li {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(245, 242, 236, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.section__text--dark,
.section--light .section__text {
  color: var(--text-dark-muted);
}

.section__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.section__actions--bridge {
  margin-top: 2rem;
  padding-top: 1.65rem;
  border-top: 1px dashed rgba(212, 175, 55, 0.4);
}

.section__actions--bridge .btn {
  min-width: min(100%, 16rem);
}

.pillars {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0;
  padding: 0;
  list-style: none;
}

.pillars li {
  margin: 0;
  padding: 0.95rem 1.15rem;
  border-left: 2px solid var(--gold);
  background: rgba(212, 175, 55, 0.06);
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.result-note {
  margin: 1.25rem 0 0;
  text-align: center;
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.result-note strong {
  font-weight: 600;
}

.teachers-head {
  max-width: 36rem;
  margin-bottom: 2rem;
}

.teachers {
  min-width: 0;
}

.teachers__shell {
  position: relative;
  min-width: 0;
  padding-inline: 2.4rem;
}

.teachers__viewport {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
}

.teachers__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.55s var(--ease);
  will-change: transform;
  touch-action: pan-y;
}

.teachers__track > .teacher-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.teachers__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(247, 243, 234, 0.92);
  font-size: 2.35rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: none;
  text-shadow:
    0 0 10px rgba(0, 0, 0, 0.85),
    0 1px 2px rgba(0, 0, 0, 0.9);
  transition: color 0.25s var(--ease), opacity 0.25s var(--ease), text-shadow 0.25s var(--ease);
}

.teachers__nav:hover {
  background: transparent;
  border-color: transparent;
  color: #f0d78a;
  text-shadow:
    0 0 12px rgba(212, 175, 55, 0.55),
    0 0 10px rgba(0, 0, 0, 0.8);
}

.teachers__nav[hidden] {
  display: none;
}

.teachers__nav--prev {
  left: 0;
}

.teachers__nav--next {
  right: 0;
}

.teachers__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.teachers__dot {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 242, 236, 0.28);
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.teachers__dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}

@media (hover: hover) and (pointer: fine) {
  .teachers__track {
    cursor: default;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
  }

  .teachers__dot {
    pointer-events: none;
    cursor: default;
  }
}

.teacher-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(11rem, 0.75fr);
  align-items: stretch;
  min-height: 22rem;
  border: 0;
  background: #080808;
  overflow: hidden;
}

.teacher-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.15rem;
  padding: 2.15rem 2rem 2.2rem 2.1rem;
  max-width: 46rem;
}

.teacher-card__body h3 {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.35em;
  font-family: var(--font-surname);
  font-size: clamp(3.5rem, 7vw, 5.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #f7f3ea;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

.teacher-card__surname {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.teacher-card__creds-label {
  margin: 0.35rem 0 -0.35rem;
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f0d78a;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.teacher-card__creds {
  --creds-axis: 0.5rem;
  --creds-pad: 1.4rem;
  position: relative;
  margin: 0.55rem 0 0;
  padding: 0.2rem 0 0 var(--creds-pad);
  list-style: none;
  display: grid;
  gap: 0.72rem;
  border-left: 0;
}

.teacher-card__creds::before {
  content: "";
  position: absolute;
  left: var(--creds-axis);
  top: 0.72em;
  bottom: 0.4em;
  width: 1px;
  background: rgba(226, 196, 104, 0.42);
  transform: translateX(-50%);
  pointer-events: none;
}

.teacher-card__creds li {
  position: relative;
  padding-left: 0;
  color: #f7f3ea;
  font-family: var(--font-serif);
  font-size: clamp(1.12rem, 1.7vw, 1.32rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}

.teacher-card__creds li::before {
  content: "";
  position: absolute;
  left: calc(var(--creds-axis) - var(--creds-pad));
  top: 0.72em;
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
}

.teacher-card__creds-keep {
  white-space: nowrap;
}

.teacher-card__photo {
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background: #080808;
}

.teacher-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, 0.55) 18%, transparent 48%);
  pointer-events: none;
  z-index: 1;
}

.teacher-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: none;
  transform: none;
}

.teacher-card__photo--empty {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 60% 40%, rgba(212, 175, 55, 0.18), transparent 55%),
    #101010;
}

.teacher-card__photo--empty span {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.22em;
  color: rgba(212, 175, 55, 0.7);
  filter: none;
}

@media (max-width: 767.98px) {
  #teachers .teachers {
    width: calc(100% + 1.5rem);
    margin-inline: -0.75rem;
  }

  .teachers__shell {
    padding-inline: 0;
  }

  .teachers__nav {
    display: none !important;
  }

  .teachers__track {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
  }

  .teacher-card {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  .teacher-card__photo {
    order: -1;
    width: 100%;
    aspect-ratio: 5 / 4;
    min-height: 12rem;
    max-height: 16rem;
  }

  .teacher-card__photo--safronova img {
    object-position: center 32%;
  }

  .teacher-card__photo::after {
    background: linear-gradient(180deg, transparent 28%, rgba(8, 8, 8, 0.55) 68%, #080808 100%);
  }

  .teacher-card__body {
    padding: 1.05rem 1rem 1.35rem;
    gap: 0.75rem;
    max-width: none;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .teacher-card__body h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.3em;
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.02;
    letter-spacing: 0.01em;
    white-space: nowrap;
    max-width: 100%;
  }

  .teacher-card__surname {
    display: inline;
  }

  .teacher-card__creds-label {
    font-size: 0.84rem;
    letter-spacing: 0.2em;
    margin: 0.1rem 0 -0.15rem;
  }

  .teacher-card__creds {
    --creds-axis: 0.45rem;
    --creds-pad: 1.2rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.15rem 0 0 var(--creds-pad);
    gap: 0.62rem;
  }

  .teacher-card__creds::before {
    left: var(--creds-axis);
    top: 0.72em;
    bottom: 0.35em;
    transform: translateX(-50%);
  }

  .teacher-card__creds li {
    font-size: 0.98rem;
    line-height: 1.42;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .teacher-card__creds li::before {
    left: calc(var(--creds-axis) - var(--creds-pad));
    top: 0.72em;
    width: 0.38rem;
    height: 0.38rem;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .teacher-card__creds-keep {
    white-space: normal;
  }

  .teachers__dots {
    margin-top: 0.85rem;
    padding-bottom: 0.2rem;
  }
}

.program-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.program-head .section__title {
  font-size: clamp(2.45rem, 5.2vw, 3.55rem);
  letter-spacing: 0.07em;
  line-height: 1.05;
}

.days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.day-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg-soft);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease), transform 0.35s var(--ease);
}

.day-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  background: #161616;
  transform: translateY(-2px);
}

.day-card__num {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.day-card h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: none;
}

.day-card > p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.day-card__take {
  margin-top: auto !important;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  color: rgba(245, 242, 236, 0.9) !important;
  font-size: 0.88rem !important;
  line-height: 1.5;
}

.day-card__take-label {
  display: inline;
  font-weight: 700;
  font-size: 1.05em;
  color: var(--gold-soft);
  letter-spacing: 0.02em;
}

.program-price {
  margin: 2.4rem 0 0;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(245, 242, 236, 0.88);
}

.program-price strong {
  color: #f3e2a4;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.program-finale {
  position: relative;
  margin-top: 1.35rem;
  padding: 2.25rem 1.75rem 2.1rem;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 2px;
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(212, 175, 55, 0.28), transparent 58%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(163, 11, 11, 0.18), transparent 55%),
    linear-gradient(160deg, rgba(40, 32, 14, 0.95) 0%, rgba(10, 10, 10, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.12) inset,
    0 0 36px rgba(212, 175, 55, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.45);
  text-align: center;
  overflow: hidden;
}

.program-finale::before {
  content: "✦ Премьера ✦";
  display: block;
  margin-bottom: 0.85rem;
  color: var(--gold-soft);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.55);
}

.program-finale h3 {
  margin: 0 0 1rem;
  color: #f3e2a4;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.12;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(212, 175, 55, 0.75),
    0 0 28px rgba(212, 175, 55, 0.45),
    0 0 56px rgba(212, 175, 55, 0.25);
}

.program-finale p {
  margin: 0.7rem auto 0;
  max-width: 40rem;
  color: rgba(245, 242, 236, 0.92);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
}

.faq {
  display: grid;
  gap: 1.5rem;
}

.faq__title {
  margin: 0;
}

.faq__body {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.faq__list {
  display: grid;
  gap: 0.65rem;
}

.faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bg-elevated);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease);
}

.faq__item[open],
.faq__item.is-open {
  border-color: rgba(212, 175, 55, 0.4);
  background: #141414;
}

.faq__item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 2.6rem 1.05rem 1.15rem;
  color: var(--text);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.4;
  transition: color 0.25s var(--ease);
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.35s var(--ease);
}

.faq__item[open] summary::after,
.faq__item.is-open summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.faq__item summary:hover {
  color: var(--gold-soft);
}

.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease);
}

.faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
}

.faq__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faq__item p {
  margin: 0;
  padding: 0 1.15rem 1.2rem;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s var(--ease), transform 0.35s var(--ease);
}

.faq__item.is-open p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}

.format-card {
  padding: 1.6rem 1.4rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background:
    linear-gradient(160deg, rgba(212, 175, 55, 0.12), transparent 55%),
    var(--bg-soft);
}

.format-card h3 {
  margin: 0 0 1rem;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.format-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.format-card li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.format-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.format-card .btn {
  width: 100%;
}

.cta-band__sub {
  font-family: var(--font-sans) !important;
  font-size: 1.05rem !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-dark) !important;
}

.cta-band__text {
  max-width: 36rem;
  font-family: var(--font-sans) !important;
  font-size: 0.98rem !important;
  line-height: 1.6;
  color: var(--text-dark-muted) !important;
}

@media (min-width: 1280px) {
  .days {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq__body {
    grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.75fr);
    gap: 2.5rem;
    align-items: start;
  }

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

@media (min-width: 1100px) {
  .days {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1279.98px) {
  #objections .entry__cards.mobile-carousel {
    display: flex;
    grid-template-columns: none;
  }

  .hero__promise {
    margin-top: 0.75rem;
    font-size: 1.05rem;
    max-width: 28rem;
    color: rgba(245, 242, 236, 0.84);
  }

  .hero__highlights {
    gap: 0.4rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
  }

  .hero__highlights li {
    font-size: 0.8rem;
    color: rgba(245, 242, 236, 0.74);
  }

  .pillars {
    margin: 1.35rem 0;
    gap: 0.65rem;
  }

  .pillars li {
    padding: 0.8rem 0.95rem;
    font-size: 1rem;
  }

  .days.mobile-carousel {
    display: flex;
    grid-template-columns: none;
    gap: 0.85rem;
    min-width: 0;
  }

  .days.mobile-carousel > .day-card {
    flex: 0 0 min(82%, 20.5rem);
    width: min(82%, 20.5rem);
    max-width: min(82%, 20.5rem);
  }

  .day-card {
    padding: 1.2rem 1.1rem;
  }

  .day-card:hover {
    transform: none;
  }

  .day-card h3 {
    font-size: 1.22rem;
  }

  .day-card > p,
  .day-card__take {
    font-size: 0.86rem !important;
  }

  .program-finale {
    margin-top: 1.75rem;
    padding: 1.65rem 1.2rem 1.5rem;
    text-align: center;
  }

  .program-finale h3 {
    font-size: clamp(1.35rem, 5.8vw, 1.7rem);
  }

  .faq__item summary {
    padding: 0.95rem 2.4rem 0.95rem 1rem;
    font-size: 0.92rem;
  }

  .format-card {
    padding: 1.3rem 1.15rem;
  }

  .cta-band__sub {
    font-size: 0.95rem !important;
  }

  .cta-band__text {
    font-size: 0.9rem !important;
  }
}


.section--dense {
  padding: calc(var(--space-5) + 0.5rem) 0;
}

.section--split .container--wide {
  max-width: var(--container-wide);
}

.split-flow {
  display: grid;
  gap: 2.75rem;
}

.split {
  display: grid;
  gap: 2rem;
  align-items: stretch;
  min-width: 0;
}

.split__visual {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 240px;
  overflow: hidden;
  background: transparent;
  -webkit-mask-image: var(--photo-mask);
  mask-image: var(--photo-mask);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.split__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(1.02) contrast(1.04) brightness(0.98);
  transform: scale(1.04);
  transition: transform 0.7s var(--ease), filter 0.55s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .split__visual:hover > img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.06) brightness(1.02);
  }
}

.split__copy {
  display: grid;
  gap: 0;
  align-content: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  container-type: inline-size;
  container-name: split-copy;
}

.split__block {
  display: grid;
  gap: 0;
}

.split__block--course {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.split .section__title {
  margin-bottom: 0.55rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(1.25rem, 6.8cqi, 2.75rem);
}

.split .pillars {
  margin: 1.35rem 0;
}

.split .check-list {
  margin-top: 0.85rem;
  text-align: left;
}

.result-ticket {
  position: relative;
  display: block;
  margin: 1.5rem 0 0;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 55%),
    #12100c;
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, 0.12),
    0 16px 36px rgba(0, 0, 0, 0.28);
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
  font-weight: 600;
  color: var(--gold);
}

.result-ticket::before,
.result-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 28px;
  background: var(--bg);
  border: 1px solid rgba(212, 175, 55, 0.35);
  transform: translateY(-50%);
}

.result-ticket::before {
  left: -8px;
  border-radius: 0 14px 14px 0;
  border-left: 0;
}

.result-ticket::after {
  right: -8px;
  border-radius: 14px 0 0 14px;
  border-right: 0;
}

.result-ticket strong {
  font-weight: 400;
}

.audience-band {
  display: grid;
  gap: 2rem;
  min-width: 0;
  max-width: 100%;
}

.audience-band__visual {
  margin: 0;
  overflow: hidden;
  min-width: 0;
  min-height: 220px;
  max-height: 420px;
  background: transparent;
  -webkit-mask-image: var(--photo-mask-wide);
  mask-image: var(--photo-mask-wide);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.audience-band__visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(1.05) contrast(1.04) brightness(0.96);
  transform: scale(1.001);
  transition: transform 0.7s var(--ease), filter 0.55s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .audience-band__visual:hover img {
    transform: scale(1.03);
    filter: saturate(1.1) contrast(1.06) brightness(1.02);
  }
}

.audience-band__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
  min-width: 0;
  max-width: min(100%, 38rem);
  margin-inline: auto;
}

.audience-band__col {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  min-width: 0;
  max-width: 100%;
}

.audience-band__title {
  margin: 0 auto !important;
  min-height: 2.75em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  padding-inline-start: 0.08em;
}

.audience-band__lead {
  margin: 0.85rem 0 0;
  min-height: 1.45em;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}

.audience-band__lead--spacer {
  visibility: hidden;
}

.audience-band__col .check-list {
  margin-top: 0.85rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.audience-band__col .check-list li {
  text-align: left;
  justify-items: start;
}

.audience-band__col .section__title {
  max-width: 100%;
  text-align: center;
}

.audience-band .section__actions {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

.bonus-cards {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.bonus-card {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent 55%),
    var(--bg-elevated);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.bonus-card:hover {
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-2px);
}

.bonus-card__num {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.bonus-card h3 {
  margin: 0 0 0.4rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bonus-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.acts {
  display: grid;
  gap: 0.9rem;
}

.act-block {
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: var(--bg-soft);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease);
}

.act-block[open],
.act-block.is-open {
  border-color: rgba(212, 175, 55, 0.65);
  background: #16140f;
}

.act-block__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem 1.25rem;
  padding: 1.15rem 3rem 1.15rem 1.25rem;
  position: relative;
  transition: color 0.25s var(--ease);
}

.act-block__summary::-webkit-details-marker {
  display: none;
}

.act-block__summary::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.35s var(--ease);
}

.act-block[open] .act-block__summary::after,
.act-block.is-open .act-block__summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.act-block__name {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}

.act-block__range {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.act-block__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s var(--ease);
}

.act-block.is-open .act-block__panel {
  height: auto;
}

.act-block__days {
  display: grid;
  gap: 0.85rem;
  padding: 0 1.15rem 1.25rem;
  grid-template-columns: 1fr;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s var(--ease), transform 0.28s var(--ease);
}

.act-block.is-open .act-block__days {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.day-card--compact {
  padding: 1.1rem 1.05rem;
  gap: 0.55rem;
}

.day-card--compact:hover {
  transform: none;
}

.day-card--compact h3 {
  font-size: 1.05rem;
}

.day-card--compact > p {
  font-size: 0.88rem;
}

.day-card--compact .day-card__take {
  font-size: 0.84rem !important;
  padding-top: 0.7rem;
}

@media (min-width: 1280px) {
  .split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 2.75rem;
    align-items: start;
  }

  .split--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2.75rem;
  }

  #change .split.split--reverse {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: clamp(3.5rem, 7vw, 6.5rem);
  }

  #change .split__visual {
    justify-self: stretch;
    width: 100%;
    margin-left: 0.5rem;
  }

  #change .split__copy {
    min-width: 0;
    padding-right: 0.75rem;
    overflow: hidden;
  }

  .split--reverse .split__visual {
    order: 2;
  }

  .split--reverse .split__copy {
    order: 1;
  }

  .split__visual {
    position: relative;
    top: auto;
    min-height: 0;
    align-self: stretch;
  }

  .split__visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .split-flow {
    gap: 3.25rem;
  }

  .br-pc {
    display: inline;
  }

  .br-mob {
    display: none;
  }

  .line-pc-1 {
    white-space: normal;
  }

  .line-pc-keep,
  .line-keep {
    white-space: normal;
  }

  .section__title.line-pc-1 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section__title.line-pc-2 {
    max-width: 100%;
    white-space: normal;
  }

  .split .section__text.line-pc-1 {
    white-space: normal;
    max-width: 100%;
  }

  .program-head .section__text.line-pc-1,
  #enroll .section__text.line-pc-1 {
    white-space: normal;
    max-width: 100%;
  }

  .faq__item {
    overflow: visible;
  }

  .faq__item p {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
  }

  .faq__panel-inner {
    overflow: hidden;
    min-width: 0;
  }

  .faq__panel,
  .faq__panel-inner {
    max-width: 100%;
  }

  .cta-band__text.line-pc-2 {
    max-width: none;
  }

  .audience-band__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
    max-width: min(100%, 38rem);
    margin-inline: auto;
  }

  .audience-band__title {
    min-height: 3.1em;
    text-align: center;
    justify-content: center;
  }

  .bonus-cards {
    grid-template-columns: 1fr;
  }

  .audience-band__visual {
    max-height: 420px;
  }

  .audience-band__visual img {
    max-height: 420px;
    min-height: 280px;
  }

  .act-block__days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 1.35rem 1.45rem;
  }
}

@media (min-width: 1100px) {
  .act-block__days {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .section--dense {
    padding: var(--space-5) 0;
  }
}

@media (max-width: 1279.98px) {
  .br-pc {
    display: none;
  }

  .br-mob {
    display: inline;
  }

  .line-pc-1,
  .line-pc-2,
  .line-pc-keep {
    white-space: normal;
  }

  .line-keep {
    white-space: normal;
  }

  .line-mob-2 {
    white-space: normal;
  }

  .line-mob-1 {
    white-space: normal;
  }

  .section__title.line-mob-1 {
    font-size: clamp(1.02rem, 4.55vw, 1.28rem);
    letter-spacing: 0.035em;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section__title.line-mob-soft {
    font-size: clamp(1.15rem, 5.2vw, 1.42rem);
    letter-spacing: 0.03em;
    line-height: 1.28;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .cta-band__sub.line-mob-1 {
    white-space: normal;
    font-size: clamp(0.72rem, 3.45vw, 0.92rem) !important;
    letter-spacing: 0.01em;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .objections__head {
    overflow: visible;
    padding-inline: 0.15rem;
  }

  .objections__head .section__title {
    max-width: 100%;
    overflow: visible;
  }

  .section--dense {
    padding: calc(var(--space-4) + 0.35rem) 0;
  }

  .section__title,
  .hero__title,
  .act-block__name,
  .footer__brand,
  .logo {
    letter-spacing: 0.04em;
    text-wrap: balance;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
    max-width: 100%;
  }

  .section__title {
    font-size: clamp(1.28rem, 5.5vw, 1.62rem);
    line-height: 1.22;
  }

  .program-head .section__title {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
    letter-spacing: 0.06em;
    line-height: 1.08;
  }

  #objections .section__title,
  .objections__head .section__title {
    font-size: clamp(1.08rem, 4.9vw, 1.38rem);
  }

  .section__text,
  .section__text--left,
  .entry__text {
    font-size: 0.88rem;
    line-height: 1.5;
    text-wrap: pretty;
  }

  .split .section__text,
  .split .section__text--left {
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .result-ticket {
    padding: 1rem 1.05rem;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    text-wrap: balance;
    line-height: 1.35;
  }

  #program,
  #program .container,
  .acts,
  .act-block {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .acts,
  .act-block {
    overflow-x: hidden;
  }

  .act-block__summary {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    padding: 0.95rem 2.35rem 0.95rem 0.95rem;
    min-width: 0;
    box-sizing: border-box;
  }

  .act-block__name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.98rem;
    letter-spacing: 0.06em;
  }

  .act-block__range {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    padding-right: 0.1rem;
  }

  .act-block__summary::after {
    right: 0.9rem;
  }

  .act-block__panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .act-block__days.mobile-carousel {
    display: flex;
    grid-template-columns: unset;
    gap: 0.7rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0.35rem 0.85rem 0.45rem;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.85rem;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .act-block__days.mobile-carousel > .day-card {
    flex: 0 0 min(78vw, 17.5rem);
    width: min(78vw, 17.5rem);
    max-width: min(78vw, 17.5rem);
    min-width: 0;
    box-sizing: border-box;
    scroll-snap-align: start;
  }

  .act-block__panel > .mobile-carousel__dots {
    display: flex;
    margin: 0.35rem 0 1rem;
  }

  .act-block__days:not(.mobile-carousel) {
    padding: 0 0.95rem 1.05rem;
  }

  .split-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.55rem;
    row-gap: 0.85rem;
    min-width: 0;
  }

  .split-flow > .split {
    display: contents;
  }

  .split-flow > .split:nth-child(1) .split__visual {
    grid-column: 1;
    grid-row: 1;
  }

  .split-flow > .split:nth-child(2) .split__visual {
    grid-column: 2;
    grid-row: 1;
  }

  .split-flow > .split:nth-child(1) .split__copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .split-flow > .split:nth-child(2) .split__copy {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0.35rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 175, 55, 0.22);
  }

  .split {
    gap: 0.65rem;
  }

  .split--reverse {
    gap: 0.7rem;
  }

  .split__visual {
    aspect-ratio: 3 / 4;
    min-height: 0;
  }

  .split__visual > img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .split__copy {
    gap: 0.35rem;
  }

  .audience-band {
    gap: 0.85rem;
  }

  .audience-band__visual {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0.15rem;
    height: clamp(300px, 78vw, 440px);
    min-height: 300px;
    max-height: none;
    border-radius: 0;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .audience-band__visual::before,
  .audience-band__visual::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 28%;
    z-index: 1;
    pointer-events: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .audience-band__visual::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 100%);
  }

  .audience-band__visual::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 35%, transparent 100%);
    mask-image: linear-gradient(to top, #000 0%, #000 35%, transparent 100%);
  }

  .audience-band__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 300px;
    object-fit: cover;
    object-position: center 40%;
    transform: scale(1.2);
  }

  .audience-band__title {
    font-size: clamp(1.22rem, 5.2vw, 1.48rem);
  }

  .check-list li {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .pillars li {
    font-size: 0.9rem;
  }
}

/* --- fluid scale: phone OR pc; rem scales everything together on zoom --- */
html {
  font-size: clamp(13px, 0.45vw + 8.2px, 17px);
}

body {
  font-size: 1rem;
}

@media (max-width: 1599.98px) {
  html {
    font-size: clamp(13px, 0.4vw + 8px, 15.5px);
  }
}

@media (max-width: 1279.98px) {
  html {
    font-size: clamp(15px, 2.6vw + 8px, 17px);
  }
}

/* Soft photo edges: less aggressive crop feel */
:root {
  --photo-mask:
    linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%);
  --photo-mask-wide:
    linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

/* Compact desktop: 1080p @ Windows 125% (~1536 CSS px) and similar laptops */
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .hero {
    padding: 3rem 0 2.5rem;
    min-height: calc(100svh - var(--header));
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.5rem;
  }

  .hero__copy {
    max-width: 32rem;
  }

  .hero__title {
    font-size: clamp(2rem, 3.2vw + 0.4rem, 3.1rem);
  }

  .hero__lead {
    font-size: 1.02rem;
    max-width: 100%;
  }

  .hero__promise {
    font-size: 0.98rem;
    max-width: 100%;
  }

  .hero__highlights {
    margin-top: 1rem;
  }

  .hero__highlights li {
    font-size: 0.82rem;
  }

  .hero__visual {
    min-height: min(28rem, 64vh);
  }

  .hero-shot__overlay {
    padding: 0.95rem 1rem 1.75rem;
  }

  .hero-shot__overlay .tag {
    margin-bottom: 0.65rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.78rem;
  }

  .hero-shot__overlay ol {
    gap: 0.45rem;
  }

  .hero-shot__overlay li {
    font-size: clamp(0.92rem, 1vw + 0.4rem, 1.12rem);
    gap: 0.5rem;
    line-height: 1.3;
  }

  .split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.75rem;
  }

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

  #change .split,
  #change .split.split--reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
  }

  .split .section__title {
    font-size: clamp(1.15rem, 5.5cqi, 2.15rem);
  }

  .split__visual {
    min-height: 300px;
  }

  .band-photo__copy {
    max-width: min(100%, 34rem);
  }

  .audience-band__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    max-width: min(100%, 36rem);
    margin-inline: auto;
  }

  .audience-band__title {
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    min-height: 2.4em;
  }
}

.split__visual > img {
  object-position: center 40%;
  transform: scale(1.03);
}

.header {
  background: #080808;
  backdrop-filter: none;
}

.header.is-scrolled {
  background: #080808;
}

.section--light .split__visual {
  -webkit-mask-image: var(--photo-mask);
  mask-image: var(--photo-mask);
}
