.link-card { border: none; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); overflow: hidden; }

        .list-group-item { border: none; border-bottom: 1px solid #eee; transition: all 0.3s ease; color: #555; }

        .list-group-item:last-child { border-bottom: none; }

        .list-group-item:hover { background-color: rgba(192, 78, 70, 0.05); color: var(--brand-red); padding-left: 1.5rem !important; }

        .link-icon { transition: transform 0.3s; color: #ccc; }

        .list-group-item:hover .link-icon { transform: translateX(5px); color: var(--brand-red); }

        body {
            background: url(../images/bj.png) no-repeat center center;
            background-size: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .inner-body {
            position: relative;
            z-index: 1;
        }
        .page-header,
        .hero-section,
        footer {
            background-color: rgba(0, 0, 0, 0);
        }