.elementor-828 .elementor-element.elementor-element-423d769{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a4792ef *//* === General Styling === */
body {
  font-family: 'Inter', sans-serif;
  background-color: #0f172a;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

section {
  padding: 40px 20px;
  text-align: center;
}

h1, h2 {
  color: #facc15;
  margin-bottom: 10px;
}

p, strong, small {
  color: #ffffff;
}

/* === Price Card === */
.price-card {
  background-color: #1e293b;
  padding: 20px;
  border-radius: 15px;
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.price-card p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #facc15;
}

.price-card small {
  color: #e2e8f0;
}

/* === Chart Placeholder === */
.chart-placeholder {
  background-color: #1e293b;
  color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 700px;
  font-style: italic;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

/* === Items Grid === */
.items-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.item-card {
  background-color: #1f2937;
  border-radius: 15px;
  padding: 20px;
  width: 200px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.item-card:hover {
  transform: scale(1.05);
}

.item-card h3 {
  color: #facc15;
  margin-bottom: 8px;
}

.item-card p {
  color: #ffffff;
  font-weight: bold;
}

/* === Newsletter === */
.cod-newsletter {
  background-color: #1e293b;
  padding: 40px 20px;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.cod-newsletter p {
  color: #ffffff;
  margin-bottom: 20px;
}/* End custom CSS */