/* VirtualConference.app public home, 2026-09-05
   A focused marketing surface layered over the shared product system. */

.vc-home {
  --vc-red: #ff1028;
  --vc-ink: #09090b;
  --vc-paper: #f4f3ef;
  --vc-soft: #aaa9b0;
  --vc-line: rgba(255, 255, 255, 0.12);
  background: var(--vc-ink);
  color: #b8b8be;
  font-size: 16px;
}

.vc-home h1,
.vc-home h2,
.vc-home .meet-h {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.055em;
  text-transform: none;
}

.vc-home h3,
.vc-home h4 {
  letter-spacing: -0.025em;
}

.vc-home .container {
  width: min(1320px, calc(100% - 48px));
}

.vc-site-header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 100;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(13, 13, 15, 0.78);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.vc-site-header.scrolled {
  background: rgba(13, 13, 15, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
}

.vc-header-inner {
  min-height: 64px;
  width: 100%;
  padding: 0 10px 0 16px;
}

.brand-word.vc-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.brand-word.vc-brand > span:last-child > span {
  color: #797980;
  font-weight: 600;
}

.vc-brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--vc-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: -0.04em;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), 0 7px 24px rgba(255, 16, 40, 0.24);
}

.vc-site-header .main-nav {
  gap: 1.7rem;
}

.vc-site-header .main-nav a {
  color: #aaaab0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.vc-site-header .main-nav a:hover {
  color: #fff;
}

.vc-header-cta {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 11px;
  box-shadow: none;
}

.vc-home .btn {
  min-height: 48px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: -0.015em;
  text-transform: none;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}

.vc-home .btn:active,
.vc-home button:active {
  transform: scale(0.97);
}

.vc-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 18px 0 21px;
  background: var(--vc-red);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(255, 16, 40, 0.2), inset 0 1px rgba(255, 255, 255, 0.25);
}

.vc-primary-cta:hover {
  background: #ff2c40;
  box-shadow: 0 18px 48px rgba(255, 16, 40, 0.3), inset 0 1px rgba(255, 255, 255, 0.28);
}

.vc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(142px, 15vw, 194px) 0 0;
  min-height: 930px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #09090b;
  background-size: 72px 72px;
  background-position: center -1px;
}

.vc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #09090b 0%, transparent 18%, transparent 82%, #09090b 100%), linear-gradient(#09090b 0%, transparent 22%, transparent 75%, #09090b 100%);
}

.vc-hero-glow {
  position: absolute;
  top: -370px;
  left: 50%;
  width: 920px;
  height: 720px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 16, 40, 0.24), rgba(255, 16, 40, 0.04) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.vc-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
}

.vc-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 19px;
  color: #93939a;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vc-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vc-red);
  box-shadow: 0 0 18px rgba(255, 16, 40, 0.85);
}

.vc-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.65rem, 5.2vw, 5.25rem);
  font-weight: 760;
  line-height: 0.94;
}

.vc-hero h1 em {
  color: #68686f;
  font-style: normal;
  font-weight: 610;
}

.vc-hero-lede {
  max-width: 600px;
  margin: 30px 0 0;
  color: #adadb4;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.62;
  letter-spacing: -0.025em;
}

.vc-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 35px;
}

.vc-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #e2e2e5;
  font-size: 0.9rem;
  font-weight: 650;
}

.vc-text-link span {
  color: #74747c;
  transition: transform 160ms var(--ease-out), color 160ms var(--ease-out);
}

.vc-text-link:hover span {
  color: var(--vc-red);
  transform: translateX(3px);
}

.vc-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 32px;
  color: #68686f;
  font-size: 0.76rem;
  font-weight: 620;
}

.vc-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.vc-hero-proof span::before {
  content: "✓";
  color: #a2a2a9;
  font-size: 0.7rem;
}

.vc-product-shell {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #111114;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.62), 0 0 0 8px rgba(255, 255, 255, 0.02), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
  transform-origin: center left;
}

.vc-product-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 46px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #6f6f76;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vc-window-dots {
  display: flex;
  gap: 5px;
}

.vc-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303035;
}

.vc-live-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #9e9ea5;
  letter-spacing: 0;
  text-transform: none;
}

