.rcv2 {
  --rcv2-ink: #0d202b;
  --rcv2-soft: #36505e;
  --rcv2-paper: #f7f4ed;
  --rcv2-white: #ffffff;
  --rcv2-copper: #ed8337;
  --rcv2-line: rgba(13, 32, 43, 0.14);
  background: var(--rcv2-paper);
  color: var(--rcv2-ink);
  font-family: var(--roof-font-body, "IBM Plex Sans", Arial, sans-serif);
}

.rcv2 *,
.rcv2 *::before,
.rcv2 *::after {
  box-sizing: border-box;
}

.rcv2__shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.rcv2__intro {
  background: #0d202b;
  color: #ffffff;
  padding: 24px 0 20px;
  border-bottom: 4px solid var(--rcv2-copper);
}

.rcv2__intro-copy {
  max-width: 900px;
}

.rcv2__eyebrow {
  display: inline-block;
  margin: 0 0 7px;
  color: #ffd4b4;
  font-family: var(--roof-font-display, "Sora", Arial, sans-serif);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rcv2__intro h1 {
  max-width: 900px;
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: var(--roof-font-display, "Sora", Arial, sans-serif);
  font-size: clamp(1.72rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rcv2__intro p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.52;
}

.rcv2__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.rcv2__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.3;
}

.rcv2__proof span::before {
  content: "✓";
  color: var(--rcv2-copper);
  font-weight: 900;
}

.rcv2__calculator-section {
  scroll-margin-top: 92px;
  margin-top: 0 !important;
  padding-top: 18px !important;
}

.rcv2__calculator-section > :first-child,
.rcv2__calculator-section > .container:first-child,
.rcv2__calculator-section > .wrap:first-child,
.rcv2__calculator-section > .shell:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.rcv2__calculator-section h2 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  color: #0d202b !important;
  -webkit-text-fill-color: #0d202b !important;
}

.rcv2__calculator-section h2 + p {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.rcv2__calculator-section form {
  margin-top: 16px !important;
}

@media (max-width: 560px) {
  .rcv2__shell {
    width: min(100% - 28px, 1120px);
  }

  .rcv2__intro {
    padding: 20px 0 17px;
  }

  .rcv2__intro h1 {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
  }

  .rcv2__intro p {
    font-size: 0.96rem;
    line-height: 1.46;
  }

  .rcv2__proof {
    gap: 7px 16px;
    margin-top: 12px;
    padding-top: 11px;
  }

  .rcv2__proof span {
    font-size: 0.85rem;
  }

  .rcv2__calculator-section {
    scroll-margin-top: 80px;
    padding-top: 14px !important;
  }
}
