:root {
    --gb-title-size: 32px;
    --gb-title-size-mobile: 20px;
    --gb-desc-size: 17px;
    --gb-desc-size-mobile: 15px;
    --gb-desc-line-height: 1.55;
    --gb-stack-gap: 2px;
    --gb-section-gap: 12px;
    --gb-dekor-pad: 6px;
    --gb-dekor-center: 5px;
    --gb-vp-desc-size: 13px;
    --gb-vp-desc-size-mobile: 12px;
    --gb-pack-title-size: 21px;
    --gb-pack-title-size-mobile: 22px;
    --gb-pack-desc-size: 13px;
    --gb-pack-desc-size-mobile: 13px;
}
.genelbaslik-baslik,
section.genelbaslik:not(:has(.genelbaslik-baslik)) {
    position: relative;
    padding-bottom: var(--gb-dekor-pad);
    margin-bottom: 0;
}
.genelbaslik-baslik::after,
section.genelbaslik:not(:has(.genelbaslik-baslik))::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    border-radius: 999px;
    background: var(--CoreV2-primary, var(--color-primary));
}
.genelbaslik-baslik-sol::after,
section.genelbaslik.genelbaslik-baslik-sol::after {
    left: 0;
    transform: none;
}
.genelbaslik-baslik-yok::after,
section.genelbaslik.genelbaslik-baslik-yok::after {
    display: none;
    content: none;
}
/* Birebir yedek (main-head.css) — pill rozet, kayma yok */
.genelbaslik-rozet-kapsayici {
    text-align: center;
    margin-bottom: 6px;
    width: 100%;
    display: block;
    line-height: 1;
}
.genelbaslik-rozet-kapsayici::before,
.genelbaslik-rozet-kapsayici::after {
    display: none;
    content: none;
}
.genelbaslik-rozet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    background: rgba(var(--CoreV2-primary-rgb, 59, 130, 246), 0.08);
    border: none;
    border-radius: 50px;
    padding: 4px 16px 4px 4px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.2;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.genelbaslik-rozet-ikon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--CoreV2-primary-gradient, var(--CoreV2-gradient-primary, linear-gradient(135deg, var(--CoreV2-primary, #3b82f6), color-mix(in srgb, var(--CoreV2-primary, #3b82f6) 70%, #fff))));
    border-radius: 50px;
    padding: 5px 11px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    box-sizing: border-box;
}
.genelbaslik-rozet-metin {
    display: inline;
    font-size: 13px;
    color: var(--CoreV2-primary);
    letter-spacing: -0.04em;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.2;
    min-width: 0;
}
.genelbaslik-ana-baslik {
    font-size: var(--gb-title-size);
    font-weight: var(--heading-weight-xl, var(--fw-heading, 600));
    line-height: var(--heading-line-height, 1.25);
    letter-spacing: var(--heading-letter-spacing, -0.02em);
    color: var(--text-primary);
    margin: 8px 0 0;
    text-align: center;
}
.genelbaslik-vurgu {
    color: var(--CoreV2-primary);
}
/* Paket sayfasi + ortak baslik alt aciklama (eksikti — bozulma kok nedeni) */
.genelbaslik-aciklama {
    font-size: var(--gb-desc-size, 17px);
    line-height: var(--gb-desc-line-height, 1.55);
    color: var(--text-secondary, var(--cv2-text-muted, #64748b));
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    font-weight: var(--fw-body, 400);
    display: block;
}
.genelbaslik-baslik,
.cv2-title-heading,
.title-heading {
    text-align: center;
}
/* Pack group header (anasayfa) — yedek hizalama, rozet ortali */
.cv2-pack-group-header {
    width: 100%;
    text-align: center;
    margin: 0 0 8px;
    box-sizing: border-box;
}
.cv2-pack-group-header .genelbaslik-baslik {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
    margin: 0 0 4px;
}
.cv2-pack-group-header .genelbaslik-rozet-kapsayici {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}
.cv2-pack-group-header .genelbaslik-rozet {
    margin-left: auto;
    margin-right: auto;
}
.cv2-pack-group-header .genelbaslik-ana-baslik {
    width: 100%;
    text-align: center;
}
.cv2-pack-group-header .genelbaslik-aciklama {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.cv2-pack-listing-head,
.cv2-page-hero-head {
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
    padding: 0 12px;
    box-sizing: border-box;
}
.cv2-pack-listing-head .cv2-title-heading,
.cv2-page-hero-head .cv2-title-heading,
.cv2-pack-listing-head .genelbaslik-baslik,
.cv2-page-hero-head .genelbaslik-baslik {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cv2-pack-listing-head .genelbaslik-ana-baslik,
.cv2-page-hero-head .genelbaslik-ana-baslik {
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .genelbaslik-ana-baslik {
        font-size: var(--gb-title-size-mobile);
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        max-width: 100%;
        line-height: 1.25;
    }
    .genelbaslik-aciklama {
        font-size: var(--gb-desc-size-mobile, 15px);
        padding: 0 8px;
        line-height: 1.5;
    }
    .cv2-pack-listing-head,
    .cv2-page-hero-head {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

/* ============================================================
   Video hero — corevideoply-content (tema renkleri)
   ============================================================ */
.corevideoply-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px 0 6px;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    font-family: var(--font-family-heading, var(--font-family-base));
}
.corevideoply-content::before,
.corevideoply-content::after {
    display: none;
    content: none;
}
.corevideoply-title {
    font-size: var(--gb-title-size);
    font-weight: var(--heading-weight-xl, 600);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing, -0.03em);
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 900px;
    text-shadow: none;
}
.corevideoply-title-gradient {
    color: var(--CoreV2-primary);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--CoreV2-primary);
    background-clip: unset;
    font-weight: inherit;
    filter: none;
}
.corevideoply-desc {
    font-family: var(--font-family-base);
    font-size: var(--gb-vp-desc-size, 13px);
    font-weight: var(--fw-body, 400);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    max-width: 520px;
    margin: 2px 0 0;
    padding: 0 12px;
    text-shadow: none;
}
.corevideoply-dekor {
    position: relative;
    display: block;
    width: min(190px, 72%);
    height: 3px;
    margin: 8px auto 16px;
    border-radius: var(--cv2-radius-input, 3px);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(var(--CoreV2-primary-rgb, 5, 150, 105), 0.5) 50%,
        transparent 100%
    );
    box-shadow: none;
    flex-shrink: 0;
}
.corevideoply-dekor::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 155%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.28), transparent);
    opacity: 0.85;
    pointer-events: none;
}
.corevideoply-btn-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 2px auto 0;
    padding: 0 4px;
    box-sizing: border-box;
}
.corevideoply-btn-group::before,
.corevideoply-btn-group::after {
    display: none;
    content: none;
}
@media (min-width: 769px) {
    .corevideoply-btn-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 360px;
    }
    .corevideoply-btn {
        flex: 1 1 0;
        max-width: 168px;
        white-space: nowrap;
        font-size: 0.875rem;
    }
}
@media (max-width: 768px) {
    .corevideoply-title {
        font-size: var(--gb-title-size-mobile);
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
    .corevideoply-title .corevideoply-title-gradient {
        display: inline;
        white-space: inherit;
    }
    .corevideoply-desc {
        font-size: var(--gb-vp-desc-size-mobile, 12px);
    }
    .corevideoply-content {
        padding-top: 8px;
    }
    .corevideoply-btn-group {
        gap: 6px;
        max-width: 280px;
    }
    .corevideoply-dekor {
        width: min(170px, 80%);
        margin: 4px auto 10px;
    }
}
