.elementor-528 .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: 'Segoe UI', sans-serif;
}

body {
  min-height: 100vh;
  background: linear-gradient(135deg, #00f5a0, #00d9f5, #ff7eb3);
  background-attachment: fixed;
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.header {
  text-align: center;
  margin-bottom: 30px;
}

.header h1 {
  font-size: 36px;
}

.header p {
  opacity: 0.8;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.glass {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.card h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card ul {
  list-style: none;
}

.card ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
}/* End custom CSS */