.elementor-497 .elementor-element.elementor-element-c4320b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #0f0f0f;
  color: #f1f1f1;
}

.header {
  text-align: center;
  padding: 40px 20px;
  border-bottom: 1px solid #222;
}

.header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  padding: 40px;
}

.card {
  background: #161616;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 0 1px #222;
}

.card h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #00ff99;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.card ul {
  list-style: none;
  margin-bottom: 20px;
}

.card ul li {
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 1px dashed #222;
}

footer {
  text-align: center;
  padding: 20px;
  opacity: 0.5;
}/* End custom CSS */