﻿.preview-section {
    padding: 80px 0;
    text-align: center;

}

.dashboard-img-placeholder {
    max-width: 900px;
    height: 500px;
    background: var(--secondary); /* Dark background like the original */
    margin: 40px auto 0 auto;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: var(--shadow);
}

.dashboard-ui-element {
    width: 90%;
    height: 85%;
    background: #1e293b;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 200px 1fr;
    overflow: hidden;
}

.ui-sidebar {
    border-right: 1px solid #334155;
    padding: 20px;
}

.ui-nav-item {
    height: 15px;
    width: 80%;
    background: #334155;
    margin-bottom: 15px;
    border-radius: 4px;
}

.ui-content {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ui-card {
    background: #334155;
    border-radius: 6px;
    height: 100%;
}

/* Social Proof Icons */
.social-proof {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    color: #cbd5e1;
    font-size: 1.5rem;
}
