@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins:wght@600&display=swap');

body {
  margin: 0;
  background-image: url('6574DB1D-9B64-4358-9F1A-152814BBD9D8.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center;
  background-color: #000;
  font-family: 'Inter', sans-serif;
  color: #c5c6c7;
  text-align: center;
  position: relative;
}

.container {
  padding: 20px;
  background-color: rgba(11, 12, 16, 0.6); /* Was 0.85 */
  max-width: 900px;
  margin: auto;
}

.header-image {
  max-width: 220px;
  margin: 20px auto;
  display: block;
}

h1 {
  font-size: 3rem;
  color: #66fcf1;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 1.5rem;
  color: #45a29e;
  margin: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.description {
  font-size: 1.2rem;
  color: #c5c6c7;
}

.highlight {
  color: #66fcf1;
  font-weight: bold;
}

.section, .audit-summary, .ai-meme-generator {
  margin-top: 30px;
  text-align: center;
}

.section h3, .audit-summary h3, .ai-meme-generator h3 {
  color: #66fcf1;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.section ul {
  list-style-type: none;
  padding: 0;
  font-size: 1rem;
}

.section li {
  margin: 6px 0;
}

.buttons {
  margin: 40px 0;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  background-color: #66fcf1;
  color: #0b0c10;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #45a29e;
  color: #fff;
}

.footer {
  text-align: center;
  padding: 20px;
  color: #00f0ff;
  font-size: 0.9rem;
  background: transparent;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 240, 255, 0.2);
}
