.profile-wrapper {
    max-width: 40rem;
    text-align: left;
}

.profile-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #00AFFF;
    text-shadow: 0 0 12px #0088cc;
}

h3 {
    color: #00AFFF;
    text-shadow: 0 0 8px #0077bb;
    margin-bottom: 10px;
}

.profile-section {
    background: #05070A;
    border-radius: 12px;
    border: 1px solid #00AFFF33;
    box-shadow: 0 0 18px #00AFFF22;
    padding: 20px;
    margin-bottom: 25px;
    transition: 0.2s ease;
}

.profile-section:hover {
    box-shadow: 0 0 25px #00AFFF55;
}

.profile-input,
.profile-textarea {
    width: 100%;
    max-width: 36rem;
    padding: 10px;
    font-size: 1rem;
    background: #0A0F14;
    color: #fff;
    border: 1px solid #00AFFF33;
    border-radius: 8px;
    margin-bottom: 10px;
}

.profile-message {
    font-size: 1rem;
    font-weight: bold;
    margin: 20px 0;
}