body.etrn-page .site-prefooter-cta {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #f8f6f1;
}

body.etrn-page .site-prefooter-cta__box {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 4vw, 3.5rem) clamp(1.75rem, 4vw, 3.25rem);
  background: linear-gradient(135deg, rgba(42, 63, 51, 0.98), rgba(61, 92, 74, 0.98));
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(26, 25, 23, 0.06);
}

body.etrn-page .site-prefooter-cta__box::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
  pointer-events: none;
}

body.etrn-page .site-prefooter-cta__box::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  left: -60px;
  bottom: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 148, 95, 0.08), transparent 70%);
  pointer-events: none;
}

body.etrn-page .site-prefooter-cta__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body.etrn-page .site-prefooter-cta__title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  max-width: 680px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.etrn-page .site-prefooter-cta__text {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  max-width: 640px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78) !important;
}

body.etrn-page .site-prefooter-cta__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #f0ece4);
  color: #2a3f33;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.etrn-page .site-prefooter-cta__btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  body.etrn-page .site-prefooter-cta__box {
    padding: 28px 22px;
  }

  body.etrn-page .site-prefooter-cta__btn {
    width: 100%;
  }
}
