:root {
  --vf-ink: #06111f;
  --vf-ink-soft: #0b1d33;
  --vf-navy: #092b61;
  --vf-cobalt: #1464ff;
  --vf-cobalt-dark: #0b43b9;
  --vf-gold: #c99a3d;
  --vf-gold-light: #f0c76e;
  --vf-coral: #ee5546;
  --vf-ivory: #f7f3ec;
  --vf-white: #fff;
  --vf-text: #142339;
  --vf-muted: #647187;
  --vf-line: rgba(15, 36, 64, .12);
  --vf-shadow: 0 24px 70px rgba(3, 17, 37, .14);
  --vf-radius: 24px;
  --vf-radius-sm: 14px;
  --vf-shell: min(1180px, calc(100% - 44px));
  --vf-display: Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  --vf-editorial: "Iowan Old Style", Baskerville, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vf-text); background: #fff; font: 16px/1.65 var(--vf-display); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--vf-ink); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 7.4vw, 7rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.35rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.vf-shell { width: var(--vf-shell); margin-inline: auto; }
.vf-narrow { max-width: 820px; }
.screen-reader-text, .vf-skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.vf-skip-link:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; border-radius: 8px; }
.vf-icon { width: 1.25em; height: 1.25em; vertical-align: -.18em; flex: 0 0 auto; }
.vf-kicker, .vf-eyebrow { color: var(--vf-gold); font-weight: 800; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; }
.vf-centered { text-align: center; margin-inline: auto; }
.vf-on-dark h2, .vf-on-dark h3, .vf-on-dark p { color: #fff; }
.vf-gold-text { color: var(--vf-gold-light) !important; }

.vf-site-header { position: sticky; top: 0; z-index: 1000; height: 86px; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(9, 43, 97, .08); backdrop-filter: blur(20px); transition: height .3s ease, box-shadow .3s ease; }
.vf-site-header.is-scrolled { height: 72px; box-shadow: 0 12px 36px rgba(6, 17, 31, .09); }
.vf-header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.vf-brand { display: flex; align-items: center; width: min(310px, 29vw); margin-right: auto; }
.vf-brand img { width: 100%; max-height: 64px; object-fit: contain; object-position: left center; }
.vf-brand .custom-logo-link { display: block; }
.vf-primary-nav .vf-menu { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 35px); list-style: none; margin: 0; padding: 0; }
.vf-primary-nav a { color: #18253a; font-size: .9rem; font-weight: 650; }
.vf-primary-nav a:hover, .vf-primary-nav .current-menu-item > a { color: var(--vf-cobalt); }
.vf-header-actions { display: flex; align-items: center; gap: 20px; }
.vf-header-login { font-size: .88rem; font-weight: 700; }
.vf-mobile-actions, .vf-menu-toggle { display: none; }
.vf-menu-toggle { width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.vf-menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--vf-ink); transition: .3s ease; }

