@font-face {
  font-family: Inter;
  src: url('/assets/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --v2-bg: #05070d;
  --v2-bg-2: #090c17;
  --v2-surface: rgba(15, 19, 34, .72);
  --v2-surface-solid: #0d1120;
  --v2-line: rgba(183, 194, 235, .18);
  --v2-line-strong: rgba(183, 194, 235, .34);
  --v2-text: #f5f7ff;
  --v2-muted: #a4a8b9;
  --v2-violet: #a855f7;
  --v2-magenta: #dc4be9;
  --v2-cyan: #38bdf8;
  --v2-light: #f6f4fa;
  --v2-ink: #151722;
  --v2-radius: 26px;
  --v2-container: 1360px;
  --v2-dark-art: url('/assets/site/mf-dark-wave-background.webp');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--v2-bg); }
body.v2-body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 8%, rgba(93, 63, 228, .09), transparent 28%),
    var(--v2-bg);
  color: var(--v2-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.v2-body.menu-open { overflow: hidden; }

.v2-body img { display: block; max-width: 100%; }
.v2-body a { color: inherit; text-decoration: none; }
.v2-body button, .v2-body input, .v2-body select, .v2-body textarea { font: inherit; }
.v2-body button { color: inherit; }
.v2-body main { overflow: clip; }
.v2-body :focus-visible { outline: 2px solid var(--v2-cyan); outline-offset: 4px; }
.v2-body [hidden] { display: none !important; }

.ph-icon {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--ph-icon) center / contain no-repeat;
  mask: var(--ph-icon) center / contain no-repeat;
}
.ph-arrow-up-right { --ph-icon: url('/assets/icons/phosphor/arrow-up-right.svg'); }
.ph-arrow-right { --ph-icon: url('/assets/icons/phosphor/arrow-right.svg'); }
.ph-calendar-check { --ph-icon: url('/assets/icons/phosphor/calendar-check.svg'); }
.ph-chart-bar { --ph-icon: url('/assets/icons/phosphor/chart-bar.svg'); }
.ph-check-circle { --ph-icon: url('/assets/icons/phosphor/check-circle.svg'); }
.ph-cube { --ph-icon: url('/assets/icons/phosphor/cube.svg'); }
.ph-disc { --ph-icon: url('/assets/icons/phosphor/disc.svg'); }
.ph-guitar { --ph-icon: url('/assets/icons/phosphor/guitar.svg'); }
.ph-map-pin { --ph-icon: url('/assets/icons/phosphor/map-pin.svg'); }
.ph-microphone-stage { --ph-icon: url('/assets/icons/phosphor/microphone-stage.svg'); }
.ph-music-note { --ph-icon: url('/assets/icons/phosphor/music-note.svg'); }
.ph-music-notes { --ph-icon: url('/assets/icons/phosphor/music-notes.svg'); }
.ph-note-pencil { --ph-icon: url('/assets/icons/phosphor/note-pencil.svg'); }
.ph-play { --ph-icon: url('/assets/icons/phosphor/play.svg'); }
.ph-path { --ph-icon: url('/assets/icons/phosphor/path.svg'); }
.ph-shield-check { --ph-icon: url('/assets/icons/phosphor/shield-check.svg'); }
.ph-signpost { --ph-icon: url('/assets/icons/phosphor/signpost.svg'); }
.ph-star { --ph-icon: url('/assets/icons/phosphor/star.svg'); }
.ph-telegram-logo { --ph-icon: url('/assets/icons/phosphor/telegram-logo.svg'); }
.ph-users-three { --ph-icon: url('/assets/icons/phosphor/users-three.svg'); }
.ph-wave-sine { --ph-icon: url('/assets/icons/phosphor/wave-sine.svg'); }
.ph-waveform { --ph-icon: url('/assets/icons/phosphor/waveform.svg'); }
.v2-icon-back { transform: rotate(180deg); }

.v2-container { width: min(var(--v2-container), calc(100% - 96px)); margin-inline: auto; }
.v2-skip { position: fixed; left: 18px; top: 12px; z-index: 200; transform: translateY(-180%); padding: 12px 18px; border-radius: 10px; background: white; color: #111; }
.v2-skip:focus { transform: none; }

.v2-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(90deg, rgba(12, 12, 22, .56), rgba(8, 14, 25, .46));
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  backdrop-filter: blur(18px) saturate(1.35);
  transition: background .28s ease, border-color .28s ease, backdrop-filter .28s ease;
}
.v2-header.is-scrolled {
  position: fixed;
  background: linear-gradient(90deg, rgba(17, 17, 29, .76), rgba(7, 14, 25, .72));
  border-color: var(--v2-line);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: 0 12px 38px rgba(0, 0, 0, .16);
}
.v2-header-inner { display: grid; grid-template-columns: 190px minmax(440px, 1fr) auto; align-items: center; gap: 24px; min-height: 88px; }
.v2-logo { width: 190px; }
.v2-logo img { width: 100%; height: auto; }
.v2-nav { display: flex; justify-content: center; gap: clamp(17px, 1.55vw, 28px); }
.v2-nav a { position: relative; color: rgba(245, 247, 255, .82); font-size: 13px; font-weight: 500; white-space: nowrap; }
.v2-nav a::after { content: ""; position: absolute; inset: auto 50% -8px; height: 1px; background: linear-gradient(90deg, var(--v2-magenta), var(--v2-cyan)); transition: inset .2s ease; }
.v2-nav a:hover::after { inset-inline: 0; }
.v2-header-actions { display: flex; align-items: center; gap: 16px; }
.v2-header-phone { color: rgba(245,247,255,.88); font-size: 14px; font-weight: 650; white-space: nowrap; transition: color .2s ease; }
.v2-header-phone:hover { color: #6ecdf7; }
.v2-menu-button { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--v2-line-strong); border-radius: 50%; background: rgba(255,255,255,.04); }
.v2-menu-button span { display: block; width: 19px; height: 1px; margin: 6px auto; background: white; transition: transform .2s ease; }
.v2-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.v2-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.v2-mobile-menu { display: none; }

.v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 56px;
  padding: 0 12px 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.v2-button:hover { transform: translateY(-2px); }
