:root {
	--vd-navy: #031f37;
	--vd-navy-2: #082b49;
	--vd-blue: #0067c5;
	--vd-orange: #f45b20;
	--vd-orange-dark: #c83d08;
	--vd-ink: #071b2e;
	--vd-muted: #52677c;
	--vd-line: #d6e0e8;
	--vd-soft: #f2f6f9;
	--vd-cream: #fff7ef;
	--vd-white: #fff;
}

.vd-revenue-page *, .vd-revenue-home * { box-sizing: border-box; }
.vd-revenue-page [hidden], .vd-revenue-home [hidden] { display: none !important; }
.vd-revenue-page h1, .vd-revenue-page h2, .vd-revenue-page h3, .vd-revenue-home h1, .vd-revenue-home h2, .vd-revenue-home h3 { color: var(--vd-ink); letter-spacing: -.025em; }
.vd-revenue-page h1, .vd-revenue-home h1 { font-size: clamp(42px, 5vw, 76px); line-height: 1.02; }
.vd-revenue-page h2, .vd-revenue-home h2 { font-size: clamp(32px, 3.4vw, 50px); line-height: 1.08; }
.vd-revenue-page h3, .vd-revenue-home h3 { font-size: 24px; line-height: 1.18; }
.vd-revenue-page p, .vd-revenue-home p, .vd-revenue-page li, .vd-revenue-home li { font-size: 18px; line-height: 1.62; }
.vd-revenue-page .vd-kicker, .vd-revenue-home .vd-kicker { color: var(--vd-orange-dark); font-size: 14px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.vd-revenue-page .vd-lead, .vd-revenue-home .vd-lead { color: var(--vd-muted); font-size: 21px; line-height: 1.55; }
.vd-revenue-page .vd-section, .vd-revenue-home .vd-section { padding: 92px 0; }
.vd-revenue-page .vd-section-heading, .vd-revenue-home .vd-section-heading { margin: 0 auto 42px; max-width: 920px; }
.vd-revenue-page .vd-section-heading.text-center, .vd-revenue-home .vd-section-heading.text-center { text-align: center; }
.vd-revenue-page .vd-section-heading h2, .vd-revenue-home .vd-section-heading h2 { margin: 10px 0 14px; }
.vd-revenue-page a, .vd-revenue-home a { text-underline-offset: 4px; }
.vd-revenue-page .btn, .vd-revenue-home .btn { min-height: 50px; padding: 13px 24px; }
.vd-revenue-page .vd-btn-primary, .vd-revenue-home .vd-btn-primary { background: var(--vd-orange); border-color: var(--vd-orange); color: #fff !important; }
.vd-revenue-page .vd-btn-primary:hover, .vd-revenue-home .vd-btn-primary:hover, .vd-revenue-page .vd-btn-primary:focus, .vd-revenue-home .vd-btn-primary:focus { background: var(--vd-orange-dark); border-color: var(--vd-orange-dark); }
.vd-revenue-page .vd-btn-outline, .vd-revenue-home .vd-btn-outline { border: 2px solid var(--vd-navy); color: var(--vd-navy); }
.vd-revenue-page :focus-visible, .vd-revenue-home :focus-visible { outline: 3px solid #1686e7; outline-offset: 3px; }

/* Bootstrap clearfix pseudo-elements must not become children of revenue grid containers. */
.vd-revenue-cost__grid:before, .vd-revenue-cost__grid:after,
.vd-vector-insight__grid:before, .vd-vector-insight__grid:after,
.vd-fit-profile__grid:before, .vd-fit-profile__grid:after,
.vd-offer-split:before, .vd-offer-split:after,
.vd-revenue-page-hero__grid:before, .vd-revenue-page-hero__grid:after,
.vd-diagnostic-hero__grid:before, .vd-diagnostic-hero__grid:after,
.vd-refer-hero__grid:before, .vd-refer-hero__grid:after,
.vd-fit-boundary .container:before, .vd-fit-boundary .container:after,
.vd-diagnostic-workshop__grid:before, .vd-diagnostic-workshop__grid:after,
.vd-introduction-layout:before, .vd-introduction-layout:after {
	content: none !important;
	display: none !important;
}

/* Homepage */
.vd-revenue-hero.vd-hero-stage { background: var(--vd-navy); min-height: 690px; }
.vd-revenue-hero .vd-hero-stage__media:after { background: linear-gradient(90deg, rgba(3,31,55,.98) 0%, rgba(3,31,55,.91) 45%, rgba(3,31,55,.22) 82%); }
.vd-revenue-hero .vd-hero-stage__copy { max-width: 760px; }
.vd-revenue-hero .vd-hero-stage__copy h1, .vd-revenue-hero .vd-hero-stage__copy p, .vd-revenue-hero .vd-hero-stage__trust li { color: #fff; }
.vd-revenue-hero .vd-hero-stage__copy h1 span { color: #ffb089; }
.vd-revenue-hero .vd-hero-stage__description { max-width: 700px; }
.vd-revenue-hero .vd-btn-ghost { color: #fff; font-weight: 750; }

.vd-pain-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.vd-pain-grid article { background: #fff; border: 1px solid var(--vd-line); border-top: 4px solid transparent; min-height: 242px; padding: 28px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vd-pain-grid article:hover { border-top-color: var(--vd-orange); box-shadow: 0 14px 32px rgba(3,31,55,.1); transform: translateY(-4px); }
.vd-pain-grid i { align-items: center; background: var(--vd-soft); border-radius: 50%; color: var(--vd-orange-dark); display: inline-flex; font-size: 22px; height: 48px; justify-content: center; width: 48px; }
.vd-pain-grid h3 { margin: 20px 0 10px; }
.vd-pain-grid p { color: var(--vd-muted); font-size: 16px; margin: 0; }

.vd-revenue-cost { background: var(--vd-navy); color: #fff; padding: 76px 0; }
.vd-revenue-cost__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.vd-revenue-cost h2, .vd-revenue-cost p { color: #fff; }
.vd-revenue-cost .vd-kicker { color: #ff9d70; }
.vd-cost-formula { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; display: grid; gap: 14px; padding: 34px; }
.vd-cost-formula span { color: #ffb18c; font-size: 14px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vd-cost-formula strong { color: #fff; font-size: 28px; line-height: 1.38; }
.vd-cost-formula small { color: #c8d6e2; font-size: 14px; line-height: 1.55; }

.vd-vector-insight { background: var(--vd-cream); }
.vd-vector-insight__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; }
.vd-vector-insight blockquote { background: #fff; border: 0; border-left: 6px solid var(--vd-orange); box-shadow: 0 18px 48px rgba(3,31,55,.11); margin: 0; padding: 36px; }
.vd-vector-insight blockquote strong, .vd-vector-insight blockquote span { display: block; }
.vd-vector-insight blockquote strong { color: var(--vd-navy); font-size: 28px; line-height: 1.25; }
.vd-vector-insight blockquote span { color: var(--vd-muted); font-size: 20px; margin-top: 14px; }

.vd-method-section { background: #fff; padding: 94px 0; }
.vd-method-line { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); position: relative; }
.vd-method-line:before { background: var(--vd-line); content: ''; height: 2px; left: 10%; position: absolute; right: 10%; top: 51px; }
.vd-method-line > div { padding: 0 22px; position: relative; text-align: center; }
.vd-method-line > div > span { color: var(--vd-muted); font-size: 13px; font-weight: 800; }
.vd-method-line i { align-items: center; background: var(--vd-navy); border: 7px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 22px; height: 72px; justify-content: center; margin: 8px auto 18px; position: relative; width: 72px; z-index: 1; }
.vd-method-line div:nth-child(2) i, .vd-method-line div:nth-child(4) i { background: var(--vd-orange); }
.vd-method-line h3 { font-size: 20px; margin: 0 0 8px; }
.vd-method-line p { color: var(--vd-muted); font-size: 15px; margin: 0; }
.vd-method-detail { background: var(--vd-soft); border-radius: 6px; color: var(--vd-navy); font-size: 15px !important; font-weight: 700; margin: 40px auto 0; max-width: 1000px; padding: 18px 22px; text-align: center; }

.vd-problem-paths { background: var(--vd-soft); }
.vd-path-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.vd-path-grid article { background: #fff; border: 1px solid var(--vd-line); display: grid; grid-template-columns: auto 1fr; padding: 30px; position: relative; }
.vd-path-grid article > span { color: #a7b5c1; font-size: 13px; font-weight: 800; grid-column: 1; }
.vd-path-grid article > i { color: var(--vd-orange); font-size: 24px; grid-column: 1; grid-row: 2 / span 4; margin-right: 22px; padding-top: 5px; }
.vd-path-grid h3, .vd-path-grid p, .vd-path-grid strong, .vd-path-grid a { grid-column: 2; }
.vd-path-grid h3 { margin: 2px 0 10px; }
.vd-path-grid p { color: var(--vd-muted); font-size: 16px; margin: 0 0 12px; }
.vd-path-grid strong { color: var(--vd-navy); font-size: 15px; margin-bottom: 18px; }
.vd-path-grid a { color: var(--vd-orange-dark); font-weight: 800; }

.vd-fit-profile { background: var(--vd-navy); color: #fff; padding: 82px 0; }
.vd-fit-profile__grid { align-items: center; display: grid; gap: 72px; grid-template-columns: 1.15fr .85fr; }
.vd-fit-profile h2, .vd-fit-profile h3, .vd-fit-profile li, .vd-fit-profile p { color: #fff; }
.vd-fit-profile .vd-kicker { color: #ff9d70; }
.vd-fit-profile .vd-check-list { columns: 2; gap: 40px; }
.vd-fit-profile .vd-check-list li { break-inside: avoid; font-size: 16px; }
.vd-fit-profile aside { background: rgba(255,255,255,.09); border-left: 5px solid var(--vd-orange); padding: 30px; }

.vd-evidence-section { background: #fff; }
.vd-evidence-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr .72fr; }
.vd-evidence-grid figure, .vd-evidence-score { background: var(--vd-soft); border: 1px solid var(--vd-line); margin: 0; min-height: 100%; }
.vd-evidence-grid figure img { aspect-ratio: 16 / 10; display: block; height: auto; object-fit: cover; width: 100%; }
.vd-evidence-grid figcaption { display: grid; gap: 7px; padding: 22px; }
.vd-evidence-grid figcaption strong { color: var(--vd-navy); font-size: 21px; }
.vd-evidence-grid figcaption span { color: var(--vd-muted); font-size: 15px; line-height: 1.55; }
.vd-evidence-score { align-items: center; display: flex; flex-direction: column; justify-content: center; padding: 28px; text-align: center; }
.vd-evidence-score__google { align-items: center; background: #fff; border-radius: 50%; color: #4285f4; display: flex; font-size: 30px; font-weight: 800; height: 62px; justify-content: center; margin-bottom: 16px; width: 62px; }
.vd-evidence-score strong { color: var(--vd-navy); font-size: 36px; }
.vd-evidence-score span { color: var(--vd-muted); font-size: 16px; }
.vd-evidence-score small { color: var(--vd-muted); margin: 5px 0 18px; }
.vd-evidence-score a { color: var(--vd-orange-dark); font-weight: 800; }
.vd-delivery-system { align-items: center; background: var(--vd-navy); color: #fff; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; padding: 20px; }
.vd-delivery-system span { font-size: 14px; font-weight: 800; }
.vd-delivery-system i { color: #ff9d70; font-size: 10px; }

.vd-fit-check-offer { background: var(--vd-cream); padding: 90px 0; }
.vd-diagnostic-offer { background: #fff; }
.vd-offer-split { align-items: center; display: grid; gap: 80px; grid-template-columns: 1.3fr .7fr; }
.vd-offer-split--reverse { grid-template-columns: .72fr 1.28fr; }
.vd-offer-split aside { background: var(--vd-navy); border-radius: 12px; color: #fff; padding: 34px; }
.vd-offer-split aside p { color: #d4e0e9; font-size: 16px; }
.vd-offer-price { color: #fff; display: block; font-size: 52px; font-weight: 850; line-height: 1; margin-bottom: 18px; }
.vd-offer-price small { color: #ff9d70; font-size: 20px; }
.vd-ethical-urgency { align-items: flex-start; background: var(--vd-soft); border-left: 4px solid var(--vd-orange); display: flex; gap: 16px; margin-top: 26px; padding: 20px; }
.vd-ethical-urgency i { color: var(--vd-orange-dark); font-size: 23px; margin-top: 4px; }
.vd-ethical-urgency span { color: var(--vd-muted); font-size: 16px; line-height: 1.55; }
.vd-ethical-urgency strong { color: var(--vd-navy); display: block; }

.vd-capability-groups { display: flex; flex-wrap: wrap; gap: 10px; margin: -10px 0 30px; }
.vd-capability-groups span { background: var(--vd-navy); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 750; padding: 9px 14px; }
.vd-ecosystem .vd-product-tile { height: 100%; }
.vd-ecosystem .vd-product-tile__image { height: 170px; }
.vd-ecosystem .vd-product-tile__image img { max-height: 92px; max-width: 78%; }
.vd-ecosystem .vd-product-tile__body { min-height: 270px; }

.vd-revenue-faq { background: var(--vd-soft); }
.vd-faq-list { margin: 0 auto; max-width: 960px; }
.vd-faq-list details { background: #fff; border: 1px solid var(--vd-line); margin-bottom: 12px; }
.vd-faq-list summary { align-items: center; color: var(--vd-navy); cursor: pointer; display: flex; font-size: 19px; font-weight: 800; justify-content: space-between; list-style: none; min-height: 66px; padding: 18px 22px; }
.vd-faq-list summary::-webkit-details-marker { display: none; }
.vd-faq-list summary i { color: var(--vd-orange); font-size: 14px; transition: transform .2s ease; }
.vd-faq-list details[open] summary i { transform: rotate(45deg); }
.vd-faq-list details p { border-top: 1px solid var(--vd-line); color: var(--vd-muted); font-size: 16px; margin: 0; padding: 20px 22px; }

.vd-revenue-final .container { align-items: center; }
.vd-final-actions { align-items: center; display: flex; flex-direction: column; gap: 13px; min-width: 300px; }
.vd-final-link { color: #fff !important; font-size: 15px; font-weight: 750; text-decoration: underline; }

/* Shared revenue page heroes */
.vd-revenue-page-hero, .vd-diagnostic-hero, .vd-refer-hero { background: linear-gradient(135deg, var(--vd-navy) 0%, var(--vd-navy-2) 68%, #17445f 100%); color: #fff; padding: 98px 0 86px; position: relative; }
.vd-revenue-page-hero:after, .vd-diagnostic-hero:after, .vd-refer-hero:after { background: radial-gradient(circle at center, rgba(244,91,32,.25), transparent 68%); content: ''; inset: 0 0 0 56%; pointer-events: none; position: absolute; }
.vd-revenue-page-hero__grid, .vd-diagnostic-hero__grid, .vd-refer-hero__grid { align-items: center; display: grid; gap: 72px; grid-template-columns: 1.35fr .65fr; position: relative; z-index: 1; }
.vd-revenue-page-hero__grid > div:first-child, .vd-diagnostic-hero__grid > div:first-child, .vd-refer-hero__grid > div:first-child { grid-column: 1; grid-row: 1; }
.vd-revenue-page-hero__grid > aside, .vd-diagnostic-hero__grid > aside, .vd-refer-hero__grid > aside { grid-column: 2; grid-row: 1; }
.vd-revenue-page-hero h1, .vd-revenue-page-hero p, .vd-revenue-page-hero li, .vd-diagnostic-hero h1, .vd-diagnostic-hero p, .vd-refer-hero h1, .vd-refer-hero p { color: #fff; }
.vd-revenue-page .vd-revenue-page-hero .vd-lead, .vd-revenue-page .vd-diagnostic-hero .vd-lead, .vd-revenue-page .vd-refer-hero .vd-lead { color: #dce8f0; }
.vd-revenue-page-hero .vd-kicker, .vd-diagnostic-hero .vd-kicker, .vd-refer-hero .vd-kicker { color: #ff9d70; }
.vd-revenue-page-hero .vd-btn-ghost, .vd-diagnostic-hero .vd-btn-ghost, .vd-refer-hero .vd-btn-ghost { color: #fff; font-weight: 750; }
.vd-revenue-page-hero aside, .vd-diagnostic-hero aside, .vd-refer-hero aside { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 30px; }
.vd-revenue-page-hero aside > strong { color: #fff; display: block; font-size: 23px; margin-bottom: 14px; }
.vd-revenue-page-hero aside ul { margin: 0; padding-left: 20px; }
.vd-revenue-page-hero aside li { color: #dce8f0; font-size: 15px; margin: 8px 0; }

/* Fit Check */
.vd-fit-check-shell { background: var(--vd-soft); }
.vd-fit-check-layout { margin: 0 auto; max-width: 980px; }
.vd-fit-progress { align-items: center; display: grid; gap: 16px; grid-template-columns: auto 1fr auto; margin-bottom: 22px; }
.vd-fit-progress > div:first-child { align-items: center; background: var(--vd-navy); border-radius: 50%; color: #fff; display: flex; flex-direction: column; height: 62px; justify-content: center; text-align: center; width: 62px; }
.vd-fit-progress > div:first-child span { font-size: 23px; font-weight: 850; line-height: 1; }
.vd-fit-progress > div:first-child small { font-size: 10px; }
.vd-fit-progress__track { background: #d7e1e9; border-radius: 99px; height: 8px; overflow: hidden; }
.vd-fit-progress__track span { background: linear-gradient(90deg, var(--vd-blue), var(--vd-orange)); display: block; height: 100%; transition: width .25s ease; width: 12.5%; }
.vd-fit-progress > p { color: var(--vd-navy); font-size: 14px; font-weight: 800; margin: 0; min-width: 108px; text-align: right; }
.vd-fit-form { background: #fff; border: 1px solid var(--vd-line); box-shadow: 0 22px 54px rgba(3,31,55,.1); min-height: 470px; padding: 42px; }
.vd-fit-form fieldset { border: 0; margin: 0; min-width: 0; padding: 0; }
.vd-fit-form legend { border: 0; color: var(--vd-navy); font-size: 30px; font-weight: 850; line-height: 1.2; margin-bottom: 30px; padding: 0; width: 100%; }
.vd-fit-form legend span { color: var(--vd-orange); display: block; font-size: 13px; letter-spacing: .14em; margin-bottom: 10px; }
.vd-option-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.vd-option-grid--compact { grid-template-columns: repeat(4, 1fr); }
.vd-option-grid label { cursor: pointer; margin: 0; position: relative; }
.vd-option-grid input { opacity: 0; pointer-events: none; position: absolute; }
.vd-option-grid label span { align-items: center; border: 2px solid var(--vd-line); color: var(--vd-navy); display: flex; font-size: 16px; font-weight: 750; min-height: 60px; padding: 13px 16px; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.vd-option-grid input:checked + span { background: var(--vd-navy); border-color: var(--vd-navy); color: #fff; }
.vd-option-grid input:focus-visible + span { outline: 3px solid #1686e7; outline-offset: 2px; }
.vd-fit-form .vd-form-grid, .vd-referral-form .vd-form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.vd-fit-form label, .vd-referral-form label { color: var(--vd-navy); font-size: 15px; font-weight: 750; }
.vd-fit-form label > span, .vd-referral-form label > span { color: var(--vd-orange-dark); }
.vd-fit-form .form-control, .vd-referral-form .form-control { border: 1px solid #aebdca; border-radius: 3px; box-shadow: none; color: var(--vd-ink); font-size: 16px; height: 52px; margin-top: 8px; }
.vd-fit-form textarea.form-control, .vd-referral-form textarea.form-control { height: auto; }
.vd-fit-form .form-control:focus, .vd-referral-form .form-control:focus { border-color: var(--vd-blue); box-shadow: 0 0 0 3px rgba(0,103,197,.13); }
.vd-fit-form__actions { align-items: center; display: flex; justify-content: space-between; margin-top: 34px; }
.vd-fit-form__actions [data-vd-fit-next], .vd-fit-form__actions [data-vd-fit-submit] { margin-left: auto; }
.vd-form-error { color: #a11e12 !important; font-size: 14px !important; font-weight: 750; margin: 20px 0 0; min-height: 22px; }
.vd-form-help { color: var(--vd-muted); font-size: 14px !important; margin: 18px 0 0; }
.vd-form-alert { background: #fff3cd; border-left: 4px solid #e4a11b; color: #5a4508 !important; font-size: 14px !important; padding: 14px; }
.vd-data-boundary { align-items: flex-start; background: var(--vd-soft); display: flex; gap: 14px; margin-top: 20px; padding: 16px; }
.vd-data-boundary i { color: var(--vd-orange-dark); font-size: 20px; margin-top: 3px; }
.vd-data-boundary span { color: var(--vd-muted) !important; font-size: 14px; font-weight: 400; line-height: 1.5; }
.vd-data-boundary strong { color: var(--vd-navy); display: block; }
.vd-fit-form .vd-consent, .vd-referral-form .vd-consent { align-items: flex-start; display: flex; gap: 10px; margin-top: 18px; }
.vd-fit-form .vd-consent input, .vd-referral-form .vd-consent input { flex: 0 0 auto; height: 20px; margin: 2px 0 0; width: 20px; }
.vd-fit-form .vd-consent span, .vd-referral-form .vd-consent span { color: var(--vd-muted); font-size: 14px; font-weight: 400; }
.vd-fit-form .g-recaptcha, .vd-referral-form .g-recaptcha { margin-top: 20px; max-width: 100%; overflow: hidden; }
.vd-fit-result { background: #fff; border-top: 6px solid var(--vd-orange); box-shadow: 0 22px 54px rgba(3,31,55,.11); padding: 42px; }
.vd-fit-result__grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: 26px 0; }
.vd-fit-result__grid div { background: var(--vd-soft); border: 1px solid var(--vd-line); padding: 18px; }
.vd-fit-result__grid span { color: var(--vd-muted); display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vd-fit-result__grid strong { color: var(--vd-navy); display: block; font-size: 22px; margin-top: 7px; }
.vd-fit-result__next { border-left: 5px solid var(--vd-orange); padding: 5px 0 5px 22px; }
.vd-fit-result__next p { color: var(--vd-muted); font-size: 15px; margin: 0; }
.vd-fit-result__next h3 { margin: 6px 0; }
.vd-fit-reference { color: var(--vd-muted); font-size: 14px !important; margin-top: 24px; }
.vd-fit-boundary { background: #fff; padding: 68px 0; }
.vd-fit-boundary .container { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.vd-fit-boundary .container > div { border: 1px solid var(--vd-line); padding: 28px; }
.vd-fit-boundary i { color: var(--vd-orange); font-size: 24px; }
.vd-fit-boundary h2 { font-size: 24px; }
.vd-fit-boundary p { color: var(--vd-muted); font-size: 16px; }

/* Diagnostic */
.vd-diagnostic-hero aside > p { color: #ffad87; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vd-diagnostic-hero aside > strong { color: #fff; display: block; font-size: 58px; line-height: 1; }
.vd-diagnostic-hero aside > strong small { color: #ffad87; font-size: 20px; }
.vd-diagnostic-hero aside > span { color: #dce8f0; display: block; margin: 9px 0 20px; }
.vd-diagnostic-hero aside ul { border-top: 1px solid rgba(255,255,255,.18); margin: 0; padding: 18px 0 0 20px; }
.vd-diagnostic-hero aside li { color: #fff; font-size: 14px; margin: 7px 0; }
.vd-diagnostic-signals { background: var(--vd-soft); }
.vd-signal-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.vd-signal-grid article { background: #fff; border-bottom: 4px solid var(--vd-orange); min-height: 225px; padding: 26px; }
.vd-signal-grid i { color: var(--vd-orange); font-size: 25px; }
.vd-signal-grid h3 { font-size: 21px; margin: 18px 0 9px; }
.vd-signal-grid p { color: var(--vd-muted); font-size: 15px; margin: 0; }
.vd-diagnostic-deliverables { background: var(--vd-navy); color: #fff; padding: 92px 0; }
.vd-diagnostic-deliverables h2, .vd-diagnostic-deliverables h3, .vd-diagnostic-deliverables p { color: #fff; }
.vd-diagnostic-deliverables .vd-section-heading > p:last-child { color: #dce8f0; }
.vd-diagnostic-deliverables .vd-kicker { color: #ff9d70; }
.vd-deliverable-list { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.vd-deliverable-list li { align-items: flex-start; background: rgba(255,255,255,.07); display: flex; gap: 20px; padding: 24px; }
.vd-deliverable-list li:last-child { grid-column: 1 / -1; }
.vd-deliverable-list > li > span { color: #ff9d70; font-size: 13px; font-weight: 850; }
.vd-deliverable-list h3 { font-size: 20px; margin: 0 0 7px; }
.vd-deliverable-list p { color: #dce8f0; font-size: 15px; margin: 0; }
.vd-diagnostic-workshop__grid { display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; }
.vd-workshop-steps > div { align-items: flex-start; border-top: 1px solid var(--vd-line); display: flex; gap: 18px; padding: 18px 0; }
.vd-workshop-steps span { align-items: center; background: var(--vd-orange); border-radius: 50%; color: #fff; display: flex; flex: 0 0 38px; font-size: 14px; font-weight: 850; height: 38px; justify-content: center; }
.vd-workshop-steps p { color: var(--vd-muted); font-size: 15px; margin: 0; }
.vd-workshop-steps strong { color: var(--vd-navy); display: block; font-size: 18px; }
.vd-diagnostic-workshop aside { background: var(--vd-soft); border-top: 5px solid var(--vd-orange); padding: 30px; }
.vd-diagnostic-decision { background: var(--vd-cream); padding: 82px 0; }
.vd-diagnostic-decision > .container > h2 { max-width: 850px; }
.vd-decision-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.vd-decision-grid > div { background: #fff; border: 1px solid #eedbca; padding: 26px; }
.vd-decision-grid i { color: var(--vd-orange); font-size: 23px; }
.vd-decision-grid h3 { font-size: 20px; }
.vd-decision-grid p { color: var(--vd-muted); font-size: 15px; }

/* Referral */
.vd-refer-hero aside { text-align: center; }
.vd-refer-hero aside > span { color: #ffad87; display: block; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vd-refer-hero aside > strong { color: #fff; display: block; font-size: 68px; line-height: 1; margin: 13px 0; }
.vd-refer-hero aside > small { color: #bfd0dc; display: block; font-size: 13px; line-height: 1.5; }
.vd-referral-profile { background: #fff; }
.vd-referral-profile__grid { display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.vd-listen-card { background: var(--vd-soft); border-left: 5px solid var(--vd-orange); padding: 30px; }
.vd-listen-card blockquote { border: 0; color: var(--vd-navy); font-size: 18px; font-weight: 750; margin: 0; padding: 8px 0; }
.vd-referral-promise { background: var(--vd-navy); color: #fff; padding: 88px 0; }
.vd-referral-promise h2, .vd-referral-promise h3, .vd-referral-promise li { color: #fff; }
.vd-referral-promise .vd-kicker { color: #ff9d70; }
.vd-promise-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.vd-promise-grid article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 30px; }
.vd-promise-grid i { color: #ff9d70; font-size: 26px; }
.vd-promise-grid li { font-size: 16px; margin: 8px 0; }
.vd-introduction-section { background: var(--vd-soft); }
.vd-introduction-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.vd-safe-intro { align-items: flex-start; background: #fff; border-left: 5px solid var(--vd-orange); display: flex; gap: 16px; margin-top: 24px; padding: 22px; }
.vd-safe-intro i { color: var(--vd-orange); font-size: 25px; }
.vd-safe-intro strong { color: var(--vd-navy); font-size: 18px; }
.vd-safe-intro p { color: var(--vd-muted); font-size: 14px; margin: 4px 0 0; }
.vd-referral-form { background: #fff; border: 1px solid var(--vd-line); box-shadow: 0 20px 45px rgba(3,31,55,.08); padding: 34px; }
.vd-referral-form fieldset { border: 0; margin: 0 0 24px; padding: 0; }
.vd-referral-form legend { border: 0; color: var(--vd-navy); font-size: 20px; font-weight: 850; margin-bottom: 18px; }
.vd-referral-form > label { display: block; margin-bottom: 16px; }
.vd-form-success { background: #edf8f1; border: 1px solid #9ac8a9; margin-top: 22px; padding: 24px; text-align: center; }
.vd-form-success > i { color: #168447; font-size: 30px; }
.vd-form-success h3 { margin: 10px 0 6px; }
.vd-form-success p { color: var(--vd-muted); font-size: 15px; }

@media (max-width: 991px) {
	.vd-pain-grid, .vd-signal-grid { grid-template-columns: repeat(2, 1fr); }
	.vd-evidence-grid { grid-template-columns: 1fr 1fr; }
	.vd-evidence-score { grid-column: 1 / -1; min-height: 270px; }
	.vd-method-line { gap: 18px; grid-template-columns: repeat(2, 1fr); }
	.vd-method-line:before { display: none; }
	.vd-revenue-page-hero__grid, .vd-diagnostic-hero__grid, .vd-refer-hero__grid { gap: 40px; grid-template-columns: 1fr 1fr; }
	.vd-introduction-layout { gap: 36px; grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.vd-revenue-page h1, .vd-revenue-home h1 { font-size: 39px; }
	.vd-revenue-page h2, .vd-revenue-home h2 { font-size: 31px; }
	.vd-revenue-page h3, .vd-revenue-home h3 { font-size: 22px; }
	.vd-revenue-page p, .vd-revenue-home p, .vd-revenue-page li, .vd-revenue-home li { font-size: 16px; }
	.vd-revenue-page .vd-section, .vd-revenue-home .vd-section { padding: 62px 0; }
	.vd-revenue-page .vd-section-heading, .vd-revenue-home .vd-section-heading { margin-bottom: 28px; text-align: left; }
	.vd-revenue-page .vd-section-heading.text-center, .vd-revenue-home .vd-section-heading.text-center { text-align: left; }
	.vd-revenue-page .vd-lead, .vd-revenue-home .vd-lead { font-size: 18px; }
	.vd-revenue-hero.vd-hero-stage { min-height: 0; }
	.vd-revenue-hero .vd-hero-stage__media { height: clamp(160px, 44vw, 190px); }
	.vd-revenue-hero .vd-hero-stage__media:after { background: linear-gradient(180deg, rgba(3,31,55,.75) 0%, rgba(3,31,55,.94) 48%, rgba(3,31,55,1) 100%); }
	.vd-revenue-hero .vd-hero-stage__content { align-items: flex-start; min-height: 0; margin-top: -28px; padding-bottom: 0; padding-top: 0; }
	.vd-revenue-hero .vd-hero-stage__copy { padding: 22px 0 28px; }
	.vd-revenue-hero .vd-kicker { margin-bottom: 10px; }
	.vd-revenue-hero .vd-hero-stage__copy h1 { margin-bottom: 10px; }
	.vd-revenue-hero .vd-hero-stage__subtitle { margin-bottom: 8px !important; }
	.vd-revenue-hero .vd-hero-stage__description { line-height: 1.48 !important; margin-bottom: 0 !important; }
	.vd-revenue-hero .vd-button-row { margin-top: 15px; }
	.vd-revenue-hero .vd-hero-stage__trust { margin-top: 18px; }
	.vd-revenue-hero .vd-hero-stage__trust { gap: 8px; }
	.vd-pain-grid, .vd-path-grid, .vd-evidence-grid, .vd-method-line, .vd-signal-grid, .vd-deliverable-list, .vd-decision-grid, .vd-promise-grid { grid-template-columns: 1fr; }
	.vd-pain-grid { gap: 14px; }
	.vd-pain-grid article { min-height: 0; padding: 20px; }
	.vd-pain-grid h3 { margin: 14px 0 8px; }
	.vd-revenue-cost { padding: 58px 0; }
	.vd-revenue-cost__grid, .vd-vector-insight__grid, .vd-fit-profile__grid, .vd-offer-split, .vd-offer-split--reverse, .vd-diagnostic-workshop__grid, .vd-referral-profile__grid { gap: 30px; grid-template-columns: 1fr; }
	.vd-cost-formula, .vd-vector-insight blockquote, .vd-offer-split aside { padding: 25px; }
	.vd-cost-formula strong, .vd-vector-insight blockquote strong { font-size: 23px; }
	.vd-method-section, .vd-fit-check-offer { padding: 62px 0; }
	.vd-method-line > div { align-items: center; border-top: 1px solid var(--vd-line); display: grid; gap: 5px 16px; grid-template-columns: 58px 1fr; padding: 18px 0; text-align: left; }
	.vd-method-line > div > span { display: none; }
	.vd-method-line i { border: 0; grid-row: 1 / span 2; height: 50px; margin: 0; width: 50px; }
	.vd-method-line h3, .vd-method-line p { grid-column: 2; }
	.vd-method-detail { margin-top: 20px; text-align: left; }
	.vd-path-grid article { padding: 24px; }
	.vd-fit-profile { padding: 60px 0; }
	.vd-fit-profile .vd-check-list { columns: 1; }
	.vd-evidence-score { grid-column: auto; min-height: 260px; }
	.vd-delivery-system { align-items: stretch; flex-direction: column; gap: 6px; }
	.vd-delivery-system i { transform: rotate(90deg); width: 10px; }
	.vd-ecosystem .vd-product-grid > [class*="col-"]:nth-child(n+4) { display: none; }
	.vd-ecosystem .vd-product-tile__body { min-height: 0; }
	.vd-final-actions { align-items: stretch; min-width: 0; width: 100%; }
	.vd-revenue-page-hero, .vd-diagnostic-hero, .vd-refer-hero { padding: 64px 0 54px; }
	.vd-revenue-page-hero:after, .vd-diagnostic-hero:after, .vd-refer-hero:after { inset: 46% 0 0; }
	.vd-revenue-page-hero__grid, .vd-diagnostic-hero__grid, .vd-refer-hero__grid { grid-template-columns: 1fr; }
	.vd-revenue-page-hero__grid > div:first-child, .vd-diagnostic-hero__grid > div:first-child, .vd-refer-hero__grid > div:first-child,
	.vd-revenue-page-hero__grid > aside, .vd-diagnostic-hero__grid > aside, .vd-refer-hero__grid > aside { grid-column: 1; grid-row: auto; }
	.vd-revenue-page-hero aside, .vd-diagnostic-hero aside, .vd-refer-hero aside { padding: 24px; }
	.vd-fit-progress { gap: 10px; grid-template-columns: auto 1fr; }
	.vd-fit-progress > p { grid-column: 2; grid-row: 2; text-align: left; }
	.vd-fit-progress__track { align-self: end; }
	.vd-fit-form, .vd-fit-result, .vd-referral-form { min-height: 0; padding: 24px 20px; }
	.vd-fit-form legend { font-size: 25px; }
	.vd-option-grid, .vd-option-grid--compact, .vd-fit-form .vd-form-grid, .vd-referral-form .vd-form-grid, .vd-fit-result__grid, .vd-fit-boundary .container { grid-template-columns: 1fr; }
	.vd-option-grid label span { min-height: 52px; }
	.vd-fit-form__actions { gap: 10px; }
	.vd-fit-form__actions .btn { padding-left: 16px; padding-right: 16px; }
	.vd-fit-result .vd-button-row { align-items: stretch; flex-direction: column; }
	.vd-deliverable-list li:last-child { grid-column: auto; }
	.vd-diagnostic-decision, .vd-referral-promise { padding: 62px 0; }
	.vd-introduction-layout { gap: 28px; }
	.vd-referral-form .g-recaptcha { transform: scale(.88); transform-origin: left top; width: 268px; }
}

@media (max-width: 389px) {
	.vd-revenue-page h1, .vd-revenue-home h1 { font-size: 34px; }
	.vd-revenue-page h2, .vd-revenue-home h2 { font-size: 28px; }
	.vd-revenue-hero .vd-hero-stage__content { padding-left: 16px; padding-right: 16px; }
	.vd-fit-form, .vd-fit-result, .vd-referral-form { padding-left: 16px; padding-right: 16px; }
	.vd-fit-form .g-recaptcha { transform: scale(.84); transform-origin: left top; width: 255px; }
}

@media (prefers-reduced-motion: reduce) {
	.vd-revenue-page *, .vd-revenue-home * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
