/* ==========================================================================
   BIGG BOSS TELUGU - PREMIUM HOME PAGE STYLESHEET
   High-CPM Entertainment Reality Portal Architecture
   ========================================================================== */

/* --- Container & Global Resets for Home --- */
.bbt-home-wrapper {
    background-color: #f8fafc;
    color: #0f172a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.bbt-home-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 1. Breaking News Ticker Bar --- */
.bbt-breaking-ticker {
    background: #0f172a;
    border-bottom: 2px solid #ea580c;
    color: #ffffff;
    font-size: 13.5px;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}
.bbt-ticker-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.bbt-ticker-badge {
    background: linear-gradient(135deg, #ea580c, #dc2626);
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.bbt-pulse-fire {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: bbt-fire-pulse 1.2s infinite alternate;
}
@keyframes bbt-fire-pulse {
    0% { transform: scale(0.8); opacity: 0.7; }
    100% { transform: scale(1.4); opacity: 1; box-shadow: 0 0 8px #ffedd5; }
}
.bbt-ticker-marquee {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
}
.bbt-ticker-link {
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.bbt-ticker-link:hover {
    color: #fb923c;
}
.bbt-ticker-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-left: auto;
}
.bbt-ticker-social-icons a {
    color: #94a3b8;
    transition: color 0.2s, transform 0.2s;
    display: flex;
}
.bbt-ticker-social-icons a:hover {
    color: #ea580c;
    transform: translateY(-1px);
}

/* --- 2. Hero Magazine Bento Grid --- */
.bbt-hero-bento-section {
    padding: 30px 0 40px 0;
}
.bbt-bento-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
}

/* Main Hero Feature Card */
.bbt-bento-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #0f172a;
    background-size: cover;
    background-position: center;
}
.bbt-bento-main:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}
.bbt-bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.6) 40%, rgba(15, 23, 42, 0.96) 100%);
    z-index: 1;
}
.bbt-bento-content {
    position: relative;
    z-index: 2;
    padding: 35px;
    color: #ffffff;
}
.bbt-cat-pill {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    background: #ea580c;
    color: #ffffff;
}
.bbt-cat-pill.pill-exclusive { background: #dc2626; }
.bbt-cat-pill.pill-rumors { background: #7c3aed; }
.bbt-cat-pill.pill-evictions { background: #e11d48; }
.bbt-cat-pill.pill-contestants { background: #0284c7; }

.bbt-bento-main-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}
.bbt-bento-main-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}
.bbt-bento-main-title a:hover {
    color: #fdba74;
}
.bbt-bento-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0 0 18px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bbt-meta-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #94a3b8;
    flex-wrap: wrap;
}
.bbt-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Secondary Stack Cards */
.bbt-bento-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bbt-bento-subcard {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #0f172a;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bbt-bento-subcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.16);
}
.bbt-bento-subcard .bbt-bento-content {
    padding: 24px;
}
.bbt-bento-subcard .bbt-bento-main-title {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

/* --- 3. Live Season 10 / Agnipariksha Status Ribbon --- */
.bbt-season-live-ribbon {
    margin-bottom: 40px;
}
.bbt-ribbon-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 18px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
}
.bbt-ribbon-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #ea580c;
}
.bbt-ribbon-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bbt-ribbon-icon-box {
    width: 54px;
    height: 54px;
    background: rgba(234, 88, 12, 0.15);
    border: 1px solid rgba(234, 88, 12, 0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
    flex-shrink: 0;
}
.bbt-ribbon-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px 0;
    color: #ffffff;
}
.bbt-ribbon-subtitle {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}
.bbt-ribbon-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.bbt-btn-ribbon-primary {
    background: #ea580c;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.35);
    transition: background-color 0.2s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.bbt-btn-ribbon-primary:hover {
    background: #c2410c;
    transform: translateY(-2px);
    color: #ffffff;
}
.bbt-btn-ribbon-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s;
}
.bbt-btn-ribbon-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* --- 4. Main Two-Column Layout (News Feed 70% + Sidebar 30%) --- */
.bbt-main-content-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 35px;
    margin-bottom: 50px;
    align-items: start;
}

/* Left Column: News Section */
.bbt-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 14px;
}
.bbt-section-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.5px;
}
.bbt-title-accent {
    width: 4px;
    height: 24px;
    background: #ea580c;
    border-radius: 2px;
    display: inline-block;
}

/* Category Filter Tabs */
.bbt-filter-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bbt-filter-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bbt-filter-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.bbt-filter-btn.active {
    background: #ea580c;
    border-color: #ea580c;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.25);
}

/* News Cards Grid */
.bbt-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.bbt-news-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.bbt-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.bbt-card-thumb-wrap {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background-color: #0f172a;
}
.bbt-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.bbt-news-card:hover .bbt-card-thumb {
    transform: scale(1.05);
}
.bbt-thumb-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}
.bbt-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.bbt-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
}
.bbt-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s;
}
.bbt-card-title a:hover {
    color: #ea580c;
}
.bbt-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bbt-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    font-size: 12.5px;
    color: #94a3b8;
}
.bbt-card-like-btn {
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s;
}
.bbt-card-like-btn:hover {
    color: #ea580c;
    background: #fff7ed;
}

/* --- 5. Right Sidebar (Interactive Voting Hub, Fan Poll, Quick Links, Ad) --- */
.bbt-sidebar-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Smart Interactive Voting Card */
.bbt-voting-widget-card {
    background: #050505;
    border-radius: 20px;
    padding: 30px 24px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}
