/* ==========================================================================
   BIGG BOSS TELUGU - CORPORATE PATRON & DONATION PLATFORM STYLES
   ========================================================================== */

:root {
    --bbt-gold: #f59e0b;
    --bbt-gold-light: #fde68a;
    --bbt-gold-glow: rgba(245, 158, 11, 0.35);
    --bbt-patron-bg: #070a14;
    --bbt-patron-card-bg: rgba(15, 23, 42, 0.75);
    --bbt-patron-border: rgba(255, 255, 255, 0.12);
    --bbt-patron-accent: #f43f5e;
    --bbt-patron-accent-glow: rgba(244, 63, 94, 0.35);
    --bbt-purple-glow: rgba(168, 85, 247, 0.25);
    --bbt-emerald: #10b981;
}

/* Astra & Body Theme Overrides for Full-Width Dark Canvas */
body.page-template-page-donate,
body.page-template-page-donate-php,
body.page-support,
body.page-donate {
    background-color: #070a14 !important;
    color: #f8fafc !important;
}

body.page-template-page-donate #content,
body.page-template-page-donate .site-content,
body.page-template-page-donate .ast-container,
body.page-template-page-donate .entry-content,
body.page-support #content,
body.page-support .site-content,
body.page-support .ast-container,
body.page-support .entry-content,
body.page-donate #content,
body.page-donate .site-content,
body.page-donate .ast-container {
    background: #070a14 !important;
    background-color: #070a14 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Base Wrapper */
.bbt-patron-page-wrapper,
.bbt-donate-wrapper {
    background-color: var(--bbt-patron-bg) !important;
    background-image: radial-gradient(circle at 50% 0%, #151a30 0%, #070a14 70%) !important;
    color: #f8fafc !important;
    min-height: 100vh;
    padding: 3.5rem 1.25rem 6rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.bbt-patron-container,
.bbt-donate-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Ambient Glowing Background Orbs */
.bbt-patron-glow-1,
.bbt-patron-glow-2,
.bbt-patron-glow-3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
    animation: bbt-patron-float 10s ease-in-out infinite alternate;
}

.bbt-patron-glow-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #e11d48, #9333ea);
    top: -120px;
    left: -100px;
}

.bbt-patron-glow-2 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #f59e0b, #ea580c);
    top: 30%;
    right: -100px;
    animation-delay: -5s;
}

.bbt-patron-glow-3 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #0284c7, #6366f1);
    bottom: -100px;
    left: 20%;
    animation-delay: -3s;
}

@keyframes bbt-patron-float {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(40px) scale(1.08); }
}

/* ==========================================
   1. HERO SECTION
   ========================================== */
.bbt-patron-hero,
.bbt-donate-hero {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3.5rem;
    position: relative;
    z-index: 2;
}

.bbt-patron-badge,
.bbt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(244, 63, 94, 0.12));
    border: 1.5px solid rgba(245, 158, 11, 0.45);
    color: #fde68a !important;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.2);
}

.bbt-patron-badge-pulse {
    width: 9px;
    height: 9px;
    background-color: var(--bbt-gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--bbt-gold);
    animation: bbt-pulse-ring 1.8s infinite;
}

@keyframes bbt-pulse-ring {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.3); }
}

.bbt-patron-title,
.bbt-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 1.25rem;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.bbt-patron-title-highlight,
.bbt-gradient-text {
    background: linear-gradient(135deg, #fbbf24 0%, #f43f5e 50%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.bbt-patron-lead,
.bbt-hero-subtitle {
    font-size: clamp(1.02rem, 1.8vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 auto 2rem;
    max-width: 800px;
}

.bbt-patron-trust-pills,
.bbt-trust-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.bbt-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.88rem;
    color: #f8fafc;
    font-weight: 700;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.bbt-trust-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* ==========================================
   2. MAIN CONTRIBUTION GRID (Tiers + UPI Box)
   ========================================== */
.bbt-patron-main-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    margin-bottom: 4.5rem;
    align-items: stretch;
}

@media (max-width: 991px) {
    .bbt-patron-main-grid {
        grid-template-columns: 1fr;
    }
}

/* Glassmorphic Panel Card */
.bbt-patron-panel {
    background: var(--bbt-patron-card-bg);
    border: 1.5px solid var(--bbt-patron-border);
    border-radius: 24px;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.65);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bbt-panel-header {
    margin-bottom: 1.5rem;
}

.bbt-panel-header h2 {
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bbt-panel-header h2 span:last-child {
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bbt-panel-header p {
    color: #94a3b8;
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.4;
}

/* Tier Selection Cards (2x2 Grid) */
.bbt-tiers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
    .bbt-tiers-grid {
        grid-template-columns: 1fr;
    }
}

.bbt-tier-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bbt-tier-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(245, 158, 11, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.bbt-tier-card.active {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.04) 100%);
    border-color: var(--bbt-gold);
    box-shadow: 0 0 0 1.5px var(--bbt-gold), 0 10px 25px var(--bbt-gold-glow);
}

.bbt-tier-card-popular {
    border-color: rgba(244, 63, 94, 0.45);
}

.bbt-tier-card-popular.active {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.12) 0%, rgba(244, 63, 94, 0.04) 100%);
    border-color: var(--bbt-patron-accent);
    box-shadow: 0 0 0 1.5px var(--bbt-patron-accent), 0 10px 25px var(--bbt-patron-accent-glow);
}