.vc-live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35c98a;
  box-shadow: 0 0 10px rgba(53, 201, 138, 0.65);
}

.vc-product-body {
  display: grid;
  grid-template-columns: 60px 1fr;
  min-height: 470px;
}

.vc-product-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding-top: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: #0d0d10;
}

.vc-product-rail span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--vc-red);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 850;
}

.vc-product-rail i {
  width: 17px;
  height: 17px;
  border: 1px solid #333338;
  border-radius: 5px;
}

.vc-product-main {
  min-width: 0;
  padding: 31px;
}

.vc-product-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.vc-product-heading small,
.vc-next-move small {
  display: block;
  margin-bottom: 7px;
  color: #6d6d74;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vc-product-heading h2 {
  margin: 0;
  color: #f5f5f6;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 690;
  letter-spacing: -0.045em;
}

.vc-product-heading button {
  width: 36px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: #17171b;
  color: #77777e;
}

.vc-plan-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.vc-plan-stats > div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #151518;
}

.vc-plan-stats strong {
  display: block;
  color: #f5f5f6;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
}

.vc-plan-stats span {
  color: #74747b;
  font-size: 0.7rem;
}

.vc-next-move {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 11px;
  padding: 18px;
  border: 1px solid rgba(255, 16, 40, 0.34);
  border-radius: 13px;
  background: rgba(255, 16, 40, 0.06);
}

.vc-next-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--vc-red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.vc-next-move strong,
.vc-next-move span {
  display: block;
}

.vc-next-move strong {
  color: #f2f2f3;
  font-size: 0.86rem;
}

.vc-next-move span {
  margin-top: 3px;
  color: #77777f;
  font-size: 0.68rem;
}

.vc-next-move .vc-arrow {
  margin: 0;
  color: var(--vc-red);
  font-size: 1rem;
}

.vc-progress-block {
  margin-top: 24px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.vc-progress-head,
.vc-progress-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.vc-progress-head {
  color: #8b8b92;
  font-size: 0.72rem;
}

.vc-progress-head strong {
  color: #dddde0;
}

.vc-progress-track {
  height: 5px;
  margin: 11px 0 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #27272c;
}

.vc-progress-track i {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--vc-red);
}

.vc-progress-labels {
  color: #58585f;
  font-size: 0.56rem;
}

.vc-outcomes-section {
  padding: clamp(88px, 10vw, 148px) 0;
  background: var(--vc-paper);
  color: #5f5f64;
}

.vc-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  border: 1px solid rgba(15, 15, 18, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 24, 28, 0.06);
}

.vc-outcome-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(15, 15, 18, 0.1);
}

.vc-outcome-grid article:last-child {
  border-right: 0;
}

.vc-outcome-grid article > span {
  color: #9a9a9f;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.vc-outcome-grid h3 {
  margin: 72px 0 11px;
  color: #17171a;
  font-size: 1.35rem;
}

.vc-outcome-grid p {
  margin: 0;
  color: #707076;
  font-size: 0.85rem;
  line-height: 1.62;
}

.vc-model-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.vc-model-contrast article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(15, 15, 18, 0.12);
  border-radius: 20px;
  background: #fff;
}

.vc-model-contrast article::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 250px;
  height: 250px;
  border: 1px solid #ecece8;
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(20, 20, 22, 0.018), 0 0 0 72px rgba(20, 20, 22, 0.012);
}

.vc-model-contrast article > * {
  position: relative;
  z-index: 1;
}

.vc-model-contrast article > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #77777d;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-model-contrast article > span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vc-red);
}

.vc-model-contrast h3 {
  max-width: 520px;
  margin: 74px 0 13px;
  color: #17171a;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.vc-model-contrast p {
  max-width: 590px;
  margin: 0;
  color: #69696f;
  font-size: 0.88rem;
  line-height: 1.66;
}

.vc-gear-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 72px);
  border-radius: 22px;
  background: #0c0c0f;
  box-shadow: 0 35px 90px rgba(20, 20, 24, 0.16);
}

.vc-gear-panel::before {
  content: "GEAR";
  position: absolute;
  top: -0.22em;
  right: -0.05em;
  color: rgba(255, 255, 255, 0.024);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}

