.landing-cta,
.public-photo-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 32vh, 320px);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 2.5vw, 2.25rem);
  border-radius: 1.25rem;
  text-align: center;
}

.landing-cta__media,
.public-photo-banner__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.landing-cta::after,
.public-photo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 32, 38, 0.35) 0%, rgba(111, 90, 96, 0.42) 50%, rgba(47, 32, 38, 0.5) 100%);
  z-index: 1;
}

.landing-cta__content,
.public-photo-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.landing-cta__content h2,
.landing-cta__content p,
.public-photo-banner__content h2,
.public-photo-banner__content p {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.landing-cta__content h2,
.public-photo-banner__content h2 {
  font-family: var(--wp-font-display);
  font-weight: 700;
  font-size: clamp(1.65rem, 1.35rem + 0.85vw, 2.25rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.92), 0 2px 14px rgba(0, 0, 0, 0.42), 0 0 32px rgba(255, 255, 255, 0.24);
}

.landing-cta__content p,
.public-photo-banner__content p {
  font-family: var(--wp-font-body);
  line-height: 1.5;
}

.landing-cta__btn,
.public-photo-banner__btn {
  border-radius: 999px;
  font-weight: 600;
  min-width: min(240px, 100%);
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.landing-cta__btn:hover,
.landing-cta__btn:focus,
.public-photo-banner__btn:hover,
.public-photo-banner__btn:focus {
  background: rgba(255, 255, 255, 0.32) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.landing-cta--compact {
  min-height: clamp(170px, 22vh, 220px);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.5vw, 2.25rem);
}

.landing-cta--intro {
  min-height: clamp(120px, 16vh, 168px);
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
  justify-content: flex-start;
  text-align: left;
}

.landing-cta--intro::after {
  background: linear-gradient(90deg, rgba(47, 32, 38, 0.58) 0%, rgba(111, 90, 96, 0.38) 55%, rgba(47, 32, 38, 0.22) 100%);
}

.landing-cta__content--left {
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.landing-cta--intro .landing-cta__media {
  object-position: center 40%;
}

.landing-cta--intro .landing-cta__media {
  object-position: center 40%;
}

.landing-cta--help .landing-cta__media {
  object-position: center 35%;
}

.landing-cta__badges {
  margin-top: 1rem;
}

.landing-cta__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
}

@media (max-width: 575.98px) {
  .landing-cta--intro {
    min-height: clamp(140px, 24vh, 180px);
  }
}