.bbt-tier-popular-tag {
    position: absolute;
    top: -10px;
    right: 14px;
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 11px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.5);
    z-index: 2;
}

.bbt-tier-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.bbt-tier-icon {
    font-size: 1.5rem;
}

.bbt-tier-name {
    font-size: 0.98rem;
    font-weight: 800;
    color: #fff;
}

.bbt-tier-price {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--bbt-gold-light);
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.bbt-tier-desc {
    font-size: 0.82rem;
    color: #cbd5e1;
    line-height: 1.45;
    margin: 0;
}

.bbt-tier-feature-list {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.8rem;
    color: #e2e8f0;
}

.bbt-tier-feature-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.35;
}

.bbt-feature-check {
    color: #10b981;
    font-weight: 900;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Custom Amount Selector */
.bbt-custom-amount-box {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 1.5rem;
}

.bbt-custom-amount-box label {
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    color: #cbd5e1;
    margin-bottom: 10px;
}

.bbt-amount-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.bbt-amount-chip {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bbt-amount-chip:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--bbt-gold);
    color: var(--bbt-gold-light);
}

.bbt-amount-chip.active {
    background: var(--bbt-gold);
    border-color: var(--bbt-gold);
    color: #0f172a;
    font-weight: 800;
    box-shadow: 0 4px 14px var(--bbt-gold-glow);
}

.bbt-input-amount-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.bbt-currency-symbol {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bbt-gold);
    font-size: 1.3rem;
    font-weight: 800;
    pointer-events: none;
    user-select: none;
    z-index: 2;
    line-height: 1;
}

.bbt-custom-amount-input {
    width: 100%;
    background: rgba(15, 23, 42, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px 16px 12px 42px !important;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.bbt-custom-amount-input::-webkit-outer-spin-button,
.bbt-custom-amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bbt-custom-amount-input[type=number] {
    -moz-appearance: textfield;
}

.bbt-custom-amount-input:focus {
    outline: none;
    border-color: var(--bbt-gold);
    box-shadow: 0 0 0 3px var(--bbt-gold-glow);
}

/* Transparent Impact Summary */
.bbt-impact-summary {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #38bdf8;
    border-radius: 0 10px 10px 0;
    padding: 12px 16px;
    font-size: 0.85rem;
    color: #cbd5e1;
    line-height: 1.45;
}

.bbt-impact-summary strong {
    color: #fff;
}

/* ==========================================
   3. UPI PAYMENT HUB (Right Column)
   ========================================== */
.bbt-upi-hub {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
}

.bbt-upi-hub .bbt-panel-header {
    margin-bottom: 0;
}

/* Dynamic Tier Perk Preview Card (Row-by-Row Unlocked Perks) */
.bbt-selected-tier-preview {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(244, 63, 94, 0.08) 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.35);
    border-radius: 18px;
    padding: 14px 18px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.bbt-tier-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bbt-preview-tag {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #cbd5e1;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bbt-preview-name {
    font-size: 0.92rem;
    font-weight: 900;
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.18);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(245, 158, 11, 0.45);
}

.bbt-preview-perks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbt-preview-perk-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 0.84rem;
    color: #f1f5f9;
    font-weight: 600;
    transition: all 0.2s ease;
}

.bbt-preview-perk-row:hover {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(245, 158, 11, 0.35);
    transform: translateX(3px);
}

