/* Vayda Capital v111 — structural redesign: founder-led, editorial, conversion-first. */
:root {
  --v111-ink: #071a2f;
  --v111-blue: #1557ff;
  --v111-blue-dark: #0b3fc7;
  --v111-sky: #eaf2ff;
  --v111-gold: #f2c75c;
  --v111-cream: #f7f4ed;
  --v111-white: #ffffff;
  --v111-muted: #607086;
  --v111-line: #cfd9e7;
  --v111-shell: 1320px;
  --v111-radius: 24px;
  --v111-shadow: 0 28px 80px rgba(7, 26, 47, .14);
}

body:not(.admin-page) {
  color: var(--v111-ink) !important;
  background: #fff !important;
}

body:not(.admin-page) h1,
body:not(.admin-page) h2,
body:not(.admin-page) h3,
body:not(.admin-page) h4 {
  color: var(--v111-ink) !important;
  letter-spacing: -.045em !important;
}

/* A simpler, more recognizable site frame. */
body:not(.admin-page) .v101-trustbar {
  min-height: 30px !important;
  padding: 5px max(22px, calc((100vw - var(--v111-shell)) / 2)) !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  background: var(--v111-blue) !important;
  font-size: 9px !important;
}

body:not(.admin-page) .v101-trustbar > span:first-child { margin-right: auto; }
body:not(.admin-page) .v101-trustbar > span + span::before { display: none !important; }
body:not(.admin-page) .v101-trustbar .bbb-seal-inline img { width: 38px !important; }

body:not(.admin-page) .topbar,
body:not(.admin-page) .v91-header.topbar {
  min-height: 84px !important;
  background: rgba(255,255,255,.98) !important;
  border-bottom: 1px solid rgba(7,26,47,.12) !important;
  box-shadow: none !important;
}

body:not(.admin-page) .topbar .container.nav,
body:not(.admin-page) .topbar .v91-nav,
body:not(.admin-page) .v91-header .v91-nav {
  width: min(var(--v111-shell), calc(100% - 54px)) !important;
  height: 84px !important;
  min-height: 84px !important;
  grid-template-columns: minmax(195px, 1fr) auto auto auto !important;
  gap: 22px !important;
}

body:not(.admin-page) .topbar .brand,
body:not(.admin-page) .topbar .v91-wordmark {
  width: 190px !important;
  height: 60px !important;
}

body:not(.admin-page) .topbar .brand img,
body:not(.admin-page) .topbar .v91-wordmark img,
body:not(.admin-page) .topbar .vayda-full-logo {
  width: 184px !important;
  max-width: 184px !important;
  height: 56px !important;
}

body:not(.admin-page) .topbar .links { gap: 4px !important; }
body:not(.admin-page) .topbar .links a {
  padding: 33px 12px 31px !important;
  color: #40536a !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

body:not(.admin-page) .topbar .links a::after {
  right: 12px !important;
  bottom: 24px !important;
  left: 12px !important;
  height: 3px !important;
  border-radius: 99px;
}

body:not(.admin-page) .topbar .links a:hover::after,
body:not(.admin-page) .topbar .links a.active::after { background: var(--v111-blue) !important; }

body:not(.admin-page) .topbar .btn.gold,
body:not(.admin-page) .topbar .v91-nav-cta {
  min-width: 148px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--v111-blue) !important;
  box-shadow: 0 10px 24px rgba(21,87,255,.22) !important;
  font-size: 10px !important;
}

