/**
 * Ana sayfa — cv2blog (Haberler & Makaleler)
 * Site teması: [data-theme="light"] — gece/gündüz butonu yok
 */

.cv2blog-wrap {
    width: 100%;
    max-width: var(--CoreV2-container-width);
    margin: 48px auto 56px;
    padding: 0 4px;
    box-sizing: border-box;
    font-family: var(--font-family-base, 'Inter', system-ui, sans-serif);
    background: transparent;
    border: none;
    box-shadow: none;
}

.cv2blog {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Başlık — genelbaslik (sola hizalı) */
.cv2blog-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 4px;
    flex-wrap: wrap;
}

.cv2blog-header-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.cv2blog-header-content .genelbaslik,
.cv2blog-header-content .genelbaslik-baslik {
    align-items: flex-start !important;
    text-align: left !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.cv2blog-genelbaslik .genelbaslik-baslik::before,
.cv2blog-genelbaslik .genelbaslik-baslik::after,
.cv2blog-genelbaslik-baslik::before,
.cv2blog-genelbaslik-baslik::after {
    display: none !important;
}

.cv2blog-genelbaslik .genelbaslik-baslik {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cv2blog-genelbaslik .genelbaslik-aciklama,
.cv2blog-genelbaslik-desc {
    margin-top: 10px;
    max-width: 520px;
}

.cv2blog-genelbaslik .genelbaslik-vurgu {
    color: var(--CoreV2-primary, #6366f1);
}

.cv2blog-title-muted {
    color: var(--text-secondary, rgba(100, 116, 139, 0.88));
    font-weight: inherit;
}

[data-theme="dark"] .cv2blog-title-muted {
    color: rgba(255, 255, 255, 0.55);
}

.cv2blog-header-content .genelbaslik-aciklama {
    max-width: 520px;
}


.cv2blog-counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-left: 2px;
}

.cv2blog-counter-current {
    font-weight: 600;
    color: var(--CoreV2-primary, #3b82f6);
}

.cv2blog-counter-sep,
.cv2blog-counter [data-cv2blog-counter-total] {
    color: var(--text-secondary, rgba(100, 116, 139, 0.85));
}

[data-theme="dark"] .cv2blog-counter-sep,
[data-theme="dark"] .cv2blog-counter [data-cv2blog-counter-total] {
    color: rgba(255, 255, 255, 0.35);
}

.cv2blog-view-all {
    flex-shrink: 0;
}

.cv2blog-view-all span {
    font-weight: var(--fw-bold, 700);
    color: var(--CoreV2-primary, #3b82f6);
}

.cv2blog-view-all svg {
    width: 16px;
    height: 16px;
    color: var(--CoreV2-primary, #3b82f6);
}

/* Cards — 3 sabit slot; genislik aktif slayta gore doner (referans: ana + yan kart) */
.cv2blog-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    position: relative;
}

.cv2blog-rail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

@media (min-width: 1024px) {
    .cv2blog-rail {
        background: transparent;
        border-radius: 0;
        padding: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 197px 197px;
        align-items: stretch;
        gap: 15px;
        min-height: 380px;
        transition: grid-template-columns 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .cv2blog-rail[data-featured-slot="1"] {
        grid-template-columns: 197px minmax(0, 1fr) 197px;
    }

    .cv2blog-rail[data-featured-slot="2"] {
        grid-template-columns: 197px 197px minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .cv2blog-rail {
        background: transparent;
        border-radius: 0;
        padding: 0;
    }

    .cv2blog-side-cards {
        overflow: visible;
        scroll-snap-type: none;
        mask-image: none;
        -webkit-mask-image: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .cv2blog-side-card {
        width: 100%;
        flex: 1 1 auto;
        scroll-snap-align: none;
        min-height: 240px;
    }
}

.cv2blog-rail--shift .cv2blog-slot {
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.cv2blog-slot {
    position: relative;
    min-width: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    border-radius: 24px;
    -webkit-tap-highlight-color: transparent;
}

.cv2blog-slot--narrow {
    border-radius: 20px;
}

.cv2blog-slot--featured {
    cursor: default;
}

.cv2blog-slot--narrow {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .cv2blog-slot--featured,
    .cv2blog-slot--narrow {
        min-height: 380px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .cv2blog-slot--narrow:hover {
        opacity: 0.92;
    }
}

.cv2blog-slot-main,
.cv2blog-slot-main.cv2blog-main-card {
    display: none !important;
    width: 100%;
    height: 100%;
}

.cv2blog-slot-side,
.cv2blog-slot-side.cv2blog-side-card {
    display: none !important;
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.cv2blog-slot--featured .cv2blog-slot-main,
.cv2blog-slot--featured .cv2blog-slot-main.cv2blog-main-card {
    display: block !important;
}

.cv2blog-slot--narrow .cv2blog-slot-side,
.cv2blog-slot--narrow .cv2blog-slot-side.cv2blog-side-card {
    display: block !important;
}

/* Alt kontroller — yalnizca sol koyu panel (gorselin uzerinde degil) */
.cv2blog-main-footer-host {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 54%;
    max-width: 54%;
    z-index: 12;
    height: auto;
    min-height: 64px;
    pointer-events: none;
    box-sizing: border-box;
}

.cv2blog-main-footer-host:empty {
    display: none;
}

.cv2blog-main-footer {
    position: relative;
    width: 100%;
    padding: 10px 24px 22px 28px;
    box-sizing: border-box;
    pointer-events: auto;
    background: radial-gradient(
        ellipse 160% 130% at 12% 115%,
        rgba(12, 14, 18, 0.42) 0%,
        rgba(12, 14, 18, 0.12) 42%,
        transparent 72%
    );
}

.cv2blog-main-footer .cv2blog-chrome {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-top: 4px;
}

.cv2blog-main-footer .cv2blog-play--corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.cv2blog-main-footer .cv2blog-play--corner:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.cv2blog-main-footer .slider-nav-btn {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.cv2blog-main-footer .slider-nav-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.cv2blog-main-footer .slider-nav-btn .hki-stroke,
.cv2blog-main-footer .cv2blog-play--corner .hki-stroke {
    color: #fff;
}

.cv2blog-play-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.cv2blog-play--playing .cv2blog-play-ico--play {
    display: none !important;
}

.cv2blog-play--playing .cv2blog-play-ico--pause {
    display: flex !important;
}

.cv2blog-play--paused .cv2blog-play-ico--play {
    display: flex !important;
}

.cv2blog-play--paused .cv2blog-play-ico--pause {
    display: none !important;
}

.cv2blog-main-footer .cv2blog-footer-nav-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100%;
    padding-right: 44px;
    box-sizing: border-box;
}

.cv2blog-main-footer .slider-progress-wrapper {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.cv2blog-main-footer .slider-progress-wrapper {
    padding: 2px 0;
}

.cv2blog-main-footer .sc-timer-progress.cv2blog-progress-wrap {
    display: block;
    height: 4px;
    margin: 0;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
}

.cv2blog-main-footer .sc-timer-progress span.cv2blog-progress-bar,
.cv2blog-main-footer .cv2blog-progress-bar {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    transform: scaleX(0);
    transform-origin: left center;
    box-shadow: none;
    border-radius: inherit;
    background: #fff !important;
    will-change: transform;
}

.cv2blog-main-footer .cv2blog-progress-bar.running,
.cv2blog-main-footer .cv2blog-progress-bar.cv2blog-progress-bar--running {
    animation: cv2blogTimerGrow var(--cv2-timer-ms, 5000ms) linear forwards !important;
}

@keyframes cv2blogTimerGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.cv2blog-main-footer .cv2blog-dots {
    display: none !important;
}

.cv2blog-slot--featured .cv2blog-main-footer-host,
.cv2blog-slot--featured .cv2blog-main-footer {
    width: 54%;
    max-width: 54%;
}

@media (min-width: 640px) {
    .cv2blog-slot--featured .cv2blog-main-footer-host,
    .cv2blog-slot--featured .cv2blog-main-footer {
        width: 56%;
        max-width: 56%;
    }

    .cv2blog-main-footer {
        padding-left: 32px;
        padding-right: 28px;
    }
}

@media (min-width: 1024px) {
    .cv2blog-slot--featured .cv2blog-main-footer-host,
    .cv2blog-slot--featured .cv2blog-main-footer {
        width: 58%;
        max-width: 58%;
    }

    .cv2blog-main-footer {
        padding-bottom: 24px;
    }

    .cv2blog-footer-nav-row {
        gap: 16px;
    }
}

/* Ana slider — sol koyu icerik, sag gorsel */
.cv2blog-main-card,
.cv2blog-slot-main.cv2blog-main-card {
    position: relative;
    width: 100%;
    min-height: 360px;
    aspect-ratio: 860 / 380;
    border-radius: inherit;
    overflow: hidden;
    background: #0c0e12;
    border: none;
    outline: none;
    box-shadow: none;
    isolation: isolate;
}

@media (min-width: 1024px) {
    .cv2blog-slot--featured .cv2blog-main-card {
        min-height: 380px;
        height: 100%;
        max-height: 420px;
    }
}

.cv2blog-slide-stage {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.cv2blog-slide-layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity;
}

.cv2blog-slide-layer--active {
    opacity: 1;
    z-index: 2;
}

.cv2blog-slide-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
    transform: scale(1.03);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}

.cv2blog-slide-layer--active img {
    transform: scale(1);
}

.cv2blog-wrap--transitioning .cv2blog-slide-layer--active img {
    transform: scale(1.01);
}

/* Sol sis — saga acik, yumusak kenar (kare kutu yok) */
.cv2blog-image-fog {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: transparent;
    -webkit-mask-image: linear-gradient(
        90deg,
        #000 0%,
        #000 36%,
        rgba(0, 0, 0, 0.92) 46%,
        rgba(0, 0, 0, 0.7) 56%,
        rgba(0, 0, 0, 0.42) 68%,
        rgba(0, 0, 0, 0.18) 78%,
        transparent 92%
    );
    mask-image: linear-gradient(
        90deg,
        #000 0%,
        #000 36%,
        rgba(0, 0, 0, 0.92) 46%,
        rgba(0, 0, 0, 0.7) 56%,
        rgba(0, 0, 0, 0.42) 68%,
        rgba(0, 0, 0, 0.18) 78%,
        transparent 92%
    );
}

.cv2blog-image-fog::before {
    content: '';
    position: absolute;
    inset: -18% -28% -18% -10%;
    background: linear-gradient(
        90deg,
        #0c0e12 0%,
        rgba(12, 14, 18, 0.98) 16%,
        rgba(12, 14, 18, 0.9) 30%,
        rgba(12, 14, 18, 0.72) 44%,
        rgba(12, 14, 18, 0.48) 58%,
        rgba(12, 14, 18, 0.26) 72%,
        rgba(12, 14, 18, 0.1) 84%,
        transparent 100%
    );
}

.cv2blog-image-fog::after {
    content: '';
    position: absolute;
    inset: -22% -35% -22% 0;
    background:
        radial-gradient(ellipse 115% 150% at -8% 50%, rgba(12, 14, 18, 0.92) 0%, transparent 65%),
        radial-gradient(ellipse 95% 75% at 22% 108%, rgba(12, 14, 18, 0.42) 0%, transparent 58%),
        radial-gradient(ellipse 90% 70% at 28% -8%, rgba(12, 14, 18, 0.36) 0%, transparent 54%),
        radial-gradient(ellipse 120% 95% at 62% 50%, rgba(12, 14, 18, 0.14) 0%, transparent 72%);
}

[data-theme="light"] .cv2blog-image-fog::before {
    background: linear-gradient(
        90deg,
        #151a24 0%,
        rgba(21, 26, 36, 0.98) 20%,
        rgba(21, 26, 36, 0.78) 38%,
        rgba(21, 26, 36, 0.5) 56%,
        rgba(21, 26, 36, 0.22) 74%,
        transparent 100%
    );
}

[data-theme="light"] .cv2blog-image-fog::after {
    background:
        radial-gradient(ellipse 115% 150% at -8% 50%, rgba(21, 26, 36, 0.78) 0%, transparent 65%),
        radial-gradient(ellipse 95% 75% at 22% 108%, rgba(21, 26, 36, 0.32) 0%, transparent 58%),
        radial-gradient(ellipse 90% 70% at 28% -8%, rgba(21, 26, 36, 0.26) 0%, transparent 54%);
}

.cv2blog-dots-bar {
    position: absolute;
    left: 28px;
    bottom: 36px;
    z-index: 6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: calc(56% - 56px);
    pointer-events: none;
}

.cv2blog-dots-bar .cv2blog-dots {
    pointer-events: auto;
}

.cv2blog-progress-wrap:not(.sc-timer-progress) {
    display: none;
}

.cv2blog-progress-bar--paused {
    animation-play-state: paused !important;
}

.cv2blog-card-content.cv2blog-content-in .cv2blog-content-left > * {
    animation: cv2blog-content-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.cv2blog-card-content.cv2blog-content-in .cv2blog-slide-title {
    animation-delay: 0.05s;
}

.cv2blog-card-content.cv2blog-content-in .cv2blog-slide-desc {
    animation-delay: 0.12s;
}

.cv2blog-card-content.cv2blog-content-in .cv2blog-cta {
    animation-delay: 0.2s;
}

@keyframes cv2blog-content-in {
    0% {
        opacity: 0;
        transform: translateY(14px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cv2blog-wrap--transitioning .cv2blog-slot--featured .cv2blog-main-card {
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cv2blog-slot--narrow .cv2blog-side-card img {
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cv2blog-card-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 54%;
    max-width: 54%;
    height: 100%;
    padding: 28px 20px 52px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    background: transparent;
}

.cv2blog-top-section--solo {
    flex-shrink: 0;
    width: 100%;
}

.cv2blog-top-section--solo .cv2blog-meta-right {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
}

.cv2blog-card-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: none;
}

.cv2blog-card-tag--side {
    top: 14px;
    right: 14px;
}

.cv2blog-wrap .hki-stroke {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.cv2blog-meta-item .hki-stroke,
.cv2blog-side-date .hki-stroke {
    font-size: 12px;
    opacity: 0.85;
}

.cv2blog-main-footer .slider-nav-btn .hki-stroke {
    font-size: 16px;
}

.cv2blog-play--corner .hki-stroke {
    font-size: 14px;
}

.cv2blog-cta .hki-stroke,
.cv2blog-view-all .hki-stroke,
.cv2blog-side-more-btn .hki-stroke {
    font-size: 14px;
}

.cv2blog-slot--featured .cv2blog-bottom-section {
    margin-top: 24px;
    flex: 0 1 auto;
}

.cv2blog-slot--featured .cv2blog-cta.feature-cta-modern {
    grid-column: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 26px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none !important;
    border: 1.5px solid rgba(255, 255, 255, 0.38);
    outline: 2px solid rgba(255, 255, 255, 0.2);
    outline-offset: 3px;
    width: fit-content;
    max-width: fit-content;
    margin-top: 6px;
    letter-spacing: 0.01em;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
    min-height: 0;
    box-shadow: none;
}

.cv2blog-slot--featured .cv2blog-cta.feature-cta-modern:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.58);
    color: #fff;
    transform: translateY(-1px);
}

.cv2blog-slot--featured .cv2blog-cta.feature-cta-modern .hki-stroke {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    transition: transform 0.22s ease;
}

.cv2blog-slot--featured .cv2blog-cta.feature-cta-modern:hover .hki-stroke {
    transform: translateX(4px);
}

@media (min-width: 640px) {
    .cv2blog-slot--featured .cv2blog-card-content {
        width: 56%;
        max-width: 56%;
        padding: 32px 24px 76px 32px;
    }

    .cv2blog-slot--featured .cv2blog-bottom-section {
        margin-top: 26px;
    }
}

@media (min-width: 1024px) {
    .cv2blog-slot--featured .cv2blog-card-content {
        width: 58%;
        max-width: 58%;
        padding: 36px 28px 80px 36px;
    }

    .cv2blog-slot--featured .cv2blog-bottom-section {
        margin-top: 30px;
    }

    .cv2blog-slot--featured .cv2blog-image-fog {
        -webkit-mask-image: linear-gradient(
            90deg,
            #000 0%,
            #000 40%,
            rgba(0, 0, 0, 0.88) 52%,
            rgba(0, 0, 0, 0.55) 66%,
            rgba(0, 0, 0, 0.2) 80%,
            transparent 94%
        );
        mask-image: linear-gradient(
            90deg,
            #000 0%,
            #000 40%,
            rgba(0, 0, 0, 0.88) 52%,
            rgba(0, 0, 0, 0.55) 66%,
            rgba(0, 0, 0, 0.2) 80%,
            transparent 94%
        );
    }
}


.cv2blog-top-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 640px) {
    .cv2blog-top-section {
        gap: 16px;
    }
}

.cv2blog-number-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cv2blog-number-badge span:first-child {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.cv2blog-number-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.cv2blog-label-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 640px) {
    .cv2blog-label-text {
        font-size: 12px;
    }
}

.cv2blog-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cv2blog-meta-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cv2blog-meta-chip {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.2;
}

.cv2blog-meta-chip--num {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.38);
}

.cv2blog-meta-chip--type {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.32);
}

.cv2blog-meta-chip--type::before {
    content: '·';
    margin-right: 8px;
    opacity: 0.5;
}

.cv2blog-meta-chip--num + .cv2blog-meta-chip--type::before {
    content: '';
    margin: 0;
}

.cv2blog-meta-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cv2blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

.cv2blog-meta-item svg,
.cv2blog-side-date svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.cv2blog-bottom-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    flex: 1;
    min-height: 0;
}


.cv2blog-content-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    width: 100%;
}

@media (min-width: 640px) {
    .cv2blog-content-left {
        gap: 16px;
    }
}

.cv2blog-content-animate {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.cv2blog-content-animate--in {
    opacity: 1;
    transform: translateY(0);
}

.cv2blog-slide-title {
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 100%;
}

.cv2blog-slot--featured .cv2blog-slide-title {
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
    line-height: 1.18;
}

.cv2blog-slide-desc {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* cv2blog-cta: feature-cta-modern — yalnizca buyuk kartta (asagida) */

.cv2blog-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
}

.cv2blog-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
    padding: 0;
}

.cv2blog-play:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.cv2blog-play svg {
    width: 12px;
    height: 12px;
}

.cv2blog-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cv2blog-dot {
    height: 8px;
    width: 8px;
    border-radius: var(--cv2-radius-chip, 9999px);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.cv2blog-dot:hover {
    background: rgba(255, 255, 255, 0.4);
}

.cv2blog-dot--active {
    width: 24px;
    background: #fff;
    box-shadow: none;
}

.cv2blog-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.cv2blog-arrow--prev {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.65);
}

.cv2blog-arrow--prev:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.cv2blog-arrow--next {
    background: #fff;
    color: #0f172a;
    border: none;
    box-shadow: none;
}

.cv2blog-arrow--next:hover {
    background: #f1f5f9;
    transform: scale(1.04);
}

.cv2blog-arrow svg {
    width: 14px;
    height: 14px;
}

/* Side cards — slider ile senkron */
.cv2blog-side-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    min-width: 0;
    transition: gap 0.45s ease;
}

@media (min-width: 1024px) {
    .cv2blog-side-cards {
        height: 100%;
        min-height: 400px;
        max-height: 420px;
    }

    .cv2blog-cards--phase-wide .cv2blog-side-cards {
        flex-direction: row;
        gap: 10px;
    }
}

@media (max-width: 1023px) {
    .cv2blog-side-cards {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 2px 2px 10px;
        margin: 0 -2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
    }

    .cv2blog-side-cards::-webkit-scrollbar {
        display: none;
    }
}

.cv2blog-side-card,
.cv2blog-slot-side.cv2blog-side-card {
    position: relative;
    border-radius: inherit;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    box-shadow: none;
    min-height: 280px;
    height: 100%;
    transition: opacity 0.4s ease;
}

.cv2blog-slot--narrow .cv2blog-side-card img {
    transition: opacity 0.45s ease, transform 0.5s ease;
}

@media (min-width: 640px) {
    .cv2blog-slot-side.cv2blog-side-card {
        border-radius: 1.5rem;
        min-height: 320px;
    }
}

@media (min-width: 1024px) {
    .cv2blog-slot-side.cv2blog-side-card {
        min-height: 380px;
        height: 100%;
    }
}

.cv2blog-slot-side.cv2blog-side-card:hover {
    transform: scale(1.01);
}

@media (min-width: 1024px) {
    .cv2blog-side-card {
        width: auto;
        height: auto;
        max-height: none;
    }

    .cv2blog-side-card--active {
        min-height: 52%;
    }

    .cv2blog-cards--phase-wide .cv2blog-side-card {
        flex: 1 1 0;
        min-height: 0;
        opacity: 0.7;
        transform: scale(0.98);
    }
}

@media (max-width: 1023px) {
    .cv2blog-side-card {
        flex: 0 0 min(78vw, 260px);
        width: min(78vw, 260px);
        min-height: 272px;
    }
}

.cv2blog-side-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
    .cv2blog-side-card img {
        transition: transform 0.4s ease;
    }

    .cv2blog-side-card:hover img,
    .cv2blog-slot-side:hover img {
        transform: scale(1.05);
    }
}

.cv2blog-side-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 35%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 100%);
    transition: opacity 0.35s ease;
}

.cv2blog-side-card:hover .cv2blog-side-overlay,
.cv2blog-slot-side:hover .cv2blog-side-overlay {
    opacity: 1;
}

.cv2blog-side-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.cv2blog-side-card:hover .cv2blog-side-glow,
.cv2blog-slot-side:hover .cv2blog-side-glow {
    opacity: 1;
}

.cv2blog-side-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.cv2blog-side-card:hover .cv2blog-side-corner,
.cv2blog-slot-side:hover .cv2blog-side-corner {
    opacity: 1;
}

.cv2blog-side-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cv2blog-side-badge-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}

.cv2blog-side-badge-text {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.cv2blog-side-sublabel {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    margin: 6px 0 0 4px;
}

.cv2blog-side-date {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.5s ease;
}

.cv2blog-side-card:hover .cv2blog-side-date,
.cv2blog-slot-side:hover .cv2blog-side-date {
    opacity: 1;
    transform: translateY(0);
}

.cv2blog-side-date svg {
    width: 12px;
    height: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.cv2blog-side-date span {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
}

.cv2blog-side-title-wrap {
    transform: translateY(8px);
    transition: transform 0.5s ease;
}

.cv2blog-side-card:hover .cv2blog-side-title-wrap,
.cv2blog-slot-side:hover .cv2blog-side-title-wrap {
    transform: translateY(0);
}

.cv2blog-side-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cv2blog-side-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 9999px;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.5s ease;
}

.cv2blog-side-card:hover .cv2blog-side-more-btn,
.cv2blog-slot-side:hover .cv2blog-side-more-btn {
    opacity: 1;
    transform: translateY(0);
}

.cv2blog-side-card:hover .cv2blog-side-card-desc,
.cv2blog-slot-side:hover .cv2blog-side-card-desc {
    opacity: 1;
}

.cv2blog-slot--narrow .cv2blog-main-footer-host {
    display: none;
}

.cv2blog-side-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 12px;
}

@media (min-width: 640px) {
    .cv2blog-side-content {
        padding: 20px;
    }
}

.cv2blog-side-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.cv2blog-side-bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cv2blog-side-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cv2blog-side-card--active .cv2blog-side-card-title {
    font-size: 15px;
}

.cv2blog-side-card-desc {
    font-size: 10px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    margin: 8px 0 0;
    opacity: 0;
    transition: opacity 0.5s ease 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cv2blog-side-number {
    font-size: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.14);
    line-height: 1;
    margin-top: 4px;
}

.cv2blog-side-card--active .cv2blog-side-number {
    color: rgba(255, 255, 255, 0.22);
}

/* Mobile */
@media (max-width: 767px) {
    .cv2blog-wrap {
        padding: 0 8px;
        margin: 28px auto 40px;
    }

    .cv2blog {
        gap: 20px;
    }

    .cv2blog-section-header {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cv2blog-view-all.CoreV2-view-all-link {
        width: 100%;
        max-width: none !important;
        justify-content: center;
    }

    .cv2blog-rail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .cv2blog-slot--featured {
        grid-column: 1 / -1;
    }

    .cv2blog-slot--featured .cv2blog-main-card {
        aspect-ratio: 16 / 10;
        min-height: 260px;
        border-radius: 18px;
    }

    .cv2blog-slot--featured .cv2blog-card-content {
        width: 100%;
        max-width: 100%;
        padding: 20px 18px 72px;
        position: relative;
    }

    .cv2blog-slot--featured .cv2blog-main-footer-host,
    .cv2blog-slot--featured .cv2blog-main-footer {
        width: 100%;
        max-width: 100%;
    }

    .cv2blog-main-footer {
        padding: 8px 18px 18px;
    }

    .cv2blog-main-footer .cv2blog-progress-wrap {
        width: 70%;
        max-width: none;
    }

    .cv2blog-slot--featured .cv2blog-image-fog {
        -webkit-mask-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            #000 22%,
            #000 55%,
            rgba(0, 0, 0, 0.75) 78%,
            transparent 100%
        );
        mask-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            #000 22%,
            #000 55%,
            rgba(0, 0, 0, 0.75) 78%,
            transparent 100%
        );
    }

    .cv2blog-slot--featured .cv2blog-image-fog::before {
        inset: -25% -35% -10% -12%;
    }

    .cv2blog-slot--featured .cv2blog-image-fog::after {
        inset: -15% -40% -25% 0;
    }

    .cv2blog-slot-side.cv2blog-side-card {
        min-height: 200px;
        height: 100%;
        border-radius: 16px;
    }

    .cv2blog-slide-title {
        font-size: 1.15rem;
    }

    .cv2blog-slide-desc {
        -webkit-line-clamp: 2;
    }

    .cv2blog-meta-right {
        width: 100%;
        justify-content: flex-start;
    }

    .cv2blog-side-date,
    .cv2blog-side-more-btn,
    .cv2blog-side-card-desc {
        opacity: 1;
        transform: none;
    }

    .cv2blog-side-title-wrap {
        transform: none;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .cv2blog-rail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .cv2blog-slot--featured {
        grid-column: 1 / -1;
    }

    .cv2blog-slot--featured .cv2blog-main-card {
        min-height: 340px;
        aspect-ratio: 16 / 9;
    }

    .cv2blog-slot-side.cv2blog-side-card {
        min-height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cv2blog-slot,
    .cv2blog-side-card img,
    .cv2blog-dot,
    .cv2blog-view-all,
    .cv2blog-rail,
    .cv2blog-slide-layer,
    .cv2blog-slide-layer img {
        transition: none !important;
        animation: none !important;
    }

    .cv2blog-main-footer .cv2blog-progress-bar.running {
        transform: scaleX(1) !important;
        animation: none !important;
    }

    .cv2blog-card-content.cv2blog-content-in {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

.cv2blog-wrap [hidden] {
    display: none !important;
}
