.demo_hidden {
    display: none;
}

.product-card p {
    color: #3b3d3b !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
.feature-item .icon-wrapper {
    font-size: 1.6rem;
    color: var(--secondary-color);
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-light-bg);
    border-radius: var(--border-radius-md);