.premium-hero {
    background-color: #ffffff;
    background: radial-gradient(circle at top right, #fdfaf3 0%, #ffffff 100%);
    padding: 64px 0 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    min-height: auto;
    border-bottom: 1px solid #f1f5f9;
}

@media (max-width:992px) {
    .premium-hero {
        min-height: 100vh;
        padding: 60px 0 80px
    }
}

.premium-hero::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.1) 0%, transparent 70%);
    border-radius: 50%
}

.premium-hero-label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold-contrast);
    background: rgba(184, 134, 11, 0.08);
    border: 1px solid rgba(184, 134, 11, 0.2);
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    margin-bottom: 24px;
}

.premium-hero-title {
    font-family: var(--ff-serif);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--navy);
    margin: 0 auto 24px;
    text-align: center;
    min-height: 1em;
    display: block;
}

.premium-hero-subtitle {
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.6;
    color: var(--gray);
    margin: 0 auto 32px;
    text-align: center;
    max-width: 850px;
    min-height: auto;
    display: block;
    font-weight: 450;
}

@media (max-width:992px) {
    .home-featured-wrapper {
        min-width: 100%;
        min-height: 320px;
        margin-top: 40px
    }
}

@media (max-width:992px) {
    .premium-grid {
        grid-template-columns: 1fr
    }
}

.premium-card {
    background: var(--white);
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05)
}

@media (max-width:768px) {
    .premium-card {
        padding: 32px 24px
    }
}

.premium-sidebar-widget {
    background: white;
    border-radius: 16px;
    border: 1px solid #eee;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05)
}

.toc-link {
    box-shadow: inset 2px 0 0 transparent;
    transition: color 0.2s, box-shadow 0.2s, background-color 0.2s;
    padding: 6px 0 6px 12px;
    display: block;
    font-size: 14px;
    color: var(--gray);
    text-decoration: none
}

.toc-link:hover,
.toc-link.active {
    color: var(--navy);
    font-weight: 900;
    box-shadow: inset 2px 0 0 var(--gold);
    background: rgba(201, 168, 76, 0.05)
}

.premium-article {
    font-size: 19px;
    line-height: 1.9;
    color: var(--ink)
}

.premium-article h2 {
    font-size: 32px;
    font-weight: 900;
    margin: 56px 0 28px;
    color: var(--navy);
    letter-spacing: -1px
}

.premium-article h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 20px;
    color: var(--navy)
}

.premium-article p {
    margin-bottom: 28px
}

.premium-article blockquote {
    margin: 40px 0;
    padding: 32px;
    background: #f8f9fa;
    border-left: 6px solid var(--gold);
    font-size: 20px;
    font-style: italic;
    border-radius: 0 12px 12px 0
}

.premium-article img {
    border-radius: 12px;
    margin: 40px 0;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05)
}

.premium-breadcrumb-wrapper {
    padding-top: 24px;
    position: relative;
    z-index: 20
}

.premium-breadcrumb-link {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s
}

.premium-breadcrumb-link:hover {
    color: var(--gold-contrast)
}

.premium-breadcrumb-sep {
    color: rgba(0, 0, 0, 0.3);
    margin: 0 8px
}

.hero-content {
    max-width: 900px
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    min-height: 24px
}

.hero-meta-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

.hero-author-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    min-height: 48px
}

.author-info-flex {
    display: flex;
    align-items: center;
    gap: 12px
}

.author-avatar-gold {
    width: 48px;
    height: 48px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.author-meta-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.01em;
    line-height: 1.2
}

.author-meta-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--gold2);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.9
}

.author-meta-content {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.hero-divider-v {
    height: 32px;
    width: 1px;
    background: rgba(255, 255, 255, 0.1)
}

.trust-signals-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px
}

.badge-fact-check {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(52, 211, 153, 0.12);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 6px;
    color: #34d399;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px
}

.badge-integrity {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 6px;
    color: #60a5fa;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.badge-icon-sm {
    width: 14px;
    height: 14px
}

.hero-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    min-height: 24px
}

.subcategory-badge {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.hero-meta-muted {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px
}

.trust-signals-light-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px
}

.badge-policy {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: var(--white);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.2s
}

.badge-policy:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--gold2)
}

.policy-icon {
    width: 14px;
    height: 14px;
    color: var(--gold-contrast)
}

.hero-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 24px;
    min-height: 80px
}

.author-signature-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease
}

.author-signature-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1)
}

.author-avatar-hero,
.author-avatar-gold {
    width: 44px;
    height: 44px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    border: 2px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.hero-score-badge {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 24px
}

.score-main-val {
    color: var(--gold-contrast);
    font-size: 32px;
    font-weight: 900;
    line-height: 1
}

.score-main-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px
}

.score-divider-v {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1)
}

.score-stars-gold {
    color: var(--gold-contrast);
    font-size: 14px;
    letter-spacing: 1px
}

.score-stars-dim {
    opacity: 0.2
}

.score-verdict-label {
    color: white;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px
}

.author-bio-box {
    margin-top: 48px;
    padding: 32px;
    background: var(--lgray);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
}

.author-bio-avatar {
    width: 56px;
    height: 56px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0
}

.author-bio-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px
}

.author-bio-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--gold-contrast);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px
}

.author-bio-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray);
    margin-bottom: 16px
}

.author-bio-footer {
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    width: 100%
}

.methodology-link-sm {
    font-size: 12px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.methodology-link-sm i {
    width: 16px;
    height: 16px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-style: normal
}

.related-brand-cta-box {
    margin-top: 56px;
    padding: 32px;
    background: var(--lgray);
    border-radius: var(--r);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.related-box-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700
}

.related-box-text {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 0
}

.standard-sidebar-widget {
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    box-shadow: var(--shadow-sm)
}

.widget-list-flex {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.article-featured-img-wrapper {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm)
}

.article-featured-img {
    width: 100%;
    height: auto;
    display: block
}

.premium-content-offset {
    margin-top: -40px;
    position: relative;
    z-index: 10
}

.takeaways-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 56px;
    border-left: 5px solid var(--navy)
}

.takeaways-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px
}

.takeaways-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.takeaways-item {
    font-size: 15px;
    color: var(--ink);
    display: flex;
    align-items: start;
    gap: 8px
}

.takeaways-bullet {
    color: var(--gold-contrast);
    font-weight: 900
}

@media (max-width:640px) {
    .takeaways-list {
        grid-template-columns: 1fr
    }
}

.comparison-hub-section {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 2px solid #f1f3f5
}

.comparison-hub-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 40px
}

.comparison-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px
}

.rating-card-sm {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02)
}

.rating-card-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08)
}

.rating-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.rating-card-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy)
}

.rating-card-score {
    background: var(--navy);
    color: var(--white);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 800
}

.rating-card-desc {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 20px;
    line-height: 1.5
}

.rating-card-btn {
    display: block;
    text-align: center;
    padding: 10px;
    border: 2px solid var(--navy);
    border-radius: 8px;
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.2s, color 0.2s
}

.rating-card-btn:hover {
    background: var(--navy);
    color: white
}

.peer-review-callout {
    margin-top: 80px;
    padding: 40px;
    background: var(--navy);
    border-radius: 16px;
    color: white;
    display: flex;
    align-items: center;
    gap: 32px
}

.peer-review-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 900
}

.text-gold-contrast {
    color: var(--gold-contrast) !important
}

.section-kicker {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-contrast);
    margin-bottom: 8px;
    display: block
}

.section-title-premium span {
    color: var(--gold-contrast)
}

.peer-review-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--gold2);
    margin-bottom: 8px
}

.peer-review-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0
}

@media (max-width:768px) {
    .peer-review-callout {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
        gap: 24px;
        margin-top: 60px
    }

    .peer-review-icon {
        width: 64px;
        height: 64px;
        font-size: 24px
    }
}

.category-hero-icon {
    font-size: 48px;
    margin-bottom: 24px
}

.category-news-section {
    padding: 48px 0;
    background: var(--lgray);
    border-bottom: 1px solid #eee
}

.category-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px
}

.news-card-sm {
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--shadow-sm)
}

.news-card-date {
    font-size: 12px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.news-card-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none
}

.news-card-title:hover {
    color: var(--gold-contrast)
}

.news-card-excerpt {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 12px
}

.news-card-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
    align-self: flex-start
}

.ranked-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px
}

.ranked-item-card {
    display: flex;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--lgray);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    gap: 24px
}

.ranked-number {
    font-size: 24px;
    font-weight: 800;
    color: #cbd5e0;
    width: 40px;
    text-align: center
}

.ranked-content {
    flex: 1
}

.ranked-title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 800;
    color: var(--navy);
    text-decoration: none
}

.ranked-title:hover {
    color: var(--gold-contrast)
}

.ranked-meta {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 8px
}

.ranked-stats {
    font-size: 12px;
    color: var(--gray)
}

