body {
    background-color: #0a0514;
    margin: 0;
    font-family: Arial, sans-serif;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.card {
    background-color: #16101f;
    max-width: 650px;
    width: 100%;
    border-radius: 8px;
}

.card-nav ul {
    list-style: none;
    margin: 0;
    padding: 16px 20px;
    display: flex;
    gap: 1.5rem;
    background-color: #7c3aed;
    border-radius: 8px 8px 0 0;
}

.card-nav a {
    color: white;
    text-decoration: none;
}

.profile-section {
    display: flex;
    padding: 24px;
    gap: 20px;
}

.profile-section img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
}

.name {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
}

.details {
    color: #b399ff;
    font-size: 0.9rem;
}

.bio,
.exp-content,
.blog-content,
.contact-item {
    color: #e8e0ff;
    padding: 0 24px 18px 24px;
    line-height: 1.5;
}

.bio a,
.contact-item a {
    color: #b399ff;
    text-decoration: none;
}

.bio a:hover,
.contact-item a:hover {
    text-decoration: underline;
}

.section {
    padding: 24px;
}

.section h2 {
    color: #b399ff;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
}

.exp-item {
    margin-bottom: 12px;
    border-left: 2px solid #7c3aed;
    padding-left: 16px;
}

.exp-item summary {
    cursor: pointer;
    padding: 8px 0;
    color: #e8e0ff;
}

.exp-title {
    font-weight: bold;
}

.exp-role {
    color: #b399ff;
    font-size: 0.9rem;
    margin-left: 8px;
}

.exp-content {
    padding: 8px 0;
}

.blog-post {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2a2038;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e8e0ff;
}

.blog-date {
    font-size: 0.85rem;
    color: #8b7aa8;
    margin-bottom: 12px;
}

.contact-item {
    padding: 8px 0 8px 24px;
}

.contact-label {
    color: #b399ff;
    font-weight: bold;
}

.exp-category {
    color: #7c3aed;
    font-size: 1.1rem;
    margin: 20px 0 12px 0;
    font-weight: bold;
}

.exp-category:first-of-type {
    margin-top: 0;
}
