.why-shasan-section {
    padding: 80px 20px;
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    text-align: center;
}

.why-shasan-section .section-title {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.why-shasan-section .highlight {
    color: #e74c3c;
}

.why-shasan-section .section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.shasan-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #e74c3c;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 15px;
    color: #555;
}

.shasan-note p {
    font-size: 16px;
    color: #333;
    max-width: 800px;
    margin: 0 auto 10px;
    line-height: 1.7;
}
