    /* SEO CLS Prevention: Fixed-height Reserved ad slot containers */
    .ad-slot-header {
        width: 100%;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
        background: rgba(255, 255, 255, 0.01);
        border-radius: 12px;
        overflow: hidden;
    }

    .ad-slot-card-inline {
        width: 100%;
        min-height: 280px;
        margin: 1rem 0;
        background: rgba(255, 255, 255, 0.01);
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Premium Space-Night Glassmorphism Details Page Overrides */
    .modern-link-page {
        min-height: 100vh;
        background: var(--bg-brand, #1a1a2e);
        padding: 120px 0 80px;
        color: white;
        font-family: var(--font-primary, 'Inter', sans-serif);
        position: relative;
        overflow-x: hidden;
        z-index: 0;
    }

    /* Ambient Glowing Backdrops matching Index Page */
    .modern-link-page::before,
    .modern-link-page::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        filter: blur(130px);
        z-index: -1;
        opacity: 0.15;
        pointer-events: none;
    }

    .modern-link-page::before {
        width: 500px;
        height: 500px;
        background: #00d4ff;
        top: 2%;
        left: -10%;
    }

    .modern-link-page::after {
        width: 450px;
        height: 450px;
        background: #20c997;
        top: 15%;
        right: -10%;
    }

    .link-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Breadcrumbs */
    .link-breadcrumb {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 25px;
        font-size: 0.85rem;
    }
    
    .breadcrumb-link {
        color: var(--color-text-secondary, #a0aec0) !important;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: color 0.3s;
    }
    .breadcrumb-link:hover {
        color: #00d4ff !important;
    }
    .breadcrumb-separator {
        color: rgba(255, 255, 255, 0.2);
        font-size: 0.75rem;
    }
    .breadcrumb-current {
        color: white;
        font-weight: 600;
    }

    /* Glassmorphic overrides for all sections on the links page */
    .link-card,
    .gs-analytics-section,
    .rating-section,
    .comments-section,
    .user-actions,
    .admin-controls,
    .affiliate-section,
    .article-section {
        background: rgba(255, 255, 255, 0.02) !important;
        backdrop-filter: blur(24px) !important;
        -webkit-backdrop-filter: blur(24px) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        border-radius: 24px !important;
        padding: 40px !important;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3) !important;
        margin-bottom: 30px !important;
        color: white !important;
    }

    /* Headers */
    .comments-section h3,
    .rating-section h3,
    .article-header h3,
    .topics-header h4,
    .highlights-header h4,
    .gs-analytics-title h3 {
        font-family: var(--font-heading, 'Outfit', sans-serif) !important;
        font-size: 1.5rem !important;
        font-weight: 800 !important;
        color: white !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .link-hero {
        display: flex;
        gap: 35px;
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .group-avatar {
        width: 120px;
        height: 120px;
        border-radius: 24px;
        border: 2px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    .link-info {
        flex: 1;
        min-width: 0;
    }

    .link-title {
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 12px;
        color: white !important;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .link-description {
        font-size: 1.05rem;
        line-height: 1.6;
        color: var(--color-text-secondary, #a0aec0) !important;
        margin-bottom: 20px;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .link-meta {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .meta-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 0.85rem;
        color: var(--color-text-secondary, #a0aec0);
    }
    
    .meta-item i {
        color: #00d4ff;
    }

    /* Actions Buttons */
    .link-actions {
        display: flex;
        gap: 15px;
        margin-bottom: 0px;
    }

    .join-btn.primary {
        background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997)) !important;
        color: white !important;
        border-radius: 14px;
        padding: 14px 35px;
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-weight: 700;
        font-size: 1.1rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 8px 25px rgba(0, 136, 204, 0.25);
        transition: all 0.3s;
    }
    .join-btn.primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(0, 136, 204, 0.4);
        filter: brightness(1.08);
    }

    .share-btn.secondary {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        color: white !important;
        border-radius: 14px;
        padding: 14px 28px;
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    .share-btn.secondary:hover {
        background: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
    }

    /* Details Grid Cards */
    .details-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .detail-card,
    .description-card,
    .stat-card-modern,
    .highlight-item,
    .gs-stat-box {
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 18px !important;
        padding: 20px !important;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: all 0.3s;
    }
    
    .detail-card:hover,
    .description-card:hover,
    .stat-card-modern:hover,
    .highlight-item:hover,
    .gs-stat-box:hover {
        background: rgba(255, 255, 255, 0.04) !important;
        border-color: rgba(0, 212, 255, 0.2) !important;
        transform: translateY(-2px);
    }

    .detail-icon,
    .description-icon,
    .stat-icon-wrapper,
    .highlight-icon,
    .gs-stat-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: rgba(0, 212, 255, 0.1) !important;
        border: 1px solid rgba(0, 212, 255, 0.15) !important;
        color: #00d4ff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
    }

    .stat-icon-wrapper.category {
        background: rgba(32, 201, 151, 0.1) !important;
        border-color: rgba(32, 201, 151, 0.15) !important;
        color: #20c997 !important;
    }

    .stat-icon-wrapper.location {
        background: rgba(255, 215, 0, 0.1) !important;
        border-color: rgba(255, 215, 0, 0.15) !important;
        color: #ffd700 !important;
    }

    .gs-stat-icon.rank {
        background: rgba(255, 215, 0, 0.1) !important;
        border-color: rgba(255, 215, 0, 0.15) !important;
        color: #ffd700 !important;
    }

    .detail-content h3,
    .description-content h4,
    .stat-label-modern,
    .gs-stat-lbl,
    .highlight-text strong {
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: var(--color-text-secondary, #a0aec0) !important;
        margin: 0 0 4px 0 !important;
    }

    .detail-link,
    .stat-link {
        color: white !important;
        font-weight: 700 !important;
        font-size: 1.05rem;
        text-decoration: none;
        transition: color 0.2s;
    }
    .detail-link:hover,
    .stat-link:hover {
        color: #00d4ff !important;
    }

    .description-content p,
    .highlight-text span,
    .gs-no-data {
        color: var(--color-text-secondary, #a0aec0) !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }

    .stat-number-modern,
    .gs-stat-val {
        font-family: var(--font-heading, 'Outfit', sans-serif) !important;
        font-size: 1.8rem !important;
        font-weight: 800 !important;
        color: white !important;
    }

    .gs-stat-val.positive {
        color: #20c997 !important;
    }

    /* Tag item styles */
    .tag-item,
    .topic-tag {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        color: var(--color-text-secondary, #a0aec0) !important;
        padding: 6px 14px !important;
        border-radius: 30px !important;
        font-size: 0.83rem !important;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 4px;
        transition: all 0.3s;
        text-decoration: none;
    }
    .tag-item:hover,
    .topic-tag:hover {
        color: white !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(0, 212, 255, 0.3) !important;
        transform: translateY(-1px);
    }

    .tag-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #20c997;
    }

    /* Special Join Quick Banner */
    .special-join-banner {
        background: linear-gradient(135deg, rgba(32, 201, 151, 0.1) 0%, rgba(0, 136, 204, 0.1) 100%) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(32, 201, 151, 0.2) !important;
        border-radius: 20px;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .special-join-content {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .special-join-icon {
        font-size: 1.5rem;
        color: #20c997;
    }

    .special-join-text h3 {
        margin: 0 0 2px 0;
        font-weight: 800;
        font-size: 1.15rem;
        color: white;
    }

    .special-join-text p {
        margin: 0;
        font-size: 0.85rem;
        color: var(--color-text-secondary, #a0aec0);
    }

    .special-join-btn {
        background: #20c997 !important;
        color: white !important;
        border-radius: 10px;
        padding: 10px 22px;
        font-weight: 700;
        font-size: 0.95rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s;
    }
    .special-join-btn:hover {
        filter: brightness(1.1);
        transform: translateY(-2px);
    }

    /* Comments Section */
    .comment-form textarea,
    #add-comment-form input[type="text"] {
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 12px;
        color: white !important;
        padding: 15px;
        font-family: inherit;
        font-size: 0.95rem;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .comment-form textarea:focus,
    #add-comment-form input[type="text"]:focus {
        outline: none;
        border-color: #00d4ff !important;
        box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
    }
    
    .comment-submit-btn {
        background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997)) !important;
        color: white !important;
        border: none;
        border-radius: 12px;
        padding: 12px 28px;
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-weight: 700;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s;
    }
    .comment-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 136, 204, 0.25);
    }

    .comment-item {
        background: rgba(255, 255, 255, 0.01) !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .comment-username {
        color: white !important;
        font-weight: 700;
    }
    
    .comment-date {
        color: var(--color-text-secondary, #a0aec0) !important;
    }
    
    .comment-content {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.95rem;
        line-height: 1.5;
        margin-top: 10px;
    }

    /* Action Buttons (Add/Remove from profile, Pin) */
    .action-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .action-btn,
    .admin-btn {
        padding: 12px 24px !important;
        border-radius: 12px !important;
        font-family: var(--font-heading, 'Outfit', sans-serif) !important;
        font-weight: 700 !important;
        font-size: 0.95rem !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        transition: all 0.3s;
        border: none !important;
        text-decoration: none !important;
    }

    .action-btn.add,
    .admin-btn {
        background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997)) !important;
        color: white !important;
    }
    
    .action-btn.add:hover,
    .admin-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 136, 204, 0.25);
    }

    .action-btn.remove,
    .admin-btn.admin-delete-btn {
        background: rgba(239, 68, 68, 0.1) !important;
        border: 1px solid rgba(239, 68, 68, 0.2) !important;
        color: #f87171 !important;
    }

    .action-btn.remove:hover,
    .admin-btn.admin-delete-btn:hover {
        background: #ef4444 !important;
        color: white !important;
    }

    .action-btn.pin {
        background: linear-gradient(135deg, #ffd700, #ffa500) !important;
        color: #1a1a2e !important;
    }
    
    .action-btn.pin:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(255, 215, 0, 0.3);
    }

    /* Charts styling support */
    .gs-chart-wrap {
        background: rgba(0, 0, 0, 0.2);
        padding: 15px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        margin-top: 20px;
    }

    /* AI Predictive Listing Valuation & Audience Estimator Widget Styling */
    .modern-valuation-widget {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 18px !important;
        padding: 16px 20px !important;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        display: flex;
        flex-direction: column;
        gap: 12px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        margin-top: 15px !important;
        margin-bottom: 20px !important;
        position: relative;
        overflow: hidden;
    }
    
    .modern-valuation-widget:hover {
        border-color: rgba(0, 212, 255, 0.25) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 40px 0 rgba(0, 212, 255, 0.1) !important;
    }

    .modern-valuation-widget::before {
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.05), transparent);
        transform: skewX(-25deg);
        transition: 0.75s;
        pointer-events: none;
    }
    
    .modern-valuation-widget:hover::before {
        left: 125%;
    }

    .valuation-meta-row, .valuation-growth-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .valuation-meta-row {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding-bottom: 10px;
    }

    .val-label {
        font-size: 0.82rem !important;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.7) !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .val-label i {
        color: #00d4ff;
        font-size: 0.95rem;
    }

    .val-amount {
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-size: 1.35rem !important;
        font-weight: 800;
        color: #ffd700 !important;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    }

    .growth-score-badge {
        display: flex;
        align-items: center;
        gap: 6px;
        background: rgba(32, 201, 151, 0.1);
        border: 1px solid rgba(32, 201, 151, 0.2);
        padding: 4px 10px;
        border-radius: 50px;
    }

    .growth-percent {
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-size: 0.9rem !important;
        font-weight: 800;
        color: #20c997;
    }

    .growth-trend {
        font-size: 0.72rem !important;
        font-weight: 800;
        color: #20c997;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    /* Responsive detail grids */
    @media (max-width: 768px) {
        .link-hero {
            flex-direction: column;
            gap: 20px;
            align-items: center;
            text-align: center;
        }

        .link-title {
            font-size: 1.8rem;
        }

        .link-meta {
            justify-content: center;
        }

        .link-actions,
        .action-buttons,
        .admin-controls {
            flex-direction: column;
            width: 100%;
        }

        .join-btn.primary,
        .share-btn.secondary,
        .action-btn,
        .admin-btn {
            justify-content: center;
            width: 100%;
        }

        .special-join-banner {
            flex-direction: column;
            gap: 15px;
            text-align: center;
        }
    }

    /* E-E-A-T Safety Audit Card Styles */
    .eeat-safety-card {
        background: linear-gradient(135deg, rgba(32, 201, 151, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
        border: 1px solid rgba(32, 201, 151, 0.15) !important;
        border-radius: 20px !important;
        padding: 24px !important;
        margin-top: 20px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .eeat-safety-title {
        font-size: 1.1rem !important;
        font-weight: 800 !important;
        color: #20c997 !important;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 15px !important;
        text-transform: none !important;
        letter-spacing: 0.3px !important;
    }
    .eeat-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    .eeat-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        color: #cbd5e1;
    }
    .eeat-item i {
        color: #20c997;
        font-size: 1.05rem;
    }
    
    /* Graphical Review Breakdown Styles */
    .rating-breakdown-wrapper {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .rating-score-box {
        flex: 1;
        min-width: 140px;
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 16px;
    }
    .rating-large-num {
        font-family: var(--font-heading, 'Outfit', sans-serif);
        font-size: 3rem;
        font-weight: 900;
        color: #ffd700;
        line-height: 1;
    }
    .rating-stars-list {
        color: #ffd700;
        font-size: 0.95rem;
        margin: 8px 0;
    }
    .rating-total-txt {
        font-size: 0.8rem;
        color: #a0aec0;
    }
    .rating-bars-column {
        flex: 3;
        min-width: 250px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .rating-bar-row {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 0.85rem;
    }
    .rating-bar-lbl {
        width: 50px;
        color: #a0aec0;
        font-weight: 600;
        text-align: right;
    }
    .rating-bar-outer {
        flex: 1;
        height: 8px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        overflow: hidden;
    }
    .rating-bar-inner {
        height: 100%;
        background: linear-gradient(90deg, #ffd700, #ffa500);
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
    }
    .rating-bar-pct {
        width: 35px;
        color: #cbd5e1;
        font-weight: 700;
        text-align: left;
    }

    /* FAQ Accordion Styles */
    .faq-section {
        background: rgba(255, 255, 255, 0.02) !important;
        backdrop-filter: blur(24px) !important;
        -webkit-backdrop-filter: blur(24px) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        border-radius: 24px !important;
        padding: 40px !important;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3) !important;
        margin-bottom: 30px !important;
    }
    .faq-title {
        font-family: var(--font-heading, 'Outfit', sans-serif) !important;
        font-size: 1.5rem !important;
        font-weight: 800 !important;
        color: white !important;
        margin-bottom: 25px !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .faq-accordion {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .faq-item {
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.01);
        overflow: hidden;
        transition: all 0.3s;
    }
    .faq-item:hover {
        border-color: rgba(0, 212, 255, 0.2);
        background: rgba(255, 255, 255, 0.02);
    }
    .faq-header-btn {
        width: 100%;
        background: none;
        border: none;
        padding: 18px 24px;
        text-align: left;
        color: white;
        font-family: inherit;
        font-size: 1.02rem;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        outline: none;
    }
    .faq-header-btn i {
        color: #00d4ff;
        font-size: 0.9rem;
        transition: transform 0.3s;
    }
    .faq-item.active {
        border-color: rgba(0, 212, 255, 0.3);
        background: rgba(0, 212, 255, 0.01);
    }
    .faq-item.active .faq-header-btn i {
        transform: rotate(180deg);
    }
    .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .faq-content-inner {
        padding: 0 24px 20px;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #a0aec0;
    }

/* === GroupSight Analytics & Detail page styles (extracted from links.html) === */
/* GroupSight Analytics Section */
.gs-analytics-section {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
    margin: 28px 0;
}
.gs-analytics-header { margin-bottom: 18px; }
.gs-analytics-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gs-analytics-title i { color: #00d4ff; font-size: 1.2rem; }
.gs-analytics-title h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}
.gs-powered-badge {
    font-size: 0.72rem;
    font-weight: 600;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    padding: 2px 8px;
    border-radius: 50px;
    margin-left: 8px;
    vertical-align: middle;
}
.gs-stat-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gs-stat-box {
    flex: 1;
    min-width: 120px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.gs-stat-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.1);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 8px;
    color: #00d4ff;
}
.gs-stat-icon.rank { background: rgba(251,191,36,0.15); color: #ffd700; }
.gs-stat-icon.growth { background: rgba(32,201,151,0.12); color: #20c997; }
.gs-stat-icon.decline { background: rgba(239,68,68,0.1); color: #ef4444; }
.gs-stat-val {
    font-size: 1.4rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
}
.gs-stat-val.positive { color: #20c997; }
.gs-stat-val.negative { color: #ef4444; }
.gs-stat-lbl { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 2px; }
.gs-chart-wrap {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}
.gs-no-data {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    padding: 20px 0;
    margin: 0;
}
.gs-analytics-footer {
    margin-top: 12px;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.5);
}
.gs-analytics-footer i { margin-right: 5px; color: #00d4ff; }
.gs-analytics-footer a { color: #00d4ff; font-weight: 600; }

/* Modern Link Page Styles */
.modern-link-page {
    min-height: 100vh;
    background: var(--bg-brand, #1a1a2e);
    padding: 40px 0;
    position: relative;
}

.modern-link-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 212, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(32, 201, 151, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.link-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header */
.link-header {
    margin-bottom: 30px;
}

.link-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: white;
    text-decoration: none;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.breadcrumb-current {
    color: white;
    font-weight: 600;
}

/* Main Content */
.link-main {
    background: transparent;
    border-radius: 20px;
    padding: 0;
}

/* Link Card */
.link-card {
    margin-bottom: 40px;
}

.link-hero {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.link-avatar {
    flex-shrink: 0;
}

.group-avatar {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.avatar-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 800;
    color: white;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.link-info {
    flex: 1;
}

.link-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 15px;
    line-height: 1.2;
}

.link-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

.link-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.meta-item i {
    color: #00d4ff;
}

/* Actions */
.link-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.join-btn, .share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.join-btn.primary {
    background: linear-gradient(135deg, #0088cc, #20c997);
    color: white;
}

.join-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
}

/* Special Join Section Styles */
.special-join-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    animation: slideInDown 0.6s ease-out;
}

.special-join-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.special-join-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.special-join-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.special-join-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    animation: pulse 2s infinite;
}

.special-join-icon i {
    font-size: 24px;
    color: #00d4ff;
}

.special-join-text h3 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.special-join-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.special-join-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997));
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.special-join-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 136, 204, 0.5);
    background: var(--grad-primary, linear-gradient(135deg, #0088cc, #20c997));
    filter: brightness(1.1);
    color: white;
    text-decoration: none;
}

.special-join-btn i {
    font-size: 20px;
}

.special-join-btn .fa-external-link-alt {
    font-size: 14px;
    opacity: 0.8;
}

/* Animations */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .special-join-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
    
    .special-join-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .special-join-text h3 {
        font-size: 20px;
    }
    
    .special-join-text p {
        font-size: 14px;
    }
    
    .special-join-btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}

.share-btn.secondary {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.share-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Share Menu */
.share-menu {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 30px;
}

.share-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

.share-item.telegram {
    background: linear-gradient(135deg, #0088cc, #20c997);
}

.share-item.facebook {
    background: linear-gradient(135deg, #1877f2, #0d6efd);
}

.share-item.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.share-item.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.share-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.share-item i {
    font-size: 1.5rem;
}

/* Details Section */
.link-details {
    margin-bottom: 40px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.detail-card {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.detail-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.detail-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 8px;
}

.detail-link {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.detail-link:hover {
    color: #20c997;
    text-decoration: none;
}

.tags-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-item {
    padding: 6px 12px;
    background: #0088cc;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: #0066aa;
    transform: translateY(-1px);
    text-decoration: none;
    color: white;
}

/* Rating Section */
.rating-section {
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 215, 0, 0.15);
}

.rating-section h3 {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

/* User Actions */
.user-actions {
    margin-bottom: 30px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
}

.action-btn.add {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.action-btn.remove {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.action-btn.pin {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Admin Controls */
.admin-controls {
    margin-bottom: 30px;
}

.admin-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.admin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
}

/* Affiliate Section */
.affiliate-section {
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(0, 136, 204, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(0, 136, 204, 0.15);
}

/* Article Section - Modern Design */
.article-section {
    margin-bottom: 40px;
}

.article-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid linear-gradient(90deg, #0088cc, #20c997);
    border-bottom: 2px solid #e2e8f0;
}

.article-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0088cc, #20c997);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
}

.article-section > h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* Description Card */
.description-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(0, 136, 204, 0.05);
    border-radius: 16px;
    border-left: 4px solid #0088cc;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.description-card:hover {
    transform: translateX(5px);
    background: rgba(0, 136, 204, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.description-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.description-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 10px;
}

.description-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 1rem;
}

/* Stats Grid Modern */
.stats-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.stat-card-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.stat-card-modern:hover {
    border-color: rgba(0, 212, 255, 0.2);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.stat-icon-wrapper {
    width: 50px;
    height: 50px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.stat-icon-wrapper.category {
    background: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.15);
    color: #ffd700;
}

.stat-icon-wrapper.location {
    background: rgba(32, 201, 151, 0.1);
    border-color: rgba(32, 201, 151, 0.15);
    color: #20c997;
}

.stat-icon-wrapper.language {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.15);
    color: #8b5cf6;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number-modern {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.stat-label-modern {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-link {
    color: #00d4ff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.stat-link:hover {
    color: #20c997;
    text-decoration: none;
}

/* Topics Section */
.topics-section {
    background: rgba(139, 92, 246, 0.05);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.topics-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.topics-header i {
    color: #8b5cf6;
    font-size: 1.3rem;
}

.topics-header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.topics-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(139, 92, 246, 0.08);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.topic-tag:hover {
    background: rgba(139, 92, 246, 0.25);
    color: white;
    transform: translateY(-2px);
    border-color: rgba(139, 92, 246, 0.5);
    text-decoration: none;
}

.tag-dot {
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 50%;
    opacity: 0.6;
}

/* Highlights Section */
.highlights-section {
    background: rgba(245, 158, 11, 0.05);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(245, 158, 11, 0.15);
}

.highlights-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.highlights-header i {
    color: #ffd700;
    font-size: 1.3rem;
}

.highlights-header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.highlight-icon {
    width: 40px;
    height: 40px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd700;
    font-size: 1rem;
    flex-shrink: 0;
}

.highlight-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.highlight-text strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.95rem;
}

.highlight-text span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* Expect Section */
.expect-section {
    background: rgba(32, 201, 151, 0.05);
    border-radius: 16px;
    padding: 25px;
    border: 1px solid rgba(32, 201, 151, 0.15);
}

.expect-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.expect-header i {
    color: #20c997;
    font-size: 1.3rem;
}

.expect-header h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.expect-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 12px;
}

.expect-content strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.expect-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #20c997, #0088cc);
    border-radius: 12px;
    color: white;
}

.expect-cta i {
    font-size: 1.2rem;
}

.expect-cta span {
    font-weight: 500;
}

/* Related Section */
.related-section {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.related-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
}

/* Comments Section */
.comments-section {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.comments-section h3 {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.comment-form {
    margin-bottom: 20px;
}

.comment-form textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
}

.comment-form textarea:focus {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.comment-submit-btn {
    background: linear-gradient(135deg, #0088cc, #20c997);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.3);
}

.comment-login-prompt {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.comment-login-prompt a {
    color: #00d4ff;
    font-weight: 600;
    text-decoration: none;
}

.comment-login-prompt a:hover {
    color: #20c997;
}

.comments-list {
    margin-top: 20px;
}

.comments-loading {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.comment-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

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

.comment-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0088cc, #20c997);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.comment-username {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.comment-date {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.comment-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 10px;
}

.comment-actions {
    display: flex;
    gap: 15px;
}

.comment-action-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.comment-action-btn:hover {
    color: #00d4ff;
}

.comment-action-btn.delete:hover {
    color: #ef4444;
}

.comment-replies {
    margin-left: 30px;
    margin-top: 15px;
    padding-left: 15px;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.reply-form {
    margin-top: 10px;
    margin-left: 30px;
}

.reply-form textarea {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    resize: vertical;
    margin-bottom: 8px;
}

.reply-form button {
    background: linear-gradient(135deg, #0088cc, #20c997);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

.load-more-comments {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn {
    background: rgba(255, 255, 255, 0.03);
    color: #00d4ff;
    border: 1px solid rgba(0, 212, 255, 0.3);
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    color: white;
    border-color: #00d4ff;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.related-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.related-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.related-item i {
    color: #00d4ff;
    font-size: 1.2rem;
}

.related-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.related-item a:hover {
    color: #00d4ff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .link-container {
        padding: 0 15px;
    }
    
    .link-main {
        padding: 30px 20px;
    }
    
    .link-hero {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .group-avatar {
        width: 100px;
        height: 100px;
    }
    
    .link-title {
        font-size: 2rem;
    }
    
    .link-meta {
        justify-content: center;
    }
    
    .link-actions {
        justify-content: center;
    }
    
    .join-btn, .share-btn {
        width: 100%;
        justify-content: center;
        max-width: 250px;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .action-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .share-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .modern-link-page {
        padding: 20px 0;
    }
    
    .link-main {
        padding: 25px 15px;
    }
    
    .link-title {
        font-size: 1.8rem;
    }
    
    .link-description {
        font-size: 1rem;
    }
    
    .meta-item {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .share-grid {
        grid-template-columns: 1fr;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.link-main {
    animation: fadeInUp 0.8s ease-out;
}

/* ─── E-E-A-T Components ─────────────────────────────────────────── */
.eat-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    backdrop-filter: blur(16px);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.eat-card:hover {
    border-color: rgba(0, 212, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.06);
}
.eat-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.eat-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.eat-icon-wrap.eat-green  { background: rgba(32, 201, 151, 0.12); color: #20c997; }
.eat-icon-wrap.eat-blue   { background: rgba(0, 212, 255, 0.12);  color: #00d4ff; }
.eat-icon-wrap.eat-cyan   { background: rgba(124, 58, 237, 0.12); color: #a78bfa; }
.eat-header-text { flex: 1; min-width: 160px; }
.eat-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px;
}
.eat-subtitle {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
}

/* Audit pass badge */
.audit-pass-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(32, 201, 151, 0.1);
    border: 1px solid rgba(32, 201, 151, 0.25);
    color: #20c997;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin-left: auto;
}

/* Audit checks grid */
.audit-checks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
.audit-check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(32, 201, 151, 0.04);
    border: 1px solid rgba(32, 201, 151, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    transition: background 0.25s;
}
.audit-check-item:hover { background: rgba(32, 201, 151, 0.08); }
.audit-ok {
    color: #20c997;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.audit-check-item strong {
    display: block;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.audit-check-item span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
}
.audit-cert-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(90deg, rgba(32,201,151,0.07), transparent);
    border-radius: 12px;
    border: 1px solid rgba(32,201,151,0.1);
    font-size: 0.83rem;
    color: rgba(255,255,255,0.6);
}
.audit-cert-footer i { color: #ffd700; font-size: 1rem; }
.audit-cert-footer strong { color: rgba(255,255,255,0.9); }

/* Rating bars */
.rb-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }
.rb-row {
    display: grid;
    grid-template-columns: 180px 1fr 70px;
    align-items: center;
    gap: 14px;
}
.rb-label {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    white-space: nowrap;
}
.rb-track {
    background: rgba(255,255,255,0.06);
    border-radius: 50px;
    height: 10px;
    overflow: hidden;
}
.rb-fill {
    height: 100%;
    border-radius: 50px;
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.rb-score {
    font-size: 0.92rem;
    font-weight: 800;
    color: #ffffff;
    text-align: right;
}
.rb-score small { font-size: 0.7rem; color: rgba(255,255,255,0.4); font-weight: 400; margin-left: 1px; }
.rb-note {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.38);
    margin: 4px 0 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rb-note i { color: #00d4ff; }

/* FAQ Accordion */
.faq-accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s;
}
.faq-item:has(.faq-a.open) { border-color: rgba(0,212,255,0.2); }
.faq-q {
    width: 100%;
    background: rgba(255,255,255,0.02);
    border: none;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    color: rgba(255,255,255,0.9);
    font-size: 0.93rem;
    font-weight: 600;
    font-family: inherit;
    transition: background 0.2s;
}
.faq-q:hover { background: rgba(255,255,255,0.04); }
.faq-q[aria-expanded="true"] { color: #00d4ff; background: rgba(0,212,255,0.04); }
.faq-chevron {
    flex-shrink: 0;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    transition: transform 0.3s ease;
}
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); color: #00d4ff; }
.faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.38s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background: rgba(0,212,255,0.02);
}
.faq-a.open {
    max-height: 400px;
    opacity: 1;
    padding: 16px 20px;
}
.faq-a p {
    font-size: 0.88rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.faq-link {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgba(0,212,255,0.35);
    transition: color 0.2s;
}
.faq-link:hover { color: #20c997; }

/* Responsive adjustments */
@media (max-width: 640px) {
    .rb-row { grid-template-columns: 1fr 1fr 50px; }
    .rb-label { font-size: 0.78rem; white-space: normal; }
    .audit-pass-badge { margin-left: 0; margin-top: 4px; }
    .eat-card-header { flex-wrap: wrap; }
}

/* ─── Listing Analytics Dashboard ────────────────────────────────── */
.analytics-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.kpi-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.25s, border-color 0.25s;
}
.kpi-box:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.04);
}
.kpi-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.kpi-label i { color: #00d4ff; }
.kpi-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    font-family: var(--font-heading, 'Outfit', sans-serif);
}
.kpi-desc {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.35);
}

/* Radial CTR Dial */
.radial-ctr-wrap {
    width: 54px;
    height: 54px;
    position: relative;
    flex-shrink: 0;
}
.radial-ctr-svg {
    transform: rotate(-90deg);
}
.radial-ctr-bg {
    stroke: rgba(255, 255, 255, 0.05);
}
.radial-ctr-fill {
    stroke: #20c997;
    transition: stroke-dasharray 1.2s ease-in-out;
}

/* Chart container */
.analytics-chart-container {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}
.chart-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.chart-section-title i { color: #ffd700; }
.analytics-no-data {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.analytics-no-data i { font-size: 1.5rem; color: rgba(255,255,255,0.15); }

/* Promo panel for GroupSight */
.gs-sync-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #20c997;
    background: rgba(32, 201, 151, 0.08);
    border: 1px solid rgba(32, 201, 151, 0.15);
    border-radius: 12px;
    padding: 12px 18px;
}
.gs-promo-panel {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.07), rgba(0, 212, 255, 0.03));
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 16px;
    padding: 20px;
    flex-wrap: wrap;
}
.gs-promo-icon {
    width: 44px;
    height: 44px;
    background: rgba(124, 58, 237, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #a78bfa;
    flex-shrink: 0;
}
.gs-promo-text {
    flex: 1;
    min-width: 200px;
}
.gs-promo-text strong {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 3px;
}
.gs-promo-text p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.5;
}
.gs-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #7c3aed !important;
    border: none;
    border-radius: 10px;
    padding: 8px 18px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
    transition: transform 0.2s, filter 0.2s;
}
.gs-promo-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.1);
    text-decoration: none;
}
