.dofin-high-value {
  --hvm-navy: #071b33;
  --hvm-blue: #0c315c;
  --hvm-blue-soft: #eaf1f8;
  --hvm-gold: #f5b732;
  --hvm-gold-dark: #dfa01e;
  --hvm-ink: #10233b;
  --hvm-muted: #5e6d7f;
  --hvm-line: #dce5ef;
  --hvm-paper: #f6f8fb;
  --hvm-white: #fff;
  overflow: clip;
  color: var(--hvm-ink);
  background: var(--hvm-white);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.dofin-high-value *,
.dofin-high-value *::before,
.dofin-high-value *::after {
  box-sizing: border-box;
}

.dofin-high-value h1,
.dofin-high-value h2,
.dofin-high-value h3,
.dofin-high-value p,
.dofin-high-value ul {
  margin-top: 0;
}

.dofin-high-value h1,
.dofin-high-value h2,
.dofin-high-value h3 {
  color: var(--hvm-ink);
  font-family: inherit;
  letter-spacing: -0.035em;
}

.hvm-shell {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
}

.hvm-hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 13% 20%, rgba(245, 183, 50, 0.16), transparent 23%),
    linear-gradient(120deg, #f7f9fc 0%, #fff 57%, #edf3f9 100%);
  border-top: 1px solid rgba(12, 49, 92, 0.06);
}

.hvm-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12, 49, 92, 0.18), transparent);
}

.hvm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  align-items: stretch;
  min-height: 670px;
}

.hvm-hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 680px;
  padding: 68px 26px 68px 0;
}

.hvm-eyebrow,
.hvm-kicker {
  color: var(--hvm-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.hvm-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}

.hvm-eyebrow span {
  width: 29px;
  height: 3px;
  border-radius: 99px;
  background: var(--hvm-gold);
}

.hvm-hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(44px, 5.2vw, 68px);
  font-weight: 850;
  line-height: 1.02;
}

.hvm-hero h1 em {
  color: var(--hvm-blue);
  font-style: normal;
  white-space: nowrap;
}

.hvm-hero h2 {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: clamp(22px, 2.6vw, 31px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hvm-hero-lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--hvm-muted);
  font-size: 18px;
  line-height: 1.65;
}

.hvm-button,
.hvm-inline-cta a,
.hvm-hot-card a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 10px;
  padding: 15px 23px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hvm-button:hover,
.hvm-button:focus-visible,
.hvm-inline-cta a:hover,
.hvm-inline-cta a:focus-visible,
.hvm-hot-card a:hover,
.hvm-hot-card a:focus-visible {
  transform: translateY(-2px);
}

.hvm-button:focus-visible,
.hvm-inline-cta a:focus-visible,
.hvm-hot-card a:focus-visible,
.hvm-mobile-cta:focus-visible {
  outline: 3px solid rgba(245, 183, 50, 0.55);
  outline-offset: 3px;
}

.hvm-button--primary {
  background: var(--hvm-gold);
  color: #172033;
  box-shadow: 0 16px 32px rgba(223, 160, 30, 0.23);
}

.hvm-button--primary:hover,
.hvm-button--primary:focus-visible {
  background: var(--hvm-gold-dark);
  box-shadow: 0 19px 38px rgba(223, 160, 30, 0.3);
}

.hvm-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #fff;
  color: var(--hvm-navy);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.hvm-cta-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  color: #526378;
  font-size: 12px;
  font-weight: 650;
}

.hvm-cta-note span::first-letter {
  color: #2b7354;
}

.hvm-hero-visual {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.hvm-hero-shape {
  position: absolute;
  z-index: 0;
  right: -86px;
  bottom: 55px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(245, 183, 50, 0.22), transparent 33%),
    linear-gradient(140deg, #dde7f2, #f8fafc);
  box-shadow: inset 0 0 0 1px rgba(12, 49, 92, 0.06);
}

.hvm-hero-visual > img {
  position: relative;
  z-index: 1;
  width: min(100%, 475px);
  height: 610px;
  object-fit: cover;
  object-position: 50% 4%;
}

.hvm-expert-label,
.hvm-hero-chip {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(12, 49, 92, 0.11);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.13);
  backdrop-filter: blur(12px);
}

.hvm-expert-label {
  right: 5px;
  bottom: 45px;
  min-width: 220px;
  border-radius: 14px;
  padding: 14px 17px;
}