.vc-gear-intro,
.vc-gear-flow {
  position: relative;
  z-index: 1;
}

.vc-gear-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px 70px;
  align-items: end;
}

.vc-gear-intro .vc-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.vc-gear-intro h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  font-weight: 720;
  line-height: 0.98;
}

.vc-gear-intro > p:last-child {
  max-width: 480px;
  margin: 0;
  color: #8b8b92;
  font-size: 0.9rem;
  line-height: 1.65;
}

.vc-gear-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vc-gear-flow article {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 26px 24px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.vc-gear-flow article:last-child {
  border-right: 0;
}

.vc-gear-flow article > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-gear-flow b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--vc-red);
  color: #fff;
  font-size: 0.84rem;
}

.vc-gear-flow article > div span {
  color: #b1b1b7;
  font-size: 0.72rem;
  font-weight: 760;
}

.vc-gear-flow h3 {
  margin: 34px 0 11px;
  color: #f4f4f5;
  font-size: 1.15rem;
  line-height: 1.2;
}

.vc-gear-flow p {
  margin: 0;
  color: #828289;
  font-size: 0.8rem;
  line-height: 1.62;
}

.vc-gear-flow small {
  margin-top: auto;
  padding-top: 25px;
  color: #5e5e65;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vc-system-section {
  padding: clamp(88px, 10vw, 148px) 0;
  background: #eae9e4;
  color: #5f5f64;
}

.vc-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 32px 72px;
  align-items: end;
  max-width: 1180px;
  margin-bottom: 58px;
}

.vc-section-intro .vc-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
  color: #77777d;
}

.vc-section-intro h2,
.vc-proof-copy h2 {
  margin: 0;
  color: #111114;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 720;
  line-height: 0.98;
}

.vc-section-intro > p:last-child {
  max-width: 550px;
  margin: 0;
  color: #6a6a70;
  font-size: 1rem;
  line-height: 1.65;
}

.vc-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(15, 15, 18, 0.12);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 80px rgba(24, 24, 28, 0.07);
}

.vc-capability {
  position: relative;
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid rgba(15, 15, 18, 0.1);
  border-bottom: 1px solid rgba(15, 15, 18, 0.1);
  background: #fff;
}

.vc-capability:nth-child(3),
.vc-capability:nth-child(4) {
  border-right: 0;
}

.vc-capability:nth-child(2),
.vc-capability:nth-child(3),
.vc-capability:nth-child(4) {
  border-bottom: 0;
}

.vc-capability-featured {
  grid-row: span 2;
  min-height: 620px;
  background: #0d0d10;
  color: #98989f;
}

.vc-capability-number {
  display: block;
  color: #9a9aa0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.vc-capability-featured .vc-capability-number {
  color: #5d5d64;
}

.vc-capability h3 {
  margin: 46px 0 12px;
  color: #17171a;
  font-size: 1.4rem;
  line-height: 1.15;
}

.vc-capability-featured h3 {
  margin-top: 32px;
  color: #fff;
  font-size: 1.75rem;
}

.vc-capability p {
  margin: 0;
  color: #6c6c72;
  font-size: 0.9rem;
  line-height: 1.62;
}

.vc-capability-featured p {
  color: #8f8f96;
}

.vc-capability-featured small {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #65656d;
  font-size: 0.68rem;
  font-weight: 700;
}

.vc-mini-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  margin: 64px auto 40px;
  border: 1px solid #28282e;
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.015), 0 0 0 60px rgba(255, 255, 255, 0.01);
}

.vc-mini-orbit::before,
.vc-mini-orbit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #26262b;
}

.vc-mini-orbit::after {
  transform: rotate(90deg);
}

.vc-mini-orbit span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: var(--vc-red);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 0 44px rgba(255, 16, 40, 0.32);
}

.vc-mini-orbit i {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #0d0d10;
  border-radius: 50%;
  background: #a3a3aa;
}

.vc-mini-orbit i:nth-of-type(1) { top: 15px; right: 34px; }
.vc-mini-orbit i:nth-of-type(2) { bottom: 27px; left: 22px; }
.vc-mini-orbit i:nth-of-type(3) { right: -5px; bottom: 70px; background: var(--vc-red); }