.v2-button-primary {
  position: relative;
  border: 0;
  background: linear-gradient(100deg, #8c3bea 0%, #b84eef 46%, #3abef8 100%);
  color: #fff;
  box-shadow: 0 12px 38px rgba(168, 85, 247, .28), 0 6px 26px rgba(56, 189, 248, .14);
}
.v2-button-primary::before { display: none; }
.v2-button-outline { border-color: rgba(200, 124, 255, .72); background: rgba(12, 14, 27, .28); }
.v2-button-small { min-height: 48px; padding-left: 22px; font-size: 14px; }
.v2-header-actions .v2-button-small { gap: 18px; padding-left: 19px; font-size: 13px; white-space: nowrap; }
.v2-button-arrow { display: grid; flex: 0 0 auto; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.v2-button-arrow .ph-icon { width: 17px; height: 17px; }
.v2-button:hover .v2-button-arrow { transform: translateX(3px); background: rgba(255,255,255,.12); }

.v2-hero {
  position: relative;
  min-height: 960px;
  padding: 174px 0 70px;
  background: #05070d;
  isolation: isolate;
}
.v2-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, var(--v2-bg)); z-index: -1; }
.v2-hero-photo { position: absolute; inset: 0; z-index: -5; background: url('/assets/site/mf-hero-vocalist-1600.webp') center / cover no-repeat; filter: brightness(.54) saturate(.72) contrast(1.08); transform: scale(1.035); animation: v2HeroDrift 16s ease-in-out infinite alternate; }
.v2-hero-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #05070d 0%, rgba(5,7,13,.95) 27%, rgba(5,7,13,.48) 54%, rgba(5,7,13,.12) 82%), linear-gradient(0deg, rgba(5,7,13,.9) 2%, transparent 51%, rgba(5,7,13,.45)); }
.v2-hero-photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 28%, rgba(229,60,213,.42), transparent 35%), radial-gradient(ellipse at 89% 18%, rgba(47,192,255,.34), transparent 27%); mix-blend-mode: color; }
.v2-hero-subject { position: absolute; inset: 0; z-index: -3; background: url('/assets/site/mf-hero-vocalist-1600.webp') center / cover no-repeat; filter: brightness(1.08) saturate(1.04) contrast(1.06) drop-shadow(-18px 0 34px rgba(223,72,225,.2)) drop-shadow(10px -8px 28px rgba(51,190,255,.18)); opacity: .98; -webkit-mask-image: radial-gradient(ellipse 33% 68% at 81% 51%, #000 0 58%, rgba(0,0,0,.94) 66%, transparent 82%); mask-image: radial-gradient(ellipse 33% 68% at 81% 51%, #000 0 58%, rgba(0,0,0,.94) 66%, transparent 82%); transform: translate3d(calc(var(--pointer-x, 0) * 9px), calc(var(--pointer-y, 0) * 7px), 0); transition: transform .28s ease-out; }
.v2-hero-subject::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 24% 57% at 82% 48%, rgba(232,73,224,.18), transparent 62%), linear-gradient(145deg, transparent 55%, rgba(60,194,255,.14)); mix-blend-mode: screen; }
.v2-hero-glow { position: absolute; right: -12%; top: 26%; z-index: -2; width: 50vw; height: 50vw; border-radius: 50%; background: radial-gradient(circle, rgba(56,189,248,.18), rgba(151,71,255,.15) 30%, transparent 67%); filter: blur(30px); transform: translate3d(calc(var(--pointer-x, 0) * 18px), calc(var(--pointer-y, 0) * 18px), 0); transition: transform .25s ease-out; }
.v2-hero-inner { position: relative; min-height: 560px; display: flex; align-items: center; }
.v2-hero-copy { width: min(700px, 55%); }
.v2-kicker { margin: 0 0 22px; color: #c176fb; font-size: 12px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.v2-kicker::after { content: ""; display: inline-block; width: 58px; height: 1px; margin: 0 0 4px 14px; background: linear-gradient(90deg, var(--v2-magenta), transparent); }
.v2-hero h1 { max-width: 780px; margin: 0; font-size: clamp(64px, 6.6vw, 106px); font-weight: 520; letter-spacing: -.065em; line-height: .93; }
.v2-hero h1 span { color: transparent; background: linear-gradient(100deg, #d35bef 4%, #9e6cf7 47%, #53c8f8 85%); -webkit-background-clip: text; background-clip: text; }
.v2-hero-lead { max-width: 570px; margin: 34px 0 32px; color: rgba(245,247,255,.82); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.62; }
.v2-hero-actions { display: flex; align-items: center; gap: 26px; }
.v2-video-link { display: flex; align-items: center; gap: 12px; color: rgba(245,247,255,.78); font-size: 13px; line-height: 1.25; }
.v2-play { display: grid; place-items: center; width: 48px; height: 48px; padding-left: 3px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 12px; transition: border-color .2s ease, transform .2s ease; }
.v2-play .ph-icon { width: 17px; height: 17px; }
.v2-video-link:hover .v2-play { transform: scale(1.06); border-color: var(--v2-cyan); }
.v2-trial-note { display: flex; align-items: center; gap: 10px; margin: 20px 0 0; color: var(--v2-muted); font-size: 13px; }
.v2-trial-note span { color: var(--v2-magenta); font-size: 20px; }
.v2-wave { position: absolute; pointer-events: none; overflow: visible; }
.v2-wave-hero { z-index: -2; right: -5%; bottom: 155px; width: 92%; height: 270px; opacity: .36; filter: drop-shadow(0 0 10px rgba(168,85,247,.35)); }
.v2-wave path { fill: none; stroke: url('#none'); stroke: #9e61ed; stroke-width: 1.2; }
.v2-wave path:nth-child(2) { stroke: #4abdf1; opacity: .66; }
.v2-wave path:nth-child(3) { opacity: .4; }
.v2-hero-pulse { position: absolute; right: 1%; bottom: 78px; display: grid; place-items: center; width: 148px; height: 148px; border: 1px solid rgba(192,113,251,.36); border-radius: 50%; background: rgba(7,9,20,.58); backdrop-filter: blur(14px); text-align: center; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.v2-pulse-bars { display: flex; align-items: center; justify-content: center; gap: 3px; height: 40px; }
.v2-pulse-bars i { width: 2px; height: 22%; border-radius: 5px; background: linear-gradient(#d755ef, #42c5f5); animation: v2Pulse 1.1s ease-in-out infinite alternate; }
.v2-pulse-bars i:nth-child(2n) { animation-delay: -.7s; height: 70%; }
.v2-pulse-bars i:nth-child(3n) { animation-delay: -.25s; height: 100%; }
.v2-pulse-bars i:nth-child(5n) { animation-delay: -.5s; height: 45%; }

.v2-proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--v2-line); border-radius: 18px; background: rgba(9,12,23,.62); backdrop-filter: blur(15px); }
.v2-proof article { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 0 14px; align-items: center; min-height: 112px; padding: 22px 30px; }
.v2-proof article + article::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: var(--v2-line); }
.v2-proof-icon { grid-row: span 2; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(192,113,251,.35); border-radius: 50%; color: #c776f5; font-size: 22px; }
.v2-proof strong { font-size: 15px; font-weight: 550; }
.v2-proof small { color: var(--v2-muted); font-size: 12px; }

.v2-section { position: relative; padding: 116px 0; scroll-margin-top: 88px; }
.v2-section-heading h2, .v2-about h2, .v2-reviews h2, .v2-lead-section h2, .v2-contacts h2 { margin: 0; font-size: clamp(42px, 4vw, 62px); font-weight: 520; letter-spacing: -.045em; line-height: 1.03; }
.v2-heading-row { display: grid; grid-template-columns: 1fr minmax(310px, .7fr) auto; align-items: end; gap: 34px; margin-bottom: 44px; }
.v2-heading-row > p { margin: 0 0 5px; color: var(--v2-muted); font-size: 15px; }
.v2-heading-row .v2-kicker { margin-bottom: 12px; }
.v2-carousel-controls { display: flex; justify-content: flex-end; gap: 10px; }
.v2-carousel-controls button { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--v2-line-strong); border-radius: 50%; background: transparent; line-height: 0; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.v2-carousel-controls button .ph-icon { width: 18px; height: 18px; }
.v2-carousel-controls button:hover:not(:disabled) { transform: translateY(-2px); border-color: rgba(193,114,251,.72); background: rgba(168,85,247,.1); }
.v2-carousel-controls button:disabled { opacity: .28; cursor: default; }
.v2-carousel { overflow: hidden; }
.v2-card-track, .v2-teacher-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.v2-card-track::-webkit-scrollbar, .v2-teacher-track::-webkit-scrollbar { display: none; }

.v2-directions {
  padding-top: 96px;
  background:
    linear-gradient(180deg, rgba(5,7,13,.93), rgba(7,10,19,.78) 68%, rgba(9,11,19,.93)),
    var(--v2-dark-art) center 18% / max(100%, 1054px) auto no-repeat,
    #05070d;
}
.v2-directions .v2-carousel { overflow: visible; }
.v2-card-track { margin: -32px -18px -56px; padding: 32px 18px 56px; scroll-padding-inline: 18px; }
.v2-direction-card { position: relative; flex: 0 0 clamp(220px, 17.2vw, 258px); height: 390px; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--v2-line); border-radius: 15px; background: var(--v2-surface-solid); isolation: isolate; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.v2-direction-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,7,13,.02) 25%, rgba(5,7,13,.55) 56%, #070912 88%); }
.v2-direction-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: brightness(.75) saturate(.82); transition: transform .45s ease, filter .3s ease; }
.v2-direction-card .v2-card-icon { position: absolute; left: 18px; bottom: 126px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(208,109,255,.55); border-radius: 50%; background: rgba(20,12,37,.75); color: #d570ff; }
.v2-direction-card .v2-card-icon .ph-icon { width: 21px; height: 21px; }
.v2-proof-icon, .v2-direction-card .v2-card-icon, .v2-step-cta-icon, .v2-price-icon, .v2-success > span, .v2-button-arrow, .v2-play, .v2-socials a { line-height: 0; }
.v2-proof-icon .ph-music-notes, .v2-price-icon .ph-music-notes { transform: translateX(1px); }
.v2-direction-card strong { position: absolute; left: 18px; bottom: 88px; font-size: 21px; font-weight: 550; }
.v2-direction-card.is-long-title .v2-card-icon { bottom: 142px; }
.v2-direction-card.is-long-title strong { right: 18px; bottom: 88px; font-size: 18px; line-height: 1.14; }
.v2-direction-card small { position: absolute; left: 18px; right: 18px; bottom: 44px; color: rgba(245,247,255,.68); font-size: 12px; line-height: 1.35; }
.v2-direction-card b { position: absolute; left: 18px; bottom: 15px; color: #c57af7; font-size: 11px; font-weight: 550; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.v2-direction-card:hover, .v2-direction-card.is-featured { border-color: transparent; background: linear-gradient(var(--v2-surface-solid), var(--v2-surface-solid)) padding-box, linear-gradient(135deg, #ef5bd8, #a65af0 48%, #58c7f7) border-box; box-shadow: 0 0 26px rgba(220,75,233,.18), 0 18px 45px rgba(35,12,70,.24); }
.v2-direction-card:hover { transform: translateY(-6px); }
.v2-direction-card:hover img { transform: scale(1.045); filter: brightness(.86) saturate(1); }
.v2-direction-card:hover b { opacity: 1; transform: none; }

.v2-steps {
  background:
    radial-gradient(circle at 73% 28%, rgba(199, 92, 237, .09), transparent 25%),
    radial-gradient(circle at 97% 10%, rgba(91, 151, 250, .1), transparent 27%),
    linear-gradient(135deg, #faf9fd, #f3f1f9 52%, #f7f6fb);
  color: var(--v2-ink);
}
.v2-steps::before { content: ""; position: absolute; left: -12%; bottom: 7%; width: 46%; height: 45%; background: radial-gradient(ellipse, rgba(176,82,239,.12), transparent 68%); pointer-events: none; }
.v2-steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(290px, .62fr) minmax(0, 1.8fr); gap: clamp(42px, 5vw, 74px); align-items: stretch; }
.v2-steps .v2-kicker { color: #9250ea; }
.v2-steps .v2-section-heading h2 span { color: transparent; background: linear-gradient(100deg, #bf4ce8, #706ff4 56%, #57aaf6); -webkit-background-clip: text; background-clip: text; }
.v2-steps-intro { max-width: 350px; margin: 28px 0 0; color: #565867; font-size: 16px; line-height: 1.75; }
.v2-step-list { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.08fr) minmax(0, .96fr); gap: 22px; align-items: center; margin: 0; padding: 18px 0; list-style: none; }
.v2-step-list li { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 30px 28px 26px; overflow: hidden; border: 1px solid rgba(81,65,119,.13); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: 0 20px 54px rgba(65,48,99,.09); text-align: left; isolation: isolate; }
.v2-step-list li::after { content: ""; position: absolute; z-index: -1; inset: auto -25% -18% 18%; height: 50%; background: radial-gradient(circle, rgba(184,78,239,.14), transparent 68%); pointer-events: none; }
.v2-step-list li:not(:last-child)::before { content: ""; position: absolute; z-index: 3; left: calc(100% - 1px); top: 119px; width: 24px; height: 1px; background: linear-gradient(90deg, #b14dec, #8e72f2); box-shadow: 18px 0 0 -4px #a260ee; }
.v2-step-list li.is-featured { z-index: 2; min-height: 530px; border-color: transparent; background: linear-gradient(rgba(255,255,255,.91),rgba(255,255,255,.87)) padding-box, linear-gradient(145deg,#d34be8,#9564f2 50%,#5aaef6) border-box; box-shadow: 0 26px 68px rgba(116,66,182,.2); }
.v2-step-list li.has-photo { background: linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.4) 24%,rgba(255,255,255,.97) 39%,#fff 47%), url('/assets/site/mf-vocal-stage.webp') 65% top / auto 48% no-repeat, #fff; }
.v2-step-number { color: #9d63ef; font-size: 34px; font-weight: 620; letter-spacing: -.04em; line-height: 1; }
.v2-step-list li:nth-child(3) .v2-step-number { color: #668ff1; }
.v2-step-list i { display: grid; place-items: center; width: 72px; height: 72px; margin-top: 28px; border-radius: 20px; background: linear-gradient(145deg, #c065f5, #7759ee); box-shadow: 0 14px 30px rgba(128,82,226,.22); color: white; font-size: 31px; font-style: normal; }
.v2-step-list li:nth-child(2) i { background: linear-gradient(145deg, #db4fdf, #9558ef); }
.v2-step-list li:nth-child(3) i { background: linear-gradient(145deg, #729cf7, #416bdf); }
.v2-step-list li > b { position: absolute; right: 22px; top: 26px; display: flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: linear-gradient(100deg,#c247e8,#666ff2); box-shadow: 0 8px 20px rgba(144,72,222,.25); color: white; font-size: 10px; font-weight: 650; }
.v2-step-list li > b .ph-icon { width: 13px; height: 13px; }
.v2-step-list li > em { position: absolute; right: 24px; top: 86px; color: rgba(158,97,235,.16); font-size: 72px; font-style: normal; font-weight: 650; letter-spacing: -.08em; line-height: .75; text-align: right; }
.v2-step-list li > em small { display: block; color: inherit; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.v2-step-list li > div { display: grid; gap: 18px; margin-top: 30px; }
.v2-step-list strong { display: block; font-size: clamp(21px,1.55vw,28px); font-weight: 620; letter-spacing: -.035em; line-height: 1.18; }
.v2-step-list small { display: block; color: #626472; font-size: 13px; line-height: 1.65; }
.v2-step-card-note { display: flex; align-items: center; gap: 8px; min-height: 48px; margin: auto 0 0; padding: 10px 13px; border-radius: 15px; background: rgba(126,87,203,.07); color: #393a47; font-size: 11px; line-height: 1.35; }
.v2-step-card-note .ph-icon { width: 18px; height: 18px; color: #8568eb; }
.v2-step-card-note.is-accent { justify-content: center; background: linear-gradient(100deg,#a43de8,#c64dde 45%,#648ff3); box-shadow: 0 10px 25px rgba(151,70,218,.19); color: white; font-weight: 600; }
.v2-step-cta-bar { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,1.08fr) minmax(250px,.82fr) minmax(310px,1.05fr); gap: 30px; align-items: center; margin-top: 44px; padding: 28px 34px; border: 1px solid rgba(103,77,158,.1); border-radius: 24px; background: rgba(255,255,255,.55); box-shadow: 0 18px 52px rgba(71,50,108,.06); }
.v2-step-cta-bar > div { display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: center; min-height: 64px; padding-left: 26px; border-left: 1px solid rgba(79,67,109,.12); }
.v2-step-cta-bar p { margin: 0; color: #454653; font-size: 13px; line-height: 1.5; }
.v2-step-cta-bar p strong { display: block; color: var(--v2-ink); font-size: 14px; line-height: 1.4; }
.v2-step-cta-bar p small { display: block; margin-top: 3px; color: #676978; font-size: 11px; }
.v2-step-cta-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(145deg,rgba(206,95,245,.12),rgba(92,143,244,.14)); color: #9860ed; font-size: 27px; }
.v2-step-cta-bar .v2-button { width: 100%; max-width: 100%; min-height: 62px; color: #fff; font-size: 14px; }

.v2-about {
  background:
    linear-gradient(180deg, rgba(9,11,19,.9), rgba(5,7,13,.84)),
    var(--v2-dark-art) center 52% / max(100%, 1054px) auto no-repeat,
    #05070d;
}
.v2-about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(52px, 7vw, 110px); align-items: center; }
.v2-about-collage { position: relative; min-height: 620px; }
.v2-about-collage figure { margin: 0; overflow: hidden; border: 1px solid var(--v2-line); background: #111; }
.v2-about-collage img { width: 100%; height: 100%; object-fit: cover; }
.v2-photo-main { position: absolute; inset: 0 18% 12% 0; border-radius: 20px; }
.v2-photo-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 44%; border-radius: 16px; box-shadow: 0 22px 64px rgba(0,0,0,.38); }
.v2-year-stamp { position: absolute; left: 6%; bottom: 3%; display: flex; align-items: center; gap: 14px; min-width: 220px; padding: 15px 20px; border: 1px solid rgba(189,112,251,.5); border-radius: 14px; background: rgba(7,9,17,.84); backdrop-filter: blur(14px); }
.v2-year-stamp strong { color: #c06ff7; font-size: 24px; }.v2-year-stamp span { color: var(--v2-muted); font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.v2-about-copy > p:not(.v2-kicker) { color: var(--v2-muted); }
.v2-large-copy { margin: 30px 0; font-size: 17px; line-height: 1.75; }
.v2-about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0 38px; }
.v2-about-facts div { padding-left: 16px; border-left: 1px solid rgba(195,112,250,.4); }
.v2-about-facts strong { display: block; color: #c376f5; font-size: 30px; font-weight: 520; }.v2-about-facts span { color: var(--v2-muted); font-size: 11px; line-height: 1.35; }
.v2-text-link { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid rgba(193,116,245,.55); font-weight: 560; }.v2-text-link span { color: var(--v2-cyan); transition: transform .2s ease; }.v2-text-link:hover span { transform: translate(3px,-3px); }

.v2-teachers { background: #f7f5fa; color: var(--v2-ink); }
.v2-teachers .v2-heading-row > p { color: #676a76; }
.v2-teachers .v2-carousel-controls button { color: var(--v2-ink); border-color: rgba(43,46,62,.22); }
.v2-teacher { flex: 0 0 clamp(270px, 25vw, 350px); scroll-snap-align: start; }
.v2-teacher > img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center top; border-radius: 15px; filter: saturate(.82); transition: filter .25s ease, transform .35s ease; }
.v2-teacher:hover > img { filter: saturate(1); transform: translateY(-4px); }
.v2-teacher > div { padding: 20px 4px 0; }.v2-teacher strong { display: block; font-size: 21px; font-weight: 600; }.v2-teacher p { margin: 8px 0 0; color: #666974; font-size: 14px; line-height: 1.55; }

.v2-reviews {
  background:
    linear-gradient(145deg, rgba(8,10,19,.91), rgba(11,13,26,.81) 64%, rgba(17,19,42,.9)),
    var(--v2-dark-art) center 76% / max(100%, 1054px) auto no-repeat,
    #080a13;
}
.v2-review-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.v2-review-copy > p:not(.v2-kicker) { max-width: 520px; color: var(--v2-muted); }
.v2-ratings { display: flex; gap: 12px; margin-top: 34px; }
.v2-ratings a { display: grid; grid-template-columns: auto 1fr; gap: 1px 14px; min-width: 210px; padding: 17px 20px; border: 1px solid var(--v2-line); border-radius: 14px; background: rgba(255,255,255,.035); transition: transform .2s ease, border-color .2s ease; }
.v2-ratings a:hover { transform: translateY(-3px); border-color: rgba(192,111,249,.65); }
.v2-ratings strong { grid-row: span 2; font-size: 34px; font-weight: 520; }.v2-ratings span { color: #ffbf33; letter-spacing: .05em; }.v2-ratings small { color: var(--v2-muted); font-size: 10px; }
.v2-review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.v2-review-cards blockquote { position: relative; min-height: 210px; margin: 0; padding: 28px; border: 1px solid var(--v2-line); border-radius: 18px; background: rgba(255,255,255,.035); }
.v2-review-cards blockquote:first-child { grid-row: span 2; min-height: 436px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, rgba(10,12,24,.96), rgba(9,11,22,.4)), url('/assets/site/mf-home-stage.webp') center / cover; }
.v2-review-cards blockquote > span { color: #bb6df3; font-size: 56px; line-height: .7; }.v2-review-cards p { font-size: 15px; line-height: 1.7; }.v2-review-cards footer { color: var(--v2-muted); font-size: 12px; }

.v2-conviction { position: relative; padding: 34px 0; scroll-margin-top: 88px; border-block: 1px solid var(--v2-line); background: radial-gradient(circle at 82% 50%, rgba(128,71,218,.2), transparent 34%), #080a14; }
.v2-conviction-inner { display: grid; grid-template-columns: 180px minmax(240px, 1fr) minmax(420px, 1.35fr) 250px; gap: 34px; align-items: center; min-height: 168px; padding: 28px 34px; border: 1px solid rgba(183,194,235,.15); border-radius: 20px; background: linear-gradient(100deg, rgba(13,16,31,.94), rgba(17,14,37,.78)), var(--v2-dark-art) center 68% / cover no-repeat; box-shadow: 0 20px 64px rgba(0,0,0,.2); }
.v2-conviction-photos { position: relative; height: 112px; }
.v2-conviction-photos figure { position: absolute; width: 102px; height: 78px; margin: 0; overflow: hidden; border: 2px solid rgba(255,255,255,.72); border-radius: 4px; background: #121522; box-shadow: 0 12px 24px rgba(0,0,0,.34); }
.v2-conviction-photos figure:first-child { left: 2px; top: 2px; transform: rotate(-2deg); }
.v2-conviction-photos figure:last-child { right: 2px; bottom: 0; transform: rotate(2.5deg); }
.v2-conviction-photos img { width: 100%; height: 100%; object-fit: cover; }
.v2-conviction-copy h2 { margin: 0; font-size: 23px; font-weight: 520; letter-spacing: -.025em; line-height: 1.22; }
.v2-conviction-copy p { margin: 9px 0 0; color: var(--v2-muted); font-size: 12px; line-height: 1.55; }
.v2-conviction-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.v2-conviction-stats div { min-height: 82px; padding: 10px 20px; border-left: 1px solid var(--v2-line); }
.v2-conviction-stats strong { display: block; color: transparent; background: linear-gradient(100deg, #d05af0, #58c6f7); -webkit-background-clip: text; background-clip: text; font-size: 24px; font-weight: 520; letter-spacing: -.035em; white-space: nowrap; }
.v2-conviction-stats span { display: block; margin-top: 6px; color: var(--v2-muted); font-size: 10px; line-height: 1.35; }
.v2-conviction-cta { width: 100%; border-color: rgba(221,173,255,.24); background: linear-gradient(100deg, #923ce9 0%, #c954e8 58%, #64bff2 100%); box-shadow: 0 12px 32px rgba(168,85,247,.26); }
.v2-conviction-cta::before { display: none; }

.v2-legal-body { background: #070914; }
.v2-legal {
  min-height: 100vh;
  padding: 154px 0 112px;
  background:
    linear-gradient(180deg, rgba(7,9,20,.8), rgba(7,9,20,.94)),
    var(--v2-dark-art) center top / max(100%, 1054px) auto no-repeat,
    #070914;
}
.v2-legal .v2-breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 44px; color: var(--v2-muted); font-size: 13px; }
.v2-legal .v2-breadcrumb:hover { color: var(--v2-text); }
.v2-legal .v2-breadcrumb .ph-icon { width: 16px; height: 16px; }
.v2-legal h1 { max-width: 1060px; margin: 18px 0 14px; font-size: clamp(42px, 6vw, 76px); font-weight: 520; letter-spacing: -.055em; line-height: 1.03; }
.v2-legal-date { margin: 0; color: var(--v2-muted); font-size: 13px; }
.v2-legal-content { max-width: 960px; margin-top: 64px; }
.v2-legal-intro { margin: 0 0 36px; color: rgba(244,244,250,.86); font-size: 19px; line-height: 1.7; }
.v2-legal-content section { padding: 34px 0; border-top: 1px solid var(--v2-line); }
.v2-legal-content h2 { margin: 0 0 16px; font-size: clamp(24px, 3vw, 34px); font-weight: 520; letter-spacing: -.035em; line-height: 1.18; }
.v2-legal-content p, .v2-legal-content li { color: var(--v2-muted); font-size: 15px; line-height: 1.75; }
.v2-legal-content p { margin: 12px 0; }
.v2-legal-content ul, .v2-legal-content ol { display: grid; gap: 8px; margin: 16px 0; padding-left: 24px; }
.v2-legal-content a { color: #d67af2; text-decoration: underline; text-decoration-color: rgba(214,122,242,.45); text-underline-offset: 3px; }

.v2-offer {
  position: relative;
  padding: 108px 0 96px;
  overflow: hidden;
  border-block: 1px solid var(--v2-line);
  background:
    linear-gradient(180deg, rgba(6,8,17,.89), rgba(7,9,20,.78) 48%, rgba(7,9,18,.92)),
    var(--v2-dark-art) center top / max(100%, 1054px) auto no-repeat,
    #060811;
}
.v2-offer::before { content: ""; position: absolute; inset: 40% -12% -12% 28%; background: radial-gradient(circle at 70% 52%, rgba(108,65,222,.2), transparent 44%), radial-gradient(circle at 44% 82%, rgba(220,75,233,.12), transparent 38%); pointer-events: none; }
.v2-offer > .v2-container { position: relative; }
.v2-offer-faq { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(520px,1.32fr); gap: clamp(70px,9vw,150px); align-items: start; padding-bottom: 96px; }
.v2-offer-faq-intro { position: sticky; top: 126px; }
.v2-offer-faq-intro h2, .v2-offer-heading h2 { margin: 0; color: transparent; background: linear-gradient(105deg,#dc5dec 4%,#9f70f4 48%,#55c7f7 94%); -webkit-background-clip: text; background-clip: text; font-size: clamp(48px,5.6vw,76px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.v2-offer-faq-intro > p:not(.v2-kicker) { max-width: 310px; margin: 30px 0 0; color: var(--v2-muted); font-size: 14px; line-height: 1.75; }
.v2-offer-accordion { display: grid; gap: 10px; }
.v2-offer-accordion details { overflow: hidden; border: 1px solid rgba(183,194,235,.16); border-radius: 14px; background: linear-gradient(115deg,rgba(12,15,29,.72),rgba(12,15,28,.46)); transition: border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.v2-offer-accordion details[open] { border-color: rgba(202,91,238,.72); background: linear-gradient(120deg,rgba(22,14,38,.78),rgba(9,13,27,.74)); box-shadow: inset 0 0 36px rgba(104,53,173,.08), 0 14px 44px rgba(0,0,0,.12); }
.v2-offer-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 68px; padding: 18px 22px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 500; }
.v2-offer-accordion summary::-webkit-details-marker { display: none; }
.v2-offer-accordion summary span { position: relative; flex: 0 0 auto; width: 22px; height: 22px; }
.v2-offer-accordion summary span::before, .v2-offer-accordion summary span::after { content: ""; position: absolute; left: 4px; right: 4px; top: 10px; height: 1px; background: #e4dcf2; transition: transform .2s ease, opacity .2s ease; }
.v2-offer-accordion summary span::after { transform: rotate(90deg); }
.v2-offer-accordion details[open] summary { color: #dd75f2; }
.v2-offer-accordion details[open] summary span::after { transform: rotate(0); opacity: 0; }
.v2-offer-accordion details > div { display: grid; grid-template-rows: 0fr; padding: 0 22px; opacity: 0; transition: grid-template-rows .32s cubic-bezier(.2,.72,.2,1), padding .32s ease, opacity .22s ease; }
.v2-offer-accordion details[open] > div { grid-template-rows: 1fr; padding-bottom: 22px; opacity: 1; }
.v2-offer-accordion details p { max-width: 780px; min-height: 0; margin: 0; overflow: hidden; color: var(--v2-muted); font-size: 13px; line-height: 1.72; }
.v2-offer-pricing { padding-top: 88px; border-top: 1px solid var(--v2-line); }
.v2-offer-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.v2-offer-heading .v2-kicker { justify-content: center; }
.v2-offer-heading h2 { font-size: clamp(46px,5vw,68px); line-height: 1.02; }
.v2-offer-heading > p:last-child { max-width: 660px; margin: 18px auto 0; color: var(--v2-muted); font-size: 14px; line-height: 1.7; }
.v2-price-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 16px; align-items: stretch; }
.v2-price-grid.has-five { grid-template-columns: repeat(6,minmax(0,1fr)); }
.v2-price-grid.has-five .v2-price-card { grid-column: span 2; }
.v2-price-grid.has-five .v2-price-card:nth-last-child(2) { grid-column: 2 / span 2; }
.v2-price-grid.has-five .v2-price-card:last-child { grid-column: 4 / span 2; }
.v2-price-card { position: relative; display: flex; flex-direction: column; min-height: 410px; padding: 28px 26px 24px; overflow: hidden; border: 1px solid rgba(183,194,235,.16); border-radius: 18px; background: linear-gradient(145deg,rgba(14,17,31,.84),rgba(8,11,22,.75)); box-shadow: 0 22px 54px rgba(0,0,0,.16); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.v2-price-card::before { content: ""; position: absolute; inset: auto -25% -30% 20%; height: 54%; background: radial-gradient(circle,rgba(147,69,232,.15),transparent 65%); pointer-events: none; }
.v2-price-card:hover { transform: translateY(-5px); border-color: rgba(195,108,247,.48); box-shadow: 0 28px 68px rgba(0,0,0,.24); }
.v2-price-card.is-featured { border-color: transparent; background: linear-gradient(145deg,rgba(18,16,37,.95),rgba(8,13,25,.92)) padding-box,linear-gradient(135deg,#dc59ee,#9b60f0 48%,#4bc7f6) border-box; box-shadow: 0 24px 74px rgba(99,47,172,.2); }
.v2-price-card > b { position: absolute; left: 50%; top: 0; transform: translate(-50%,-1px); padding: 5px 18px; border-radius: 0 0 999px 999px; background: linear-gradient(100deg,#b34eea,#58bdf5); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.v2-price-card-head { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; min-height: 64px; }
.v2-price-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(202,104,246,.38); border-radius: 50%; color: #d36ff4; background: radial-gradient(circle,rgba(176,75,229,.18),transparent 68%); box-shadow: 0 0 28px rgba(168,85,247,.12); }
.v2-price-icon .ph-icon { width: 25px; height: 25px; }
.v2-price-card h3 { margin: 0; font-size: 18px; font-weight: 520; line-height: 1.32; }
.v2-price-card > strong { display: block; margin-top: 28px; color: transparent; background: linear-gradient(100deg,#dc62ee,#5dc4f6); -webkit-background-clip: text; background-clip: text; font-size: clamp(32px,2.5vw,41px); font-weight: 520; letter-spacing: -.045em; line-height: 1; white-space: nowrap; }
.v2-price-card > small { min-height: 20px; margin-top: 8px; color: var(--v2-muted); font-size: 11px; }
.v2-price-card ul { position: relative; z-index: 1; display: grid; align-content: start; gap: 12px; margin: 23px 0 26px; padding: 0; list-style: none; }
.v2-price-card li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; color: rgba(229,231,242,.72); font-size: 13px; line-height: 1.45; }
.v2-price-card li .ph-icon { width: 17px; height: 17px; color: #d36cf3; }
.v2-price-card .v2-button { position: relative; z-index: 1; width: 100%; min-height: 52px; margin-top: auto; padding-left: 20px; gap: 10px; font-size: 12px; }

.v2-lead-section { background: #f4f2f7; color: var(--v2-ink); }
.v2-lead-shell { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(42px, 5vw, 78px); min-height: 610px; padding: clamp(40px, 5vw, 76px); overflow: hidden; border: 1px solid rgba(92,198,248,.35); border-radius: 28px; background: linear-gradient(100deg, rgba(13,10,31,.98) 0%, rgba(18,14,44,.94) 44%, rgba(19,12,43,.64) 72%, rgba(8,9,18,.2)), url('/assets/site/mf-piano-form-v2.webp') center / cover; color: var(--v2-text); box-shadow: 0 24px 72px rgba(32,23,60,.2), inset 0 0 80px rgba(100,53,208,.1); }
.v2-lead-shell::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(110,54,217,.1), transparent 48%), radial-gradient(circle at 18% 24%, rgba(176,69,232,.18), transparent 34%); pointer-events: none; }
.v2-lead-shell::after { content: ""; position: absolute; right: -10%; top: -20%; width: 55%; height: 120%; background: radial-gradient(circle, rgba(70,177,243,.19), transparent 64%); pointer-events: none; }
.v2-lead-copy, .v2-form, .v2-success { position: relative; z-index: 1; }
.v2-gradient-text { color: transparent; background: linear-gradient(95deg, #f6f2ff 4%, #d45cf0 48%, #58c8f7 92%); -webkit-background-clip: text; background-clip: text; }
.v2-lead-copy > p:not(.v2-kicker) { max-width: 480px; color: rgba(224,224,239,.78); }.v2-lead-copy ul { margin: 28px 0; padding: 0; list-style: none; }.v2-lead-copy li { position: relative; margin: 13px 0; padding-left: 28px; color: rgba(245,247,255,.86); font-size: 14px; }.v2-lead-copy li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #bb6df3; border-radius: 50%; color: #c96ff6; font-size: 10px; }
.v2-handwriting { margin-top: 42px; color: #d0a2f6; font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: 1.25; transform: rotate(-4deg); }
.v2-form { align-self: center; display: grid; gap: 14px; padding: 30px; border: 1px solid rgba(183,194,235,.24); border-radius: 20px; background: linear-gradient(145deg, rgba(7,8,19,.78), rgba(22,16,46,.67)); box-shadow: 0 20px 64px rgba(0,0,0,.28); backdrop-filter: blur(18px) saturate(1.15); }
.v2-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v2-form label > span, .v2-form legend { display: block; margin: 0 0 6px; color: rgba(245,247,255,.66); font-size: 11px; }
.v2-form input:not([type="radio"]):not([type="checkbox"]), .v2-form select, .v2-form textarea { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid rgba(184,192,226,.31); border-radius: 10px; outline: none; background: rgba(6,7,18,.55); color: white; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.v2-form textarea { min-height: 88px; padding-block: 13px; resize: vertical; }
.v2-form input::placeholder, .v2-form textarea::placeholder { color: rgba(222,225,239,.42); }
.v2-form input:focus, .v2-form select:focus, .v2-form textarea:focus { border-color: rgba(93,198,248,.75); background: rgba(255,255,255,.07); box-shadow: 0 0 0 3px rgba(56,189,248,.08); }
.v2-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #a5a8b8 50%), linear-gradient(135deg, #a5a8b8 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.v2-form select option { background: #101322; color: white; }
.v2-choice-row fieldset { margin: 0; padding: 0; border: 0; }.v2-choice-row fieldset > label { display: inline-flex; margin-right: 6px; }.v2-choice-row input { position: absolute; opacity: 0; pointer-events: none; }.v2-choice-row label span { min-width: 92px; margin: 0; padding: 9px 13px; border: 1px solid rgba(184,192,226,.23); border-radius: 999px; color: rgba(245,247,255,.68); text-align: center; cursor: pointer; }.v2-choice-row input:checked + span { border-color: #a75af0; background: rgba(168,85,247,.17); color: white; }
.v2-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }.v2-consent input { appearance: none; width: 18px; height: 18px; margin: 1px 0 0; border: 1px solid rgba(196,116,247,.75); border-radius: 4px; }.v2-consent input:checked { background: #a755f2; box-shadow: inset 0 0 0 4px #171326; }.v2-consent > span { margin: 0 !important; }.v2-consent a { color: #d180f7; text-decoration: underline; text-underline-offset: 2px; }
.v2-submit { width: 100%; margin-top: 2px; border: 0; }
.v2-submit-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 11px; opacity: 0; pointer-events: none; font-weight: 650; }
.v2-loader-spinner { width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.34); border-top-color: #fff; border-radius: 50%; animation: v2LoaderSpin .7s linear infinite; }
.v2-submit.is-loading { cursor: wait; }
.v2-submit.is-loading .v2-submit-label, .v2-submit.is-loading .v2-button-arrow { opacity: 0; visibility: hidden; }
.v2-submit.is-loading .v2-submit-loader { opacity: 1; }
.v2-form-status { min-height: 0; margin: 0; color: #ffb1bd; font-size: 12px; }.v2-form-status:empty { display: none; }
.v2-form [aria-invalid="true"] { border-color: #ff7890 !important; }
.field-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.v2-success { display: none; align-self: center; justify-items: center; text-align: center; }.v2-success.active { display: grid; }.v2-success > span { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(145deg,#a956f1,#3cbdf6); font-size: 52px; }.v2-success h3 { margin: 20px 0 4px; font-size: 34px; }.v2-success p { color: var(--v2-muted); }.v2-success [data-reset-form] { justify-content: center; padding-inline: 26px; text-align: center; }

.v2-contacts { background: #f4f2f7; color: var(--v2-ink); padding: 58px 0; }
.v2-contact-grid { display: grid; grid-template-columns: .84fr .72fr 1.08fr; gap: 36px; align-items: center; padding: 42px; border: 1px solid rgba(35,37,52,.13); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 20px 60px rgba(39,31,65,.07); }
.v2-contact-heading > p:not(.v2-kicker) { max-width: 390px; margin: 18px 0 0; color: #676a76; font-size: 13px; line-height: 1.6; }
.v2-contact-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.v2-contact-actions a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 13px; border: 1px solid rgba(93,65,132,.18); border-radius: 999px; color: #67408f; font-size: 11px; font-weight: 600; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.v2-contact-actions a:hover { transform: translateY(-2px); border-color: rgba(168,85,247,.5); background: rgba(168,85,247,.06); }
.v2-contact-list { display: grid; gap: 23px; }.v2-contact-list > * { display: grid; gap: 3px; }.v2-contact-list span { color: #777985; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.v2-contact-list strong { font-size: 15px; }
.v2-contact-grid figure { margin: 0; overflow: hidden; border-radius: 18px; }.v2-contact-grid figure img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }.v2-contact-grid figure:hover img { transform: scale(1.03); }

.v2-footer {
  padding: 46px 0 22px;
  border-top: 1px solid var(--v2-line);
  background:
    linear-gradient(180deg, rgba(5,7,13,.94), rgba(5,7,13,.86)),
    var(--v2-dark-art) center 91% / max(100%, 1054px) auto no-repeat,
    #05070d;
}
.v2-footer-grid { display: grid; grid-template-columns: 1.25fr .68fr .88fr 1fr; gap: 38px; }
.v2-footer-brand img { width: 184px; height: auto; }.v2-footer-brand p { max-width: 300px; margin: 14px 0 0; color: var(--v2-muted); font-size: 12px; line-height: 1.55; }.v2-socials { display: flex; gap: 9px; margin-top: 17px; }.v2-socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--v2-line-strong); border-radius: 50%; font-size: 10px; }.v2-socials .ph-icon { width: 17px; height: 17px; }
.v2-footer nav, .v2-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.v2-footer nav strong, .v2-footer-contact > strong { margin-bottom: 8px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.v2-footer nav a, .v2-footer nav button, .v2-footer-contact a { padding: 0; border: 0; background: none; color: var(--v2-muted); font-size: 12px; cursor: pointer; }.v2-footer nav a:hover, .v2-footer nav button:hover, .v2-footer-contact a:hover { color: white; }.v2-footer-contact > span { color: var(--v2-muted); font-size: 12px; }.v2-footer-contact .v2-footer-telegram { margin-top: 8px; padding: 10px 16px; border: 1px solid rgba(198,111,247,.48); border-radius: 999px; color: rgba(245,247,255,.88); }.v2-footer-contact small { margin-top: 8px; color: #75798c; font-size: 10px; }
.v2-copyright { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--v2-line); color: #6e7283; font-size: 10px; }.v2-copyright > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }.v2-copyright a, .v2-copyright button { color: inherit; font-size: inherit; line-height: inherit; transition: color .2s ease; }.v2-copyright a:hover, .v2-copyright button:hover { color: white; }.v2-copyright button { padding: 0; border: 0; background: none; cursor: pointer; }

.v2-direction-body .v2-header { background: rgba(5,7,13,.5); border-color: var(--v2-line); backdrop-filter: blur(14px); }
.v2-direction-hero { position: relative; min-height: 800px; padding: 176px 0 88px; overflow: hidden; isolation: isolate; }
.v2-direction-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #05070d 0%, rgba(5,7,13,.9) 42%, rgba(5,7,13,.22) 76%), linear-gradient(0deg, #05070d 0%, transparent 45%, rgba(5,7,13,.35)); }
.v2-direction-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 250px; background: linear-gradient(transparent, #05070d); }
.v2-direction-hero-image { position: absolute; inset: 0; z-index: -3; background: var(--direction-hero) var(--direction-position,center) / cover no-repeat; filter: saturate(.88) contrast(1.07); animation: v2HeroDrift 16s ease-in-out infinite alternate; }
.v2-direction-hero-inner { display: flex; min-height: 530px; flex-direction: column; align-items: flex-start; justify-content: center; }
.v2-breadcrumb { display: inline-flex; gap: 12px; align-items: center; margin-bottom: 52px; color: var(--v2-muted); font-size: 12px; }.v2-breadcrumb span { color: var(--v2-cyan); }
.v2-direction-hero h1 { max-width: 820px; margin: 0; font-size: clamp(58px, 6.8vw, 104px); font-weight: 520; letter-spacing: -.065em; line-height: .95; }
.v2-direction-hero-inner > p:not(.v2-kicker):not(.v2-trial-note) { max-width: 620px; margin: 30px 0; color: rgba(245,247,255,.8); font-size: 19px; line-height: 1.65; }
.v2-direction-actions { display: flex; align-items: center; gap: 28px; }.v2-direction-actions > a:last-child { color: rgba(245,247,255,.74); font-size: 13px; }
.v2-direction-hero .v2-trial-note { margin-top: 22px; }

.v2-direction-intro { position: relative; padding: 112px 0; overflow: hidden; background: radial-gradient(circle at 81% 38%,rgba(155,71,232,.12),transparent 31%),linear-gradient(rgba(7,9,18,.76),rgba(7,9,18,.9)),var(--v2-dark-art) center / max(100%,1200px) auto no-repeat,#070912; color: var(--v2-text); }
.v2-direction-intro::before { content: ""; position: absolute; inset: 0; opacity: .2; background: repeating-radial-gradient(ellipse at -8% 36%,transparent 0 44px,rgba(177,151,235,.18) 45px,transparent 46px 72px); pointer-events: none; }
.v2-direction-intro > .v2-container { position: relative; display: grid; grid-template-columns: minmax(330px,.72fr) minmax(620px,1.28fr); gap: clamp(48px,5vw,80px); align-items: center; }
.v2-direction-intro-copy .v2-kicker { display: flex; align-items: center; gap: 16px; color: #cd82f8; }
.v2-direction-intro-copy .v2-kicker::before { content: "✦"; font-size: 15px; }
.v2-direction-intro-copy .v2-kicker::after { content: ""; width: min(116px,24%); height: 1px; background: linear-gradient(90deg,#c875f6,transparent); }
.v2-direction-intro h2, .v2-direction-section-head h2, .v2-direction-stage h2, .v2-direction-review h2, .v2-direction-faq h2, .v2-other-directions h2 { margin: 0; font-size: clamp(40px,4.2vw,64px); font-weight: 520; letter-spacing: -.05em; line-height: 1.02; }
.v2-direction-intro h2 span { color: transparent; background: linear-gradient(92deg,#d16ff2,#a96cf4 52%,#dba0fa); -webkit-background-clip: text; background-clip: text; }
.v2-direction-intro-copy > p:not(.v2-kicker) { max-width: 490px; margin: 30px 0 0; color: rgba(232,232,242,.75); font-size: 17px; line-height: 1.75; }
.v2-direction-outcomes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.v2-direction-outcomes article { position: relative; display: flex; min-height: 338px; padding: 34px 30px 30px; overflow: hidden; border: 1px solid rgba(202,134,244,.65); border-radius: 24px; background: #0b0d18; box-shadow: 0 18px 60px rgba(73,24,111,.16),inset 0 0 48px rgba(184,83,236,.06); isolation: isolate; }
.v2-direction-outcomes article:last-child { grid-column: 1 / -1; min-height: 286px; }
.v2-direction-outcomes article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,rgba(7,8,17,.98) 0%,rgba(8,9,19,.68) 55%,rgba(8,9,19,.2) 100%),linear-gradient(90deg,rgba(8,9,18,.88),transparent 78%); }
.v2-direction-outcomes article:last-child::after { background: linear-gradient(90deg,rgba(7,8,17,.98) 0%,rgba(8,9,19,.91) 34%,rgba(8,9,19,.3) 78%),linear-gradient(0deg,rgba(7,8,17,.62),transparent 60%); }
.v2-direction-outcomes img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(.86) contrast(1.04); transition: transform .6s ease,filter .35s ease; }
.v2-direction-outcomes article:last-child img { left: auto; width: 62%; object-position: center; -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.45) 10%,#000 28%); mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.45) 10%,#000 28%); }
.v2-direction-outcomes article:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.06); }
.v2-direction-outcomes .v2-outcome-number { position: absolute; top: 30px; left: 30px; color: #cf82f8; font-size: 14px; font-weight: 720; letter-spacing: .12em; }
.v2-direction-outcomes .v2-outcome-icon { position: absolute; top: 96px; left: 30px; width: 48px; height: 48px; color: #f3eefb; }
.v2-direction-outcomes .v2-outcome-icon.ph-star { color: #e8e2f2; }
.v2-direction-outcomes article > div { align-self: flex-end; position: relative; z-index: 1; max-width: 310px; }
.v2-direction-outcomes h3 { margin: 0 0 12px; color: #f7f5fc; font-size: clamp(25px,2vw,32px); font-weight: 620; letter-spacing: -.035em; line-height: 1.1; }
.v2-direction-outcomes p { margin: 0; color: rgba(235,233,243,.78); font-size: 14px; line-height: 1.6; }

.v2-direction-section-head { display: grid; grid-template-columns: 1fr minmax(300px,.7fr); gap: 20px 60px; align-items: end; margin-bottom: 48px; }.v2-direction-section-head .v2-kicker { grid-column: 1 / -1; margin-bottom: 0; }.v2-direction-section-head > p:last-child { margin: 0; color: var(--v2-muted); font-size: 14px; }

.v2-direction-teachers { padding: 118px 0; background: #f7f5fa; color: var(--v2-ink); }
.v2-direction-teachers .v2-direction-section-head > p:last-child { color: #6b6d77; }
.v2-direction-teacher-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.v2-direction-teacher { overflow: hidden; border: 1px solid rgba(51,45,75,.13); border-radius: 18px; background: white; box-shadow: 0 18px 50px rgba(46,35,73,.06); }
.v2-direction-teacher img { width: 100%; aspect-ratio: 1 / .94; object-fit: cover; object-position: center top; filter: saturate(.86); transition: transform .45s ease, filter .3s ease; }.v2-direction-teacher:hover img { transform: scale(1.025); filter: saturate(1); }.v2-direction-teacher > div { padding: 24px; }.v2-direction-teacher h3 { margin: 0; font-size: 22px; }.v2-direction-teacher p { margin: 11px 0 0; color: #666976; font-size: 13px; line-height: 1.67; }
.v2-direction-teacher-layout { display: grid; grid-template-columns: minmax(300px,.74fr) minmax(520px,1.26fr); gap: 22px; align-items: stretch; }
.v2-direction-teachers.has-education .v2-direction-teacher-grid { grid-template-columns: 1fr; }
.v2-direction-education { padding: 30px; border: 1px solid rgba(51,45,75,.13); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 18px 50px rgba(46,35,73,.05); }
.v2-direction-education .v2-kicker { margin-bottom: 18px; color: #a458ec; }
.v2-direction-education > div { display: grid; }
.v2-direction-education article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(52,45,79,.12); }
.v2-direction-education article > span { color: #a458ec; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.v2-direction-education h3 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; }
.v2-direction-education p { margin: 8px 0 0; color: #666976; font-size: 13px; line-height: 1.6; }

.v2-direction-stage { padding: 80px 0; background: linear-gradient(rgba(7,9,18,.91),rgba(7,9,18,.88)), var(--v2-dark-art) center 54% / max(100%, 1054px) auto no-repeat, #070912; }
.v2-direction-stage > .v2-container { display: grid; grid-template-columns: .9fr 1.1fr auto; gap: 50px; align-items: center; padding: 34px; border: 1px solid var(--v2-line); border-radius: 22px; background: radial-gradient(circle at 85% 50%,rgba(154,64,226,.2),transparent 34%),#0c0e1c; }
.v2-direction-stage p:not(.v2-kicker) { color: var(--v2-muted); }.v2-direction-stage img { width: 100%; height: 220px; object-fit: cover; border-radius: 15px; }.v2-direction-stage .v2-button { white-space: nowrap; }

.v2-direction-prices { padding: 118px 0; background: #f7f5fa; color: var(--v2-ink); }
.v2-direction-prices .v2-direction-section-head > p:last-child { color: #696b77; }
.v2-direction-price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.v2-direction-price-grid article { display: grid; min-height: 220px; padding: 26px; border: 1px solid rgba(58,47,85,.15); border-radius: 18px; background: white; }.v2-direction-price-grid article.is-featured { border-color: transparent; background: linear-gradient(#fff,#fff) padding-box,linear-gradient(130deg,#d858ef,#54c7f8) border-box; box-shadow: 0 18px 46px rgba(113,63,186,.11); }.v2-direction-price-grid span { color: #6b6d78; font-size: 13px; }.v2-direction-price-grid strong { align-self: end; font-size: 31px; font-weight: 560; letter-spacing: -.04em; }.v2-direction-price-grid small { color: #777986; }

.v2-direction-trust { padding: 118px 0; background: linear-gradient(135deg,rgba(7,9,18,.92),rgba(12,14,32,.82)), var(--v2-dark-art) center 82% / max(100%, 1054px) auto no-repeat, #070912; }
.v2-direction-trust > .v2-container { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.v2-direction-trust.is-review-only > .v2-container { grid-template-columns: minmax(0,900px); justify-content: center; }
.v2-direction-review blockquote { margin: 36px 0 28px; padding: 28px; border: 1px solid var(--v2-line); border-radius: 18px; background: rgba(255,255,255,.035); font-size: 17px; line-height: 1.7; }.v2-direction-review > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.v2-direction-review a { display: grid; gap: 4px; padding: 18px; border: 1px solid var(--v2-line); border-radius: 14px; }.v2-direction-review a:hover { border-color: rgba(190,108,248,.65); }.v2-direction-review a strong { color: #ffc033; }.v2-direction-review a span { color: var(--v2-muted); font-size: 10px; }
.v2-direction-faq details { border-bottom: 1px solid var(--v2-line); }.v2-direction-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 21px 0; font-weight: 600; cursor: pointer; list-style: none; }.v2-direction-faq summary::-webkit-details-marker { display: none; }.v2-direction-faq summary span { color: #c06cf4; font-size: 22px; transition: transform .2s ease; }.v2-direction-faq details[open] summary span { transform: rotate(45deg); }.v2-direction-faq details p { margin: -3px 0 20px; color: var(--v2-muted); font-size: 13px; line-height: 1.65; }

.v2-other-directions { padding: 96px 0; background: #f7f5fa; color: var(--v2-ink); }.v2-other-directions > .v2-container > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 28px; margin-top: 38px; border-top: 1px solid rgba(50,45,71,.16); }.v2-other-directions a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 4px; border-bottom: 1px solid rgba(50,45,71,.16); font-weight: 600; }.v2-other-directions a span { color: #9e57ea; transition: transform .2s ease; }.v2-other-directions a:hover span { transform: translate(3px,-3px); }

.v2-cookie { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; width: min(590px, calc(100% - 44px)); padding: 20px; overflow: hidden; border: 1px solid var(--v2-line-strong); border-radius: 16px; background: rgba(10,13,25,.95); box-shadow: 0 24px 80px rgba(0,0,0,.42); backdrop-filter: blur(18px); }.v2-cookie strong { font-size: 14px; }.v2-cookie p { margin: 3px 0; color: var(--v2-muted); font-size: 11px; }.v2-cookie a { color: #c576f5; font-size: 10px; }.v2-cookie-actions { display: flex; align-items: center; gap: 8px; }.v2-cookie button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 17px; overflow: hidden; border: 1px solid transparent; border-radius: 11px; background: rgba(255,255,255,.055); color: rgba(245,247,255,.82); font-size: 11px; font-weight: 600; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }.v2-cookie button:hover { transform: translateY(-1px); border-color: rgba(207,164,255,.34); background: rgba(255,255,255,.09); }.v2-cookie button:first-child { border-color: #8c78ee; background: #735edc; color: white; box-shadow: 0 8px 22px rgba(91,72,194,.24); }.v2-cookie button:first-child:hover { border-color: #9b89f2; background: #806be5; }

[data-v2-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-v2-reveal].is-visible { opacity: 1; transform: none; }
@keyframes v2HeroDrift { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-.7%,.5%,0); } }
@keyframes v2LoaderSpin { to { transform: rotate(360deg); } }
@keyframes v2Pulse { to { height: 100%; } }

@media (max-width: 1180px) {
  .v2-container { width: min(var(--v2-container), calc(100% - 56px)); }
  .v2-header-inner { grid-template-columns: 175px 1fr auto; gap: 20px; }.v2-logo { width: 165px; }.v2-nav { gap: 18px; }.v2-nav a { font-size: 12px; }.v2-header-actions { gap: 12px; }.v2-header-phone { font-size: 12px; }.v2-header-actions .v2-button { padding-left: 18px; font-size: 12px; }
  .v2-hero-copy { width: 62%; }.v2-hero-pulse { display: none; }
  .v2-proof article { grid-template-columns: 38px 1fr; padding-inline: 18px; }.v2-proof-icon { width: 38px; height: 38px; font-size: 18px; }
  .v2-step-list { gap: 14px; }.v2-step-list li { min-height: 470px; padding-inline: 22px; }.v2-step-list strong { font-size: 21px; }.v2-step-list li > em { right: 18px; font-size: 62px; }.v2-step-cta-bar { grid-template-columns: minmax(280px,1fr) repeat(2,minmax(220px,.8fr)); gap: 18px; padding-inline: 24px; }.v2-step-cta-bar > div { padding-left: 18px; }
  .v2-review-grid { gap: 44px; }.v2-ratings { flex-direction: column; }.v2-ratings a { max-width: 260px; }
  .v2-conviction-inner { grid-template-columns: 150px minmax(210px,1fr) minmax(360px,1.4fr); gap: 24px; }.v2-conviction-cta { grid-column: 2 / -1; justify-self: end; width: min(280px,100%); }.v2-conviction-photos { grid-row: span 2; }.v2-conviction-stats div { padding-inline: 14px; }
  .v2-offer-faq { grid-template-columns: minmax(260px,.62fr) minmax(480px,1.38fr); gap: 64px; }
  .v2-lead-shell { gap: 38px; }.v2-footer-grid { gap: 36px; }
  .v2-direction-intro > .v2-container { grid-template-columns: minmax(280px,.66fr) minmax(560px,1.34fr); gap: 48px; }.v2-direction-outcomes article { min-height: 315px; }.v2-direction-outcomes article:last-child { min-height: 286px; }.v2-direction-stage > .v2-container { grid-template-columns: .85fr 1.15fr; }.v2-direction-stage .v2-button { grid-column: 1 / -1; justify-self: end; width: 280px; }.v2-direction-price-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .v2-container { width: min(100% - 40px, 720px); }
  .v2-header-inner { grid-template-columns: 1fr auto; min-height: 72px; }.v2-logo { width: 145px; }.v2-nav, .v2-header-actions { display: none; }.v2-menu-button { display: block; }
  .v2-mobile-menu.open { display: flex; position: fixed; inset: 72px 0 auto; flex-direction: column; gap: 0; padding: 20px; border-top: 1px solid var(--v2-line); background: rgba(5,7,13,.97); backdrop-filter: blur(20px); }.v2-mobile-menu > a:not(.v2-button) { padding: 14px 4px; border-bottom: 1px solid var(--v2-line); }.v2-mobile-menu .v2-button { margin-top: 18px; background: linear-gradient(100deg,#9c4fea,#3bbef7); }
  .v2-hero { min-height: 1020px; padding-top: 142px; }.v2-hero-photo { background-position: 67% center; opacity: .88; }.v2-hero-subject { background-position: 67% center; -webkit-mask-image: radial-gradient(ellipse 39% 67% at 76% 49%, #000 0 54%, rgba(0,0,0,.9) 66%, transparent 84%); mask-image: radial-gradient(ellipse 39% 67% at 76% 49%, #000 0 54%, rgba(0,0,0,.9) 66%, transparent 84%); }.v2-hero-photo::before { background: linear-gradient(90deg,#05070d 0%,rgba(5,7,13,.76) 44%,rgba(5,7,13,.16)),linear-gradient(0deg,#05070d 2%,transparent 52%,rgba(5,7,13,.4)); }.v2-hero-inner { min-height: 620px; align-items: flex-start; padding-top: 28px; }.v2-hero-copy { width: 78%; }.v2-proof { margin-top: 30px; }
  .v2-proof { grid-template-columns: 1fr 1fr; }.v2-proof article:nth-child(3)::before { display: none; }.v2-proof article:nth-child(n+3) { border-top: 1px solid var(--v2-line); }
  .v2-heading-row { grid-template-columns: 1fr auto; }.v2-heading-row > p { grid-column: 1 / -1; grid-row: 2; max-width: 600px; }.v2-heading-row .v2-carousel-controls { grid-column: 2; grid-row: 1; }
  .v2-steps-grid, .v2-about-grid, .v2-review-grid, .v2-lead-shell, .v2-contact-grid { grid-template-columns: 1fr; }
  .v2-steps-grid { gap: 36px; }.v2-steps .v2-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 34px; align-items: end; }.v2-steps .v2-section-heading .v2-kicker { grid-column: 1 / -1; }.v2-steps-intro { max-width: 620px; margin: 0; }.v2-step-list { padding-block: 16px; }.v2-step-list li { min-height: 450px; padding: 24px 20px 22px; }.v2-step-list li.is-featured { min-height: 496px; }.v2-step-list i { width: 62px; height: 62px; margin-top: 24px; }.v2-step-list li > b { right: 16px; top: 21px; }.v2-step-list li > em { top: 80px; font-size: 54px; }.v2-step-list li > div { margin-top: 26px; }.v2-step-list strong { font-size: 19px; }.v2-step-list small { font-size: 12px; }.v2-step-cta-bar { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px; }.v2-step-cta-bar .v2-button { grid-column: 1 / -1; min-height: 62px; color: #fff; font-size: 15px; letter-spacing: -.01em; }.v2-step-cta-bar > div { padding-left: 18px; }.v2-step-cta-bar > div:first-of-type { border-left: 0; padding-left: 4px; }.v2-step-cta-bar p { color: #3e4050; font-size: 13px; font-weight: 480; }.v2-step-cta-bar p strong { font-size: 15px; font-weight: 650; }.v2-step-cta-bar p small { font-size: 11px; }.v2-about-collage { min-height: 540px; }.v2-about-copy { max-width: 680px; }
  .v2-review-cards { order: -1; }.v2-ratings { flex-direction: row; }.v2-ratings a { max-width: none; }
  .v2-conviction-inner { grid-template-columns: 145px 1fr; }.v2-conviction-photos { grid-row: auto; }.v2-conviction-stats { grid-column: 1 / -1; }.v2-conviction-cta { grid-column: 1 / -1; width: min(320px,100%); justify-self: center; }
  .v2-offer-faq { grid-template-columns: 1fr; gap: 44px; }.v2-offer-faq-intro { position: static; }.v2-price-grid, .v2-price-grid.has-five { grid-template-columns: repeat(2,minmax(0,1fr)); }.v2-price-grid.has-five .v2-price-card, .v2-price-grid.has-five .v2-price-card:nth-last-child(2), .v2-price-grid.has-five .v2-price-card:last-child { grid-column: auto; }
  .v2-lead-shell { gap: 28px; }.v2-form { max-width: 620px; width: 100%; }.v2-handwriting { display: none; }
  .v2-contact-grid { gap: 30px; padding: 34px; }.v2-contact-list { grid-template-columns: repeat(2,1fr); }.v2-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.v2-footer-contact { grid-column: 1 / -1; }
  .v2-direction-hero { min-height: 720px; padding-top: 142px; }.v2-direction-hero::before { background: linear-gradient(90deg,#05070d 0%,rgba(5,7,13,.82) 58%,rgba(5,7,13,.2)),linear-gradient(0deg,#05070d,transparent 60%); }.v2-direction-hero-inner { min-height: 500px; }.v2-direction-hero h1 { max-width: 700px; }
  .v2-direction-intro > .v2-container, .v2-direction-trust > .v2-container { grid-template-columns: 1fr; gap: 52px; }.v2-direction-intro-copy { max-width: 650px; }.v2-direction-outcomes { grid-template-columns: repeat(2,minmax(0,1fr)); }.v2-direction-outcomes article { min-height: 340px; }.v2-direction-outcomes article:last-child { grid-column: 1 / -1; min-height: 270px; }
  .v2-direction-section-head { grid-template-columns: 1fr; }.v2-direction-section-head .v2-kicker { grid-column: auto; }.v2-direction-teacher-grid { grid-template-columns: repeat(2,1fr); }.v2-direction-stage > .v2-container { grid-template-columns: 1fr 1fr; }.v2-direction-stage .v2-button { grid-column: 1 / -1; }
  .v2-direction-teacher-layout { grid-template-columns: 1fr; }.v2-direction-teachers.has-education .v2-direction-teacher-grid { grid-template-columns: minmax(0,440px); }
}

@media (max-width: 620px) {
  .v2-container { width: calc(100% - 36px); }
  .v2-header-inner { width: calc(100% - 32px); }.v2-logo { width: 132px; }
  .v2-hero { min-height: 830px; padding-top: 112px; padding-bottom: 34px; }.v2-hero-photo { background-position: 70% center; opacity: .76; }.v2-hero-subject { background-position: 70% center; opacity: .9; -webkit-mask-image: radial-gradient(ellipse 55% 56% at 70% 35%, #000 0 48%, rgba(0,0,0,.88) 62%, transparent 83%); mask-image: radial-gradient(ellipse 55% 56% at 70% 35%, #000 0 48%, rgba(0,0,0,.88) 62%, transparent 83%); }.v2-hero-photo::before { background: linear-gradient(0deg,#05070d 17%,rgba(5,7,13,.74) 46%,rgba(5,7,13,.18)),linear-gradient(90deg,rgba(5,7,13,.76),rgba(5,7,13,.08)); }.v2-hero-inner { min-height: 555px; align-items: flex-end; }.v2-hero-copy { position: relative; z-index: 1; isolation: isolate; width: 100%; }.v2-hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -22px -10px -26px; border-radius: 22px; background: linear-gradient(105deg,rgba(4,6,12,.94) 0%,rgba(6,8,16,.84) 58%,rgba(7,9,18,.66) 100%); box-shadow: 0 18px 55px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }.v2-kicker { margin-bottom: 14px; font-size: 10px; }.v2-hero h1 { font-size: clamp(50px, 15.4vw, 66px); line-height: .95; }.v2-hero-lead { max-width: 94%; margin: 22px 0 24px; font-size: 16px; }.v2-hero-actions { align-items: stretch; }.v2-hero-actions .v2-button { flex: 1; min-height: 58px; gap: 10px; padding-left: 18px; font-size: 13px; }.v2-video-link { display: none; }.v2-trial-note { font-size: 11px; }.v2-wave-hero { bottom: 190px; width: 155%; opacity: .28; }
  .v2-proof { width: calc(100% - 24px); }.v2-proof article { min-height: 92px; padding: 15px 12px; gap: 8px; }.v2-proof article:nth-child(3)::before { display: block; }.v2-proof article:nth-child(odd)::before { display: none; }.v2-proof strong { font-size: 12px; }.v2-proof small { font-size: 9px; }.v2-proof-icon { width: 32px; height: 32px; font-size: 14px; }
  .v2-section { padding: 76px 0; }.v2-section-heading h2, .v2-about h2, .v2-reviews h2, .v2-lead-section h2, .v2-contacts h2 { font-size: clamp(34px, 10vw, 44px); }.v2-heading-row { gap: 18px; margin-bottom: 28px; }.v2-heading-row > p { font-size: 13px; }.v2-carousel-controls button { width: 42px; height: 42px; }
  .v2-direction-card { flex-basis: 80vw; height: 430px; }.v2-direction-card strong { font-size: 23px; }.v2-direction-card small { font-size: 13px; }
  .v2-steps-grid { gap: 30px; }.v2-steps .v2-section-heading { display: block; }.v2-steps-intro { margin-top: 22px; font-size: 14px; }.v2-step-list { grid-template-columns: 1fr; gap: 16px; padding-block: 0; }.v2-step-list li, .v2-step-list li.is-featured { min-height: 420px; padding: 24px 20px 20px; }.v2-step-list li:not(:last-child)::before { display: none; }.v2-step-number { font-size: 29px; }.v2-step-list i { width: 60px; height: 60px; margin-top: 22px; border-radius: 17px; }.v2-step-list li > b { right: 16px; top: 20px; }.v2-step-list li > em { top: 76px; font-size: 52px; }.v2-step-list li > div { margin-top: 25px; }.v2-step-list strong { font-size: 24px; }.v2-step-list small { padding-right: 8px; font-size: 13px; }.v2-step-cta-bar { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; padding: 18px; border-radius: 20px; }.v2-step-cta-bar .v2-button { grid-column: auto; min-height: 58px; padding-left: 18px; font-size: 12px; }.v2-step-cta-bar > div, .v2-step-cta-bar > div:first-of-type { min-height: 58px; padding: 12px 0 0; border-top: 1px solid rgba(79,67,109,.12); border-left: 0; }.v2-step-cta-icon { width: 48px; height: 48px; font-size: 23px; }
  .v2-about-collage { min-height: 430px; }.v2-photo-main { right: 10%; bottom: 12%; }.v2-photo-small { width: 46%; height: 38%; }.v2-year-stamp { left: 2%; bottom: 1%; min-width: 190px; padding: 11px 14px; }.v2-about-facts { gap: 7px; }.v2-about-facts div { padding-left: 9px; }.v2-about-facts strong { font-size: 24px; }.v2-about-facts span { font-size: 9px; }
  .v2-teacher { flex-basis: 78vw; }
  .v2-review-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.v2-review-cards blockquote, .v2-review-cards blockquote:first-child { flex: 0 0 84vw; min-height: 300px; scroll-snap-align: start; }.v2-ratings { flex-direction: column; }.v2-ratings a { width: 100%; }
  .v2-conviction { padding: 18px 0; }.v2-conviction-inner { width: calc(100% - 24px); grid-template-columns: 1fr; gap: 20px; padding: 24px 18px; }.v2-conviction-photos { width: 164px; height: 104px; }.v2-conviction-copy h2 { font-size: 24px; }.v2-conviction-copy p { font-size: 13px; }.v2-conviction-stats { grid-column: auto; }.v2-conviction-stats div { min-height: 76px; padding: 8px 10px; }.v2-conviction-stats strong { font-size: 18px; white-space: normal; }.v2-conviction-stats span { font-size: 9px; }.v2-conviction-cta { grid-column: auto; width: 100%; }
  .v2-offer { padding: 74px 0 68px; }.v2-offer-faq { padding-bottom: 68px; }.v2-offer-faq-intro { display: block; }.v2-offer-faq-intro h2, .v2-offer-heading h2 { font-size: clamp(40px,12vw,52px); }.v2-offer-faq-intro > p:not(.v2-kicker) { margin-top: 20px; }.v2-offer-accordion summary { min-height: 62px; padding: 16px; font-size: 14px; }.v2-offer-accordion details > div { padding-inline: 16px; }.v2-offer-accordion details[open] > div { padding-bottom: 18px; }.v2-offer-pricing { padding-top: 64px; }.v2-offer-heading { margin-bottom: 34px; text-align: left; }.v2-offer-heading .v2-kicker { justify-content: flex-start; }.v2-offer-heading > p:last-child { margin-inline: 0; font-size: 12px; }.v2-price-grid, .v2-price-grid.has-five { grid-template-columns: 1fr; }.v2-price-grid.has-five .v2-price-card, .v2-price-grid.has-five .v2-price-card:nth-last-child(2), .v2-price-grid.has-five .v2-price-card:last-child { grid-column: auto; }.v2-price-card { min-height: 400px; padding: 24px 22px 22px; }.v2-price-card > strong { font-size: 36px; }
  .v2-lead-section { padding-inline: 0; }.v2-lead-shell { width: calc(100% - 24px); min-height: auto; padding: 32px 18px; border-radius: 22px; background-position: 60% center; }.v2-form { padding: 20px 14px; }.v2-form-row { grid-template-columns: 1fr; }.v2-choice-row { gap: 14px; }.v2-choice-row fieldset { display: flex; flex-wrap: wrap; }.v2-choice-row legend { width: 100%; }.v2-choice-row label { flex: 1; margin-right: 4px !important; }.v2-choice-row label span { min-width: 0; width: 100%; }.v2-submit { padding-left: 18px; font-size: 13px; }
  .v2-contacts { padding: 32px 0; }.v2-contact-grid { width: calc(100% - 24px); padding: 26px 18px; border-radius: 20px; }.v2-contact-list { grid-template-columns: 1fr; }.v2-contact-grid figure { margin-top: 2px; }
  .v2-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }.v2-footer-brand { grid-column: 1 / -1; }.v2-footer-contact { grid-column: 1 / -1; }.v2-copyright { flex-direction: column; gap: 14px; }.v2-copyright > div { justify-content: flex-start; }
  .v2-direction-hero { min-height: 720px; padding: 110px 0 58px; }.v2-direction-hero-image { background-position: center; opacity: .78; }.v2-direction-hero::before { background: linear-gradient(0deg,#05070d 5%,rgba(5,7,13,.8) 58%,rgba(5,7,13,.3)),linear-gradient(90deg,rgba(5,7,13,.68),rgba(5,7,13,.16)); }.v2-direction-hero h1 { font-size: clamp(46px,13vw,64px); }.v2-direction-hero-inner > p:not(.v2-kicker):not(.v2-trial-note) { font-size: 16px; }.v2-breadcrumb { margin-bottom: 34px; }.v2-direction-actions { align-items: stretch; flex-direction: column; width: 100%; }.v2-direction-actions .v2-button { width: 100%; }.v2-direction-hero .v2-trial-note { align-items: flex-start; font-size: 11px; line-height: 1.5; }
  .v2-direction-intro, .v2-direction-teachers, .v2-direction-prices, .v2-direction-trust { padding: 76px 0; }.v2-direction-intro h2, .v2-direction-section-head h2, .v2-direction-stage h2, .v2-direction-review h2, .v2-direction-faq h2, .v2-other-directions h2 { font-size: clamp(34px,10vw,44px); }.v2-direction-intro-copy > p:not(.v2-kicker) { margin-top: 24px; font-size: 15px; }.v2-direction-outcomes { grid-template-columns: 1fr; gap: 14px; }.v2-direction-outcomes article, .v2-direction-outcomes article:last-child { grid-column: auto; min-height: 340px; padding: 28px 24px 26px; border-radius: 20px; }.v2-direction-outcomes article:last-child img { left: 0; width: 100%; -webkit-mask-image: none; mask-image: none; }.v2-direction-outcomes article:last-child::after { background: linear-gradient(0deg,rgba(7,8,17,.98) 0%,rgba(8,9,19,.68) 55%,rgba(8,9,19,.2) 100%),linear-gradient(90deg,rgba(8,9,18,.88),transparent 78%); }.v2-direction-outcomes .v2-outcome-number { top: 26px; left: 24px; }.v2-direction-outcomes .v2-outcome-icon { top: 88px; left: 24px; width: 44px; height: 44px; }.v2-direction-outcomes h3 { font-size: 27px; }.v2-direction-outcomes p { font-size: 13px; }.v2-direction-teacher-grid, .v2-direction-price-grid { grid-template-columns: 1fr; }.v2-direction-stage { padding: 56px 0; }.v2-direction-stage > .v2-container { grid-template-columns: 1fr; gap: 28px; padding: 24px 18px; }.v2-direction-stage .v2-button { grid-column: auto; width: 100%; }.v2-direction-review > div { grid-template-columns: 1fr; }.v2-other-directions { padding: 72px 0; }.v2-other-directions > .v2-container > div { grid-template-columns: 1fr; }
  .v2-direction-teachers.has-education .v2-direction-teacher-grid { grid-template-columns: 1fr; }.v2-direction-education { padding: 24px 20px; }.v2-direction-education article { grid-template-columns: 52px 1fr; gap: 12px; padding: 18px 0; }.v2-direction-education h3 { font-size: 16px; }
  .v2-cookie { right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 16px; width: calc(100% - 24px); padding: 18px; }.v2-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }.v2-cookie button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v2-hero-photo, .v2-pulse-bars i { animation: none; }
  .v2-hero-subject { transform: none; transition: none; }
  [data-v2-reveal] { opacity: 1; transform: none; transition: none; }
  .v2-button, .v2-direction-card, .v2-direction-card img, .v2-teacher img { transition: none; }
}
