.la-swl-timeline {
    --la-blue: #2E67B0;
    --la-blue-dark: #174A86;
    --la-dark: #3A4E5E;
    --la-soft: #F1F8FF;
    --la-border: #D8E7F7;
    --la-text: #263238;
    --la-muted: #66788A;
    --la-shadow: 0 14px 34px rgba(46, 103, 176, 0.14);
    width: 100%;
    height: 82vh;
    max-height: 82vh;
    overflow: hidden;
    padding: 24px 22px 16px;
    background: linear-gradient(180deg, #ffffff 0%, var(--la-soft) 100%);
    color: var(--la-text);
    font-family: Arial, Helvetica, sans-serif;
}

.la-swl-timeline * {
    box-sizing: border-box;
}

.la-swl-container {
    height: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.la-swl-header {
    flex: 0 0 auto;
    max-width: 820px;
    margin: 0 auto 16px;
    text-align: center;
}

.la-swl-eyebrow {
    display: inline-block;
    margin-bottom: 7px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(46, 103, 176, 0.10);
    color: var(--la-blue);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.la-swl-title {
    margin: 0;
    color: var(--la-dark);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 800;
}

.la-swl-subtitle {
    max-width: 760px;
    margin: 9px auto 0;
    color: #4F6478;
    font-size: 15px;
    line-height: 1.42;
}

.la-swl-frame {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.la-swl-overlay {
    position: absolute;
    inset: 0 22px 0 0;
    z-index: 4;
    pointer-events: none;
}

.la-swl-line-bg,
.la-swl-line-fill,
.la-swl-moving-dot {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    pointer-events: none;
}

.la-swl-line-bg {
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(46, 103, 176, 0.24);
}

.la-swl-line-fill {
    top: 0;
    width: 3px;
    height: 0;
    background: var(--la-blue);
    will-change: height;
}

.la-swl-moving-dot {
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    border: 6px solid var(--la-blue);
    box-shadow: 0 0 0 10px rgba(46, 103, 176, 0.14);
    will-change: transform;
}

.la-swl-scroll-cue {
    position: absolute;
    top: 10px;
    right: 34px;
    z-index: 8;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--la-border);
    color: var(--la-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 18px rgba(46, 103, 176, 0.10);
    pointer-events: none;
}

.la-swl-scroll {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 22px 28px 0;
    z-index: 2;
    scroll-behavior: auto;
}

.la-swl-item {
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    margin-bottom: 34px;
    opacity: 1 !important;
    transform: none !important;
}

.la-swl-year {
    padding: 24px 48px 24px 0;
    text-align: right;
}

.la-swl-year-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 13px 20px;
    border-radius: 16px;
    background: var(--la-blue);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    box-shadow: var(--la-shadow);
}

.la-swl-content {
    padding: 18px 0 18px 56px;
}

.la-swl-card {
    position: relative;
    padding: 28px 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--la-border);
    box-shadow: 0 14px 36px rgba(46, 103, 176, 0.11);
    overflow: hidden;
}

.la-swl-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--la-blue);
    border-radius: 24px 0 0 24px;
}

.la-swl-milestone {
    margin: 0;
    color: var(--la-dark);
    font-size: 23px;
    line-height: 1.35;
    font-weight: 800;
}

.la-swl-company-box {
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(46, 103, 176, 0.13), rgba(46, 103, 176, 0.04));
    border: 1px solid rgba(46, 103, 176, 0.22);
}

.la-swl-company-label {
    display: block;
    margin-bottom: 5px;
    color: var(--la-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.la-swl-company-name {
    display: block;
    color: var(--la-blue-dark);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.la-swl-impact {
    margin: 16px 0 0;
    color: var(--la-text);
    font-size: 16px;
    line-height: 1.7;
}

.la-swl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.la-swl-tag {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--la-soft);
    border: 1px solid var(--la-border);
    color: var(--la-dark);
    font-size: 12px;
    font-weight: 800;
}

.la-swl-note {
    flex: 0 0 auto;
    max-width: 720px;
    margin: 10px auto 0;
    padding: 7px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--la-border);
    color: #4F6478;
    box-shadow: 0 6px 18px rgba(46, 103, 176, 0.06);
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.la-swl-scroll::-webkit-scrollbar {
    width: 8px;
}

.la-swl-scroll::-webkit-scrollbar-track {
    background: var(--la-soft);
    border-radius: 10px;
}

.la-swl-scroll::-webkit-scrollbar-thumb {
    background: var(--la-blue);
    border-radius: 10px;
}

.la-swl-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--la-blue-dark);
}

@media (max-width: 768px) {
    .la-swl-timeline {
        height: 84vh;
        max-height: 84vh;
        padding: 22px 16px 16px;
    }

    .la-swl-header {
        text-align: left;
        margin-bottom: 16px;
    }

    .la-swl-title {
        font-size: 28px;
    }

    .la-swl-subtitle {
        font-size: 14px;
        line-height: 1.45;
    }

    .la-swl-overlay {
        inset: 0 10px 0 0;
    }

    .la-swl-line-bg,
    .la-swl-line-fill,
    .la-swl-moving-dot {
        left: 22px;
    }

    .la-swl-scroll {
        padding-right: 10px;
    }

    .la-swl-item {
        grid-template-columns: 1fr;
        padding-left: 46px;
        margin-bottom: 30px;
    }

    .la-swl-year {
        padding: 0 0 12px;
        text-align: left;
    }

    .la-swl-year-box {
        min-width: auto;
        padding: 10px 16px;
        font-size: 18px;
    }

    .la-swl-content {
        padding: 0;
    }

    .la-swl-card {
        padding: 24px 22px;
        border-radius: 22px;
    }

    .la-swl-milestone {
        font-size: 20px;
    }

    .la-swl-company-name {
        font-size: 16px;
    }

    .la-swl-impact {
        font-size: 15px;
    }

    .la-swl-scroll-cue {
        top: 8px;
        right: 20px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .la-swl-note {
        padding: 7px 12px;
        font-size: 12px;
    }
}