.vc-card-line {
  height: 8px;
  margin-top: 37px;
  border-radius: 99px;
  background: #e9e9e7;
}

.vc-card-line.muted {
  margin-top: 9px;
}

.vc-card-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--vc-red);
}

.vc-card-line .vc-fill-78 { width: 78%; }
.vc-card-line .vc-fill-52 { width: 52%; }

.vc-card-line.muted i {
  background: #c5c5c2;
}

.vc-track-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 28px;
}

.vc-track-chips span {
  padding: 7px 9px;
  border: 1px solid #dededb;
  border-radius: 8px;
  color: #77777b;
  font-size: 0.64rem;
  font-weight: 700;
}

.vc-task-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e2;
  color: #333338;
  font-size: 0.72rem;
}

.vc-task-preview + .vc-task-preview {
  margin-top: 10px;
}

.vc-task-preview span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: #f0f0ee;
  color: #88888d;
  font-size: 0.6rem;
}

.vc-task-preview:first-of-type span {
  background: #e6f6ef;
  color: #17966a;
}

.vc-calculator-section {
  padding: clamp(88px, 10vw, 144px) 0;
  background: #0b0b0d;
}

.vc-calculator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0, rgba(255, 16, 40, 0.07), transparent 38%);
}

.vc-section-intro-light {
  position: relative;
  margin-bottom: 46px;
}

.vc-section-intro-light h2 {
  color: #f3f3f4;
}

.vc-section-intro-light > p:last-child {
  color: #8e8e95;
}

.vc-home .ec-modes {
  position: relative;
  width: fit-content;
  margin: 0 0 18px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #121216;
}

.vc-home .ec-modes button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.vc-home .ec-modes button.on {
  background: #f1f1ef;
  color: #17171a;
}

.vc-home .cc {
  position: relative;
  gap: 18px;
}

.vc-home .cc-group,
.vc-home .cc-out,
.vc-home .ec-target,
.vc-home .fnl-col {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #121216;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
}

.vc-home .cc-out {
  top: 90px;
}

.vc-home .cc-group-h,
.vc-home .fnl-h {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
}

.vc-home .cc-total {
  font-family: "Inter", sans-serif;
  font-weight: 750;
  letter-spacing: -0.065em;
}

.vc-proof-section {
  padding: clamp(88px, 9vw, 132px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0e0e11;
}

.vc-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.vc-proof-copy h2 {
  max-width: 820px;
  color: #f3f3f4;
}

.vc-proof-copy > p:last-child {
  max-width: 720px;
  margin: 27px 0 0;
  color: #919198;
  font-size: 1rem;
  line-height: 1.72;
}

.vc-proof-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: #151518;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.05);
}

.vc-proof-card > p {
  margin-bottom: 20px;
  color: #6d6d74;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vc-proof-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vc-proof-card strong {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}

.vc-proof-card span {
  color: #85858c;
  font-size: 0.78rem;
}

.vc-proof-card small {
  display: block;
  margin-top: 18px;
  color: #606067;
  font-size: 0.7rem;
}

.vc-training {
  padding: 20px 0 100px;
  background: #0e0e11;
}

.vc-training-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 60px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: #151518;
}

.vc-training h2 {
  margin: 0;
  color: #f5f5f6;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 710;
}

.vc-training-card > div:first-child > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: #85858c;
  font-size: 0.92rem;
}

.vc-training .train-form {
  max-width: none;
  flex-wrap: nowrap;
}

.vc-training .train-form input {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #0f0f12;
  color: #fff;
}

.vc-training .train-status {
  text-align: left;
}

.vc-founder-section {
  padding: clamp(88px, 11vw, 160px) 0;
  background: var(--vc-paper);
}

.vc-founder-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 9vw, 140px);
}

.vc-founder-photo {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 22px;
  background: #151518;
  box-shadow: 0 32px 80px rgba(22, 22, 26, 0.16);
}

.vc-founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 58%, rgba(8, 8, 10, 0.78));
  pointer-events: none;
}

.vc-founder-photo > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
}

.vc-founder-photo > div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.vc-founder-photo > div span {
  color: #aaaab0;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-founder-photo > div strong {
  font-size: 0.84rem;
}