.ranked-score-box {
    text-align: right
}

.ranked-score-val {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px
}

.verdict-box-standard {
    margin-top: 56px;
    padding: 40px;
    background-color: var(--navy);
    background: var(--navy);
    border-radius: 24px;
    color: white;
    position: relative;
    overflow: hidden
}

.verdict-title-gold {
    font-size: 24px;
    font-weight: 900;
    color: var(--gold-contrast);
    margin-bottom: 24px
}

.verdict-text-muted {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px
}

.verdict-score-row {
    display: flex;
    align-items: center;
    gap: 24px
}

.verdict-score-large {
    font-size: 48px;
    font-weight: 900;
    color: var(--gold-contrast)
}

.verdict-meta-col {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.widget-dark-head {
    background-color: var(--navy);
    background: var(--navy);
    padding: 16px 24px
}

.widget-dark-title {
    color: white;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.widget-body-padded {
    padding: 24px
}

.widget-summary-box {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee
}

.widget-summary-score {
    font-size: 48px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1
}

.widget-summary-stars {
    color: var(--gold-contrast);
    font-size: 18px;
    margin-top: 12px
}

.widget-summary-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px
}

.widget-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px
}

.widget-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.widget-info-label {
    color: var(--gray)
}

.widget-info-val {
    font-weight: 700;
    color: var(--navy);
    text-decoration: none
}

.toc-nav-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px
}

.toc-nav-link {
    color: var(--gray);
    text-decoration: none;
    transition: color 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    gap: 8px
}

.toc-nav-link:hover {
    color: var(--gold-contrast);
    transform: translateX(4px)
}

.related-brand-card {
    margin-top: 56px;
    padding: 32px;
    background: var(--lgray);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid #e2e8f0
}

.related-brand-btn {
    background: var(--navy);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s
}

.related-brand-btn:hover {
    background: var(--gold);
    color: var(--navy)
}

@media (max-width:640px) {
    .related-brand-card {
        flex-direction: column;
        align-items: flex-start
    }

    .related-brand-btn {
        width: 100%;
        text-align: center
    }
}

.sidebar-sticky {
    position: sticky;
    top: 32px
}

.sidebar-glass-box {
    padding: 32px;
    border-radius: 16px;
    background: white;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05)
}

.sidebar-widget-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--navy);
    margin-bottom: 24px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

.metrics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

.metric-tag {
    font-size: 11px;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    color: var(--gray);
    font-weight: 700
}

.newsletter-premium {
    margin-top: 24px;
    background-color: var(--navy);
    background: linear-gradient(135deg, var(--navy) 0%, #1a1a2e 100%);
    padding: 32px;
    border-radius: 16px;
    color: white
}

.newsletter-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--gold-contrast)
}

.newsletter-desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0.8
}

.newsletter-input {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    margin-bottom: 12px;
    font-size: 13px
}

.newsletter-btn {
    width: 100%;
    padding: 12px;
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    transition: filter 0.3s
}

.newsletter-btn:hover {
    filter: brightness(1.1)
}

.related-updates-box {
    margin-top: 24px;
    background: white;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e9ecef
}

.related-update-item {
    text-decoration: none;
    display: block;
    margin-bottom: 20px
}

.related-update-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.related-update-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--navy);
    margin-bottom: 4px;
    transition: color 0.2s
}

.related-update-item:hover .related-update-title {
    color: var(--gold-contrast)
}

.related-update-date {
    font-size: 11px;
    color: var(--gray)
}

.hero-score-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    text-align: center
}

.hero-score-value {
    font-size: 72px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 8px
}

.hero-score-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--gold-contrast);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px
}

.hero-stars {
    color: var(--navy);
    font-size: 18px;
    margin-bottom: 24px
}

.hero-stars span {
    opacity: 0.1
}

.hero-score-verdict {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink)
}

.brand-overview-bar {
    margin-bottom: 64px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 24px
}

.brand-logo-md {
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: white;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #eee
}

.brand-analysis-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px
}

.brand-partner-meta {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 0
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 64px
}

@media (max-width:768px) {
    .pros-cons-grid {
        grid-template-columns: 1fr
    }
}

.pros-box {
    background: #f0fff4;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #c6f6d5
}

.pros-title {
    font-size: 14px;
    font-weight: 900;
    color: #276749;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

.cons-box {
    background: #fff5f5;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #fed7d7
}

.cons-title {
    font-size: 14px;
    font-weight: 900;
    color: #9b2c2c;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

.pc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pro-item {
    font-size: 14px;
    color: #22543d;
    font-weight: 500
}

.con-item {
    font-size: 14px;
    color: #742a2a;
    font-weight: 500
}

.verdict-box {
    margin-top: 80px;
    padding: 48px;
    background-color: var(--navy);
    background: var(--navy);
    border-radius: 24px;
    color: white;
    position: relative;
    overflow: hidden
}

.verdict-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: var(--gold);
    opacity: 0.05;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.verdict-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--gold-contrast);
    margin-bottom: 24px
}

.verdict-text {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px
}

.verdict-score-flex {
    display: flex;
    align-items: center;
    gap: 24px
}

.verdict-score-val {
    font-size: 48px;
    font-weight: 900;
    color: var(--gold-contrast)
}

.verdict-index-label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px
}

.verdict-rating-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7)
}

.metric-row {
    margin-bottom: 16px
}

.metric-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px
}

.metric-name {
    color: var(--gray);
    font-weight: 600
}

.metric-val {
    color: var(--navy);
    font-weight: 800
}

.metric-bar-bg {
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    overflow: hidden
}

.metric-bar-fill {
    height: 100%;
    background: var(--gold);
    width: var(--p-width, 0%);
    transition: width 1s ease-out
}

.related-reviews-section {
    background: #f8f9fa;
    padding: 80px 0;
    border-top: 1px solid #eee
}

.related-reviews-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 40px
}

.related-reviews-title span {
    color: var(--gold-contrast)
}

.related-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px
}

.related-review-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: transform 0.3s ease
}

.related-review-card:hover {
    transform: translateY(-8px)
}

.related-review-img-box {
    height: 180px;
    overflow: hidden;
    position: relative
}

.related-review-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 32px;
    background: #f8f9fa
}

.related-review-score-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--navy);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800
}

.related-review-content {
    padding: 24px
}

.related-review-cat {
    font-size: 11px;
    font-weight: 800;
    color: var(--gold-dark);
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px
}

.related-review-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.2s
}

.related-review-card:hover .related-review-title {
    color: var(--gold-contrast)
}

.related-review-cta {
    font-size: 13px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 8px
}

.sidebar-social-proof {
    margin-top: 24px;
    background: var(--navy);
    padding: 32px;
    border-radius: 16px;
    color: white;
    text-align: center
}

.social-proof-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px
}

.social-proof-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 0
}

.home-hero-section {
    padding: 100px 0
}

.home-hero-title {
    font-size: 64px
}

@media (max-width:768px) {
    .home-hero-title {
        font-size: 42px
    }
}

.hero-stats-row {
    display: flex;
    gap: 32px
}

.hero-stat-value {
    font-size: 24px;
    font-weight: 900;
    color: var(--gold-contrast)
}

.hero-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.home-featured-card {
    background: white;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    position: relative
}

.featured-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.featured-card-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 16px;
    line-height: 1.3
}

.featured-card-desc {
    font-size: 14px;
    color: var(--ink);
    margin-bottom: 24px;
    line-height: 1.6
}

.featured-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.featured-card-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.author-avatar-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--navy);
    font-size: 14px
}

.featured-card-link {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
    text-decoration: none;
    border-bottom: 2px solid var(--gold)
}

.home-article-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%
}

.horizontal-card {
    flex-direction: row
}

@media (max-width:576px) {
    .horizontal-card {
        flex-direction: column
    }
}

.card-image-box {
    height: 180px;
    background: radial-gradient(circle at top right, #f4f7f9 0%, #e2e8f0 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.card-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 2px, transparent 2px, transparent 12px);
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}

.card-badge-overlay {
    z-index: 2;
}

.card-badge-overlay .badge {
    text-shadow: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.home-article-card:hover .card-image-box {
    background: radial-gradient(circle at top right, #ffffff 0%, #e8edf3 100%);
    font-size: 68px;
}

.card-badge-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px
}

.card-content-body {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.card-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.card-stars {
    color: var(--gold-contrast);
    font-size: 14px
}

.card-score-val {
    font-weight: 800;
    color: var(--navy)
}

.home-card-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--navy);
    text-decoration: none;
    transition: opacity 0.2s
}

.home-card-title:hover {
    opacity: 0.8
}

.home-card-excerpt {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 20px
}

.home-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--lgray);
    padding-top: 16px;
    margin-top: auto
}

.home-card-date {
    font-size: 11px;
    color: var(--gray)
}

.home-card-more {
    font-size: 12px;
    font-weight: 800;
    color: var(--navy);
    text-decoration: none
}

