:root {
  --ink: #081225;
  --ink-soft: #16233a;
  --paper: #f4f7fc;
  --white: #ffffff;
  --ice: #e8eeff;
  --blue: #2648ff;
  --blue-dark: #1735cf;
  --signal: #ff3a42;
  --signal-dark: #cb1c2a;
  --steel: #64708a;
  --line: #ccd4e3;
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(21, 41, 82, 0.14);
  --display: "Sofia Sans Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-submitting {
  cursor: wait;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 247, 252, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  width: fit-content;
}

.brand img {
  width: 190px;
  height: auto;
}

.header-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  color: var(--steel);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.header-status span,
.training-live span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(255, 58, 66, 0.12);
  animation: signal-pulse 1.8s ease-in-out infinite;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background: var(--paper);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(38, 72, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 72, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 0;
  width: 9px;
  height: 360px;
  background: var(--blue);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  align-items: start;
  gap: 78px;
}

.hero-copy {
  padding: 34px 0 82px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 26px;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span,
.eyebrow b {
  padding: 10px 12px;
}

.eyebrow b {
  border-left: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 5.6vw, 92px);
  font-weight: 900;
  line-height: 0.89;
  letter-spacing: -0.008em;
  text-transform: uppercase;
}

.amount-stroke {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0.12em;
  color: var(--blue);
  white-space: nowrap;
}

.amount-stroke small {
  font: inherit;
  font-size: 0.72em;
}

.amount-stroke::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -7px;
  bottom: 4px;
  height: 13px;
  transform: rotate(-1.2deg);
  background: var(--signal);
  opacity: 0.92;
}

.hero-lead {
  max-width: 710px;
  margin: 30px 0 0;
  color: var(--steel);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}

.hero-lead strong {
  color: var(--ink);
}

.signal-line {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.signal-line i {
  position: relative;
  width: 42px;
  height: 1px;
  flex: 0 1 42px;
  background: var(--line);
}

.signal-line i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.hero-note {
  max-width: 600px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border-left: 3px solid var(--signal);
  background: var(--white);
  padding: 16px 18px;
  box-shadow: 0 8px 30px rgba(21, 41, 82, 0.07);
}

.hero-note strong {
  color: var(--blue);
  font-size: 13px;
  white-space: nowrap;
}

.hero-note span {
  color: var(--steel);
  font-size: 13px;
}

.access-card {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-poster {
  position: relative;
  height: 295px;
  overflow: hidden;
  background: var(--ink);
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 37, 0.98) 0%, rgba(8, 18, 37, 0.9) 37%, rgba(8, 18, 37, 0.18) 69%, rgba(8, 18, 37, 0.04) 100%),
    linear-gradient(180deg, transparent 58%, rgba(8, 18, 37, 0.7) 100%);
}

.video-poster > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.88) contrast(1.06);
}

.poster-copy {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 28px;
  width: 60%;
  color: var(--white);
}

.poster-kicker,
.poster-copy small {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-kicker {
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.poster-copy strong {
  display: block;
  margin: 17px 0 13px;
  font-family: var(--display);
  font-size: 29px;
  line-height: 0.9;
  letter-spacing: -0.006em;
  text-transform: uppercase;
}

.poster-copy strong > span {
  color: var(--signal);
  font-size: 43px;
  white-space: nowrap;
}

.poster-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
}

.poster-play {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-play b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border: 1px solid var(--white);
  background: var(--signal);
  font-size: 11px;
}

.poster-meta {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 18, 37, 0.78);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.poster-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
}

.access-body {
  padding: 30px 34px 28px;
}

.form-kicker {
  margin: 0 0 4px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-body h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 35px;
  line-height: 0.98;
  letter-spacing: -0.006em;
  text-transform: uppercase;
}

#lead-form {
  display: grid;
  gap: 13px;
}

.field {
  display: grid;
  gap: 6px;
}

.field > span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.field input:focus {
  border-color: var(--blue);
  background: var(--white);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(38, 72, 255, 0.12);
}

.field input[aria-invalid="true"] {
  border-color: var(--signal);
  background: #fff5f6;
}

.field-error {
  min-height: 0;
  color: var(--signal-dark);
  font-size: 11px;
  font-weight: 700;
}

.field-error:not(:empty) {
  min-height: 17px;
}

.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: var(--steel);
  font-size: 11px;
  line-height: 1.45;
}

