/* =================================================================== */
/* === YENİ ÜRÜN TANITIM SAYFASI (LANDING PAGE) STİLLERİ === */
/* =================================================================== */

.feature-spotlight-section {
    padding: 100px 0;
    position: relative;
}

.feature-spotlight-section.bg-light {
    background-color: #f8f9fa;
}

.feature-spotlight-item {
    align-items: center;
}

.feature-spotlight-item .feature-image-wrapper img {
    border-radius: var(--bs-border-radius-xl);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.feature-spotlight-item .feature-content .section-badge {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(243, 146, 0, 0.1);
    color: var(--datakale-orange, #f39200);
    font-weight: 500;
    border-radius: 50px;
    margin-bottom: 20px;
}

.feature-spotlight-item .feature-content h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-spotlight-item .feature-content p {
    font-size: 1.1rem;
    color: var(--bs-secondary);
    line-height: 1.7;
}




/* =================================================================== */
/* === İNŞAAT YAZILIMI - MÜŞTERİ PANELİ ÖZELLİK LİSTESİ === */
/* =================================================================== */

.portal-feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}

.portal-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-body-color);
}

.portal-feature-list li i {
    font-size: 1rem;
    color: #fff;
    background-color: var(--bs-dark);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}




