.cta-section .contentArea {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  padding: 70px 0;
}

.cta-section .block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: #ebf4ff;
  margin-inline: auto;
  margin: 0;
  width: clamp(80%, 85vw, 1260px);
  padding: clamp(32px, 5vw, 120px) clamp(24px, 4vw + 8px, 120px);
  gap: clamp(14.2px, 2.5vw + 5px, 60px);
  border-radius: clamp(12px, 1.2vw + 4px, 24px);
}

.cta-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: clamp(100%, 50%, 70%);
  gap: clamp(24px, 3vw + 8px, 64px);
}

.cta-section .heading {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-family: 'P22 Mackinac Pro', serif;
  font-weight: 500;
  color: #333f5b;
  line-height: 120%;
  margin: 0;
  width: clamp(194.3px, 50vw + 20px, 819.4px);
  font-size: clamp(20px, 3vw + 0.5rem, 64px);
  letter-spacing: clamp(-0.02em, -0.03em, -0.04em);
}

.cta-section .subheading {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 500;
  color: #6d717b;
  width: clamp(183.9px, 35vw + 50px, 502.9px);
  font-size: clamp(12px, 1vw + 0.5rem, 20px);
  letter-spacing: clamp(-0.02em, -0.025em, -0.03em);
  line-height: clamp(141%, 1vw + 140%, 150%);
}

.cta-section .button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #3495ff;
  color: #fff;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 150%;
  gap: 10px;
  z-index: 3;
  height: clamp(56px, 1.5vw + 52px, 64px);
  padding: 24px clamp(32px, 3vw + 10px, 48px);
  border-radius: clamp(20px, 1vw + 12px, 24px);
  font-size: clamp(15px, 0.3vw + 14px, 16px);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.cta-section .button:hover {
  background-color: #1f7ae0;
}

.cta-section .exploreOurResources {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 150%;
}

.cta-section .solarrowRightLinearIcon {
  width: clamp(18px, 1vw + 10px, 20px);
  position: relative;
  max-height: 100%;
}

.cta-section .deviceImage {
  position: absolute;
  object-fit: cover;
  flex-shrink: 0;
  z-index: 1;
  width: clamp(114.4px, 25vw + 50px, 535.9px);
  height: auto;
  right: 0;
  transition: transform .3s ease, margin .3s ease;
}

.cta-section .blockChild {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ebf4ff;
  z-index: 0;
  flex-shrink: 0;
}

.cta-section .blockItem {
  width: 558.6px;
  position: absolute;
  margin: 0 !important;
  top: 10px;
  right: -260px;
  filter: blur(60px);
  border-radius: 50%;
  background-color: #f8d194;
  height: 588.1px;
  z-index: 0;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .cta-section .contentArea { padding: unset; }

  .cta-section .deviceImage {
    position: absolute;
    top: clamp(-40px, -5vw, -20px);
    right: 0;
    width: clamp(114.4px, 35vw, 180px);
    margin: 0 !important;
    object-fit: cover;
    height: auto;
  }

  .cta-section .blockItem {
    width: 200px;
    position: absolute;
    margin: 0 !important;
    top: 38px;
    right: -20px;
    filter: blur(60px);
    border-radius: 50%;
    background-color: #f8d194;
    height: 150px;
    z-index: 0;
    flex-shrink: 0;
  }
}
