/* Stream Mask additions (services page, homepage custom-work banner) */

.svc-for { color: #8a8595; font-size: 14px; letter-spacing: .04em; margin-top: 14px; }

/* Service cards */
.svc-list { background: #f6f7f9; }
.svc-card {
  background: #fff; border: 1px solid #ececf1; border-radius: 14px; padding: 32px 28px; height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(28, 17, 33, .10); }
.svc-card_icon {
  width: 56px; height: 56px; border-radius: 14px 4px 14px 4px; margin-bottom: 20px;
  background: linear-gradient(135deg, #FF7E02, #FFC010); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.svc-card_title { font-size: 22px; margin-bottom: 10px; }
.svc-card_text { margin: 0; }

/* How it works */
.svc-step { text-align: center; padding: 0 12px; }
.svc-step_num {
  display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%;
  background: #1C1121; color: #FFC010; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 22px; margin-bottom: 16px;
}
.svc-step_title { font-size: 22px; margin-bottom: 8px; }
.svc-step_text { margin: 0; }

/* Quote form */
.svc-form-wrap { background: #1C1121; border-radius: 18px; padding: 44px; }
.svc-form label { color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .02em; display: block; margin-bottom: 8px; }
.svc-form .form-control, .svc-form select, .svc-form textarea {
  width: 100%; padding: 13px 15px; border-radius: 8px; border: 1px solid #3a3350; background: #0f0a14; color: #fff;
  font-size: 15px; margin-bottom: 20px; font-family: inherit;
}
.svc-form textarea { min-height: 150px; resize: vertical; }
.svc-form .form-control:focus, .svc-form select:focus, .svc-form textarea:focus { outline: none; border-color: #FF7E02; }
.svc-form .svc-note { color: #b9b5cc; font-size: 13px; margin: 14px 0 0; }
.quote-messages { margin: 14px 0 0; font-weight: 600; }
.quote-messages.success { color: #8ee89a; }
.quote-messages.error { color: #ff6b6b; }

/* Homepage banner */
.svc-cta_box {
  background: #1C1121; border-radius: 18px; padding: 48px 52px; border-left: 6px solid #FF7E02;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.svc-cta_text { max-width: 720px; }
.svc-cta_text .sec-title { margin-bottom: 14px; }
.svc-cta_text p { color: #cfcbe0; margin: 0; }
.svc-cta .vs-btn { background: #FF7E02; }

@media (max-width: 767px) {
  .svc-form-wrap { padding: 28px 20px; }
  .svc-cta_box { padding: 34px 26px; }
}