.view-all-btn {
    display: block;
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    padding: 10px;
    border: 1.5px solid var(--lgray);
    border-radius: var(--r);
    text-decoration: none;
    transition: background-color 0.2s;
    position: relative
}

.view-all-btn::after {
    content: '';
    position: absolute;
    inset: -1.5px;
    border-radius: var(--r);
    border: 1.5px solid var(--gray);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none
}

.view-all-btn:hover {
    background: var(--lgray)
}

.view-all-btn:hover::after {
    opacity: 1
}

.premium-hero-light {
    padding: 60px 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--lgray);
    text-align: center;
    color: var(--navy)
}

.premium-hero-light .premium-hero-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 12px
}

.premium-hero-light .premium-hero-subtitle {
    color: var(--gray)
}

.index-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px
}

.premium-layout-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start
}

@media (max-width:1024px) {
    .premium-layout-grid {
        grid-template-columns: 1fr
    }
}

.main-content-column {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.index-card-interactive {
    background: var(--white);
    border: 1px solid var(--lgray);
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease
}

.index-card-interactive:hover {
    transform: translateY(-4px)
}

.index-card-image-box {
    height: 200px;
    overflow: hidden
}

.index-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-card-body {
    padding: 32px
}

.index-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.index-card-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--blue);
    background: rgba(59, 130, 246, 0.1);
    padding: 4px 12px;
    border-radius: 20px
}

.index-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--lgray)
}

.index-card-author {
    display: flex;
    align-items: center;
    gap: 8px
}

.index-card-author-avatar {
    width: 24px;
    height: 24px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700
}

.index-card-author-name {
    font-size: 13px;
    color: var(--navy);
    font-weight: 600
}

.brands-index-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.brands-index-card {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 24px
}

.brands-index-rank {
    font-size: 24px;
    font-weight: 900;
    color: var(--lgray);
    width: 40px;
    text-align: center
}

.brands-index-cat-icon {
    font-size: 32px;
    width: 50px;
    text-align: center
}

.brands-index-score-col {
    text-align: right;
    min-width: 80px
}

.inline-verified-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: var(--blue)
}

.main-wrapper-padded {
    padding: 64px 0
}

.center-content-offset {
    margin-top: -30px;
    position: relative;
    z-index: 10
}

.max-w-narrow {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.review-card-img-wrapper {
    position: relative;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    overflow: hidden
}

.review-card-meta-inner {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 12px;
    opacity: 0.9
}

.review-card-author-name {
    font-weight: 600;
    color: var(--navy)
}

.author-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    background: var(--cream);
    border: 1px solid var(--lgray);
    border-radius: 100px;
    transition: all 0.2s ease
}

.author-chip:hover {
    background: var(--white);
    border-color: var(--gold-contrast);
    transform: translateY(-1px)
}

.author-avatar {
    width: 28px;
    height: 28px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    flex-shrink: 0
}

@media (max-width:768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px
    }

    .section-header .view-all {
        align-self: flex-start
    }

    .site-footer {
        padding: 60px 0 30px;
        text-align: center
    }

    .footer-grid {
        text-align: center;
        gap: 40px
    }

    .footer-description {
        margin: 0 auto 24px
    }

    .footer-links {
        align-items: center
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px
    }
}

@media (max-width:600px) {
    .brands-index-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 20px
    }

    .brands-index-rank {
        width: auto;
        color: var(--gray) !important;
        font-size: 32px
    }

    .brands-index-cat-icon {
        width: auto;
        font-size: 48px
    }

    .brands-index-score-col {
        text-align: center;
        width: 100%;
        border-top: 1px solid var(--lgray);
        padding-top: 20px
    }

    .ranked-title {
        justify-content: center
    }

    .home-hero-title {
        font-size: 36px !important;
        letter-spacing: -1px
    }

    .cat-grid {
        grid-template-columns: 1fr !important
    }

    .premium-breadcrumb-wrapper {
        display: none
    }
}

.hiw-section {
    padding: 100px 0;
    background: var(--white);
    border-top: 1px solid var(--lgray)
}

.hiw-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px;
    margin-top: 60px
}

@media (max-width:991px) {
    .hiw-grid {
        grid-template-columns: 1fr 1fr !important
    }
}

@media (max-width:575px) {
    .hiw-grid {
        grid-template-columns: 1fr !important
    }
}

.hiw-step {
    position: relative;
    padding: 40px 30px;
    background: var(--cream);
    border-radius: var(--r);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.hiw-step::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r);
    box-shadow: 0 0 0 1px var(--gold2), var(--shadow-lg);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none
}

.hiw-step:hover {
    background: var(--white);
    transform: translateY(-8px)
}

.hiw-step:hover::after {
    opacity: 1
}

.hiw-step-num {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(184, 146, 64, 0.3)
}

.hiw-icon {
    font-size: 48px;
    margin-bottom: 24px
}

.section-header-premium {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(15, 26, 46, 0.08);
    gap: 20px;
    flex-wrap: wrap
}

.section-header-premium .header-title-group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.section-title-premium {
    font-family: var(--ff-serif);
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0
}

.section-title-premium span {
    color: var(--gold-contrast);
    position: relative;
    display: inline-block
}

.section-title-premium span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(201, 168, 76, 0.1);
    z-index: -1
}

.view-all-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--navy);
    color: #f0d77a !important;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--navy)
}

.view-all-premium:hover {
    background: var(--white);
    color: var(--navy) !important;
    border-color: var(--navy);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(15, 26, 46, 0.1)
}

@media (max-width:640px) {
    .section-header-premium {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px
    }

    .view-all-premium {
        width: 100%;
        justify-content: center
    }
}

.hiw-step h3 {
    font-family: var(--ff-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px
}

.hiw-step p {
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568
}

.testimonials-section {
    padding: 100px 0;
    background-color: var(--navy);
    background: linear-gradient(to bottom, var(--navy), #0a111a);
    color: white
}

.testimonials-section .section-kicker {
    color: var(--gold2);
    opacity: 1
}

.testimonials-section h2 span {
    color: var(--gold2);
    font-style: italic
}

.testi-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px;
    margin-top: 60px
}

@media (max-width:991px) {
    .testi-grid {
        grid-template-columns: 1fr 1fr !important
    }
}

@media (max-width:575px) {
    .testi-grid {
        grid-template-columns: 1fr !important
    }
}

.testi-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 40px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative
}

.testi-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    border: 1px solid var(--gold2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none
}

.testi-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px)
}

.testi-card:hover::after {
    opacity: 1
}

.testi-stars {
    color: var(--gold-contrast);
    font-size: 18px;
    margin-bottom: 24px
}

.testi-text {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 32px
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto
}

.testi-avatar {
    width: 48px;
    height: 48px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    overflow: hidden
}

.testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testi-verified {
    color: #60a5fa;
    font-size: 10px;
    margin-left: 4px;
    font-weight: 700
}

.testi-name {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff
}

.testi-role {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75)
}

.blog-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%
}

@media (max-width:768px) {
    .blog-inner {
        padding: 0 20px
    }
}

.site-footer {
    background: var(--navy);
    padding: 80px 0 40px;
    color: white;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.cat-grid-section {
    padding: 80px 0;
    background: var(--white)
}

.cat-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 40px
}

.cat-card {
    background: var(--cream);
    padding: 32px 24px;
    border-radius: var(--r);
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r);
    box-shadow: 0 0 0 1px var(--gold2), var(--shadow-lg);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.cat-card:hover {
    background: var(--white);
    transform: translateY(-5px)
}

.cat-card:hover::after {
    opacity: 1
}

.cat-icon {
    font-size: 48px;
    margin-bottom: 16px;
    transition: transform 0.3s
}

.cat-card:hover .cat-icon {
    transform: scale(1.1)
}

.cat-name {
    font-family: var(--ff-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px
}

.cat-count {
    font-size: 12px;
    color: var(--gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.cat-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold);
    color: var(--navy);
    font-size: 9px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase
}

.widget {
    background: var(--white);
    border-radius: var(--r);
    border: 1px solid var(--lgray);
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-sm)
}

.widget-head {
    background: var(--navy);
    color: var(--white);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px
}

.widget-head h4 {
    font-family: var(--ff-serif);
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.widget-body {
    padding: 20px
}

.brand-rank-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--cream);
    transition: background 0.2s
}

.brand-rank-item:last-child {
    border-bottom: none
}

.rank-num {
    width: 24px;
    height: 24px;
    background: var(--lgray);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800
}

.rank-num.gold {
    background: var(--gold);
    color: white
}

.rank-logo {
    font-size: 20px
}

.rank-info {
    flex-grow: 1
}

.rank-name {
    font-weight: 700;
    font-size: 14px;
    color: var(--navy)
}

.rank-cat {
    font-size: 11px;
    color: var(--gray)
}

