        .blog-page {
            background-color: #12072b;
            background-image: radial-gradient(circle at 50% 5%, #2a1161 0%, #12072b 70%);
            background-attachment: fixed;
            color: #ffffff;
            overflow-x: hidden;
        }

        .blog-page .thegem-header {
            background: linear-gradient(180deg, rgba(18, 7, 43, 0.98) 0%, rgba(18, 7, 43, 0.94) 100%);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            box-shadow: none;
            border-bottom: none;
        }

        .blog-page .thegem-header.scrolled {
            background: linear-gradient(180deg, rgba(18, 7, 43, 0.99) 0%, rgba(18, 7, 43, 0.96) 100%);
        }

        .blog-page .custom-logo-text,
        .blog-page .pill-nav-link,
        .blog-page .portal-pill-btn,
        .blog-page .pill-outline-btn {
            color: #ffffff;
        }

        .blog-page .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .blog-page .pill-nav-link:hover,
        .blog-page .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.24);
        }

        .blog-page .portal-pill-btn,
        .blog-page .pill-outline-btn {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .blog-page .portal-pill-btn:hover,
        .blog-page .pill-outline-btn:hover {
            background: #ffffff;
            color: #111111;
        }

        .blog-page .thegem-dropdown-menu {
            background: rgba(25, 10, 45, 0.95);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
        }

        .blog-page .dropdown-header {
            color: #FCA440;
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }

        .blog-page .dropdown-link {
            color: rgba(255, 255, 255, 0.88);
        }

        .blog-page .way2go-footer {
            background: transparent !important;
            padding: 120px 5% 40px;
            position: relative;
            border-top: none;
            color: rgba(255, 255, 255, 0.72);
            overflow: hidden;
            box-shadow: none;
        }

        .blog-page .way2go-footer::before {
            display: none;
        }

        .blog-page .way2go-footer::after {
            display: none;
        }

        .blog-page .footer-social-top,
        .blog-page .footer-main-content {
            position: relative;
            z-index: 1;
        }

        .blog-page .footer-social-top {
            margin-bottom: 78px;
        }

        .blog-page .footer-social-top a {
            background-color: rgba(255, 255, 255, 0.08);
            color: #f8f5ff;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
        }

        .blog-page .footer-newsletter-block {
            padding: 40px 5% 56px !important;
            background: transparent !important;
        }

        .blog-page .footer-newsletter-block .newsletter-card-modern,
        .blog-page .newsletter-card-modern {
            background: linear-gradient(180deg, rgba(24, 16, 44, 0.96) 0%, rgba(14, 10, 30, 0.98) 100%) !important;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.08) !important;
        }

        .blog-page .nl-form {
            background: rgba(255, 255, 255, 0.06) !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18) !important;
            border-color: rgba(255, 255, 255, 0.12) !important;
        }

        .blog-page .footer-custom-logo-text,
        .blog-page .footer-test-link {
            color: #ffffff;
        }

        .blog-page .footer-app-name {
            color: rgba(255, 255, 255, 0.74);
        }

        .blog-page .footer-links-area ul li a {
            color: rgba(255, 255, 255, 0.88);
        }

        .blog-page .footer-links-area ul li a:hover,
        .blog-page .footer-test-link:hover {
            color: #FCA440;
        }

        .blog-page .footer-right-desc {
            color: rgba(255, 255, 255, 0.66);
        }

        .blog-page-main {
            position: relative;
            padding: 148px 5% 84px;
            overflow: hidden;
        }

        .blog-page-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 220px;
            background: linear-gradient(180deg, rgba(18, 7, 43, 1) 0%, rgba(18, 7, 43, 0.92) 54%, rgba(18, 7, 43, 0) 100%);
            pointer-events: none;
            z-index: 0;
        }

        .blog-aura {
            position: absolute;
            border-radius: 50%;
            filter: blur(110px);
            pointer-events: none;
            z-index: 0;
        }

        .blog-aura-left {
            width: 420px;
            height: 420px;
            background: rgba(252, 164, 64, 0.1);
            top: 4%;
            left: -8%;
        }

        .blog-aura-right {
            width: 520px;
            height: 520px;
            background: rgba(104, 37, 219, 0.18);
            top: 26%;
            right: -10%;
        }

        .blog-shell {
            position: relative;
            z-index: 1;
            max-width: 1180px;
            margin: 0 auto;
        }

        .blog-hero-card {
            position: relative;
            overflow: hidden;
            padding: 46px 48px 42px;
            margin-bottom: 36px;
            border-radius: 28px;
            background: rgba(30, 15, 65, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
        }

        .blog-hero-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 42%);
            pointer-events: none;
        }

        .blog-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
            color: #FCA440;
            font-size: 0.88rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .blog-title {
            max-width: 760px;
            margin-bottom: 18px;
            font-size: clamp(2.4rem, 4vw, 4.4rem);
            font-weight: 900;
            line-height: 1.04;
            letter-spacing: -1.8px;
        }

        .blog-title span {
            color: #CBD83B;
        }

        .blog-description {
            max-width: 690px;
            color: rgba(255, 255, 255, 0.74);
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .blog-section-head {
            text-align: center;
            margin-bottom: 28px;
        }

        .blog-section-head h2 {
            margin-bottom: 10px;
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: -1px;
        }

        .blog-section-head p {
            max-width: 620px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.65;
        }

        .blog-grid-page {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            align-items: start;
        }

        .blog-page-card {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            border-radius: 24px;
            background: rgba(30, 15, 65, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .blog-page-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
        }

        .blog-card-media {
            position: relative;
            height: 158px;
            overflow: hidden;
        }

        .blog-card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .blog-page-card:hover .blog-card-media img {
            transform: scale(1.08);
        }

        .blog-card-body {
            display: flex;
            flex-direction: column;
        }

        .blog-card-meta {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 4;
            padding: 0;
        }

        .blog-card-date {
         
            color: #ffffff;
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.4px;
            text-transform: none;
            white-space: nowrap;
            position: relative;
            top: 150px;

        }

        .blog-page-card h3 {
            min-height: 50px;
            padding: 12px 14px 8px;
            font-size: 1.22rem;
            font-weight: 900;
            line-height: 1.2;
            color: #CAA7F0

;
            text-shadow: 0 10px 24px rgba(252, 164, 64, 0.18);
        }

        .blog-card-btn {
            margin: -2px 14px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            min-height: 32px;
            padding: 0 14px;
            border-radius: 999px;
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, 0.34);
            color: #ffffff;
            font-size: 0.78rem;
            font-weight: 800;
            text-decoration: none;
            transition: 0.3s ease;
            box-shadow: none;
        }

        .blog-card-btn:hover {
            background: #ffffff;
            color: #111111;
            border-color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 22px rgba(255, 255, 255, 0.12);
        }

        @media (max-width: 1200px) {
            .blog-page-main {
                padding-top: 138px;
            }
        }

        @media (max-width: 992px) {
            .blog-grid-page {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .blog-page-main {
                padding: 128px 5% 72px;
            }

            .blog-hero-card {
                padding: 34px 24px 30px;
                margin-bottom: 30px;
            }

            .blog-grid-page {
                grid-template-columns: 1fr;
            }

            .blog-card-media {
                height: 176px;
            }

            .blog-section-head h2 {
                font-size: 2rem;
            }
        }
        .blog-page .thegem-header {
            height: 90px !important;
            padding: 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent !important;
            border-bottom: none !important;
        }

        .blog-page .thegem-header:not(.scrolled):not(.scrolled-dark) {
            background: transparent !important;
            box-shadow: none !important;
            border-bottom: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        .blog-page .thegem-header-container {
            width: 100%;
            max-width: 1400px !important;
            padding: 0 40px !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .blog-page .thegem-header.scrolled,
        .blog-page .thegem-header.scrolled-dark {
            height: 80px !important;
            background: rgba(18, 7, 43, 0.85) !important;
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        }

        .blog-page .custom-logo-link {
            gap: 10px;
        }

        .blog-page .pill-nav-container {
            align-items: center;
            gap: 8px;
            margin: 0 auto;
        }

        .blog-page .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12) !important;
            border: 1px solid rgba(255, 255, 255, 0.18) !important;
            color: #ffffff !important;
            border-radius: 50px;
            padding: 10px 22px !important;
            font-weight: 600 !important;
            box-shadow: none !important;
        }

        .blog-page .pill-nav-link:hover,
        .blog-page .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
        }

        .blog-page .header-actions {
            gap: 12px;
        }

        .blog-page .portal-pill-btn {
            width: 45px;
            height: 45px;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            color: #ffffff !important;
            background: transparent !important;
        }

        .blog-page .portal-pill-btn i {
            color: #ffffff !important;
        }

        .blog-page .pill-outline-btn {
            background: transparent !important;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            color: #ffffff !important;
            padding: 10px 25px !important;
            font-weight: 600 !important;
        }

        .blog-page .lang-toggle-btn {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            width: 45px !important;
            height: 45px !important;
            border-radius: 50% !important;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            background: transparent !important;
            padding: 0 !important;
        }

        .blog-page .lang-toggle-btn .lang-flag-img {
            width: 26px;
            height: 18px;
            object-fit: cover;
            border-radius: 3px;
            flex-shrink: 0;
        }

        .blog-page .portal-pill-btn:hover,
        .blog-page .pill-outline-btn:hover,
        .blog-page .lang-toggle-btn:hover {
            background: #ffffff !important;
            color: #111111 !important;
            transform: translateY(-2px);
        }

        .blog-page .thegem-header.scrolled .custom-logo-text,
        .blog-page .thegem-header.scrolled .pill-nav-link,
        .blog-page .thegem-header.scrolled .portal-pill-btn,
        .blog-page .thegem-header.scrolled .pill-outline-btn,
        .blog-page .thegem-header.scrolled-dark .custom-logo-text,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link,
        .blog-page .thegem-header.scrolled-dark .portal-pill-btn,
        .blog-page .thegem-header.scrolled-dark .pill-outline-btn,
        .blog-page .thegem-header.scrolled .thegem-mobile-menu-btn,
        .blog-page .thegem-header.scrolled-dark .thegem-mobile-menu-btn {
            color: #ffffff !important;
        }

        .blog-page .thegem-header.scrolled .pill-nav-link,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12) !important;
            border-color: rgba(255, 255, 255, 0.18) !important;
        }

        .blog-page .thegem-header.scrolled .pill-nav-link:hover,
        .blog-page .thegem-header.scrolled .pill-nav-link.active,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link:hover,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
        }

        .blog-page .thegem-header.scrolled .portal-pill-btn,
        .blog-page .thegem-header.scrolled .pill-outline-btn,
        .blog-page .thegem-header.scrolled-dark .portal-pill-btn,
        .blog-page .thegem-header.scrolled-dark .pill-outline-btn {
            border-color: rgba(255, 255, 255, 0.5) !important;
        }

        @media (max-width: 1024px) {
            .blog-page .thegem-header-container {
                padding: 0 20px !important;
            }
        }
