body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
}

h1 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.subtitle {
    color: #555;
    margin-bottom: 25px;
}

.product-category {
    margin-bottom: 30px;
}

.product-category h2 {
    color: #3498db;
    margin-bottom: 10px;
}

.product-category ul {
    list-style: disc;
    margin-left: 20px;
}

.product-category li {
    margin-bottom: 6px;
}

.why-safe {
    background: #f1f8f5;
    padding: 15px;
    border-left: 4px solid #2ecc71;
    margin-bottom: 25px;
}

.why-safe h2 {
    color: #2c3e50;
}

.platforms {
    background: #fff3cd;
    padding: 15px;
    border-left: 4px solid #f1c40f;
}

.platforms h2 {
    margin-bottom: 5px;
}

.avoid-box {
    background: #fdecea;
    padding: 15px;
    border-left: 4px solid #e74c3c;
    margin-bottom: 25px;
}

.avoid-box h2 {
    color: #c0392b;
}

.avoid-box ul {
    margin-left: 20px;
}

.avoid-box li {
    margin-bottom: 6px;
}