.rank-score {
    font-weight: 800;
    color: var(--gold3);
    font-size: 14px
}

.newsletter-widget {
    background-color: var(--navy);
    background: var(--navy);
    padding: 40px 30px;
    border-radius: var(--r);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.newsletter-widget::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.1) 0%, transparent 70%)
}

.newsletter-widget h4 {
    font-family: var(--ff-serif);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px
}

.newsletter-widget h4 em {
    color: var(--gold2);
    font-style: italic
}

.newsletter-widget p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px
}

.nl-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: var(--r);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    margin-bottom: 12px
}

.nl-btn {
    white-space: nowrap;
    width: 100%;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    padding: 12px;
    border-radius: var(--r);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s
}

.nl-btn:hover {
    background: var(--gold2)
}

.newsletter-widget .nl-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 16px
}

.recent-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--cream)
}

.recent-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.recent-thumb {
    width: 48px;
    height: 48px;
    background: var(--cream);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.recent-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    display: block;
    margin-bottom: 4px
}

.recent-title:hover {
    color: var(--gold-contrast)
}

.recent-meta {
    font-size: 11px;
    color: var(--gray)
}

.comparison-section {
    padding: 80px 0;
    background: var(--cream)
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-top: 40px
}

.compare-table th,
.compare-table td {
    padding: 20px 24px;
    text-align: left;
    border-bottom: 1px solid var(--cream)
}

.compare-table thead th {
    background: var(--navy);
    color: white;
    font-weight: 700
}

.compare-table th.highlight,
.compare-table td.highlight {
    background: rgba(201, 168, 76, 0.04);
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold)
}

.compare-table thead th.highlight {
    background: #162236;
    border-top: 4px solid var(--gold)
}

.site-footer {
    background: var(--navy);
    color: var(--white);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10000px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    pointer-events: none
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 2fr repeat(3, 1fr) !important;
    gap: 48px;
    margin-bottom: 64px;
    position: relative
}

.footer-col {
    display: flex;
    flex-direction: column
}

.footer-col:not(:first-child) {
    margin-left: auto
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.15)
}

@media (max-width:991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        text-align: center
    }

    .footer-col {
        margin-left: 0 !important;
        align-items: center
    }

    .footer-description {
        margin: 0 auto
    }

    .footer-socials {
        justify-content: center
    }
}

@media (max-width:575px) {
    .footer-grid {
        grid-template-columns: 1fr !important
    }
}

.footer-logo {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    display: block;
    color: white
}

.footer-logo span {
    color: var(--gold-contrast)
}

.footer-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px
}

.footer-col h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--gold2)
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: color 0.2s, transform 0.2s;
    display: inline-block
}

.footer-links a:hover {
    color: var(--gold-contrast);
    transform: translateX(4px)
}

.footer-bottom {
    border-top: 1px solid #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px
}

.footer-legal {
    display: flex;
    gap: 24px
}

.footer-legal a {
    color: inherit
}

.section-kicker {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #846b2b;
    margin-bottom: 12px;
    display: block
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--navy)
}

.section-header h2 span {
    color: var(--gold3);
    font-style: italic
}

.review-card-footer-author-name {
    font-weight: 600;
    font-size: 12px
}

.review-card-footer-publish-date {
    font-size: 11px;
    color: var(--gray)
}

@media (max-width:992px) {
    .header-inner {
        flex-direction: column;
        gap: 20px;
        padding: 24px 20px
    }

    nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 12px;
        width: 100%
    }

    nav a {
        padding: 6px 10px;
        font-size: 13px
    }

    .site-header form {
        width: 100%;
        margin-top: 8px;
        display: flex;
        justify-content: center
    }

    .search-input {
        flex: 1;
        max-width: none
    }
}

@media (max-width:480px) {
    .logo {
        height: 48px
    }

    .logo-name {
        font-size: 24px
    }

    nav a {
        font-size: 12px;
        padding: 4px 8px
    }
}

.topbar a {
    color: #f0d77a;
    text-decoration: underline
}

.premium-hero-light {
    background: radial-gradient(circle at top right, #fcfaf5 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 48px 0
}

.premium-hero-light::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--lgray) 0.5px, transparent 0.5px);
    background-size: 24px 24px;
    opacity: 0.15;
    pointer-events: none
}

.site-header {
    background: var(--white);
    border-bottom: 2px solid var(--navy);
    position: relative;
    z-index: 10000;
    box-shadow: var(--shadow)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    max-width: 1200px;
    margin: 0 auto
}

.premium-card {
    background: var(--white);
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 24px
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--navy)
}

.section-header h2 {
    font-family: var(--ff-serif);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.1;
    color: var(--navy);
    letter-spacing: -.02em
}

.search-input {
    border: 1.5px solid var(--lgray);
    border-radius: var(--r) 0 0 var(--r);
    padding: 7px 12px;
    font-size: 13px;
    font-family: var(--ff-sans);
    outline: none;
    width: 140px !important;
    transition: opacity 0.2s
}

.search-input:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 2px rgba(15, 26, 46, .12)
}

@media (max-width:992px) {
    .logo {
        height: 52px;
        margin-bottom: 2px
    }

    .header-inner {
        flex-direction: column;
        gap: 12px;
        padding: 12px 20px
    }

    nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 12px
    }
}

.topbar {
    background: var(--navy);
    color: var(--cream);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 0;
    line-height: 33px;
    height: 33px;
    text-align: center;
    border-bottom: 1px solid rgba(201, 168, 76, .3);
    overflow: hidden
}

.topbar a {
    color: #f0d77a;
    text-decoration: underline
}

.site-header {
    background: var(--white);
    border-bottom: 2px solid var(--navy);
    position: relative;
    z-index: 10000;
    box-shadow: var(--shadow)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    max-width: 1200px;
    margin: 0 auto
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
    overflow: hidden
}

.premium-card {
    background: var(--white);
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05)
}

@media (max-width:768px) {
    .premium-card {
        padding: 32px 24px
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    background: var(--gold);
    color: var(--navy)
}

.badge.navy {
    background: var(--navy);
    color: var(--gold)
}

.badge.green {
    background: #d4f0e2;
    color: var(--green)
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--navy);
    cursor: pointer;
    padding: 8px;
    z-index: 10002;
}

@media (max-width: 992px) {
    .mobile-toggle {
        display: block;
    }

    .site-header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(300px, 85%);
        height: 100vh;
        background: var(--white);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 24px;
        gap: 8px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 10001;
    }

    .site-header nav.active {
        display: flex !important;
        right: 0;
    }

    .site-header nav a {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 16px;
        font-weight: 700;
        color: var(--navy);
    }

    .close-menu-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 32px;
        color: var(--navy);
        cursor: pointer;
        display: block;
        z-index: 10003;
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(15, 26, 46, 0.4);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 10000;
    }

    .nav-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 120px
}

body {
    font-family: var(--ff-sans);
    background: var(--cream);
    color: var(--navy);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

*,
*::before,
*::after {
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: var(--navy);
    text-decoration: none;
    transition: opacity .2s !important
}

ul {
    list-style: none
}

.topbar {
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-header {
    min-height: 84px;
    display: flex;
    align-items: center
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.logo-name {
    font-family: var(--ff-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
    letter-spacing: -.02em
}

.logo-name span {
    color: var(--gold3)
}

.logo-tagline {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #374151;
    font-weight: 700
}

nav {
    display: flex;
    gap: 4px;
    align-items: center
}

nav a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--r);
    color: var(--navy);
    transition: background .2s, color .2s
}

nav a.active {
    color: var(--navy);
    background: rgba(201, 168, 76, .1);
    font-weight: 700
}

.header-cta {
    background: var(--navy);
    color: var(--gold2) !important;
    border-radius: var(--r);
    padding: 9px 18px !important;
    font-weight: 600 !important;
    white-space: nowrap
}

.cat-nav {
    background: var(--navy);
    color: var(--white);
    min-height: 48px;
    display: flex;
    align-items: center
}

.cat-nav-inner {
    display: flex;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
    scrollbar-width: none
}

.cat-nav a {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    padding: 12px 20px;
    color: rgba(249, 246, 240, .7);
    border-bottom: 3px solid transparent;
    transition: opacity .2s !important
}

.premium-hero {
    background-color: var(--navy);
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-blue) 100%);
    padding: 64px 0 80px;
    position: relative;
    overflow: hidden;
    min-height: 480px
}

@media(max-width:992px) {
    .premium-hero {
        min-height: auto;
        padding: 48px 0 64px
    }
}

.blog-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

@media(max-width:768px) {
    .blog-inner {
        padding: 0 20px
    }
}

.premium-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start
}

@media(max-width:992px) {
    .premium-grid {
        grid-template-columns: 1fr
    }
}

.premium-hero-label.hero-announcement {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.hero-announcement:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gold2);
    transform: translateY(-2px);
}