body:not(.admin-page) .topbar .btn.gold:hover,
body:not(.admin-page) .topbar .v91-nav-cta:hover { background: var(--v111-blue-dark) !important; }
body:not(.admin-page) .language-switcher { border-radius: 999px !important; background: #f1f4f8 !important; }
body:not(.admin-page) .language-switcher button { border-radius: 999px !important; }
body:not(.admin-page) .language-switcher button.active { background: var(--v111-ink) !important; }

/* Homepage: entirely new silhouette. */
.v111-home { overflow: hidden; background: #fff; }
.v111-kicker {
  margin: 0 0 18px !important;
  color: var(--v111-blue) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .13em !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.v111-hero {
  position: relative;
  width: min(var(--v111-shell), calc(100% - 54px));
  margin: 28px auto 0;
  border-radius: 34px;
  background: var(--v111-cream);
}

.v111-hero-stage {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr);
}

.v111-hero-copy {
  padding: clamp(70px, 7vw, 104px) clamp(50px, 6vw, 94px) 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v111-hero-copy .v111-kicker { display: flex; align-items: center; gap: 12px; }
.v111-hero-copy .v111-kicker > span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--v111-blue);
  font-size: 9px;
}

.v111-hero h1 {
  max-width: 750px;
  margin: 0 !important;
  color: var(--v111-ink) !important;
  font-size: clamp(58px, 6.2vw, 96px) !important;
  font-weight: 780 !important;
  line-height: .91 !important;
  letter-spacing: -.075em !important;
}

.v111-hero h1 em {
  display: block;
  color: var(--v111-blue);
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500;
  letter-spacing: -.06em;
}

.v111-lede {
  max-width: 630px;
  margin: 30px 0 0 !important;
  color: #4e6077 !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.6 !important;
}

.v111-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; }
.v111-button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.v111-button:hover { transform: translateY(-3px); }
.v111-button.primary { color: #fff !important; background: var(--v111-blue); box-shadow: 0 15px 34px rgba(21,87,255,.25); }
.v111-button.primary:hover { background: var(--v111-blue-dark); box-shadow: 0 18px 42px rgba(21,87,255,.32); }
.v111-button.text { padding: 0 4px; border-radius: 0; color: var(--v111-ink) !important; background: transparent; box-shadow: none; }
.v111-button.text span { color: var(--v111-blue); font-size: 9px; letter-spacing: .1em; }

.v111-proof-line { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px 22px; }
.v111-proof-line span { position: relative; padding-left: 17px; color: #637287; font-size: 11px; font-weight: 700; }
.v111-proof-line span::before { content: "✓"; position: absolute; left: 0; color: var(--v111-blue); font-weight: 900; }

.v111-founder-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  border-radius: 0 34px 34px 0;
  background: var(--v111-blue);
}

.v111-founder-visual::before {
  content: "V";
  position: absolute;
  top: 25px;
  right: 32px;
  z-index: 0;
  color: rgba(255,255,255,.10);
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
}

.v111-photo-frame { position: absolute; inset: 28px 28px 88px; overflow: hidden; border-radius: 22px; background: #091a33; }
.v111-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; filter: saturate(.93) contrast(1.02); }
.v111-founder-visual figcaption {
  position: absolute;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.v111-founder-visual figcaption strong { font-size: 15px; }
.v111-founder-visual figcaption span { color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.v111-float-stat,
.v111-float-bbb {
  position: absolute;
  z-index: 2;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--v111-shadow);
}
.v111-float-stat { top: 54px; left: -54px; flex-direction: column; align-items: flex-start; }
.v111-float-stat strong { color: var(--v111-ink); font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.v111-float-stat span { max-width: 116px; margin-top: 5px; color: var(--v111-muted); font-size: 9px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.v111-float-bbb { right: -18px; bottom: 112px; gap: 10px; }
.v111-float-bbb img { width: 62px; height: 30px; object-fit: contain; }
.v111-float-bbb span { max-width: 74px; color: var(--v111-ink); font-size: 9px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.v111-qualifier {
  position: absolute;
  right: 34px;
  bottom: -55px;
  left: 34px;
  z-index: 3;
  min-height: 110px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(7,26,47,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 25px 55px rgba(7,26,47,.15);
}

.v111-qualifier-intro { padding: 0 20px 0 10px; display: grid; gap: 5px; }
.v111-qualifier-intro > span,
.v111-qualifier label > span { color: var(--v111-blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.v111-qualifier-intro strong { color: var(--v111-ink); font-size: 18px; letter-spacing: -.02em; }
.v111-qualifier label { height: 70px; padding: 12px 16px; display: grid; gap: 3px; border: 1px solid var(--v111-line); border-radius: 14px; }
.v111-qualifier select { width: 100%; padding: 0 24px 0 0; border: 0; outline: 0; color: var(--v111-ink); background: transparent; font: inherit; font-size: 13px; font-weight: 750; }
.v111-qualifier button { min-width: 172px; height: 70px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 0; border-radius: 14px; color: #fff; background: var(--v111-blue); font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.v111-qualifier button:hover { background: var(--v111-blue-dark); }

.v111-results {
  width: min(var(--v111-shell), calc(100% - 54px));
  margin: 105px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--v111-line);
  border-bottom: 1px solid var(--v111-line);
}
.v111-results > * { min-height: 112px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--v111-line); }
.v111-results > *:last-child { border-right: 1px solid var(--v111-line); }
.v111-results strong { color: var(--v111-ink); font-size: 29px; line-height: 1; letter-spacing: -.05em; }
.v111-results span { margin-top: 8px; color: var(--v111-muted); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.v111-results a { background: var(--v111-sky); }
.v111-results a strong { font-size: 18px; }
.v111-results a span { color: var(--v111-blue); }
.v111-results-note { width: min(var(--v111-shell), calc(100% - 54px)); margin: 10px auto 0 !important; color: #7b8796 !important; font-size: 9px !important; text-align: center; }

.v111-paths { width: min(var(--v111-shell), calc(100% - 54px)); margin: 0 auto; padding: clamp(92px, 10vw, 145px) 0; }
.v111-paths > header { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.v111-paths h2,
.v111-process h2,
.v111-close h2 { margin: 0 !important; font-size: clamp(43px, 5.1vw, 72px) !important; font-weight: 760 !important; line-height: .97 !important; letter-spacing: -.065em !important; }
.v111-paths > header > a { padding-bottom: 5px; border-bottom: 1px solid var(--v111-ink); color: var(--v111-ink); font-size: 12px; font-weight: 800; }
.v111-paths > header > a span { margin-left: 18px; color: var(--v111-blue); }

.v111-path-grid { min-height: 620px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 1fr); gap: 16px; }
.v111-path-card {
  position: relative;
  min-width: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: var(--v111-radius);
  color: var(--v111-ink);
  background: var(--v111-sky);
  transition: transform .25s ease, box-shadow .25s ease;
}
.v111-path-card::after { content: "↗"; position: absolute; right: -12px; bottom: -72px; color: rgba(7,26,47,.055); font-size: 220px; font-weight: 500; line-height: 1; }
.v111-path-card:hover { transform: translateY(-6px); box-shadow: var(--v111-shadow); }
.v111-path-card.featured { grid-row: 1 / span 2; padding: 44px; background: var(--v111-blue); }
.v111-path-card.gold { background: var(--v111-gold); }
.v111-path-card.dark { color: #fff; background: var(--v111-ink); }
.v111-path-card .number { position: relative; z-index: 1; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.v111-path-card div { position: relative; z-index: 1; max-width: 520px; }
.v111-path-card div p { margin: 0 0 9px !important; color: var(--v111-blue) !important; font-size: 10px !important; font-weight: 850 !important; letter-spacing: .1em !important; text-transform: uppercase; }
.v111-path-card h3 { margin: 0 0 13px !important; font-size: clamp(25px, 2.5vw, 38px) !important; line-height: 1 !important; }
.v111-path-card div > span { display: block; max-width: 450px; color: #5e6e83; font-size: 14px; line-height: 1.55; }
.v111-path-card > b { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: inherit; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.v111-path-card > b i { font-size: 22px; font-style: normal; }
.v111-path-card.featured .number,
.v111-path-card.featured h3,
.v111-path-card.featured > b,
.v111-path-card.dark .number,
.v111-path-card.dark h3,
.v111-path-card.dark > b { color: #fff !important; }
.v111-path-card.featured div p { color: var(--v111-gold) !important; }
.v111-path-card.featured div > span,
.v111-path-card.dark div > span { color: rgba(255,255,255,.67); }
.v111-path-card.dark div p { color: #85aaff !important; }

.v111-process {
  width: min(var(--v111-shell), calc(100% - 54px));
  margin: 0 auto;
  padding: clamp(66px, 7vw, 98px);
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  gap: clamp(60px, 9vw, 140px);
  border-radius: 30px;
  background: var(--v111-cream);
}
.v111-process-intro > p:not(.v111-kicker) { max-width: 440px; margin: 25px 0 0 !important; font-size: 16px; line-height: 1.7; }
.v111-process-intro > a { margin-top: 30px; display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--v111-blue); color: var(--v111-blue); font-size: 12px; font-weight: 850; }
.v111-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--v111-line); }
.v111-process li { min-height: 133px; padding: 27px 0; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-bottom: 1px solid var(--v111-line); }
.v111-process li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--v111-blue); font-size: 10px; font-weight: 850; }
.v111-process h3 { margin: 2px 0 8px !important; font-size: 23px !important; }
.v111-process li p { max-width: 520px; margin: 0 !important; font-size: 14px; }

.v111-close {
  width: min(var(--v111-shell), calc(100% - 54px));
  margin: 20px auto 0;
  padding: clamp(60px, 7vw, 95px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  border-radius: 30px;
  color: #fff;
  background: var(--v111-ink);
}
.v111-close .v111-kicker { color: #84aaff !important; }
.v111-close h2 { color: #fff !important; }
.v111-close p:not(.v111-kicker) { max-width: 660px; margin: 20px 0 0 !important; color: rgba(255,255,255,.62) !important; font-size: 16px; }
.v111-close > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.v111-close > div:last-child > a:last-child { color: #fff; font-size: 12px; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.35); }
.v111-disclosure { width: min(var(--v111-shell), calc(100% - 54px)); margin: 16px auto 24px !important; color: #7f8a98 !important; font-size: 9px !important; text-align: center; }

/* Inner pages now use a different composition, not the old stack of white cards. */
body:not(.admin-page) .home-shell,
body:not(.admin-page) .vc-shell,
body:not(.admin-page) .application-shell,
body:not(.admin-page) .prequal-shell,
body:not(.admin-page) .seo-container,
body:not(.admin-page) .vcredit-shell,
body:not(.admin-page) .reviews-wrap {
  width: min(var(--v111-shell), calc(100% - 54px)) !important;
}

body:not(.admin-page) .breadcrumbs { padding-top: 26px !important; }
body:not(.admin-page) .seo-hero,
body:not(.admin-page) .vcredit-hero,
body:not(.admin-page) .reviews-hero {
  width: min(var(--v111-shell), calc(100% - 54px)) !important;
  margin: 22px auto 0 !important;
  padding: clamp(65px, 8vw, 112px) clamp(40px, 7vw, 100px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 30px !important;
  background: var(--v111-cream) !important;
}

body:not(.admin-page) .seo-hero::after,
body:not(.admin-page) .vcredit-hero::after,
body:not(.admin-page) .reviews-hero::after {
  content: "V";
  position: absolute;
  right: 3%;
  bottom: -34%;
  color: rgba(21,87,255,.07);
  font-size: clamp(260px, 32vw, 520px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

body:not(.admin-page) .seo-hero > *,
body:not(.admin-page) .vcredit-hero > *,
body:not(.admin-page) .reviews-hero > * { position: relative; z-index: 1; }

body:not(.admin-page) .seo-hero h1,
body:not(.admin-page) .vcredit-hero h1,
body:not(.admin-page) .reviews-hero h1,
body:not(.admin-page) .home-hero-copy h1,
body:not(.admin-page) .vc-hero-copy h1,
body:not(.admin-page) .prequal-hero h1,
body:not(.admin-page) .application-hero h1 {
  max-width: 920px;
  font-size: clamp(52px, 6vw, 84px) !important;
  line-height: .94 !important;
  letter-spacing: -.07em !important;
}

body:not(.admin-page) .seo-hero p,
body:not(.admin-page) .vcredit-hero p,
body:not(.admin-page) .reviews-hero p { max-width: 700px; font-size: 17px !important; line-height: 1.65 !important; }

body:not(.admin-page) .seo-card-grid,
body:not(.admin-page) .service-directory {
  padding: 26px 0 90px !important;
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 16px !important;
}

body:not(.admin-page) .seo-link-card {
  grid-column: span 4;
  min-height: 270px;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--v111-sky) !important;
}

body:not(.admin-page) .seo-link-card:nth-child(6n + 1) { grid-column: span 8; background: var(--v111-blue) !important; }
body:not(.admin-page) .seo-link-card:nth-child(6n + 1) h2,
body:not(.admin-page) .seo-link-card:nth-child(6n + 1) b { color: #fff !important; }
body:not(.admin-page) .seo-link-card:nth-child(6n + 1) p { color: rgba(255,255,255,.68) !important; }
body:not(.admin-page) .seo-link-card:nth-child(6n + 1) > span { color: var(--v111-gold) !important; }
body:not(.admin-page) .seo-link-card:nth-child(6n + 4) { background: var(--v111-gold) !important; }
body:not(.admin-page) .seo-link-card h2 { font-size: 28px !important; }
body:not(.admin-page) .seo-link-card p { font-size: 14px !important; }
body:not(.admin-page) .seo-link-card b { margin-top: auto; padding-top: 25px; color: var(--v111-blue); }

body:not(.admin-page) .vc-page-hero,
body:not(.admin-page) .home-hero,
body:not(.admin-page) .prequal-hero,
body:not(.admin-page) .application-grid {
  overflow: hidden;
  border-radius: 30px !important;
  background: var(--v111-cream) !important;
}

body:not(.admin-page) .vc-page-hero { grid-template-columns: 1.35fr .65fr !important; gap: 0 !important; }
body:not(.admin-page) .vc-hero-copy,
body:not(.admin-page) .home-hero-copy,
body:not(.admin-page) .prequal-hero > div:first-child,
body:not(.admin-page) .application-card {
  padding: clamp(45px, 7vw, 90px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body:not(.admin-page) .vc-hero-panel,
body:not(.admin-page) .home-status-card,
body:not(.admin-page) .application-aside {
  padding: clamp(40px, 5vw, 70px) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--v111-blue) !important;
}

body:not(.admin-page) .vc-founder-profile {
  margin-top: 24px !important;
  padding: clamp(25px, 4vw, 55px) !important;
  grid-template-columns: minmax(300px, .75fr) 1.25fr !important;
  gap: clamp(45px, 8vw, 110px) !important;
  border-radius: 30px;
  background: var(--v111-sky);
}
body:not(.admin-page) .vc-founder-profile figure { overflow: hidden; border-radius: 22px; }

body:not(.admin-page) .home-box,
body:not(.admin-page) .vc-card-section,
body:not(.admin-page) .seo-section,
body:not(.admin-page) .vcredit-card,
body:not(.admin-page) .review-card,
body:not(.admin-page) .reviews-panel,
body:not(.admin-page) .formbox,
body:not(.admin-page) .prequal-card,
body:not(.admin-page) .review-form,
body:not(.admin-page) .faq-item,
body:not(.admin-page) details {
  border-radius: 20px !important;
}

body:not(.admin-page) .btn,
body:not(.admin-page) .reviews-btn,
body:not(.admin-page) .vcredit-btn {
  border-radius: 999px !important;
}

/* Footer becomes a single strong closing surface. */
body:not(.admin-page) .footer,
body:not(.admin-page) .v91-footer {
  width: calc(100% - 28px) !important;
  margin: 14px !important;
  padding: clamp(48px, 6vw, 82px) !important;
  overflow: hidden;
  border-radius: 30px !important;
  background: var(--v111-ink) !important;
}

body:not(.admin-page) .footer .foot-grid,
body:not(.admin-page) .v91-footer .v91-footer-grid,
body:not(.admin-page) .v91-footer .v91-footer-top {
  width: min(var(--v111-shell), 100%) !important;
  margin-inline: auto !important;
}

body:not(.admin-page) .footer .bbb-footer-seal,
body:not(.admin-page) .v91-footer .bbb-footer-seal { border-radius: 14px !important; }

@media (max-width: 1120px) {
  body:not(.admin-page) .topbar .links a { padding-inline: 8px !important; font-size: 10px !important; }
  .v111-hero-stage { grid-template-columns: minmax(0, 1.04fr) minmax(360px, .7fr); }
  .v111-hero h1 { font-size: clamp(56px, 7vw, 80px) !important; }
  .v111-hero-copy { padding-inline: 55px; }
  .v111-qualifier { grid-template-columns: .85fr 1fr 1fr auto; }
  .v111-float-stat { left: -30px; }
}

@media (max-width: 980px) {
  body:not(.admin-page) .v101-trustbar { justify-content: center !important; }
  body:not(.admin-page) .v101-trustbar > span:first-child { display: none !important; }
  body:not(.admin-page) .topbar .container.nav,
  body:not(.admin-page) .topbar .v91-nav,
  body:not(.admin-page) .v91-header .v91-nav { width: calc(100% - 32px) !important; grid-template-columns: 1fr auto auto !important; }
  body:not(.admin-page) .topbar .links {
    position: fixed !important;
    inset: 114px 12px 12px !important;
    z-index: 999 !important;
    padding: 28px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow-y: auto;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: var(--v111-shadow) !important;
  }
  body:not(.admin-page) .topbar .links.open { display: flex !important; }
  body:not(.admin-page) .topbar .links a { padding: 18px 4px !important; border-bottom: 1px solid var(--v111-line); font-size: 20px !important; }
  body:not(.admin-page) .topbar .links a::after { display: none !important; }
  body:not(.admin-page) .topbar .mobile {
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center;
    border: 1px solid var(--v111-line) !important;
    border-radius: 50% !important;
    color: transparent !important;
    background: #fff !important;
    font-size: 0 !important;
  }
  body:not(.admin-page) .topbar .mobile::before { content: "☰"; color: var(--v111-ink); font-size: 20px; }

  .v111-hero { width: calc(100% - 28px); margin-top: 14px; }
  .v111-hero-stage { grid-template-columns: 1fr; }
  .v111-hero-copy { min-height: 590px; padding: 72px 55px 125px; }
  .v111-founder-visual { min-height: 590px; border-radius: 0 0 34px 34px; }
  .v111-photo-frame { inset: 28px 28px 90px; }
  .v111-float-stat { top: 52px; left: 14px; }
  .v111-float-bbb { right: 14px; }
  .v111-qualifier { right: 22px; bottom: -220px; left: 22px; grid-template-columns: repeat(2, 1fr); }
  .v111-qualifier-intro { grid-column: 1 / -1; padding: 4px 8px; }
  .v111-qualifier button { grid-column: 1 / -1; }
  .v111-results { width: calc(100% - 28px); margin-top: 265px; grid-template-columns: repeat(2, 1fr); }
  .v111-results > * { border-bottom: 1px solid var(--v111-line); }
  .v111-paths,
  .v111-process,
  .v111-close,
  .v111-disclosure,
  .v111-results-note { width: calc(100% - 28px); }
  .v111-path-grid { min-height: 800px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr 1fr 1fr; }
  .v111-path-card.featured { grid-column: 1 / -1; grid-row: auto; }
  .v111-process { grid-template-columns: 1fr; }
  .v111-close { grid-template-columns: 1fr; align-items: start; }
  .v111-close > div:last-child { align-items: flex-start; }

  body:not(.admin-page) .seo-link-card { grid-column: span 6; }
  body:not(.admin-page) .seo-link-card:nth-child(6n + 1) { grid-column: span 12; }
  body:not(.admin-page) .vc-page-hero { grid-template-columns: 1fr !important; }
  body:not(.admin-page) .vc-founder-profile { grid-template-columns: 1fr !important; }
}

@media (max-width: 640px) {
  body:not(.admin-page) .v101-trustbar { min-height: 27px !important; padding: 4px 10px !important; }
  body:not(.admin-page) .v101-trustbar > span:last-child { display: none !important; }
  body:not(.admin-page) .v101-trustbar .bbb-seal-inline strong { font-size: 8px !important; }
  body:not(.admin-page) .topbar,
  body:not(.admin-page) .v91-header.topbar { min-height: 72px !important; }
  body:not(.admin-page) .topbar .container.nav,
  body:not(.admin-page) .topbar .v91-nav,
  body:not(.admin-page) .v91-header .v91-nav { height: 72px !important; min-height: 72px !important; grid-template-columns: 1fr auto auto !important; gap: 8px !important; }
  body:not(.admin-page) .topbar .brand,
  body:not(.admin-page) .topbar .v91-wordmark { width: 145px !important; }
  body:not(.admin-page) .topbar .brand img,
  body:not(.admin-page) .topbar .v91-wordmark img,
  body:not(.admin-page) .topbar .vayda-full-logo { width: 142px !important; max-width: 142px !important; }
  body:not(.admin-page) .topbar .btn.gold,
  body:not(.admin-page) .topbar .v91-nav-cta { display: none !important; }
  body:not(.admin-page) .topbar .links { inset: 101px 8px 8px !important; }

  .v111-hero { border-radius: 22px; }
  .v111-hero-copy { min-height: 535px; padding: 55px 24px 100px; }
  .v111-hero-copy .v111-kicker { align-items: flex-start; flex-direction: column; }
  .v111-hero h1 { font-size: clamp(47px, 15vw, 66px) !important; line-height: .93 !important; }
  .v111-lede { margin-top: 24px !important; font-size: 17px !important; }
  .v111-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .v111-button.primary { width: 100%; }
  .v111-proof-line { gap: 7px 14px; }
  .v111-founder-visual { min-height: 470px; border-radius: 0 0 22px 22px; }
  .v111-photo-frame { inset: 16px 16px 75px; border-radius: 15px; }
  .v111-founder-visual figcaption { right: 20px; bottom: 22px; left: 20px; }
  .v111-float-stat { top: 32px; left: 4px; padding: 12px; }
  .v111-float-stat strong { font-size: 25px; }
  .v111-float-bbb { right: 4px; bottom: 94px; padding: 10px; }
  .v111-float-bbb img { width: 48px; }
  .v111-float-bbb span { display: none; }

  .v111-qualifier { right: 10px; bottom: -300px; left: 10px; padding: 14px; grid-template-columns: 1fr; border-radius: 18px; }
  .v111-qualifier-intro,
  .v111-qualifier button { grid-column: auto; }
  .v111-qualifier label,
  .v111-qualifier button { height: 64px; }
  .v111-results { margin-top: 342px; grid-template-columns: 1fr 1fr; }
  .v111-results > * { min-height: 98px; padding: 18px; }
  .v111-results strong { font-size: 24px; }
  .v111-results a strong { font-size: 15px; }

  .v111-paths { padding: 78px 0; }
  .v111-paths > header { align-items: flex-start; flex-direction: column; }
  .v111-paths h2,
  .v111-process h2,
  .v111-close h2 { font-size: clamp(40px, 13vw, 58px) !important; }
  .v111-path-grid { min-height: 0; display: flex; flex-direction: column; }
  .v111-path-card,
  .v111-path-card.featured { min-height: 330px; padding: 28px; }
  .v111-path-card h3 { font-size: 30px !important; }
  .v111-process,
  .v111-close { padding: 45px 24px; border-radius: 22px; }
  .v111-process { gap: 42px; }
  .v111-process li { grid-template-columns: 46px 1fr; }
  .v111-disclosure { padding: 0 8px; }

  body:not(.admin-page) .seo-hero,
  body:not(.admin-page) .vcredit-hero,
  body:not(.admin-page) .reviews-hero { width: calc(100% - 28px) !important; padding: 52px 24px !important; border-radius: 22px !important; }
  body:not(.admin-page) .seo-hero h1,
  body:not(.admin-page) .vcredit-hero h1,
  body:not(.admin-page) .reviews-hero h1,
  body:not(.admin-page) .home-hero-copy h1,
  body:not(.admin-page) .vc-hero-copy h1,
  body:not(.admin-page) .prequal-hero h1,
  body:not(.admin-page) .application-hero h1 { font-size: clamp(42px, 13vw, 60px) !important; }
  body:not(.admin-page) .seo-card-grid,
  body:not(.admin-page) .service-directory { display: flex !important; flex-direction: column; }
  body:not(.admin-page) .seo-link-card { min-height: 250px; }
  body:not(.admin-page) .vc-hero-copy,
  body:not(.admin-page) .home-hero-copy,
  body:not(.admin-page) .prequal-hero > div:first-child,
  body:not(.admin-page) .application-card,
  body:not(.admin-page) .vc-hero-panel,
  body:not(.admin-page) .home-status-card,
  body:not(.admin-page) .application-aside { padding: 38px 24px !important; }
  body:not(.admin-page) .footer,
  body:not(.admin-page) .v91-footer { width: calc(100% - 16px) !important; margin: 8px !important; padding: 42px 24px !important; border-radius: 22px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .v111-button,
  .v111-path-card { transition: none !important; }
}
