/* Pastor installation homepage feature */

/* --- Announcement Bar --- */
#smbc-announcement-bar {
  background-color: #6b2d8b;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 56px 12px 18px;
  position: relative;
  text-align: center;
}

#smbc-announcement-bar a {
  color: #f0c8ff;
  text-decoration: underline;
}

#smbc-announcement-bar a:hover {
  color: #ffffff;
}

#smbc-announcement-bar .smbc-bar-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #f0c8ff;
  font-size: 1.2rem;
  cursor: pointer;
}

#smbc-announcement-bar .smbc-bar-close:hover {
  color: #ffffff;
}

/* --- Thank-you Section --- */
#smbc-installation-section {
  background-color: #1a1a2e;
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif;
}

.smbc-install-title-wrap {
  max-width: 1100px;
  margin: 0 auto 48px auto;
  text-align: center;
}

.smbc-install-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  color: #c084e8;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 12px 0;
}

.smbc-install-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.smbc-install-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.8;
}

.smbc-install-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.smbc-install-left {
  flex: 0 0 42%;
  max-width: 42%;
}

.smbc-install-flyer {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.smbc-install-right {
  flex: 1;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
}

.smbc-thanks-card {
  width: 100%;
  background: linear-gradient(180deg, rgba(107, 45, 139, 0.28) 0%, rgba(53, 24, 78, 0.45) 100%);
  border: 1px solid rgba(192, 132, 232, 0.28);
  border-radius: 14px;
  padding: 34px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.smbc-thanks-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  color: #d8a9f0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 16px 0;
}

.smbc-thanks-lead {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.45;
  color: #ffffff;
  margin: 0 0 18px 0;
}

.smbc-thanks-body {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  margin: 0 0 16px 0;
}

.smbc-thanks-body:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .smbc-install-container {
    flex-direction: column;
    gap: 32px;
  }

  .smbc-install-left {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .smbc-install-left img {
    max-height: 720px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 520px) {
  #smbc-installation-section {
    padding: 40px 16px;
  }

  .smbc-thanks-card {
    padding: 26px 22px;
  }

  .smbc-install-subtitle {
    font-size: 0.94rem;
  }

  #smbc-announcement-bar {
    font-size: 0.82rem;
    padding-right: 40px;
  }
}
