:root {
  --vgp-black: #0b0b0b;
  --vgp-ink: #171717;
  --vgp-white: #ffffff;
  --vgp-gold: #c9a44c;
  --vgp-gold-dark: #8f691d;
  --vgp-cream: #f6f3ec;
  --vgp-grey: #6b6b6b;
  --vgp-line: #dedbd3;
  --vgp-success: #217a4b;
  --vgp-error: #a33232;
  --vgp-shadow: 0 24px 70px rgba(15, 15, 15, 0.1);
  --vgp-radius: 18px;
  --vgp-container: 1180px;
}

.vgp-site,
.vgp-site * {
  box-sizing: border-box;
}

.vgp-site {
  color: var(--vgp-ink);
  background: var(--vgp-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow: clip;
}

.vgp-site h1,
.vgp-site h2,
.vgp-site h3,
.vgp-site h4,
.vgp-site p,
.vgp-site ul,
.vgp-site ol {
  margin-top: 0;
}

.vgp-site h1,
.vgp-site h2,
.vgp-site h3,
.vgp-site h4 {
  color: var(--vgp-black);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.vgp-site h1 {
  font-size: clamp(2.75rem, 6vw, 5.75rem);
  max-width: 16ch;
  margin-bottom: 28px;
}

.vgp-page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  max-width: 17ch;
}

.vgp-site h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 22px;
}

.vgp-site h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.vgp-site h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.vgp-site p {
  color: var(--vgp-grey);
  margin-bottom: 20px;
}

.vgp-site a {
  color: inherit;
}

.vgp-container {
  width: min(calc(100% - 40px), var(--vgp-container));
  margin-inline: auto;
}

.vgp-narrow {
  max-width: 880px;
}

.vgp-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.vgp-section-muted {
  background: var(--vgp-cream);
}

