:root {
  --green-900: #07100c;
  --green-800: #0b1913;
  --green-600: #1f4337;
  --green-300: #86b8a2;
  --ivory-050: #f6efe2;
  --ivory-100: #eee4d1;
  --ivory-200: #d8c7a8;
  --estate-ink: #17130d;
  --oxblood-700: #461616;
  --prestige-gold-top: #fff2a8;
  --prestige-gold-mid: #e5c24f;
  --prestige-gold-low: #b8892c;
  --prestige-gold-deep: #73521b;
  --foil-champagne: linear-gradient(112deg, #a77a27 0%, #dfb64a 10%, #f8dc72 19%, #fff2a8 28%, #d39e34 39%, #9a6d22 49%, #efcf66 60%, #fff0a0 70%, #d2a13a 80%, #9b7025 90%, #efca5e 100%);
  --foil-brushed: linear-gradient(180deg, #fff0a0 0%, #dfbd4c 44%, #9f7a28 100%);
  --surface-luxury: linear-gradient(180deg, color-mix(in srgb, var(--green-800), transparent 24%) 0%, color-mix(in srgb, var(--ink-700), transparent 8%) 100%);
  --line-luxury: color-mix(in srgb, var(--gold-700), transparent 58%);
  --shadow-soft: 0 1px 0 rgba(255,255,255,.045) inset, 0 28px 70px -28px rgba(0,0,0,.72);
  --shadow-gold: 0 0 0 1px color-mix(in srgb, var(--gold-500), transparent 70%), 0 30px 80px -22px color-mix(in srgb, var(--gold-500), transparent 82%);
  --ease-quiet: cubic-bezier(.22,.61,.36,1);
  --radius-1: 2px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #070806;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px) center / 96px 96px,
    linear-gradient(180deg, #070806 0%, #0b0c09 34%, #080908 100%);
  color: var(--ink-100);
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--gold-300);
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.wrap.narrow,
.narrow {
  max-width: 900px;
}

.eyebrow {
  display: inline-block;
  color: var(--gold-500);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .38em;
  text-transform: uppercase;
}

.eyebrow.centered,
.centered {
  display: block;
  text-align: center;
}

.eyebrow-rule {
  display: block;
  width: 60px;
  height: 1px;
  margin: 16px 0 32px;
  background: var(--gold-700);
}

.ital-foil {
  background:
    repeating-linear-gradient(100deg, rgba(255,255,255,.18) 0 1px, rgba(255,255,255,0) 1px 10px),
    var(--foil-champagne);
  background-blend-mode: soft-light, normal;
  background-size: 180% 100%, 145% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--prestige-gold-mid);
  display: inline;
  filter: saturate(1.14) contrast(1.04);
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255,255,255,.16), 0 10px 30px rgba(214,170,49,.18), 0 2px 18px rgba(0,0,0,.38);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.h2 {
  margin: 0 0 20px;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  text-wrap: balance;
}

.lead {
  max-width: 66ch;
  margin: 0;
  color: color-mix(in srgb, var(--ink-050), transparent 12%);
  font-family: var(--font-editorial);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.58;
  text-wrap: pretty;
}

.no-top {
  margin-top: 0;
}

.muted-copy,
.page-content p {
  color: var(--ink-200);
  font-size: 17px;
  line-height: 1.82;
}

.fleuron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 32px 0;
  color: var(--gold-500);
  font-size: 13px;
}

.fleuron::before,
.fleuron::after {
  content: "";
  width: 80px;
  height: 1px;
  background: var(--gold-700);
}

.fleuron-spaced {
  margin-top: 64px;
}

.section {
  padding: 118px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 78%);
}

