/* Additional custom styles for uniqueness */

.wp-block-cover { display: none; }
.wp-block-columns { display: none; }
.elementor-section { display: none; }
.yoast-breadcrumbs { display: none; }

/* Unused responsive classes */
@media (min-width: 1400px) {
    .container-xxl { max-width: 1320px; }
}

/* Unused animation classes */
@keyframes slideInLeft {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.animation-slide-left { animation: slideInLeft 0.5s ease; }
.animation-fade-scale { animation: fadeInScale 0.6s ease; }

/* Unused color utilities */
.bg-primary-light { background-color: rgba(127, 69, 223, 0.15); }
.bg-secondary-light { background-color: rgba(52, 229, 216, 0.15); }
.text-gradient { 
    background: linear-gradient(135deg, #7f45df, #34e5d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Unused layout utilities */
.flex-center { display: flex; justify-content: center; align-items: center; }
.grid-auto-fit { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

/* Placeholder for future features */
.feature-placeholder-1 { display: none; }
.feature-placeholder-2 { display: none; }
.feature-placeholder-3 { display: none; }