.hero-announcement .ann-icon {
    font-size: 14px;
}

.hero-announcement .ann-text {
    font-size: 13px;
    color: var(--white);
    letter-spacing: 0.3px;
}

.hero-announcement .ann-text strong {
    color: var(--gold2);
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 4px;
}

.hero-badge {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    background: rgba(201, 168, 76, .1);
    border: 1px solid rgba(201, 168, 76, .3);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    margin-bottom: 24px
}

.premium-hero-title {
    font-family: var(--ff-serif);
    font-size: clamp(48px, 5vw, 64px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -3px;
    color: var(--navy);
    margin: 0 auto 24px;
    text-align: center;
    min-height: 1em;
    display: block
}

.premium-hero .premium-hero-title,
.premium-hero-dark .premium-hero-title {
    color: var(--white);
    text-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.home-hero-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.text-gold {
    color: var(--gold2)
}

.premium-hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
    color: rgba(255, 255, 255, .7);
    margin: 0 auto 32px;
    text-align: center;
    max-width: 850px;
    min-height: auto;
    display: block
}

.home-featured-wrapper {
    min-width: 340px;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:992px) {
    .home-featured-wrapper {
        min-width: 100%;
        min-height: 320px;
        margin-top: 40px
    }
}

.btn-primary {
    white-space: nowrap;
    background: var(--gold);
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--r);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    text-decoration: none
}

.btn-primary:hover {
    background: var(--gold2);
    color: var(--navy) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(184, 146, 64, 0.2)
}

.btn-ghost {
    background: transparent;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: var(--r);
    border: 1.5px solid rgba(255, 255, 255, .25);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white);
    color: var(--white) !important
}

.btn-sm {
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px
}

/* Featured Preview Card Fix */
.featured-preview-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.featured-preview-card .card-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold-contrast);
    margin-bottom: 12px;
    display: block;
}

.featured-preview-card .card-title {
    font-family: var(--ff-serif);
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 12px;
}

.featured-preview-card .card-excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray);
    margin-bottom: 24px;
}

.featured-preview-card .btn-ghost {
    color: var(--navy);
    border-color: var(--navy);
}

.featured-preview-card .btn-ghost:hover {
    background: var(--navy);
    color: white !important;
}

.search-input {
    width: 140px
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px
}

@media (max-width:1024px) {
    .main-grid {
        grid-template-columns: 1fr
    }
}

.main-content {
    flex: 1;
    min-width: 0
}

.sidebar {
    width: 340px
}

@media (max-width:1024px) {
    .sidebar {
        width: 100%
    }
}

.site-header {
    min-height: 84px
}

.topbar {
    min-height: 33px
}

@media (max-width:768px) {
    .site-header {
        min-height: 70px;
        top: 0 !important
    }

    .header-inner {
        padding: 0 20px
    }

    .topbar {
        min-height: 33px
    }
}

.internal-linking-box {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--gold);
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05)
}

.internal-linking-title {
    font-family: var(--ff-serif);
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 1rem;
    color: var(--navy)
}

.internal-linking-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.internal-linking-item {
    margin-bottom: 0.75rem
}

.internal-linking-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--navy) !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease !important
}

.internal-linking-link:hover {
    color: var(--gold) !important;
    transform: translateX(4px)
}

.internal-linking-icon {
    color: var(--gold);
    font-weight: 700
}

.compare-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px 64px
}

.compare-cards {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: stretch;
    gap: 0;
    margin-bottom: 44px
}

.brand-score-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    position: relative;
    transition: box-shadow .2s
}

.brand-score-card.winner-card {
    border-top: 4px solid var(--gold);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .10)
}

.winner-flag {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #1a2540;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 99px;
    white-space: nowrap
}

.brand-icon {
    font-size: 48px;
    margin-bottom: 10px
}

.brand-card-name {
    font-size: 20px;
    font-weight: 800;
    color: #1a2540;
    margin-bottom: 5px
}

.brand-card-desc {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 16px;
    min-height: 36px;
    line-height: 1.5
}

.score-big {
    font-size: 52px;
    font-weight: 900;
    color: #1a2540;
    line-height: 1
}

.score-out-of {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 2px
}

.score-label-text {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 6px
}

.review-count-text {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 18px
}

.card-btns {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}

.card-btns a {
    font-size: 12px
}

.vs-col {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    color: #9ca3af;
    letter-spacing: 2px
}

.compare-article-body {
    color: #374151
}

.compare-section {
    margin-bottom: 52px
}

.compare-section h2 {
    font-size: 21px;
    font-weight: 800;
    color: #1a2540;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6
}

.compare-section h3 {
    font-size: 16px;
    font-weight: 800;
    color: #1a2540;
    margin: 24px 0 10px;
    letter-spacing: .3px
}

.compare-section p {
    line-height: 1.85;
    margin-bottom: 14px;
    font-size: 15px
}

.compare-section p:last-child {
    margin-bottom: 0
}

.compare-brand-context {
    background: #f8fafc;
    border-left: 3px solid #e5e7eb;
    padding: 10px 16px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-style: italic;
    color: #4b5563;
    margin-top: 4px
}

.market-trust-content p {
    font-size: 14.5px;
    color: #4b5563;
    line-height: 1.8
}

.market-trust-content p strong {
    color: #1a2540
}

.verdict-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 14px
}

.verdict-intro {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 14px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #e5e7eb
}

.verdict-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px
}

.verdict-card-head {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a2540;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 7px
}

.verdict-score-chip {
    background: #1a2540;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    margin-left: auto
}

.verdict-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.verdict-card ul li {
    font-size: 13px;
    color: #374151;
    padding-left: 22px;
    position: relative;
    line-height: 1.5
}

.verdict-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6b7280;
    font-weight: 700
}

.compare-table-outer {
    overflow-x: auto;
    margin: 16px 0 0
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px
}

.compare-table th,
.compare-table td {
    padding: 11px 15px;
    border: 1px solid #e5e7eb
}

.compare-table th {
    font-weight: 700
}

.compare-table .th-metric {
    background: #1a2540;
    color: #fff;
    width: 34%;
    text-align: left
}

.compare-table .th-winner {
    background: var(--gold);
    color: #1a2540;
    text-align: center;
    width: 33%
}

.compare-table .th-runner {
    background: #f3f4f6;
    color: #374151;
    text-align: center;
    width: 33%
}

.compare-table tbody tr:nth-child(even) {
    background: #f9fafb
}

.compare-table td:not(:first-child) {
    text-align: center
}

.compare-table tbody td:first-child {
    font-weight: 600;
    color: #374151
}

.compare-table .row-bold td {
    font-weight: 800
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 14px
}

.pc-brand-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pc-brand-title {
    font-size: 14px;
    font-weight: 800;
    color: #1a2540;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb
}

.pc-block {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    background: #fff
}

.pc-block-title {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.pc-block-title.pros {
    color: #16a34a
}

.pc-block-title.cons {
    color: #dc2626
}

.pc-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.pc-block ul li {
    font-size: 13px;
    color: #374151;
    padding-left: 18px;
    position: relative;
    line-height: 1.5
}

.pc-pros li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700
}

.pc-cons li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700
}

.pc-no-data {
    font-size: 13px;
    color: #9ca3af;
    font-style: italic;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
    text-align: center
}

.expert-commentary {
    background: #f0f9ff;
    border-left: 4px solid #0ea5e9;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #0c4a6e;
    line-height: 1.75
}

.verdict-quote {
    border-left: 4px solid var(--gold);
    background: #fffbeb;
    padding: 16px 20px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 14px
}

.verdict-quote p {
    font-style: italic;
    color: #374151;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 8px
}

.verdict-quote-meta {
    font-size: 11px;
    font-weight: 700;
    color: #1a2540;
    letter-spacing: .5px
}

.verdict-quote-meta a {
    color: #1a2540
}

.methodology-content p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px
}

.methodology-content p strong {
    color: #1a2540
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden
}

.faq-btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2540;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.4;
    transition: background .15s
}

.faq-btn:hover {
    background: #f9fafb
}

.faq-icon {
    flex-shrink: 0;
    margin-top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s, background .2s
}

.faq-btn[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
    background: var(--gold)
}

.faq-answer {
    display: none;
    padding: 0 20px 16px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
    border-top: 1px solid #f3f4f6
}

.faq-answer.open {
    display: block
}

.conclusion-box {
    background-color: var(--navy);
    background: linear-gradient(135deg, #1a2540 0%, #243050 100%);
    border-radius: 14px;
    padding: 30px 28px;
    color: #fff;
    margin-top: 14px
}

.conclusion-box p {
    color: rgba(255, 255, 255, .85);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 12px
}

.conclusion-box p:last-of-type {
    margin-bottom: 20px
}

.conclusion-box strong {
    color: #fff
}

.conclusion-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.conclusion-ctas a {
    font-size: 13px
}

.editorial-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 36px;
    font-size: 12.5px;
    color: #166534;
    line-height: 1.6
}

