    .home-shell .home-section-label {
        font-size: .78rem;
        text-transform: uppercase;
        color: #6c757d;
        font-weight: 600;
    }

    .home-shell .home-panel,
    .home-shell .home-stat-card,
    .home-shell .home-feature-card {
        border: 1px solid #e8ece2;
        border-radius: 1.35rem;
        background: #fff;
        box-shadow: 0 18px 40px rgba(37, 56, 29, 0.05);
    }

    .home-shell .hero-video {
        border-radius: 0 0 1.5rem 1.5rem;
        overflow: hidden;
    }

    .home-shell .hero-video__box {
        max-width: 46rem;
        padding: 3.5rem 2rem;
    }

    .home-shell .hero-video__box a.btn {
        font-size: .86rem;
        font-weight: 500;
    }

    .home-shell .hero-subcopy {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.05rem;
        line-height: 1.7;
        max-width: 38rem;
        margin: 1rem 0 1.6rem;
    }

    .home-shell .home-hero-pills {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-top: 1.2rem;
    }

    .home-shell .home-hero-pill {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        padding: .55rem .9rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        color: #fff;
        font-size: .86rem;
        font-weight: 500;
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(4px);
    }

    .home-shell .home-feature-card {
        display: block;
        position: relative;
        padding: 1.3rem 1.2rem;
        height: 100%;
        text-decoration: none;
        color: inherit;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
        text-align: center;
        overflow: hidden;
    }

    .home-shell .home-feature-card:hover,
    .home-shell .home-feature-card:focus {
        transform: translateY(-3px);
        box-shadow: 0 22px 44px rgba(37, 56, 29, 0.08);
        border-color: #d7e0cb;
        color: inherit;
    }

    .home-shell .home-feature-card:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(93, 98, 63, 0.16), 0 22px 44px rgba(37, 56, 29, 0.08);
    }

    .home-shell .home-feature-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 5px;
        background: var(--feature-accent, #5d623f);
    }

    .home-shell .home-feature-icon {
        width: 3.4rem;
        height: 3.4rem;
        border-radius: 1.05rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--feature-soft, #eef3e5);
        color: var(--feature-accent, #5d623f);
        font-size: 1.25rem;
        margin: .35rem auto .95rem;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .home-shell .home-feature-title {
        font-size: 1rem;
        font-weight: 600;
        color: #22331b;
        margin-bottom: .5rem;
    }

    .home-shell .home-feature-copy {
        color: #66735f;
        font-size: .92rem;
        margin-bottom: 0;
        max-width: 20rem;
        margin-inline: auto;
    }

    .home-shell .home-feature-arrow {
        position: absolute;
        top: 1.15rem;
        right: 1.15rem;
        color: #91a084;
        font-size: .95rem;
        transition: transform .2s ease, color .2s ease;
    }

    .home-shell .home-feature-card:hover .home-feature-arrow,
    .home-shell .home-feature-card:focus .home-feature-arrow {
        transform: translateX(2px);
        color: var(--feature-accent, #5d623f);
    }

    .home-shell .home-feature-card--data {
        --feature-accent: #2f6d4f;
        --feature-soft: #e7f4ec;
        background: linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%);
    }

    .home-shell .home-feature-card--learning {
        --feature-accent: #9a5a17;
        --feature-soft: #fbefdf;
        background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    }

    .home-shell .home-feature-card--market {
        --feature-accent: #365a9d;
        --feature-soft: #e8f0ff;
        background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    }

    .home-shell .home-panel {
        padding: 1.35rem 1.25rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .home-shell .home-panel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .home-shell .home-panel-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .home-shell .home-panel-title {
        font-size: 1.05rem;
        font-weight: 600;
        color: #203319;
        margin-bottom: .2rem;
    }

    .home-shell .home-panel-copy {
        color: #6c757d;
        font-size: .88rem;
        margin-bottom: 0;
    }

    .home-shell .home-report-item {
        display: grid;
        grid-template-columns: 82px 1fr;
        gap: .9rem;
        align-items: start;
        padding: .85rem 0;
        border-bottom: 1px solid #edf1e8;
    }

    .home-shell .home-report-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .home-shell .home-report-thumb img {
        width: 82px;
        height: 62px;
        object-fit: cover;
        border-radius: .9rem;
    }

    .home-shell .home-link-title {
        color: #23331c;
        font-weight: 600;
        line-height: 1.45;
        text-decoration: none;
        display: inline-block;
    }

    .home-shell .home-link-title:hover {
        color: #5d623f;
    }

    .home-shell .home-meta {
        color: #809078;
        font-size: .8rem;
        margin-top: .35rem;
    }

    .home-shell .home-training-card {
        border: 1px solid #edf1e8;
        border-radius: 1rem;
        overflow: hidden;
        background: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 220px;
        text-decoration: none;
    }

    .home-shell .home-training-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-shell .home-training-link {
        position: relative;
        display: block;
        height: 100%;
        min-height: 220px;
        text-decoration: none;
        color: inherit;
    }

    .home-shell .home-training-link::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(17, 24, 13, 0.06) 0%, rgba(17, 24, 13, 0.22) 42%, rgba(17, 24, 13, 0.84) 100%);
        transition: opacity .2s ease;
    }

    .home-shell .home-training-card:hover .home-training-link::after,
    .home-shell .home-training-card:focus-within .home-training-link::after {
        opacity: .92;
    }

    .home-shell .home-training-body {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 1.1rem 1rem .95rem;
    }

    .home-shell .home-training-tag {
        display: inline-flex;
        align-items: center;
        gap: .35rem;
        padding: .35rem .6rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.92);
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .03em;
        margin-bottom: .7rem;
        backdrop-filter: blur(4px);
    }

    .home-shell .home-training-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #fff;
        font-weight: 600;
        line-height: 1.42;
        text-decoration: none;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
        margin-bottom: .45rem;
    }

    .home-shell .home-training-meta {
        color: rgba(255, 255, 255, 0.82);
        font-size: .78rem;
        margin: 0;
    }

    .home-shell .home-stat-card {
        padding: 1.25rem 1.15rem;
        height: 100%;
        text-align: center;
    }

    .home-shell .home-stat-icon {
        width: 3rem;
        height: 3rem;
        margin: 0 auto .8rem;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #eef3e5;
        color: #5d623f;
        font-size: 1.2rem;
    }

    .home-shell .home-stat-title {
        font-size: .82rem;
        text-transform: uppercase;
        color: #73816b;
        font-weight: 600;
        margin-bottom: .55rem;
    }

    .home-shell .home-stat-value {
        font-size: 1.7rem;
        line-height: 1.1;
        color: #1f2d18;
        font-weight: 600;
        margin-bottom: 0;
    }

    .home-shell .home-stat-loading {
        color: #9aa38f;
        font-size: 1.1rem;
        letter-spacing: 0;
    }

    .home-shell .home-chart-wrap {
        overflow-x: auto;
        width: 100%;
        border: 1px solid #edf1e8;
        border-radius: 1rem;
        padding: .65rem;
        background: #fafbf8;
    }

    .home-shell .home-chart-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        margin-bottom: .75rem;
    }

    .home-shell .home-chart-note {
        color: #72806c;
        font-size: .84rem;
        margin: 0;
    }

    .home-shell .home-chart-back {
        display: none;
        border: 1px solid #d9e2cf;
        background: #fff;
        color: #4c5d43;
        border-radius: 999px;
        padding: .35rem .8rem;
        font-size: .82rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .home-shell .home-chart-back.is-visible {
        display: inline-flex;
        align-items: center;
        gap: .35rem;
    }

    .home-shell .home-years {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: .8rem;
    }

    .home-shell .home-year-btn {
        appearance: none;
        border-radius: 1rem;
        border: 1px solid #e1e7d8;
        background: #fff;
        padding: .75rem .5rem .65rem;
        text-align: center;
        transition: .2s ease;
        cursor: pointer;
    }

    .home-shell .home-year-btn:hover,
    .home-shell .home-year-btn:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(37, 56, 29, 0.06);
    }

    .home-shell .home-year-btn:focus-visible {
        outline: 0;
        border-color: #5d623f;
    }

    .home-shell .home-year-bar {
        display: block;
        height: 4px !important;
        border: 0;
        margin: 0 0 .5rem;
        border-radius: 999px;
        background: #e8ece2;
    }

    .home-shell .home-year-btn.is-active .home-year-bar {
        background: #5d623f;
    }

    .home-shell .home-year-btn.is-active {
        border-color: #cfd9bd;
        background: #f9fbf6;
    }

    .home-shell .home-year-label {
        display: block;
        color: #576451;
        font-weight: 600;
        margin: 0;
    }

    @media (max-width: 991.98px) {
        .home-shell .hero-video__box {
            padding: 2.5rem 1.3rem;
        }

        .home-shell .home-years {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (max-width: 575.98px) {
        .home-shell .home-years {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