.consent-row input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.consent-row a {
  text-underline-offset: 3px;
}

.consent-error {
  margin-top: -9px;
}

.primary-button {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  padding: 15px 18px 15px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.primary-button b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--blue);
  font-size: 17px;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: var(--blue-dark);
  box-shadow: 0 15px 34px rgba(38, 72, 255, 0.22);
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.form-status:not(:empty) {
  min-height: 20px;
}

.form-status[data-type="error"] {
  color: var(--signal-dark);
}

.form-status[data-type="pending"] {
  color: var(--blue);
}

.privacy-note {
  margin: 15px 0 0;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}

.privacy-note span {
  margin-right: 5px;
  color: var(--signal);
}

.proof-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  border: 1px solid var(--ink);
  border-bottom: 0;
  background: var(--white);
}

.proof-rail > div {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 25px;
}

.proof-rail > div + div {
  border-left: 1px solid var(--line);
}

.proof-rail strong {
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}

.proof-rail span {
  max-width: 125px;
  color: var(--steel);
  font-size: 10px;
  line-height: 1.45;
}

.proof-rail .proof-rail-note {
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}

.section-pad {
  padding: 88px 0;
}

.section-label {
  margin-bottom: 17px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.thesis {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.thesis-layout {
  display: grid;
  grid-template-columns: 0.45fr 1.4fr 1fr;
  align-items: start;
  gap: 50px;
}

.thesis-layout h2,
.section-head h2,
.speaker-copy h2,
.final-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 4.9vw, 70px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.006em;
  text-transform: uppercase;
}

.thesis-layout h2 em {
  color: var(--signal);
  font-style: normal;
}

.thesis-copy {
  color: var(--steel);
  font-size: 16px;
}

.thesis-copy p {
  margin: 0 0 20px;
}

.thesis-copy blockquote {
  margin: 32px 0 0;
  border-left: 3px solid var(--blue);
  color: var(--ink);
  padding: 4px 0 4px 18px;
  font-size: 18px;
  font-weight: 800;
}

.lessons {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.lessons::before {
  content: "AI / SOCIAL / SERVICE";
  position: absolute;
  right: -90px;
  top: 25px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--display);
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.section-head {
  position: relative;
  max-width: 860px;
  margin-bottom: 62px;
}

.section-head .section-label {
  color: #7990ff;
}

.section-head > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.lesson-list {
  position: relative;
  border-top: 1px solid var(--line-dark);
}

.lesson-item {
  display: grid;
  grid-template-columns: 70px 100px 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line-dark);
  padding: 32px 0;
}

.lesson-index {
  font-family: var(--mono);
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
}

.lesson-symbol {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #8ea0ff;
  font-family: var(--display);
  font-size: 39px;
}

.lesson-item h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.lesson-item p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.lesson-item-accent .lesson-symbol {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--white);
}

.inline-cta {
  width: fit-content;
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.proof {
  background: var(--ice);
}

.proof-heading {
  color: var(--ink);
}

.proof-heading .section-label {
  color: var(--blue);
}

.proof-heading > p {
  color: var(--steel);
}

.testimonial-wall {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: start;
}

.proof-shot {
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--white);
  padding: 13px;
  box-shadow: 12px 12px 0 rgba(38, 72, 255, 0.12);
}

.proof-shot-wide {
  grid-row: span 2;
}

.proof-shot img {
  width: 100%;
  max-height: 730px;
  object-fit: contain;
  background: #fff;
}

.proof-shot figcaption {
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding: 11px 5px 2px;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.speaker {
  background: var(--white);
}

.speaker-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 82px;
}

.speaker-photo {
  position: relative;
}

.speaker-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -18px;
  bottom: -18px;
  width: 55%;
  height: 65%;
  background: var(--blue);
}

.speaker-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: 46% center;
  filter: saturate(0.86) contrast(1.05);
}

.speaker-photo span {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 28px;
  background: var(--signal);
  color: var(--white);
  padding: 12px 15px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.speaker-copy > p {
  max-width: 660px;
  margin: 23px 0 0;
  color: var(--steel);
  font-size: 16px;
}

.speaker-signature {
  margin-top: 33px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 21px 0;
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
}

.final-cta {
  background: var(--paper);
}

.final-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  background: var(--blue);
  color: var(--white);
  padding: 62px 68px;
}

