@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --ink: #082d4a;
  --muted: #576772;
  --blue: #006bb8;
  --paper: #fff;
  --mist: #f2f5f4;
  --line: #dce3e6;
  --font: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 6px;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
img,
svg {
  display: block;
}
a,
summary {
  transition:
    color 0.18s,
    background-color 0.18s;
}
::selection {
  background: #c8e7ff;
  color: var(--ink);
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: #fff;
  padding: 16px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand > span {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3px;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 3.1px;
  font-weight: 600;
  margin-top: 8px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav a:hover,
.footer-contact a:hover {
  color: var(--blue);
}
.header-contact {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0 12px 20px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.header-contact span {
  font-size: 24px;
  font-weight: 400;
}
.mobile-menu {
  display: none;
}
.hero {
  padding-top: 45px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}
.hero-copy {
  padding: 16px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.7;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--blue);
}

h1 {
  font-size: clamp(51px, 5.1vw, 76px);
  line-height: 1.09;
  letter-spacing: -3.5px;
  font-weight: 500;
}
h1 > span {
  color: var(--blue);
}
.hero-description {
  font-size: 17px;
  line-height: 1.65;
  max-width: 420px;
  margin-top: 27px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 24px;
  min-height: 56px;
  border-radius: 3px;
  line-height: 1.4;
}
.button > span {
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  margin-left: 18px;
}
.primary {
  background: var(--blue);
  color: white;
  margin-top: 26px;
}
.primary:hover {
  background: #005395;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  isolation: isolate;
}
.hero-visual picture {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.house-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
}
.image-label {
  position: absolute;
  top: 24px;
  left: 25px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
}
.label-line {
  width: 20px;
  height: 1px;
  background: var(--blue);
}

.image-disclaimer {
  position: absolute;
  bottom: 11px;
  left: 16px;
  font-size: 11px;
  color: white;
  background: #082d4ac9;
  padding: 5px 8px;
}

.section {
  padding-block: 80px;
}
h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: -1.8px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.faq-intro .eyebrow {
  margin-bottom: 18px;
}

.steps {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 45px;
}
.step {
  border-top: 1px solid #bccbd3;
  padding-top: 19px;
}
.step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.step-number {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1.4;
}
.step p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 13px;
  max-width: 350px;
}
.commission-section {
  background: var(--ink);
  color: #fff;
  padding-block: 76px;
}
.commission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.commission-copy h2 {
  font-size: 40px;
}
.commission-copy h2 span {
  color: #92c9ee;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  font-size: 14px;
  font-weight: 700;
  padding-block: 8px;
  min-height: 44px;
}
.text-link span {
  font-size: 22px;
  font-weight: 400;
}
.text-link:hover {
  color: var(--blue);
}

.example {
  border: 1px solid #436075;
  padding: 28px 31px 22px;
  background: #0e344f;
}

.example-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
}
.example-input > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.example-input strong {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.example-input strong span {
  font-size: 16px;
}

.times {
  color: #b9ccd9;
  font-size: 21px;
  font-weight: 400;
}
.contract-total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid #436075;
  border-bottom: 1px solid #436075;
  padding-block: 20px;
  margin-top: 26px;
  gap: 16px;
}
.contract-total > span {
  color: #bbcfdd;
}
.contract-total strong {
  font-weight: 600;
}
.example-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}
.example-result > span {
  font-size: 14px;
  font-weight: 600;
}

.example-result > strong {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #a8ddff;
}
.example-result > strong > span {
  font-size: 14px;
  letter-spacing: 0;
}
.example-note {
  font-size: 12px;
  line-height: 1.65;
  color: #abc2d2;
  margin-top: 19px;
  max-width: none;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}

.faq-intro .text-link {
  margin-top: 21px;
}
.questions {
  border-top: 1px solid var(--line);
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions summary {
  padding: 24px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.6;
}
.questions summary::-webkit-details-marker,
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.questions summary > span {
  flex: 0 0 16px;
  height: 16px;
  position: relative;
}
.questions summary > span:before,
.questions summary > span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  top: 8px;
  left: 2px;
  background: var(--ink);
}
.questions summary > span:after {
  transform: rotate(90deg);
}
.questions details[open] summary > span:after {
  transform: rotate(0);
}
.questions details[open] summary {
  color: var(--blue);
}
.questions summary:hover {
  color: var(--blue);
}
.answer {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  padding: 0 35px 24px 0;
  max-width: 580px;
}
.contact-section {
  padding-bottom: 65px;
}
.contact-inner {
  background: var(--blue);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 52px;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}
