.footviz-container {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.footviz-title {
    font-size: 28px;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 20px;
    text-align: center;
}

.footviz-subtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    color: #2c3e50;
}

.footviz-text {
    margin-bottom: 15px;
}

.footviz-features {
    margin: 20px 0;
    padding-left: 20px;
}

.footviz-features li {
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.footviz-features li::before {
    content: "•";
    color: #1a73e8;
    font-size: 20px;
    margin-right: 10px;
}

.footviz-footer {
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    color: #666;
}