.section--alt {
  background: linear-gradient(180deg, #0b0f0c 0%, #0d110e 100%);
}

.section--dark {
  background: linear-gradient(180deg, #040504 0%, #080a08 100%);
}

.section--paper {
  position: relative;
  overflow: hidden;
  border-bottom-color: color-mix(in srgb, var(--gold-700), transparent 56%);
  background:
    linear-gradient(90deg, rgba(70,22,22,.045), transparent 24%, transparent 76%, rgba(7,16,12,.06)),
    linear-gradient(180deg, var(--ivory-050) 0%, var(--ivory-100) 100%);
  color: var(--estate-ink);
}

.section--paper::before {
  content: "";
  position: absolute;
  top: 56px;
  right: max(24px, calc((100vw - 1200px) / 2));
  width: min(460px, 42vw);
  aspect-ratio: 1;
  background: url("../images/valion-header-v.png") center / contain no-repeat;
  filter: grayscale(1) sepia(.6);
  opacity: .045;
  pointer-events: none;
}

.section--paper > .wrap {
  position: relative;
  z-index: 1;
}

.section--paper .h2,
.section--paper .disc-title,
.section--paper .week-title,
.section--paper .bonus-title {
  color: var(--estate-ink);
}

.section--paper .lead,
.section--paper .vc-copy-stack p:first-child {
  color: #3a3023;
}

.section--paper .vc-copy-stack {
  border-left-color: color-mix(in srgb, var(--gold-700), transparent 45%);
}

.section--paper .vc-copy-stack p,
.section--paper .disc-body,
.section--paper .bonus-desc {
  color: #524737;
}

.section--paper .discipline-item,
.section--paper .vc-service-card,
.section--paper .vc-training-card,
.section--paper .bonus-card,
.section--paper .t-card {
  border-color: color-mix(in srgb, var(--gold-700), transparent 48%);
  background: rgba(255,255,255,.34);
  box-shadow: 0 24px 72px -56px rgba(23,19,13,.46);
}

.section--paper .disc-num,
.section--paper .bonus-label,
.section--paper .eyebrow {
  color: color-mix(in srgb, var(--gold-900), #4b3512 18%);
}

.section--dossier {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(212,175,55,.11), transparent 28%),
    linear-gradient(135deg, var(--green-900) 0%, #050806 48%, #10130d 100%);
}

.section--dossier::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -80px;
  width: min(520px, 46vw);
  aspect-ratio: 1;
  background: url("../images/valion-header-v.png") center / contain no-repeat;
  opacity: .035;
  pointer-events: none;
}

.section--dossier > .wrap {
  position: relative;
  z-index: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: var(--radius-1);
  color: var(--ink-900);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset;
  transition: transform .32s var(--ease-quiet), filter .32s var(--ease-quiet), background .32s var(--ease-quiet), color .32s var(--ease-quiet), border-color .32s var(--ease-quiet), box-shadow .32s var(--ease-quiet);
}

.btn--primary {
  border-color: var(--gold-700);
  background: var(--foil-brushed);
}

.btn--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 18px 38px -24px var(--gold-300);
}

.btn--ghost {
  border-color: color-mix(in srgb, var(--gold-700), transparent 24%);
  background: color-mix(in srgb, var(--green-900), transparent 36%);
  color: var(--gold-300);
}

.btn--ghost:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--green-600), transparent 82%);
  color: var(--gold-100);
}

.btn--lg {
  padding: 18px 40px;
  font-size: 15px;
}

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

.announce {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 70%);
  background: linear-gradient(90deg, var(--green-900), #070806 48%, var(--green-900));
  color: var(--gold-300);
  font-size: 12px;
  letter-spacing: .22em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.announce-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 14px;
  border-radius: 50%;
  background: var(--gold-700);
}

.nav {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  height: 82px;
  align-items: center;
  background: color-mix(in srgb, #070806, transparent 6%);
  backdrop-filter: blur(20px) saturate(1.08);
  transition: border-bottom .32s var(--ease-quiet);
}

.nav.scrolled {
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 70%);
}

.nav-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-block;
  max-width: 100%;
  border-bottom: 1px solid var(--gold-500);
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 2px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.brand:has(.site-logo),
.footer-brand:has(.footer-logo) {
  border-bottom: none;
  padding-bottom: 0;
}

.site-logo {
  width: auto;
  max-width: min(180px, 34vw);
  height: 76px;
  object-fit: contain;
}

.site-logo--handwritten {
  max-width: min(190px, 36vw);
  height: 78px;
}

.footer-logo {
  width: min(148px, 100%);
  height: auto;
  max-height: 124px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: color-mix(in srgb, var(--ink-100), transparent 18%);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .18s var(--ease-quiet);
}

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

.nav-links .nav-cta {
  padding: 8px 18px;
  color: var(--gold-300);
  font-size: 12px;
}

