/* RULATAM CTA component */
:is(.r-home-page, .r-service-geo-body) .r-home-cta {
  background: #ffffff;
  color: var(--r-site-ink);
  padding: 88px 0 40px;
  text-align: left;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container {
  position: relative;
  display: grid;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(0, calc(50% - 32px)) 2px minmax(0, 1fr);
  gap: 60px;
  align-items: stretch;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container::before {
  content: "";
  display: block;
  width: 2px;
  min-height: 100%;
  grid-column: 2;
  grid-row: 1 / 3;
  border-radius: 999px;
  background: rgba(31, 37, 48, 0.10);
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container::after {
  content: "";
  display: block;
  width: 2px;
  height: 42px;
  grid-column: 2;
  grid-row: 1 / 3;
  border-radius: 999px;
  background: var(--r-color-gold, #c1a57a);
  transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta:hover .rcp-container::after,
:is(.r-home-page, .r-service-geo-body) .r-home-cta:focus-within .rcp-container::after {
  height: 100%;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-site-title {
  max-width: 520px;
  margin: 0;
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--r-site-ink);
  font-family: var(--r-site-font-heading);
  font-size: var(--r-type-section-title-size);
  font-weight: 700;
  line-height: var(--r-type-section-title-line);
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-site-lead {
  max-width: 520px;
  margin: 6px 0 0;
  grid-column: 3;
  grid-row: 1;
  color: var(--r-site-muted);
  font-family: var(--r-site-font-body);
  font-size: var(--r-type-lead-size);
  font-weight: 350;
  line-height: var(--r-type-lead-line);
  text-align: left;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
  gap: 12px;
  padding: 0 0 10px;
  grid-column: 3;
  grid-row: 2;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--r-color-blue, #1f2530);
  font-family: var(--r-font-ui);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: var(--r-button-letter);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.22s ease, gap 0.4s ease;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button::after {
  content: "→";
  color: var(--r-color-gold, #c1a57a);
  transition: transform 0.22s ease, color 0.22s ease;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--r-color-gold, #c1a57a);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.22s ease;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:hover,
:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:focus-visible {
  background: transparent;
  color: var(--r-color-blue, #1f2530);
  gap: 20px;
  outline: 0;
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:hover::after,
:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:focus-visible::after {
  color: var(--r-color-blue, #1f2530);
  transform: translateX(5px);
}

:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:hover::before,
:is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button:focus-visible::before {
  background: var(--r-color-blue, #1f2530);
  transform: scaleX(1.08);
}

@media (max-width: 640px) {
  :is(.r-home-page, .r-service-geo-body) .r-home-cta {
    padding: 64px 0 30px;
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container {
    width: min(100% - 40px, 420px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container::before {
    width: 44px;
    height: 2px;
    min-height: 2px;
    grid-column: 1;
    grid-row: 2;
    background: var(--r-color-gold, #c1a57a);
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .rcp-container::after {
    width: 0;
    height: 2px;
    min-height: 2px;
    grid-column: 1;
    grid-row: 2;
    transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta:hover .rcp-container::after,
  :is(.r-home-page, .r-service-geo-body) .r-home-cta:focus-within .rcp-container::after {
    width: 100%;
    height: 2px;
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .r-site-title {
    grid-column: 1;
    grid-row: 1;
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .r-site-lead {
    grid-column: 1;
    grid-row: 3;
    font-size: 17px;
    line-height: 1.5;
  }

  :is(.r-home-page, .r-service-geo-body) .r-home-cta .r-geo-hero__button {
    width: fit-content;
    max-width: none;
    grid-column: 1;
    grid-row: 4;
    margin-top: 4px;
  }
}
