.author-profile {
    background: linear-gradient(135deg, #f8fbff 0%, #eef3ff 35%, var(--color-bg-soft) 100%);
}

.author-profile h1 {
    color: var(--color-primary-darker);
    text-shadow: 0 2px 14px rgba(24, 37, 74, 0.12);
}

.author-profile img.rounded-circle {
    border: 4px solid rgba(255, 255, 255, 0.98);
    box-shadow:
        0 18px 45px rgba(13, 20, 40, 0.18),
        0 3px 10px rgba(13, 20, 40, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    border-radius: 999px;
}

.author-profile .badge.bg-light {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(236, 242, 255, 0.92) 100%) !important;
    color: var(--color-text) !important;
    transition: all 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow:
        0 10px 25px rgba(12, 18, 38, 0.10),
        inset 0 0 0 1px rgba(13, 20, 40, 0.08);
}

.author-profile .badge.bg-light:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, #1b4fff 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 16px 40px rgba(27, 79, 255, 0.22),
        0 8px 18px rgba(12, 18, 38, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.author-box {
    border-inline-start: 4px solid var(--color-accent);
    transition: box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 14px;
}

.author-box:hover {
    box-shadow:
        0 26px 70px rgba(10, 16, 34, 0.22),
        0 10px 24px rgba(10, 16, 34, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
}

.author-box img {
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 14px;
}

.author-box:hover img {
    transform: scale(1.05);
    filter: saturate(1.05) contrast(1.02);
}

.author-posts-list .card {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(13, 20, 40, 0.06);
}

.author-posts-list .card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 32px 90px rgba(10, 16, 34, 0.26),
        0 12px 30px rgba(10, 16, 34, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.author-posts-list .card-img-top {
    transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.author-posts-list .card:hover .card-img-top {
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.03);
}

.main-authors-section {
    background: radial-gradient(900px 420px at 20% 0%, rgba(25, 70, 255, 0.10) 0%, rgba(25, 70, 255, 0.00) 60%),
                radial-gradient(850px 420px at 90% 20%, rgba(255, 183, 77, 0.10) 0%, rgba(255, 183, 77, 0.00) 55%),
                linear-gradient(180deg, #f4f8ff 0%, #eef3ff 60%, var(--color-bg-soft) 100%);
}

.author-card {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(13, 20, 40, 0.10);
    border-radius: 16px;
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.author-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 40px 120px rgba(10, 16, 34, 0.28),
        0 16px 40px rgba(10, 16, 34, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    border-color: rgba(26, 98, 255, 0.35);
}

.author-card img.rounded-circle {
    border: 3px solid rgba(238, 242, 255, 0.95);
    transition: border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 999px;
    box-shadow:
        0 14px 38px rgba(10, 16, 34, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.author-card:hover img.rounded-circle {
    border-color: rgba(26, 98, 255, 0.85);
    box-shadow:
        0 22px 55px rgba(26, 98, 255, 0.26),
        0 12px 28px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.faq-section {
    background: radial-gradient(1000px 420px at 10% 0%, rgba(26, 98, 255, 0.14) 0%, rgba(26, 98, 255, 0.00) 60%),
                linear-gradient(180deg, rgba(241, 246, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.faq-section h2 {
    font-size: 1.75rem;
    color: var(--color-primary-darker);
    text-shadow: 0 10px 28px rgba(13, 20, 40, 0.12);
}

.faq-list .faq-item {
    border: 1px solid rgba(13, 20, 40, 0.08);
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    border-radius: 14px;
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(244, 248, 255, 0.82) 100%);
}

.faq-list .faq-item:hover {
    box-shadow:
        0 26px 72px rgba(10, 16, 34, 0.18),
        0 10px 28px rgba(10, 16, 34, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55) !important;
    transform: translateY(-2px);
    border-color: rgba(26, 98, 255, 0.22);
}

.faq-list .faq-item[open] {
    border-color: rgba(26, 98, 255, 0.30);
    background: linear-gradient(90deg, rgba(230, 242, 255, 0.95) 0%, rgba(255, 255, 255, 1) 60%, rgba(245, 250, 255, 0.98) 100%);
    box-shadow:
        0 34px 100px rgba(26, 98, 255, 0.16),
        0 12px 34px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.faq-list .faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 1.05rem;
    line-height: 1.6;
    padding-inline-end: 2rem;
    position: relative;
    user-select: none;
    color: rgba(13, 20, 40, 0.92);
}

.faq-list .faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-list .faq-item summary::marker {
    content: '';
}

.faq-list .faq-item summary::after {
    content: '+';
    position: absolute;
    inset-inline-end: 0.25rem;
    inset-block-start: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(26, 98, 255, 0.95);
    text-shadow: 0 8px 18px rgba(26, 98, 255, 0.18);
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    line-height: 1;
}

.faq-list .faq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: rgba(18, 64, 200, 0.98);
}

.faq-list .faq-q-num {
    font-weight: 700;
    font-size: 0.95rem;
    color: rgba(26, 98, 255, 0.95);
    text-shadow: 0 8px 18px rgba(26, 98, 255, 0.16);
}

.faq-list .faq-answer {
    font-size: 0.95rem;
    line-height: 1.8;
    animation: faqFadeIn 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: rgba(13, 20, 40, 0.86);
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sidebar-widgets .card {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 16px;
    border: 1px solid rgba(13, 20, 40, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(244, 248, 255, 0.86) 100%);
    box-shadow:
        0 12px 32px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.sidebar-widgets .card:hover {
    box-shadow:
        0 34px 100px rgba(10, 16, 34, 0.20),
        0 14px 36px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
}

.sidebar-widgets h5 {
    color: rgba(18, 44, 95, 0.95);
    text-shadow: 0 10px 24px rgba(13, 20, 40, 0.10);
}

.sidebar-widgets .badge {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    border-radius: 999px;
    box-shadow:
        0 10px 24px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(13, 20, 40, 0.08);
}

.sidebar-widgets .badge:hover {
    background-color: rgba(26, 98, 255, 1) !important;
    color: white !important;
    transform: translateY(-1px);
    border-color: rgba(26, 98, 255, 1) !important;
    box-shadow:
        0 24px 70px rgba(26, 98, 255, 0.26),
        0 12px 30px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.sidebar-widgets ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar-widgets ul li a:hover .small {
    color: rgba(26, 98, 255, 0.98) !important;
    text-shadow: 0 10px 26px rgba(26, 98, 255, 0.18);
}

.pagination .page-link {
    color: rgba(26, 98, 255, 0.95);
    border-color: rgba(13, 20, 40, 0.12);
    transition: background-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 12px;
    box-shadow:
        0 10px 24px rgba(10, 16, 34, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 249, 255, 0.92) 100%);
}

.pagination .page-link:hover {
    background-color: rgba(241, 246, 255, 1);
    color: rgba(10, 28, 74, 0.92);
    border-color: rgba(26, 98, 255, 0.55);
    box-shadow:
        0 20px 55px rgba(26, 98, 255, 0.16),
        0 10px 24px rgba(10, 16, 34, 0.10);
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, rgba(26, 98, 255, 1) 0%, rgba(18, 70, 205, 1) 100%);
    border-color: rgba(26, 98, 255, 1);
    color: #fff;
    box-shadow:
        0 30px 90px rgba(26, 98, 255, 0.30),
        0 14px 34px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pagination .page-item.disabled .page-link {
    color: rgba(140, 154, 184, 0.9);
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.92) 0%, rgba(238, 243, 255, 0.92) 100%);
    border-color: rgba(13, 20, 40, 0.10);
    box-shadow: none;
}

.search-box-section {
    background: radial-gradient(900px 360px at 15% 0%, rgba(26, 98, 255, 0.12) 0%, rgba(26, 98, 255, 0.00) 60%),
                linear-gradient(180deg, #f4f8ff 0%, var(--color-bg-soft) 100%);
}

.search-box-section .input-group-lg .form-control {
    border-radius: var(--radius-pill) 0 0 var(--radius-pill);
    padding-inline-start: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 250, 255, 0.95) 100%);
    border: 1px solid rgba(13, 20, 40, 0.12);
    box-shadow:
        0 14px 40px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    transition: box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    caret-color: rgba(26, 98, 255, 1);
}

.search-box-section .input-group-lg .btn {
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
    background: linear-gradient(135deg, rgba(26, 98, 255, 1) 0%, rgba(16, 74, 210, 1) 100%);
    border: 1px solid rgba(26, 98, 255, 0.95);
    box-shadow:
        0 26px 80px rgba(26, 98, 255, 0.28),
        0 12px 30px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #fff;
}

.search-box-section .badge {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 999px;
    box-shadow:
        0 10px 24px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(13, 20, 40, 0.08);
}

.search-box-section .badge:hover {
    background-color: rgba(26, 98, 255, 1) !important;
    color: #fff !important;
    border-color: rgba(26, 98, 255, 1) !important;
    transform: translateY(-1px);
    box-shadow:
        0 26px 80px rgba(26, 98, 255, 0.26),
        0 12px 30px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.search-results-section {
    background: linear-gradient(180deg, #f7fbff 0%, var(--color-bg) 100%);
}

.search-result {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 16px;
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(244, 248, 255, 0.86) 100%);
    border: 1px solid rgba(13, 20, 40, 0.10);
}

.search-result:hover {
    transform: translateX(3px);
    box-shadow:
        0 34px 100px rgba(10, 16, 34, 0.20),
        0 14px 36px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    border-color: rgba(26, 98, 255, 0.22);
}

.search-result h2 a:hover {
    color: var(--color-primary) !important;
    text-shadow: 0 14px 36px rgba(26, 98, 255, 0.22);
}

.search-result mark {
    background-color: rgba(254, 243, 156, 0.95);
    padding-inline: 2px;
    border-radius: 4px;
    font-weight: 700;
    box-shadow:
        inset 0 0 0 1px rgba(245, 158, 11, 0.22),
        0 10px 30px rgba(245, 158, 11, 0.12);
}

.error-page h1 {
    background: linear-gradient(135deg, rgba(26, 98, 255, 1) 0%, rgba(2, 132, 199, 1) 35%, rgba(59, 130, 246, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    text-shadow:
        0 18px 60px rgba(59, 130, 246, 0.24),
        0 4px 20px rgba(15, 23, 42, 0.14);
}

.recommended-links .badge {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(13, 20, 40, 0.14);
    border-radius: 999px;
    box-shadow:
        0 12px 32px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 248, 255, 0.9) 100%);
}

.recommended-links .badge:hover {
    background-color: rgba(26, 98, 255, 1) !important;
    color: #fff !important;
    border-color: rgba(26, 98, 255, 1) !important;
    transform: translateY(-2px);
    box-shadow:
        0 26px 80px rgba(26, 98, 255, 0.26),
        0 12px 30px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.recommended-links .badge:hover .text-warning {
    color: rgba(255, 183, 77, 1) !important;
    text-shadow: 0 14px 40px rgba(255, 183, 77, 0.28);
}

.legal-article-section,
main:has(> .container > article.bg-white) {
    background: radial-gradient(900px 420px at 12% 0%, rgba(26, 98, 255, 0.12) 0%, rgba(26, 98, 255, 0.00) 60%),
                linear-gradient(180deg, rgba(244, 248, 255, 0.95) 0%, var(--color-bg-soft) 100%);
}

article :is(h2.h4) {
    color: rgba(18, 44, 95, 0.96);
    border-bottom: 2px solid rgba(26, 98, 255, 0.38);
    padding-bottom: var(--space-xs);
    margin-bottom: var(--space-sm);
    text-shadow: 0 12px 32px rgba(26, 98, 255, 0.10);
}

article .alert-info {
    background-color: rgba(239, 246, 255, 0.92);
    border-color: rgba(191, 219, 254, 0.95);
    color: rgba(18, 57, 147, 0.96);
    border-radius: 14px;
    box-shadow:
        0 14px 40px rgba(59, 130, 246, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

article .list-group-item {
    background: transparent;
    transition: all 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 12px;
    border: 1px solid rgba(13, 20, 40, 0.06);
}

article .list-group-item:hover {
    background: linear-gradient(180deg, rgba(244, 248, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    padding-inline-start: var(--space-sm);
    border-color: rgba(26, 98, 255, 0.20);
    box-shadow:
        0 20px 60px rgba(10, 16, 34, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.posts-grid {
    /* Container nếu cần */
}

.posts-grid .card {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(13, 20, 40, 0.10);
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(244, 248, 255, 0.90) 100%);
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.posts-grid .card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 40px 120px rgba(10, 16, 34, 0.22),
        0 16px 40px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.60);
    border-color: rgba(26, 98, 255, 0.45);
}

.posts-grid .card-img-top {
    transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.posts-grid .card:hover .card-img-top {
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.03);
}

.posts-grid .card-title a {
    transition: color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), text-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: rgba(13, 20, 40, 0.90);
}

.posts-grid .card-title a:hover {
    color: var(--color-primary) !important;
    text-shadow: 0 14px 36px rgba(26, 98, 255, 0.22);
}

.related-posts h3 {
    border-bottom: 3px solid var(--color-accent);
    padding-bottom: var(--space-xs);
    display: inline-block;
    text-shadow: 0 14px 36px rgba(26, 98, 255, 0.14);
}

.related-card {
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 16px;
    box-shadow:
        0 10px 26px rgba(10, 16, 34, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 248, 255, 0.88) 100%);
    border: 1px solid rgba(13, 20, 40, 0.10);
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 34px 100px rgba(10, 16, 34, 0.20),
        0 14px 36px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.60);
    border-color: rgba(26, 98, 255, 0.26);
}

.related-card img {
    transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.related-card:hover img {
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.03);
}

.social-share .btn {
    min-width: 40px;
    transition: transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.52s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 12px;
    box-shadow:
        0 10px 24px rgba(10, 16, 34, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.social-share .btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 70px rgba(10, 16, 34, 0.20),
        0 12px 30px rgba(10, 16, 34, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.social-share [data-copy-url].copied {
    background-color: var(--color-success);
    color: #fff;
    border-color: var(--color-success);
    box-shadow:
        0 26px 80px rgba(34, 197, 94, 0.28),
        0 12px 30px rgba(10, 16, 34, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(239, 246, 255, 0.95);
    color: var(--color-primary-dark);
    box-shadow: none;
    border-radius: 14px !important;
    border: 1px solid rgba(13, 20, 40, 0.10);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.20), 0 24px 70px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.35);
}

.modal-content {
    border: none;
    border-radius: var(--radius-lg);
    box-shadow:
        0 50px 160px rgba(10, 16, 34, 0.35),
        0 24px 70px rgba(10, 16, 34, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.50);
}

.tooltip-inner {
    background-color: rgba(18, 44, 95, 0.98);
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

@media (max-width: 767.98px) {
    .faq-section h2 {
        font-size: 1.4rem;
    }

    .faq-list .faq-item summary {
        font-size: 0.95rem;
        padding-inline-end: 1.5rem;
    }

    .faq-list .faq-answer {
        font-size: 0.88rem;
    }

    .author-profile h1 {
        font-size: 1.5rem;
    }

    .author-profile .col-md-3 img {
        width: 120px !important;
        height: 120px !important;
    }

    .error-page h1 {
        font-size: 5rem !important;
    }

    .search-box-section .input-group-lg .form-control,
    .search-box-section .input-group-lg .btn {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .related-posts .row > [class*="col-"] {
        margin-bottom: var(--space-sm);
    }

    .pagination .page-link {
        padding: 0.4rem 0.7rem;
        font-size: 0.9rem;
    }
}