.hero {
  padding: 132px 0 112px;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 72%);
  background:
    linear-gradient(180deg, rgba(31,67,55,.16) 0%, transparent 54%),
    linear-gradient(90deg, rgba(212,175,55,.08) 0%, transparent 22%, transparent 78%, rgba(134,184,162,.07) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 80px;
  align-items: center;
}

.hero-headline {
  margin: 24px 0 32px;
  color: var(--ink-050);
  font-family: var(--font-display);
  max-width: 11.5ch;
  font-size: 84px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .96;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 36px 0 18px;
}

.hero-fineprint {
  margin: 0;
  color: color-mix(in srgb, var(--gold-300), transparent 24%);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-cover-wrap {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 40%);
  box-shadow: var(--shadow-gold);
}

.hero-cover-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.vc-hero {
  padding-top: 112px;
}

.vc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 104px;
  align-items: center;
}

.vc-hero-panel {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 36px;
  border: 1px solid var(--line-luxury);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--green-600), transparent 70%), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 36%),
    var(--green-900);
  box-shadow: var(--shadow-gold);
}

.vc-hero-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 78%);
  pointer-events: none;
}

.vc-panel-kicker {
  margin-bottom: 22px;
  color: var(--gold-300);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
  text-align: center;
  text-transform: uppercase;
}

.vc-mark-wrap {
  display: grid;
  min-height: 260px;
  place-items: center;
  border-top: 1px solid color-mix(in srgb, var(--gold-700), transparent 72%);
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 72%);
  background: rgba(255,255,255,.018);
}

.vc-mark-wrap img {
  width: min(230px, 75%);
  height: auto;
}

.vc-panel-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 78%);
}

.vc-panel-line:last-child {
  border-bottom: none;
}

.vc-panel-line span {
  color: #7eb19c;
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 12px;
}

.vc-panel-line strong {
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.vc-split,
.vc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.vc-copy-stack p {
  margin: 0 0 20px;
  color: var(--ink-200);
  font-size: 17px;
  line-height: 1.84;
}

.vc-copy-stack p:first-child {
  color: var(--ink-100);
  font-family: var(--font-editorial);
  font-size: 21px;
  font-style: italic;
  line-height: 1.62;
}

.vc-copy-stack {
  padding-left: 36px;
  border-left: 1px solid var(--line-luxury);
}

.vc-card-grid {
  margin-top: 64px;
}

.vc-service-grid,
.vc-training-layout,
.vc-insight-grid {
  display: grid;
  gap: 14px;
}

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

.vc-service-card,
.vc-training-card {
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 76%);
  background: var(--surface-luxury);
  box-shadow: var(--shadow-soft);
}

.vc-service-card {
  padding: 40px;
  transition: border-color .32s var(--ease-quiet), transform .32s var(--ease-quiet), background .32s var(--ease-quiet);
}

.vc-service-card:hover,
.vc-training-card:hover,
.discipline-item:hover,
.bonus-card:hover,
.t-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gold-500), transparent 35%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--green-600), transparent 80%), transparent 100%),
    var(--surface-luxury);
}

.section--paper .vc-service-card:hover,
.section--paper .vc-training-card:hover,
.section--paper .discipline-item:hover,
.section--paper .bonus-card:hover,
.section--paper .t-card:hover {
  border-color: color-mix(in srgb, var(--gold-700), transparent 28%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.46), rgba(255,255,255,.26)),
    color-mix(in srgb, var(--ivory-050), transparent 12%);
}

.vc-check-list,
.vc-course-list,
.vc-client-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vc-check-list li,
.vc-client-list li {
  padding: 9px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 84%);
  color: var(--ink-100);
  font-size: 14px;
  line-height: 1.58;
}

.vc-check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--gold-500);
}

.vc-training-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.vc-training-card {
  padding: 34px;
  transition: border-color .32s var(--ease-quiet), transform .32s var(--ease-quiet), background .32s var(--ease-quiet);
}

.vc-course-list li {
  padding: 8px 0 8px 18px;
  color: var(--ink-200);
  font-size: 14px;
  line-height: 1.58;
  position: relative;
}

.vc-course-list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--gold-500);
}

.vc-feature-course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 48px;
  padding: 42px;
  border: 1px solid color-mix(in srgb, var(--gold-500), transparent 35%);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--green-600), transparent 72%), transparent 68%),
    var(--ink-700);
  box-shadow: var(--shadow-gold);
}

