/* Sitewide conversion helpers — sticky CTA, contact form density */
.has-socwd-sticky-cta {
  padding-bottom: 4.75rem;
}

#socwd-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 -12px 40px rgba(2, 6, 23, 0.35);
}

#socwd-sticky-cta a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  border-radius: 0.65rem;
  padding: 0.85rem 0.75rem;
  line-height: 1.2;
}

#socwd-sticky-cta .socwd-sticky-call {
  background: #fff;
  color: #0f766e;
}

#socwd-sticky-cta .socwd-sticky-quote {
  background: linear-gradient(135deg, #0891b2, #4f46e5);
  color: #fff;
}

@media (max-width: 900px) {
  #socwd-sticky-cta {
    display: flex;
  }
}

/* Contact page conversion layout */
.contact-cro-hero {
  padding: 2.5rem 0 1.25rem !important;
  min-height: auto !important;
}

.contact-cro-hero .hp-page-hero__title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem) !important;
}

.contact-cro-hero .hp-hero__stats {
  margin-top: 1.25rem !important;
}

.hp-form-card .hp-form-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--text-secondary, #64748b);
}

.hp-form-card .hp-form-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hp-sidebar-card .socwd-call-now {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #0f766e, #0891b2);
  color: #fff !important;
  margin-bottom: 0.75rem;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.28);
}

.hp-sidebar-card .socwd-call-now:hover {
  filter: brightness(1.05);
}

#form-status .alert {
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  margin: 0.75rem 0;
  font-size: 0.92rem;
}

#form-status .alert.success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

#form-status .alert.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