.vf-button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; font-size: .9rem; line-height: 1; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; cursor: pointer; }
.vf-button:hover { transform: translateY(-2px); }
.vf-button--primary { background: var(--vf-cobalt); color: #fff; box-shadow: 0 12px 28px rgba(20, 100, 255, .22); }
.vf-button--primary:hover { background: var(--vf-cobalt-dark); }
.vf-button--gold { color: #fff; background: linear-gradient(135deg, #b98225, var(--vf-gold-light)); box-shadow: 0 14px 34px rgba(201, 154, 61, .24); }
.vf-button--ghost { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .05); }
.vf-button--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.vf-button--outline { color: var(--vf-navy); border-color: rgba(9, 43, 97, .24); background: transparent; }
.vf-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

.vf-dark-stage { color: #fff; background: radial-gradient(circle at 67% 46%, rgba(20, 100, 255, .28), transparent 25%), linear-gradient(135deg, #020910, #071b34 57%, #031020); }
.vf-hero { position: relative; min-height: 740px; overflow: hidden; }
.vf-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 74%); }
.vf-hero-glow { position: absolute; width: 520px; height: 520px; right: 12%; top: 14%; border-radius: 50%; background: rgba(20, 100, 255, .18); filter: blur(48px); }
.vf-hero-grid { position: relative; min-height: 740px; display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 28px; }
.vf-hero-copy { position: relative; z-index: 3; padding: 68px 0 80px; }
.vf-hero h1 { max-width: 700px; margin-bottom: 28px; color: #fff; font-weight: 760; letter-spacing: -.065em; }
.vf-hero-lead { max-width: 600px; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 1.8vw, 1.38rem); line-height: 1.6; }
.vf-hero .vf-button-row { margin-top: 36px; }
.vf-audio-pill { width: 290px; margin-top: 32px; padding: 13px 15px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(7, 26, 50, .72); box-shadow: 0 20px 45px rgba(0,0,0,.23); }
.vf-audio-play { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: var(--vf-cobalt); cursor: pointer; }
.vf-audio-pill > div { flex: 1; }
.vf-audio-pill small { display: block; margin-top: 5px; color: rgba(255,255,255,.6); font-size: .7rem; }
.vf-waveform, .vf-mini-wave { display: block; height: 22px; background: repeating-linear-gradient(90deg, #1986ff 0 2px, transparent 2px 5px); mask-image: linear-gradient(to bottom, transparent 0, #000 25%, #000 75%, transparent 100%); }
.vf-hero-visual { position: relative; align-self: stretch; min-height: 740px; }
.vf-founder-hero { position: absolute; z-index: 2; bottom: 0; left: -5%; width: min(590px, 43vw); max-height: 700px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 42px rgba(0,0,0,.34)); }
.vf-level-stack { position: absolute; z-index: 4; right: -2%; top: 90px; width: 210px; display: grid; gap: 17px; }
.vf-level-stack article { padding: 17px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(17, 42, 75, .92), rgba(5, 20, 38, .9)); box-shadow: 0 18px 45px rgba(0,0,0,.27); backdrop-filter: blur(14px); }
.vf-level-stack article > span { color: var(--vf-gold-light); font-family: var(--vf-editorial); font-size: 1.55rem; }
.vf-level-stack strong, .vf-level-stack small { display: block; }
.vf-level-stack strong { color: #fff; font-size: .74rem; }
.vf-level-stack small { color: rgba(255,255,255,.64); font-size: .62rem; }

.vf-stat-ribbon { border-bottom: 1px solid var(--vf-line); background: var(--vf-ivory); }
.vf-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.vf-stats > div { min-height: 158px; padding: 24px 30px; display: grid; place-items: center; text-align: center; border-right: 1px solid var(--vf-line); }
.vf-stats > div:last-child { border-right: 0; }
.vf-stats strong { color: var(--vf-gold); font: 3rem/1 var(--vf-editorial); }
.vf-stats span, .vf-stats small { display: block; }
.vf-stats span { color: var(--vf-ink); font: 1.1rem/1.4 var(--vf-editorial); }
.vf-stats small { color: var(--vf-muted); }

.vf-section { padding: clamp(78px, 9vw, 128px) 0; }
.vf-section-heading { max-width: 840px; margin-bottom: 52px; }
.vf-section-heading h2 { margin-bottom: 14px; }
.vf-section-heading > p:last-child { color: var(--vf-muted); font-size: 1.08rem; }
.vf-skills-section { background: linear-gradient(#fff, #fbfaf8); }
.vf-skills-stage { display: grid; grid-template-columns: 150px minmax(0, 1fr) 150px; align-items: center; gap: 28px; }
.vf-skill-side { display: grid; gap: 26px; }
.vf-skill-card { min-height: 190px; padding: 25px 18px; text-align: center; border: 1px solid var(--vf-line); border-radius: 17px; background: #fff; box-shadow: 0 14px 36px rgba(4, 22, 48, .08); }
.vf-skill-card .vf-icon { width: 38px; height: 38px; color: var(--vf-gold); }
.vf-skill-card h3 { margin: 13px 0 8px; font: 1.15rem var(--vf-editorial); }
.vf-skill-card p { margin: 0; color: var(--vf-muted); font-size: .78rem; }
.vf-dashboard-card { min-height: 460px; padding: 22px; display: grid; grid-template-columns: 120px 1fr; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: #fff; background: linear-gradient(145deg, #06182d, #0a2342); box-shadow: var(--vf-shadow); }
.vf-dashboard-nav { padding: 13px; display: flex; flex-direction: column; gap: 14px; border-right: 1px solid rgba(255,255,255,.1); }
.vf-dashboard-nav span { padding: 8px 10px; color: rgba(255,255,255,.55); font-size: .74rem; border-radius: 7px; }
.vf-dashboard-nav span:first-of-type { color: #fff; background: var(--vf-cobalt); }
.vf-dashboard-main { padding: 8px 8px 8px 22px; }
.vf-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.vf-metric-grid > div { padding: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.045); }
.vf-metric-grid small, .vf-metric-grid strong { display: block; }
.vf-metric-grid small { color: rgba(255,255,255,.58); font-size: .61rem; }
.vf-metric-grid strong { margin-top: 7px; color: #fff; font-size: 1.5rem; }
.vf-dashboard-detail { margin-top: 13px; display: grid; grid-template-columns: 1.5fr .8fr; gap: 13px; }
.vf-progress-chart, .vf-next-lesson { min-height: 252px; padding: 17px; border-radius: 12px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.vf-progress-chart { position: relative; overflow: hidden; }
.vf-chart-line { position: absolute; inset: 70px 25px 45px; background: linear-gradient(165deg, transparent 45%, #1679ff 45.5% 47%, transparent 47.5%), linear-gradient(155deg, transparent 57%, #1679ff 57.5% 59%, transparent 59.5%), linear-gradient(140deg, transparent 68%, #1679ff 68.5% 70%, transparent 70.5%); }
.vf-chart-labels { position: absolute; bottom: 14px; inset-inline: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.46); }
.vf-next-lesson small, .vf-next-lesson strong { display: block; }
.vf-next-lesson small { color: rgba(255,255,255,.55); }
.vf-next-lesson strong { margin: 10px 0; }
.vf-next-lesson a { display: block; margin-top: 22px; padding: 10px; text-align: center; border-radius: 8px; color: #fff; background: var(--vf-cobalt); font-size: .75rem; font-weight: 800; }

.vf-programmes-stage { color: #fff; background: radial-gradient(circle at 50% 20%, rgba(20,100,255,.28), transparent 32%), linear-gradient(125deg, #061329, #092c62 50%, #061329); }
.vf-programme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vf-programme-card { position: relative; min-height: 345px; padding: 30px 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 21px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); backdrop-filter: blur(14px); transition: transform .3s ease, border-color .3s ease; }
.vf-programme-card:hover { transform: translateY(-7px); border-color: rgba(201,154,61,.8); }
.vf-programme-card.is-featured { border-color: rgba(20,100,255,.8); box-shadow: 0 25px 60px rgba(0,0,0,.2), 0 0 0 1px rgba(20,100,255,.3); }
.vf-flagship, .vf-popular { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 6px 13px; border-radius: 999px; color: #fff; background: var(--vf-cobalt); font-size: .6rem; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.vf-programme-level { color: var(--vf-gold-light); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.vf-programme-card h3 { margin: 20px 0 14px; color: #fff; font: 1.7rem/1.05 var(--vf-editorial); letter-spacing: -.03em; }
.vf-programme-card p { color: rgba(255,255,255,.68); font-size: .88rem; }
.vf-programme-meta { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.vf-programme-meta strong { color: var(--vf-gold-light); }
.vf-programme-card > a { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-weight: 800; font-size: .8rem; }

.vf-founder-section { overflow: hidden; background: var(--vf-ivory); }
.vf-founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.vf-founder-image { position: relative; min-height: 620px; display: flex; align-items: end; justify-content: center; }
.vf-founder-image::before { content: ""; position: absolute; z-index: 0; width: 84%; aspect-ratio: 1; bottom: 0; border-radius: 50% 50% 4px 4px; background: linear-gradient(145deg, #ded8cf, #fff); }
.vf-founder-image img { position: relative; z-index: 2; max-height: 620px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(4,22,48,.14)); }
.vf-founder-orbit { position: absolute; z-index: 1; width: 90%; aspect-ratio: 1; border: 1px solid rgba(201,154,61,.42); border-radius: 50%; }
.vf-founder-copy h2 { font-family: var(--vf-editorial); font-weight: 500; }
.vf-large-copy { color: var(--vf-navy); font-size: 1.35rem; }
.vf-founder-copy > p { max-width: 680px; }
.vf-credential-grid { margin: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vf-credential-grid > div { padding-right: 16px; border-right: 1px solid var(--vf-line); }
.vf-credential-grid > div:last-child { border-right: 0; }
.vf-credential-grid span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--vf-gold); }
.vf-credential-grid strong, .vf-credential-grid small { display: block; }
.vf-credential-grid small { margin-top: 5px; color: var(--vf-muted); font-size: .68rem; }

.vf-progress-stage { position: relative; overflow: hidden; padding-bottom: 0; color: #fff; background: radial-gradient(circle at 86% 40%, rgba(20,100,255,.2), transparent 25%), var(--vf-ink); }
.vf-progress-grid { min-height: 560px; display: grid; grid-template-columns: .62fr 1.1fr .55fr; align-items: center; gap: 25px; }
.vf-progress-copy { align-self: center; }
.vf-progress-copy h2 { color: #fff; font-family: var(--vf-editorial); font-weight: 500; }
.vf-progress-copy p { color: rgba(255,255,255,.66); }
.vf-progress-dashboard { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(11,33,61,.78); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.vf-progress-body { margin-top: 13px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 13px; }
.vf-progress-body > div { position: relative; min-height: 210px; padding: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.04); }
.vf-progress-body span { display: flex; gap: 7px; margin-top: 13px; color: rgba(255,255,255,.62); font-size: .72rem; }
.vf-progress-body button { position: absolute; bottom: 16px; left: 16px; padding: 10px 13px; border: 0; border-radius: 7px; color: #fff; background: var(--vf-cobalt); }
.vf-large-chart { overflow: hidden; }
.vf-founder-tablet { align-self: end; max-height: 530px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 24px 32px rgba(0,0,0,.3)); }

.vf-outcomes { padding-bottom: 80px; }
.vf-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vf-outcome-grid article { padding: 25px; border-left: 1px solid var(--vf-line); }
.vf-outcome-grid article:first-child { border-left: 0; }
.vf-outcome-grid .vf-icon { width: 42px; height: 42px; padding: 9px; border-radius: 50%; color: #fff; background: var(--vf-cobalt); }
.vf-outcome-grid article:nth-child(2) .vf-icon { background: var(--vf-gold); }
.vf-outcome-grid article:nth-child(3) .vf-icon { background: var(--vf-coral); }
.vf-outcome-grid h3 { margin: 18px 0 8px; }
.vf-outcome-grid p { color: var(--vf-muted); font-size: .85rem; }
.vf-testimonial { max-width: 850px; margin: 80px auto 0; text-align: center; border: 0; }
.vf-testimonial p { margin-bottom: 15px; color: var(--vf-ink); font: clamp(1.7rem, 3.5vw, 3rem)/1.25 var(--vf-editorial); }
.vf-testimonial cite { color: var(--vf-muted); font-style: normal; }

.vf-final-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--vf-coral), #be4550 42%, var(--vf-cobalt-dark) 65%, #082a5d); }
.vf-final-cta::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(120deg, transparent 0 28px, #fff 28px 29px); }
.vf-final-cta-inner { position: relative; min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.vf-final-cta h2 { max-width: 720px; margin: 0; color: #fff; font-family: var(--vf-editorial); font-weight: 500; }

.vf-site-footer { padding-top: 65px; color: rgba(255,255,255,.7); background: #031020; }
.vf-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; }
.vf-footer-brand > a { display: flex; align-items: center; gap: 12px; color: #fff; font: 1rem var(--vf-editorial); letter-spacing: .04em; }
.vf-footer-brand > a span small { display: block; color: var(--vf-gold); font: .55rem var(--vf-display); letter-spacing: .32em; }
.vf-footer-brand p { max-width: 320px; margin-top: 18px; font-size: .83rem; }
.vf-site-footer h2 { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.vf-site-footer ul { list-style: none; padding: 0; margin: 0; }
.vf-site-footer li { margin: 8px 0; }
.vf-site-footer li a { font-size: .78rem; }
.vf-site-footer a:hover { color: #fff; }
.vf-socials { display: flex; gap: 8px; margin-top: 20px; }
.vf-socials a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; font-size: .58rem; font-weight: 800; }
.vf-footer-bottom { margin-top: 50px; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.vf-footer-bottom p { margin: 0; }
.vf-whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: .7rem; font-weight: 900; }

/* Inner pages */
.vf-page-hero { position: relative; overflow: hidden; padding: clamp(95px, 12vw, 160px) 0; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(20,100,255,.28), transparent 30%), linear-gradient(135deg, #04101d, #092b61); }
.vf-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 80px 80px; }
.vf-page-hero .vf-shell { position: relative; }
.vf-page-hero h1 { max-width: 1000px; margin-bottom: 22px; color: #fff; font-size: clamp(3rem, 6.4vw, 6rem); }
.vf-page-hero p:not(.vf-eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.vf-page-hero .vf-button-row { margin-top: 32px; }
.vf-anchor-nav { position: sticky; z-index: 80; top: 72px; overflow-x: auto; border-bottom: 1px solid var(--vf-line); background: rgba(255,255,255,.95); backdrop-filter: blur(15px); }
.vf-anchor-nav .vf-shell { min-height: 62px; display: flex; align-items: center; gap: 30px; white-space: nowrap; }
.vf-anchor-nav a { font-size: .76rem; font-weight: 750; }
.vf-programme-detail { border-bottom: 1px solid var(--vf-line); }
.vf-programme-detail:nth-of-type(even) { background: #fbfaf8; }
.vf-programme-detail-header { margin-bottom: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.vf-programme-detail-header h2 { margin-bottom: 12px; font-family: var(--vf-editorial); font-weight: 500; }
.vf-programme-detail-header p { color: var(--vf-muted); }
.vf-programme-outcome { padding: 25px; border-left: 3px solid var(--vf-gold); color: var(--vf-navy) !important; font-size: 1.15rem; background: #fff; box-shadow: 0 12px 35px rgba(4,22,48,.06); }
.vf-detail-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 44px; align-items: start; }
.vf-feature-list { list-style: none; padding: 0; margin: 0; }
.vf-feature-list li { margin: 0 0 14px; display: flex; align-items: flex-start; gap: 10px; }
.vf-feature-list .vf-icon { margin-top: 4px; color: var(--vf-cobalt); }
.vf-pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vf-pricing-grid.has-three { grid-template-columns: repeat(3, 1fr); }
.vf-price-card { position: relative; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--vf-line); border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(4,22,48,.07); }
.vf-price-card.is-featured { border-color: var(--vf-cobalt); box-shadow: 0 22px 55px rgba(20,100,255,.13); }
.vf-price-card > strong { color: var(--vf-navy); font-size: 2.2rem; }
.vf-price-card > strong small { font-size: .9rem; }
.vf-price-card > small { min-height: 45px; color: var(--vf-muted); }
.vf-price-card ul { flex: 1; list-style: none; padding: 17px 0; }
.vf-price-card li { margin: 9px 0; display: flex; gap: 8px; color: var(--vf-muted); font-size: .8rem; }
.vf-price-card li .vf-icon { color: var(--vf-cobalt); }
.vf-club-section, .vf-values-stage { color: #fff; background: var(--vf-ink); }
.vf-club-section .vf-price-card { color: var(--vf-text); }
.vf-qualification-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.vf-qualification-list span { padding: 8px 12px; border: 1px solid rgba(9,43,97,.16); border-radius: 999px; color: var(--vf-navy); background: #fff; font-size: .75rem; font-weight: 750; }
.vf-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vf-value-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.vf-value-grid strong { color: var(--vf-gold); font: 2.4rem var(--vf-editorial); }
.vf-value-grid h3 { margin: 22px 0 10px; color: #fff; }
.vf-value-grid p { color: rgba(255,255,255,.62); font-size: .85rem; }
.vf-market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vf-market-grid > div { padding: 30px; border: 1px solid var(--vf-line); border-radius: 18px; background: var(--vf-ivory); }
.vf-market-grid p { margin: 0; color: var(--vf-muted); }
.vf-contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.vf-contact-cards { display: grid; gap: 14px; margin-top: 35px; }
.vf-contact-cards a { padding: 20px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--vf-line); border-radius: 14px; }
.vf-contact-cards a:hover { border-color: var(--vf-cobalt); }
.vf-contact-cards span { color: var(--vf-muted); }
.vf-form-card { padding: 38px; border-radius: 22px; background: var(--vf-ivory); box-shadow: var(--vf-shadow); }
.vf-contact-form { display: grid; gap: 18px; }
.vf-contact-form label { color: var(--vf-navy); font-size: .82rem; font-weight: 750; }
.vf-contact-form input, .vf-contact-form select, .vf-contact-form textarea { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid rgba(9,43,97,.18); border-radius: 9px; background: #fff; }
.vf-placement-test { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--vf-line); border-radius: 24px; box-shadow: var(--vf-shadow); }
.vf-test-progress { height: 7px; margin-bottom: 35px; overflow: hidden; border-radius: 999px; background: #e5e9ef; }
.vf-test-progress span { display: block; width: 10%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--vf-cobalt), var(--vf-gold)); transition: width .35s ease; }
.vf-test-question { border: 0; padding: 0; margin: 0; }
.vf-test-question legend { width: 100%; color: var(--vf-ink); font-size: 1.55rem; font-weight: 750; }
.vf-test-question legend small { display: block; margin-bottom: 8px; color: var(--vf-gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.vf-answer-grid { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.vf-answer-grid input { position: absolute; opacity: 0; }
.vf-answer-grid span { display: block; padding: 15px; border: 1px solid var(--vf-line); border-radius: 10px; cursor: pointer; }
.vf-answer-grid input:checked + span { border-color: var(--vf-cobalt); color: var(--vf-cobalt); background: rgba(20,100,255,.06); box-shadow: inset 0 0 0 1px var(--vf-cobalt); }
.vf-test-result { text-align: center; }
.vf-test-result h2 { font-family: var(--vf-editorial); }

.vf-dashboard-welcome { padding: 70px 0; color: #fff; background: linear-gradient(135deg, #04101d, #092b61); }
.vf-dashboard-welcome .vf-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vf-dashboard-welcome h1 { margin-bottom: 14px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.vf-dashboard-welcome p { color: rgba(255,255,255,.7); }
.vf-portal-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vf-portal-metrics article { padding: 25px; border: 1px solid var(--vf-line); border-radius: 18px; box-shadow: 0 12px 30px rgba(4,22,48,.06); }
.vf-portal-metrics small, .vf-portal-metrics strong, .vf-portal-metrics span { display: block; }
.vf-portal-metrics strong { margin: 8px 0; color: var(--vf-navy); font-size: 2rem; }
.vf-portal-metrics span { color: var(--vf-muted); font-size: .75rem; }
.vf-progress-bar { height: 7px; overflow: hidden; border-radius: 999px; background: #e5e9ef; }
.vf-progress-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--vf-cobalt), var(--vf-gold)); }
.vf-portal-grid { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vf-portal-panel { padding: 30px; border: 1px solid var(--vf-line); border-radius: 20px; background: var(--vf-ivory); }
.vf-portal-panel--wide { grid-column: 1 / -1; }
.vf-portal-panel .vf-button { margin-top: 25px; }
.vf-practice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.vf-practice-row a { padding: 18px; border-radius: 12px; background: #fff; font-weight: 750; }
.vf-practice-row span { display: block; color: var(--vf-muted); font-size: .7rem; }
.vf-integration-note { margin-top: 25px; padding: 14px; border-radius: 9px; color: var(--vf-muted); background: #f1f4f8; font-size: .75rem; }
.vf-practice-grid, .vf-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.vf-practice-grid article, .vf-resource-grid article { padding: 32px; border: 1px solid var(--vf-line); border-radius: 20px; box-shadow: 0 14px 40px rgba(4,22,48,.06); }
.vf-practice-grid article > .vf-icon, .vf-resource-grid article > .vf-icon { width: 44px; height: 44px; color: var(--vf-gold); }
.vf-practice-grid article > p, .vf-resource-grid article > p { color: var(--vf-muted); }
.vf-practice-grid article > a, .vf-resource-grid article > a { color: var(--vf-cobalt); font-weight: 800; }
.vf-demo-player, .vf-demo-question, .vf-demo-writing, .vf-demo-record { min-height: 130px; margin: 20px 0; padding: 17px; border-radius: 13px; background: var(--vf-ivory); }
.vf-demo-player { display: flex; align-items: center; gap: 14px; }
.vf-demo-player button, .vf-demo-record button { width: 45px; height: 45px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--vf-cobalt); }
.vf-demo-player .vf-waveform { flex: 1; }
.vf-demo-question label, .vf-demo-writing span { display: block; margin-top: 8px; }
.vf-demo-writing textarea { width: 100%; margin-top: 12px; border: 1px solid var(--vf-line); }
.vf-demo-record { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.vf-lead-magnet { margin-top: 40px; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--vf-ink), var(--vf-navy)); }
.vf-lead-magnet h2 { color: #fff; }
.vf-lead-magnet p { margin-bottom: 0; color: rgba(255,255,255,.66); }
.vf-content-page { min-height: 60vh; }
.vf-entry-content { padding-block: 70px; }
.vf-entry-content > * { max-width: 760px; margin-inline: auto; }
.vf-entry-content > .alignwide { max-width: 1180px; }
.vf-post-grid { padding-block: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.vf-post-card { border: 1px solid var(--vf-line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 35px rgba(4,22,48,.06); }
.vf-post-card > div { padding: 24px; }
.vf-post-card h2 { font-size: 1.35rem; }
.vf-error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.vf-error-page h1 { color: #fff; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .vf-primary-nav .vf-menu { gap: 16px; }
  .vf-brand { width: 245px; }
  .vf-founder-hero { left: -12%; width: 50vw; }
  .vf-level-stack { right: -3%; width: 180px; }
  .vf-programme-grid { grid-template-columns: repeat(2, 1fr); }
  .vf-progress-grid { grid-template-columns: .7fr 1.3fr; }
  .vf-founder-tablet { display: none; }
  .vf-pricing-grid.has-three { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  :root { --vf-shell: min(calc(100% - 34px), 760px); }
  .vf-header-actions, .vf-primary-nav { display: none; }
  .vf-menu-toggle { display: block; }
  .vf-primary-nav.is-open { position: fixed; inset: 72px 0 0; display: block; overflow-y: auto; padding: 32px 22px; background: rgba(255,255,255,.98); }
  .vf-primary-nav.is-open .vf-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .vf-primary-nav.is-open .vf-menu a { display: block; padding: 16px 4px; border-bottom: 1px solid var(--vf-line); font-size: 1.05rem; }
  .vf-mobile-actions { display: grid; gap: 12px; margin-top: 25px; }
  .vf-link-button { text-align: center; font-weight: 800; }
  .vf-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .vf-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .vf-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .vf-brand { width: 250px; }
  .vf-hero, .vf-hero-grid { min-height: auto; }
  .vf-hero-grid { grid-template-columns: 1fr; }
  .vf-hero-copy { padding: 70px 0 20px; text-align: center; }
  .vf-hero h1, .vf-hero-lead { margin-inline: auto; }
  .vf-hero .vf-button-row { justify-content: center; }
  .vf-audio-pill { margin-inline: auto; }
  .vf-hero-visual { min-height: 580px; }
  .vf-founder-hero { left: 4%; width: 70%; max-height: 560px; }
  .vf-level-stack { right: 1%; top: 40px; width: 190px; }
  .vf-skills-stage { grid-template-columns: 1fr; }
  .vf-skill-side { grid-template-columns: 1fr 1fr; }
  .vf-dashboard-card { order: -1; }
  .vf-founder-grid, .vf-programme-detail-header, .vf-detail-layout, .vf-contact-layout { grid-template-columns: 1fr; }
  .vf-founder-image { min-height: 560px; }
  .vf-progress-grid { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 80px; }
  .vf-outcome-grid, .vf-value-grid { grid-template-columns: repeat(2, 1fr); }
  .vf-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .vf-footer-grid > div:last-child { grid-column: 2 / -1; }
  .vf-final-cta-inner { padding-block: 55px; flex-direction: column; align-items: flex-start; }
  .vf-market-grid, .vf-portal-metrics { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  :root { --vf-shell: calc(100% - 28px); --vf-radius: 18px; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.6rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3rem); }
  .vf-site-header, .vf-site-header.is-scrolled { height: 70px; }
  .vf-brand { width: 215px; }
  .vf-hero-copy { padding-top: 58px; }
  .vf-hero-visual { min-height: 500px; }
  .vf-founder-hero { left: -7%; width: 95%; max-height: 500px; }
  .vf-level-stack { right: -2%; top: 20px; width: 150px; gap: 9px; }
  .vf-level-stack article { padding: 11px; grid-template-columns: 35px 1fr; }
  .vf-level-stack article > span { font-size: 1.1rem; }
  .vf-stats, .vf-programme-grid, .vf-outcome-grid, .vf-value-grid, .vf-market-grid, .vf-portal-metrics, .vf-practice-grid, .vf-resource-grid, .vf-post-grid { grid-template-columns: 1fr; }
  .vf-stats > div { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--vf-line); }
  .vf-skills-stage { gap: 16px; }
  .vf-skill-side { gap: 12px; }
  .vf-skill-card { min-height: 150px; padding: 20px 12px; }
  .vf-dashboard-card { min-height: 600px; padding: 14px; grid-template-columns: 1fr; }
  .vf-dashboard-nav { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .vf-dashboard-nav span { display: none; }
  .vf-dashboard-main { padding: 12px 0 0; }
  .vf-metric-grid { grid-template-columns: 1fr 1fr; }
  .vf-dashboard-detail, .vf-progress-body { grid-template-columns: 1fr; }
  .vf-next-lesson { min-height: 190px; }
  .vf-founder-image { min-height: 500px; }
  .vf-credential-grid { grid-template-columns: 1fr; }
  .vf-credential-grid > div { display: grid; grid-template-columns: 45px 1fr; border-right: 0; }
  .vf-credential-grid small { grid-column: 2; }
  .vf-progress-dashboard { padding: 14px; }
  .vf-outcome-grid article { border-left: 0; border-bottom: 1px solid var(--vf-line); }
  .vf-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .vf-footer-brand { grid-column: 1 / -1; }
  .vf-footer-grid > div:last-child { grid-column: auto; }
  .vf-footer-bottom { flex-direction: column; }
  .vf-pricing-grid, .vf-pricing-grid.has-three { grid-template-columns: 1fr; }
  .vf-answer-grid, .vf-portal-grid, .vf-practice-row { grid-template-columns: 1fr; }
  .vf-portal-panel--wide { grid-column: auto; }
  .vf-lead-magnet, .vf-dashboard-welcome .vf-shell { align-items: flex-start; flex-direction: column; }
  .vf-page-hero { padding: 85px 0; }
  .vf-page-hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .vf-whatsapp-float { width: 48px; height: 48px; right: 14px; bottom: 14px; }
}
