    .cta-news-01banner {
        background-image: url('https://nhanhoa.com/images/cta-html-background.png'), linear-gradient(115deg, #1f8fc4 0%, #2babc6 45%, #4dc7c3 75%, #6fd0bb 100%);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        border-radius: 28px;
        overflow: hidden;
    }
    @media (min-width: 768px) { 
        .cta-news-01banner { border-radius: 32px; }
    }

    /* Check icon */
    .cta-news-01check {
        flex-shrink: 0;
        width: 22px; height: 22px;
        border-radius: 50%;
        background: #fff;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .cta-news-01check svg { width: 13px; height: 13px; color: #0b1b33; }

    /* CTA button */
    .cta-news-01btn {
        display: inline-flex; align-items: center; justify-content: space-between;
        background: #0b1b33; color: #fff;
        border-radius: 999px; border: none;
        padding: 8px 8px 8px 24px;
        font-weight: 700; font-size: 14px; white-space: nowrap;
        text-decoration: none;
        transition: background .25s, transform .15s;
        box-shadow: 0 4px 14px rgba(0,0,0,.25);
    }
    .cta-news-01btn:hover { background: #15294a; color: #fff; }
    .cta-news-01btn:active { transform: scale(.98); }
    .cta-news-01btn-arrow {
        background: #fff; color: #0b1b33;
        border-radius: 50%; width: 36px; height: 36px;
        display: inline-flex; align-items: center; justify-content: center;
        margin-left: 28px; flex-shrink: 0;
        transition: transform .25s;
    }
    .cta-news-01btn:hover .cta-news-01btn-arrow { transform: translateX(3px); }
    .cta-news-01btn-arrow svg { width: 16px; height: 16px; }

    /* Character image column */
    .cta-news-01char-col {
        position: relative;
        min-height: 380px;
    }
    @media (min-width: 992px) { 
        .cta-news-01char-col { min-height: 420px; }
    }
    .cta-news-01char-img {
        position: absolute; bottom: 0; right: 0;
        width: auto; height: 100%;
        max-width: none;
        object-fit: contain; object-position: bottom center;
        pointer-events: none; user-select: none;
    }

    /* ── Tooltip – prefix cta-news-01tt- ── */
    .cta-news-01tt-wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
    }
    .cta-news-01tt-icon {
        flex-shrink: 0;
        width: 18px; height: 18px;
        border-radius: 50%;
        background: rgba(255,255,255,.28);
        border: 1.5px solid rgba(255,255,255,.55);
        color: #fff;
        font-size: 10.5px; font-weight: 700; font-style: normal; line-height: 1;
        display: inline-flex; align-items: center; justify-content: center;
        cursor: default; user-select: none; margin-left: 6px;
        transition: background .18s;
    }
    .cta-news-01tt-wrap:hover .cta-news-01tt-icon,
    .cta-news-01tt-wrap.cta-news-01tt-open .cta-news-01tt-icon { background: rgba(255,255,255,.48); }

    .cta-news-01tt-box {
        position: absolute;
        bottom: calc(100% + 9px);
        left: 50%; transform: translateX(-50%) translateY(4px);
        width: 220px;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 10px 13px;
        box-shadow: 0 4px 16px rgba(0,0,0,.13), 0 1px 4px rgba(0,0,0,.07);
        font-size: 12.5px; font-weight: 400; line-height: 1.55;
        color: #374151; font-style: normal;
        pointer-events: none;
        opacity: 0; visibility: hidden;
        transition: opacity .18s ease, transform .18s ease, visibility .18s;
        z-index: 9999;
        white-space: normal; text-align: left;
    }
    .cta-news-01tt-box::after {
        content: '';
        position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #fff;
        filter: drop-shadow(0 1px 0 #e2e8f0);
    }
    .cta-news-01tt-wrap:hover .cta-news-01tt-box,
    .cta-news-01tt-wrap.cta-news-01tt-open .cta-news-01tt-box {
        opacity: 1; visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
    /* shift left */
    .cta-news-01tt-box.cta-news-01tt-left {
        left: 0; transform: translateX(0) translateY(4px);
    }
    .cta-news-01tt-box.cta-news-01tt-left::after { left: 18px; transform: none; }
    .cta-news-01tt-wrap:hover .cta-news-01tt-box.cta-news-01tt-left,
    .cta-news-01tt-wrap.cta-news-01tt-open .cta-news-01tt-box.cta-news-01tt-left { transform: translateX(0) translateY(0); }
    /* shift right */
    .cta-news-01tt-box.cta-news-01tt-right {
        left: auto; right: 0; transform: translateX(0) translateY(4px);
    }
    .cta-news-01tt-box.cta-news-01tt-right::after { left: auto; right: 18px; transform: none; }
    .cta-news-01tt-wrap:hover .cta-news-01tt-box.cta-news-01tt-right,
    .cta-news-01tt-wrap.cta-news-01tt-open .cta-news-01tt-box.cta-news-01tt-right { transform: translateX(0) translateY(0); }
    .d-flex.align-items-center.gap-2.cta-item-info:hover {
        color: #15294a;
    }

    .d-flex.align-items-center.gap-2.cta-item-info:hover .cta-news-01check {
        background: #15294a;
    }
    .d-flex.align-items-center.gap-2.cta-item-info:hover svg {
        color: #fff;
    }
    @media(max-width: 992px){
        h2.cta-news-01-header {
            font-size: 24px !important;
        }
        .cta-news-01-price {
            font-size: 22px !important;
        }
        .cta-news-01-intro {
            margin-bottom: 10px !important;
        }
    }