/* Additional custom styles for uniqueness */

.custom-gradient-bg {
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
}

.custom-shadow-lg {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.custom-border-radius {
  border-radius: 25px;
}

.custom-transition-all {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Unused WordPress-like classes */
.wp-block-group {
  display: block;
}
.wp-block-column {
  flex: 1;
}
.elementor-widget {
  position: relative;
}
.elementor-section {
  width: 100%;
}
.yoast-schema-graph {
  display: none;
}
.wp-site-blocks {
  margin: 0;
}
.wp-block-post-content {
  padding: 0;
}
