.home-cta-3 {
  padding: 78px 20px 96px;
  background: #ffffff;
}

.home-cta-3__container {
  max-width: 1840px;
  margin: 0 auto;
}

.home-cta-3__card {
  background: #f8f7f0;
  border-radius: 34px;
  box-shadow: 0 10px 28px rgba(16, 24, 16, 0.1);
  padding: 46px 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
}

.home-cta-3__media {
  display: flex;
  justify-content: center;
}

.home-cta-3__image-frame {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: 820px;
  border-radius: 34px 180px 34px 34px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 24, 16, 0.12);
  background: #eae8de;
}

.home-cta-3__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-cta-3__tear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 248px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 245, 239, 0.98) 72%, rgba(240, 238, 229, 0.96) 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 74%,
    95% 76%,
    91% 82%,
    86% 79%,
    81% 86%,
    75% 81%,
    69% 87%,
    63% 83%,
    58% 88%,
    52% 84%,
    46% 90%,
    40% 85%,
    34% 89%,
    28% 84%,
    22% 88%,
    16% 82%,
    10% 86%,
    5% 79%,
    0 83%
  );
  box-shadow: 0 14px 18px rgba(108, 108, 108, 0.14);
  z-index: 2;
}

.home-cta-3__tear::before,
.home-cta-3__tear::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.home-cta-3__tear::before {
  top: 0;
  bottom: 28px;
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.55) 0, rgba(255, 255, 255, 0.18) 26%, transparent 54%),
    radial-gradient(circle at 38% 18%, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0.14) 24%, transparent 50%),
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.48) 0, rgba(255, 255, 255, 0.12) 22%, transparent 48%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.42) 0, rgba(255, 255, 255, 0.1) 20%, transparent 46%);
  opacity: 0.85;
  mix-blend-mode: screen;
}

.home-cta-3__tear::after {
  bottom: 10px;
  height: 36px;
  background:
    radial-gradient(circle at 4% 45%, rgba(152, 152, 152, 0.26) 0 12px, transparent 13px),
    radial-gradient(circle at 12% 70%, rgba(152, 152, 152, 0.18) 0 13px, transparent 14px),
    radial-gradient(circle at 22% 40%, rgba(152, 152, 152, 0.22) 0 14px, transparent 15px),
    radial-gradient(circle at 31% 76%, rgba(152, 152, 152, 0.2) 0 12px, transparent 13px),
    radial-gradient(circle at 42% 48%, rgba(152, 152, 152, 0.24) 0 15px, transparent 16px),
    radial-gradient(circle at 54% 78%, rgba(152, 152, 152, 0.18) 0 13px, transparent 14px),
    radial-gradient(circle at 66% 42%, rgba(152, 152, 152, 0.22) 0 14px, transparent 15px),
    radial-gradient(circle at 76% 72%, rgba(152, 152, 152, 0.16) 0 12px, transparent 13px),
    radial-gradient(circle at 88% 44%, rgba(152, 152, 152, 0.22) 0 14px, transparent 15px),
    radial-gradient(circle at 97% 68%, rgba(152, 152, 152, 0.18) 0 12px, transparent 13px);
  filter: blur(3px);
  opacity: 0.72;
}

.home-cta-3__polaroid {
  position: absolute;
  width: 170px;
  border: 10px solid #f7efd8;
  box-shadow: 0 8px 18px rgba(18, 28, 18, 0.16);
  background: #f7efd8;
}

.home-cta-3__polaroid--top {
  right: 36px;
  top: 420px;
  transform: rotate(10deg);
}

.home-cta-3__polaroid--bottom {
  right: 48px;
  top: 610px;
  transform: rotate(-6deg);
}

.home-cta-3__content {
  max-width: 760px;
}

.home-cta-3__eyebrow {
  margin: 0 0 18px;
  color: #83a93d;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-cta-3__heading {
  margin: 0;
  color: #2f313a;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.45rem, 4vw, 3.9rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.home-cta-3__divider {
  width: min(440px, 100%);
  margin: 24px 0 28px;
  border-top: 4px dotted #9bb55a;
}

.home-cta-3__body {
  color: #4d4f58;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.34;
}

.home-cta-3__body p {
  margin: 0 0 28px;
}

.home-cta-3__body p:last-child {
  margin-bottom: 0;
}

.home-cta-3__button {
  margin-top: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 72px;
  padding: 16px 38px;
  border-radius: 999px;
  background: #88a93c;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(61, 78, 22, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-cta-3__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(61, 78, 22, 0.24);
}

@media (max-width: 1279px) {
  .home-cta-3__card {
    gap: 46px;
    padding: 36px 36px;
  }

  .home-cta-3__image-frame {
    min-height: 700px;
  }

  .home-cta-3__polaroid--top {
    top: 350px;
  }

  .home-cta-3__polaroid--bottom {
    top: 520px;
  }
}

@media (max-width: 1023px) {
  .home-cta-3 {
    padding: 58px 20px 72px;
  }

  .home-cta-3__card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-cta-3__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .home-cta-3__divider {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .home-cta-3__card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .home-cta-3__image-frame {
    min-height: 560px;
    border-radius: 24px 110px 24px 24px;
  }

  .home-cta-3__tear {
    height: 174px;
  }

  .home-cta-3__polaroid {
    width: 122px;
    border-width: 8px;
  }

  .home-cta-3__polaroid--top {
    right: 18px;
    top: 310px;
  }

  .home-cta-3__polaroid--bottom {
    right: 26px;
    top: 430px;
  }

  .home-cta-3__eyebrow {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .home-cta-3__heading {
    font-size: 2rem;
    letter-spacing: -0.03em;
  }

  .home-cta-3__divider {
    margin: 20px auto 22px;
    border-top-width: 3px;
  }

  .home-cta-3__body {
    font-size: 16px;
  }

  .home-cta-3__body p {
    margin-bottom: 20px;
  }

  .home-cta-3__button {
    min-width: 220px;
    min-height: 64px;
    font-size: 17px;
  }
}
