
/* Crestwood Homepage Promo Modal - Styles (v1.1.0) */
.modal-content.cw-promo {
  background: transparent;
  border: none !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  position: relative;
  z-index: 1;
}

/* Overlay white border (always visible above wrappers) */
.modal-content.cw-promo::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: 3px solid #fff;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

/* Close button - white and top-right */
.close {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 3em;
  color: #ffffff !important;
  opacity: 1;
  text-shadow: none;
  z-index: 3;
}

/* Hero */
.cw-promo-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

/* Body */
.cw-promo-body {
  background: #2f5131;
  color: #fff;
  padding: 28px 28px 32px;
  text-align: center;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

/* Headline */
.cw-promo-title {
  margin: 6px 0 16px;
  letter-spacing: .08em;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.cw-promo-title span {
  background-image: repeating-linear-gradient(transparent, transparent 6px, rgba(255,255,255,.18) 6px, rgba(255,255,255,.18) 8px);
  padding: 0 6px;
}

/* Text */
.cw-promo-text {
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 20px;
}

/* Button */
.cw-promo-cta {
  display: inline-block;
  background: #fff;
  border: 0;
  color: #2f5131;
  border-radius: 6px;
  padding: 10px 18px;
  margin: 0 auto;
}
.cw-promo-cta:hover {
  background: #f5f5f5;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 576.98px) {
  .modal-dialog { margin: .75rem; }
  .cw-promo-body { padding: 22px 18px 24px; }
  .cw-promo-title { font-size: 1.35rem; }
}