.hvm-expert-label strong,
.hvm-expert-label span,
.hvm-hero-chip strong,
.hvm-hero-chip span {
  display: block;
}

.hvm-expert-label strong {
  color: var(--hvm-navy);
  font-size: 15px;
}

.hvm-expert-label span,
.hvm-hero-chip span {
  color: var(--hvm-muted);
  font-size: 11px;
}

.hvm-hero-chip {
  border-radius: 12px;
  padding: 12px 15px;
}

.hvm-hero-chip--top {
  top: 110px;
  right: -12px;
}

.hvm-hero-chip--top strong {
  color: var(--hvm-blue);
  font-size: 17px;
}

.hvm-hero-chip--bottom {
  left: -4px;
  bottom: 130px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--hvm-ink);
  font-size: 12px;
}

.hvm-chip-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34a46f;
  box-shadow: 0 0 0 5px rgba(52, 164, 111, 0.12);
}

.hvm-proof {
  padding: 25px 0 18px;
  background: var(--hvm-navy);
  color: #fff;
}

.hvm-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hvm-proof-grid > div {
  min-width: 0;
  padding: 7px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.hvm-proof-grid > div:first-child {
  padding-left: 0;
}

.hvm-proof-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hvm-proof-grid strong,
.hvm-proof-grid span {
  display: block;
}

.hvm-proof-grid strong {
  color: var(--hvm-gold);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.2;
}

.hvm-proof-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.hvm-disclaimer {
  width: min(100% - 32px, 900px);
  margin: 19px auto 0;
  color: rgba(255, 255, 255, 0.51);
  font-size: 10px;
  text-align: center;
}

.hvm-section {
  padding: clamp(72px, 8vw, 110px) 0;
}

.hvm-section-head {
  max-width: 790px;
  margin: 0 auto 45px;
  text-align: center;
}

.hvm-kicker {
  margin-bottom: 13px;
}

.hvm-section-head h2,
.hvm-fit-panel h2,
.hvm-scope h2,
.hvm-faq h2,
.hvm-expert h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.1vw, 52px);
  font-weight: 830;
  line-height: 1.08;
}

.hvm-section-head > p:last-child,
.hvm-scope-grid > div > p,
.hvm-faq-intro > p:last-child {
  color: var(--hvm-muted);
  font-size: 17px;
}

.hvm-details {
  background: var(--hvm-paper);
}

.hvm-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.hvm-detail-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--hvm-line);
  border-radius: 18px;
  background: #fff;
  padding: 27px 24px;
  box-shadow: 0 13px 34px rgba(7, 27, 51, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hvm-detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(12, 49, 92, 0.22);
  box-shadow: 0 22px 45px rgba(7, 27, 51, 0.09);
}

.hvm-detail-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(245, 183, 50, 0.13);
}

.hvm-card-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 11px;
  background: var(--hvm-blue-soft);
  color: var(--hvm-blue);
  font-size: 12px;
  font-weight: 900;
}

.hvm-detail-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 820;
}

.hvm-detail-card p {
  margin-bottom: 0;
  color: var(--hvm-muted);
  font-size: 14px;
  line-height: 1.65;
}

.hvm-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  border-radius: 17px;
  background: var(--hvm-blue);
  padding: 22px 27px;
  color: #fff;
}

.hvm-inline-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 14px;
}

.hvm-inline-cta strong {
  color: #fff;
}

.hvm-inline-cta a {
  min-height: auto;
  flex: 0 0 auto;
  padding: 11px 17px;
  background: #fff;
  color: var(--hvm-blue);
  font-size: 13px;
}

.hvm-qualification {
  position: relative;
  background:
    radial-gradient(circle at 10% 5%, rgba(245, 183, 50, 0.13), transparent 23%),
    var(--hvm-white);
}

.hvm-qualification-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(48px, 7vw, 85px);
}

.hvm-fit-panel {
  position: sticky;
  top: 30px;
  padding-top: 24px;
}

.hvm-fit-panel h2 {
  font-size: clamp(34px, 3.5vw, 47px);
}

.hvm-fit-lead {
  margin: 26px 0 17px;
  color: var(--hvm-muted);
}

.hvm-check-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hvm-check-list li {
  position: relative;
  padding-left: 33px;
  color: #33465d;
  font-size: 14px;
}

