        .la-header-box {
            font-size: 2.25rem;
            font-weight: 800;
            line-height: 25px;
            padding: 12px 0px;
            margin: 5px 0px 25px 0px;
            min-height: 0.2em;
            display: -webkit-box;

            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #040033;
            background: linear-gradient(309deg, rgb(255 255 255 / 45%) 0%, rgb(255 255 255 / 83%) 100%);
            border-bottom: 6px solid #0c006d;


        }

        .la-wrapper {
            max-width: 100%;
            margin: 10px auto;
            padding: 10px 20px;
            font-family: 'Calibri', sans-serif;
            background-color: #ffffff;
        }

        .la-wrapper h2 {
            font: bold 2.3vw Helvetica;
            text-align: left !important;
            color: #09001e;
            margin: 25px -10px 25px 2px;
            padding: 12px 30px 12px 10px;
            width: auto;
            border-radius: 0px 0px 0px;
            box-shadow: none;
            background: white;
            background-size: 210%;
            border-bottom: 5px solid #280089;
        }

        .la-matrix-grid {
            display: grid;
            gap: 30px;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        }

        @media (min-width: 992px) {
            .la-matrix-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }


        .la-card-solid {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(123, 101, 205, 0.2);
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0px 16px 0px -9px #365792, -8px -8px 16px var(--shadow-light);
        }

        .la-card-solid:hover {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(123, 101, 205, 0.2);
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0px 16px 0px -9px #365792, -8px -8px 16px var(--shadow-light);
        }

        .la-anchor {
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .la-top-bar {
            height: 6px;
            background: linear-gradient(90deg, #7b65cd, #9eaaff);
            transition: 0.5s ease;
        }

        .la-card-solid:hover .la-top-bar {
            background: linear-gradient(90deg, #00d4ff, #001435);
        }

        .la-body {
            padding: 0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            background: transparent;
        }

        .la-category-tag {
            font-size: 1.25rem;
            color: #11063b;
            font-weight: 800;
            padding: 15px 20px 10px 20px;
            transition: color 0.3s ease;
        }

        .la-card-solid:hover .la-category-tag {
            color: #0062ff;
            background: linear-gradient(296deg, rgb(210 202 255) 0%, rgb(255 255 255) 100%);
        }


        .la-item-title-text {
            font: unset;
            font-weight: 800;
            line-height: 25px;
            padding: 7px 20px;
            margin: 0px 0px 0px 0px;
            min-height: 0.2em;
            display: -webkit-box;

            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #ffffff;
            background: linear-gradient(309deg, rgb(89 69 165 / 45%) 0%, rgb(56 27 155 / 83%) 100%);
            transition: all 0.5s ease;
            box-shadow: #515681d9 0px 3px 5px 0px;
            border-radius: 0px 0px 0px 0px;
        }

        .la-card-solid:hover .la-item-title-text {
            font: unset;
            font-weight: 800;
            line-height: 25px;
            padding: 7px 20px;
            margin: 0px 0px 0px 0px;
            min-height: 0.2em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #ffffff;
            background: linear-gradient(309deg, rgb(53 0 255) 0%, rgb(56 27 155) 100%);
            transition: all 0.5s ease;
            box-shadow: #515681d9 0px 3px 5px 0px;
            border-radius: 0px 0px 0px 0px;
        }

        .la-summary-text {
            font-size: 0.9rem;
            font-weight: normal;
            color: #163159;
            line-height: 1.7;
            padding: 20px;
            margin: 0;
        }


        .la-footer-action {
            height: 50px;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            font-weight: 700;
            color: #ffffff;
            background: linear-gradient(45deg, #7b65cd, #9eaaff);
            transition: all 0.5s ease;
        }

        .la-card-solid:hover .la-footer-action {
            background: linear-gradient(45deg, #0062ff, #230051);
            box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .la-arrow {
            font-size: 1.2rem;
            transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .la-card-solid:hover .la-arrow {
            transform: translateX(8px);
        }