body {
  background-color: #ffffff;
}

.hero-v2 {
  padding-top: 40px; /* Reduced since spacer is already there */
}

.hero-form-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(241, 245, 249, 0.5);
}

.form-card-body {
  padding: 30px;
}

.hero-v2 .promo-notice {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #FF8E53;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.hero-v2 .form-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}

.hero-v2 .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-v2 .info-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .hero-form-card {
    margin-top: 40px;
  }
}

.contact-quick-info .info-content a {
  transition: opacity 0.2s ease;
}

.contact-quick-info .info-content a:hover {
  opacity: 0.8;
}

.btn-hero-submit {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 107, 107, 0.4);
}