.vc-expert-grid .t-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.vc-tags span {
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 35%);
  background: rgba(255,255,255,.018);
  color: color-mix(in srgb, var(--ink-050), transparent 8%);
  font-size: 12px;
  line-height: 1.2;
}

.vc-client-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr .8fr;
  gap: 48px;
  margin-top: 56px;
}

.section--dossier .inside-header {
  padding-bottom: 40px;
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 58%);
}

.section--dossier .inside-pull {
  color: color-mix(in srgb, var(--ivory-100), transparent 10%);
}

.section--dossier .bonus-items {
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--gold-700), transparent 58%);
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 58%);
}

.section--dossier .bonus-card {
  min-height: 280px;
  padding: 36px 34px;
  border-right: 1px solid color-mix(in srgb, var(--gold-700), transparent 68%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 64%),
    rgba(7,16,12,.52);
}

.section--dossier .bonus-card:last-child {
  border-right: none;
}

.section--dossier .vc-client-columns {
  gap: 0;
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 64%);
  background: rgba(255,255,255,.022);
}

.section--dossier .vc-client-columns > div {
  padding: 34px;
  border-right: 1px solid color-mix(in srgb, var(--gold-700), transparent 72%);
}

.section--dossier .vc-client-columns > div:last-child {
  border-right: none;
}

.section--dossier .vc-client-list li {
  border-bottom-color: color-mix(in srgb, var(--gold-700), transparent 82%);
  color: color-mix(in srgb, var(--ink-050), transparent 12%);
}

.vc-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.week-row.vc-insight-row {
  display: block;
  grid-template-columns: none;
  min-width: 0;
  padding: 30px 44px 36px 0;
  border-top: 1px solid color-mix(in srgb, var(--gold-700), transparent 72%);
}

.week-row.vc-insight-row .week-title {
  max-width: 34ch;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--ink-050), transparent 3%);
  font-size: 25px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.week-row.vc-insight-row .ital-foil {
  font-weight: 700;
}

.vc-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 38px;
  border: 1px solid var(--line-luxury);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--green-600), transparent 82%), transparent 58%),
    var(--ink-700);
  box-shadow: var(--shadow-soft);
}

.vc-contact-form textarea,
.vc-contact-form button {
  grid-column: 1 / -1;
}

.vc-contact-line {
  margin-top: 32px;
  text-align: left;
}

.proof-strip {
  padding: 26px 0;
  border-top: 1px solid color-mix(in srgb, var(--gold-700), transparent 55%);
  border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 55%);
  background:
    linear-gradient(90deg, rgba(70,22,22,.055), transparent 28%, rgba(7,16,12,.06)),
    linear-gradient(180deg, #f2eadb 0%, #e7dac4 100%);
}

.proof-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  color: #4a4031;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-stars {
  color: var(--gold-500);
  font-size: 14px;
  letter-spacing: .15em;
}

.proof-sep {
  width: 1px;
  height: 18px;
  background: color-mix(in srgb, var(--gold-700), transparent 36%);
}

.proof-logo {
  color: #87631f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.problem-intro {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.problem-intro .eyebrow-rule,
.hero .eyebrow-rule {
  margin-right: auto;
  margin-left: auto;
}

.problem-intro .lead {
  margin: 0 auto;
}

.problem-aside {
  max-width: 60ch;
  margin: 20px auto 0;
  color: var(--ink-200);
  font-size: 17px;
  line-height: 1.7;
}

.myths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  margin-top: 8px;
}

.myth {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 32px 0 28px;
  border-top: 1px solid var(--ink-400);
}

