:root {
  --vfvc-ink: var(--vf-ink, #102f43);
  --vfvc-deep: var(--vf-ink-deep, #092131);
  --vfvc-copper: var(--vf-copper, #bd6a2e);
  --vfvc-paper: var(--vf-paper, #f4f0e8);
  --vfvc-white: var(--vf-white, #fff);
  --vfvc-slate: var(--vf-slate, #516270);
}

.vfvc-calculator-page .vf-page-body > .wp-block-post-title {
  display: none;
}

.vfvc-calculator-page .vf-page-body {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
}

.vfvc-calculator-page .vf-page-body > .wp-block-post-content {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.vfvc-calculator-page .vf-page-body > .wp-block-post-content > .alignfull {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.vfvc-landing-hero {
  padding-block: clamp(2.7rem, 4.5vw, 4.1rem);
  background: var(--vfvc-ink);
  color: #fff;
}

.vfvc-landing-hero .vf-eyebrow {
  color: #e5a875;
}

.vfvc-landing-hero .vf-display {
  max-width: 930px;
  color: #fff;
  font-size: clamp(2.75rem, 4.6vw, 4.25rem);
  line-height: 1;
}

.vfvc-landing-hero .vf-lead {
  max-width: 820px;
  color: rgba(255, 255, 255, .8);
}

.vfvc-calculator-section {
  padding-block: 0 clamp(2.5rem, 5vw, 4.5rem);
  background: #eef0ed;
}

.vfvc-calculator-wrap {
  width: min(100% - 32px, 920px);
  max-width: 920px !important;
  margin-inline: auto !important;
}

.vfvc-calculator-wrap iframe {
  overflow: hidden;
  background: #eef0ed;
}

.vfvc-next-step {
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: var(--vfvc-white);
}

.vfvc-next-step__inner {
  max-width: 980px !important;
}

.vfvc-next-step__inner .vf-copy {
  max-width: 800px;
}

.vfvc-next-step__inner .wp-block-buttons {
  gap: .8rem;
  margin-top: 1.75rem;
}

.vfvc-home-promo {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  position: relative;
  overflow: hidden;
  background: var(--vfvc-copper);
  color: #fff;
}

.vfvc-home-promo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: translateY(-50%);
}

.vfvc-home-promo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.vfvc-home-promo__inner .vf-h2 {
  max-width: 850px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  color: #fff;
}

.vfvc-home-promo__inner .vf-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, .88);
}

.vfvc-home-promo .vf-eyebrow {
  color: #fff;
}

.vfvc-home-promo__inner .wp-block-button__link {
  min-width: 280px;
  min-height: 64px;
  padding-inline: 1.8rem;
  background: #fff !important;
  color: var(--vfvc-ink) !important;
  box-shadow: 0 16px 34px rgba(9, 33, 49, .2);
  font-size: 1rem;
}

.vfvc-home-promo__inner .wp-block-button__link:hover {
  background: var(--vfvc-ink) !important;
  color: #fff !important;
}

.vfvc-calculator-primary .wp-block-button__link {
  min-height: 58px;
  padding-inline: 1.65rem;
  box-shadow: 0 12px 28px rgba(189, 106, 46, .3);
}

.vfvc-valuation-actions {
  gap: .8rem;
  margin-top: 1.9rem;
}

.vfvc-valuation-secondary .wp-block-button__link {
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
  color: #fff;
}

.vfvc-valuation-secondary .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: var(--vfvc-ink);
}

.vfvc-error {
  padding: 1.25rem;
  border-left: 4px solid var(--vfvc-copper);
  background: #fff;
  color: var(--vfvc-ink);
}

@media (max-width: 780px) {
  .vfvc-landing-hero {
    padding-block: 2.7rem;
  }

  .vfvc-home-promo__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .vfvc-home-promo__inner .wp-block-button,
  .vfvc-home-promo__inner .wp-block-button__link,
  .vfvc-next-step__inner .wp-block-button,
  .vfvc-next-step__inner .wp-block-button__link {
    width: 100%;
  }

  .vfvc-valuation-actions {
    flex-direction: column;
  }

  .vfvc-valuation-actions .wp-block-button,
  .vfvc-valuation-actions .wp-block-button__link {
    width: 100%;
  }
}
