/* Early Adopter Section Styles */
.early-adopter-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
}

.early-adopter-card {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.early-adopter-header {
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.early-adopter-header i {
  font-size: 48px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.early-adopter-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.early-adopter-header p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.early-adopter-content {
  padding: 40px;
}

.early-adopter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* Benefits Column */
.status-alert {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
}

.status-alert i {
  color: #d97706;
  margin-right: 8px;
}

.status-alert h3 {
  color: #92400e;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.status-alert p {
  color: #b45309;
  margin: 0;
  line-height: 1.6;
}

.benefits-list {
  space-y: 16px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.benefit-item i {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}

.benefit-item i.fa-check-circle {
  color: #10b981;
}

.benefit-item i.fa-users {
  color: #3b82f6;
}

.benefit-item i.fa-shield-alt {
  color: #8b5cf6;
}

.benefit-title {
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px 0;
}

.benefit-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

/* Form Column */
.early-adopter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
  font-size: 0.875rem;
}

.form-group input,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.error-message {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 4px;
  display: none;
}

.submit-btn {
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: white;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-notice {
  margin-top: 16px;
  text-align: center;
}

.privacy-notice p {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

/* Next Steps */
.next-steps {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 24px;
}

.next-steps h4 {
  color: #1e40af;
  font-weight: 600;
  margin-bottom: 16px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-item {
  text-align: center;
}

.step-number {
  background: #dbeafe;
  color: #2563eb;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 8px;
}

.step-item p {
  font-size: 0.875rem;
  color: #1e40af;
  margin: 0;
}

/* Success Message */
.success-message {
  text-align: center;
  padding: 60px 40px;
}

.success-message i {
  font-size: 64px;
  color: #10b981;
  margin-bottom: 20px;
}

.success-message h2 {
  color: #111827;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.success-message p {
  color: #6b7280;
  font-size: 1.125rem;
  margin-bottom: 24px;
  line-height: 1.6;
}

.success-highlight {
  background: #d1fae5;
  border: 1px solid #10b981;
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0;
}

.success-highlight p {
  color: #065f46;
  font-weight: 600;
  margin: 0;
}

.success-footer {
  color: #6b7280;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .early-adopter-section {
    padding: 40px 0;
  }

  .early-adopter-content {
    padding: 20px;
  }

  .early-adopter-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .early-adopter-header h2 {
    font-size: 2rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .success-message {
    padding: 40px 20px;
  }

  .success-message h2 {
    font-size: 1.5rem;
  }
}

/* Add at the end of the file */

.submission-notice {
  margin-bottom: 20px;
}

/* Form disabled state */
.form-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Additional security styling */
.security-notice {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: #92400e;
  text-align: center;
}

.error-notice {
  background: #ffe0f0;
  border: 1px solid #c080a0;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #80300e;
  text-align: center;
}