.blog360-hero {
    padding: 2.5rem 0 1.5rem;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    border-bottom: 1px solid rgba(36, 141, 254, .12);
}

.blog360-hero-card {
    background: linear-gradient(135deg, #07111f 0%, #153fcb 50%, #248dfe 100%);
    color: #fff;
}

.blog360-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.22);
    font-size: .85rem;
    font-weight: 700;
}

.blog360-title {
    max-width: 780px;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 800;
}

.blog360-text {
    max-width: 720px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.12rem;
    line-height: 1.65;
    color: rgba(255,255,255,.86);
}

.blog360-chip {
    display: inline-flex;
    align-items: center;
    padding: .42rem .75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
}

.blog360-api-box {
    background: rgba(7, 17, 31, .42);
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.90);
}

.blog360-list {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.blog360-section-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: .45rem;
    color: #248dfe;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.blog360-section-title {
    font-family: 'Poppins', sans-serif;
    color: #434545;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.btn-sis360-outline {
    background: #fff !important;
    border: 1px solid #1f80e8 !important;
    color: #1f80e8 !important;
    transition: all .2s ease;
}

.btn-sis360-outline:hover {
    background: linear-gradient(135deg, #1f80e8 0%, #1d6fe8 55%, #1b63dc 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.blog360-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(36, 141, 254, .12);
    box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog360-card:hover {
    transform: translateY(-5px);
    border-color: rgba(36, 141, 254, .28);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .13);
}

.blog360-img-link {
    display: block;
    height: 205px;
    overflow: hidden;
    background: #eef5fb;
}

.blog360-img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.blog360-card:hover .blog360-img {
    transform: scale(1.045);
}

.blog360-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef5fb 0%, #dbeafe 100%);
    color: #248dfe;
    font-size: 2.6rem;
}

.blog360-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog360-date {
    color: #6c757d;
    font-size: .78rem;
    font-weight: 600;
}

.blog360-tag {
    display: inline-flex;
    align-items: center;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #eaf4ff;
    color: #1d6fe8;
    font-size: .72rem;
    font-weight: 800;
}

.blog360-title-link {
    color: #1f2937;
    text-decoration: none;
}

.blog360-title-link:hover {
    color: #1d6fe8;
}

.blog360-card-title {
    min-height: 58px;
    margin-bottom: .75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.28;
}

.blog360-extracto {
    display: -webkit-box;
    min-height: 46px;
    color: #6c757d;
    font-size: .92rem;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog360-read {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #1d6fe8;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
}

.blog360-read:hover {
    color: #153fcb;
}

@media (max-width: 767.98px) {
    .blog360-hero {
        padding: 1.5rem 0 1rem;
    }

    .blog360-title {
        font-size: 2rem;
    }

    .blog360-text {
        font-size: 1rem;
    }

    .blog360-img-link,
    .blog360-img {
        height: 190px;
    }

    .blog360-card-title {
        min-height: auto;
    }
}
