/* BIT Software revamp additions — loaded after style.css/responsive.css */

.ai-badge {
  display: inline-block;
  background: #0dcaf0;
  color: #08323d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.coming-soon-banner {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b3a4b 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.coming-soon-banner h1 {
  color: #fff;
  margin-bottom: 15px;
}

.coming-soon-banner .badge-pill {
  display: inline-block;
  background: #ffc107;
  color: #3a2e00;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.compliance-note {
  font-size: 14px;
  color: #6c757d;
  border-left: 3px solid #0dcaf0;
  padding: 10px 15px;
  background: #f8f9fa;
  margin: 20px 0;
}

.waitlist-form label {
  display: block;
  font-weight: 600;
  color: #0c0f38;
  margin-bottom: 6px;
}

.waitlist-form input[type="text"],
.waitlist-form input[type="email"],
.waitlist-form input[type="tel"],
.waitlist-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
}

.waitlist-form textarea {
  min-height: 140px;
  resize: vertical;
}

.waitlist-form button {
  background: #0d1b2a;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: ease-in all 0.3s;
}

.waitlist-form button:hover {
  background: #8308eb;
}

.contact-details h3 {
  color: #0c0f38;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-details p {
  color: #0c0f38;
  font-size: 16px;
  line-height: 30px;
}

.contact-details a {
  color: #0c0f38;
  font-weight: 600;
}

.contact-details a:hover {
  color: #8308eb;
}

.contact-form-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 40px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  padding: 8px 0 8px 30px;
  position: relative;
}

.feature-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #28a745;
}

.footer-links a {
  color: #cfd8dc;
}

.footer-links a:hover {
  color: #fff;
}

.footer .cont a {
  color: #fff;
}

.footer .cont a:hover {
  color: #8308eb;
}