.editorial-note-icon {
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 1px
}

.related-block {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px 24px;
    margin-top: 48px
}

.related-block h3 {
    font-size: 14px;
    font-weight: 800;
    color: #1a2540;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.related-link {
    font-size: 12.5px;
    color: #1a2540;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 5px 12px;
    text-decoration: none;
    transition: border-color .15s, background .15s
}

.related-link:hover {
    border-color: var(--gold);
    background: #fffbeb
}

@media (max-width:620px) {
    .compare-cards {
        grid-template-columns: 1fr
    }

    .vs-col {
        padding: 8px 0
    }

    .verdict-row {
        grid-template-columns: 1fr
    }

    .pros-cons-grid {
        grid-template-columns: 1fr
    }

    .score-big {
        font-size: 40px
    }
}

.scroll-nav-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(15, 26, 46, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transition: all 0.3s ease
}

.scroll-nav-wrapper::-webkit-scrollbar {
    display: none
}

.pill-nav {
    display: flex;
    gap: 10px;
    padding: 0 16px;
    max-width: 1200px;
    margin: 0 auto
}

.pill-item {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.pill-item:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #1a2540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3)
}

.pill-item.active-pill {
    background-color: var(--gold);
    color: #1a2540;
    border-color: var(--gold);
    box-shadow: 0 4px 12px rgba(201, 168, 76, 0.4)
}

.compare-section {
    scroll-margin-top: 140px
}

#floating-share {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%) translateY(100px);
    display: flex;
    flex-direction: row;
    gap: 15px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px 15px;
    border-radius: 100px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

#floating-share.show-popup {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

#floating-share a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

#floating-share a:hover {
    transform: translateY(-6px) scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

.btn-x {
    background: #000
}

.btn-fb {
    background: #1877f2
}

.btn-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.btn-pin {
    background: #bd081c
}

@media (max-width:620px) {
    #floating-share {
        bottom: 20px;
        padding: 8px 12px;
        gap: 12px
    }

    #floating-share a {
        width: 38px;
        height: 38px
    }
}

@media (max-width:992px) {
    .site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 10000;
        box-shadow: var(--shadow);
    }
}


@media (max-width:768px) {
    .premium-card {
        padding: 24px 16px
    }

    .premium-article {
        font-size: 16px;
        line-height: 1.75
    }

    .brand-overview-bar {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 16px
    }

    .pros-box,
    .cons-box {
        padding: 20px
    }

    .verdict-box {
        padding: 32px 20px
    }

    .verdict-score-flex {
        flex-direction: column;
        text-align: center;
        gap: 12px
    }
}

@media (max-width:768px) {
    .home-article-card {
        padding: 0 !important;
    }
}

.home-article-card {
    padding: 0 !important;
}


/* Kontainer Utama Pagination */
nav[aria-label="Pagination Navigation"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
    font-family: var(--ff-sans);
    width: 100%;
}

/* Mengatur Tampilan Mobile vs Desktop */
nav[aria-label="Pagination Navigation"]>div.sm\:hidden {
    display: none;
}

nav[aria-label="Pagination Navigation"]>div.sm\:flex-1 {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 640px) {
    nav[aria-label="Pagination Navigation"]>div.sm\:hidden {
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

    nav[aria-label="Pagination Navigation"]>div.sm\:flex-1 {
        display: none;
    }
}

/* Teks Info (Contoh: Showing 1 to 6 of 249 results) */
nav[aria-label="Pagination Navigation"] p {
    font-size: 14px;
    color: var(--gray);
    margin: 0;
}

nav[aria-label="Pagination Navigation"] p .font-medium {
    font-weight: 800;
    color: var(--navy);
}

/* Kotak Grup Tombol Desktop */
nav[aria-label="Pagination Navigation"] .shadow-sm {
    display: inline-flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

/* Styling Dasar Tombol (Angka, Prev, Next) */
nav[aria-label="Pagination Navigation"] a,
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"]>span,
nav[aria-label="Pagination Navigation"] span[aria-current="page"]>span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin-left: -1px;
    /* Mencegah border ganda menumpuk */
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    background-color: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Efek Lengkung (Radius) pada Ujung Kiri dan Kanan */
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"]:first-child>span,
nav[aria-label="Pagination Navigation"] a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

nav[aria-label="Pagination Navigation"] a:last-child,
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"]:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Efek Hover untuk Tombol Aktif */
nav[aria-label="Pagination Navigation"] a:hover {
    background-color: #f8fafc;
    color: var(--gold-dark);
    z-index: 2;
}

/* Halaman Saat Ini (Active Page) - Warna Navy & Gold */
nav[aria-label="Pagination Navigation"] span[aria-current="page"]>span {
    background-color: var(--navy);
    color: var(--gold);
    border-color: var(--navy);
    z-index: 3;
}

/* Status Nonaktif (Disabled Prev/Next) */
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"]>span {
    color: #94a3b8;
    background-color: #f8fafc;
    cursor: not-allowed;
}

/* Styling Khusus Tombol Prev & Next di Mode Mobile */
nav[aria-label="Pagination Navigation"]>div.sm\:hidden a,
nav[aria-label="Pagination Navigation"]>div.sm\:hidden span.relative {
    border-radius: 6px;
    margin-left: 0;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    color: var(--navy);
}

/* Ikon Panah SVG */
nav[aria-label="Pagination Navigation"] svg {
    width: 20px;
    height: 20px;
}

/* PREMIUM CATEGORY THUMBNAILS */
.category-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: 1;
}

.home-article-card:hover .category-thumb {
    transform: scale(1.1);
}

.emoji-fallback {
    font-size: 64px;
    z-index: 1;
}

/* CATEGORY HUB GRID UPGRADES */
.cat-image-box {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-card:hover .cat-image-box {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .sidebar-sticky {
        position: sticky;
        top: 120px;
    }
}

#toc {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    height: auto !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

.toc-link {
    padding: 8px 12px !important;
    display: block !important;
    margin: 0 !important;
}

.premium-breadcrumb-wrapper {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: -10px !important;
}

.premium-hero {
    padding-top: 30px !important;
    margin-top: 0 !important;
}

/* ═══════════════════════════════════════════
   FINAL REVIEW DESIGN SYSTEM
   Standardized Typography, Grids, and Spacing
   ═══════════════════════════════════════════ */

/* Global Article Typography */
.premium-article h2,
.section-title-premium {
    font-family: var(--ff-serif);
    font-size: 30px !important;
    font-weight: 800 !important;
    color: var(--navy) !important;
    margin: 24px 0 12px !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
}

.premium-article h3,
.subsection-title-premium,
.journey-title,
.persona-title,
.ux-summary-label {
    font-family: var(--ff-serif);
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--navy) !important;
    margin: 16px 0 8px !important;
    line-height: 1.3 !important;
}

.premium-article h4,
.premium-article h5 {
    font-family: var(--ff-serif);
    font-size: 19px !important;
    font-weight: 700 !important;
    color: var(--navy) !important;
    margin: 12px 0 6px !important;
}

.premium-article p,
.ux-summary-text,
.persona-text,
.brand-authority-narrative p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: var(--ink) !important;
    margin-bottom: 12px !important;
}

.premium-article>*:last-child {
    margin-bottom: 0 !important;
}

.premium-article p:empty,
.premium-article br {
    display: none !important;
}

/* Specialty UI Blocks */
.ux-summary-box {
    background: rgba(15, 26, 46, 0.03);
    border: 1px solid rgba(15, 26, 46, 0.05);
    padding: 24px;
    border-radius: 12px;
    margin: 24px 0;
}

