
.security-solution-banner {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f7f9fc 0%, #eef2f7 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.security-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 12px;
    line-height: 1.4;
}
.security-subtitle {
    text-align: center;
    font-size: 17px;
    color: #d32f2f;
    margin-bottom: 35px;
    font-weight: 600;
}
.security-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.security-feature {
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #1a237e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.feature-title {
    font-size: 19px;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-title span {
    font-size: 22px;
}
.feature-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}
.security-final {
    background: #1a237e;
    color: #fff;
    padding: 22px 25px;
    border-radius: 12px;
    margin: 35px auto 0;
    max-width: 900px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}
.security-final strong {
    color: #ffeb3b;
}
