.noticord-landing .noticord-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.noticord-landing .noticord-hero .inner {
  padding-top: 100px;
  padding-bottom: 40px;
}

.noticord-landing .display-2 {
  color: #fff;
}

.noticord-landing .subheading {
  color: rgba(255, 255, 255, 0.95);
}

.noticord-landing .small-highlight {
  color: #a5d6a7;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.noticord-landing .feature-icons {
  opacity: 0.9;
}

.noticord-landing .waitlist-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.noticord-landing .waitlist-form h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.noticord-landing .form-group {
  margin-bottom: 16px;
}

.noticord-landing .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.noticord-landing .form-group input[type="email"],
.noticord-landing .form-group input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.noticord-landing .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.noticord-landing .form-group input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}

.noticord-landing .consent-group { margin-bottom: 16px; }

.noticord-landing .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}

.noticord-landing .consent-label input[type="checkbox"] {
  margin-top: 3px;
  transform: scale(1.1);
}

.noticord-landing .consent-text a { color: #81c784; text-decoration: underline; }
.noticord-landing .consent-text a:hover { color: #a5d6a7; }

.noticord-landing .submit-btn {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.noticord-landing .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(76, 175, 80, 0.5);
  background: linear-gradient(135deg, #5cbf60, #50b055);
}

.noticord-landing .submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.noticord-landing .form-note {
  text-align: center;
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.noticord-landing .cta-secondary {
  text-align: center;
  margin: 24px 0 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.noticord-landing .cta-secondary a { color: #81c784; font-weight: 600; }
.noticord-landing .cta-secondary a:hover { color: #a5d6a7; text-decoration: underline; }
.noticord-landing .cta-secondary small { color: rgba(255,255,255,0.9); }

.noticord-landing .value-props h2 { text-align: center; font-size: 2rem; }
.noticord-landing .section-subtitle { text-align: center; font-size: 1.1rem; opacity: 0.9; margin-bottom: 24px; }

.noticord-landing .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.noticord-landing .benefit {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.noticord-landing .benefit:hover { transform: translateY(-3px); }
.noticord-landing .benefit-icon { font-size: 2rem; margin-bottom: 8px; }
.noticord-landing .benefit h3 { font-size: 1.2rem; margin-bottom: 8px; }

.noticord-landing .features-detailed { margin-top: 40px; }

.noticord-landing .feature-category {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.noticord-landing .feature-category h3 { font-size: 1.2rem; margin-bottom: 8px; }
.noticord-landing .feature-category p { margin-bottom: 0; }

.noticord-landing .feature-status {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.noticord-landing .feature-status.coming-soon {
  background: rgba(255, 193, 7, 0.15);
  color: #7a5e00;
  border: 1px solid rgba(255, 193, 7, 0.35);
}

/* Ensure success/error are hidden by default */
.noticord-landing #success-message,
.noticord-landing #error-message { display: none; }

@media (max-width: 768px) {
  .noticord-landing .noticord-hero .inner { padding-top: 70px; }
}


