/* ==========================================================================
   RSOP WP Theme - Journal Reading (Jurding) Stylesheet
   Executive Aesthetic & Responsive Layout
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Base & Main Layout
   -------------------------------------------------------------------------- */
.jurding-archive-main,
.jurding-single-main {
    background-color: #f8fafc;
    padding: 35px 0 80px;
    min-height: 85vh;
}

/* --------------------------------------------------------------------------
   2. Executive Hero Banner (Multi-Tone Gradient & Radiant Gold Ambient)
   -------------------------------------------------------------------------- */
.jurding-hero-banner {
    background: radial-gradient(circle at 85% 20%, rgba(245, 158, 11, 0.45) 0%, rgba(208, 157, 40, 0.2) 40%, transparent 70%),
                radial-gradient(circle at 10% 85%, rgba(208, 157, 40, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(30, 41, 59, 0.5) 0%, transparent 100%),
                linear-gradient(135deg, #070d19 0%, #0f172a 35%, #1e293b 65%, #3d2b0c 85%, #6d4d12 100%);
    border-radius: 24px;
    padding: 50px 48px;
    color: #ffffff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2), 0 0 30px rgba(208, 157, 40, 0.12);
    border: 1px solid rgba(208, 157, 40, 0.3);
}

.jurding-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(208, 157, 40, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
}

.jurding-hero-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 20%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(30px);
}

.jurding-hero-content {
    position: relative;
    z-index: 2;
}

.jurding-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(208, 157, 40, 0.18);
    color: #f6c866;
    border: 1px solid rgba(208, 157, 40, 0.45);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f6c866;
    box-shadow: 0 0 0 rgba(246, 200, 102, 0.7);
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(246, 200, 102, 0.8); }
    70% { box-shadow: 0 0 0 8px rgba(246, 200, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(246, 200, 102, 0); }
}