.hvm-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 183, 50, 0.2);
  color: #8a6110;
  font-size: 12px;
  font-weight: 900;
}

.hvm-fit-trust {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
  border-top: 1px solid var(--hvm-line);
  padding-top: 24px;
}

.hvm-avatar {
  width: 63px;
  height: 63px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #edf2f7;
  box-shadow: 0 8px 20px rgba(7, 27, 51, 0.12);
}

.hvm-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.hvm-fit-trust p {
  margin: 0;
  color: var(--hvm-muted);
  font-size: 12px;
  line-height: 1.55;
}

.hvm-fit-trust strong {
  color: var(--hvm-ink);
  font-size: 13px;
}

.hvm-form-card {
  scroll-margin-top: 18px;
  border: 1px solid rgba(12, 49, 92, 0.12);
  border-radius: 24px;
  background: #fff;
  padding: clamp(25px, 4vw, 42px);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.13);
}

.hvm-form-heading {
  margin-bottom: 29px;
  border-bottom: 1px solid var(--hvm-line);
  padding-bottom: 24px;
}

.hvm-form-heading > p {
  margin-bottom: 8px;
  color: var(--hvm-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hvm-form-heading h2 {
  margin-bottom: 7px;
  font-size: clamp(27px, 3vw, 35px);
  font-weight: 830;
  line-height: 1.15;
}

.hvm-form-heading span {
  color: var(--hvm-muted);
  font-size: 12px;
}

.hvm-lead-steps,
.hvm-lead-form {
  width: 100%;
  max-width: none;
  container-type: normal;
}

.hvm-lead-form .dofin-lead-step {
  min-height: 352px;
  margin: 0;
}

.hvm-lead-form .dofin-lead-step h3 {
  margin-bottom: 22px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 810;
  line-height: 1.2;
}

.hvm-step-label {
  margin-bottom: 8px;
  color: var(--hvm-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hvm-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hvm-option {
  position: relative;
  min-height: 61px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--hvm-line);
  border-radius: 12px;
  background: #f9fbfd;
  padding: 13px 14px;
  color: #2a3e55;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.3;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.hvm-option:hover {
  border-color: rgba(12, 49, 92, 0.34);
  background: #fff;
}

.hvm-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.hvm-option-mark {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border: 2px solid #aebdce;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.hvm-option:has(input:checked) {
  border-color: var(--hvm-blue);
  background: #edf3f9;
  box-shadow: 0 0 0 3px rgba(12, 49, 92, 0.08);
  color: var(--hvm-navy);
}

.hvm-option:has(input:focus-visible) {
  outline: 3px solid rgba(245, 183, 50, 0.5);
  outline-offset: 2px;
}

.hvm-option:has(input:checked) .hvm-option-mark {
  border-color: var(--hvm-blue);
  background: var(--hvm-blue);
}

.hvm-options.has-error .hvm-option {
  border-color: #c94b45;
}

.hvm-contact-intro {
  margin: -10px 0 20px;
  color: var(--hvm-muted);
  font-size: 13px;
}

.hvm-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hvm-contact-grid .dofin-lead-field--full {
  grid-column: 1 / -1;
}

.hvm-lead-form .dofin-lead-label {
  margin-bottom: 7px;
  color: #243a54;
  font-size: 12px;
  font-weight: 750;
}

.hvm-lead-form .dofin-lead-input {
  min-height: 51px;
  border: 1px solid #d7e0ea;
  border-radius: 10px;
  background: #f7f9fc;
  padding: 12px 14px;
  color: var(--hvm-ink);
  font-size: 14px;
}

.hvm-lead-form .dofin-lead-input:focus {
  border-color: var(--hvm-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(12, 49, 92, 0.09);
  outline: 0;
}

.hvm-lead-form .dofin-lead-control--phone .dofin-lead-input {
  padding-left: 78px;
}

.hvm-lead-form .dofin-lead-checkbox {
  gap: 10px;
  color: var(--hvm-muted);
  font-size: 10px;
  line-height: 1.55;
}

.hvm-lead-form .dofin-lead-checkbox input {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.hvm-lead-form .dofin-lead-checkbox a {
  color: var(--hvm-blue);
}

.hvm-progress {
  margin-top: 19px;
}

.hvm-progress .dofin-lead-progress-meta {
  color: var(--hvm-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hvm-progress .dofin-lead-progress-count {
  color: var(--hvm-blue);
  font-size: 13px;
}

.hvm-progress .dofin-lead-progress-bar {
  height: 6px;
  background: #e5ebf2;
}

.hvm-progress .dofin-lead-progress-fill {
  background: var(--hvm-gold);
}

.hvm-form-actions {
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.hvm-form-actions .dofin-lead-button {
  min-height: 51px;
  border-radius: 10px;
  padding: 13px 19px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.hvm-form-actions .dofin-lead-button--primary {
  margin-left: auto;
  background: var(--hvm-blue);
  color: #fff;
  box-shadow: 0 12px 23px rgba(12, 49, 92, 0.18);
}

.hvm-form-actions .dofin-lead-button--primary:hover,
.hvm-form-actions .dofin-lead-button--primary:focus-visible {
  background: #082647;
}

.hvm-form-actions .dofin-lead-button--secondary {
  background: #eef2f6;
  color: var(--hvm-blue);
}

.hvm-lead-form .dofin-lead-step-message,
.hvm-lead-form .dofin-lead-submit-message {
  border-radius: 10px;
  font-size: 12px;
}

.hvm-form-footnote {
  margin: 18px 0 0;
  color: #8290a0;
  font-size: 10px;
  text-align: center;
}

.hvm-scope {
  background: var(--hvm-blue);
  color: #fff;
}

.hvm-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
}

.hvm-scope .hvm-kicker {
  color: var(--hvm-gold);
}

.hvm-scope h2 {
  color: #fff;
}

.hvm-scope-grid > div > p {
  color: rgba(255, 255, 255, 0.7);
}

.hvm-scope .hvm-button {
  margin-top: 12px;
}

.hvm-scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  padding: 0;
  list-style: none;
}

.hvm-scope-list li {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0b2c53;
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 650;
}

.hvm-scope-list span {
  color: var(--hvm-gold);
  font-size: 10px;
  font-weight: 900;
}

.hvm-hot-paths {
  background: var(--hvm-paper);
}

.hvm-hot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hvm-hot-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 23px;
  padding: clamp(30px, 4vw, 48px);
}

.hvm-hot-card--dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 183, 50, 0.18), transparent 35%),
    var(--hvm-navy);
  color: #fff;
}

.hvm-hot-card--gold {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.32), transparent 40%),
    var(--hvm-gold);
  color: var(--hvm-navy);
}

.hvm-card-tag {
  margin-bottom: 37px;
  border: 1px solid currentColor;
  border-radius: 99px;
  padding: 6px 11px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  opacity: 0.72;
  text-transform: uppercase;
}

.hvm-hot-card h2 {
  max-width: 490px;
  margin-bottom: 15px;
  font-size: clamp(28px, 3.4vw, 39px);
  font-weight: 830;
  line-height: 1.08;
}

.hvm-hot-card--dark h2 {
  color: #fff;
}

.hvm-hot-card > p:not(.hvm-card-tag) {
  max-width: 490px;
  margin-bottom: 27px;
  font-size: 14px;
  opacity: 0.76;
}

.hvm-hot-card a {
  min-height: auto;
  margin-top: auto;
  border-radius: 9px;
  padding: 13px 16px;
  font-size: 12px;
}

.hvm-hot-card--dark a {
  background: var(--hvm-gold);
  color: var(--hvm-navy);
}

.hvm-hot-card--gold a {
  background: var(--hvm-navy);
  color: #fff;
}

.hvm-expert {
  padding-bottom: 0;
  background: #fff;
}

.hvm-expert-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: clamp(45px, 7vw, 90px);
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 0 100%, rgba(245, 183, 50, 0.16), transparent 30%),
    var(--hvm-navy);
  padding: 48px 65px 0;
}

