.cp-hero {
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--cp-color) 28%, transparent), transparent 36%),
        linear-gradient(135deg, #071229 0%, #0f172a 56%, #1e293b 100%);
    color: #fff;
    padding: 42px 0;
    margin-bottom: 34px;
    border-bottom: 4px solid var(--cp-color);
}

.cp-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.cp-hero-left {
    min-width: 0;
}

.cp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    font-weight: 750;
}

.cp-breadcrumb a {
    color: rgba(255, 255, 255, .62);
}

.cp-breadcrumb a:hover {
    color: #fff;
}

.cp-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 12px;
}

.cp-hero h1 {
    color: #fff;
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 44px;
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -.05em;
    margin: 0;
}

.cp-hero p {
    max-width: 720px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.75;
}

.cp-hero-stat {
    min-width: 190px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    padding: 18px;
    text-align: center;
    backdrop-filter: blur(14px);
}

.cp-hero-stat span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 850;
}

.cp-hero-stat strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 38px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.cp-hero-stat small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    font-weight: 700;
}

.cp-page {
    padding-bottom: 70px;
}

.cp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.cp-main {
    min-width: 0;
}

.cp-featured-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 0;
    overflow: hidden;
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 28px;
    box-shadow: var(--shadow, 0 10px 30px rgba(15, 23, 42, .08));
    margin-bottom: 26px;
}

.cp-featured-img {
    display: block;
    position: relative;
    min-height: 320px;
    background: #e5e7eb;
    overflow: hidden;
}

.cp-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s;
}

.cp-featured-card:hover .cp-featured-img img {
    transform: scale(1.06);
}

.cp-media-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .82);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    backdrop-filter: blur(8px);
}

.cp-media-badge.small {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
}

.cp-featured-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cp-label-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
}

.cp-cat-label,
.cp-type-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.cp-cat-label {
    background: var(--cp-color);
    color: #fff;
}

.cp-type-label {
    background: #f1f5f9;
    color: #64748b;
}