.contact-inner > div {
  position: relative;
  z-index: 1;
}

.contact-inner h2 {
  font-size: 42px;
}

.light {
  background: #fff;
  color: var(--ink);
  margin-top: 26px;
  gap: 12px;
}
.light:hover {
  background: #e4f3ff;
}
.light > span {
  margin-left: 20px;
}

.site-footer {
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 37px;
}
.footer-top .brand > span {
  font-size: 24px;
}
.footer-top .brand small {
  font-size: 7px;
  letter-spacing: 2.6px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 14px;
  font-weight: 600;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 11px;
  color: var(--muted);
}

.process {
  border-top: 1px solid var(--line);
}
.footer-contact a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.footer-bottom > a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
@media (min-width: 1600px) {
  .hero {
    gap: 45px;
  }
  .hero-copy {
    padding-top: 37px;
  }
  .hero-visual {
    min-height: 646px;
  }
  .hero-description {
    margin-top: 33px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }
  .brand > span {
    font-size: 24px;
  }
  .brand img {
    width: 46px;
  }
  .hero {
    gap: 20px;
  }
  .hero-visual {
    min-height: 580px;
  }
  h1 {
    font-size: clamp(46px, 5.6vw, 64px);
    letter-spacing: -2.8px;
  }
  .hero-copy .eyebrow {
    font-size: 12px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 390px;
  }

  .commission-grid {
    gap: 50px;
  }
  .example {
    padding: 24px;
  }
  .example-input strong {
    font-size: 23px;
  }
  .example-result > strong {
    font-size: 36px;
  }
  .steps {
    gap: 30px;
  }
  .faq {
    gap: 45px;
  }
  .contact-inner {
    padding: 45px;
  }
  .contact-inner h2 {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 76px;
  }
  .brand > span {
    font-size: 23px;
  }
  .brand img {
    width: 44px;
    height: 36px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 3px;
    margin-top: 7px;
  }
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    list-style: none;
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 10px 0 10px 12px;
    min-height: 44px;
    font-size: 14px;
    cursor: pointer;
  }
  .mobile-menu summary > span:last-child {
    font-size: 18px;
  }
  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    width: min(330px, calc(100vw - 40px));
    background: white;
    z-index: 10;
    padding: 8px 20px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 25px #082d4a12;
  }
  .mobile-menu nav a {
    display: block;
    font-size: 16px;
    min-height: 52px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu nav a:last-child {
    border: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 22px;
    padding-bottom: 32px;
    gap: 26px;
  }
  .hero-copy {
    display: block;
    padding: 10px 0 0;
  }
  .hero-copy .eyebrow {
    font-size: 12px;
    letter-spacing: 0;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 18px;
  }
  h1 {
    font-size: clamp(38px, 10.8vw, 64px);
    letter-spacing: -1.9px;
    line-height: 1.11;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.65;
    max-width: 440px;
    margin-top: 23px;
  }
  .button {
    min-height: 56px;
    padding: 16px 21px;
    font-size: 14px;
  }
  .primary {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    width: min(100%, 440px);
  }
  .hero-note {
    font-size: 12px;
    line-height: 1.6;
    max-width: 320px;
    margin-top: 12px;
  }

  .hero-visual {
    min-height: 0;
  }
  .hero-visual picture {
    position: relative;
    aspect-ratio: 1.5;
  }
  .house-image {
    object-position: 50% 50%;
  }
  .image-label {
    top: 16px;
    left: 16px;
    font-size: 10px;
    letter-spacing: 0.4px;
    padding: 9px;
  }

  .image-disclaimer {
    position: static;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    padding: 8px 0 0;
    color: var(--muted);
    background: none;
  }

  .section {
    padding-block: 61px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .section-heading {
    display: block;
  }
  .faq-intro .eyebrow {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
  }
  .step {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    padding-block: 24px;
  }
  .step-header {
    grid-column: 1;
    grid-row: 1 / 3;
    display: block;
    padding-top: 5px;
    margin: 0;
  }

  .step p {
    grid-column: 2;
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .step h3 {
    grid-column: 2;
    font-size: 21px;
  }
  .commission-section {
    padding-block: 49px;
  }
  .commission-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .commission-copy h2 {
    font-size: 33px;
  }

  .example {
    padding: 26px 0 0;
    border: 0;
    border-top: 1px solid #436075;
    background: none;
  }
  .example-input strong {
    font-size: 25px;
  }

  .example-result {
    display: block;
  }
  .example-result > span {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 14px;
  }

  .example-result > strong {
    display: block;
    margin-top: 10px;
    font-size: 54px;
    line-height: 1.3;
    font-variant-numeric: tabular-nums;
  }
  .example-note {
    font-size: 12px;
    line-height: 1.65;
    max-width: 100%;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq-intro .text-link {
    margin-top: 12px;
    min-height: 44px;
    font-size: 14px;
  }
  .questions summary {
    font-size: 15px;
    line-height: 1.55;
    padding-block: 22px;
    gap: 20px;
  }
  .answer {
    font-size: 15px;
    line-height: 1.7;
    padding-right: 8px;
  }
  .contact-section {
    padding-bottom: 44px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 24px 35px;
  }

  .contact-inner h2 {
    font-size: 29px;
    letter-spacing: -1.2px;
    line-height: 1.23;
  }

  .contact-inner .button {
    display: flex;
    width: min(100%, 360px);
    font-size: 13px;
    padding: 16px;
    gap: 8px;
  }
  .contact-inner .button > span {
    margin-left: auto;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 28px;
  }

  .footer-contact {
    width: 100%;
    font-size: 15px;
    gap: 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 11px;
    gap: 14px;
    line-height: 1.8;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .footer-bottom > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    margin-left: auto;
  }
  .site-footer {
    padding-bottom: 20px;
  }

  .example-input > div {
    flex: 1;
  }
  .example-input > div:last-child {
    text-align: right;
  }
  .contract-total {
    font-size: 13px;
  }
  .step-number {
    font-size: 13px;
  }
  .footer-contact a {
    display: flex;
    align-items: center;
    min-height: 48px;
  }
  .light svg {
    flex: 0 0 20px;
  }
  .mobile-menu summary svg {
    width: 20px;
    height: 20px;
  }
  .mobile-menu[open] summary {
    color: var(--blue);
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 38px;
  }
  .hero-visual {
    min-height: 0;
  }

  .example-input strong {
    font-size: 22px;
  }
  .example-result > strong {
    font-size: 48px;
  }
  .contact-inner {
    padding-inline: 20px;
  }
  .contact-inner h2 {
    font-size: 27px;
  }
  .contact-inner .button {
    font-size: 12px;
  }
  .footer-top {
    gap: 22px;
  }
  .footer-contact {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    padding-block: 36px 48px;
  }
  h1 {
    font-size: clamp(34px, 5.3vw, 48px);
    letter-spacing: -1.8px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-visual picture {
    aspect-ratio: 0.85;
  }
  .image-label {
    top: 12px;
    left: 12px;
    font-size: 8px;
    padding: 8px;
  }

  .button {
    padding-inline: 16px;
    font-size: 13px;
  }
  .button > span {
    margin-left: 0;
  }
  .hero-note {
    font-size: 11px;
  }
  .commission-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
  }
  .example {
    border-top: 0;
    border-left: 1px solid #436075;
    padding: 0 0 0 28px;
  }
  .example-input {
    gap: 10px;
  }
  .example-input strong {
    font-size: 23px;
  }
  .example-result > strong {
    font-size: 44px;
  }
  .commission-copy h2 {
    font-size: 30px;
  }
  .faq {
    grid-template-columns: 0.7fr 1fr;
    gap: 32px;
  }
  .contact-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

/* The example states each input and the result once. */
.commission-grid {
  align-items: start;
}
.commission-copy h2 {
  line-height: 1.15;
}
.example-input {
  margin-top: 0;
}
.example-result {
  align-items: baseline;
}
.payout-note {
  color: #c1d1dc;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 14px;
}
.contact-action .light {
  margin-top: 0;
}
@media (max-width: 900px) {
  .commission-grid {
    gap: 28px;
  }
  .example {
    border: 0;
    padding: 0;
  }
  .example-result > strong {
    margin-top: 8px;
  }
  .payout-note {
    font-size: 14px;
  }
  .footer-contact {
    grid-row: auto;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .example {
    border-left: 1px solid #436075;
    padding-left: 28px;
  }
}

@media (min-width: 901px) {
  .commission-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    border: 0;
    padding: 0;
    background: none;
  }
  .example-input {
    grid-column: 1;
    grid-row: 1;
  }
  .example-input strong {
    font-size: 32px;
  }
  .contract-total {
    grid-column: 1;
    grid-row: 2;
    margin-top: 24px;
  }
  .example-result {
    grid-column: 2;
    grid-row: 1 / 3;
    display: block;
    margin-top: 0;
    padding-left: 40px;
    border-left: 1px solid #436075;
  }
  .example-result > span {
    display: block;
  }
  .example-result > strong {
    display: block;
    font-size: 64px;
    line-height: 1.3;
    margin-top: 12px;
  }
  .payout-note {
    grid-column: 2;
    grid-row: 3;
    padding-left: 40px;
    margin-top: 18px;
  }
  .example-note {
    grid-column: 1;
    grid-row: 3;
    max-width: 430px;
    margin-top: 18px;
  }
}

/* The connecting rule shows the order of the three stages. */
.steps {
  position: relative;
}
.step {
  position: relative;
}
.step-number {
  position: relative;
  background: var(--paper);
  z-index: 1;
}
.contact-inner h2 {
  text-wrap: balance;
  max-width: 22ch;
}
.button > span {
  transition: transform 0.18s ease;
}
.button:active {
  transform: translateY(1px);
}
.questions summary > span::after {
  transition: transform 0.18s ease;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button:hover > span {
    transform: translate(2px, -2px);
  }
}
@media (max-width: 900px) {
  .steps::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 38px;
    bottom: 72px;
    width: 1px;
    background: #c5d8e4;
  }
  .step {
    border-top: 0;
  }
  .step-number {
    display: inline-block;
    padding-block: 3px;
  }
  .step-header {
    padding-top: 1px;
  }
  .step:last-child .step-number {
    color: white;
    background: var(--blue);
    padding-inline: 5px;
    margin-left: -5px;
  }
  .footer-contact a {
    color: var(--blue);
  }
}
@media (min-width: 901px) {
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -44px;
    width: 44px;
    height: 1px;
    background: #bccbd3;
  }
  .step:last-child {
    border-top-color: var(--blue);
  }
}

/* A small architectural drawing connects the referral with the finished home. */
.referral-drawing {
  flex: 0 1 400px;
  width: 400px;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.drawing-route {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
.drawing-payment {
  transform-box: fill-box;
  transform-origin: center;
}
@media (max-width: 900px) {
  .referral-drawing {
    display: block;
    width: min(100%, 400px);
    margin-top: 24px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .house-image {
    animation: house-settle 1100ms cubic-bezier(0.2, 0.65, 0.3, 1) both;
  }
  .referral-drawing.in-view .route-first {
    animation: draw-connection 850ms ease-out both;
  }
  .referral-drawing.in-view .route-second {
    animation: draw-connection 650ms 500ms ease-out both;
  }
  .referral-drawing.in-view .drawing-payment {
    animation: payment-arrive 600ms 650ms ease-out both;
  }
  .steps.in-view .step {
    animation: step-arrive 450ms ease-out both;
  }
  .steps.in-view .step:nth-child(2) {
    animation-delay: 100ms;
  }
  .steps.in-view .step:nth-child(3) {
    animation-delay: 200ms;
  }
  .example-result.in-view > strong {
    animation: step-arrive 550ms ease-out both;
  }
}
@keyframes house-settle {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1);
  }
}
@keyframes draw-connection {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes payment-arrive {
  from {
    transform: scale(0.88);
    opacity: 0.45;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes step-arrive {
  from {
    transform: translateY(10px);
    opacity: 0.65;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