.final-panel::after {
  content: "↗";
  position: absolute;
  right: 35%;
  bottom: -80px;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: 280px;
  line-height: 1;
}

.eyebrow-dark {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.6);
}

.eyebrow-dark b {
  border-left-color: rgba(255, 255, 255, 0.6);
  background: var(--white);
  color: var(--blue);
}

.final-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.final-panel p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.final-button {
  position: relative;
  z-index: 2;
  min-width: 270px;
  background: var(--signal);
}

.final-button b {
  color: var(--signal);
}

.final-button:hover {
  background: var(--signal-dark);
  box-shadow: 0 15px 34px rgba(8, 18, 37, 0.2);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
  padding: 34px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
}

.footer-inner img {
  width: 160px;
}

.footer-inner p {
  max-width: 630px;
  margin: 0;
  color: var(--steel);
  font-size: 10px;
  line-height: 1.55;
}

.footer-inner nav,
.training-footer nav {
  display: flex;
  gap: 18px;
  color: var(--steel);
  font-size: 11px;
}

/* Training page */

.training-page {
  color: var(--white);
  background: #050b17;
}

.training-shell {
  width: min(calc(100% - 48px), 1120px);
  margin-inline: auto;
}

.training-header {
  border-bottom: 1px solid var(--line-dark);
  background: #050b17;
}

.training-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.training-live {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aeb9ce;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.training-header-inner > p {
  justify-self: end;
  margin: 0;
  color: #76839a;
  font-size: 11px;
}

.training-main {
  position: relative;
  overflow: hidden;
  padding: 74px 0 100px;
}

.training-main::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(117, 139, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 139, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 45%);
}

.training-intro {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-bottom: 44px;
}

.training-intro h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 7.6vw, 104px);
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: -0.006em;
  text-transform: uppercase;
}

.training-intro h1 em {
  color: #6f88ff;
  font-style: normal;
}

.training-intro > p:last-child {
  max-width: 650px;
  margin: 25px 0 0;
  color: #8d9ab0;
  font-size: 16px;
}

.video-stage {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #0a1325;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.video-topbar,
.video-bottombar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 13px 18px;
  color: #8e9bb0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.video-topbar {
  border-bottom: 1px solid var(--line-dark);
}

.video-bottombar {
  border-top: 1px solid var(--line-dark);
}

.video-state {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #02050a;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(38, 72, 255, 0.2), transparent 48%),
    #050b17;
  text-align: center;
  padding: 30px;
}

.video-placeholder[hidden] {
  display: none;
}

.play-symbol {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  padding-left: 6px;
  font-size: 25px;
}

.video-placeholder strong {
  margin-top: 10px;
  font-family: var(--display);
  font-size: 35px;
  text-transform: uppercase;
}

.video-placeholder span {
  max-width: 460px;
  color: #8694aa;
  font-size: 12px;
}

.watch-now-grid {
  position: relative;
  z-index: 2;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.watch-card {
  min-height: 240px;
  background: #0a1325;
  padding: 28px;
}

.watch-card-primary {
  background: var(--blue);
}

.watch-card-index {
  color: #8695ad;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.watch-card-primary .watch-card-index {
  color: rgba(255, 255, 255, 0.6);
}

.watch-card h2 {
  margin: 40px 0 12px;
  font-family: var(--display);
  font-size: 31px;
  line-height: 0.98;
  text-transform: uppercase;
}

.watch-card p {
  margin: 0;
  color: #8492a9;
  font-size: 12px;
}

.watch-card-primary p {
  color: rgba(255, 255, 255, 0.68);
}

.training-disclaimer {
  position: relative;
  z-index: 2;
  margin-top: 42px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  border-top: 1px solid var(--line-dark);
  padding-top: 25px;
  color: #77849a;
  font-size: 11px;
}

.training-disclaimer strong {
  color: #aeb9cb;
  font-family: var(--mono);
  text-transform: uppercase;
}

.training-disclaimer p {
  margin: 0;
}

.training-footer {
  border-top: 1px solid var(--line-dark);
  background: #050b17;
  padding: 30px 0;
}

.training-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #67748a;
  font-size: 10px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes signal-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.76); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-status {
    display: none;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(52px, 6vw, 72px);
  }

  .signal-line {
    flex-wrap: wrap;
    white-space: normal;
  }

  .signal-line i {
    width: 24px;
    flex-basis: 24px;
  }

  .proof-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .proof-rail-note {
    grid-column: 1 / -1;
  }

  .proof-rail > .proof-rail-note {
    min-height: 72px;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .thesis-layout {
    grid-template-columns: 0.35fr 1.2fr 1fr;
    gap: 32px;
  }

  .speaker-layout {
    gap: 50px;
  }
}

