/* Amawi Technologies — Listmonk Public Pages CSS */

/* Background */
body {
  background-color: #0a0a0a !important;
  color: #d1d5db !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Main content card */
.wrap,
.container,
.box,
.content {
  background-color: #111827 !important;
  border: 1px solid #1f2937 !important;
  border-radius: 12px !important;
  color: #d1d5db !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

/* Links */
a {
  color: #dc2626 !important;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"] {
  background-color: #dc2626 !important;
  border-color: #dc2626 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #b91c1c !important;
  border-color: #b91c1c !important;
}

/* Logo area — replace with Amawi Technologies text */
.logo img {
  display: none !important;
}

.logo::before {
  content: 'Amawi Technologies';
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

/* Form inputs */
input[type="text"],
input[type="email"],
select {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}

/* Footer / powered by */
.footer,
footer {
  color: #4b5563 !important;
}

.footer a,
footer a {
  color: #6b7280 !important;
}