.myth-x {
  color: #8b3a2e;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.myth-num,
.disc-num,
.week-num,
.week-rule,
.bonus-label,
.price-eyebrow {
  color: var(--gold-700);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.myth-num,
.bonus-label,
.price-eyebrow {
  margin-bottom: 10px;
}

.myth-title,
.disc-title,
.week-title,
.bonus-title {
  margin: 0 0 8px;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.myth-verdict,
.disc-body,
.week-desc,
.bonus-desc {
  margin: 0;
  color: color-mix(in srgb, var(--ink-100), transparent 18%);
  font-size: 15px;
  line-height: 1.7;
}

.pain-list {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.pain-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--ink-400);
  color: var(--ink-100);
  font-size: 16px;
  line-height: 1.55;
}

.pain-item::before,
.pain-item::after {
  color: var(--gold-700);
}

.pain-item::before {
  content: '"';
  margin-right: 4px;
}

.pain-item::after {
  content: '"';
}

.solution-manifesto {
  max-width: 22ch;
  margin: 0;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.disciplines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 56px;
}

.discipline-item,
.bonus-card,
.t-card {
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 76%);
  background: var(--surface-luxury);
  box-shadow: var(--shadow-soft);
}

.discipline-item {
  padding: 28px 32px;
  transition: border-color .32s var(--ease-quiet), transform .32s var(--ease-quiet), background .32s var(--ease-quiet);
}

.discipline-item:hover {
  border-color: color-mix(in srgb, var(--gold-500), transparent 35%);
}

.inside-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}

.inside-pull {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--line-luxury);
  border-bottom: 1px solid var(--line-luxury);
  color: var(--gold-300);
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

.parts-grid {
  display: flex;
  flex-direction: column;
}

.part-label {
  margin-top: 32px;
  padding: 24px 0 8px;
  border-top: 2px solid var(--gold-700);
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.part-label:first-child {
  margin-top: 0;
}

.week-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink-400);
}

.week-tag {
  padding-top: 4px;
  color: var(--ink-300);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.week-rule {
  margin-top: 6px;
}

.center-subhead {
  margin: 0 0 8px;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.center-muted {
  margin: 0;
  color: var(--ink-200);
  font-size: 15px;
  text-align: center;
}

.bonus-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.bonus-card {
  padding: 28px;
}

.stats-row {
  display: flex;
  margin-top: 64px;
  border: 1px solid var(--ink-400);
}

.stat-item {
  flex: 1;
  padding: 36px 24px;
  border-right: 1px solid var(--ink-400);
  text-align: center;
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-300);
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 36px;
  font-weight: 500;
}

.stat-label {
  color: var(--ink-300);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.author-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.author-portrait {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink-400);
  background: var(--ink-600);
  aspect-ratio: 4 / 5;
}

.author-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at center, transparent 38%, rgba(0,0,0,.6) 100%);
  pointer-events: none;
}

.author-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  left: 0;
  color: var(--ink-200);
  font-size: 11px;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.author-bio p:first-child {
  color: var(--ink-100);
  font-family: var(--font-editorial);
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
}

.author-sig {
  margin-top: 28px;
  color: var(--gold-700);
  font-family: var(--font-display);
  font-size: 32px;
  font-style: italic;
  opacity: .8;
}

.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.t-card {
  padding: 36px;
}

.t-stars {
  margin-bottom: 16px;
  color: var(--gold-500);
  font-size: 13px;
  letter-spacing: .14em;
}

.t-quote-mark {
  margin-bottom: 4px;
  color: var(--gold-500);
  font-size: 56px;
  line-height: .6;
}

.t-quote {
  max-width: 38ch;
  margin: 0 0 24px;
  color: var(--ink-050);
  font-size: 19px;
  line-height: 1.5;
}

.t-rule {
  height: 1px;
  margin: 16px 0;
  background: var(--gold-700);
}

.t-attr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-avatar {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold-700);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink-400), var(--ink-300));
}

.t-name {
  color: var(--ink-050);
  font-size: 14px;
  font-weight: 600;
}

.t-role {
  color: var(--ink-200);
  font-size: 13px;
}

.marquee-wrap {
  overflow: hidden;
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--ink-400);
  border-bottom: 1px solid var(--ink-400);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 64px;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  flex-shrink: 0;
  color: var(--ink-200);
  font-size: 17px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.center-heading {
  margin-bottom: 48px;
  text-align: center;
}

.pricing-outer {
  display: flex;
  justify-content: center;
}

.pricing {
  width: 100%;
  max-width: 520px;
  padding: 52px;
  border-top: 2px solid var(--gold-500);
  border-right: 1px solid var(--ink-400);
  border-bottom: 1px solid var(--ink-400);
  border-left: 1px solid var(--ink-400);
  background: var(--ink-600);
  box-shadow: var(--shadow-gold);
}