.vc-founder-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #111114;
  font-size: clamp(2.7rem, 5.4vw, 5.5rem);
  font-weight: 720;
  line-height: 0.98;
}

.vc-founder-copy > p:not(.vc-kicker) {
  max-width: 670px;
  margin: 24px 0 0;
  color: #66666c;
  font-size: 0.96rem;
  line-height: 1.72;
}

.vc-founder-signoff {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 30px;
}

.vc-founder-signoff strong {
  color: #18181b;
  font-size: 0.9rem;
}

.vc-founder-signoff span {
  color: #89898e;
  font-size: 0.74rem;
}

.vc-founder-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  color: #1b1b1e;
  font-size: 0.82rem;
  font-weight: 750;
}

.vc-founder-link span {
  color: var(--vc-red);
  transition: transform 160ms var(--ease-out);
}

.vc-founder-link:hover span {
  transform: translateX(3px);
}

.vc-final-cta {
  padding: clamp(100px, 13vw, 180px) 0;
  background: var(--vc-paper);
  color: #55555a;
}

.vc-final-card {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 100px);
  border-radius: 26px;
  background: #0c0c0f;
  box-shadow: 0 35px 90px rgba(15, 15, 18, 0.16);
}

.vc-final-card::after {
  content: "VC";
  position: absolute;
  right: -0.04em;
  bottom: -0.27em;
  color: rgba(255, 255, 255, 0.027);
  font-size: clamp(12rem, 34vw, 31rem);
  font-weight: 900;
  letter-spacing: -0.14em;
  line-height: 1;
  pointer-events: none;
}

.vc-final-card > * {
  position: relative;
  z-index: 1;
}

.vc-final-card h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 730;
  line-height: 0.95;
}

.vc-final-card > p:not(.vc-kicker) {
  max-width: 610px;
  margin: 28px 0 0;
  color: #8e8e95;
  font-size: 1rem;
}

.vc-final-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.vc-final-actions > span {
  color: #65656c;
  font-size: 0.72rem;
  font-weight: 650;
}

.vc-new-footer {
  background: #0b0b0d;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #747479;
}

.vc-new-footer .vc-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  min-height: 100px;
}

.vc-new-footer .vc-brand {
  color: #f1f1f2;
}

.vc-new-footer .vc-brand-mark {
  color: #fff;
}

.vc-new-footer p,
.vc-new-footer a {
  color: #818188;
}

.vc-footer-brands,
.vc-legal-links {
  display: flex;
  align-items: center;
}

.vc-footer-brands {
  gap: 16px;
}

.vc-footer-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.12);
}

