.help-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 6px 24px rgba(0,0,0,0.05);
    text-align: center;
}

.help-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.help-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.help-form input,
.help-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    background: #fafafa;
}

.help-form textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #00c88c;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #00996a;
}

.alert {
    padding: 12px;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-success {
    background-color: #d1f4e5;
    color: #056f49;
}

.alert-danger {
    background-color: #ffe5e5;
    color: #a10000;
}

.help-faq {
    margin-top: 40px;
    text-align: left;
}

.help-faq h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.help-faq ul {
    padding-left: 0;
    list-style-type: none;
}

.help-faq li {
    margin-bottom: 12px;
    color: #444;
}