.vgp-eyebrow {
  color: var(--vgp-gold-dark) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

.vgp-lead {
  color: #484848 !important;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.65;
  max-width: 760px;
}

.vgp-microcopy {
  color: #b7b7b7 !important;
  font-size: 0.84rem;
  margin: 18px 0 0 !important;
}

.vgp-skip-link {
  background: var(--vgp-white);
  color: var(--vgp-black) !important;
  left: 14px;
  padding: 10px 15px;
  position: fixed;
  top: -80px;
  z-index: 999999;
}

.vgp-skip-link:focus {
  top: 14px;
}

.vgp-hero {
  background:
    radial-gradient(circle at 75% 25%, rgba(201, 164, 76, 0.18), transparent 28%),
    linear-gradient(135deg, #090909 0%, #141414 100%);
  color: var(--vgp-white);
  min-height: 760px;
  padding: clamp(100px, 12vw, 160px) 0;
  position: relative;
}

.vgp-hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vgp-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  position: relative;
}

.vgp-hero h1,
.vgp-hero h2,
.vgp-hero h3 {
  color: var(--vgp-white);
}

.vgp-hero .vgp-lead {
  color: #d3d3d3 !important;
}

.vgp-hero-panel {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  min-height: 470px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.vgp-browser-bar {
  align-items: center;
  background: #efefed;
  color: #555;
  display: flex;
  font-size: 0.76rem;
  gap: 7px;
  padding: 15px 18px;
}

.vgp-browser-bar span {
  background: #b8b8b3;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.vgp-browser-bar b {
  font-weight: 650;
  margin-left: auto;
  margin-right: auto;
}

.vgp-scorecard {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px;
}

.vgp-scorecard div {
  background: var(--vgp-cream);
  border: 1px solid #e9e5db;
  border-radius: 12px;
  padding: 18px;
}

.vgp-scorecard span {
  color: var(--vgp-grey);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vgp-scorecard strong {
  color: var(--vgp-black);
  display: block;
  font-size: 1.05rem;
  margin-top: 6px;
}

.vgp-chart-art {
  align-items: end;
  background: #111;
  border-radius: 14px;
  display: flex;
  gap: 15px;
  height: 180px;
  margin: 0 30px 30px;
  padding: 26px;
}

.vgp-chart-art i {
  background: linear-gradient(180deg, #d8ba70, var(--vgp-gold-dark));
  border-radius: 5px 5px 0 0;
  flex: 1;
  height: 35%;
}

.vgp-chart-art i:nth-child(2) { height: 58%; }
.vgp-chart-art i:nth-child(3) { height: 48%; }
.vgp-chart-art i:nth-child(4) { height: 76%; }
.vgp-chart-art i:nth-child(5) { height: 92%; }

.vgp-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vgp-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 52px;
  padding: 13px 24px;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease, color 180ms ease;
}

.vgp-button:hover {
  transform: translateY(-2px);
}

.vgp-button:focus-visible,
.vgp-site button:focus-visible,
.vgp-site a:focus-visible,
.vgp-site input:focus-visible,
.vgp-site textarea:focus-visible,
.vgp-site select:focus-visible,
.vgp-site summary:focus-visible {
  outline: 3px solid #5da9ff;
  outline-offset: 3px;
}

.vgp-button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.vgp-button-gold {
  background: var(--vgp-gold);
  color: #111 !important;
}

.vgp-button-gold:hover {
  background: #dfbd68;
}

.vgp-button-dark {
  background: var(--vgp-black);
  color: var(--vgp-white) !important;
}

.vgp-button-outline {
  border-color: #a9a9a3;
  color: var(--vgp-black) !important;
}

.vgp-button-outline-light {
  border-color: #777;
  color: var(--vgp-white) !important;
}

.vgp-trust-strip {
  background: var(--vgp-gold);
  padding: 20px 0;
}

.vgp-trust-grid {
  display: grid;
  gap: 15px 25px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vgp-trust-grid > span {
  align-items: center;
  color: #181818;
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}

.vgp-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.vgp-icon svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 23px;
}

.vgp-trust-grid .vgp-icon svg {
  height: 17px;
  margin-right: 7px;
  stroke-width: 2.5;
  width: 17px;
}

.vgp-section-heading {
  align-items: end;
  display: grid;
  gap: 35px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  margin-bottom: 56px;
}

.vgp-section-heading h2 {
  margin-bottom: 0;
  max-width: 16ch;
}

.vgp-section-heading > p,
.vgp-section-heading > div:last-child p {
  margin-bottom: 12px;
}

.vgp-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.vgp-service-card,
.vgp-value-card,
.vgp-package-grid article,
.vgp-resource-card,
.vgp-tool-card,
.vgp-case-card {
  background: var(--vgp-white);
  border: 1px solid var(--vgp-line);
  border-radius: var(--vgp-radius);
  padding: clamp(25px, 3vw, 36px);
  position: relative;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.vgp-service-card:hover,
.vgp-value-card:hover,
.vgp-resource-card:hover {
  border-color: #c5b98f;
  box-shadow: var(--vgp-shadow);
  transform: translateY(-5px);
}

.vgp-service-card > .vgp-icon,
.vgp-value-card > .vgp-icon {
  align-items: center;
  background: var(--vgp-black);
  border-radius: 12px;
  color: var(--vgp-gold);
  display: flex;
  height: 52px;
  margin-bottom: 34px;
  width: 52px;
}

.vgp-card-number {
  color: #b2ab9b;
  font-size: 0.72rem;
  font-weight: 800;
  position: absolute;
  right: 25px;
  top: 25px;
}

.vgp-text-link {
  align-items: center;
  background: none;
  border: 0;
  color: var(--vgp-black) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
  padding: 0;
  text-decoration: none !important;
}

.vgp-text-link .vgp-icon svg {
  height: 16px;
  transition: transform 180ms ease;
  width: 16px;
}

.vgp-text-link:hover .vgp-icon svg {
  transform: translateX(4px);
}

.vgp-value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.vgp-project-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.vgp-project-card {
  background: var(--vgp-white);
  border: 1px solid var(--vgp-line);
  border-radius: var(--vgp-radius);
  overflow: hidden;
}

.vgp-project-art {
  background:
    linear-gradient(145deg, rgba(201, 164, 76, 0.22), transparent 48%),
    #111;
  color: var(--vgp-white);
  height: 220px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.vgp-project-art::before,
.vgp-project-art::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 240px;
  position: absolute;
  right: -70px;
  top: -80px;
  width: 240px;
}

.vgp-project-art::after {
  height: 150px;
  right: -25px;
  top: -35px;
  width: 150px;
}

.vgp-project-art > span {
  color: var(--vgp-gold);
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  position: relative;
  z-index: 2;
}

.vgp-project-art > div {
  bottom: 28px;
  display: flex;
  gap: 8px;
  left: 28px;
  position: absolute;
}

.vgp-project-art i {
  background: var(--vgp-white);
  display: block;
  height: 4px;
  opacity: 0.35;
  width: 34px;
}

.vgp-project-art i:nth-child(2) { background: var(--vgp-gold); opacity: 1; width: 58px; }
.vgp-project-body { padding: 28px; }
.vgp-project-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin-bottom: 16px; }
.vgp-project-meta span { color: var(--vgp-grey); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.vgp-project-meta strong,
.vgp-sample-label { background: #f2e7c7; border-radius: 999px; color: #6c5014; font-size: 0.68rem; font-weight: 800; padding: 6px 10px; text-transform: uppercase; }
.vgp-project-details { border-top: 1px solid var(--vgp-line); margin-top: 22px; padding-top: 22px; }
.vgp-project-details p { font-size: 0.9rem; }
.vgp-project-card[hidden] { display: none; }

.vgp-process-section {
  background: var(--vgp-black);
  color: var(--vgp-white);
}

.vgp-process-section h2,
.vgp-process-section h3 {
  color: var(--vgp-white);
}

.vgp-process-section p {
  color: #bcbcbc;
}

.vgp-process {
  counter-reset: steps;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  padding: 0;
}

.vgp-process li {
  border-top: 1px solid #3c3c3c;
  padding: 30px 18px 0 0;
  position: relative;
}

.vgp-process li::before {
  background: var(--vgp-gold);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 9px;
}

.vgp-process li > span {
  color: var(--vgp-gold);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.vgp-process h3 { font-size: 1rem; }
.vgp-process p { font-size: 0.8rem; line-height: 1.5; }

.vgp-two-column,
.vgp-form-layout,
.vgp-founder-grid,
.vgp-split {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 95px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgp-resource-mini-grid {
  display: grid;
  gap: 12px;
}

.vgp-resource-mini-grid article {
  align-items: center;
  background: var(--vgp-white);
  border: 1px solid var(--vgp-line);
  border-radius: 12px;
  display: grid;
  gap: 6px 18px;
  grid-template-columns: 56px 1fr;
  padding: 18px;
}

.vgp-resource-mini-grid article > span {
  align-items: center;
  background: var(--vgp-black);
  border-radius: 8px;
  color: var(--vgp-gold);
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  grid-row: 1 / span 2;
  height: 50px;
  justify-content: center;
}

.vgp-resource-mini-grid h3,
.vgp-resource-mini-grid p { margin: 0; }
.vgp-resource-mini-grid h3 { font-size: 1rem; }
.vgp-resource-mini-grid p { font-size: 0.82rem; }

.vgp-accordion details {
  border-bottom: 1px solid var(--vgp-line);
  padding: 4px 0;
}

.vgp-accordion summary {
  color: var(--vgp-black);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
  padding: 20px 36px 20px 0;
  position: relative;
}

.vgp-accordion summary::-webkit-details-marker { display: none; }
.vgp-accordion summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; position: absolute; right: 4px; top: 15px; }
.vgp-accordion details[open] summary::after { content: "–"; }
.vgp-accordion details p { font-size: 0.92rem; padding-right: 35px; }

.vgp-cta-band {
  background: linear-gradient(120deg, var(--vgp-gold-dark), var(--vgp-gold));
}

.vgp-cta-band h2,
.vgp-cta-band p,
.vgp-cta-band .vgp-eyebrow { color: #111 !important; }
.vgp-cta-band .vgp-split { align-items: center; }
.vgp-cta-band .vgp-actions { justify-content: end; }
.vgp-cta-band .vgp-button-gold { background: #111; color: #fff !important; }
.vgp-cta-band .vgp-button-outline-light { border-color: #111; color: #111 !important; }

.vgp-page-hero {
  background: var(--vgp-black);
  color: var(--vgp-white);
  padding-bottom: clamp(80px, 10vw, 130px);
  padding-top: clamp(90px, 10vw, 130px);
}

.vgp-page-hero h1 { color: var(--vgp-white); }
.vgp-page-hero .vgp-lead { color: #c6c6c6 !important; }
.vgp-breadcrumbs { align-items: center; color: #aaa; display: flex; font-size: 0.78rem; gap: 9px; margin-bottom: 50px; }
.vgp-breadcrumbs a { color: #ddd !important; text-decoration: none; }

.vgp-service-detail-list { display: grid; gap: 34px; }
.vgp-service-detail { border-bottom: 1px solid var(--vgp-line); padding-bottom: 70px; scroll-margin-top: 100px; }
.vgp-service-detail-heading { align-items: center; display: flex; gap: 25px; margin-bottom: 35px; }
.vgp-service-detail-heading > span { color: var(--vgp-gold-dark); font-size: 0.8rem; font-weight: 800; }
.vgp-service-detail-heading h2 { margin: 0; }
.vgp-service-detail-grid { display: grid; gap: 70px; grid-template-columns: 1.25fr 0.75fr; }
.vgp-deliverables { background: var(--vgp-cream); border-radius: var(--vgp-radius); padding: 30px; }
.vgp-deliverables ul,
.vgp-check-list { list-style: none; padding: 0; }
.vgp-deliverables li,
.vgp-check-list li { align-items: flex-start; display: flex; gap: 10px; margin-bottom: 12px; }
.vgp-deliverables li .vgp-icon,
.vgp-check-list li .vgp-icon { color: var(--vgp-gold-dark); margin-top: 3px; }
.vgp-deliverables li .vgp-icon svg,
.vgp-check-list li .vgp-icon svg { height: 17px; stroke-width: 2.5; width: 17px; }
.vgp-package-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.vgp-package-grid article > span { color: var(--vgp-gold-dark); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.vgp-package-grid ul { color: var(--vgp-grey); padding-left: 19px; }
.vgp-package-featured { background: var(--vgp-black) !important; transform: translateY(-12px); }
.vgp-package-featured h3 { color: var(--vgp-white); }
.vgp-package-featured p,
.vgp-package-featured li { color: #c4c4c4; }

.vgp-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.vgp-filter-bar button { background: #fff; border: 1px solid var(--vgp-line); border-radius: 999px; color: #333; cursor: pointer; font-size: 0.8rem; font-weight: 750; padding: 10px 16px; }
.vgp-filter-bar button.is-active { background: var(--vgp-black); border-color: var(--vgp-black); color: #fff; }

.vgp-lead-form {
  background: var(--vgp-white);
  border: 1px solid var(--vgp-line);
  border-radius: var(--vgp-radius);
  box-shadow: var(--vgp-shadow);
  padding: clamp(25px, 4vw, 44px);
}

.vgp-lead-form label,
.vgp-tool-form label,
.vgp-client-actions label {
  color: var(--vgp-black);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  margin-bottom: 18px;
}

.vgp-lead-form label > span,
.vgp-consent strong { color: var(--vgp-error); }

.vgp-lead-form input,
.vgp-lead-form textarea,
.vgp-lead-form select,
.vgp-tool-form input,
.vgp-tool-form textarea,
.vgp-client-actions input,
.vgp-client-actions textarea,
.vgp-client-actions select,
.vgp-site .login-username input,
.vgp-site .login-password input {
  appearance: none;
  background: #fff;
  border: 1px solid #c9c7c0;
  border-radius: 9px;
  color: #111;
  display: block;
  font: inherit;
  font-size: 0.92rem;
  margin-top: 7px;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.vgp-lead-form textarea,
.vgp-tool-form textarea,
.vgp-client-actions textarea { resize: vertical; }
.vgp-field-row { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr); }
.vgp-consent { align-items: flex-start; display: flex !important; font-weight: 500 !important; gap: 9px; }
.vgp-consent input { flex: 0 0 auto; height: 18px; margin: 3px 0 0; min-height: 18px; width: 18px; }
.vgp-consent span { color: var(--vgp-grey) !important; }
.vgp-hp { left: -99999px !important; position: absolute !important; }
.vgp-form-status { font-size: 0.85rem; margin-top: 16px; min-height: 24px; }
.vgp-form-status.is-success { color: var(--vgp-success); }
.vgp-form-status.is-error { color: var(--vgp-error); }
.vgp-form-status.is-working { color: #775a1b; }
.vgp-trust-note { background: var(--vgp-cream); border-left: 4px solid var(--vgp-gold); border-radius: 0 12px 12px 0; margin-top: 30px; padding: 22px; }
.vgp-trust-note p { font-size: 0.9rem; margin: 5px 0 0; }

.vgp-estimator { background: var(--vgp-white); border: 1px solid var(--vgp-line); border-radius: 24px; box-shadow: var(--vgp-shadow); margin: 0 auto; max-width: 920px; overflow: hidden; padding: clamp(25px, 5vw, 60px); }
.vgp-estimator-progress { background: #e9e7e0; border-radius: 10px; height: 7px; margin-bottom: 45px; overflow: hidden; }
.vgp-estimator-progress span { background: var(--vgp-gold); display: block; height: 100%; transition: width 250ms ease; }
.vgp-estimator-step { display: none; }
.vgp-estimator-step.is-active { display: block; }
.vgp-step-label { color: var(--vgp-gold-dark) !important; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.vgp-option-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.vgp-option { background: #fff; border: 1px solid var(--vgp-line); border-radius: 14px; color: #111; cursor: pointer; min-height: 125px; padding: 22px; text-align: left; transition: border 180ms ease, background 180ms ease, transform 180ms ease; }
.vgp-option:hover { background: var(--vgp-cream); border-color: var(--vgp-gold); transform: translateY(-3px); }
.vgp-option strong { display: block; font-size: 1rem; margin-bottom: 8px; }
.vgp-option span { color: var(--vgp-grey); display: block; font-size: 0.8rem; }
.vgp-back { background: none; border: 0; color: var(--vgp-grey); cursor: pointer; font-size: 0.82rem; margin-top: 25px; padding: 0; text-decoration: underline; }
.vgp-estimator-result { text-align: center; }
.vgp-estimator-result h2 { margin-inline: auto; }
.vgp-estimate-number { color: var(--vgp-black); font-size: clamp(2rem, 6vw, 4.4rem); font-weight: 800; letter-spacing: -0.05em; margin: 25px 0; }
.vgp-disclaimer { background: var(--vgp-cream); border-radius: 12px; font-size: 0.8rem; padding: 18px; }
.vgp-estimator-result .vgp-actions { justify-content: center; }

.vgp-statement-card { background: var(--vgp-black); border-radius: var(--vgp-radius); padding: 42px; }
.vgp-statement-card span { color: var(--vgp-gold); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.vgp-statement-card h3 { color: var(--vgp-white); font-size: clamp(1.5rem, 3vw, 2.4rem); margin-top: 25px; }
.vgp-founder-photo,
.vgp-founder-mark { aspect-ratio: 4 / 5; border-radius: 18px; display: block; object-fit: cover; width: 100%; }
.vgp-founder-mark { align-items: center; background: linear-gradient(145deg, #111, #2b2415); color: var(--vgp-gold); display: flex; font-size: clamp(4rem, 12vw, 9rem); font-weight: 800; justify-content: center; }
.vgp-founder-role { color: var(--vgp-gold-dark) !important; font-weight: 750; }

.vgp-resource-grid,
.vgp-tools-grid,
.vgp-case-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.vgp-resource-icon { align-items: center; background: var(--vgp-black); border-radius: 12px; color: var(--vgp-gold); display: flex; font-size: 0.72rem; font-weight: 800; height: 58px; justify-content: center; margin-bottom: 28px; width: 58px; }
.vgp-resource-card h2,
.vgp-tool-card h2 { font-size: 1.45rem; }
.vgp-tool-card { display: flex; flex-direction: column; }
.vgp-tool-form { border-top: 1px solid var(--vgp-line); margin-top: auto; padding-top: 22px; }
.vgp-tool-result { background: var(--vgp-cream); border-radius: 12px; display: none; font-size: 0.86rem; margin-top: 20px; padding: 20px; }
.vgp-tool-result.is-visible { display: block; }
.vgp-tool-result ul { list-style: none; padding: 0; }
.vgp-tool-result li { border-bottom: 1px solid #ded9cd; margin-bottom: 9px; padding-bottom: 9px; }
.vgp-tool-result li strong,
.vgp-tool-result li span { display: block; }
.vgp-tool-result li span { color: var(--vgp-grey); font-size: 0.78rem; }
.vgp-tool-result li.pass { color: var(--vgp-success); }
.vgp-tool-result li.fail { color: var(--vgp-error); }
.vgp-tool-score { align-items: center; background: var(--vgp-black); border-radius: 50%; color: var(--vgp-gold); display: flex; font-size: 1.2rem; font-weight: 800; height: 78px; justify-content: center; margin-bottom: 18px; width: 78px; }
.vgp-error { color: var(--vgp-error) !important; }

.vgp-contact-cards { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.vgp-contact-cards > * { background: var(--vgp-cream); border: 1px solid var(--vgp-line); border-radius: 12px; display: block; padding: 20px; text-decoration: none !important; }
.vgp-contact-cards span,
.vgp-contact-cards strong { display: block; }
.vgp-contact-cards span { color: var(--vgp-grey); font-size: 0.7rem; font-weight: 800; margin-bottom: 7px; text-transform: uppercase; }
.vgp-contact-cards strong { font-size: 0.92rem; }
.vgp-map-section iframe { border: 0; height: 440px; width: 100%; }

.vgp-empty-state,
.vgp-thank-you { text-align: center; }
.vgp-empty-state { background: var(--vgp-cream); border-radius: var(--vgp-radius); padding: clamp(45px, 8vw, 90px); }
.vgp-empty-state h2,
.vgp-thank-you h1 { margin-inline: auto; }
.vgp-empty-state .vgp-button { margin-top: 15px; }
.vgp-real-label { background: #d8f1e3; border-radius: 999px; color: #1b6e40; display: inline-block; font-size: 0.68rem; font-weight: 800; padding: 6px 10px; text-transform: uppercase; }
.vgp-case-card > div { border-top: 1px solid var(--vgp-line); margin-top: 24px; padding-top: 24px; }
.vgp-success-mark { align-items: center; background: var(--vgp-gold); border-radius: 50%; color: #111; display: flex; font-size: 2rem; height: 70px; justify-content: center; margin: 0 auto 30px; width: 70px; }
.vgp-thank-you .vgp-actions { justify-content: center; }

.vgp-client-projects { display: grid; gap: 30px; }
.vgp-client-project { border: 1px solid var(--vgp-line); border-radius: var(--vgp-radius); padding: clamp(25px, 5vw, 50px); }
.vgp-client-heading { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.vgp-client-heading > span { background: #f2e7c7; border-radius: 999px; color: #6c5014; font-size: 0.72rem; font-weight: 800; padding: 7px 12px; }
.vgp-progress { background: #e9e7e0; border-radius: 10px; height: 9px; margin: 25px 0; overflow: hidden; }
.vgp-progress span { background: var(--vgp-gold); display: block; height: 100%; }
.vgp-client-summary { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-bottom: 30px; }
.vgp-client-summary div { background: var(--vgp-cream); border-radius: 10px; padding: 16px; }
.vgp-client-summary strong,
.vgp-client-summary span { display: block; }
.vgp-client-summary strong { color: var(--vgp-grey); font-size: 0.7rem; text-transform: uppercase; }
.vgp-client-files,
.vgp-client-activity { border-top: 1px solid var(--vgp-line); margin-top: 30px; padding-top: 30px; }
.vgp-client-files ul,
.vgp-client-activity ul { list-style: none; padding: 0; }
.vgp-client-files li { align-items: center; border-bottom: 1px solid var(--vgp-line); display: flex; gap: 15px; justify-content: space-between; padding: 13px 0; }
.vgp-client-files li strong,
.vgp-client-files li span { display: block; }
.vgp-client-files li span { color: var(--vgp-grey); font-size: 0.72rem; }
.vgp-client-files li a { font-size: 0.8rem; font-weight: 800; }
.vgp-client-activity li { background: var(--vgp-cream); border-radius: 10px; margin-bottom: 10px; padding: 17px; }
.vgp-client-activity li div { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.vgp-client-activity li span { color: var(--vgp-grey); font-size: 0.72rem; }
.vgp-client-activity li p { margin: 10px 0 0; }
.vgp-client-actions { border-top: 1px solid var(--vgp-line); display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; padding-top: 30px; }
.vgp-client-actions form { background: var(--vgp-cream); border-radius: 12px; padding: 22px; }
.vgp-site .login-submit input { background: var(--vgp-black); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 800; min-height: 50px; padding: 12px 22px; }

.vgp-testimonial-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.vgp-testimonial-card { background: var(--vgp-cream); border: 1px solid var(--vgp-line); border-radius: var(--vgp-radius); padding: 30px; }
.vgp-stars { color: #8b6717; font-size: 1rem; letter-spacing: 0.12em; margin-bottom: 18px; }
.vgp-testimonial-card blockquote { border: 0; font-size: 1rem; margin: 0 0 24px; padding: 0; }
.vgp-testimonial-card blockquote p:last-child { margin-bottom: 0; }
.vgp-testimonial-person { align-items: center; border-top: 1px solid var(--vgp-line); display: flex; gap: 14px; padding-top: 18px; }
.vgp-testimonial-person img,
.vgp-testimonial-initial { border-radius: 50%; height: 48px; object-fit: cover; width: 48px; }
.vgp-testimonial-initial { align-items: center; background: var(--vgp-black); color: var(--vgp-gold); display: inline-flex; font-weight: 800; justify-content: center; }
.vgp-testimonial-person strong,
.vgp-testimonial-person span { display: block; }
.vgp-testimonial-person span { color: var(--vgp-grey); font-size: 0.78rem; margin-top: 3px; }

@media (max-width: 1024px) {
  .vgp-hero-grid { grid-template-columns: 1fr; }
  .vgp-hero-copy { max-width: 800px; }
  .vgp-hero-panel { max-width: 680px; transform: none; }
  .vgp-trust-grid { grid-template-columns: repeat(3, 1fr); }
  .vgp-service-grid,
  .vgp-project-grid,
  .vgp-resource-grid,
  .vgp-tools-grid,
  .vgp-case-grid,
  .vgp-testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .vgp-value-grid { grid-template-columns: repeat(2, 1fr); }
  .vgp-process { grid-template-columns: repeat(4, 1fr); row-gap: 35px; }
  .vgp-service-detail-grid { gap: 40px; }
}

@media (max-width: 760px) {
  .vgp-site { font-size: 16px; }
  .vgp-container { width: min(calc(100% - 28px), var(--vgp-container)); }
  .vgp-section { padding: 70px 0; }
  .vgp-hero { min-height: auto; padding: 90px 0 80px; }
  .vgp-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .vgp-actions .vgp-button { width: 100%; }
  .vgp-scorecard { padding: 18px; }
  .vgp-chart-art { margin: 0 18px 18px; }
  .vgp-trust-grid { grid-template-columns: 1fr; }
  .vgp-trust-grid > span { justify-content: flex-start; text-align: left; }
  .vgp-section-heading,
  .vgp-two-column,
  .vgp-form-layout,
  .vgp-founder-grid,
  .vgp-split,
  .vgp-service-detail-grid { grid-template-columns: 1fr; }
  .vgp-section-heading { align-items: start; gap: 10px; margin-bottom: 36px; }
  .vgp-service-grid,
  .vgp-project-grid,
  .vgp-resource-grid,
  .vgp-tools-grid,
  .vgp-case-grid,
  .vgp-testimonial-grid,
  .vgp-package-grid,
  .vgp-value-grid { grid-template-columns: 1fr; }
  .vgp-package-featured { transform: none; }
  .vgp-process { grid-template-columns: 1fr; }
  .vgp-process li { border-left: 1px solid #3c3c3c; border-top: 0; padding: 0 0 25px 28px; }
  .vgp-process li::before { left: -5px; top: 5px; }
  .vgp-process li > span { margin-bottom: 8px; }
  .vgp-process p { font-size: 0.9rem; }
  .vgp-cta-band .vgp-actions { justify-content: start; }
  .vgp-field-row,
  .vgp-contact-cards,
  .vgp-option-grid,
  .vgp-client-summary,
  .vgp-client-actions { grid-template-columns: 1fr; }
  .vgp-option { min-height: 100px; }
  .vgp-project-art { height: 190px; }
  .vgp-client-heading,
  .vgp-client-files li,
  .vgp-client-activity li div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .vgp-site *,
  .vgp-site *::before,
  .vgp-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Version 3.0.1: theme-width compatibility and refined launch hero.
 * WordPress themes often constrain page content to an article column. The
 * growth layouts intentionally break out of that wrapper while preserving the
 * theme header and footer.
 */
.vgp-site {
  display: block;
  left: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw !important;
  position: relative;
  width: 100vw !important;
}

.vgp-site .vgp-container {
  max-width: var(--vgp-container);
}

.vgp-home .vgp-hero {
  min-height: 680px;
  padding: clamp(80px, 9vw, 125px) 0;
}

.vgp-home .vgp-hero h1 {
  font-size: clamp(3rem, 5.15vw, 4.85rem);
  line-height: 1.04;
  max-width: 12.5ch;
}

.vgp-home .vgp-hero-grid {
  gap: clamp(44px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.8fr);
}

.vgp-home .vgp-hero-panel {
  min-height: 430px;
}

/* Keep theme-generated content wrappers from clipping the full-width layout. */
.entry-content:has(> .vgp-site),
.page-content:has(> .vgp-site),
.wp-block-post-content:has(> .vgp-site) {
  max-width: none !important;
  overflow: visible !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  .vgp-home .vgp-hero {
    min-height: auto;
  }

  .vgp-home .vgp-hero h1 {
    max-width: 14ch;
  }
}

@media (max-width: 760px) {
  .vgp-site {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .vgp-home .vgp-hero {
    padding: 72px 0 68px;
  }

  .vgp-home .vgp-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
    line-height: 1.02;
  }
}


/* Version 3.0.2: standalone premium site shell.
 * Growth pages now use their own header and footer rather than being placed
 * underneath the active theme's white header or inside its page template.
 */
body.vgp-standalone-page {
  background: var(--vgp-black);
  margin: 0;
  overflow-x: hidden;
}

body.vgp-standalone-page .vgp-shell,
body.vgp-standalone-page .vgp-shell-content {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.vgp-sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.vgp-global-header {
  background: rgba(10, 10, 10, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: sticky;
  top: 0;
  z-index: 99990;
}

body.admin-bar .vgp-global-header { top: 32px; }

.vgp-header-inner {
  align-items: center;
  display: flex;
  min-height: 84px;
  justify-content: space-between;
}

.vgp-brand {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  gap: 12px;
  text-decoration: none !important;
}

.vgp-brand img {
  border: 1px solid rgba(201, 164, 76, 0.45);
  border-radius: 11px;
  display: block;
  height: 44px;
  width: 44px;
}

.vgp-brand span { display: grid; line-height: 1; }
.vgp-brand strong { font-size: 1.22rem; letter-spacing: -0.025em; }
.vgp-brand small { color: var(--vgp-gold); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.19em; margin-top: 5px; }

.vgp-primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(17px, 2vw, 29px);
}

.vgp-primary-nav > a {
  color: #d7d7d7 !important;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.vgp-primary-nav > a:hover,
.vgp-primary-nav > a:focus-visible { color: var(--vgp-gold) !important; }

.vgp-primary-nav .vgp-header-cta {
  background: var(--vgp-gold);
  border: 1px solid var(--vgp-gold);
  border-radius: 999px;
  color: #111 !important;
  padding: 11px 18px;
}

.vgp-primary-nav .vgp-header-cta:hover,
.vgp-primary-nav .vgp-header-cta:focus-visible {
  background: #e0bd68;
  color: #111 !important;
}

.vgp-menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: none;
  height: 44px;
  padding: 10px;
  width: 46px;
}

.vgp-menu-toggle i {
  background: #fff;
  display: block;
  height: 2px;
  margin: 4px auto;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 22px;
}

.vgp-global-footer {
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 78px 0 28px;
}

.vgp-footer-grid {
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(260px, 1.3fr) minmax(150px, 0.65fr) minmax(220px, 0.85fr);
}

.vgp-footer-grid h2 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.vgp-footer-grid > div:not(.vgp-footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.vgp-footer-grid a { color: #c9c9c9 !important; text-decoration: none !important; }
.vgp-footer-grid a:hover { color: var(--vgp-gold) !important; }
.vgp-footer-grid span { color: #b8b8b8; }
.vgp-footer-brand p { color: #aaa; margin: 22px 0 0; max-width: 460px; }

.vgp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #858585;
  display: flex;
  font-size: 0.78rem;
  gap: 20px;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 24px;
}

/* The custom shell already owns the viewport; no negative breakout is needed. */
body.vgp-standalone-page .vgp-site {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: none !important;
  width: 100% !important;
}

body.vgp-standalone-page .vgp-home .vgp-hero {
  min-height: 650px;
  padding-top: clamp(82px, 9vw, 125px);
}

@media (max-width: 980px) {
  .vgp-menu-toggle { display: block; }
  .vgp-primary-nav {
    align-items: stretch;
    background: #0b0b0b;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 15px 20px 25px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .vgp-global-header.is-menu-open .vgp-primary-nav { display: flex; }
  .vgp-primary-nav > a { border-bottom: 1px solid rgba(255,255,255,.07); padding: 14px 4px; }
  .vgp-primary-nav .vgp-header-cta { margin-top: 15px; text-align: center; }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(2) { opacity: 0; }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .vgp-footer-grid { grid-template-columns: 1fr 1fr; }
  .vgp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  body.admin-bar .vgp-global-header { top: 46px; }
}

@media (max-width: 620px) {
  .vgp-header-inner { min-height: 74px; }
  .vgp-brand img { height: 40px; width: 40px; }
  .vgp-footer-grid { grid-template-columns: 1fr; }
  .vgp-footer-brand { grid-column: auto; }
  .vgp-footer-bottom { flex-direction: column; }
}

/* Version 3.0.3: final standalone shell and footer refinements. */
body.vgp-standalone-page,
body.vgp-standalone-page .vgp-shell {
  min-height: 100vh;
}

body.vgp-standalone-page .vgp-shell {
  display: flex;
  flex-direction: column;
}

body.vgp-standalone-page .vgp-shell-content {
  flex: 1 0 auto;
}

.vgp-global-header .vgp-container,
.vgp-global-footer .vgp-container {
  width: min(calc(100% - 40px), 1240px);
}

.vgp-primary-nav {
  gap: clamp(13px, 1.45vw, 24px);
}

.vgp-primary-nav > a {
  white-space: nowrap;
}

.vgp-footer-grid {
  gap: clamp(30px, 4.5vw, 66px);
  grid-template-columns: minmax(280px, 1.25fr) minmax(125px, 0.55fr) minmax(140px, 0.6fr) minmax(220px, 0.9fr);
}

.vgp-footer-column {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.vgp-footer-region {
  color: #8f8f8f !important;
  font-size: 0.84rem;
  line-height: 1.55;
  margin-top: 14px !important;
}

.vgp-footer-contact a {
  overflow-wrap: anywhere;
}

.vgp-footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
  text-align: right;
}

.vgp-footer-legal a {
  color: #b8b8b8 !important;
  text-decoration: none !important;
}

.vgp-footer-legal a:hover,
.vgp-footer-legal a:focus-visible {
  color: var(--vgp-gold) !important;
}

@media (max-width: 1120px) {
  .vgp-menu-toggle { display: block; }
  .vgp-primary-nav {
    align-items: stretch;
    background: #0b0b0b;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    padding: 15px 20px 25px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .vgp-global-header.is-menu-open .vgp-primary-nav { display: flex; }
  .vgp-primary-nav > a { border-bottom: 1px solid rgba(255,255,255,.07); padding: 14px 4px; }
  .vgp-primary-nav .vgp-header-cta { margin-top: 15px; text-align: center; }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(2) { opacity: 0; }
  .vgp-global-header.is-menu-open .vgp-menu-toggle i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .vgp-footer-grid { grid-template-columns: 1.25fr 0.75fr 0.9fr; }
  .vgp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .vgp-footer-grid { grid-template-columns: 1fr 1fr; }
  .vgp-footer-brand { grid-column: 1 / -1; }
  .vgp-footer-bottom { align-items: flex-start; }
  .vgp-footer-legal { justify-content: flex-start; text-align: left; }
}

@media (max-width: 520px) {
  .vgp-global-header .vgp-container,
  .vgp-global-footer .vgp-container { width: min(calc(100% - 28px), 1240px); }
  .vgp-footer-grid { grid-template-columns: 1fr; }
  .vgp-footer-brand { grid-column: auto; }
  .vgp-footer-bottom { flex-direction: column; }
}

/* The 3.0.1 desktop hero rule appears later than the original responsive
 * rules, so repeat the intended collapse here at the end of the stylesheet. */
@media (max-width: 1024px) {
  .vgp-home .vgp-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .vgp-home .vgp-hero-copy {
    max-width: 780px;
  }
  .vgp-home .vgp-hero-panel {
    max-width: 680px;
    min-height: 390px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .vgp-home .vgp-hero-grid { gap: 46px; }
  .vgp-home .vgp-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.55rem);
    max-width: 13ch;
  }
  .vgp-home .vgp-hero-panel {
    min-height: 330px;
  }
}

@media (max-width: 420px) {
  .vgp-home .vgp-hero h1 {
    font-size: clamp(2.28rem, 11vw, 3rem);
    max-width: 12ch;
  }
  .vgp-home .vgp-hero-panel { min-height: 310px; }
}


/* Version 3.0.5: unified article, archive and site-wide content shell. */
.vgp-article-main,
.vgp-articles-main,
.vgp-not-found {
  background: #fff;
  color: #181818;
  min-height: 60vh;
}

.vgp-article-hero {
  background: linear-gradient(135deg, #070707 0%, #12100b 100%);
  color: #fff;
  padding: clamp(76px, 9vw, 126px) 0 clamp(56px, 7vw, 88px);
}

.vgp-article-narrow { max-width: 860px; }
.vgp-article-hero h1 { color: #fff; font-size: clamp(2.35rem, 5.4vw, 4.8rem); line-height: .99; margin: 18px 0 22px; }
.vgp-article-meta { color: #b8b8b8; display: flex; flex-wrap: wrap; gap: 10px; font-size: .9rem; }
.vgp-article-content { font-size: 1.06rem; line-height: 1.82; padding-bottom: clamp(70px, 9vw, 120px); padding-top: clamp(48px, 6vw, 82px); }
.vgp-article-content h2,
.vgp-article-content h3,
.vgp-article-content h4 { color: #111; line-height: 1.15; margin-top: 2.1em; }
.vgp-article-content h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.vgp-article-content h3 { font-size: clamp(1.3rem, 2.3vw, 1.75rem); }
.vgp-article-content p,
.vgp-article-content li { color: #333; }
.vgp-article-content a { color: #775b12; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.vgp-article-content img { border-radius: 16px; height: auto; max-width: 100%; }
.vgp-article-featured { margin: 0 0 clamp(38px, 5vw, 60px); }
.vgp-article-cta { background: #0a0a0a; color: #fff; padding: clamp(58px, 7vw, 86px) 0; }
.vgp-article-cta h2 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 3rem); margin: 12px 0 26px; }

.vgp-article-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vgp-article-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 18px; box-shadow: 0 15px 40px rgba(0,0,0,.055); overflow: hidden; }
.vgp-article-card-image { aspect-ratio: 16 / 9; display: block; overflow: hidden; }
.vgp-article-card-image img { height: 100%; object-fit: cover; transition: transform 220ms ease; width: 100%; }
.vgp-article-card:hover .vgp-article-card-image img { transform: scale(1.025); }
.vgp-article-card-body { padding: 26px; }
.vgp-article-card-body h2 { font-size: 1.36rem; line-height: 1.25; margin: 8px 0 14px; }
.vgp-article-card-body h2 a { color: #111; text-decoration: none; }
.vgp-article-card-body p { color: #555; }
.vgp-article-card-meta { color: #8a6b20 !important; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vgp-text-link { color: #111; display: inline-block; font-weight: 800; margin-top: 8px; text-decoration: none; }
.vgp-pagination { margin-top: 46px; }
.vgp-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.vgp-pagination .page-numbers { border: 1px solid #ddd; border-radius: 9px; color: #111; min-width: 42px; padding: 9px 13px; text-align: center; text-decoration: none; }
.vgp-pagination .current { background: #111; border-color: #111; color: #fff; }
.vgp-empty-state { border: 1px solid #e2e2e2; border-radius: 18px; padding: 44px; text-align: center; }
.vgp-not-found .vgp-section { background: linear-gradient(135deg, #070707 0%, #17130a 100%); color: #fff; min-height: 65vh; padding: clamp(90px, 12vw, 160px) 0; }
.vgp-not-found h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: 1; }
.vgp-not-found .vgp-lead { color: #c7c7c7; }

@media (max-width: 980px) {
  .vgp-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .vgp-article-grid { grid-template-columns: 1fr; }
  .vgp-article-card-body { padding: 22px; }
  .vgp-article-content { font-size: 1rem; }
}

/* Version 3.1.0: dedicated services, trust and conversion refinements. */
.vgp-service-page-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}
.vgp-service-solution {
  background: #f6f3eb;
  border-left: 4px solid var(--vgp-gold);
  border-radius: 0 14px 14px 0;
  margin-top: 34px;
  padding: 26px 28px;
}
.vgp-service-solution h3 { margin-top: 0; }
.vgp-service-summary-card {
  background: #101010;
  border: 1px solid rgba(205,160,42,.38);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(0,0,0,.15);
  color: #d2d2d2;
  padding: clamp(28px, 4vw, 42px);
  position: sticky;
  top: 112px;
}
.vgp-service-summary-card h2 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.vgp-service-summary-card .vgp-disclaimer { color: #aaa; font-size: .84rem; }
.vgp-deliverable-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vgp-deliverable-grid article {
  background: #fff;
  border: 1px solid #e3e0d8;
  border-radius: 16px;
  min-height: 145px;
  padding: 26px;
}
.vgp-deliverable-grid .vgp-icon { color: var(--vgp-gold-dark); }
.vgp-deliverable-grid h3 { font-size: 1.05rem; line-height: 1.35; margin: 18px 0 0; }
.vgp-service-page .vgp-process { grid-template-columns: 1fr; }
.vgp-service-page .vgp-process li { min-height: auto; }
.vgp-project-art-image { background: #eee; padding: 0; }
.vgp-project-art-image img { height: 100%; object-fit: cover; width: 100%; }
.vgp-consent a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.vgp-primary-nav > a[aria-current="page"] { color: var(--vgp-gold); }
.vgp-article-back { margin-bottom: 22px; }
.vgp-article-back a { color: #b9b9b9; font-weight: 700; text-decoration: none; }
.vgp-article-back a:hover { color: var(--vgp-gold); }

@media (max-width: 920px) {
  .vgp-service-page-grid { grid-template-columns: 1fr; }
  .vgp-service-summary-card { position: static; }
  .vgp-deliverable-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .vgp-deliverable-grid { grid-template-columns: 1fr; }
  .vgp-service-summary-card { min-width: 0; }
}


/* Version 3.1.0 final audit: consistent styling for unmanaged WordPress pages. */
.vgp-generic-page { background: #fff; min-height: 60vh; }
.vgp-generic-content { font-size: 1.05rem; line-height: 1.8; color: #263247; }
.vgp-generic-content > :first-child { margin-top: 0; }
.vgp-generic-content h2, .vgp-generic-content h3, .vgp-generic-content h4 { color: #0b1f3f; line-height: 1.2; margin-top: 2rem; }
.vgp-generic-content a { color: #8a6500; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.vgp-generic-content img { max-width: 100%; height: auto; }
.vgp-generic-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.vgp-generic-content th, .vgp-generic-content td { border: 1px solid #dfe4eb; padding: .75rem; text-align: left; }