@media (max-width: 860px) {
  .shell,
  .training-shell {
    width: min(calc(100% - 34px), var(--shell));
  }

  .hero {
    padding-top: 42px;
  }

  .hero::before {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 15px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(55px, 11vw, 84px);
  }

  .access-card {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .proof-rail {
    margin-top: 48px;
  }

  .thesis-layout {
    grid-template-columns: 1fr;
  }

  .thesis-layout > .section-label {
    margin-bottom: -12px;
  }

  .lesson-item {
    grid-template-columns: 48px 76px 1fr;
    gap: 20px;
  }

  .testimonial-wall {
    grid-template-columns: 1fr;
  }

  .proof-shot-wide {
    grid-row: auto;
  }

  .speaker-layout {
    grid-template-columns: 1fr;
  }

  .speaker-photo {
    width: min(100%, 620px);
  }

  .final-panel {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 52px 45px;
  }

  .final-button {
    width: min(100%, 320px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .training-header-inner {
    grid-template-columns: 1fr auto;
  }

  .training-header-inner > p {
    display: none;
  }

  .watch-now-grid {
    grid-template-columns: 1fr;
  }

  .watch-card {
    min-height: 0;
  }

  .watch-card h2 {
    margin-top: 25px;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .header-inner,
  .training-header-inner {
    min-height: 65px;
  }

  .brand img {
    width: 148px;
  }

  .header-cta {
    font-size: 10px;
  }

  .header-cta span {
    display: none;
  }

  .hero-grid {
    background-size: 36px 36px;
  }

  .hero-copy {
    padding-top: 12px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 8px;
  }

  .hero h1 {
    /* 15.2vw правеше „ДОПЪЛНИТЕЛНО" ТОЧНО колкото контейнера — 361px
       дума в 361px кутия. Нула толеранс. Safari рендира с косъм по-широко
       от Chrome и последната буква излизаше извън .hero { overflow: hidden },
       тоест не се отрязваше видимо, а изчезваше. */
    font-size: clamp(34px, 11.6vw, 50px);
    line-height: 0.98;
    /* последна защита: по-добре пренесена дума, отколкото изядена */
    overflow-wrap: break-word;
  }

  .amount-stroke {
    gap: 0.1em;
    white-space: normal;
    flex-wrap: wrap;
  }

  .amount-stroke::after {
    bottom: 2px;
    height: 8px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 15px;
  }

  .signal-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .signal-line i {
    width: 100%;
  }

  .signal-line span:nth-of-type(3),
  .signal-line span:nth-of-type(4),
  .signal-line i:nth-of-type(3) {
    display: none;
  }

  .hero-note {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .video-poster {
    height: 250px;
  }

  .video-poster > img {
    object-position: center 27%;
  }

  .poster-copy {
    top: 22px;
    left: 22px;
    width: 62%;
  }

  .poster-copy strong {
    margin-top: 13px;
    font-size: 25px;
  }

  .poster-copy strong > span {
    font-size: 36px;
  }

  .poster-play {
    left: 22px;
    bottom: 47px;
  }

  .poster-meta {
    padding-inline: 22px;
  }

  .access-body {
    padding: 26px 20px 24px;
  }

  .access-body h2 {
    font-size: 31px;
  }

  .proof-rail {
    grid-template-columns: 1fr;
  }

  .proof-rail > div {
    min-height: 84px;
  }

  .proof-rail > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section-pad {
    padding: 82px 0;
  }

  .thesis-layout h2,
  .section-head h2,
  .speaker-copy h2,
  .final-panel h2 {
    font-size: clamp(42px, 12vw, 57px);
  }

  .section-head {
    margin-bottom: 42px;
  }

  .lesson-item {
    grid-template-columns: 42px 1fr;
    align-items: start;
    padding: 26px 0;
  }

  .lesson-symbol {
    width: 42px;
    height: 42px;
    font-size: 25px;
  }

  .lesson-item > div:last-child {
    grid-column: 2;
  }

  .lesson-item h3 {
    font-size: 29px;
  }

  .speaker-photo span {
    right: -8px;
    bottom: 18px;
  }

  .final-panel {
    padding: 38px 24px;
  }

  .final-panel::after {
    display: none;
  }

  .footer-inner nav,
  .training-footer nav {
    flex-wrap: wrap;
  }

  .training-live {
    font-size: 8px;
  }

  .training-main {
    padding-top: 48px;
  }

  .training-intro h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .video-topbar,
  .video-bottombar {
    font-size: 7px;
    padding-inline: 11px;
  }

  .video-bottombar span:nth-child(2) {
    display: none;
  }

  .play-symbol {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }

  .video-placeholder strong {
    font-size: 26px;
  }

  .video-placeholder span {
    font-size: 10px;
  }

  .training-disclaimer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .training-footer > div {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ============================================================
   ПОВТАРЯЩ СЕ CTA
   Формата е само в героя, а страницата е дълга. Без лента след
   всяка секция човекът, който се убеждава чак долу, няма къде
   да натисне.
   ============================================================ */
.cta-band {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.cta-band .primary-button { min-width: 340px; }
.cta-band p {
  margin: 0;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
}
/* върху тъмните секции надписът трябва да остане четим */
.proof .cta-band p,
.speaker .cta-band p { color: rgba(255, 255, 255, 0.66); }

/* .section-head p е бяло на 62% — прави се за тъмните секции.
   Тази е на светла хартия, затова цветът се връща на steel. */
.fit .section-head p { color: var(--steel); }
.faq .section-head p { color: var(--steel); }

/* ============================================================
   ЗА КОГО Е / НЕ Е
   Отсява ПРЕДИ записването. По-малко лийдове, но сетърът звъни
   на хора, които вече са се самопознали в описанието.
   ============================================================ */
.fit-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.fit-col {
  padding: 34px 32px 36px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}
.fit-col--yes { border-left: 3px solid var(--blue); }
.fit-col--no { border-left: 3px solid var(--line); background: transparent; }

.fit-head {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}
.fit-head span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 13px;
  color: var(--white);
  background: var(--blue);
}
.fit-col--no .fit-head { color: var(--steel); }
.fit-col--no .fit-head span { background: var(--steel); }

.fit-col ul { margin: 0; padding: 0; list-style: none; }
.fit-col li {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.fit-col li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.fit-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 10px;
  height: 1px;
  background: var(--blue);
}
.fit-col li + li::before { top: calc(16px + 0.66em); }
.fit-col--no li { color: var(--steel); }
.fit-col--no li::before { background: var(--steel); }
.fit-col li strong { color: var(--ink); font-weight: 700; }

/* ============================================================
   FAQ
   Нативни details/summary — работят без JavaScript и остават
   достъпни от клавиатура.
   ============================================================ */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: start;
}
.faq-intro h2 { margin: 14px 0 12px; }
.faq-intro p { margin: 0; color: var(--steel); }

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 4px 0;
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.2;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--body);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  transition: transform 220ms ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.faq-list details p {
  margin: 0 0 26px;
  padding-right: 46px;
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--steel);
}

/* ============================================================
   ПРИЛЕПЕН CTA — само на телефон
   ============================================================ */
.sticky-cta { display: none; }

@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .fit-grid { grid-template-columns: 1fr; gap: 18px; }
  .cta-band { margin-top: 40px; }
  .cta-band .primary-button { min-width: 0; width: 100%; }
}

@media (max-width: 760px) {
  .sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 22px;
    border-radius: 4px;
    background: var(--signal);
    color: var(--white);
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(203, 28, 42, 0.42);
  }
  .sticky-cta:active { transform: translateY(1px); }
  /* да не покрива футъра и последния бутон */
  .site-footer { padding-bottom: 108px; }
  .fit-col { padding: 26px 22px 28px; }
  .faq-list details p { padding-right: 0; }
}

/* уточнението за обаждането — тихо, но не скрито */
.privacy-note--call {
  margin-top: 6px;
  color: var(--steel);
  opacity: 0.9;
}

@media (prefers-reduced-motion: reduce) {
  .faq-list details[open] summary::after { transition: none; }
}

/* Лентата с числата вече не е в героя — стои по-надолу, след като
   човекът вече знае кой е Йоан. Затова ѝ трябва собствен отстъп. */
.rail-band { padding: 0 0 6px; background: var(--paper); }
.rail-band .proof-rail { border-bottom: 1px solid var(--ink); }

/* ============================================================
   МОДЕЛЪТ, СТЪПКА ПО СТЪПКА
   Заменя старата секция „три решения“ — тя обещаваше конкретика,
   а даваше категории. Тук се вижда самата механика: откъде тръгват
   парите и защо стигат до човека отсреща.
   ============================================================ */
.model-path {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.model-step {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 32px;
  padding: 34px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.model-step:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }

/* сигналната нишка минава през номерата и свързва стъпките */
.model-step::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}
.model-step:first-child::before { top: 50%; }
.model-step:last-child::before { bottom: 50%; }

.model-num {
  position: relative;
  z-index: 1;
  align-self: start;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}
/* последната стъпка е парите — тя е единствената в сигнално червено */
.model-step--end .model-num {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--white);
}

.model-body h3 {
  margin: 10px 0 12px;
  font-family: var(--display);
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--white);
}
.model-body p {
  margin: 0;
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.72);
}
.model-step--end .model-body h3 { color: var(--signal); }

