body {
    background: url('../images/fondo.jpg') no-repeat center center fixed;
    background-size: cover;
}
.steps li {
    font-size: 0.9rem;
    color: #6c757d;
}
.steps li::before {
    content: "✔️";
    margin-right: 8px;
    color: #28a745;
}
.text-primary-custom {
    color: #6f42c1 !important;
}
.alert-info-custom {
    background-color: #f3f4f6;
    color: #6c757d;
}
.btn-primary-custom {
    background-color: #6f42c1;
    border-color: #6f42c1;
}
.btn-primary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active {
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success-custom {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success-custom:hover, .btn-success-custom:focus, .btn-success-custom:active {
    background-color: #6c757d;
    border-color: #6c757d;
}
.container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
}
.seo-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.install-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #6f42c1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}