.landing-hero {
    background: linear-gradient(135deg, #f0f4ff 0%, #eef2f6 100%);
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
}

.hero-shape-2 {
    width: 300px;
    height: 300px;
}

.hero-lead {
    max-width: 550px;
}

.inventory-img {
    height: 400px;
    width: 100%;
}

.analytics-placeholder {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.analytics-img {
    max-height: 250px;
}

.icon-crown {
    background: var(--bs-primary);
}