@media (max-width: 760px) {
  .model-path { margin-top: 34px; }
  .model-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 26px 0 28px;
  }
  .model-step::before { left: 26px; }
  .model-num { width: 44px; height: 44px; margin-left: 4px; font-size: 12px; }
  .model-body h3 { margin-top: 6px; }
  .model-body p { font-size: 16px; }
}

/* Грешната представа срещу истината — първото нещо, което трябва да падне.
   Двете колони стоят една до друга нарочно: разликата се вижда, не се обяснява. */
.myth {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.myth-col { padding: 30px 32px 34px; }
.myth-col + .myth-col { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.myth-label {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.myth-col--wrong .myth-label { color: rgba(255, 255, 255, 0.4); }
.myth-col--right .myth-label { color: var(--signal); }
.myth-col p:not(.myth-label) {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
.myth-col--wrong p:not(.myth-label) {
  color: rgba(255, 255, 255, 0.42);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-decoration-thickness: 1px;
}
.myth-col--right { background: rgba(255, 58, 66, 0.07); }
.myth-col--right p:not(.myth-label) { color: var(--white); }
.myth-col--right strong { color: var(--signal); font-weight: 700; }

/* Кой плаща — назовани поименно, не абстрактно */
.who { margin-top: 54px; }
.who-lead {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 32px);
  text-transform: uppercase;
  color: var(--white);
}
.who-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.who-list li {
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--white);
}
.who-note {
  margin: 22px 0 0;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
  .myth { grid-template-columns: 1fr; margin-top: 30px; }
  .myth-col { padding: 24px 22px 26px; }
  .myth-col + .myth-col { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .myth-col p:not(.myth-label) { font-size: 16.5px; }
  .who { margin-top: 38px; }
  .who-list li { padding: 11px 18px; font-size: 13px; }
  .who-note { font-size: 16px; }
}

/* Тази фуния не носи логото на Digital Creators — тя е на Йоан лично
   и води към хай тикет, не към платформата. Текстов wordmark вместо файл. */
.wordmark {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--ink);          /* шапката на лендинга е светла */
  white-space: nowrap;
}
.wordmark--foot { font-size: 25px; color: var(--white); }   /* футърът е тъмен */
.wordmark--dark { color: var(--white); }                    /* шапката на тренинга е тъмна */
@media (max-width: 760px) {
  .wordmark { font-size: 24px; }
  .wordmark--foot { font-size: 22px; }
}

/* Разказът между грешната представа и стъпките */
.model-intro { margin-top: 34px; max-width: 68ch; }
.model-intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.78);
}
.model-intro p + p { margin-top: 14px; }