.hvm-expert-photo {
  height: 545px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(145deg, #ffffff, #e8eef5);
}

.hvm-expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
  mix-blend-mode: multiply;
}

.hvm-expert-copy {
  align-self: center;
  max-width: 610px;
  padding: 48px 0 70px;
}

.hvm-kicker--light {
  color: var(--hvm-gold);
}

.hvm-expert h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 49px);
}

.hvm-expert-copy > p:not(.hvm-kicker) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.hvm-expert-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 25px 0 29px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 680;
}

.hvm-process {
  background: #fff;
}

.hvm-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hvm-process-grid article {
  position: relative;
  border-top: 2px solid var(--hvm-line);
  padding: 31px 24px 0 0;
}

.hvm-process-grid article::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hvm-gold);
  box-shadow: 0 0 0 6px #fff;
}

.hvm-process-grid span {
  color: #a8b4c0;
  font-size: 12px;
  font-weight: 900;
}

.hvm-process-grid h3 {
  margin: 17px 0 8px;
  font-size: 21px;
  font-weight: 810;
}

.hvm-process-grid p {
  color: var(--hvm-muted);
  font-size: 13px;
}

.hvm-faq {
  background: var(--hvm-paper);
}

.hvm-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(50px, 8vw, 105px);
}

.hvm-faq-intro {
  position: sticky;
  top: 30px;
}

