    .blog-page {
        --blog-ink: var(--rp-green-950);
        --blog-muted: rgba(97, 112, 109, 0.96);
        --blog-surface: rgba(255, 253, 248, 0.94);
        --blog-border: rgba(13, 75, 68, 0.11);
    }
    .blog-page .page-hero {
        min-height: 560px;
        border-bottom: 1px solid rgba(34, 215, 209, 0.22);
        background:
            radial-gradient(circle at 74% 24%, rgba(34, 215, 209, 0.16), transparent 30%),
            linear-gradient(115deg, #01070d 0%, #020a10 46%, #031923 100%);
        overflow: hidden;
    }
    .blog-page .page-hero-bg img {
        opacity: 1;
        object-fit: cover;
        object-position: center right;
        filter: brightness(0.92) contrast(1.08) saturate(1.08);
    }
    .blog-page .page-hero-overlay {
        background:
            linear-gradient(90deg, rgba(1, 7, 13, 0.98) 0%, rgba(1, 8, 14, 0.92) 34%, rgba(1, 9, 15, 0.42) 60%, rgba(1, 8, 14, 0.18) 100%),
            linear-gradient(180deg, rgba(1, 7, 13, 0.22), rgba(1, 7, 13, 0.48));
    }
    .blog-page .page-hero::before,
    .blog-page .page-hero::after {
        content: "";
        position: absolute;
        pointer-events: none;
        z-index: 2;
    }
    .blog-page .page-hero::before {
        left: -80px;
        top: -90px;
        width: 520px;
        height: 240px;
        border-top: 1px solid rgba(34, 215, 209, 0.26);
        border-radius: 50%;
        transform: rotate(-8deg);
        opacity: 0.7;
    }
    .blog-page .page-hero::after {
        right: -100px;
        bottom: 24px;
        width: 720px;
        height: 210px;
        border-top: 1px solid rgba(34, 215, 209, 0.2);
        border-radius: 50%;
        transform: rotate(-14deg);
        opacity: 0.82;
    }
    .blog-page .page-hero .container {
        padding-top: 92px;
        padding-bottom: 78px;
    }
    .blog-page .page-hero-content {
        max-width: 720px;
    }
    .blog-page .page-hero .hero-badge {
        color: #2fe4dd;
        font-family: "Inter", sans-serif;
        font-size: 1.05rem;
        font-weight: 800;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .blog-page .page-hero .hero-title {
        max-width: 13ch;
        color: #fff !important;
        font-family: "Inter", sans-serif;
        font-size: clamp(3.1rem, 4.5vw, 5.25rem) !important;
        font-weight: 500;
        line-height: 1.02 !important;
        letter-spacing: 0 !important;
    }
    .blog-page .page-hero .hero-title span {
        color: #2fe4dd !important;
    }
    .blog-page .page-hero .hero-subtitle {
        max-width: 58ch;
        margin-left: 0 !important;
        color: rgba(245, 251, 251, 0.82) !important;
        font-size: clamp(1rem, 1.15vw, 1.18rem);
        font-weight: 650;
        line-height: 1.55;
    }
    .blog-hero-rule {
        background: #1fd4cf;
        height: 3px;
        margin: 28px 0 26px;
        width: 92px;
    }
    .blog-hero-pillars {
        display: grid;
        gap: clamp(18px, 2vw, 34px);
        grid-template-columns: repeat(3, minmax(0, max-content));
        margin-top: 36px;
    }
    .blog-hero-pillars div {
        align-items: center;
        color: #fff;
        display: grid;
        gap: 14px;
        grid-template-columns: 58px auto;
        min-width: 180px;
    }
    .blog-hero-pillars i {
        align-items: center;
        border: 1px solid rgba(34, 215, 209, 0.6);
        border-radius: 50%;
        color: #2fe4dd;
        display: inline-flex;
        font-size: 1.55rem;
        height: 58px;
        justify-content: center;
        width: 58px;
    }
    .blog-hero-pillars span {
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.94rem;
        font-weight: 800;
        line-height: 1.28;
    }
    .blog-stat-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 22px;
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        height: 100%;
    }
    .blog-stat-card .label {
        font-size: 0.82rem;
        color: rgba(99, 81, 50, 0.82);
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-bottom: 11px;
        white-space: nowrap;
    }
    .blog-stat-card .value {
        font-family: var(--rp-font-heading);
        font-size: 35px;
        font-weight: 700;
        color: var(--blog-ink);
        line-height: 1;
    }
    .blog-stat-icon {
        color: rgba(171, 143, 91, 0.82);
        font-size: 51px;
        line-height: 1;
        font-weight: 300;
    }
    .blog-stat-shell {
        position: relative;
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 102px;
        border: 1px solid rgba(255, 255, 255, 0.95);
        border-radius: 12px;
        background:
            radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 34%),
            linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(247, 244, 231, 0.76));
        box-shadow:
            0 -22px 58px rgba(255, 255, 255, 0.72),
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            inset 0 -1px 0 rgba(216, 193, 141, 0.14),
            0 24px 78px rgba(8, 37, 31, 0.09);
        overflow: hidden;
        backdrop-filter: blur(14px);
    }
    .blog-stat-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%),
            radial-gradient(circle at 50% -16px, rgba(255, 255, 255, 0.92), transparent 28%);
        opacity: 0.62;
    }
    .blog-stat-shell .blog-stat-card {
        position: relative;
        z-index: 1;
        padding: 25px 34px 23px;
        border-right: 1px solid rgba(153, 124, 76, 0.18);
    }
    .blog-stat-shell .blog-stat-card:last-child {
        border-right: 0;
    }
    .filter-btn {
        border: 1px solid rgba(8, 37, 31, 0.24);
        background: rgba(255, 253, 248, 0.72);
        color: var(--blog-ink);
        padding: 12px 22px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 0.84rem;
        transition: all 0.24s ease;
        margin: 6px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.8),
            0 8px 18px rgba(8, 37, 31, 0.08);
    }
    .filter-btn:hover {
        background: var(--rp-green-800);
        color: #fff;
        border-color: var(--rp-green-800);
        box-shadow: 0 12px 28px rgba(8, 37, 31, 0.16);
    }
    .filter-btn.active {
        background: var(--rp-green-800);
        color: #fff;
        border-color: var(--rp-green-800);
        box-shadow: 0 12px 28px rgba(8, 37, 31, 0.18);
    }
    .filter-btn:nth-child(2).active,
    .filter-btn:nth-child(2):hover {
        background: linear-gradient(180deg, #d8c18d, #b69755);
        border-color: #b69755;
        color: var(--rp-green-950);
    }

    .blog-grid-zone {
        position: relative;
        padding: 8px 0 6px;
    }
    .blog-grid-zone::before {
        content: "";
        position: absolute;
        inset: 10% -10% 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 12% 42%, rgba(216, 193, 141, 0.18), transparent 18%),
            radial-gradient(circle at 88% 68%, rgba(13, 91, 86, 0.12), transparent 20%),
            linear-gradient(135deg, transparent 0 45%, rgba(216, 193, 141, 0.08) 48%, transparent 52%);
        opacity: 0.82;
    }
    .blog-grid-zone > * {
        position: relative;
        z-index: 1;
    }

    .blog-card {
        background: linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(244, 249, 244, 0.82));
        border-radius: 12px;
        overflow: hidden;
        box-shadow:
            0 18px 42px rgba(8, 37, 31, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.82) inset;
        transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, 0.82);
        display: flex;
        flex-direction: column;
        backdrop-filter: blur(8px);
    }
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 26px 62px rgba(8, 37, 31, 0.13);
        border-color: rgba(216, 193, 141, 0.7);
    }

    .blog-img-wrapper {
        display: block;
        position: relative;
        aspect-ratio: 1.28 / 1;
        overflow: hidden;
        background: #eef3ef;
    }
    .blog-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }
    .blog-card:hover .blog-img {
        transform: scale(1.05);
    }

    .category-tag {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255, 253, 248, 0.94);
        color: var(--rp-green-800);
        padding: 7px 12px;
        border-radius: 999px;
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        box-shadow: 0 10px 22px rgba(8, 37, 31, 0.1);
    }

    .blog-body {
        padding: 24px 24px 26px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .meta-info {
        font-size: 0.78rem;
        color: var(--blog-muted);
        margin-bottom: 12px;
        font-weight: 700;
    }
    .blog-title {
        font-family: var(--rp-font-heading);
        font-size: 1.22rem;
        font-weight: 700;
        color: var(--blog-ink);
        margin-bottom: 12px;
        line-height: 1.25;
    }
    .blog-title a {
        color: inherit;
        text-decoration: none;
    }
    .blog-desc {
        font-size: 0.92rem;
        color: var(--blog-muted);
        line-height: 1.72;
        margin-bottom: 18px;
        flex-grow: 1;
    }
    .read-more-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 0.86rem;
        font-weight: 800;
        color: var(--rp-green-800);
        text-decoration: none;
    }
    .read-more-link:hover {
        color: var(--rp-green-950);
    }

    .featured-story {
        background: linear-gradient(135deg, rgba(255,253,248,0.98) 0%, rgba(242,247,242,0.98) 100%);
        border: 1px solid var(--blog-border);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 24px 64px rgba(8, 37, 31, 0.12);
        min-height: 360px;
    }
    .featured-story img {
        width: 100%;
        height: 100%;
        min-height: 360px;
        object-fit: cover;
        object-position: center;
        margin: 0;
    }
    .featured-visual {
        height: 100%;
        min-height: 360px;
    }
    .featured-copy-wrap {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 42px 0 42px 44px;
    }
    .featured-copy-panel {
        width: min(100%, 470px);
        min-height: 268px;
        padding: 38px 40px;
        border: 2px solid rgba(7, 63, 54, 0.9);
        border-radius: 8px 18px 18px 8px;
        background:
            linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(249, 247, 237, 0.9)),
            radial-gradient(circle at 50% 20%, rgba(216, 193, 141, 0.14), transparent 34%);
        box-shadow:
            inset 10px 0 0 rgba(7, 63, 54, 0.92),
            0 18px 40px rgba(8, 37, 31, 0.16);
    }
    .featured-copy-panel::after {
        content: "";
        position: absolute;
        top: 64px;
        bottom: 64px;
        left: calc(44px + min(100%, 235px));
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(7, 63, 54, 0.18), transparent);
    }
    .featured-story .meta {
        font-size: 0.84rem;
        color: var(--blog-muted);
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }
    .featured-story .title {
        font-family: var(--rp-font-heading);
        font-size: clamp(2rem, 3.15vw, 3.25rem);
        line-height: 0.98;
        color: #5b4a23;
        font-weight: 700;
    }
    .featured-story .desc {
        color: var(--blog-muted);
        line-height: 1.8;
    }
    .featured-read-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 46px;
        padding: 12px 20px;
        border: 1.5px solid rgba(7, 63, 54, 0.92);
        border-radius: 999px;
        background: var(--rp-green-950);
        color: #fff;
        box-shadow: 0 12px 28px rgba(8, 37, 31, 0.18);
        font-size: 0.94rem;
        font-weight: 800;
        text-decoration: none;
        transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
    }
    .featured-read-link:hover {
        background: var(--rp-green-800);
        color: var(--rp-gold-soft);
        transform: translateY(-2px);
        box-shadow: 0 18px 36px rgba(8, 37, 31, 0.24);
    }
    .blog-newsletter-form {
        max-width: 620px;
        margin: 18px auto 34px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 7px;
        border: 1px solid rgba(255, 248, 234, 0.28);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.22),
            0 0 0 2px rgba(255, 248, 234, 0.08),
            0 20px 46px rgba(3, 19, 16, 0.18);
        backdrop-filter: blur(10px);
    }
    .blog-newsletter-form .form-control {
        height: 56px;
        min-height: 56px;
        flex: 1 1 auto;
        background: transparent !important;
        color: #fff8ea;
        box-shadow: none !important;
        padding-left: 24px !important;
    }
    .blog-newsletter-form .form-control::placeholder {
        color: rgba(255, 248, 234, 0.66);
    }
    .blog-newsletter-form .custom-btn {
        min-width: 92px;
        min-height: 48px;
        padding: 11px 24px;
        box-shadow: inset 0 0 0 1px rgba(255, 248, 234, 0.16), 0 10px 22px rgba(3, 19, 16, 0.22);
    }
    .blog-newsletter-section {
        position: relative;
        overflow: hidden !important;
        padding: 118px 0 126px !important;
        margin-top: 0;
        margin-bottom: 0;
        background:
            radial-gradient(circle at 50% 35%, rgba(24, 105, 92, 0.5), transparent 32%),
            radial-gradient(circle at 18% 28%, rgba(216, 193, 141, 0.1), transparent 22%),
            linear-gradient(90deg, #06251f 0%, #0a4b43 50%, #06251f 100%) !important;
    }
    .blog-page + .site-shell-footer {
        padding-top: 68px;
        margin-top: 0;
    }
    .blog-newsletter-title {
        color: #f8f0df !important;
        font-family: var(--rp-font-heading);
        font-size: clamp(2.7rem, 4.3vw, 4.45rem);
        line-height: 0.96;
        margin-top: 34px !important;
        margin-bottom: 10px !important;
    }
    .blog-newsletter-copy {
        color: rgba(248, 240, 223, 0.58) !important;
        font-size: 1.08rem;
        margin-bottom: 34px !important;
    }
    @media (max-width: 575px) {
        .blog-stat-shell {
            grid-template-columns: 1fr;
            border-radius: 14px;
        }
        .blog-stat-shell .blog-stat-card {
            border-right: 0;
            border-bottom: 1px solid rgba(153, 124, 76, 0.18);
        }
        .blog-stat-shell .blog-stat-card:last-child {
            border-bottom: 0;
        }
        .blog-page .page-hero {
            min-height: auto;
        }
        .blog-page .page-hero .container {
            padding-top: 58px;
            padding-bottom: 58px;
        }
        .blog-page .page-hero-bg img {
            opacity: 0.38;
            object-position: 72% center;
        }
        .blog-page .page-hero .hero-title {
            max-width: 100%;
            font-size: clamp(2.45rem, 12vw, 3.25rem) !important;
        }
        .blog-hero-rule {
            margin: 22px 0;
        }
        .blog-hero-pillars {
            gap: 14px;
            grid-template-columns: 1fr;
            margin-top: 28px;
        }
        .blog-hero-pillars div {
            min-width: 0;
        }
        .blog-newsletter-form {
            border-radius: 16px;
            flex-direction: column;
        }
        .blog-newsletter-form .custom-btn {
            width: 100%;
        }
        .featured-story,
        .featured-visual,
        .featured-story img {
            min-height: auto;
        }
        .featured-copy-wrap {
            padding: 20px;
        }
        .featured-copy-panel {
            padding: 28px 24px;
            min-height: auto;
        }
        .featured-copy-panel::after {
            display: none;
        }
    }

    /* Dark blog index layout */
    .blog-page {
        --blog-dark: #020b11;
        --blog-panel: rgba(4, 24, 31, 0.9);
        --blog-panel-soft: rgba(5, 31, 38, 0.76);
        --blog-cyan: #22d7d1;
        --blog-cyan-bright: #35eee6;
        --blog-text: rgba(255, 255, 255, 0.94);
        --blog-copy: rgba(221, 237, 237, 0.78);
        --blog-border-dark: rgba(34, 215, 209, 0.24);
        background:
            radial-gradient(circle at 82% 10%, rgba(34, 215, 209, 0.08), transparent 28%),
            linear-gradient(180deg, #01070d 0%, #020b11 100%);
        color: var(--blog-text);
    }
    .blog-page .blog-index-section {
        background:
            radial-gradient(circle at 8% 18%, rgba(34, 215, 209, 0.08), transparent 22%),
            radial-gradient(circle at 88% 54%, rgba(34, 215, 209, 0.06), transparent 24%),
            linear-gradient(180deg, #020a10 0%, #031016 48%, #020b11 100%);
        padding: 38px 0 44px !important;
    }
    .blog-page .blog-grid-zone {
        padding: 0;
    }
    .blog-page .blog-grid-zone::before {
        display: none;
    }
    .blog-page .blog-filter-bar {
        align-items: center;
        background: rgba(2, 16, 22, 0.78);
        border: 1px solid var(--blog-border-dark);
        border-radius: 8px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin: 0 0 28px;
        overflow-x: auto;
        padding: 12px 14px;
        scrollbar-width: thin;
    }
    .blog-page .filter-btn,
    .blog-page .filter-btn:nth-child(2).active,
    .blog-page .filter-btn:nth-child(2):hover {
        background: transparent;
        border: 1px solid transparent;
        border-radius: 5px;
        box-shadow: none;
        color: rgba(244, 252, 252, 0.84);
        flex: 0 0 auto;
        font-family: "Inter", sans-serif;
        font-size: 0.86rem;
        font-weight: 800;
        margin: 0;
        padding: 12px 18px;
        white-space: nowrap;
    }
    .blog-page .filter-btn:hover,
    .blog-page .filter-btn.active {
        background: linear-gradient(180deg, rgba(34, 215, 209, 0.32), rgba(20, 151, 151, 0.62));
        border-color: rgba(34, 215, 209, 0.52);
        color: #fff;
    }
    .blog-content-layout {
        display: grid;
        gap: 22px;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
        align-items: start;
    }
    .blog-results-column {
        min-width: 0;
    }
    .blog-page .blog-card {
        background:
            linear-gradient(180deg, rgba(5, 27, 35, 0.96), rgba(2, 15, 21, 0.98));
        border: 1px solid var(--blog-border-dark);
        border-radius: 7px;
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
        color: var(--blog-text);
        height: 100%;
        overflow: hidden;
    }
    .blog-page .blog-card:hover {
        border-color: rgba(34, 215, 209, 0.55);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
        transform: translateY(-4px);
    }
    .blog-page .blog-img-wrapper {
        aspect-ratio: 1.32 / 1;
        background: #03151c;
    }
    .blog-page .blog-img::after {
        background: linear-gradient(180deg, transparent, rgba(2, 11, 17, 0.82));
    }
    .blog-page .category-tag {
        background: rgba(34, 215, 209, 0.16);
        border: 1px solid rgba(34, 215, 209, 0.42);
        border-radius: 4px;
        bottom: 12px;
        box-shadow: none;
        color: var(--blog-cyan-bright);
        font-size: 0.63rem;
        left: 14px;
        padding: 5px 8px;
        right: auto;
        top: auto;
    }
    .blog-page .blog-body {
        padding: 18px 18px 20px;
    }
    .blog-page .blog-title {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 1.18rem;
        font-weight: 850;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .blog-page .blog-desc {
        color: var(--blog-copy);
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 16px;
    }
    .blog-page .meta-info {
        align-items: center;
        color: rgba(218, 236, 236, 0.72);
        display: flex;
        flex-wrap: wrap;
        gap: 9px 13px;
        font-size: 0.72rem;
        font-weight: 700;
        margin: auto 0 12px;
    }
    .blog-page .meta-info i {
        color: var(--blog-cyan);
        margin-right: 4px;
    }
    .blog-page .read-more-link {
        color: var(--blog-cyan-bright);
        font-size: 0.82rem;
        font-weight: 850;
    }
    .blog-sidebar {
        display: grid;
        gap: 20px;
        position: sticky;
        top: 120px;
    }
    .blog-side-card,
    .blog-empty-card {
        background: linear-gradient(180deg, rgba(5, 26, 34, 0.93), rgba(2, 14, 20, 0.96));
        border: 1px solid var(--blog-border-dark);
        border-radius: 7px;
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
        padding: 22px;
    }
    .blog-side-card h2 {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 1.16rem;
        font-weight: 800;
        line-height: 1.2;
        margin: 0 0 17px;
    }
    .blog-side-card p,
    .blog-empty-card p {
        color: var(--blog-copy);
        font-size: 0.92rem;
        line-height: 1.65;
    }
    .blog-search-box {
        align-items: center;
        background: rgba(1, 9, 14, 0.68);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 5px;
        display: flex;
        height: 48px;
        padding: 0 12px 0 14px;
    }
    .blog-search-box input {
        background: transparent;
        border: 0;
        color: #fff;
        flex: 1;
        font-size: 0.86rem;
        min-width: 0;
        outline: 0;
    }
    .blog-search-box input::placeholder {
        color: rgba(235, 247, 247, 0.55);
    }
    .blog-search-box button {
        align-items: center;
        background: transparent;
        border: 0;
        color: #fff;
        display: inline-flex;
        font-size: 1.15rem;
        height: 34px;
        justify-content: center;
        width: 34px;
    }
    .sidebar-action,
    .sidebar-action-button {
        align-items: center;
        background: linear-gradient(180deg, rgba(34, 215, 209, 0.34), rgba(14, 137, 139, 0.78));
        border: 1px solid rgba(34, 215, 209, 0.55);
        border-radius: 5px;
        color: #fff;
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 850;
        gap: 8px;
        justify-content: center;
        min-height: 42px;
        padding: 10px 15px;
        text-decoration: none;
    }
    .sidebar-action-button {
        width: 100%;
    }
    .popular-post-list,
    .blog-category-list {
        display: grid;
        gap: 13px;
    }
    .popular-post-item {
        align-items: center;
        color: #fff;
        display: grid;
        gap: 12px;
        grid-template-columns: 72px 1fr;
        text-decoration: none;
    }
    .popular-post-item img {
        aspect-ratio: 1.22 / 1;
        border-radius: 5px;
        object-fit: cover;
        width: 72px;
    }
    .popular-post-item strong {
        color: #fff;
        display: -webkit-box;
        font-size: 0.84rem;
        font-weight: 850;
        line-height: 1.25;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .popular-post-item small {
        color: rgba(34, 215, 209, 0.86);
        display: block;
        font-size: 0.73rem;
        margin-top: 4px;
    }
    .blog-category-row {
        align-items: center;
        background: transparent;
        border: 0;
        color: rgba(244, 252, 252, 0.82);
        display: flex;
        font-weight: 750;
        justify-content: space-between;
        padding: 0;
        text-align: left;
    }
    .blog-category-row:hover {
        color: var(--blog-cyan-bright);
    }
    .blog-category-row strong {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 850;
    }
    .blog-pagination-wrap {
        display: flex;
        justify-content: center;
        margin-top: 28px;
    }
    .blog-pagination-wrap .pagination {
        gap: 8px;
        margin-bottom: 0;
    }
    .blog-pagination-wrap .page-link {
        background: rgba(2, 16, 22, 0.86);
        border: 1px solid rgba(34, 215, 209, 0.28);
        border-radius: 5px;
        color: #fff;
        min-width: 38px;
        text-align: center;
    }
    .blog-pagination-wrap .page-item.active .page-link {
        background: linear-gradient(180deg, rgba(34, 215, 209, 0.85), rgba(13, 145, 146, 0.9));
        border-color: rgba(34, 215, 209, 0.85);
    }
    .blog-pagination-wrap .page-item.disabled .page-link {
        background: rgba(2, 16, 22, 0.42);
        color: rgba(255, 255, 255, 0.35);
    }
    .blog-page .blog-newsletter-section {
        background: linear-gradient(180deg, #020b11 0%, #020b11 100%) !important;
        padding: 10px 0 58px !important;
    }
    .blog-newsletter-card {
        align-items: center;
        background:
            radial-gradient(circle at 8% 50%, rgba(34, 215, 209, 0.1), transparent 22%),
            linear-gradient(180deg, rgba(5, 27, 35, 0.93), rgba(2, 15, 21, 0.96));
        border: 1px solid var(--blog-border-dark);
        border-radius: 7px;
        display: grid;
        gap: 22px;
        grid-template-columns: 92px minmax(0, 1fr) minmax(320px, 560px);
        padding: 28px 34px;
    }
    .newsletter-icon {
        align-items: center;
        border: 1px solid rgba(34, 215, 209, 0.6);
        border-radius: 50%;
        color: var(--blog-cyan-bright);
        display: inline-flex;
        font-size: 2.2rem;
        height: 78px;
        justify-content: center;
        width: 78px;
    }
    .blog-page .blog-newsletter-title {
        color: #fff !important;
        font-family: "Inter", sans-serif;
        font-size: clamp(1.5rem, 1.8vw, 2rem);
        font-weight: 850;
        line-height: 1.2;
        margin: 0 0 8px !important;
    }
    .blog-page .blog-newsletter-copy {
        color: var(--blog-copy) !important;
        font-size: 0.94rem;
        line-height: 1.55;
        margin: 0 !important;
    }
    .blog-page .blog-newsletter-form {
        background: rgba(1, 9, 14, 0.66);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 5px;
        box-shadow: none;
        display: flex;
        gap: 0;
        margin: 0;
        max-width: none;
        padding: 0;
    }
    .blog-page .blog-newsletter-form .form-control {
        background: transparent !important;
        border: 0;
        border-radius: 0;
        color: #fff;
        height: 54px;
        min-height: 54px;
        padding: 0 18px !important;
    }
    .blog-page .blog-newsletter-form .custom-btn {
        background: linear-gradient(180deg, rgba(34, 215, 209, 0.92), rgba(14, 148, 150, 0.98));
        border: 0;
        border-radius: 0 5px 5px 0;
        box-shadow: none;
        color: #fff;
        min-height: 54px;
        min-width: 150px;
    }
    @media (max-width: 1199px) {
        body.mobile-nav-active:has(.blog-page) .site-shell-header .navmenu > ul {
            background: #061923 !important;
            border-color: rgba(34, 215, 209, 0.24) !important;
            box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42) !important;
        }

        body.mobile-nav-active:has(.blog-page) .site-shell-header .navmenu a,
        body.mobile-nav-active:has(.blog-page) .site-shell-header .navmenu a:focus {
            color: rgba(255, 255, 255, 0.92) !important;
        }

        body.mobile-nav-active:has(.blog-page) .site-shell-header .navmenu a.active,
        body.mobile-nav-active:has(.blog-page) .site-shell-header .navmenu a:hover {
            color: #35eee6 !important;
        }

        .blog-content-layout {
            grid-template-columns: minmax(0, 1fr) 300px;
        }
        .blog-newsletter-card {
            grid-template-columns: 80px minmax(0, 1fr);
        }
        .blog-page .blog-newsletter-form {
            grid-column: 1 / -1;
        }
    }
    @media (max-width: 991px) {
        .blog-content-layout {
            grid-template-columns: 1fr;
        }
        .blog-sidebar {
            position: static;
        }
    }
    @media (max-width: 575px) {
        .blog-page .blog-index-section {
            padding-top: 24px !important;
        }
        .blog-page .blog-filter-bar {
            flex-wrap: wrap;
            margin-left: -4px;
            margin-right: -4px;
            overflow-x: visible;
            padding: 10px;
        }
        .blog-page .filter-btn {
            flex: 1 1 calc(50% - 8px);
            min-width: 0;
            padding: 10px 13px;
            text-align: center;
        }
        .blog-newsletter-card {
            grid-template-columns: 1fr;
            padding: 22px;
            text-align: left;
        }
        .blog-page .blog-newsletter-form {
            flex-direction: column;
        }
        .blog-page .blog-newsletter-form .custom-btn {
            border-radius: 0 0 5px 5px;
            width: 100%;
        }
    }

    /* Blog reference refinement */
    body:has(.blog-page) {
        background: #020b11;
    }
    body:has(.blog-page) .site-shell-header {
        background: #020b11;
        box-shadow: none;
    }
    body:has(.blog-page) .site-shell-header .topbar {
        display: none !important;
    }
    body:has(.blog-page) .site-shell-header .branding {
        background: rgba(2, 11, 17, 0.96);
        border-bottom: 1px solid rgba(34, 215, 209, 0.14);
        min-height: 88px;
    }
    body:has(.blog-page) .site-shell-header .logo img {
        filter: none;
    }
    body:has(.blog-page) .site-shell-header .navmenu a {
        color: rgba(255, 255, 255, 0.9);
        font-family: "Inter", sans-serif;
        font-size: 0.84rem;
        font-weight: 750;
        letter-spacing: 0;
        text-transform: none;
    }
    body:has(.blog-page) .site-shell-header .navmenu a.active,
    body:has(.blog-page) .site-shell-header .navmenu a:hover {
        color: #22d7d1;
    }
    body:has(.blog-page) .site-shell-header .navmenu a.active::after {
        background: #22d7d1;
    }
    body:has(.blog-page) .site-cta-btn {
        background: transparent;
        border: 1px solid rgba(34, 215, 209, 0.78);
        border-radius: 6px;
        box-shadow: none;
        color: #22d7d1;
        min-height: 42px;
        padding: 10px 22px;
    }
    body:has(.blog-page) .site-search-link {
        display: none !important;
    }
    body:has(.blog-page) .site-shell-footer {
        background:
            radial-gradient(circle at 14% 0%, rgba(34, 215, 209, 0.08), transparent 26%),
            linear-gradient(180deg, #020b11, #02070b);
        border-top: 1px solid rgba(34, 215, 209, 0.12);
        margin-top: 0;
        padding-top: 34px;
    }
    body:has(.blog-page) .site-shell-footer .footer-top {
        padding-top: 0;
    }
    .blog-page .container {
        max-width: 1320px;
    }
    .blog-page .page-hero {
        min-height: 514px;
        border-bottom: 1px solid rgba(34, 215, 209, 0.18);
        background:
            radial-gradient(circle at 70% 28%, rgba(34, 215, 209, 0.13), transparent 32%),
            linear-gradient(90deg, #01070d 0%, #020a10 46%, #031721 100%);
    }
    .blog-page .page-hero-bg {
        left: auto;
        right: 0;
        width: min(82vw, 1440px);
    }
    .blog-page .page-hero-bg img {
        object-fit: contain;
        object-position: right center;
        filter: brightness(0.95) contrast(1.07) saturate(1.08);
    }
    .blog-page .page-hero-overlay {
        background:
            linear-gradient(90deg, rgba(1, 7, 13, 1) 0%, rgba(1, 8, 14, 0.96) 28%, rgba(1, 9, 15, 0.42) 54%, rgba(1, 8, 14, 0.1) 100%),
            linear-gradient(180deg, rgba(1, 7, 13, 0.12), rgba(1, 7, 13, 0.28));
    }
    .blog-page .page-hero .container {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .blog-page .page-hero-content {
        max-width: 540px;
    }
    .blog-page .page-hero .hero-badge {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    .blog-page .page-hero .hero-badge::before {
        display: none !important;
    }
    .blog-page .page-hero .hero-title {
        font-size: clamp(3rem, 3.25vw, 4.05rem) !important;
        font-weight: 500;
        line-height: 1.06 !important;
        max-width: 12.25ch;
    }
    .blog-hero-rule {
        height: 2px;
        margin: 24px 0 24px;
        width: 72px;
    }
    .blog-page .page-hero .hero-subtitle {
        font-size: 0.98rem;
        font-weight: 600;
        line-height: 1.55;
        max-width: 52ch;
    }
    .blog-hero-pillars {
        gap: 32px;
        margin-top: 32px;
    }
    .blog-hero-pillars div {
        gap: 13px;
        grid-template-columns: 52px auto;
        min-width: 140px;
    }
    .blog-hero-pillars i {
        font-size: 1.32rem;
        height: 52px;
        width: 52px;
    }
    .blog-hero-pillars span {
        font-size: 0.84rem;
    }
    .blog-page .blog-index-section {
        padding: 26px 0 34px !important;
    }
    .blog-page .blog-filter-bar {
        flex-wrap: wrap;
        margin-bottom: 28px;
        overflow-x: visible;
        padding: 11px 18px;
    }
    .blog-page .filter-btn,
    .blog-page .filter-btn:nth-child(2).active,
    .blog-page .filter-btn:nth-child(2):hover {
        flex: 1 1 calc(50% - 8px);
        font-size: 0.82rem;
        min-width: 0;
        padding: 10px 18px;
        text-align: center;
    }
    .blog-content-layout {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr) 320px;
    }
    .blog-page #blog-posts-container {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }
    .blog-page .blog-card {
        border-radius: 7px;
    }
    .blog-page .blog-img-wrapper {
        aspect-ratio: 1.34 / 1;
    }
    .blog-page .blog-img {
        filter: brightness(0.9) saturate(1.05);
    }
    .blog-page .blog-img-wrapper::after {
        background: linear-gradient(180deg, transparent 45%, rgba(2, 11, 17, 0.78) 100%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }
    .blog-page .category-tag {
        z-index: 2;
    }
    .blog-page .blog-body {
        min-height: 212px;
        padding: 18px 18px 17px;
    }
    .blog-page .blog-title {
        font-size: 1.12rem;
        letter-spacing: 0;
    }
    .blog-page .blog-desc {
        font-size: 0.86rem;
        line-height: 1.55;
    }
    .blog-page .read-more-link {
        display: none;
    }
    .blog-page .meta-info {
        font-size: 0.7rem;
        justify-content: space-between;
    }
    .blog-side-card,
    .blog-empty-card {
        border-radius: 7px;
        padding: 22px 24px;
    }
    .blog-side-card h2 {
        font-size: 1.05rem;
    }
    .blog-side-card p {
        font-size: 0.86rem;
    }
    .popular-post-item {
        grid-template-columns: 68px 1fr;
    }
    .popular-post-item img {
        width: 68px;
    }
    .blog-newsletter-card {
        padding: 26px 34px;
    }
    .blog-page .blog-newsletter-section {
        padding-bottom: 34px !important;
    }
    @media (max-width: 1199px) {
        .blog-content-layout {
            grid-template-columns: minmax(0, 1fr) 300px;
        }
    }
    @media (max-width: 991px) {
        body:has(.blog-page) .site-shell-header .branding {
            min-height: 68px;
        }
        body:has(.blog-page) .site-shell-header .logo img {
            filter: none;
        }
        .blog-page .page-hero {
            min-height: auto;
        }
        .blog-page .page-hero-bg img {
            opacity: 0.52;
            object-position: 58% center;
        }
        .blog-page .page-hero .container {
            padding-top: 54px;
            padding-bottom: 48px;
        }
        .blog-content-layout {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 575px) {
        .blog-page .page-hero .hero-title {
            font-size: clamp(2.25rem, 11vw, 3rem) !important;
        }
        .blog-hero-pillars {
            gap: 12px;
            grid-template-columns: 1fr;
        }
        .blog-page .blog-img-wrapper {
            aspect-ratio: 1.45 / 1;
        }
        .blog-page .blog-body {
            min-height: 0;
        }
        .blog-page .meta-info {
            justify-content: flex-start;
        }
    }