.price-name {
  margin: 0 0 8px;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.price-sub {
  margin: 0 0 32px;
  color: var(--ink-200);
  font-family: var(--font-editorial);
  font-size: 18px;
  font-style: italic;
}

.price-urgency {
  margin-bottom: 28px;
  padding: 14px 18px;
  border: 1px solid var(--gold-900);
  background: color-mix(in srgb, var(--ink-400), transparent 35%);
  color: var(--gold-300);
  font-size: 13px;
  letter-spacing: .06em;
  text-align: center;
}

.price-num {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.price-old {
  color: var(--ink-300);
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 24px;
  text-decoration: line-through;
}

.price-new {
  color: var(--gold-300);
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.price-currency {
  color: var(--ink-200);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.price-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink-400), transparent 30%);
  color: var(--ink-100);
  font-size: 15px;
}

.price-list li::before {
  content: "✓";
  flex: 0 0 auto;
  color: var(--gold-500);
  font-weight: 700;
}

.price-fine,
.final-subline {
  color: var(--ink-300);
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.price-fine {
  margin: 16px 0 0;
}

.faq-list {
  margin-top: 48px;
}

.faq-item {
  border-bottom: 1px solid var(--ink-400);
}

.faq-q {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border: none;
  background: transparent;
  color: var(--ink-050);
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.faq-q:hover {
  color: var(--gold-300);
}

.faq-caret {
  flex: 0 0 auto;
  color: var(--gold-500);
  font-size: 20px;
  transition: transform .32s var(--ease-quiet);
}

.faq-item.open .faq-caret {
  transform: rotate(45deg);
}

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .32s var(--ease-quiet);
}

.faq-a-inner {
  max-width: 65ch;
  padding: 0 0 24px;
  color: var(--ink-200);
  font-size: 16px;
  line-height: 1.65;
}

.final {
  padding: 140px 0;
  border-bottom: none;
  text-align: center;
}

.final-rule {
  width: min(280px, 80%);
  height: 4px;
  margin: 0 auto;
  background: var(--foil-brushed);
}

.final-line {
  max-width: 18ch;
  margin: 36px auto;
  color: var(--ink-050);
  font-family: var(--font-display);
  font-size: 38px;
  font-style: italic;
  line-height: 1.25;
}

.final-subline {
  margin: 16px 0 0;
}

.footer {
  padding: 88px 0 44px;
  border-top: 1px solid var(--line-luxury);
  background:
    linear-gradient(180deg, #050605 0%, #030403 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.4fr;
  gap: 48px;
}

.footer-tagline {
  margin: 16px 0 20px;
  color: color-mix(in srgb, var(--ink-100), transparent 16%);
  font-family: var(--font-editorial);
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}

.footer-meta,
.footer-newsletter-text {
  color: var(--ink-200);
  font-size: 14px;
  line-height: 1.6;
}

.footer-meta {
  color: var(--ink-300);
  font-size: 13px;
  line-height: 1.8;
}

.footer-meta p,
.footer-newsletter-text {
  margin: 0 0 12px;
}

.footer h5 {
  margin: 0 0 18px;
  color: var(--ink-050);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  color: var(--ink-200);
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}

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

.footer .btn {
  display: inline-flex;
  color: var(--ink-900);
  line-height: 1.2;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-input-row {
  display: flex;
  gap: 8px;
}

.footer-input {
  min-width: 0;
  flex: 1;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--gold-700), transparent 74%);
  border-radius: var(--radius-1);
  background: rgba(255,255,255,.025);
  color: var(--ink-050);
  font: 14px var(--font-ui);
}

.footer-input::placeholder {
  color: var(--ink-300);
}

.footer-input:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold-500), transparent 88%);
  outline: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-luxury);
  color: var(--ink-300);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-bottom a {
  display: inline;
  color: var(--ink-300);
}

.archive-entry {
  padding: 28px 0;
  border-bottom: 1px solid var(--ink-400);
}

.archive-entry .h2 a {
  color: var(--ink-050);
  text-decoration: none;
}

.page-content {
  color: var(--ink-100);
}

.page-content h2,
.page-content h3 {
  color: var(--ink-050);
  font-family: var(--font-display);
}

.page-content a {
  text-underline-offset: 4px;
}

:lang(el) body,
html[lang^="el"] body,
body:lang(el),
body[lang^="el"],
:lang(el) .page-content,
html[lang^="el"] .page-content {
  font-family: "Noto Sans", var(--font-ui);
  line-height: 1.78;
  hyphens: auto;
}