.jurding-hero-title {
    font-size: 2.45rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.jurding-hero-desc {
    font-size: 1.06rem;
    color: #e2e8f0;
    max-width: 760px;
    line-height: 1.65;
    margin-bottom: 28px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.jurding-hero-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jurding-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(208, 157, 40, 0.35);
    padding: 11px 20px;
    border-radius: 14px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.jurding-stat-pill:hover {
    background: rgba(208, 157, 40, 0.18);
    border-color: rgba(208, 157, 40, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 157, 40, 0.2);
}

.jurding-stat-pill i {
    font-size: 1.35rem;
    color: #f6c866;
}

.jurding-stat-text {
    display: flex;
    flex-direction: column;
}

.jurding-stat-text strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.jurding-stat-text span {
    font-size: 0.78rem;
    color: #cbd5e1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* --------------------------------------------------------------------------
   3. Search & Filter Bar
   -------------------------------------------------------------------------- */
.jurding-filter-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 24px;
    margin-bottom: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jurding-filter-bar-form {
    width: 100%;
}

.jurding-search-input-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.jurding-search-input-group .search-icon {
    position: absolute;
    left: 18px;
    color: #94a3b8;
    font-size: 1.05rem;
    pointer-events: none;
}

.jurding-search-input-group input {
    flex: 1;
    width: 100%;
    padding: 14px 120px 14px 48px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 0.96rem;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.25s ease;
}

.jurding-search-input-group input:focus {
    background: #ffffff;
    border-color: #d09d28;
    outline: none;
    box-shadow: 0 0 0 4px rgba(208, 157, 40, 0.14);
}

.search-clear-btn {
    position: absolute;
    right: 95px;
    color: #94a3b8;
    text-decoration: none;
    padding: 6px;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.search-clear-btn:hover {
    color: #ef4444;
}

.btn-search-submit {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    padding: 0 20px;
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-search-submit:hover {
    background: linear-gradient(135deg, #dfa92f 0%, #c79224 100%);
    box-shadow: 0 3px 10px rgba(208, 157, 40, 0.35);
}

/* Horizontal Topic Navigation Pills */
.jurding-topic-nav-scroller {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.jurding-topic-nav-scroller::-webkit-scrollbar {
    height: 4px;
}

.jurding-topic-nav-scroller::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.jurding-topic-pills {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.topic-pill-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.topic-pill-item .pill-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.07);
    font-size: 0.74rem;
    font-weight: 800;
    color: inherit;
}

.topic-pill-item:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: translateY(-1px);
}

.topic-pill-item.active {
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(208, 157, 40, 0.3);
}

.topic-pill-item.active .pill-count {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   4. Featured Spotlight Card (Edisi Terbaru)
   -------------------------------------------------------------------------- */
.jurding-spotlight-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.3s ease;
}

.jurding-spotlight-card:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.spotlight-badge-tag {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10;
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(208, 157, 40, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.spotlight-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    align-items: stretch;
}

.spotlight-media {
    position: relative;
    background: #0f172a;
    min-height: 320px;
    overflow: hidden;
}

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

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

.spotlight-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #94a3b8;
    gap: 12px;
    min-height: 320px;
}

.spotlight-placeholder i {
    font-size: 3.8rem;
    color: #d09d28;
}

.spotlight-placeholder span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.spotlight-topic-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(8px);
    color: #f6c866;
    border: 1px solid rgba(208, 157, 40, 0.4);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.spotlight-content {
    padding: 38px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spotlight-meta-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.spotlight-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 700;
}

.spotlight-date i {
    color: #d09d28;
}

.spotlight-format-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.format-ppt {
    background: rgba(245, 158, 11, 0.12);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.format-pdf {
    background: rgba(244, 63, 94, 0.12);
    color: #e11d48;
    border: 1px solid rgba(244, 63, 94, 0.3);
}

.spotlight-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 14px;
}

.spotlight-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.spotlight-title a:hover {
    color: #d09d28;
}

.spotlight-excerpt {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 22px;
}

.spotlight-doctors-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px 20px;
    border: 1px solid #edf2f7;
    margin-bottom: 25px;
}

.spotlight-doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.doc-avatar-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(208, 157, 40, 0.15);
    color: #d09d28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.doc-avatar-icon.supervisor-icon {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.doc-details {
    display: flex;
    flex-direction: column;
}

.doc-role {
    font-size: 0.72rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.3px;
}

.doc-name {
    font-size: 0.92rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
}

.spotlight-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn-spotlight-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(208, 157, 40, 0.3);
    transition: all 0.25s ease;
}

.btn-spotlight-primary:hover {
    background: linear-gradient(135deg, #dfa92f 0%, #c79224 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 157, 40, 0.45);
}

.btn-spotlight-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}

.btn-spotlight-download:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* --------------------------------------------------------------------------
   5. Regular Jurding Cards Grid
   -------------------------------------------------------------------------- */
.jurding-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
    margin-bottom: 45px;
}

.jurding-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.jurding-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
    border-color: #cbd5e1;
}

.jurding-card-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.jurding-card:hover .card-img {
    transform: scale(1.05);
}

.card-overlay-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    z-index: 5;
    pointer-events: none;
}

