.blog-list-page {
            min-height: 70vh;
            background: radial-gradient(circle at 8% 0%, rgba(255, 215, 0, 0.08), transparent 28rem), linear-gradient(180deg, #f7f7f7 0%, #f2f2f2 100%);
        }

        .blog-hero {
            position: relative;
            overflow: hidden;
            min-height: var(--primary-hero-min-height);
            display: flex;
            align-items: center;
            margin-bottom: clamp(2rem, 4vw, 3.25rem);
            color: #ffffff;
            background: radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.12), transparent 24rem), radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.08), transparent 22rem), linear-gradient(135deg, #292c30 0%, #34383e 48%, #202326 100%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
            isolation: isolate;
        }

        .blog-hero-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: url('/uploads/oil-production-organization.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.48;
            transform: scale(1.035);
            filter: saturate(1.04) contrast(1.04) brightness(1.06);
        }

            .blog-hero-bg::before {
                content: "";
                position: absolute;
                inset: 0;
                z-index: 1;
                background: linear-gradient( 90deg, rgba(41, 44, 48, 0.88) 0%, rgba(41, 44, 48, 0.64) 48%, rgba(41, 44, 48, 0.36) 100% ), radial-gradient(circle at 16% 20%, rgba(255, 215, 0, 0.16), transparent 22rem);
            }

        .blog-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
            background-size: 34px 34px;
            opacity: 0.18;
            pointer-events: none;
        }

        .blog-hero::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 5;
            height: 4px;
            background: linear-gradient( 90deg, rgba(255, 255, 255, 0.08) 0%, #FFD700 20%, #FFD700 52%, #FFD700 72%, rgba(255, 255, 255, 0.12) 100% );
            box-shadow: 0 -8px 26px rgba(255, 215, 0, 0.18);
        }

        .blog-hero-content {
            position: relative;
            z-index: 3;
            width: 100%;
            padding: clamp(3.5rem, 6vw, 5.25rem) 0 clamp(2.75rem, 5vw, 4.25rem);
        }

        .blog-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
            gap: clamp(1.5rem, 4vw, 3rem);
            align-items: center;
        }

        .blog-hero-copy {
            max-width: 850px;
            animation: blogHeroFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .blog-hero-breadcrumb .breadcrumb {
            margin-bottom: 1rem;
            --bs-breadcrumb-divider-color: rgba(255, 215, 0, 0.72);
        }

        .blog-hero-breadcrumb .breadcrumb-item,
        .blog-hero-breadcrumb .breadcrumb-item.active {
            color: rgba(255, 255, 255, 0.8);
        }

            .blog-hero-breadcrumb .breadcrumb-item a {
                color: #FFD700;
                text-decoration: none;
                font-weight: 850;
            }

                .blog-hero-breadcrumb .breadcrumb-item a:hover,
                .blog-hero-breadcrumb .breadcrumb-item a:focus {
                    color: #ffffff;
                }

        .blog-hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            width: fit-content;
            margin-bottom: 0.85rem;
            padding: 0.5rem 0.84rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.42);
            background: rgba(255, 215, 0, 0.14);
            color: #FFD700;
            font-size: 0.72rem;
            font-weight: 950;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .blog-hero-title {
            margin: 0;
            color: #ffffff;
            max-width: 780px;
            font-size: clamp(2.15rem, 4.7vw, 4.35rem);
            font-weight: 950;
            line-height: 0.96;
            letter-spacing: -0.06em;
            text-wrap: balance;
            text-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
        }

            .blog-hero-title span {
                color: #FFD700;
            }

        .blog-hero-subtitle {
            max-width: 730px;
            margin: 0.95rem 0 0;
            color: rgba(255, 255, 255, 0.88);
            font-size: clamp(0.98rem, 0.92rem + 0.24vw, 1.1rem);
            line-height: 1.72;
        }

        .blog-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1.35rem;
        }

        .blog-hero-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.48rem;
            min-height: 2.9rem;
            padding: 0.74rem 1.14rem;
            border-radius: 999px;
            font-weight: 900;
            text-decoration: none;
            transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
        }

        .blog-hero-btn-primary {
            color: #101010;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: #FFD700;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.26);
        }

            .blog-hero-btn-primary:hover,
            .blog-hero-btn-primary:focus {
                color: #050505;
                transform: translateY(-2px);
                box-shadow: 0 18px 42px rgba(255, 215, 0, 0.38);
            }

        .blog-hero-btn-secondary {
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

            .blog-hero-btn-secondary:hover,
            .blog-hero-btn-secondary:focus {
                color: #101010;
                border-color: #FFD700;
                background: #FFD700;
                transform: translateY(-2px);
            }

        .blog-hero-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 230px;
            animation: blogHeroScaleIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
        }

            .blog-hero-visual::before {
                content: "";
                position: absolute;
                width: clamp(190px, 22vw, 270px);
                height: clamp(190px, 22vw, 270px);
                border-radius: 999px;
                background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(135deg, #3a3e44 0%, #292c30 48%, #17191c 100%);
                box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 0 18px rgba(255, 255, 255, 0.035), 0 0 0 34px rgba(255, 215, 0, 0.055);
            }

        .blog-hero-visual-card {
            position: relative;
            z-index: 1;
            width: min(230px, 70vw);
            padding: 1.3rem;
            border-radius: 28px;
            border: 1px solid rgba(255, 215, 0, 0.28);
            background: radial-gradient(circle at 82% 0%, rgba(255, 215, 0, 0.14), transparent 8rem), linear-gradient(180deg, rgba(47, 51, 57, 0.92), rgba(27, 29, 33, 0.94));
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
            color: #ffffff;
            transform: rotate(-3deg);
        }

        .blog-hero-visual-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3.8rem;
            height: 3.8rem;
            margin-bottom: 1rem;
            border-radius: 22px;
            color: #101010;
            background: #FFD700;
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.28);
            font-size: 1.55rem;
        }

        .blog-hero-visual-card strong {
            display: block;
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: 950;
            letter-spacing: -0.035em;
            line-height: 1.1;
        }

        .blog-hero-visual-card span {
            display: block;
            margin-top: 0.45rem;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.85rem;
            line-height: 1.45;
            font-weight: 700;
        }

        @keyframes blogHeroFadeUp {
            from

        {
            opacity: 0;
            transform: translateY(18px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

        }

        @keyframes blogHeroScaleIn {
            from

        {
            opacity: 0;
            transform: translateY(16px) scale(0.96);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        }

        .blog-posts-wrap {
            position: relative;
            z-index: 2;
            padding-bottom: 1rem;
        }

        .blog-grid {
            align-items: stretch;
        }

            .blog-grid > [class*="col-"] {
                display: flex;
            }

        .blog-card-link {
            position: relative;
            width: 100%;
            min-height: 430px;
            overflow: hidden;
            border-radius: 24px;
            border: 1px solid rgba(111, 111, 111, 0.22) !important;
            background: radial-gradient(circle at 90% 0%, rgba(255, 215, 0, 0.08), transparent 8rem), #ffffff;
            box-shadow: 0 16px 44px rgba(0, 0, 0, 0.09) !important;
            transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease;
        }

            .blog-card-link:hover,
            .blog-card-link:focus-within {
                transform: translateY(-8px);
                border-color: rgba(255, 215, 0, 0.5) !important;
                box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(255, 215, 0, 0.12) !important;
            }

        .blog-card-media {
            position: relative;
            display: block;
            height: 270px;
            overflow: hidden;
            background: #292c30;
        }

            .blog-card-media::after {
                content: "";
                position: absolute;
                inset: auto 0 0;
                height: 46%;
                background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.24));
                pointer-events: none;
            }

            .blog-card-media img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), filter 0.34s ease;
            }

        .blog-card-link:hover .blog-card-media img,
        .blog-card-link:focus-within .blog-card-media img {
            transform: scale(1.065);
            filter: saturate(1.06) contrast(1.04) brightness(0.92);
        }

        .blog-card-placeholder {
            height: 270px;
            display: grid;
            place-items: center;
            color: #FFD700;
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.14), transparent 55%), linear-gradient(135deg, #3a3e44, #292c30);
            font-size: 2.8rem;
        }

        .blog-card-body {
            position: relative;
            min-height: 160px;
            padding: 1.25rem 1.3rem 1.35rem;
            background: #ffffff;
        }

        .blog-card-title {
            margin-bottom: 0.38rem;
            font-size: 1.18rem;
            line-height: 1.18;
            font-weight: 900;
            letter-spacing: -0.03em;
        }

            .blog-card-title a {
                color: #202326 !important;
                text-decoration: none;
                transition: color 0.24s ease;
            }

        .blog-card-link:hover .blog-card-title a,
        .blog-card-link:focus-within .blog-card-title a {
            color: #FFD700 !important;
        }

        .blog-card-date {
            color: #7a5d1e !important;
            font-size: 0.8rem;
            font-weight: 800;
            margin-bottom: 0;
        }

        .blog-card-reveal {
            display: grid;
            grid-template-rows: 0fr;
            opacity: 0;
            margin-top: 0;
            transform: translateY(8px);
            transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.34s ease, margin-top 0.34s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .blog-card-reveal-inner {
            overflow: hidden;
        }

        .blog-card-link:hover .blog-card-reveal,
        .blog-card-link:focus-within .blog-card-reveal {
            grid-template-rows: 1fr;
            opacity: 1;
            margin-top: 0.8rem;
            transform: translateY(0);
        }

        .blog-card-excerpt {
            display: -webkit-box;
            overflow: hidden;
            color: #6f6f6f !important;
            font-size: 0.92rem;
            line-height: 1.58;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin: 0;
        }

        .blog-card-read {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            gap: 0.35rem;
            margin-top: 0.75rem;
            color: #FFD700 !important;
            font-size: 0.84rem;
            font-weight: 900;
        }

        .blog-empty-state {
            border-radius: 24px;
            border: 1px solid rgba(111, 111, 111, 0.18);
            background: #ffffff;
            box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
        }

        .blog-list-page a:focus-visible {
            outline: 3px solid rgba(255, 215, 0, 0.55);
            outline-offset: 3px;
            border-radius: 10px;
        }

        @media (max-width: 1199.98px) {
            .blog-card-media, .blog-card-placeholder

        {
            height: 245px;
        }

        }

        @media (max-width: 991.98px) {
            .blog-hero-grid

        {
            grid-template-columns: 1fr;
        }

        .blog-hero-visual {
            justify-content: flex-start;
            min-height: 190px;
        }

        .blog-card-link {
            min-height: 420px;
        }

        .blog-card-media,
        .blog-card-placeholder {
            height: 260px;
        }

        }

        @media (max-width: 767.98px) {
            .blog-hero

        {
            min-height: var(--primary-hero-min-height);
        }

        .blog-hero-content {
            padding: 3.25rem 0 2.9rem;
        }

        .blog-hero-copy {
            text-align: center;
            margin-inline: auto;
        }

        .blog-hero-breadcrumb .breadcrumb {
            justify-content: center;
        }

        .blog-hero-kicker {
            margin-inline: auto;
        }

        .blog-hero-subtitle {
            margin-inline: auto;
        }

        .blog-hero-actions {
            justify-content: center;
        }

        .blog-hero-btn {
            width: 100%;
        }

        .blog-hero-visual {
            justify-content: center;
            min-height: 205px;
        }

        .blog-hero-visual-card {
            transform: rotate(0deg);
        }

        .blog-card-link {
            min-height: auto;
        }

        .blog-card-media,
        .blog-card-placeholder {
            height: 260px;
        }

        .blog-card-body {
            min-height: auto;
        }

        .blog-card-reveal {
            grid-template-rows: 1fr;
            opacity: 1;
            margin-top: 0.8rem;
            transform: none;
        }

        }

        @media (max-width: 420px) {
            .blog-card-media, .blog-card-placeholder

        {
            height: 225px;
        }

        }

        @media (prefers-reduced-motion: reduce) {
            .blog-hero-copy, .blog-hero-visual

        {
            animation: none !important;
        }

        .blog-hero-btn,
        .blog-card-link,
        .blog-card-media img,
        .blog-card-reveal {
            transition: none !important;
        }

            .blog-hero-btn:hover,
            .blog-hero-btn:focus,
            .blog-card-link:hover,
            .blog-card-link:focus-within,
            .blog-card-link:hover .blog-card-media img,
            .blog-card-link:focus-within .blog-card-media img {
                transform: none !important;
            }

        }