.who-lead { line-height: 1.12; }
.who-punch {
  margin: 26px 0 0;
  font-family: var(--display);
  font-size: clamp(26px, 2.6vw, 36px);
  text-transform: uppercase;
  color: var(--signal);
}

/* второ изречение в стъпка — по-тихо от първото */
.model-body p + p { margin-top: 12px; color: rgba(255, 255, 255, 0.6); }

.model-close {
  margin: 48px 0 0;
  padding: 30px 0 0;
  border-top: 2px solid var(--signal);
  max-width: 62ch;
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--white);
}

@media (max-width: 760px) {
  .model-intro { margin-top: 26px; }
  .model-intro p { font-size: 16.5px; }
  .who-punch { margin-top: 20px; }
  .model-close { margin-top: 34px; padding-top: 24px; }
}

/* Уводът и заключението на квалификацията — рамкират двете колони */
.fit-intro { margin-top: 30px; max-width: 66ch; }
.fit-intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.66;
  color: var(--ink-soft);
}
.fit-intro p + p { margin-top: 12px; }

.fit-close {
  margin: 38px 0 0;
  padding-top: 30px;
  border-top: 2px solid var(--blue);
  max-width: 62ch;
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 33px);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
}
.fit-close strong { color: var(--signal); font-weight: 700; }