.consumer-journey-section {
    padding: 24px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    margin: 24px 0;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.journey-step {
    text-align: center;
}

.step-num {
    width: 28px;
    height: 28px;
    background: var(--navy);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 800;
    font-size: 13px;
}

.step-label {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
    font-size: 14px;
}

.step-desc {
    font-size: 12px !important;
    color: var(--gray) !important;
    line-height: 1.4 !important;
}

@media (max-width: 768px) {
    .journey-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* DISCOVER OPTIMIZATION COMPONENTS */
.news-hero-discover {
    position: relative;
    padding: 60px 0 100px;
    background: var(--navy);
    color: white;
    text-align: center;
    overflow: hidden;
}

.news-hero-discover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(201, 168, 76, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444 !important;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(239, 68, 68, 0.3);
    margin-bottom: 24px;
    animation: pulse-soft 2s infinite;
}

@keyframes pulse-soft {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.big-hero-img-wrapper {
    max-width: 1000px;
    margin: -50px auto 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 50;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.big-hero-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .hero-divider-v {
        display: none;
    }

    .author-signature-box {
        padding: 6px 12px;
        gap: 12px;
        max-width: 100%;
    }

    .author-avatar-hero,
    .author-avatar-gold {
        width: 38px;
        height: 38px;
    }

    .author-meta-name {
        font-size: 15px;
    }

    .author-meta-title {
        font-size: 10px;
    }

    .big-hero-img-wrapper {
        margin: -30px 0 20px;
        border-radius: 12px;
        border-width: 2px;
    }

    .big-hero-img {
        aspect-ratio: 16 / 9;
    }
}

/* FLOATING SHARE BAR */
.share-float-bar {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
    opacity: 1;
    /* Make it visible by default */
}

.share-btn {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    text-decoration: none;
}

.share-btn:hover {
    transform: translateX(8px);
    filter: brightness(1.1);
}

.btn-wa {
    background: #25D366;
}

.btn-fb {
    background: #1877F2;
}

.btn-x {
    background: #000000;
}

@media (max-width: 1024px) {
    .share-float-bar {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
        flex-direction: row;
        width: 100%;
        background: white;
        padding: 12px 20px;
        justify-content: center;
        border-top: 1px solid #eee;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
    }

    .share-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }
}

/* FEEDBACK WIDGET */
.feedback-widget {
    margin: 60px 0;
    padding: 40px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.feedback-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 24px;
    font-family: var(--ff-serif);
}

.feedback-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-feedback {
    padding: 14px 36px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cbd5e1;
    background: white;
    color: var(--gray);
}

.btn-feedback:hover {
    background: #f1f5f9;
    border-color: var(--navy);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#feedback-thanks {
    display: none;
    color: #166534;
    font-weight: 700;
    padding: 16px;
    background: #dcfce7;
    border-radius: 16px;
    border: 1px solid #86efac;
}

/* ═══════════════════════════════════════════
   TESTIMONIALS OPTIMIZATION
   Fixing visibility and spatial density
   ═══════════════════════════════════════════ */
.testimonials-section {
    padding: 60px 0 !important;
}

.testimonials-section .section-title-premium {
    color: white !important;
}

.testi-grid {
    gap: 20px !important;
    margin-top: 40px !important;
}

.testi-card {
    padding: 24px !important;
}

.testi-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* PREMIUM QnA SYSTEM REVAMP */
.qna-card-premium {
    background: white;
    border-radius: 24px;
    padding: 56px;
    box-shadow: 0 40px 80px rgba(15, 26, 46, 0.06);
    border: 1px solid rgba(15, 26, 46, 0.04);
    position: relative;
}

.qna-title-hero {
    font-family: var(--ff-serif);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
}

.qna-badge-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(59, 130, 246, 0.08);
    color: var(--blue);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    margin-bottom: 24px;
}

.ai-answer-block-v2 {
    background: #fcfaf5;
    border: 1px solid #f3ebd1;
    border-left: 6px solid var(--gold-contrast);
    border-radius: 20px;
    padding: 40px;
    margin: 48px 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(201, 168, 76, 0.05);
}

.ai-answer-label {
    position: absolute;
    top: -12px;
    left: 32px;
    background: var(--gold-contrast);
    color: var(--navy);
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.answer-grid-premium {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 56px;
}

.answer-item-premium {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f5f9;
}

.answer-item-premium:last-child {
    border-bottom: none;
}

.answer-vote-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 16px 8px;
    border-radius: 16px;
    align-self: flex-start;
}

.author-chip-v2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--navy);
    color: white;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
}

.author-avatar-v2 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--gold-contrast);
    overflow: hidden;
    background: var(--gold-contrast);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.related-qna-card-mini {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    display: block;
    margin-bottom: 16px;
}

.related-qna-card-mini:hover {
    transform: translateX(8px);
    border-color: var(--gold-contrast);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.related-qna-title-mini {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
    display: block;
}

.qna-index-card-v2 {
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.qna-index-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--gold-contrast);
}

.eeat-trust-footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px dashed #e2e8f0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.eeat-trust-footer .trust-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.eeat-trust-footer .trust-item i {
    font-size: 24px;
    color: var(--gold-contrast);
}

.eeat-trust-footer .trust-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--navy);
}

.eeat-trust-footer .trust-item p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .qna-card-premium {
        padding: 32px 24px;
    }

    .answer-item-premium {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .answer-vote-box {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 24px;
        padding: 12px;
    }

    .eeat-trust-footer {
        grid-template-columns: 1fr;
    }
}

/* --- QnA SHOW PAGE DEFINITIVE FIX --- */
.qna-hero-section {
    padding: 60px 0 120px;
    background: var(--navy);
    position: relative;
    overflow: hidden;
}

.qna-hero-accent {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.qna-badge-verified-hero {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.qna-title-hero-main {
    color: white;
    margin-bottom: 16px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
}

.qna-hero-meta {
    display: flex;
    gap: 32px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.qna-meta-item i {
    color: var(--gold-contrast);
    margin-right: 8px;
}

.qna-main-wrapper {
    margin-top: -60px;
    margin-bottom: 120px;
    position: relative;
    z-index: 10;
}

.ai-answer-highlight {
    font-size: 18px;
    color: var(--navy);
    font-weight: 600;
}

.qna-related-brand-card {
    margin: 56px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.qna-related-brand-info {
    display: flex;
    gap: 32px;
    align-items: center;
}

.qna-related-brand-icon {
    font-size: 40px;
    background: white;
    width: 90px;
    height: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
}

.qna-related-brand-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
}

.qna-related-brand-desc {
    margin: 12px 0 0;
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}

.qna-related-brand-btn {
    white-space: nowrap;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.qna-answers-header {
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 40px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.qna-header-line {
    height: 2px;
    flex: 1;
    background: #f1f5f9;
}

.qna-badge-selected {
    margin-bottom: 24px;
    background: var(--navy);
    color: white;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.qna-badge-selected i {
    color: var(--gold-contrast);
}

.qna-answer-body {
    font-size: 18px;
    line-height: 1.9;
    color: #1e293b;
}

.qna-answer-footer {
    margin-top: 48px;
    display: flex;
    justify-content: flex-end;
}

.author-chip-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.author-chip-name {
    font-size: 14px;
}

.author-chip-date {
    opacity: 0.6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-icon-box {
    background: #f8fafc;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.newsletter-premium-sidebar {
    background: var(--navy);
    border-radius: 24px;
    padding: 40px;
    color: white;
}

.newsletter-title-sidebar {
    color: white;
    font-size: 24px;
    margin-bottom: 12px;
}

.newsletter-desc-sidebar {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}

.newsletter-form-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-input-sidebar {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 14px;
    border-radius: 12px;
    width: 100%;
}

.newsletter-btn-sidebar {
    width: 100%;
    background: var(--gold-contrast);
    color: var(--navy);
    font-weight: 900;
    padding: 14px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .qna-hero-section {
        padding: 40px 0 80px;
    }

    .qna-main-wrapper {
        margin-top: -40px;
    }

    .qna-related-brand-card {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        align-items: flex-start;
    }

    .qna-related-brand-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .qna-hero-meta {
        flex-direction: column;
        gap: 12px;
    }

    .qna-related-brand-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .qna-answer-footer {
        justify-content: flex-start;
    }

    .newsletter-premium-sidebar {
        padding: 24px;
    }
}

/* Optimization: Prevent CLS by taking the element out of the document flow */
/* 1. Shrink the Cookie Banner for a better "Toast" look */
#cookieConsent {
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    /* Don't force 100% width */
    max-width: 400px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10000;
}

#cookieConsent p {
    font-size: 12px;
    /* Small and clean */
    line-height: 1.4;
    margin: 0;
    color: #334155;
}

/* 2. Fix the H3 LCP Element */
h3 {
    content-visibility: auto;
    /* Helps browser prioritize painting */
    contain-intrinsic-size: 1px 20px;
}

/* 1. Shrink Hero for better mobile fit */
@media (max-width: 992px) {
    .premium-hero {
        min-height: 60vh;
        /* Changed from 100vh to avoid pushing content too far */
        padding: 40px 0;
    }

    .premium-hero-title {
        font-size: clamp(32px, 8vw, 48px);
        /* Reduced starting size */
        letter-spacing: -1px;
    }
}

/* 2. Fix Oversized Cards and Spacing */
@media (max-width: 768px) {
    .premium-card {
        padding: 20px;
        /* Drastically reduced from 48px */
        border-radius: 12px;
    }

    .author-signature-box {
        width: 100%;
        /* Ensure it fits the container */
        justify-content: center;
    }

    /* Prevent horizontal overflow */
    .takeaways-list {
        grid-template-columns: 1fr !important;
    }
}

/* 3. Performance: Priority Paint */
.premium-article h3 {
    content-visibility: auto;
    contain-intrinsic-size: 0 40px;
    /* Reserves space to prevent CLS */
}

/* 3. Emergency Mobile Scaling */
@media (max-width: 480px) {
    #cookieConsent .flex {
        justify-content: space-between;
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

    .btn-primary,
    .btn-ghost {
        padding: 6px 12px;
        font-size: 11px;
    }
}

#cookieConsent a {
    color: var(--gold, #d4af37);
    text-decoration: underline;
}

#cookieConsent .flex.gap-2 {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

@keyframes slideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}




/* --- PAGINATION CLEANUP --- */
/* Hide the "Showing 1 to 12 of X results" text from Laravel pagination */
nav[role="navigation"] p.text-sm.text-gray-700 {
    display: none !important;
}

/* Also hide the desktop summary container if it's separate */
nav[role="navigation"] div.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between>div:first-child {
    display: none !important;
}



@media (min-width: 993px) {
    #mainNav {
        width: 100% !important;
        background: #fff !important;
        display: flex !important;
        justify-content: center !important;
        /* Rata Tengah Utama */
        border-bottom: 1px solid #f1f5f9 !important;
    }

    .nav-container {
        width: 100% !important;
        max-width: 1200px !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .nav-links {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 30px !important;
    }
}

/* --- Z-INDEX HIERARCHY REFINEMENT --- */
.blog-header {
    position: relative !important;
    z-index: auto !important; /* Biarkan children menentukan z-index mereka sendiri */
}

.topbar,
.topbar-announcement {
    position: relative !important;
    z-index: 100 !important;
}

.nav-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99990 !important; /* Sedikit di bawah menu */
    background: rgba(15, 26, 46, 0.4) !important;
    backdrop-filter: blur(8px) !important;
    display: none;
}

.nav-overlay.active {
    display: block !important;
}

#mainNav {
    z-index: 99999 !important;
    /* Lapisan Tertinggi */
}

/* ── Desktop Navigation Restoration (>= 992px) ── */
@media (min-width: 992px) {
    #mainNav {
        position: relative !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        background: #ffffff !important;
        box-shadow: none !important;
        padding: 0 !important;
        z-index: 100 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        justify-content: center !important;
        transform: none !important;
    }

    #mainNav .nav-container {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
    }

    #mainNav .nav-links {
        display: flex !important;
        flex-direction: row !important;
        gap: 30px !important;
        justify-content: center !important;
    }

    #mainNav a {
        color: #1e293b !important;
        font-weight: 600 !important;
        padding: 12px 0 !important; /* Tinggi dikurangi */
        font-size: 15px !important;
        border: none !important;
        transition: all 0.3s ease !important;
    }

    #mainNav a:hover {
        color: #d4af37 !important;
        background: transparent !important;
    }

    /* Gaya Khusus CTA Submit Review di Desktop */
    #mainNav a.header-cta {
        background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%) !important;
        color: #0f172a !important;
        padding: 8px 20px !important;
        border-radius: 8px !important;
        margin-left: 10px !important;
        box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2) !important;
    }

    #mainNav a.header-cta:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3) !important;
        color: #0f172a !important;
    }

    /* Sembunyikan elemen mobile di desktop */
    .close-menu-btn, 
    .nav-overlay {
        display: none !important;
    }
}