.bbt-perk-icon-wrap {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 6px;
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.bbt-perk-text {
    line-height: 1.35;
    flex: 1;
}

.bbt-perk-check {
    color: #10b981;
    font-weight: 900;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Extra-Large High-Resolution QR Code Frame */
.bbt-qr-frame {
    background: #ffffff;
    border-radius: 24px;
    padding: 16px;
    display: inline-block;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 310px;
    width: 100%;
}

.bbt-qr-scanner-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f43f5e, #fbbf24, transparent);
    box-shadow: 0 0 12px #f43f5e;
    animation: bbt-qr-scan 2.8s ease-in-out infinite;
    z-index: 2;
}

@keyframes bbt-qr-scan {
    0% { top: 0%; opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

.bbt-qr-image {
    width: 275px;
    height: 275px;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
}

.bbt-qr-amount-badge {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f172a;
    color: #fbbf24;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1.5px solid rgba(251, 191, 36, 0.5);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    z-index: 3;
}

/* Copy UPI ID Bar */
.bbt-upi-copy-box {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
}

.bbt-upi-id-text {
    font-family: monospace;
    font-size: 0.92rem;
    font-weight: 800;
    color: #38bdf8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbt-btn-copy-upi {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.bbt-btn-copy-upi:hover {
    background: var(--bbt-gold);
    color: #0f172a;
    border-color: var(--bbt-gold);
    box-shadow: 0 4px 12px var(--bbt-gold-glow);
}

.bbt-btn-copy-upi.copied {
    background: #10b981;
    color: #fff;
    border-color: #10b981;
}

/* Direct UPI Mobile App Links */
.bbt-mobile-upi-options {
    margin: 0;
}

.bbt-upi-apps-label,
.bbt-mobile-upi-label {
    font-size: 0.8rem;
    color: #cbd5e1;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    text-align: left;
}

.bbt-upi-apps-row,
.bbt-upi-app-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0;
}

.bbt-upi-app-btn,
.bbt-app-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 4px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.bbt-upi-app-btn:hover,
.bbt-app-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

.bbt-upi-app-gpay:hover, .bbt-btn-gpay:hover { border-color: #4285f4; color: #93c5fd; }
.bbt-upi-app-phonepe:hover, .bbt-btn-phonepe:hover { border-color: #5f259f; color: #d8b4fe; }
.bbt-upi-app-paytm:hover, .bbt-btn-paytm:hover { border-color: #00baf2; color: #7dd3fc; }
.bbt-upi-app-bhim:hover, .bbt-btn-bhim:hover { border-color: #f37920; color: #fdba74; }

/* 3-Step Quick Action Flow */
.bbt-quick-steps-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 0.75rem;
    color: #cbd5e1;
    font-weight: 700;
}

.bbt-quick-step {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bbt-step-num {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.bbt-step-arrow {
    color: #64748b;
    font-size: 11px;
}

/* Contributed Action Button */
.bbt-post-payment-box {
    margin-top: 4px;
    padding-top: 4px;
}

.bbt-btn-contributed-action,
.bbt-btn-i-paid {
    width: 100%;
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 50%, #9333ea 100%);
    border: none;
    color: #fff !important;
    font-size: 0.98rem;
    font-weight: 800;
    padding: 13px 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(244, 63, 94, 0.45);
    margin-bottom: 6px;
}

.bbt-btn-contributed-action:hover,
.bbt-btn-i-paid:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(244, 63, 94, 0.65);
    color: #fff !important;
}

.bbt-payment-trust-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
    margin-top: 6px;
    flex-wrap: wrap;
}

.bbt-post-payment-sub {
    font-size: 0.76rem;
    color: #94a3b8;
    display: block;
    line-height: 1.35;
}

/* ==========================================
   4. TRANSPARENT VALUE PILLARS
   ========================================== */
.bbt-pillars-section {
    margin-bottom: 4.5rem;
}

.bbt-section-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}

.bbt-section-heading h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 900;
    color: #fff;
    margin: 0 0 0.5rem;
}

.bbt-section-heading p {
    color: #cbd5e1;
    font-size: 0.98rem;
    max-width: 680px;
    margin: 0 auto;
}

.bbt-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.bbt-pillar-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    padding: 1.75rem;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
}

.bbt-pillar-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.bbt-pillar-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bbt-pillar-card h3 {
    font-size: 1.18rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
}

.bbt-pillar-card p {
    color: #cbd5e1;
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================
   5. SUPPORTER WALL OF FAME
   ========================================== */
.bbt-wall-section {
    margin-bottom: 4.5rem;
}

.bbt-supporters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
}

.bbt-supporter-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.bbt-supporter-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(245, 158, 11, 0.2);
}

.bbt-supporter-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #e11d48 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
}

.bbt-supporter-info {
    flex: 1;
}

.bbt-supporter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.bbt-supporter-name {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
}