.vc-mm-logo {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.vc-mm-logo img {
  width: auto;
  height: 25px;
  object-fit: contain;
}

.vc-legal-links {
  justify-content: flex-end;
  gap: 16px;
  font-size: 0.72rem;
  white-space: nowrap;
}

.vc-legal-links a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .vc-site-header .main-nav { display: none; }
  .vc-site-header .nav-toggle { display: flex; }
  .vc-header-cta { margin-left: auto; }
  .vc-hero-grid { grid-template-columns: 1fr; }
  .vc-hero-copy { max-width: 850px; }
  .vc-product-shell { max-width: 820px; transform: none; }
  .vc-outcome-grid { grid-template-columns: 1fr 1fr; }
  .vc-outcome-grid article:nth-child(2) { border-right: 0; }
  .vc-outcome-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(15, 15, 18, 0.1); }
  .vc-gear-flow { grid-template-columns: 1fr 1fr; }
  .vc-gear-flow article:nth-child(2) { border-right: 0; }
  .vc-gear-flow article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .vc-capability-grid { grid-template-columns: 1fr 1fr; }
  .vc-capability-featured { grid-column: 1 / -1; grid-row: auto; min-height: 500px; }
  .vc-capability:nth-child(2) { border-bottom: 1px solid rgba(15, 15, 18, 0.1); }
  .vc-capability:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(15, 15, 18, 0.1); }
  .vc-capability:nth-child(4) { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .vc-home .container { width: min(100% - 28px, 1320px); }
  .vc-site-header { top: 9px; }
  .vc-header-inner { min-height: 58px; padding-left: 12px; }
  .vc-header-cta { display: none; }
  .vc-brand { font-size: 0.88rem; }
  .vc-brand-mark { width: 28px; height: 28px; }
  .vc-hero { min-height: 0; padding-top: 125px; }
  .vc-hero h1 { font-size: clamp(3.25rem, 15vw, 5.5rem); }
  .vc-hero-lede { margin-top: 24px; }
  .vc-hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .vc-primary-cta { width: 100%; }
  .vc-text-link { justify-content: center; min-height: 44px; }
  .vc-product-shell { margin-top: 18px; border-radius: 17px; }
  .vc-product-topbar { grid-template-columns: 1fr auto; }
  .vc-product-topbar > span:nth-child(2) { display: none; }
  .vc-product-body { grid-template-columns: 1fr; min-height: 0; }
  .vc-product-rail { display: none; }
  .vc-product-main { padding: 22px; }
  .vc-plan-stats { gap: 6px; }
  .vc-plan-stats > div { padding: 12px; }
  .vc-next-move { padding: 14px; }
  .vc-progress-labels { display: none; }
  .vc-section-intro { grid-template-columns: 1fr; gap: 22px; }
  .vc-section-intro .vc-kicker { margin-bottom: 0; }
  .vc-section-intro h2, .vc-proof-copy h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .vc-outcome-grid { grid-template-columns: 1fr; }
  .vc-outcome-grid article,
  .vc-outcome-grid article:nth-child(2) { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(15, 15, 18, 0.1); }
  .vc-outcome-grid article:last-child { border-bottom: 0; }
  .vc-outcome-grid h3 { margin-top: 46px; }
  .vc-model-contrast { grid-template-columns: 1fr; }
  .vc-model-contrast article { min-height: 280px; }
  .vc-gear-intro { grid-template-columns: 1fr; }
  .vc-gear-intro .vc-kicker { grid-column: auto; }
  .vc-gear-flow { grid-template-columns: 1fr; }
  .vc-gear-flow article,
  .vc-gear-flow article:nth-child(2) { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .vc-gear-flow article:last-child { border-bottom: 0; }
  .vc-capability-grid { grid-template-columns: 1fr; }
  .vc-capability,
  .vc-capability:nth-child(2),
  .vc-capability:nth-child(3),
  .vc-capability:nth-child(4) { grid-column: auto; min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(15, 15, 18, 0.1); }
  .vc-capability:last-child { border-bottom: 0; }
  .vc-capability-featured { min-height: 520px; }
  .vc-mini-orbit { margin-top: 48px; }
  .vc-proof-grid, .vc-training-card { grid-template-columns: 1fr; gap: 42px; }
  .vc-training .train-form { flex-direction: column; }
  .vc-training .train-form input { min-width: 0; width: 100%; }
  .vc-founder-grid { grid-template-columns: 1fr; }
  .vc-founder-photo, .vc-founder-photo > img { min-height: 500px; }
  .vc-final-card { border-radius: 20px; }
  .vc-final-actions { align-items: stretch; flex-direction: column; }
  .vc-final-actions > span { text-align: center; }
  .vc-new-footer .vc-footer-inner { grid-template-columns: 1fr; justify-items: start; min-height: 0; }
  .vc-legal-links { justify-content: flex-start; flex-wrap: wrap; white-space: normal; }
}

@media (max-width: 520px) {
  .vc-hero h1 { font-size: clamp(3rem, 16vw, 4.1rem); }
  .vc-hero-proof { display: grid; grid-template-columns: 1fr; }
  .vc-plan-stats strong { font-size: 1.05rem; }
  .vc-plan-stats span { font-size: 0.61rem; }
  .vc-next-move { grid-template-columns: auto 1fr; }
  .vc-next-move .vc-arrow { display: none; }
  .vc-capability { padding: 24px; }
  .vc-final-card h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
}

@media (prefers-reduced-motion: reduce) {
  .vc-product-shell { transform: none; }
  .vc-home *, .vc-home *::before, .vc-home *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .vc-site-header { background: #0d0d0f; backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  .vc-site-header,
  .vc-product-shell,
  .vc-proof-card,
  .vc-training-card { border-color: rgba(255, 255, 255, 0.35); }
}
