.experience-section {
    background: radial-gradient(circle at top, #020617 0, #020617 30%, #020016 65%, #01010b 100%);
    color: #e5e7eb;
}

.experience-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.experience-header {
    text-align: left;
    margin-bottom: 2.4rem;
}

.experience-heading {
    font-size: 1.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.experience-subtitle {
    font-size: 1rem;
    color: #cbd5f5;
}

.experience-timeline {
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(148, 163, 184, 0.4);
}

.experience-item {
    position: relative;
    margin-bottom: 2rem;
}

.experience-marker {
    position: absolute;
    left: -1.9rem;
    top: 0.6rem;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    box-shadow: 0 0 14px rgba(56, 189, 248, 0.7);
}

.experience-card {
    padding: 1.6rem 1.8rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.9),
        0 0 30px rgba(56, 189, 248, 0.12);
    backdrop-filter: blur(14px);
}

.experience-period {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin-bottom: 0.35rem;
}

.experience-role {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.experience-summary {
    font-size: 0.96rem;
    color: #cbd5f5;
    line-height: 1.6;
    margin-bottom: 0.9rem;
}

.experience-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
}

.experience-tags li {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(15, 23, 42, 0.9);
}

/* Responsive */

@media (max-width: 768px) {
    .experience-header {
        text-align: center;
    }

    .experience-timeline {
        margin-left: 0;
        padding-left: 1.2rem;
    }

    .experience-card {
        padding: 1.4rem 1.4rem;
    }
}