@media (max-width: 760px) {
  .fit-intro { margin-top: 22px; }
  .fit-intro p { font-size: 16.5px; }
  .fit-close { margin-top: 28px; padding-top: 22px; }
}

/* Историята на Йоан — къси редове, всеки сам за себе си, както е казана */
.speaker-story { margin-top: 26px; }
.speaker-story p {
  margin: 0;
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--ink-soft);
}
.speaker-story p + p { margin-top: 13px; }
.speaker-story strong { color: var(--ink); font-weight: 700; }

/* Заключението на Йоан: първата част е уговорка, втората е поантата */
.speaker-signature b {
  display: block;
  margin-top: 12px;
  color: var(--signal);
  font-weight: 700;
}

/* ============================================================
   48-ЧАСОВИЯТ ПРОЗОРЕЦ
   Истински е: страницата наистина се затваря. Но повторното
   отваряне е на един бутон — прозорецът движи човека днес,
   не му отнема нещо, за което вече е дал имейла си.
   ============================================================ */
.access-timer {
  margin: 0 0 22px;
  padding: 20px 26px;
  border: 1px solid var(--signal);
  border-radius: 4px;
  background: rgba(255, 58, 66, 0.08);
  text-align: center;
}
.access-timer__label {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
}
.access-timer__clock {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 66px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}
.access-timer__note {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

.access-expired {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 11, 23, 0.96);
}
.access-expired[hidden] { display: none; }
.access-expired__box {
  max-width: 520px;
  text-align: center;
  color: var(--white);
}
.access-expired__label {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
}
.access-expired__box h2 {
  margin: 14px 0 16px;
  font-family: var(--display);
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.04;
  text-transform: uppercase;
  color: var(--white);
}
.access-expired__box p {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 760px) {
  .access-timer { padding: 16px 18px; margin-bottom: 18px; }
  .access-timer__note { font-size: 13.5px; }
}

/* ============================================================
   ЙЕРАРХИЯ И РИТЪМ
   Шест заглавия на 70px = нищо не изпъква. Доказателствата,
   Йоан и финалът слизат — героят и двете носещи секции остават.
   ============================================================ */
.proof .section-head h2,
.speaker-copy h2,
.final-panel h2 {
  font-size: clamp(34px, 3.6vw, 50px);
}

/* Секцията за Йоан на тъмно — втора опорна точка в скрола,
   и снимката от сцена изглежда по-добре върху ink navy. */
.speaker--dark { background: var(--ink); color: var(--white); }
.speaker--dark .section-label { color: var(--signal); }
.speaker--dark .speaker-copy h2 { color: var(--white); }
.speaker--dark .speaker-copy h2 em { color: var(--signal); }
.speaker--dark .speaker-story p { color: rgba(255, 255, 255, 0.74); }
.speaker--dark .speaker-story strong { color: var(--white); }
.speaker--dark .speaker-signature {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.72);
}
.speaker--dark .speaker-photo span { background: var(--signal); color: var(--white); }
.speaker--dark .cta-band p { color: rgba(255, 255, 255, 0.66); }

/* Само положителната колона — една до цялата ширина изглежда сирашко,
   затова се ограничава и центрира. */
.fit-grid--single { grid-template-columns: minmax(0, 720px); justify-content: start; }

/* Задрасканата колона беше едновременно бледа И зачертана — двете заедно
   я правеха нечетима. Текстът светва, зачеркването остава като знак. */
.myth-col--wrong p:not(.myth-label) {
  color: rgba(255, 255, 255, 0.62);
  text-decoration-color: rgba(255, 255, 255, 0.34);
}
.myth-col--wrong .myth-label { color: rgba(255, 255, 255, 0.55); }
