.card {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 94, 0, 0.2);
    transform: none !important;
    box-shadow: 0 0 15px rgba(121, 40, 202, 0.2) !important;
}

.card:hover {
    transform: none !important;
    box-shadow: 0 0 15px rgba(121, 40, 202, 0.2) !important;
}

.card-title {
    color: #ff5e00;
    text-shadow: 0 0 10px rgba(255, 94, 0, 0.3);
}

.card-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.list-unstyled li {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.page-title {
    color: #ff5e00;
    text-shadow: 0 0 15px rgba(255, 94, 0, 0.4);
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 50px;
} 