:lang(el) .brand,
html[lang^="el"] .brand,
:lang(el) .footer-brand,
html[lang^="el"] .footer-brand,
:lang(el) .h2,
html[lang^="el"] .h2,
:lang(el) .hero-headline,
html[lang^="el"] .hero-headline,
:lang(el) .myth-title,
html[lang^="el"] .myth-title,
:lang(el) .disc-title,
html[lang^="el"] .disc-title,
:lang(el) .week-title,
html[lang^="el"] .week-title,
:lang(el) .bonus-title,
html[lang^="el"] .bonus-title,
:lang(el) .solution-manifesto,
html[lang^="el"] .solution-manifesto,
:lang(el) .inside-pull,
html[lang^="el"] .inside-pull,
:lang(el) .author-sig,
html[lang^="el"] .author-sig,
:lang(el) .price-name,
html[lang^="el"] .price-name,
:lang(el) .final-line,
html[lang^="el"] .final-line,
:lang(el) .page-content h2,
:lang(el) .page-content h3,
html[lang^="el"] .page-content h2,
html[lang^="el"] .page-content h3 {
  font-family: "GFS Didot", "Noto Serif", Georgia, serif;
  overflow-wrap: anywhere;
}

:lang(el) .lead,
html[lang^="el"] .lead,
:lang(el) .price-sub,
html[lang^="el"] .price-sub,
:lang(el) .author-bio p:first-child,
html[lang^="el"] .author-bio p:first-child,
:lang(el) .footer-tagline,
html[lang^="el"] .footer-tagline {
  font-family: "Noto Serif", "GFS Didot", Georgia, serif;
  line-height: 1.68;
}

:lang(el) .hero-headline,
html[lang^="el"] .hero-headline {
  line-height: 1.08;
}

:lang(el) .h2,
html[lang^="el"] .h2,
:lang(el) .solution-manifesto,
html[lang^="el"] .solution-manifesto,
:lang(el) .final-line,
html[lang^="el"] .final-line {
  line-height: 1.22;
}

:lang(el) .eyebrow,
html[lang^="el"] .eyebrow,
:lang(el) .announce,
html[lang^="el"] .announce,
:lang(el) .proof-inner,
html[lang^="el"] .proof-inner,
:lang(el) .proof-logo,
html[lang^="el"] .proof-logo,
:lang(el) .hero-fineprint,
html[lang^="el"] .hero-fineprint,
:lang(el) .myth-num,
html[lang^="el"] .myth-num,
:lang(el) .disc-num,
html[lang^="el"] .disc-num,
:lang(el) .week-num,
html[lang^="el"] .week-num,
:lang(el) .week-rule,
html[lang^="el"] .week-rule,
:lang(el) .week-tag,
html[lang^="el"] .week-tag,
:lang(el) .bonus-label,
html[lang^="el"] .bonus-label,
:lang(el) .price-eyebrow,
html[lang^="el"] .price-eyebrow,
:lang(el) .price-currency,
html[lang^="el"] .price-currency,
:lang(el) .price-fine,
html[lang^="el"] .price-fine,
:lang(el) .final-subline,
html[lang^="el"] .final-subline,
:lang(el) .footer h5,
html[lang^="el"] .footer h5,
:lang(el) .footer-bottom,
html[lang^="el"] .footer-bottom {
  letter-spacing: .055em;
}

:lang(el) .btn,
html[lang^="el"] .btn {
  letter-spacing: .055em;
}

:lang(el) .part-label,
html[lang^="el"] .part-label {
  letter-spacing: .08em;
}

:lang(el) .vc-panel-line strong,
html[lang^="el"] .vc-panel-line strong,
:lang(el) .vc-check-list li,
html[lang^="el"] .vc-check-list li,
:lang(el) .vc-course-list li,
html[lang^="el"] .vc-course-list li,
:lang(el) .vc-tags span,
html[lang^="el"] .vc-tags span {
  overflow-wrap: anywhere;
}