.jurding-card-topic-pill {
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(6px);
    color: #f6c866;
    border: 1px solid rgba(208, 157, 40, 0.4);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.card-format-tag {
    backdrop-filter: blur(6px);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.card-format-tag.format-ppt {
    background: rgba(245, 158, 11, 0.92);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-format-tag.format-pdf {
    background: rgba(225, 29, 72, 0.92);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.jurding-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-meta-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.jurding-card-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 700;
}

.jurding-card-date i {
    color: #d09d28;
}

.jurding-card-title {
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.4;
    color: #0f172a;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jurding-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.jurding-card-title a:hover {
    color: #d09d28;
}

.jurding-card-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jurding-card-meta-box {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px 14px;
    border: 1px solid #edf2f7;
    margin-top: auto;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jurding-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.meta-row-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(208, 157, 40, 0.12);
    color: #d09d28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    flex-shrink: 0;
}

.meta-row-icon.supervisor-icon {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.jurding-meta-row-content {
    display: flex;
    flex-direction: column;
}

.jurding-meta-role {
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.jurding-meta-name {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.88rem;
    line-height: 1.3;
}

.jurding-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.btn-jurding-detail {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    background: #f1f5f9;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-jurding-detail i {
    transition: transform 0.2s ease;
}

.btn-jurding-detail:hover {
    background: #0f172a;
    color: #ffffff;
}

.btn-jurding-detail:hover i {
    transform: translateX(3px);
}

.btn-jurding-download-quick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(208, 157, 40, 0.25);
    flex-shrink: 0;
}

.btn-jurding-download-quick:hover {
    background: linear-gradient(135deg, #dfa92f 0%, #c79224 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(208, 157, 40, 0.35);
}

/* --------------------------------------------------------------------------
   6. Modern Pagination
   -------------------------------------------------------------------------- */
.jurding-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.jurding-pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    margin: 0 4px;
    border-radius: 12px;
    background: #ffffff;
    color: #475569;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.jurding-pagination-wrapper .page-numbers:hover {
    border-color: #d09d28;
    color: #d09d28;
    transform: translateY(-1px);
}

.jurding-pagination-wrapper .page-numbers.current {
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    border-color: #d09d28;
    box-shadow: 0 4px 12px rgba(208, 157, 40, 0.3);
}

/* --------------------------------------------------------------------------
   7. Empty State
   -------------------------------------------------------------------------- */
.jurding-empty-state {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.empty-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: rgba(208, 157, 40, 0.12);
    color: #d09d28;
    font-size: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.jurding-empty-state h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.jurding-empty-state p {
    font-size: 0.98rem;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.btn-reset-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-reset-filter:hover {
    background: #d09d28;
    color: #ffffff;
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   8. Single Jurding Page Layout & Breadcrumb
   -------------------------------------------------------------------------- */
.jurding-breadcrumb {
    margin-bottom: 25px;
}

.jurding-breadcrumb a,
.btn-jurding-back,
.doctor-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.jurding-breadcrumb a i,
.btn-jurding-back i,
.doctor-breadcrumb a i {
    font-size: 0.9rem;
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
}

.jurding-breadcrumb a:hover,
.btn-jurding-back:hover,
.doctor-breadcrumb a:hover {
    color: #d09d28;
    border-color: #d09d28;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(208, 157, 40, 0.18);
    transform: translateX(-3px);
}

.jurding-breadcrumb a:hover i,
.btn-jurding-back:hover i,
.doctor-breadcrumb a:hover i {
    color: #d09d28;
    transform: translateX(-3px);
}

.jurding-single-wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 35px;
    align-items: start;
}

.jurding-sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.jurding-sidebar-cover {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.jurding-sidebar-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.jurding-person-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.jurding-person-avatar {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(208, 157, 40, 0.15);
    color: #d09d28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.jurding-person-info {
    display: flex;
    flex-direction: column;
}

.jurding-person-role {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.4px;
}

.jurding-person-name {
    font-size: 0.98rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
}

.jurding-quick-meta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.jurding-quick-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #475569;
}

.jurding-quick-meta-item i {
    color: #d09d28;
    width: 18px;
    text-align: center;
}

.jurding-sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-jurding-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.98rem;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(208, 157, 40, 0.3);
    transition: all 0.25s ease;
    border: none;
    text-align: center;
}

.btn-jurding-primary:hover {
    background: linear-gradient(135deg, #dfa92f 0%, #c79224 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(208, 157, 40, 0.45);
}

.btn-jurding-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 18px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.btn-jurding-secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.jurding-content-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 38px 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
}

.jurding-header-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.jurding-topic-tag {
    background: rgba(208, 157, 40, 0.12);
    color: #b8861f;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid rgba(208, 157, 40, 0.25);
    text-decoration: none;
    transition: all 0.2s ease;
}

.jurding-topic-tag:hover {
    background: #d09d28;
    color: #ffffff;
}

.jurding-single-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 22px;
}

.jurding-single-excerpt {
    background: #f8fafc;
    border-left: 4px solid #d09d28;
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 30px;
    font-style: italic;
}

.jurding-body-content {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #334155;
}

.jurding-body-content h2,
.jurding-body-content h3,
.jurding-body-content h4 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 14px;
}

.jurding-body-content p {
    margin-bottom: 18px;
}

/* --------------------------------------------------------------------------
   9. Interactive Document & PPT Viewer Box
   -------------------------------------------------------------------------- */
.jurding-viewer-box {
    margin-top: 40px;
    background: #0f172a;
    border-radius: 18px;
    border: 1px solid #334155;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.15);
}

.jurding-viewer-header {
    background: #1e293b;
    padding: 14px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #334155;
}

.jurding-viewer-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.jurding-viewer-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.jurding-viewer-tab i {
    font-size: 1rem;
}

.jurding-viewer-tab[data-type="ppt"] i {
    color: #f59e0b;
}

.jurding-viewer-tab[data-type="pdf"] i {
    color: #f43f5e;
}

.jurding-viewer-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.jurding-viewer-tab.active {
    background: linear-gradient(135deg, #d09d28 0%, #b8861f 100%);
    color: #ffffff;
    border-color: #d09d28;
    box-shadow: 0 2px 10px rgba(208, 157, 40, 0.35);
}

.jurding-viewer-tab.active i {
    color: #ffffff !important;
}

.jurding-viewer-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jurding-viewer-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e2e8f0;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.2s ease;
    cursor: pointer;
}

.jurding-viewer-action-btn:hover {
    background: #d09d28;
    color: #ffffff;
    border-color: #d09d28;
}

.jurding-viewer-action-btn.is-active-fs {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
}

.jurding-viewer-frame-container {
    width: 100%;
    height: 600px;
    background: #0f172a;
    position: relative;
}

.jurding-viewer-frame-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Fullscreen Mode Styles */
.jurding-viewer-box:fullscreen,
.jurding-viewer-box:-webkit-full-screen,
.jurding-viewer-box:-moz-full-screen,
.jurding-viewer-box:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 999999 !important;
    background: #0f172a !important;
}

.jurding-viewer-box:fullscreen .jurding-viewer-frame-container,
.jurding-viewer-box:-webkit-full-screen .jurding-viewer-frame-container,
.jurding-viewer-box:-moz-full-screen .jurding-viewer-frame-container,
.jurding-viewer-box:-ms-fullscreen .jurding-viewer-frame-container {
    flex: 1 1 auto !important;
    height: calc(100vh - 110px) !important;
    min-height: 0 !important;
}

.jurding-viewer-footer {
    background: #1e293b;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.82rem;
    color: #94a3b8;
    border-top: 1px solid #334155;
}

.jurding-viewer-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jurding-viewer-hint i {
    color: #d09d28;
}

.jurding-quick-dl-link {
    color: #f6c866;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.jurding-quick-dl-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   10. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .spotlight-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-media {
        min-height: 240px;
    }

    .spotlight-content {
        padding: 30px 24px;
    }

    .spotlight-badge-tag {
        top: 14px;
        right: 14px;
    }
}

@media (max-width: 992px) {
    .jurding-single-wrapper {
        grid-template-columns: 1fr;
    }

    .jurding-sidebar-card {
        position: static;
    }

    .jurding-hero-title {
        font-size: 1.9rem;
    }

    .jurding-single-title {
        font-size: 1.7rem;
    }

    .jurding-content-box {
        padding: 28px 24px;
    }

    .jurding-viewer-frame-container {
        height: 480px;
    }
}

@media (max-width: 640px) {
    .jurding-hero-banner {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .jurding-hero-title {
        font-size: 1.6rem;
    }

    .jurding-hero-desc {
        font-size: 0.95rem;
    }

    .jurding-hero-stats {
        flex-direction: column;
        align-items: stretch;
    }

    .jurding-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-doctors-box {
        grid-template-columns: 1fr;
    }

    .spotlight-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-spotlight-primary,
    .btn-spotlight-download {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .jurding-viewer-frame-container {
        height: 360px;
    }

    .jurding-viewer-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .jurding-viewer-tools {
        width: 100%;
        justify-content: flex-end;
    }
}