.hvm-faq-list {
  border-top: 1px solid #cbd6e1;
}

.hvm-faq-list details {
  border-bottom: 1px solid #cbd6e1;
  padding: 0;
}

.hvm-faq-list summary {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  color: var(--hvm-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.35;
  list-style: none;
}

.hvm-faq-list summary::-webkit-details-marker {
  display: none;
}

.hvm-faq-list summary span {
  color: var(--hvm-blue);
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.hvm-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.hvm-faq-list details p {
  max-width: 720px;
  margin: -4px 45px 25px 0;
  color: var(--hvm-muted);
  font-size: 14px;
}

.hvm-final {
  background: #fff;
  padding: 28px 0;
}

.hvm-final-inner {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 20%, rgba(245, 183, 50, 0.2), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(71, 123, 176, 0.23), transparent 31%),
    var(--hvm-navy);
  padding: clamp(55px, 8vw, 90px) 30px;
  color: #fff;
  text-align: center;
}

.hvm-final-inner > p:first-child {
  margin-bottom: 13px;
  color: var(--hvm-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hvm-final h2 {
  max-width: 800px;
  margin: 0 auto 13px;
  color: #fff;
  font-size: clamp(37px, 5vw, 59px);
  font-weight: 840;
  line-height: 1.05;
}

.hvm-final-inner > p:not(:first-child) {
  color: rgba(255, 255, 255, 0.73);
  font-size: 17px;
}

.hvm-final .hvm-button {
  margin-top: 15px;
}

.hvm-final small {
  display: block;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.hvm-mobile-cta {
  display: none;
}

@media (max-width: 1050px) {
  .hvm-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  }

  .hvm-hero-visual > img {
    width: 420px;
  }

  .hvm-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hvm-detail-card {
    min-height: 255px;
  }

  .hvm-card-number {
    margin-bottom: 34px;
  }

  .hvm-qualification-grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(490px, 1.25fr);
    gap: 38px;
  }

  .hvm-expert-grid {
    padding-inline: 40px;
  }
}

@media (max-width: 850px) {
  .hvm-hero,
  .hvm-hero-grid {
    min-height: 0;
  }

  .hvm-hero-grid {
    grid-template-columns: 1fr;
  }

  .hvm-hero-copy {
    max-width: 760px;
    padding: 58px 0 25px;
  }

  .hvm-hero h1,
  .hvm-hero h2,
  .hvm-hero-lead {
    max-width: 720px;
  }

  .hvm-hero-visual {
    min-height: 440px;
  }

  .hvm-hero-visual > img {
    height: 440px;
  }

  .hvm-hero-shape {
    right: 50%;
    bottom: 20px;
    width: 420px;
    height: 420px;
    transform: translateX(64%);
  }

  .hvm-hero-chip--top {
    top: 72px;
    right: 10%;
  }

  .hvm-hero-chip--bottom {
    left: 10%;
    bottom: 105px;
  }

  .hvm-expert-label {
    right: 12%;
    bottom: 24px;
  }

  .hvm-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 0;
  }

  .hvm-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .hvm-qualification-grid,
  .hvm-scope-grid,
  .hvm-faq-grid {
    grid-template-columns: 1fr;
  }

  .hvm-fit-panel,
  .hvm-faq-intro {
    position: static;
  }

  .hvm-fit-panel {
    max-width: 690px;
    padding-top: 0;
  }

  .hvm-scope-grid,
  .hvm-faq-grid {
    gap: 42px;
  }

  .hvm-expert-grid {
    grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
    gap: 30px;
    padding-inline: 28px;
  }

  .hvm-expert-photo {
    height: 500px;
  }
}

@media (max-width: 650px) {
  .hvm-shell {
    width: min(100% - 24px, 1160px);
  }

  .hvm-hero-copy {
    padding-top: 44px;
  }

  .hvm-hero h1 {
    margin-bottom: 15px;
    font-size: clamp(38px, 11vw, 49px);
  }

  .hvm-hero h2 {
    font-size: 22px;
  }

  .hvm-hero-lead {
    font-size: 16px;
  }

  .hvm-hero-copy .hvm-button {
    width: 100%;
  }

  .hvm-cta-note {
    justify-content: center;
    font-size: 10px;
  }

  .hvm-hero-visual {
    min-height: 380px;
  }

  .hvm-hero-visual > img {
    width: 350px;
    height: 375px;
  }

  .hvm-hero-shape {
    width: 345px;
    height: 345px;
  }

  .hvm-hero-chip--top {
    top: 55px;
    right: 0;
  }

  .hvm-hero-chip--bottom {
    left: 0;
    bottom: 100px;
  }

  .hvm-expert-label {
    right: 0;
    min-width: 185px;
  }

  .hvm-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hvm-proof-grid > div {
    padding: 7px 12px;
  }

  .hvm-proof-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .hvm-section {
    padding: 65px 0;
  }

  .hvm-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .hvm-section-head h2,
  .hvm-fit-panel h2,
  .hvm-scope h2,
  .hvm-faq h2,
  .hvm-expert h2 {
    font-size: 34px;
  }

  .hvm-card-grid,
  .hvm-hot-grid,
  .hvm-process-grid {
    grid-template-columns: 1fr;
  }

  .hvm-detail-card {
    min-height: 0;
  }

  .hvm-card-number {
    margin-bottom: 26px;
  }

  .hvm-inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .hvm-inline-cta a {
    width: 100%;
  }

  .hvm-form-card {
    margin-inline: -3px;
    border-radius: 18px;
    padding: 24px 18px;
  }

  .hvm-lead-form .dofin-lead-step {
    min-height: 0;
  }

  .hvm-options,
  .hvm-contact-grid {
    grid-template-columns: 1fr;
  }

  .hvm-contact-grid .dofin-lead-field--full {
    grid-column: auto;
  }

  .hvm-option {
    min-height: 56px;
  }

  .hvm-form-actions {
    flex-wrap: nowrap;
  }

  .hvm-form-actions .dofin-lead-button {
    min-width: 0;
    flex: 1;
    padding-inline: 12px;
  }

  .hvm-form-actions .dofin-lead-button--primary:last-child {
    font-size: 10px;
  }

  .hvm-scope-list {
    grid-template-columns: 1fr;
  }

  .hvm-scope-list li {
    min-height: 68px;
  }

  .hvm-hot-card {
    min-height: 360px;
  }

  .hvm-expert {
    padding-bottom: 0;
  }

  .hvm-expert-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 36px 24px 0;
  }

  .hvm-expert-copy {
    order: 1;
    padding: 15px 0 35px;
  }

  .hvm-expert-photo {
    order: 2;
    height: 390px;
  }

  .hvm-expert-copy .hvm-button {
    width: 100%;
  }

  .hvm-process-grid article {
    padding-bottom: 20px;
  }

  .hvm-faq-list summary {
    min-height: 72px;
    font-size: 14px;
  }

  .hvm-final {
    padding: 12px 0;
  }

  .hvm-final-inner {
    border-radius: 18px;
    padding-inline: 20px;
  }

  .hvm-final h2 {
    font-size: 38px;
  }

  .hvm-final .hvm-button {
    width: 100%;
  }

  .hvm-mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--hvm-gold);
    color: var(--hvm-navy);
    box-shadow: 0 16px 36px rgba(7, 27, 51, 0.28);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transform: translateY(90px);
    transition: transform 220ms ease;
  }

  .hvm-mobile-cta.is-visible {
    transform: translateY(0);
  }

  .dofin-high-value + .dofin-site-footer {
    padding-bottom: 85px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dofin-high-value *,
  .dofin-high-value *::before,
  .dofin-high-value *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