.cp-featured-body h2 {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 29px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.04em;
    color: var(--navy, #0f172a);
    margin: 0;
}

.cp-featured-body h2 a {
    color: inherit;
}

.cp-featured-body h2 a:hover {
    color: var(--cp-color);
}

.cp-featured-body p {
    margin-top: 12px;
    color: var(--text-mid, #475569);
    font-size: 14px;
    line-height: 1.7;
}

.cp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: var(--text-soft, #64748b);
    font-size: 11px;
    font-weight: 750;
}

.cp-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.cp-section-head h2 {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.035em;
    color: var(--navy, #0f172a);
    margin: 0;
}

.cp-section-head p {
    color: var(--text-soft, #64748b);
    font-size: 13px;
    margin-top: 3px;
}

.cp-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cp-news-card {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow, 0 10px 28px rgba(15, 23, 42, .07));
    transition: .18s;
}

.cp-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    border-color: rgba(15, 23, 42, .12);
}

.cp-news-img {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e5e7eb;
}

.cp-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s;
}

.cp-news-card:hover .cp-news-img img {
    transform: scale(1.06);
}

.cp-news-body {
    padding: 14px;
}

.cp-news-body h3 {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 16px;
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: var(--text, #111827);
    margin: 0;
}

.cp-news-body h3 a {
    color: inherit;
}

.cp-news-body h3 a:hover {
    color: var(--cp-color, #cc1a25);
}

.cp-news-body p {
    margin-top: 7px;
    color: var(--text-mid, #475569);
    font-size: 12px;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cp-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 30px;
}

.cp-pager a,
.cp-pager span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    transition: .15s;
}

.cp-pager a:hover,
.cp-pager span.cur {
    background: var(--cp-color, #cc1a25);
    border-color: var(--cp-color, #cc1a25);
    color: #fff;
}

.cp-pager-nav {
    min-width: 94px !important;
}

.cp-sidebar {
    position: sticky;
    top: 76px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cp-side-card {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 22px;
    box-shadow: var(--shadow, 0 10px 30px rgba(15, 23, 42, .08));
    overflow: hidden;
}

.cp-side-head {
    padding: 15px 17px;
    border-bottom: 1px solid var(--border, #e5e7eb);
    background: #fbfdff;
}

.cp-side-head h3 {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 15px;
    font-weight: 950;
    color: var(--navy, #0f172a);
    margin: 0;
}

.cp-most-list {
    display: flex;
    flex-direction: column;
}

.cp-most-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    padding: 13px 15px;
    border-bottom: 1px solid var(--border, #e5e7eb);
    transition: .15s;
}

.cp-most-item:last-child {
    border-bottom: 0;
}

.cp-most-item:hover {
    background: #f8fafc;
}

.cp-most-item span {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 28px;
    line-height: .9;
    font-weight: 950;
    color: var(--cp-color, #cc1a25);
    opacity: .22;
    text-align: center;
}

.cp-most-item strong {
    display: block;
    color: var(--text, #111827);
    font-size: 12px;
    line-height: 1.42;
    font-weight: 800;
}

.cp-most-item:hover strong {
    color: var(--cp-color, #cc1a25);
}

.cp-most-item small {
    display: block;
    margin-top: 4px;
    color: var(--text-soft, #64748b);
    font-size: 10px;
    font-weight: 750;
}

.cp-latest-list {
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
}

.cp-latest-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: center;
    padding: 7px;
    border-radius: 14px;
    transition: .15s;
}

.cp-latest-item:hover {
    background: #f8fafc;
}

.cp-latest-item img {
    width: 72px;
    height: 52px;
    object-fit: cover;
    border-radius: 11px;
    background: #e5e7eb;
}

.cp-latest-item strong {
    color: var(--text, #111827);
    font-size: 12px;
    line-height: 1.38;
    font-weight: 850;
}

.cp-latest-item:hover strong {
    color: var(--cp-color, #cc1a25);
}

.cp-side-empty {
    padding: 24px;
    text-align: center;
    color: var(--text-soft, #64748b);
    font-size: 12px;
}

.cp-side-cta {
    padding: 20px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--cp-color) 18%, transparent), transparent 45%),
        linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

.cp-side-cta h3 {
    color: #fff;
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -.025em;
    margin: 0;
}

.cp-side-cta p {
    margin-top: 7px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.6;
}

.cp-side-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    margin-top: 14px;
    border-radius: 13px;
    background: var(--cp-color);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.cp-empty {
    text-align: center;
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 28px;
    padding: 58px 24px;
    box-shadow: var(--shadow, 0 10px 30px rgba(15, 23, 42, .08));
}

.cp-empty-icon {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 12px;
}

.cp-empty h2 {
    font-family: var(--font-head, var(--fh, inherit));
    font-size: 24px;
    font-weight: 950;
    color: var(--navy, #0f172a);
    letter-spacing: -.03em;
    margin: 0;
}

.cp-empty p {
    max-width: 460px;
    margin: 8px auto 0;
    color: var(--text-soft, #64748b);
    font-size: 14px;
    line-height: 1.65;
}

.cp-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    margin-top: 18px;
    border-radius: 14px;
    background: var(--cp-color, #cc1a25);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .cp-layout {
        grid-template-columns: 1fr;
    }

    .cp-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cp-side-cta {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .cp-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cp-hero-stat {
        width: 100%;
        text-align: left;
    }

    .cp-featured-card {
        grid-template-columns: 1fr;
    }

    .cp-featured-img {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .cp-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cp-hero {
        padding: 34px 0;
    }

    .cp-hero h1 {
        font-size: 32px;
    }

    .cp-featured-body {
        padding: 18px;
    }

    .cp-featured-body h2 {
        font-size: 23px;
    }

    .cp-news-grid {
        grid-template-columns: 1fr;
    }

    .cp-sidebar {
        grid-template-columns: 1fr;
    }
}