.ecothermia-calculator-cta {
  position: relative;
  background-color: #283582;
  background-image:
    linear-gradient(rgba(40, 53, 130, 0.94), rgba(31, 42, 99, 0.94)),
    url("/site-assets/footer-ecothermia.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 56px 24px;
}

.ecothermia-calculator-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
}

.ecothermia-calculator-cta__text {
  max-width: 640px;
}

.ecothermia-calculator-cta__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px;
}

.ecothermia-calculator-cta__lead {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.ecothermia-calculator-cta .ecothermia-calculator-cta__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffdc00;
  border-radius: 3px;
  color: #1d1d1b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 28px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s, color 0.25s, transform 0.25s;
}

.ecothermia-calculator-cta .ecothermia-calculator-cta__button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s;
}

.ecothermia-calculator-cta .ecothermia-calculator-cta__button:hover,
.ecothermia-calculator-cta .ecothermia-calculator-cta__button:focus-visible {
  background: #fff;
  color: #283582;
}

.ecothermia-calculator-cta .ecothermia-calculator-cta__button:hover svg,
.ecothermia-calculator-cta .ecothermia-calculator-cta__button:focus-visible svg {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .ecothermia-calculator-cta {
    padding: 48px 24px;
  }

  .ecothermia-calculator-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .ecothermia-calculator-cta__title {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .ecothermia-calculator-cta {
    padding: 40px 20px;
    text-align: center;
  }

  .ecothermia-calculator-cta__inner {
    align-items: center;
  }

  .ecothermia-calculator-cta__title {
    font-size: 22px;
  }

  .ecothermia-calculator-cta .ecothermia-calculator-cta__button {
    width: 100%;
    justify-content: center;
  }
}
