/* ==========================================================================
   HOMEPAGE COMPONENT: BREAKING NEWS & TOP REVIEWS (BENTO GRID)
   Spotlight Card & Mini Stack Cards
   ========================================================================== */

.bento-news-section {
    padding: 48px 0;
    position: relative;
}

.section-head-tech {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--ps-border, #e2e8f0);
    padding-bottom: 16px;
}

.section-kicker-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--ps-secondary, #4f46e5);
    margin-bottom: 6px;
}

.section-title-tech {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ps-text-main, #0f172a);
    margin: 0;
}

.section-title-tech em {
    font-style: normal;
    background: linear-gradient(135deg, var(--ps-primary, #0284c7), var(--ps-secondary, #4f46e5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-link-more {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ps-primary, #0284c7);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.section-link-more:hover {
    color: var(--ps-primary-dark, #0369a1);
    transform: translateX(4px);
}

/* Bento Grid Container */
.bento-grid-container {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* Left Large Spotlight Card */
.bento-spotlight-card {
    position: relative;
    background: var(--ps-bg-card, #ffffff);
    border: 1px solid var(--ps-border, #e2e8f0);
    border-radius: var(--ps-radius-lg, 20px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--ps-shadow-card, 0 4px 20px -2px rgba(15, 23, 42, 0.06));
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-spotlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--ps-border-glow, rgba(2, 132, 199, 0.35));
    box-shadow: var(--ps-shadow-hover, 0 20px 35px -8px rgba(15, 23, 42, 0.12));
}

.bento-spotlight-thumb {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #e2e8f0;
}

.bento-spotlight-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bento-spotlight-card:hover .bento-spotlight-thumb img {
    transform: scale(1.04);
}

.bento-spotlight-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #e11d48;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px 12px;
    border-radius: var(--ps-radius-sm, 8px);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.3);
}

.bento-spotlight-body {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.bento-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.85rem;
    color: var(--ps-text-dim, #64748b);
    margin-bottom: 12px;
}

.bento-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bento-spotlight-title {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ps-text-main, #0f172a);
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.bento-spotlight-card:hover .bento-spotlight-title {
    color: var(--ps-primary, #0284c7);
}

.bento-spotlight-excerpt {
    font-size: 0.95rem;
    color: var(--ps-text-muted, #475569);
    line-height: 1.6;
    margin-bottom: 22px;
}

.bento-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ps-primary, #0284c7);
}

.bento-cta-link i {
    transition: transform 0.2s ease;
}

.bento-spotlight-card:hover .bento-cta-link i {
    transform: translateX(4px);
}

/* Right Side Stack */
.bento-side-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bento-mini-card {
    background: var(--ps-bg-card, #ffffff);
    border: 1px solid var(--ps-border, #e2e8f0);
    border-radius: var(--ps-radius-md, 14px);
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: var(--ps-shadow-card, 0 4px 20px -2px rgba(15, 23, 42, 0.06));
}

.bento-mini-card:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateX(4px);
    box-shadow: 0 10px 20px -4px rgba(15, 23, 42, 0.08);
}

.bento-mini-tag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bento-pill-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #eef2ff;
    color: var(--ps-secondary, #4f46e5);
    border: 1px solid #e0e7ff;
}

.bento-time-relative {
    font-size: 0.75rem;
    color: var(--ps-text-dim, #64748b);
    display: flex;
    align-items: center;
    gap: 4px;
}

.bento-mini-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ps-text-main, #0f172a);
    margin: 0;
    transition: color 0.2s ease;
}

.bento-mini-card:hover .bento-mini-title {
    color: var(--ps-primary, #0284c7);
}

.bento-mini-desc {
    font-size: 0.85rem;
    color: var(--ps-text-muted, #475569);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(max-width:991px) {
    .bento-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .bento-grid-container {
        grid-template-columns: 1fr;
    }
    .bento-spotlight-thumb {
        height: 240px;
    }
}