/* Legacy Greek selectors kept for browser support that applies :lang() differently. */
:lang(el) .page-content h2,
:lang(el) .page-content h3 {
  font-family: "GFS Didot", "Noto Serif", Georgia, serif;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s var(--ease-quiet), transform .6s var(--ease-quiet);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal,
  .marquee-track {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .vc-hero-grid,
  .author-grid {
    grid-template-columns: 1fr;
  }

  .hero-cover-wrap,
  .vc-hero-panel {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .vc-service-grid,
  .vc-training-layout,
  .vc-insight-grid,
  .vc-split,
  .vc-contact-grid,
  .vc-client-columns {
    grid-template-columns: 1fr;
  }

  .hero-headline {
    max-width: 13ch;
  }

  .vc-copy-stack {
    padding-left: 0;
    border-left: none;
  }

  .section--dossier .bonus-items {
    grid-template-columns: 1fr;
  }

  .section--dossier .bonus-card,
  .section--dossier .vc-client-columns > div {
    border-right: none;
    border-bottom: 1px solid color-mix(in srgb, var(--gold-700), transparent 70%);
  }

  .section--dossier .bonus-card:last-child,
  .section--dossier .vc-client-columns > div:last-child {
    border-bottom: none;
  }

  .myths-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }

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

@media (max-width: 860px) {
  .inside-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .wrap {
    padding: 0 20px;
  }

  .announce {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .announce-dot {
    margin: 0 10px;
  }

  .nav-links .nav-link,
  .nav-links > .menu-item {
    display: none;
  }

  .nav-inner {
    gap: 12px;
  }

  .brand {
    max-width: 30vw;
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-logo {
    max-width: 34vw;
    height: 58px;
  }

  .nav-links {
    gap: 12px;
    min-width: 0;
  }

  .nav-links .nav-cta {
    display: none;
  }

  .vc-hero-panel {
    padding: 20px;
  }

  .vc-mark-wrap {
    min-height: 170px;
  }

  .vc-contact-form {
    grid-template-columns: 1fr;
  }

  .vc-feature-course {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-contact-form {
    padding: 22px;
  }

  .section {
    padding: 56px 0;
  }

  .hero {
    padding: 48px 0 56px;
  }

  .hero .hero-grid > div:first-child,
  .hero-cover-wrap {
    text-align: center;
  }

  .hero-cover-wrap {
    margin: 8px auto 0;
  }

  .hero-headline {
    margin: 16px 0 20px;
    font-size: 44px;
  }

  .hero .lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .hero-cta {
    justify-content: center;
    margin: 24px 0 12px;
  }

  .btn--lg {
    width: 100%;
    padding: 16px 20px;
    font-size: 13px;
  }

  .eyebrow-rule {
    margin: 12px 0 20px;
  }

  .h2 {
    font-size: 28px;
  }

  .lead {
    font-size: 17px;
  }

  .myths-grid,
  .bonus-items {
    grid-template-columns: 1fr;
  }

  .myth {
    padding: 24px 0 20px;
  }

  .pain-list,
  .disciplines-grid,
  .t-grid,
  .bonus-items,
  .faq-list {
    margin-top: 28px;
  }

  .pain-item {
    padding: 18px 0;
    font-size: 15px;
  }

  .solution-manifesto,
  .final-line {
    font-size: 28px;
  }

  .discipline-item,
  .bonus-card,
  .t-card {
    padding: 22px 24px;
  }

  .inside-header {
    margin-bottom: 32px;
  }

  .inside-pull {
    padding: 16px 0;
    font-size: 17px;
  }

  .part-label {
    margin-top: 20px;
    padding: 18px 0 6px;
  }

  .week-row {
    grid-template-columns: 40px 1fr;
    gap: 4px 12px;
  }

  .vc-insight-row {
    display: block;
  }

  .week-tag {
    grid-column: 2;
    padding-top: 8px;
    white-space: normal;
  }

  .stats-row {
    flex-direction: column;
    margin-top: 36px;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--ink-400);
    padding: 24px 16px;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .pricing {
    padding: 28px 22px;
  }

  .price-new {
    font-size: 52px;
  }

  .footer {
    padding: 48px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-input-row {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .proof-inner {
    gap: 12px 18px;
  }

  .proof-sep {
    display: none;
  }

  .proof-logo {
    letter-spacing: .14em;
  }
}

@media (max-width: 360px) {
  .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-headline {
    font-size: 40px;
  }

  .eyebrow {
    letter-spacing: .24em;
  }

  .price-new {
    font-size: 48px;
  }
}