.bbt-widget-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.25) 0%, rgba(220, 38, 38, 0) 70%);
    top: -50px;
    right: -50px;
    border-radius: 50%;
    z-index: 0;
}
.bbt-widget-content {
    position: relative;
    z-index: 1;
}
.bbt-widget-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bbt-pulse-red {
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 8px #ef4444;
}
.bbt-widget-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 10px 0;
    line-height: 1.25;
}
.bbt-widget-desc {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0 0 20px 0;
}
.bbt-widget-methods {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.bbt-method-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #cbd5e1;
    margin-bottom: 8px;
}
.bbt-method-row:last-child {
    margin-bottom: 0;
}
.bbt-method-icon {
    color: #ea580c;
    flex-shrink: 0;
}
.bbt-widget-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #ea580c, #dc2626);
    color: #ffffff;
    padding: 13px 0;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.4);
    transition: all 0.2s;
    box-sizing: border-box;
}
.bbt-widget-btn:hover {
    background: linear-gradient(135deg, #f97316, #ef4444);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Fan Opinion Poll Card */
.bbt-poll-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.bbt-poll-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.bbt-poll-badge {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.bbt-poll-question {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    line-height: 1.4;
}
.bbt-poll-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bbt-poll-btn {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    border-radius: 10px;
    text-align: left;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.bbt-poll-btn:hover {
    background: #fff7ed;
    border-color: #fdba74;
    color: #ea580c;
}
.bbt-poll-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(234, 88, 12, 0.12);
    width: 0%;
    transition: width 0.6s ease;
    z-index: 0;
}
.bbt-poll-btn span {
    position: relative;
    z-index: 1;
}

/* High-CPM Ad Unit Container */
.bbt-ad-slot-box {
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bbt-ad-slot-300x250 {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* --- 6. Hall of Fame / 45 Finalists Showcase (Seasons 1 to 9) --- */
.bbt-spotlight-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 50px;
}
.bbt-hall-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.bbt-hall-filter-btn {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bbt-hall-filter-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.bbt-hall-filter-btn.active {
    background: #ea580c;
    border-color: #ea580c;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}

.bbt-hall-group {
    margin-bottom: 45px;
}
.bbt-hall-group:last-child {
    margin-bottom: 0;
}
.bbt-hall-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 10px;
}
.bbt-hall-group-title {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bbt-hall-count-badge {
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 12px;
}

.bbt-hall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
}
.bbt-hall-card {
    background: #f8fafc;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.bbt-hall-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #ea580c;
}
.bbt-hall-avatar {
    width: 100%;
    padding-bottom: 120%;
    background-size: cover;
    background-position: center top;
    position: relative;
    background-color: #1e293b;
}
.bbt-hall-badge {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.bbt-hall-badge.badge-winner { background: #16a34a; }
.bbt-hall-badge.badge-runner_up { background: #475569; }
.bbt-hall-badge.badge-3rd_place { background: #b45309; }
.bbt-hall-badge.badge-4th_place { background: #4338ca; }
.bbt-hall-badge.badge-5th_place { background: #334155; }

.bbt-hall-name {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 2px 0;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bbt-hall-season {
    font-size: 11.5px;
    font-weight: 600;
    color: #ea580c;
    margin: 0 0 10px 0;
}

/* --- 7. Complete Seasons Archive Grid --- */
.bbt-seasons-archive-section {
    margin-bottom: 50px;
}
.bbt-seasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.bbt-season-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bbt-season-card:hover {
    border-color: #ea580c;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.1);
}
.bbt-season-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.bbt-season-num {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
}
.bbt-season-year {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
}
.bbt-season-winner-line {
    font-size: 13px;
    color: #475569;
    margin-bottom: 14px;
}
.bbt-season-winner-line strong {
    color: #16a34a;
}
.bbt-season-arrow-link {
    font-size: 13px;
    font-weight: 800;
    color: #ea580c;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* --- 8. VIP Insider Community Banner (Telegram / WhatsApp) --- */
.bbt-community-banner {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}
.bbt-community-info {
    max-width: 650px;
}
.bbt-comm-badge {
    background: rgba(234, 88, 12, 0.2);
    color: #fb923c;
    border: 1px solid rgba(234, 88, 12, 0.4);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}
.bbt-comm-title {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 10px 0;
    color: #ffffff;
}
.bbt-comm-desc {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}
.bbt-comm-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.bbt-btn-telegram {
    background: #0088cc;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.35);
    transition: transform 0.2s;
}
.bbt-btn-telegram:hover {
    transform: translateY(-2px);
    color: #ffffff;
}
.bbt-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s;
}
.bbt-btn-whatsapp:hover {
    transform: translateY(-2px);
    color: #ffffff;
}

/* --- Responsive Breakpoints --- */
@media (max-width: 1024px) {
    .bbt-bento-grid {
        grid-template-columns: 1fr;
    }
    .bbt-main-content-layout {
        grid-template-columns: 1fr;
    }
    .bbt-bento-main {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .bbt-news-grid {
        grid-template-columns: 1fr;
    }
    .bbt-ribbon-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .bbt-ribbon-actions {
        width: 100%;
        flex-direction: column;
    }
    .bbt-bento-main-title {
        font-size: 24px;
    }
    .bbt-bento-content {
        padding: 20px;
    }
    .bbt-community-banner {
        padding: 25px;
    }
    .bbt-comm-buttons {
        width: 100%;
        flex-direction: column;
    }
    .bbt-btn-telegram, .bbt-btn-whatsapp {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}