/* ════════════════════════════════════════════════════════
   MOBILE HEADER: logo kiri, burger kanan, satu baris
   ════════════════════════════════════════════════════════ */
@media (max-width: 992px) {

    /* ── Header wrapper jadi satu baris ── */
    .header-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important; /* Izinkan wrap agar search bisa di baris bawah */
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* ── Logo ── */
    .logo {
        flex: 1 !important;
        margin: 0 !important;
    }

    /* ── Search: AKTIFKAN KEMBALI di baris bawah ── */
    .header-search-form {
        display: flex !important;
        width: 100% !important;
        order: 3 !important;
        margin-top: 12px !important;
        padding: 0 4px !important;
    }

    /* ── Burger ── */
    .mobile-toggle {
        display: flex !important;
        order: 2 !important;
        margin-left: 15px !important;
        z-index: 600 !important;
    }

    /* ── Close Button Fix ── */
    .close-menu-btn {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        width: 44px !important; /* Area klik lebih besar */
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        color: white !important;
        cursor: pointer !important;
        z-index: 200000 !important; /* Di atas segalanya */
        pointer-events: auto !important; /* WAJIB: Agar bisa diklik */
        transition: all 0.2s ease !important;
        padding: 0 !important;
    }

    .close-menu-btn:hover {
        background: rgba(255, 255, 255, 0.2) !important;
        transform: scale(1.1) !important;
    }

    .close-menu-btn svg {
        pointer-events: none !important; /* Agar klik jatuh ke button-nya */
        width: 24px !important;
        height: 24px !important;
    }

    /* ── Cat nav (sub-nav bawah header) ── */
    .cat-nav {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .cat-nav-inner {
        padding: 0 16px !important;
    }


    /* ════════════════════════════════════════
       NAV DRAWER: PREMIUM DARK EDITION
       ════════════════════════════════════════ */
    #mainNav {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 320px !important;
        height: 100vh !important;
        background: #0f172a !important; 
        color: #ffffff !important;
        z-index: 200000 !important; /* Lapisan TERTINGGI agar tidak ter-blur */
        display: block !important;
        padding: 80px 0 40px !important;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
        box-shadow: -15px 0 50px rgba(0, 0, 0, 0.5) !important;
        overflow-y: auto !important;
    }

    #mainNav.active {
        right: 0 !important;
    }

    /* Links: Premium Style */
    #mainNav a {
        display: flex !important;
        align-items: center !important;
        padding: 18px 28px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        transition: all 0.3s ease !important;
    }

    #mainNav a:hover, #mainNav a.active {
        background: rgba(255, 255, 255, 0.05) !important;
        color: #d4af37 !important;
        padding-left: 35px !important; /* Micro-animation */
    }

    /* CTA Button: Gold Gradient (UKURAN DIPERKECIL) */
    #mainNav a.header-cta {
        margin: 20px 24px !important; /* Margin atas dikurangi */
        padding: 12px !important; /* Padding dikurangi */
        background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%) !important;
        color: #0f172a !important;
        font-weight: 700 !important; /* Sedikit lebih ramping */
        font-size: 14px !important; /* Ukuran font dikurangi */
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        border-radius: 10px !important;
        border: none !important;
        text-align: center !important;
        justify-content: center !important;
        box-shadow: 0 6px 15px rgba(212, 175, 55, 0.2) !important;
    }

    /* Close Button: Sleek Circle */
    .close-menu-btn {
        position: absolute !important;
        top: 25px !important;
        right: 25px !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        backdrop-filter: blur(5px) !important;
    }

    .close-menu-btn:hover {
        background: rgba(255, 255, 255, 0.2) !important;
        transform: rotate(90deg) !important;
    }

    /* Overlay: Darker Blur */
    .nav-overlay {
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.7) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        z-index: 99998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.4s ease !important;
    }

    .nav-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* ── END HEADER MOBILE FIX ── */

/* ── CLOSE BUTTON DEFINITIVE FIX ── */

/* Desktop: sembunyikan */
@media (min-width: 993px) {
    .close-menu-btn {
        display: none !important;
    }
}

/* Mobile: tampilkan dan pastikan bisa diklik */
@media (max-width: 992px) {
    .close-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
        width: 40px !important;
        height: 40px !important;
        background: #f1f5f9 !important;
        border: none !important;
        border-radius: 50% !important;
        font-size: 22px !important;
        color: #0f172a !important;
        cursor: pointer !important;
        z-index: 999 !important;
        padding: 0 !important;
        line-height: 1 !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }

    /* Pastikan karakter × tidak memblokir tap */
    .close-menu-btn svg {
        pointer-events: none;
    }
}
:root { 
    --bg-color: #ffffff; 
    --text-color: #333333; 
    --text-muted: #999999; 
    --border-color: #f4f4f4; 
    --border-dark: #dddddd; 
    --accent-color: #111111; 
    --navy: #111111; 
    --ff-serif: "Lora", serif; 
    --ff-sans: "Lora", serif; 
}
.premium-card, .verdict-box, .premium-sidebar-widget { 
    box-shadow: none !important; 
    border: 1px solid var(--border-color) !important; 
    border-radius: 0 !important; 
    padding: 40px !important; 
}
.card-title, .verdict-title, .premium-hero-title, h1, h2, h3 { 
    font-weight: 400 !important; 
}

/* STRUCTURAL LAYOUT OVERRIDES */
@media(min-width:993px) {
    /* 1. Hide the sidebar completely for a minimalist text-focused look */
    .premium-grid > .sidebar {
        display: none !important;
    }
    
    /* 2. Center the main content column and make it narrow */
    .premium-grid {
        grid-template-columns: 800px !important; 
        justify-content: center;
    }

    /* 3. Simplify the Hero Section */
    .hero-featured-side {
        display: none !important; 
    }
    .premium-hero .premium-grid {
        grid-template-columns: 800px !important;
        justify-content: center;
        text-align: center;
    }
    .hero-text-content {
        align-items: center;
    }
}