.cctva-editorial {
    display: grid;
    gap: 40px;
}

.cctva-blog,
.cctva-editorial {
    color: #e3e7ed;
}

.cctva-blog a,
.cctva-editorial a {
    color: #ff5a5f;
}

.cctva-blog h1,
.cctva-blog h2,
.cctva-blog h3,
.cctva-editorial h1,
.cctva-editorial h2,
.cctva-editorial h3 {
    color: #f5f7fb;
}

.cctva-blog p,
.cctva-editorial p {
    color: #c9d2dd;
}

.cctva-editorial__hero,
.cctva-editorial__featured,
.cctva-editorial__section,
.cctva-editorial__cta {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0) 18%),
        radial-gradient(420px 220px at 0% 0%, rgba(127, 29, 29, 0.18), transparent 58%),
        linear-gradient(180deg, rgba(20, 24, 31, 0.99) 0%, rgba(8, 11, 16, 0.99) 100%);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cctva-editorial__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.85fr);
    gap: 28px;
    padding: 38px;
}

.cctva-editorial__hero-copy,
.cctva-editorial__panel,
.cctva-editorial__cta-copy,
.cctva-editorial__section-head {
    display: grid;
    gap: 14px;
}

.cctva-editorial__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #b9c4d1;
    font-size: 0.82rem;
}

.cctva-editorial__breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cctva-editorial__breadcrumb-item:not(:last-child)::after {
    content: '/';
    opacity: 0.5;
}

.cctva-editorial__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.cctva-editorial__eyebrow,
.cctva-editorial__panel-title {
    color: #fca5a5;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-editorial__title,
.cctva-editorial__section-title,
.cctva-editorial-card__title,
.cctva-editorial__faq-item h3,
.cctva-editorial__topic-card h3 {
    margin: 0;
    color: var(--cctva-color-text);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.cctva-editorial__title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    max-width: 12ch;
}

.cctva-editorial__section-title,
.cctva-editorial-card__title {
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.cctva-editorial__intro,
.cctva-editorial__microcopy,
.cctva-editorial__section-text,
.cctva-editorial__topic-card p,
.cctva-editorial__faq-item p,
.cctva-editorial-card__excerpt,
.cctva-editorial-post__content,
.cctva-editorial__empty {
    margin: 0;
    color: var(--cctva-color-text-soft);
    line-height: 1.74;
}

.cctva-editorial__microcopy {
    font-weight: 600;
    color: #dce3ec;
}

.cctva-editorial__panel {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(21, 26, 34, 0.94) 0%, rgba(12, 15, 20, 0.98) 100%);
}

.cctva-editorial__chips,
.cctva-editorial-card__chips,
.cctva-editorial__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-editorial__chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #e0e8f2;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cctva-editorial__mini-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-editorial__featured,
.cctva-editorial-post {
    display: grid;
    gap: 24px;
    padding: 32px;
}

.cctva-editorial__featured {
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
}

.cctva-editorial__featured-body,
.cctva-editorial__featured-media {
    display: grid;
    gap: 16px;
}

.cctva-editorial__section,
.cctva-editorial__cta,
.cctva-editorial-post {
    display: grid;
    gap: 24px;
    padding: 32px;
}

.cctva-editorial__grid,
.cctva-editorial__topic-grid,
.cctva-editorial__faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cctva-editorial-card,
.cctva-editorial__topic-card,
.cctva-editorial__faq-item {
    display: grid;
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.cctva-editorial__section--compact {
    gap: 16px;
}

.cctva-editorial__link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-editorial__link-pill,
.cctva-editorial-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(248, 113, 113, 0.18);
    background: rgba(185, 28, 28, 0.12);
    color: #ffe3e3;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cctva-editorial-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cctva-editorial__topic-card {
    text-decoration: none;
}

.cctva-editorial-card__media,
.cctva-editorial-post__media {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.cctva-editorial-card__media img,
.cctva-editorial-post__media img {
    display: block;
    width: 100%;
    height: auto;
}

.cctva-editorial-card__placeholder {
    display: grid;
    place-items: center;
    min-height: 220px;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(180deg, rgba(185, 28, 28, 0.34), rgba(78, 11, 11, 0.8));
}

.cctva-editorial-card__body,
.cctva-editorial-post__content {
    display: grid;
    gap: 14px;
}

.cctva-editorial-post {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
    align-items: start;
}

.cctva-editorial-post__meta-row {
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
}

.cctva-editorial-post__media,
.cctva-editorial-post__content {
    grid-column: 1 / 2;
}

.cctva-editorial-post__sidebar {
    grid-column: 2 / 3;
    grid-row: 2 / span 3;
    position: sticky;
    top: 110px;
}

.cctva-editorial-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    color: #b9c4d1;
    font-size: 0.82rem;
}

.cctva-editorial-card__title a {
    color: inherit;
    text-decoration: none;
}

.cctva-editorial-post__content > * {
    max-width: 100%;
}

.cctva-editorial-post__content h2,
.cctva-editorial-post__content h3,
.cctva-editorial-post__content h4 {
    color: var(--cctva-color-text);
    line-height: 1.2;
}

.cctva-editorial-post__content a {
    color: #ff6b70;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.cctva-post-brand-cta {
    margin-top: 20px;
}

.cctva-post-brand-cta a {
    display: inline-block;
    padding: 10px 16px;
    background: #ff3b3b;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.cctva-editorial-post__content ul,
.cctva-editorial-post__content ol {
    color: var(--cctva-color-text-soft);
    padding-left: 22px;
}

.cctva-editorial__cta {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(360px 220px at 100% 0%, rgba(255, 79, 92, 0.18), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 18%),
        linear-gradient(180deg, rgba(20, 24, 31, 0.99) 0%, rgba(8, 11, 16, 0.99) 100%);
}

.cctva-editorial__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cctva-editorial__button:hover,
.cctva-editorial__topic-card:hover {
    transform: translateY(-2px);
}

.cctva-editorial__button--primary {
    color: #fff;
    background: linear-gradient(180deg, var(--cctva-color-brand) 0%, var(--cctva-color-brand-hover) 100%);
    box-shadow: 0 18px 34px rgba(185, 28, 28, 0.28);
}

.cctva-editorial__button--secondary,
.cctva-editorial__button--ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.cctva-editorial__cta-body {
    display: grid;
    gap: 12px;
}

.cctva-editorial__cta-title,
.cctva-editorial__cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
}

.cctva-editorial__cta p {
    max-width: 62ch;
    color: #d5dce5;
}

@media (max-width: 1180px) {
    .cctva-editorial__hero,
    .cctva-editorial__featured,
    .cctva-editorial__cta,
    .cctva-editorial__grid,
    .cctva-editorial__topic-grid,
    .cctva-editorial__faq-grid,
    .cctva-editorial-post {
        grid-template-columns: 1fr;
    }

    .cctva-editorial__title {
        max-width: none;
    }

    .cctva-editorial-post__sidebar,
    .cctva-editorial-post__media,
    .cctva-editorial-post__content {
        grid-column: auto;
        grid-row: auto;
        position: static;
    }
}

@media (max-width: 767px) {
    .cctva-editorial {
        gap: 24px;
    }

    .cctva-editorial__hero,
    .cctva-editorial__section,
    .cctva-editorial__cta,
    .cctva-editorial-post {
        padding: 24px;
        border-radius: 22px;
    }

    .cctva-editorial__actions {
        flex-direction: column;
    }

    .cctva-editorial__button {
        width: 100%;
    }
}
