/* --- Hero Styles --- */
.tr-hero-down{position:relative}
.tr-hero-down .card{background:#fff;border-radius:5px;padding:20px;display:grid;grid-template-columns:300px 1fr;gap:20px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.tr-hero-down .thumb{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.tr-hero-down .thumb img{width:100%;display:block}
.tr-hero-down .thumb .meta{padding:12px 16px;background:#f8fafc;border-top:1px solid #f1f5f9;line-height:1.6}
.tiny-breadcrumb-style2 {font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 0px; color: #64748b;}
.tiny-breadcrumb-style2 a {color: #64748b; text-decoration: none; transition: color 0.2s ease;}
.tiny-breadcrumb-style2 a:hover {color: #3b82f6;}
.tiny-breadcrumb-style2 .sep {color: #cbd5e1; font-size: 12px; margin: 0 4px;}
.tiny-breadcrumb-style2 .current {color: #0f172a; font-weight: 600; background: #f1f5f9; padding: 2px 8px; border-radius: 4px;}
.tr-hero-down .risktips{margin:10px;padding:10px 12px;background:linear-gradient(to right, #fff8f1, #ffffff);border:1px solid #ffedd5;border-radius:8px;display:flex;align-items:center;gap:8px;color:#d97706;font-size:12px;font-weight:500}
.tr-hero-down .risktips svg{flex-shrink:0;color:#f59e0b}
.tr-hero-down .thumb .meta.meta-inline{display:flex;flex-direction:column;gap:8px}
.tr-hero-down .thumb .meta.meta-inline .meta-item{display:flex;align-items:center;justify-content:space-between;font-size:12px}
.tr-hero-down .thumb .meta.meta-inline .meta-item .label{color:#64748b}
.tr-hero-down .thumb .meta.meta-inline .meta-item .value{color:#0f172a;font-weight:600}
.tr-hero-down .main{display:flex;flex-direction:column;gap:16px}
.tr-hero-down .title-row{display:flex;align-items:flex-start}
.tr-hero-down .title-left{flex:1 1 auto;min-width:0;max-width:calc(100% - 40px)}
.tr-hero-down .title{position:relative;padding-left:14px;font-size:22px;font-weight:800;line-height:1.5;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tr-hero-down .title::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(to bottom, #3b82f6, #10b981);border-radius:4px}
.tr-hero-down .meta-row{margin-top:6px;font-size:10px;color:#888;display:flex;gap:12px;flex-wrap:wrap}
.tr-hero-down .meta-row i{margin-right:4px;color:#888}
.tr-hero-down .qr-box{position:absolute;top:10px;right:30px;z-index: 1}
.tr-hero-down .qr-btn{width:36px;height:36px;border-radius:8px;color:#737373;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px}
.tr-hero-down .qr-img{position:absolute;top:45px;right:0;width:120px;padding:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.25);display:none}
.tr-hero-down .qr-box:hover .qr-img{display:block}
.tr-hero-down .btn{height:40px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:600;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.tr-hero-down .btn-success{background:#2fb86f;color:#fff}
.tr-hero-down .btn-danger{background:#e74c3c;color:#fff}
.tr-hero-down .btn-info{background:#4f9ef8;color:#fff}
.tr-hero-down .btn-dark{background:#64748b;color:#fff}
.tr-hero-down .btn-mini{height:30px;padding:0 10px;font-size:12px;border-radius:6px;opacity:.85}
.tr-hero-down .banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#3b82f6,#6ee7b7);color:#fff;padding:12px 16px;font-weight:600}
.tr-hero-down .banner .mini-vip{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.4);height:28px;padding:0 10px;font-size:12px;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.tr-hero-down .permission{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding: 12px 16px;background: #f5f5f5;}
.tr-hero-down .permission-title{font-weight:700;color:#0f172a;display:inline-flex;align-items:center;font-size:14px;margin-right:8px}
.tr-hero-down .chip{position:relative;display:inline-flex;align-items:center;background:#f1f5f9;padding:6px 14px;border-radius:6px;font-size:13px;color:#475569;font-weight:500;border:1px solid #e2e8f0;transition:all 0.2s ease}
.tr-hero-down .chip-discount{margin-left:6px;background:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;letter-spacing:0.5px}
.tr-hero-down .chip-recommend{margin-left:6px;background:linear-gradient(135deg, #f59e0b, #ea580c);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;letter-spacing:0.5px}
.tr-hero-down .chip-current{background:#f0fdf4;color:#15803d;border-color:#bbf7d0;box-shadow:0 2px 4px rgba(21, 128, 61, 0.1)}
.tr-hero-down .chip-free{background:#dcfce7;color:#166534}
.tr-hero-down .chip-deny{background:#fee2e2;color:#991b1b}
.tr-hero-down .bottom-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}
.tr-hero-down .notice{font-size:14px;display:flex;align-items:center;gap:8px;border-radius:8px;font-weight:500}
.tr-hero-down .notice svg{flex-shrink:0}
.tr-hero-down .notice-success{color:#15803d}
.tr-hero-down .notice-danger{color:#b91c1c;}
.tr-hero-down .main-actions{display:flex;gap:14px;align-items:center}
.tr-hero-down .btn-group{display:inline-flex;flex-wrap:nowrap;gap:8px}
.tr-hero-down .sub-actions{display:flex;gap:10px;align-items:center}
.tr-hero-down .btn.disabled{opacity:.5;pointer-events:none}
@media(max-width:720px){.tr-hero-down .card{grid-template-columns:1fr}.tr-hero-down .bottom-row{flex-direction:column;align-items:flex-start}}
.tr-hero-section{width:100%;padding:40px 0}
.tr-hero-section .container{position:relative}
.avatar-24{width:1.5rem;height:1.5rem;border-radius:50%;object-fit:cover}
.entry-copyright{
    font-size: .875rem;
    background-color: #f3f3f3;
    color: #555;
    border-color: #f8f9fa;
    border: 1px dashed #7a7a7a;
    border-radius: 0.25rem;
    position: relative;
    padding: .75rem 1.5rem;
	margin-top: 0.75rem !important;
}
.entry-copyright li{
    margin-bottom: 0.5rem;
}
a.tiny-action-btn.tiny-btn-success {
    color: #fff;
}

/* 
 * Hero 4 Aurora
 */
.tr-hero-section-4 {
    --bg-canvas: #f8fafc;
    --bg-aurora: radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.08) 0%, transparent 40%),
                 radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.05) 0%, transparent 40%);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(0, 0, 0, 0.05);
    --text-primary: #0f172a;
    --text-secondary: #64748b;
    --accent-blue: #2563eb;
    --accent-glow: rgba(37, 99, 235, 0.2);
    --card-hover-bg: #ffffff;
    --price-vip: #d97706;

    width: 100%;
    padding: 160px 0;
    background-color: var(--bg-canvas);
    background-image: var(--bg-aurora);
    background-attachment: fixed;
    color: var(--text-primary);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

body.dark-open .tr-hero-section-4,
[data-bs-theme="dark"] .tr-hero-section-4 {
    --bg-canvas: #0a0c10;
    --bg-aurora: radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.15) 0%, transparent 40%),
                 radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.1) 0%, transparent 40%);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --accent-blue: #3b82f6;
    --accent-glow: rgba(59, 130, 246, 0.5);
    --card-hover-bg: rgba(255, 255, 255, 0.06);
    --price-vip: #fbbf24;
}

.tr-hero-section-4 .container-1440 {
    width: 100%;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    align-items: start;
}

.tr-hero-section-4 .media-column {
    position: sticky;
    top: 40px;
}

.tr-hero-section-4 .visual-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0,0,0,0.1);
}

body.dark-open .tr-hero-section-4 .visual-card,
[data-bs-theme="dark"] .tr-hero-section-4 .visual-card {
    box-shadow: 0 40px 80px -20px rgba(0,0,0,0.4);
}

.tr-hero-section-4 .visual-card::before {
    content: "";
    position: absolute;
    width: 150px; height: 150px;
    background: var(--accent-blue);
    filter: blur(80px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.tr-hero-section-4 .visual-card svg {
    width: 80px; height: 80px;
    fill: var(--text-secondary);
    z-index: 1;
    opacity: 0.5;
}

.tr-hero-section-4 .visual-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tr-hero-section-4 .media-stats {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.tr-hero-section-4 .stat-pill {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 13px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tr-hero-section-4 .stat-pill svg { width: 14px; height: 14px; fill: currentColor; flex-shrink: 0; }

.tr-hero-section-4 .content-column {
    display: flex;
    flex-direction: column;
}

.tr-hero-section-4 .breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.tr-hero-section-4 .bc-item {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    transition: 0.2s;
}

.tr-hero-section-4 .bc-item:hover { color: var(--accent-blue); }

.tr-hero-section-4 .bc-divider { color: var(--glass-border); font-size: 12px; }

.tr-hero-section-4 .bc-tag {
    background: var(--accent-blue);
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tr-hero-section-4 .main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 24px;
    background: linear-gradient(to bottom right, var(--text-primary), var(--text-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--text-primary); 
}

.tr-hero-section-4 .meta-bar {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tr-hero-section-4 .meta-unit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-secondary);
}
.tr-hero-section-4 .meta-unit svg { width: 16px; fill: var(--text-secondary); }

.tr-hero-section-4 .access-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.tr-hero-section-4 .access-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.tr-hero-section-4 .access-card:hover {
    background: var(--card-hover-bg);
    transform: translateY(-8px);
    border-color: var(--accent-blue);
    box-shadow: 0 20px 40px -10px var(--accent-glow);
}

.tr-hero-section-4 .access-card.premium {
    border-color: var(--price-vip);
}

.tr-hero-section-4 .card-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-secondary);
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tr-hero-section-4 .card-price {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text-primary);
}
.tr-hero-section-4 .card-price span { font-size: 14px; font-weight: 400; color: var(--text-secondary); }

.tr-hero-section-4 .card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-secondary);
    margin: 0;
}

.tr-hero-section-4 .action-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--glass-border);
    flex-wrap: wrap;
}

.tr-hero-section-4 .btn-download {
    height: 60px;
    padding: 0 40px;
    background: var(--accent-blue);
    color: white;
    border: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px var(--accent-glow);
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.tr-hero-section-4 .btn-download:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px var(--accent-glow);
    color: white;
    }

.tr-hero-section-4 .btn-download:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.tr-hero-section-4 .btn-circle {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    padding: 0;
}

.tr-hero-section-4 .btn-circle:hover {
    background: var(--card-hover-bg);
    border-color: var(--text-primary);
}
.tr-hero-section-4 .btn-circle svg { width: 22px; fill: var(--text-primary); }

@media (max-width: 1200px) {
    .tr-hero-section-4 .container-1440 {
        padding: 0 30px;
        grid-template-columns: 300px 1fr;
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .tr-hero-section-4 .container-1440 {
        grid-template-columns: 1fr;
    }
    .tr-hero-section-4 .media-column {
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .tr-hero-section-4 {
        padding: 40px 0;
    }
    .tr-hero-section-4 .container-1440 {
        padding: 0 20px;
    }
    .tr-hero-section-4 .main-title {
        font-size: 28px;
    }
    .tr-hero-section-4 .access-grid {
        grid-template-columns: 1fr;
    }
    .tr-hero-section-4 .btn-download {
        width: 100%;
        justify-content: center;
    }
}