.bbt-supporter-badge {
    font-size: 0.74rem;
    font-weight: 800;
    background: rgba(244, 63, 94, 0.18);
    color: #fb7185;
    border: 1px solid rgba(244, 63, 94, 0.4);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.bbt-supporter-cheer {
    font-size: 0.88rem;
    color: #e2e8f0;
    line-height: 1.5;
    margin: 6px 0 8px;
    font-style: italic;
}

.bbt-supporter-fav {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
}

.bbt-supporter-fav span {
    color: #fde68a;
    font-weight: 700;
}

/* ==========================================
   6. FAQ ACCORDION
   ========================================== */
.bbt-faq-section {
    max-width: 860px;
    margin: 0 auto 4rem;
}

.bbt-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bbt-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.bbt-faq-item.active {
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.bbt-faq-question {
    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.bbt-faq-icon {
    font-size: 1.3rem;
    color: var(--bbt-gold);
    transition: transform 0.25s ease;
}

.bbt-faq-item.active .bbt-faq-icon {
    transform: rotate(45deg);
}

.bbt-faq-answer {
    padding: 0 20px 18px;
    color: #cbd5e1;
    font-size: 0.92rem;
    line-height: 1.6;
    display: none;
}

.bbt-faq-item.active .bbt-faq-answer {
    display: block;
}

/* ==========================================
   7. MODAL STYLES (Contribution Claim)
   ========================================== */
.bbt-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bbt-modal-backdrop.active {
    display: flex;
    opacity: 1;
}

.bbt-modal-card {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.4);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(245, 158, 11, 0.2);
    color: #fff;
    transform: translateY(20px) scale(0.96);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.bbt-modal-backdrop.active .bbt-modal-card {
    transform: translateY(0) scale(1);
}

.bbt-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #94a3b8;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.bbt-modal-close-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

.bbt-modal-header {
    text-align: center;
    margin-bottom: 20px;
}

.bbt-modal-header h3 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 1.45rem;
    font-weight: 800;
}

.bbt-modal-header p {
    color: #cbd5e1;
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.4;
}

.bbt-form-group {
    margin-bottom: 16px;
}

.bbt-form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #cbd5e1;
    margin-bottom: 6px;
}

.bbt-form-control {
    width: 100%;
    background: rgba(15, 23, 42, 0.75);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 11px 14px;
    color: #fff;
    font-size: 0.92rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.bbt-form-control:focus {
    outline: none;
    border-color: var(--bbt-gold);
    box-shadow: 0 0 0 3px var(--bbt-gold-glow);
}

.bbt-btn-modal-submit {
    width: 100%;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #0f172a;
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px var(--bbt-gold-glow);
    margin-top: 10px;
}

.bbt-btn-modal-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--bbt-gold-glow);
}

/* Toast & Canvas Confetti */
.bbt-toast-notification {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, #1e1b4b, #0f172a);
    border: 1.5px solid var(--bbt-gold);
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.bbt-toast-notification.active {
    opacity: 1;
    transform: translateY(0);
}

#bbtConfettiCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999998;
}

/* ==========================================
   8. AUTH & PATRON HUB MODAL STYLES
   ========================================== */
.bbt-auth-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bbt-auth-modal-backdrop.active {
    display: flex;
    opacity: 1;
}

.bbt-auth-modal-card {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.35);
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(245, 158, 11, 0.15);
    color: #fff;
    transform: translateY(20px) scale(0.96);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.bbt-auth-modal-backdrop.active .bbt-auth-modal-card {
    transform: translateY(0) scale(1);
}

.bbt-auth-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease;
    z-index: 30;
    box-sizing: border-box;
    flex-shrink: 0;
}

.bbt-auth-close-btn:hover {
    background: rgba(239, 68, 68, 0.25);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.5);
    transform: scale(1.08);
}

.bbt-auth-nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: rgba(0, 0, 0, 0.35);
    padding: 5px;
    border-radius: 14px;
    margin-bottom: 22px;
    margin-right: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bbt-auth-tab-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bbt-auth-tab-btn.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bbt-auth-tab-pane {
    display: none;
}

.bbt-auth-tab-pane.active {
    display: block;
    animation: bbtFadeIn 0.25s ease;
}

.bbt-auth-header {
    text-align: center;
    margin-bottom: 18px;
}

.bbt-auth-header h3 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 1.4rem;
    font-weight: 800;
}

