body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px; 
    background: #0B0F19 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 0;
    pointer-events: none;
}

.article-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: var(--fc-font) !important;
    background: transparent; 
    position: relative;
    z-index: 1; 
}

.article-header {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: #0B0F19 !important;
    color: #94a3b8 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding: 30px 20px 50px 40px !important;
    /*padding: 50px 20px 70px 60px !important;*/
    border-radius: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.article-header::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: 
        radial-gradient(circle at 85% 15%, rgba(2, 206, 128, 0.25) 0%, rgba(0, 194, 160, 0.08) 40%, transparent 70%),
        radial-gradient(circle at 15% 85%, rgba(2, 206, 128, 0.20) 0%, rgba(45, 212, 191, 0.06) 45%, transparent 65%) !important;
    filter: blur(75px) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.article-breadcrumb,
.article-header h1,
.article-header .subtitle,
.article-meta-new {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.article-breadcrumb {
    font-size: 14px !important;
    margin-bottom: 24px !important;
}
.article-breadcrumb ol {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px 12px !important;
    list-style: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
    padding: 6px 18px !important;
    border-radius: 100px !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.article-breadcrumb a {
    color: #dadee3 !important;
}
.article-breadcrumb li[aria-current="page"] {
    font-weight: 600 !important;
    color: #ffffff !important;
}

.article-header h1 {
    font-size: clamp(32px, 4.5vw, 48px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 20px rgba(2, 206, 128, 0.25) !important;
}

.article-header .subtitle {
    font-size: 17px !important;
    color: #94a3b8 !important;
    margin-bottom: 32px !important;
    line-height: 1.6 !important;
}
.article-header > p {
  margin-top: 24px !important;
  padding: 0 40px 15px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #dadee3 !important;
  text-align: center !important;
  font-family: var(--fc-font) !important;
}

.article-meta-new {
    display: inline-flex !important; 
    width: auto !important;
    font-size: 14px !important;
    flex-wrap: nowrap !important; 
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    /*background: rgba(255, 255, 255, 0.05) !important;*/
    backdrop-filter: blur(12px) !important;
    /*border: 1px solid rgba(255, 255, 255, 0.1) !important;*/
    /*border-radius: 100px !important;*/
	border-top: 1px solid #919eab;
    padding: 20px 28px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;*/
    white-space: nowrap !important;
}

.author {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.author img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 1px solid rgba(2, 206, 128, 0.5) !important;
}
.author a {
    font-weight: 600 !important;
    color: #ffffff !important;
}

.article-meta-info {
    display: flex !important;
    gap: 16px !important;
    color: #94a3b8 !important;
}
.article-meta-info p {
    font-size: 15px !important;
    color: #c0c5cc !important;
}

.lang-select-new {
    padding: 6px 28px 6px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 30px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #ffffff !important;
    font-family: var(--fc-font) !important;
    font-size: 13px !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    cursor: pointer !important;
}
@media screen and (max-width: 767px) {
    .article-header {
        padding: 40px 16px 30px !important;
    }

    .article-meta-new {
        display: flex !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex-direction: column !important;
        gap: 14px !important;
        white-space: normal !important;
    }

    .author {
        justify-content: center !important;
    }

    .article-meta-info {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px 16px !important;
        font-size: 13px !important;
    }
    .article-meta-info p {
        font-size: 13px !important;
    }

    .lang-select-new {
        font-size: 12px !important;
        padding: 4px 22px 4px 10px !important;
        background-color: rgba(255, 255, 255, 0.08) !important;
    }
}
            /* ===== Two Column Layout ===== */
            .two-col {
                display: flex !important;
                flex-direction: row !important;
                gap: 60px !important;
                margin-top: 40px !important;
                padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
            }

            .article-body {
                    flex: 1 !important;
					min-width: 0 !important;
					order: 1;
					padding: 0 !important;
            }

            /* ===== Article Body Typography ===== */
            .article-body h2 {
                font-size: 32px !important;
                font-weight: 700 !important;
                line-height: 1.3 !important;
                margin: 48px 0 16px !important;
                color: var(--fc-text-dark) !important;
				border-left: 5px solid #4fab3b !important;
				background: linear-gradient(90deg, rgb(82 173 58 / 12%) 0%, transparent 70%) !important;
            }
            .article-body h3 {
                font-size: 26px;
                font-weight: 600;
                margin: 32px 0 12px;
                color: var(--fc-text-dark);
				border-bottom: 3px solid rgb(87 174 54) !important;
            }
			.article-body h3::before {
                background-color: #56ae37 !important;
            }
            .article-body h4 {
                font-size: 20px;
                font-weight: 600;
                margin: 24px 0 10px;
                color: var(--fc-text-dark);
            }
			
            .article-body p {
                font-size: 20px !important;
				line-height: 1.8 !important;
				color: var(--fc-text-body) !important;
            }
            .article-body ul,
            .article-body ol {
                font-size: 18px;
                line-height: 1.8;
                color: var(--fc-text-body);
                padding-left: 24px;
                margin-bottom: 20px;
            }
            .article-body li {
                margin-bottom: 6px;
            }
            .article-body hr {
                border: 0;
                height: 1px;
                background: var(--fc-border);
                margin: 48px 0;
            }

            /* ===== Download Card ===== */
            .download-card {
                    display: grid;
					grid-template-columns: 180px 1fr;
					gap: 16px 32px;
					background: #f4fbf7;
					border-radius: 20px;
					padding: 32px;
					margin: 32px 0;
					align-items: start;
					border: 1.5px solid #5db131 !important;
					box-shadow: 0 12px 32px -12px rgba(0, 163, 77, 0.18);
					transition: box-shadow 0.25s ease;
            }
            .download-cover {
                display: flex;
                align-items: center;
                justify-content: center;
                grid-row: 1 / 4;
            }

            .download-card .pdtitle {
                font-size: 22px;
                font-weight: 700;
                color: var(--fc-text-dark) !important;
                grid-column: 2;
                grid-row: 1;
                margin: 0;
            }
           

            /* ===== Pros / Cons ===== */
            .pros-cons {
                display: flex;
                gap: 24px;
                margin: 32px 0;
            }
            .pros-cons > div {
                flex: 1;
                padding: 24px 28px;
                border-radius: 16px;
                background: var(--fc-bg-blue-grey);
            }
            .pros-cons .pros {
                    border-left: 4px solid #53ad39 !important;
					border-color: #53ad39 !important;
            }
            .pros-cons .cons {
                border-left: 4px solid #f0675d !important;
            }
            .pros-cons strong {
                font-size: 20px;
                display: block;
                margin-bottom: 12px;
            }
            .pros-cons ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .pros-cons li {
                display: flex;
                gap: 8px;
                align-items: flex-start;
                margin-bottom: 6px;
                font-size: 16px;
                color: var(--fc-text-body);
            }
            .pros-cons li i {
                width: 20px;
                margin-top: 2px;
                font-size: 18px;
            }
            .pros-cons .pros i {
                color: var(--fc-green-2);
            }
            .pros-cons .cons i {
                color: #f44336;
            }

            /* ===== Tips ===== */
            .tips {
                padding: 20px 24px;
                border-radius: 16px;
                background: #ebffeb;
                margin: 24px 0;
                display: flex;
                align-items: flex-start;
                gap: 12px;
				--tips-border: none !important;
            }
            .tips i {
                font-size: 24px;
                color: var(--fc-green-2);
                flex-shrink: 0;
                margin-top: 2px;
            }
            .tips p {
                margin: 0;
                font-size: 17px;
                color: var(--fc-text-body);
            }
            .tips--blue {
                background: #e6f0ff;
				--tips-border: none !important;
            }
            .tips--blue i {
                color: var(--fc-tag-blue);
            }
            .tips--orange {
                background: #fff3e0;
				--tips-border: none !important;
            }
            .tips--orange i {
                color: #f57c00;
            }
            .tips--red {
                background: #ffebee;
				--tips-border: none !important;
            }
            .tips--red i {
                color: #d32f2f;
            }

            /* ===== Step Badge ===== */
            .step-badge {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 999px;
                background: linear-gradient(135deg, #71b922 0%, #058e74 100%) !important;
                color: #fff;
                font-weight: 600;
                font-size: 14px;
                min-width: 64px;
                height: 28px;
                padding: 0 14px;
                margin-right: 8px;
                flex-shrink: 0;
            }

            /* ===== Tables ===== */
            .table-responsive {
                overflow-x: auto;
                margin: 24px 0;
                border-radius: 16px;
                border: 1px solid var(--fc-border);
                background: #fff;
            }
            .compare-table {
                width: 100%;
                border-collapse: collapse;
                font-size: 16px;
				border: 1.5px solid #030303 !important;
            }
            .compare-table th,
            .compare-table td {
                padding: 14px 20px;
				font-size: 18px !important;
                text-align: left;
                border-bottom: 1px solid #dbdbdb !important;
				border-right: 1px solid #dbdbdb !important;
                vertical-align: top;
            }
            .compare-table thead th {
                background: var(--fc-bg-blue-grey);
                font-weight: 600;
                color: var(--fc-text-dark);
            }
			.compare-table thead tr {
			background: linear-gradient(155deg, #000 0%, #3ba34b 100%) !important;
			}
            .compare-table tbody tr:last-child td {
                border-bottom: 0;
            }
            .compare-table .col-label {
                font-weight: 600;
                color: #fff !important;
                background: #f8f9fc;
                width: 180px;
            }
			.compare-table .col-label-black {
                font-weight: 600;
                color: var(--fc-text-dark);
                background: #f8f9fc;
                width: 180px;
            }
			.compare-table tbody tr:hover .col-label-black {
			background: #d4f0e0;
			}
			
			.btn--green {
			background: linear-gradient(135deg, #71b922 0%, #058e74 100%) !important;
			box-shadow: 0 4px 12px rgba(2, 206, 128, 0.3);
			transition: all 0.3s ease;
			}
			.btn--green:hover {
			transform: translateY(-2px);
			box-shadow: 0 8px 20px rgba(2, 206, 128, 0.4);
			}
			
			.btn--orange {
			background: linear-gradient(180deg, #feba3f 0%, #e7a40d 100%) !important;
			box-shadow: 0 4px 12px rgb(226 229 23 / 30%);
			transition: all 0.3s ease;
			}
			.btn--green:hover {
			transform: translateY(-2px);
			box-shadow: 0 8px 20px rgba(2, 206, 128, 0.4);
			}

            /* ===== CTA Banner ===== */
            .cta-banner {
                background: var(--fc-grad-card) !important;
                border-radius: 20px !important;
                padding: 32px 40px !important;
                margin: 32px 0 !important;
                display: flex !important;
                flex-direction: column !important;
				border:none !important;
                gap: 16px;
            }
            .cta-head {
                display: flex;
                align-items: center;
                gap: 16px;
            }
            .cta-head img {
                width: 48px;
                height: 48px;
                border-radius: 12px;
            }
            .cta-head strong {
                font-size: 22px;
                font-weight: 700;
                color: var(--fc-text-dark);
            }
            .cta-banner p {
                font-size: 18px;
                color: var(--fc-text-body);
                margin: 0;
            }

            /* ===== Related Articles ===== */
            .related {
                background: var(--fc-bg-blue-grey) !important;
				border: none !important;
                border-radius: 20px !important;
                padding: 28px 32px !important;
                margin: 40px 0 !important;
            }
            .related-head {
                    font-size: 22px;
					font-weight: 700;
					color: var(--fc-text-dark);
					padding-bottom: 16px !important;
					margin-bottom: 12px !important;
					border-bottom: 1px solid #53ad39 !important;
					letter-spacing: -0.3px !important;
            }
            .related ul {
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
                gap: 8px 24px;
            }
            .related li {
                font-size: 16px;
            }
			.article-wrap .related li a {
			display: flex;
			align-items: center;
			width: 100%;
			border-radius: 10px;
			font-size: 16px;
			font-weight: 500;
			color: var(--fc-text-body);
			text-decoration: none !important;
			transition: background 0.2s, color 0.2s;
			padding:0;
			}
.article-wrap .related li a::before {
  content: '';
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #53ad39;
  margin-right: 12px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.article-wrap .related li a::after {
  content: '→';
  font-size: 18px;
  color: #53b302;
  opacity: 0.5;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 12px;
  transition: opacity 0.2s;
}
.article-wrap .related li a:hover {
  background: #fafafa00;
  color: var(--fc-text-dark);
}
.article-wrap .related li a:hover::before {
  opacity: 1;
}
.article-wrap .related li a:hover::after {
  opacity: 1;
}
            .article-wrap .related a {
                color: var(--fc-text-body);
                transition: color 0.2s ease;
            }
            .article-wrap .related a:hover {
                color: var(--fc-green-2);
            }

            /* ===== Sidebar Components ===== */
            .toc {
                border: 1px solid var(--fc-border) !important;
                border-radius: 16px !important;
                overflow: hidden !important;
            }
            .toc-head {
                background: var(--black-color) !important;
                padding: 14px 24px !important;
                color: #fff !important;
                font-size: 20px !important;
                font-weight: 700 !important;
                text-transform: uppercase !important;
            }
			.toc-head::before {
                background-image: none !important;
            }
            .toc-list {
                padding: 16px 20px !important;
				display: flex !important;
				flex-direction: column !important;
				gap: 8px;
            }
            .toc-row a {
                font-size: 15px;
                color: var(--fc-text-body);
                display: block;
                padding: 4px 0;
                transition: color 0.2s ease;
            }
            .toc-row a:hover {
                color: var(--fc-text-dark);
            }
            .toc-row.child {
                padding-left: 24px;
            }

            .recs {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            .recs-head {
                font-size: 20px !important;
                font-weight: 700;
                color: var(--fc-text-dark) !important;
            }
            .rec-card {
                background: var(--fc-grad-card) !important;
                border-radius: 16px !important;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 12px;
				border:none !important;
            }
            .rec-card .rec-logo {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                object-fit: contain;
                background: #fff;
                padding: 8px;
            }
            .rec-card > div {
                font-size: 18px;
                font-weight: 700;
                color: var(--fc-text-dark);
            }
            .rec-card > p {
                font-size: 15px;
                color: var(--fc-text-body);
                margin: 0;
                line-height: 1.5;
            }
            .rec-btn {
                background: #fff;
                border: 0;
                border-radius: 999px;
                padding: 0 28px;
                height: 40px;
                font-weight: 600;
                font-size: 15px;
                cursor: pointer;
                transition: all 0.2s ease;
            }
            .rec-btn a {
                color: var(--fc-text-dark);
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
            }
            .rec-btn:hover {
                background: var(--fc-green-2);
                color: #fff;
            }
            .rec-btn:hover a {
                color: #fff;
            }

            .promo-box .rec-card.image-card {
                padding: 12px !important;
                background: transparent !important;
            }
            .promo-box .rec-card.image-card img {
                border-radius: 12px;
                width: 100%;
            }

            .cats {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            .cat {
                border: 1px solid var(--fc-border) !important;
                border-radius: 16px !important;
                padding: 16px 20px 20px;
            }
            .cat-head {
                font-size: 18px !important;
                font-weight: 700;
                color: var(--fc-text-dark) !important;
                margin-bottom: 10px;
                text-transform: uppercase;
            }
            .cat-list {
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            .cat-list li {
                font-size: 15px;
            }
            .cat-list a {
                color: var(--fc-text-body);
            }
            .cat-list a:hover {
                color: var(--fc-text-dark);
            }
            .cat-list li.hot a {
                color: var(--fc-green-2);
                font-weight: 600;
            }
.article-wrap .fc-seo-rec-card {
	display: flex;
	gap: 20px;
	padding: 20px;
	background: #ffffff;
	border: 1.5px solid #53ad39;
	border-radius: 12px;
	/*box-shadow: 0 5px 10px 9px rgb(51 122 14 / 18%);*/
	box-shadow: none;
	margin: 20px 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}
.article-wrap .fc-seo-rec-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px -12px rgb(83 179 2 / 63%);
} 
.article-wrap .fc-seo-rec-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.article-wrap .fc-seo-rec-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-wrap .fc-seo-rec-content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.article-wrap .fc-seo-rec-title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}
.article-wrap .fc-seo-rec-title a {
	color: #451a03;
	text-decoration: none;
	transition: color 0.2s;
}
.article-wrap .fc-seo-rec-title a:hover {
	color: #4db302;
	text-decoration: underline;
}
.article-wrap .fc-seo-rec-content .meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 0.85rem;
	color: #78716c;
	margin-top: 2px;
}
.article-wrap .fc-seo-rec-content .meta .read-time i {
	margin-right: 4px;
	color: #53ad39;
}
.article-wrap .fc-seo-rec-content p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #44403c;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.article-wrap .fc-seo-rec-content .learn-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 20px;
	background: linear-gradient(135deg, #71b922 0%, #058e74 100%) !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 40px;
	border: 1.5px solid transparent;
	align-self: flex-end;
	margin-top: 4px;
}
.article-wrap .fc-seo-rec-card a {
	color: #53ad39;
	text-decoration: none;
}
.article-wrap .fc-seo-rec-card a:hover {
	/* text-decoration: underline; */
}
.article-wrap .prod-recs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 80px 70px;
    border-radius: 15px;
    background: var(--fc-bg-blue-grey);
}
.article-rec-banner {
    margin: 20px 0;
    padding: 12px 16px;
    background: #f0f9f0;
    border: 1px solid rgb(143 208 148);
    border-radius: 8px;
    font-size: 18px;
    color: #2c3e50;
    line-height: 1.5;
  }
.article-rec-banner a {
    color: #2c3e50 !important;
    text-decoration: none;
}
.image-wrapper {
    max-width: 100%;
    margin: 24px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #333;
    background: transparent;
    padding: 0;
  }

  .image-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
  }
  .image-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0;
  }
  .image-counter {
    font-size: 13px;
    color: #777;
    font-weight: 500;
  }
  @media (max-width: 540px) {
    .image-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }
  }

  .image-stage {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    max-height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-track-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .image-track {
    display: flex;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .image-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
  }

  .image-slide img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .image-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .image-control:hover {
    background-color: rgba(0, 0, 0, 0.85);
    transform: translateY(-50%) scale(1.05);
  }
  .image-prev { left: 12px; }
  .image-next { right: 12px; }
  .image-control svg { stroke: white; }
  .image-zoom-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    opacity: 0; 
  }
  .image-zoom-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .image-caption-area {
    margin-top: 12px;
  }
  .image-caption-area .image-desc {
    display: none;
  }
  .image-caption-area .image-desc.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  .image-step-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 4px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
	  }
  .step-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #2da467;
    border-radius: 50%;
  }
  .image-caption-area p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(2px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .image-lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  .image-lightbox-overlay.open {
    display: flex;
  }
  .image-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
  }
  .image-lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
  }
  .image-lightbox-close {
    position: absolute;
    top: -35px; right: 0;
    color: #fff; font-size: 36px; font-weight: bold;
    cursor: pointer;
  }
  .image-lightbox-close:hover {
    color: #ccc;
  }
/* ===== Mobile Responsive ===== */
@media (max-width: 1023px) {
    .article-wrap .two-col {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 20px !important;
        margin-top: 20px !important;
        padding-bottom: 40px !important;
    }

    .article-wrap .article-body {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .article-wrap .sidebar-sticky {
        display: none !important;
    }

    .article-wrap .download-card {
        display: flex;
        flex-direction: column;
        padding: 40px;
        align-items: stretch;
    }
    .article-wrap .download-cover { display: none; }
    .article-wrap .download-card .pdtitle,
    .article-wrap .download-card > .btns {
        width: 100%;
    }
    .article-wrap .download-card > .btns {
        justify-content: flex-start;
    }
    .article-wrap .download-card .btn {
        width: auto;
    }

    .pros-cons {
        flex-direction: column;
    }

    .cta-banner {
        padding: 24px;
    }

    .article-header h1 {
        font-size: 28px;
    }

    .article-meta-new {
        flex-direction: flex;
        gap: 12px;
    }

    .catalog-box {
        display: flex !important;
        bottom: 80px !important;
        left: 16px !important;
        z-index: 1001 !important;
    }
    .catalog-box .shrink {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        background: #0B0F19 !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
        border: none !important;
    }
    .catalog-box .shrink-node i {
        font-size: 20px !important;
        color: #ffffff !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .article-wrap .download-cover {
        display: none !important;
    }

    .article-wrap .download-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 28px 24px !important;
    }

    .article-wrap .download-card .pdtitle {
        font-size: 20px !important;
        text-align: center !important;
    }

    .article-wrap .download-card .btns {
        flex-direction: row !important;
        justify-content: center !important;
    }

    .article-wrap .download-card .btn {
        width: auto !important;
        min-width: 180px !important;
    }
}

@media (max-width: 768px) {
    .article-wrap .download-cover {
        display: none !important;
    }

    .article-wrap .download-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 20px 16px !important;
        gap: 10px !important;
    }

    .article-wrap .download-card .pdtitle {
        font-size: 18px !important;
        text-align: center !important;
    }

    .article-wrap .download-card ul li {
        font-size: 14px !important;
    }

    .article-wrap .download-card .btns {
        flex-direction: column !important;
        align-items: center !important;
    }

    .article-wrap .download-card .btn {
        width: 100% !important;
        max-width: 280px !important;
        height: 44px !important;
        font-size: 14px !important;
    }
	    .article-wrap .btn {
        width: auto;
        justify-content: center;
        height: 44px;
    }
	.article-wrap .prod-recs {
        display: none;
    }
	.article-header {
        padding: 40px 16px 30px !important;
    }

    .article-meta-new {
        display: flex !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex-direction: column !important;
        gap: 14px !important;
        white-space: normal !important;
    }

    .author {
        justify-content: center !important;
    }

    .article-meta-info {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px 16px !important;
        font-size: 13px !important;
    }
    .article-meta-info p {
        font-size: 13px !important;
    }
    .lang-select-new {
        background: rgba(255, 255, 255, 0.12) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        padding: 6px 28px 6px 12px !important;
        font-size: 13px !important;
        border-radius: 30px !important;
        appearance: none !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        cursor: pointer !important;
    }

    .lang-select-new option {
        color: #141d38 !important;
        background: #ffffff !important;
    }
}