.bbt-auth-header p {
    color: #cbd5e1;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

/* WhatsApp Hero Banner */
.bbt-whatsapp-hero-banner {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.bbt-wa-badge-pulse {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: bbtPulse 1.8s infinite;
}

@keyframes bbtPulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.bbt-wa-text-content {
    font-size: 0.82rem;
    color: #cbd5e1;
    line-height: 1.35;
}

.bbt-btn-auth-primary {
    width: 100%;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #0f172a;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px var(--bbt-gold-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bbt-btn-auth-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--bbt-gold-glow);
}

.bbt-auth-footer-prompt {
    text-align: center;
    margin-top: 16px;
    font-size: 0.82rem;
    color: #94a3b8;
}

.bbt-auth-footer-prompt a {
    color: #f59e0b;
    text-decoration: none;
    font-weight: 700;
}

/* Patron Hub Dashboard */
.bbt-hub-profile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bbt-hub-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ea580c, #dc2626);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.4);
    flex-shrink: 0;
}

.bbt-hub-perks-box {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.bbt-hub-perks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.84rem;
}

.bbt-hub-perks-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #cbd5e1;
}

.bbt-fan-card-generator-box {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.12) 0%, rgba(220, 38, 38, 0.08) 100%);
    border: 1px dashed rgba(234, 88, 12, 0.4);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.bbt-btn-generate-card {
    background: linear-gradient(135deg, #ea580c, #dc2626);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
    transition: all 0.2s ease;
}

.bbt-btn-generate-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.5);
}

.bbt-btn-save-profile {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 9px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 6px;
}

.bbt-btn-save-profile:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ==========================================
   9. USER BADGES & COMMENT TIER STYLES
   ========================================== */
.bbt-user-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.bbt-badge-vip {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    color: #fff;
    box-shadow: 0 2px 8px rgba(244, 63, 94, 0.4);
}

.bbt-badge-champion {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.bbt-badge-supporter {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.3);
}

.bbt-badge-coffee {
    background: rgba(234, 88, 12, 0.15);
    color: #ea580c;
    border: 1px solid rgba(234, 88, 12, 0.3);
}

/* Glowing Comments for Champions & VIP */
.bbt-comment-card-gold,
.bbt-comment-tier-champion {
    border: 1.5px solid #f59e0b !important;
    background: rgba(245, 158, 11, 0.04) !important;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.15) !important;
}

.bbt-comment-card-vip,
.bbt-comment-tier-vip {
    border: 1.5px solid #f43f5e !important;
    background: rgba(244, 63, 94, 0.04) !important;
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.2) !important;
}

/* ==========================================
   10. FLOATING GLOBAL PATRON PILL
   ========================================== */
.bbt-floating-patron-pill,
.bbt-patron-floating-pill,
#bbtFloatingPatronPill {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.96) 0%, rgba(15, 23, 42, 0.98) 100%) !important;
    border: 1.5px solid rgba(245, 158, 11, 0.5) !important;
    border-radius: 40px !important;
    padding: 6px 14px 6px 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65), 0 0 25px rgba(245, 158, 11, 0.3) !important;
    z-index: 99990 !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    animation: bbt-float-subtle 3s ease-in-out infinite alternate !important;
    cursor: pointer !important;
}

.bbt-floating-patron-pill:hover,
.bbt-patron-floating-pill:hover,
#bbtFloatingPatronPill:hover {
    transform: translateY(-4px) scale(1.03) !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 35px rgba(245, 158, 11, 0.5) !important;
}

.bbt-patron-pill-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

.bbt-patron-pill-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f59e0b, #ea580c) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.4) !important;
    flex-shrink: 0 !important;
}

.bbt-patron-pill-text {
    display: flex !important;
    flex-direction: column !important;
}

.bbt-patron-pill-label,
.bbt-patron-pill-main {
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    letter-spacing: 0.2px !important;
}

.bbt-patron-pill-sub {
    font-size: 0.72rem !important;
    color: #fbbf24 !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.bbt-patron-pill-arrow {
    color: #fbbf24 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-left: 2px !important;
    transition: transform 0.2s ease !important;
}

.bbt-floating-patron-pill:hover .bbt-patron-pill-arrow,
#bbtFloatingPatronPill:hover .bbt-patron-pill-arrow {
    transform: translateX(3px) !important;
}

.bbt-patron-pill-close {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 4px 6px !important;
    border-radius: 50% !important;
    line-height: 1 !important;
    margin-left: 2px !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bbt-patron-pill-close:hover {
    color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.15) !important;
}

@keyframes bbt-float-subtle {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@media (max-width: 600px) {
    .bbt-floating-patron-pill,
    .bbt-patron-floating-pill,
    #bbtFloatingPatronPill {
        bottom: 16px !important;
        right: 16px !important;
        padding: 6px 10px 6px 6px !important;
        gap: 6px !important;
    }
    .bbt-patron-pill-sub {
        display: none !important;
    }
    .bbt-patron-pill-label {
        font-size: 0.82rem !important;
    }
}
