/**
 * DGCHEME — Single Post
 *
 * Loaded only on standard WordPress posts.
 *
 * Architecture:
 * - core.css         => global theme foundation
 * - single-post.css  => post-specific components
 *
 * v1.6.73
 * 01 — Shared Hero Slider (rshero27), copied from the approved internal-page slider.
 *
 * @package DGCHEME
 */

/* =========================================================
   SINGLE POST — SHARED HERO SLIDER (rshero27)
   Source: approved shared internal-page slider
========================================================= */

.rshero27,
.rshero27 * {
	box-sizing: border-box;
}

.rshero27 {
	--rshero27-gold: #d6a93b;
	--rshero27-green: #173f2e;
	--rshero27-deep: #071c14;
	--rshero27-ease: cubic-bezier(.22, 1, .36, 1);
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--rshero27-deep);
	font-family: inherit;
}

.rshero27__viewport {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	isolation: isolate;
	background: var(--rshero27-deep);
	touch-action: pan-y;
}

.rshero27__slide {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(1.018);
	transition:
		opacity 760ms ease,
		visibility 760ms ease,
		transform 1100ms var(--rshero27-ease);
}

.rshero27__slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
}

.rshero27__media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.rshero27__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: cover;
	object-position: center center;
	user-select: none;
	pointer-events: none;
	transform: scale(1);
	filter: saturate(.94) contrast(1.02) brightness(.96);
	transition:
		transform 8s cubic-bezier(.2,.55,.28,1),
		filter 1000ms ease;
}

.rshero27__slide.is-active .rshero27__image {
	transform: scale(1.065);
	filter: saturate(1) contrast(1.02) brightness(1);
}

.rshero27__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(5,24,17,.94) 0%,
			rgba(7,31,22,.83) 26%,
			rgba(7,31,22,.42) 56%,
			rgba(7,31,22,.07) 100%
		),
		linear-gradient(
			0deg,
			rgba(3,14,10,.58) 0%,
			rgba(3,14,10,.04) 45%
		);
}

.rshero27__shade::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .13;
	background-image:
		linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 58px 58px;
	-webkit-mask-image: linear-gradient(to right, #000 0%, transparent 76%);
	mask-image: linear-gradient(to right, #000 0%, transparent 76%);
}

.rshero27__content {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: clamp(120px, 9vw, 155px);
	width: min(650px, calc(100% - 300px));
	color: #fff;
	direction: ltr;
	text-align: left;
	transform: translateY(-50%);
}

.rshero27__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 34px;
	margin: 0 0 18px;
	padding: 8px 13px;
	border: 1px solid rgba(214,169,59,.25);
	border-radius: 999px;
	color: #f0c95c;
	background: rgba(7,31,22,.46);
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 580ms ease,
		transform 720ms var(--rshero27-ease);
}

.rshero27__eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: var(--rshero27-gold);
}

.rshero27__title {
	max-width: 680px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(42px, 4.7vw, 76px);
	line-height: 1.03;
	font-weight: 700;
	letter-spacing: normal;
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 650ms ease,
		transform 820ms var(--rshero27-ease);
}

.rshero27__description {
	max-width: 590px;
	margin: 24px 0 0;
	padding: 0;
	color: rgba(255,255,255,.80);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.82;
	font-weight: 400;
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 650ms ease,
		transform 820ms var(--rshero27-ease);
}

.rshero27__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 52px;
	margin: 32px 0 0;
	padding: 13px 23px;
	border: 1px solid rgba(255,255,255,.27);
	border-radius: 999px;
	color: #fff;
	background: rgba(255,255,255,.07);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	font-size: 14px;
	line-height: 1;
	font-weight: 650;
	text-decoration: none;
	opacity: 0;
	transform: translateY(30px);
	transition:
		color 300ms ease,
		border-color 300ms ease,
		background-color 300ms ease,
		box-shadow 300ms ease,
		opacity 650ms ease,
		transform 820ms var(--rshero27-ease);
}

.rshero27__cta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 300ms var(--rshero27-ease);
}

a.rshero27__cta:hover {
	color: #172018;
	border-color: var(--rshero27-gold);
	background: var(--rshero27-gold);
	box-shadow: 0 14px 34px rgba(0,0,0,.22);
	transform: translateY(-3px);
}

a.rshero27__cta:hover svg {
	transform: translateX(4px);
}

.rshero27__cta--pending {
	cursor: default;
}

.rshero27__slide.is-active .rshero27__eyebrow {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 160ms;
}

.rshero27__slide.is-active .rshero27__title {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 260ms;
}

.rshero27__slide.is-active .rshero27__description {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 370ms;
}

.rshero27__slide.is-active .rshero27__cta {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 480ms;
}

.rshero27__arrow {
	position: absolute;
	z-index: 30;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 90px;
	height: 48px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid rgba(214,169,59,.32);
	border-radius: 999px;
	color: rgba(255,255,255,.94);
	background: rgba(7,31,22,.58);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 12px 30px rgba(0,0,0,.18);
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		color 260ms ease,
		border-color 260ms ease,
		background-color 260ms ease,
		transform 260ms var(--rshero27-ease);
}

.rshero27__arrow--prev {
	left: 22px;
}

.rshero27__arrow--next {
	right: 22px;
}

.rshero27__arrow span {
	font-size: 7px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .7px;
}

.rshero27__arrow svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.rshero27__arrow:hover {
	color: #172018;
	border-color: var(--rshero27-gold);
	background: var(--rshero27-gold);
	transform: translateY(-50%) scale(1.055);
}

.rshero27__arrow:focus-visible,
.rshero27__dot:focus-visible,
.rshero27__cta:focus-visible {
	outline: 2px solid #ffe161;
	outline-offset: 4px;
}

.rshero27__bottom {
	position: absolute;
	z-index: 32;
	right: clamp(22px, 4vw, 64px);
	bottom: 22px;
	left: clamp(22px, 4vw, 64px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	pointer-events: none;
}

.rshero27__dots {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	min-height: 36px;
	margin: 0;
	padding: 8px 11px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 999px;
	background: rgba(7,31,22,.54);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	pointer-events: auto;
}

.rshero27__dot {
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	opacity: .62;
	background: rgba(255,255,255,.76);
	cursor: pointer;
	transition:
		width 300ms var(--rshero27-ease),
		opacity 240ms ease,
		background-color 240ms ease;
}

.rshero27__dot.is-active {
	width: 28px;
	opacity: 1;
	background: var(--rshero27-gold);
}

.rshero27__counter {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	min-height: 36px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 999px;
	color: #fff;
	background: rgba(7,31,22,.54);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	direction: ltr;
	font-variant-numeric: tabular-nums;
	pointer-events: auto;
}

.rshero27__current {
	color: var(--rshero27-gold);
	font-size: 17px;
	line-height: 1;
	font-weight: 750;
}

.rshero27__counter-line {
	width: 24px;
	height: 1px;
	background: rgba(255,255,255,.36);
}

.rshero27__total {
	color: rgba(255,255,255,.66);
	font-size: 11px;
	line-height: 1;
	font-weight: 650;
}

@media (max-width: 1024px) {
	.rshero27__viewport {
		height: 620px;
	}

	.rshero27__content {
		left: 88px;
		width: min(590px, calc(100% - 176px));
	}

	.rshero27__title {
		font-size: clamp(39px, 6vw, 60px);
	}
}

@media (max-width: 767px) {
	.rshero27__viewport {
		height: auto;
		min-height: 0;
		aspect-ratio: 9 / 16;
	}

	.rshero27__shade {
		background:
			linear-gradient(
				180deg,
				rgba(4,19,13,.27) 0%,
				rgba(4,19,13,.04) 24%,
				rgba(4,19,13,.10) 52%,
				rgba(4,19,13,.84) 100%
			);
	}

	.rshero27__shade::after {
		display: none;
	}

	.rshero27__content {
		top: auto;
		right: 23px;
		bottom: 88px;
		left: 23px;
		width: auto;
		transform: none;
	}

	.rshero27__eyebrow {
		min-height: 30px;
		margin-bottom: 11px;
		padding: 7px 10px;
		font-size: 9px;
		letter-spacing: 1.3px;
	}

	.rshero27__title {
		font-size: clamp(30px, 9.2vw, 43px);
		line-height: 1.07;
	}

	.rshero27__description {
		display: -webkit-box;
		margin-top: 13px;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.62;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.rshero27__cta {
		min-height: 45px;
		margin-top: 17px;
		padding: 11px 17px;
		font-size: 12px;
	}

	.rshero27__arrow {
		min-width: 48px;
		height: 42px;
		padding: 0 8px;
		gap: 3px;
	}

	.rshero27__arrow--prev {
		left: 10px;
	}

	.rshero27__arrow--next {
		right: 10px;
	}

	.rshero27__arrow span {
		font-size: 6px;
	}

	.rshero27__arrow svg {
		width: 16px;
		height: 16px;
	}

	.rshero27__bottom {
		right: 15px;
		bottom: 15px;
		left: 15px;
	}

	.rshero27__dots,
	.rshero27__counter {
		min-height: 33px;
	}

	.rshero27__dots {
		gap: 6px;
		padding: 7px 9px;
	}

	.rshero27__counter {
		padding: 7px 10px;
	}

	.rshero27__dot {
		width: 7px;
		height: 7px;
	}

	.rshero27__dot.is-active {
		width: 23px;
	}

	.rshero27__current {
		font-size: 15px;
	}

	.rshero27__counter-line {
		width: 18px;
	}
}

@media (max-width: 420px) {
	.rshero27__content {
		right: 19px;
		bottom: 82px;
		left: 19px;
	}

	.rshero27__title {
		font-size: 30px;
	}

	.rshero27__description {
		-webkit-line-clamp: 2;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rshero27__slide,
	.rshero27__eyebrow,
	.rshero27__title,
	.rshero27__description,
	.rshero27__cta {
		transition-duration: 1ms;
	}

	.rshero27__image {
		transition: none;
	}
}

/* END — INNER PAGES SHARED HERO SLIDER */

/* =========================================================
   PEARLESCENT PIGMENTS — INTRODUCTION
   v1.6.75
   Single-post component directly below the Hero Slider.
========================================================= */

.dgpost-intro {
    position: relative;
    width: 100%;
    padding: 48px 20px 52px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 12%, rgba(183, 150, 47, .09), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
}

.dgpost-intro::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: -150px;
    border: 1px solid rgba(15, 77, 61, .07);
    border-radius: 50%;
    box-shadow:
        0 0 0 34px rgba(15, 77, 61, .018),
        0 0 0 68px rgba(183, 150, 47, .012);
    pointer-events: none;
}

.dgpost-intro__inner {
    position: relative;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.dgpost-intro__layout {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.7fr);
    gap: 18px;
    align-items: stretch;
}

.dgpost-intro__head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 28px 26px;
    overflow: hidden;
    border: 1px solid rgba(216, 189, 89, .16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 18% 12%, rgba(216, 189, 89, .14), transparent 32%),
        linear-gradient(145deg, #072d24 0%, #0b4637 100%);
    box-shadow: 0 18px 38px rgba(7, 41, 32, .12);
}

.dgpost-intro__head::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -74px;
    bottom: -82px;
    border: 1px solid rgba(216, 189, 89, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(216, 189, 89, .025);
    pointer-events: none;
}

.dgpost-intro__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    color: #d8bd59;
}

.dgpost-intro__eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d8bd59);
}

.dgpost-intro__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.95;
    color: #ffffff;
}

.dgpost-intro__tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 28px;
}

.dgpost-intro__tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 10px;
    font-weight: 600;
    direction: ltr;
    color: rgba(255,255,255,.72);
}

.dgpost-intro__body {
    position: relative;
    padding: 28px 30px 30px;
    border: 1px solid rgba(11, 62, 49, .10);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 34px rgba(7, 41, 32, .055);
}

.dgpost-intro__body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f4d3d 0%, #c3a13a 100%);
}

.dgpost-intro__text {
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
    text-align: justify;
    text-justify: inter-word;
    color: #455951;
}

.dgpost-intro__text + .dgpost-intro__text {
    margin-top: 16px;
}

@media (max-width: 820px) {
    .dgpost-intro {
        padding: 34px 16px 38px;
    }

    .dgpost-intro__layout {
        grid-template-columns: 1fr;
    }

    .dgpost-intro__head {
        min-height: auto;
        padding: 24px 22px;
    }

    .dgpost-intro__tags {
        margin-top: 20px;
    }
}

@media (max-width: 560px) {
    .dgpost-intro {
        padding: 28px 14px 32px;
    }

    .dgpost-intro__head,
    .dgpost-intro__body {
        border-radius: 15px;
    }

    .dgpost-intro__head {
        padding: 22px 18px;
    }

    .dgpost-intro__body {
        padding: 24px 18px;
    }

    .dgpost-intro__body::before {
        right: 18px;
        width: 52px;
    }

    .dgpost-intro__title {
        font-size: 20px;
    }

    .dgpost-intro__text {
        font-size: 13px;
        line-height: 2.08;
    }
}

/* END — PEARLESCENT PIGMENTS INTRODUCTION v1.6.75 */

/* =========================================================
   PEARLESCENT INTRO — GREEN CARD OPTICAL PROFILE
   v1.6.76
   Fills the visual dead-space without duplicating the Persian article copy.
========================================================= */

.dgpost-intro__profile {
    position: relative;
    z-index: 1;
    margin: 30px 0 8px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 14px 28px rgba(0,0,0,.07);
    direction: ltr;
}

.dgpost-intro__profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 11px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    color: #d8bd59;
}

.dgpost-intro__profile-code {
    font-size: 8px;
    letter-spacing: .08em;
    color: rgba(255,255,255,.42);
}

.dgpost-intro__optical-stack {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 82px;
    padding: 10px 0 12px;
}

.dgpost-intro__beam,
.dgpost-intro__effect {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    color: rgba(255,255,255,.50);
    white-space: nowrap;
}

.dgpost-intro__beam::after,
.dgpost-intro__effect::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    margin-inline: 6px;
    vertical-align: middle;
    background: linear-gradient(90deg, rgba(216,189,89,.18), #d8bd59);
}

.dgpost-intro__effect::before {
    background: linear-gradient(90deg, #d8bd59, rgba(216,189,89,.18));
}

.dgpost-intro__layers {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 0 4px;
}

.dgpost-intro__layer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    border-radius: 5px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
}

.dgpost-intro__layer--oxide {
    border: 1px solid rgba(216,189,89,.24);
    background: linear-gradient(90deg, rgba(216,189,89,.12), rgba(216,189,89,.045));
    color: rgba(255,239,179,.74);
}

.dgpost-intro__layer--mica {
    border: 1px solid rgba(255,255,255,.11);
    background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
    color: rgba(255,255,255,.80);
}

.dgpost-intro__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 4px 0 0;
}

.dgpost-intro__fact {
    min-width: 0;
    padding: 9px 10px 10px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 9px;
    background: rgba(0,0,0,.055);
}

.dgpost-intro__fact dt {
    margin: 0 0 4px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .10em;
    color: #d8bd59;
}

.dgpost-intro__fact dd {
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 600;
    line-height: 1.55;
    color: rgba(255,255,255,.69);
}

@media (max-width: 820px) {
    .dgpost-intro__profile {
        margin-top: 22px;
    }

    .dgpost-intro__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .dgpost-intro__profile {
        padding: 14px;
    }

    .dgpost-intro__profile-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .dgpost-intro__optical-stack {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .dgpost-intro__beam,
    .dgpost-intro__effect {
        text-align: center;
    }

    .dgpost-intro__beam::after,
    .dgpost-intro__effect::before {
        width: 24px;
    }

    .dgpost-intro__facts {
        grid-template-columns: 1fr;
    }
}

/* END — PEARLESCENT INTRO OPTICAL PROFILE v1.6.76 */

/* =========================================================
   PEARLESCENT PIGMENTS — WHITE SERIES PRODUCT GATEWAY
   v1.6.77
========================================================= */

.dgpost-product-gateway {
    position: relative;
    width: 100%;
    padding: 18px 20px 54px;
    background: #f7f9f8;
}

.dgpost-product-gateway__inner {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.dgpost-product-gateway__stage {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(11, 62, 49, .10);
    border-radius: 22px;
    background: #dfe5e2;
    box-shadow:
        0 22px 50px rgba(7, 41, 32, .10),
        0 1px 0 rgba(255,255,255,.85) inset;
}

.dgpost-product-gateway__media {
    position: absolute;
    inset: 0;
}

.dgpost-product-gateway__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
}

.dgpost-product-gateway__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 28, 22, .30) 0%, rgba(4, 28, 22, .08) 46%, rgba(4, 28, 22, .02) 100%),
        linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.15));
    pointer-events: none;
}

.dgpost-product-gateway__label {
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(7, 45, 35, .55);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .10em;
    color: rgba(255,255,255,.84);
}

.dgpost-product-gateway__label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d8bd59;
    box-shadow: 0 0 0 5px rgba(216,189,89,.12);
}

.dgpost-product-gateway__panel {
    position: relative;
    z-index: 3;
    width: min(430px, calc(100% - 52px));
    margin-left: 26px;
    padding: 26px 26px 24px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(7, 45, 35, .86), rgba(7, 45, 35, .70));
    -webkit-backdrop-filter: blur(18px) saturate(118%);
    backdrop-filter: blur(18px) saturate(118%);
    box-shadow:
        0 22px 46px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.10);
    transform: translateY(50%);
}

.dgpost-product-gateway__panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d8bd59, #a98621);
}

.dgpost-product-gateway__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    color: #d8bd59;
}

.dgpost-product-gateway__eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: rgba(216,189,89,.60);
}

.dgpost-product-gateway__title {
    margin: 0 0 12px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;
    color: #ffffff;
}

.dgpost-product-gateway__text {
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 2.05;
    text-align: justify;
    color: rgba(255,255,255,.78);
}

.dgpost-product-gateway__features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 20px;
}

.dgpost-product-gateway__feature {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 700;
    direction: ltr;
    color: rgba(255,255,255,.72);
}

.dgpost-product-gateway__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 46px;
    padding: 10px 14px 10px 16px;
    border: 1px solid rgba(216,189,89,.38);
    border-radius: 12px;
    background: linear-gradient(135deg, #d8bd59 0%, #b9962d 100%);
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        filter .22s ease;
}

.dgpost-product-gateway__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0,0,0,.16);
    filter: brightness(1.03);
}

.dgpost-product-gateway__cta-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dgpost-product-gateway__cta-kicker {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    direction: ltr;
    color: rgba(7,45,35,.64);
}

.dgpost-product-gateway__cta-title {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 12px;
    font-weight: 800;
    color: #0a3a2e;
}

.dgpost-product-gateway__cta-arrow {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: rgba(7,45,35,.12);
    font-size: 16px;
    line-height: 1;
    color: #0a3a2e;
    transition: transform .22s ease;
}

.dgpost-product-gateway__cta:hover .dgpost-product-gateway__cta-arrow {
    transform: translateX(-3px);
}

.dgpost-product-gateway__index {
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: baseline;
    gap: 7px;
    direction: ltr;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    color: rgba(255,255,255,.75);
}

.dgpost-product-gateway__index strong {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}

.dgpost-product-gateway__index span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .10em;
    color: rgba(255,255,255,.54);
}

@media (max-width: 820px) {
    .dgpost-product-gateway {
        padding: 14px 16px 40px;
    }

    .dgpost-product-gateway__stage {
        min-height: 500px;
    }

    .dgpost-product-gateway__image {
        min-height: 500px;
    }

    .dgpost-product-gateway__panel {
        width: min(460px, calc(100% - 32px));
        margin-left: 16px;
        transform: translateY(70%);
    }

    .dgpost-product-gateway__label {
        top: 18px;
        right: 18px;
    }
}

@media (max-width: 560px) {
    .dgpost-product-gateway {
        padding: 12px 14px 32px;
    }

    .dgpost-product-gateway__stage {
        display: flex;
        align-items: flex-end;
        min-height: 610px;
        border-radius: 18px;
    }

    .dgpost-product-gateway__image {
        min-height: 610px;
    }

    .dgpost-product-gateway__media::after {
        background:
            linear-gradient(180deg, rgba(4,28,22,.02) 0%, rgba(4,28,22,.24) 44%, rgba(4,28,22,.60) 100%);
    }

    .dgpost-product-gateway__panel {
        width: calc(100% - 24px);
        margin: 0 12px 12px;
        padding: 22px 18px 18px;
        transform: none;
        border-radius: 15px;
    }

    .dgpost-product-gateway__label {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    .dgpost-product-gateway__text {
        font-size: 12px;
        line-height: 2;
    }

    .dgpost-product-gateway__index {
        display: none;
    }
}

/* END — WHITE SERIES PRODUCT GATEWAY v1.6.77 */

/* =========================================================
   WHITE PRODUCT GATEWAY — POSITION / PLACEHOLDER FIX
   v1.6.78
========================================================= */

/* Keep the stage visually intentional before the real image is inserted. */
.dgpost-product-gateway__stage {
    background:
        radial-gradient(circle at 72% 28%, rgba(216,189,89,.12), transparent 26%),
        linear-gradient(135deg, #dfe7e3 0%, #cbd6d1 48%, #b9c7c1 100%);
}

/* Hide browser broken-image UI while src="#" is still the temporary placeholder. */
.dgpost-product-gateway__image[src="#"] {
    opacity: 0;
}

/* Desktop: true left-side glass panel, vertically centered. */
.dgpost-product-gateway__panel {
    position: absolute;
    top: 50%;
    left: 26px;
    right: auto;
    width: min(430px, calc(100% - 52px));
    margin: 0;
    transform: translateY(-50%);
}

/* Ensure text direction inside the Persian panel remains RTL. */
.dgpost-product-gateway__panel {
    direction: rtl;
}

/* Keep English microcopy directional where needed. */
.dgpost-product-gateway__eyebrow,
.dgpost-product-gateway__feature,
.dgpost-product-gateway__cta-kicker {
    direction: ltr;
}

@media (max-width: 820px) {
    .dgpost-product-gateway__panel {
        top: 50%;
        left: 16px;
        right: auto;
        width: min(460px, calc(100% - 32px));
        margin: 0;
        transform: translateY(-50%);
    }
}

@media (max-width: 560px) {
    .dgpost-product-gateway__stage {
        display: flex;
        align-items: flex-end;
    }

    .dgpost-product-gateway__panel {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: calc(100% - 24px);
        margin: 0 12px 12px;
        transform: none;
    }
}

/* END — WHITE PRODUCT GATEWAY FIX v1.6.78 */

/* =========================================================
   WHITE PRODUCT GATEWAY — VERTICAL BREATHING ROOM
   v1.6.79
========================================================= */

@media (min-width: 821px) {
    .dgpost-product-gateway__stage {
        min-height: 560px;
    }

    .dgpost-product-gateway__image {
        min-height: 560px;
    }
}

@media (min-width: 561px) and (max-width: 820px) {
    .dgpost-product-gateway__stage {
        min-height: 590px;
    }

    .dgpost-product-gateway__image {
        min-height: 590px;
    }
}

@media (max-width: 560px) {
    .dgpost-product-gateway__stage,
    .dgpost-product-gateway__image {
        min-height: 660px;
    }
}

/* END — WHITE PRODUCT GATEWAY VERTICAL SPACE v1.6.79 */

/* =========================================================
   PEARLESCENT PIGMENTS — COLOR SERIES PRODUCT GATEWAY
   v1.6.80
========================================================= */

.dgpost-product-gateway--color {
    padding-top: 8px;
}

.dgpost-product-gateway--color .dgpost-product-gateway__stage {
    background:
        radial-gradient(circle at 18% 22%, rgba(92, 128, 205, .16), transparent 24%),
        radial-gradient(circle at 76% 18%, rgba(199, 142, 65, .15), transparent 26%),
        radial-gradient(circle at 54% 82%, rgba(131, 78, 153, .12), transparent 28%),
        linear-gradient(135deg, #ced8d3 0%, #b8c6c0 100%);
}

.dgpost-product-gateway--color .dgpost-product-gateway__media::after {
    background:
        linear-gradient(270deg, rgba(4, 28, 22, .34) 0%, rgba(4, 28, 22, .08) 46%, rgba(4, 28, 22, .02) 100%),
        linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.15));
}

.dgpost-product-gateway--color .dgpost-product-gateway__panel {
    left: auto;
    right: 26px;
    background:
        radial-gradient(circle at 92% 8%, rgba(216,189,89,.10), transparent 28%),
        linear-gradient(145deg, rgba(7, 45, 35, .88), rgba(7, 45, 35, .72));
}

.dgpost-product-gateway--color .dgpost-product-gateway__panel::before {
    right: auto;
    left: 26px;
    width: 78px;
    background:
        linear-gradient(
            90deg,
            #c6a237 0%,
            #b66c39 20%,
            #7b5442 38%,
            #4269a8 58%,
            #76519a 78%,
            #b86f92 100%
        );
}

.dgpost-product-gateway--color .dgpost-product-gateway__label {
    right: auto;
    left: 26px;
}

.dgpost-product-gateway--color .dgpost-product-gateway__label::before {
    background: linear-gradient(135deg, #d8bd59, #8b5aa7);
    box-shadow: 0 0 0 5px rgba(139, 90, 167, .12);
}

.dgpost-product-gateway__spectrum {
    margin: 18px 0 20px;
    padding: 12px 12px 11px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 11px;
    background: rgba(0,0,0,.055);
}

.dgpost-product-gateway__spectrum-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    direction: ltr;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
}

.dgpost-product-gateway__spectrum-head span:first-child {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    color: #d8bd59;
}

.dgpost-product-gateway__spectrum-head span:last-child {
    font-size: 8px;
    font-weight: 700;
    color: rgba(255,255,255,.42);
}

.dgpost-product-gateway__spectrum-rail {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.dgpost-product-gateway__tone {
    position: relative;
    height: 18px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
}

.dgpost-product-gateway__tone::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 55%, rgba(0,0,0,.10));
}

.dgpost-product-gateway__tone--gold {
    background: linear-gradient(135deg, #d7b64a, #9f7b19);
}

.dgpost-product-gateway__tone--copper {
    background: linear-gradient(135deg, #c87946, #8a462d);
}

.dgpost-product-gateway__tone--brown {
    background: linear-gradient(135deg, #8c674c, #554033);
}

.dgpost-product-gateway__tone--blue {
    background: linear-gradient(135deg, #5a83c8, #305995);
}

.dgpost-product-gateway__tone--purple {
    background: linear-gradient(135deg, #8c69ae, #60467e);
}

.dgpost-product-gateway__tone--pink {
    background: linear-gradient(135deg, #c9809f, #9a5577);
}

.dgpost-product-gateway--color .dgpost-product-gateway__cta {
    background:
        linear-gradient(135deg, #d8bd59 0%, #c49e39 58%, #b78242 100%);
}

.dgpost-product-gateway--color .dgpost-product-gateway__index {
    right: auto;
    left: 24px;
}

@media (max-width: 820px) {
    .dgpost-product-gateway--color .dgpost-product-gateway__panel {
        left: auto;
        right: 16px;
    }

    .dgpost-product-gateway--color .dgpost-product-gateway__label {
        left: 18px;
        right: auto;
    }
}

@media (max-width: 560px) {
    .dgpost-product-gateway--color .dgpost-product-gateway__media::after {
        background:
            linear-gradient(180deg, rgba(4,28,22,.02) 0%, rgba(4,28,22,.24) 44%, rgba(4,28,22,.60) 100%);
    }

    .dgpost-product-gateway--color .dgpost-product-gateway__panel {
        left: auto;
        right: auto;
    }

    .dgpost-product-gateway--color .dgpost-product-gateway__label {
        left: 14px;
    }

    .dgpost-product-gateway__spectrum {
        margin: 16px 0 18px;
    }
}

/* END — COLOR SERIES PRODUCT GATEWAY v1.6.80 */

/* =========================================================
   PEARLESCENT PIGMENTS — APPLICATIONS CHAPTER DIVIDER
   v1.6.81
========================================================= */

.dgpost-applications-intro {
    position: relative;
    width: 100%;
    padding: 24px 20px 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(216,189,89,.11), transparent 24%),
        radial-gradient(circle at 88% 78%, rgba(51,126,96,.16), transparent 30%),
        linear-gradient(135deg, #06291f 0%, #0a3d30 52%, #0d4939 100%);
}

.dgpost-applications-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.66) 68%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.66) 68%, transparent 100%);
}

.dgpost-applications-intro__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.dgpost-applications-intro__frame {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .78fr) minmax(0, 1.55fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.025);
    box-shadow:
        0 24px 60px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.dgpost-applications-intro__chapter {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 28px 26px;
    overflow: hidden;
    border: 1px solid rgba(216,189,89,.15);
    border-radius: 17px;
    background:
        radial-gradient(circle at 18% 12%, rgba(216,189,89,.12), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
}

.dgpost-applications-intro__chapter::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -92px;
    bottom: -118px;
    border: 1px solid rgba(216,189,89,.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 36px rgba(216,189,89,.025),
        0 0 0 72px rgba(216,189,89,.012);
    pointer-events: none;
}

.dgpost-applications-intro__kicker {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #d8bd59;
}

.dgpost-applications-intro__kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d8bd59);
}

.dgpost-applications-intro__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.95;
    color: #ffffff;
}

.dgpost-applications-intro__en {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .10em;
    line-height: 1.7;
    direction: ltr;
    color: rgba(255,255,255,.48);
}

.dgpost-applications-intro__count {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 34px;
    direction: ltr;
}

.dgpost-applications-intro__count strong {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.dgpost-applications-intro__count span {
    max-width: 110px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.6;
    color: #d8bd59;
}

.dgpost-applications-intro__map {
    padding: 10px;
}

.dgpost-applications-intro__map-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 8px 16px;
    border-bottom: 1px solid rgba(255,255,255,.075);
}

.dgpost-applications-intro__map-title {
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 14px;
    font-weight: 800;
    color: rgba(255,255,255,.90);
}

.dgpost-applications-intro__map-meta {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    direction: ltr;
    color: rgba(255,255,255,.38);
}

.dgpost-applications-intro__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 14px;
}

.dgpost-applications-intro__item {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 10px 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 11px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.022));
    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.dgpost-applications-intro__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 2px;
    opacity: .55;
    background: linear-gradient(90deg, transparent, #d8bd59);
}

.dgpost-applications-intro__item:hover {
    transform: translateY(-2px);
    border-color: rgba(216,189,89,.20);
    background:
        linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.030));
}

.dgpost-applications-intro__index {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(216,189,89,.18);
    border-radius: 50%;
    background: rgba(216,189,89,.065);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    direction: ltr;
    color: #d8bd59;
}

.dgpost-applications-intro__item-copy {
    min-width: 0;
}

.dgpost-applications-intro__item-title {
    margin: 0 0 3px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
    color: #ffffff;
}

.dgpost-applications-intro__item-en {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .06em;
    direction: ltr;
    color: rgba(255,255,255,.38);
}

.dgpost-applications-intro__next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    direction: ltr;
    color: rgba(255,255,255,.48);
}

.dgpost-applications-intro__next::before,
.dgpost-applications-intro__next::after {
    content: "";
    width: 58px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216,189,89,.58));
}

.dgpost-applications-intro__next::after {
    background: linear-gradient(90deg, rgba(216,189,89,.58), transparent);
}

.dgpost-applications-intro__next-mark {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(216,189,89,.20);
    border-radius: 50%;
    background: rgba(216,189,89,.06);
    color: #d8bd59;
}

@media (max-width: 900px) {
    .dgpost-applications-intro {
        padding: 22px 16px 44px;
    }

    .dgpost-applications-intro__frame {
        grid-template-columns: 1fr;
    }

    .dgpost-applications-intro__chapter {
        min-height: auto;
    }

    .dgpost-applications-intro__count {
        margin-top: 24px;
    }
}

@media (max-width: 620px) {
    .dgpost-applications-intro {
        padding: 18px 14px 36px;
    }

    .dgpost-applications-intro__frame {
        padding: 12px;
        border-radius: 18px;
    }

    .dgpost-applications-intro__chapter {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .dgpost-applications-intro__grid {
        grid-template-columns: 1fr;
    }

    .dgpost-applications-intro__map-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .dgpost-applications-intro__count strong {
        font-size: 36px;
    }

    .dgpost-applications-intro__next::before,
    .dgpost-applications-intro__next::after {
        width: 28px;
    }
}

/* END — APPLICATIONS CHAPTER DIVIDER v1.6.81 */

/* ENHANCEMENT — APPLICATIONS CHAPTER FILLER v1.6.82 */
.dgpost-applications-intro__spotlight {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.dgpost-applications-intro__spotlight::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    width: 54px;
    height: 2px;
    background: linear-gradient(90deg, rgba(216,189,89,0), rgba(216,189,89,.85));
}

.dgpost-applications-intro__spotlight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.dgpost-applications-intro__spotlight-label {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    direction: ltr;
    color: #d8bd59;
}

.dgpost-applications-intro__spotlight-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8bd59;
    box-shadow: 0 0 0 6px rgba(216,189,89,.10);
    flex: 0 0 auto;
}

.dgpost-applications-intro__signals {
    display: grid;
    gap: 8px;
}

.dgpost-applications-intro__signal {
    position: relative;
    padding: 10px 12px 10px 14px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    background: rgba(4, 33, 25, .12);
}

.dgpost-applications-intro__signal::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(216,189,89,.92);
}

.dgpost-applications-intro__signal strong {
    display: block;
    margin: 0 0 4px;
    padding-left: 14px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.75;
    color: #ffffff;
}

.dgpost-applications-intro__signal span {
    display: block;
    padding-left: 14px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.9;
    color: rgba(255,255,255,.68);
}

.dgpost-applications-intro__chapter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.dgpost-applications-intro__chapter-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(216,189,89,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .05em;
    direction: ltr;
    color: rgba(255,255,255,.78);
}

.dgpost-applications-intro__count {
    margin-top: 26px;
}

@media (max-width: 620px) {
    .dgpost-applications-intro__spotlight {
        padding: 14px 14px 12px;
    }
}

/* =========================================================
   APPLICATION MAP — ANCHOR NAVIGATION CONTRACT
   v1.6.83
========================================================= */

.dgpost-applications-intro__item {
    text-decoration: none;
    cursor: pointer;
}

.dgpost-applications-intro__item:focus-visible {
    outline: 2px solid rgba(216,189,89,.82);
    outline-offset: 3px;
    border-color: rgba(216,189,89,.32);
}

/*
 * Permanent anchor contract for the eight application sections.
 * Every matching section created below this divider must use:
 *
 * class="dgpost-application-section"
 * id="<matching application id>"
 *
 * scroll-margin keeps section headings visible below the site header.
 */
.dgpost-application-section[id] {
    scroll-margin-top: 104px;
}

@media (max-width: 782px) {
    .dgpost-application-section[id] {
        scroll-margin-top: 82px;
    }
}

/* END — APPLICATION MAP ANCHOR CONTRACT v1.6.83 */

/* REFINEMENT — APPLICATIONS CHAPTER BALANCE v1.6.84 */
.dgpost-applications-intro__frame {
    align-items: start;
}

.dgpost-applications-intro__chapter {
    align-self: start;
    min-height: 0;
    padding: 24px 22px;
}

.dgpost-applications-intro__kicker {
    margin-bottom: 14px;
}

.dgpost-applications-intro__title {
    line-height: 1.85;
}

.dgpost-applications-intro__en {
    margin-top: 8px;
}

.dgpost-applications-intro__spotlight {
    margin-top: 18px;
    padding: 12px 13px 12px;
    border-radius: 13px;
}

.dgpost-applications-intro__spotlight-head {
    margin-bottom: 10px;
}

.dgpost-applications-intro__signals {
    gap: 6px;
}

.dgpost-applications-intro__signal {
    padding: 8px 11px 8px 13px;
    border-radius: 10px;
}

.dgpost-applications-intro__signal::before {
    top: 11px;
    right: 2px;
}

.dgpost-applications-intro__signal strong {
    margin-bottom: 2px;
    padding-left: 12px;
    font-size: 10px;
    line-height: 1.65;
}

.dgpost-applications-intro__signal span {
    padding-left: 12px;
    font-size: 8px;
    line-height: 1.7;
}

.dgpost-applications-intro__chapter-pills {
    gap: 6px;
    margin-top: 10px;
}

.dgpost-applications-intro__chapter-pills span {
    min-height: 25px;
    padding: 0 10px;
    font-size: 7px;
}

.dgpost-applications-intro__count {
    margin-top: 18px;
}

.dgpost-applications-intro__count strong {
    font-size: 34px;
}

.dgpost-applications-intro__count span {
    font-size: 8px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .dgpost-applications-intro__chapter {
        padding: 22px 20px;
    }
}

@media (max-width: 620px) {
    .dgpost-applications-intro__chapter {
        padding: 20px 18px;
    }

    .dgpost-applications-intro__spotlight {
        padding: 12px;
    }
}
/* END — APPLICATIONS CHAPTER BALANCE v1.6.84 */

/* REFINEMENT — APPLICATION COUNT TO LEFT MAP v1.6.85 */
.dgpost-applications-intro__map {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.dgpost-applications-intro__grid {
    flex: 0 0 auto;
}

.dgpost-applications-intro__map-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding: 14px 8px 0;
    border-top: 1px solid rgba(255,255,255,.065);
    direction: ltr;
}

.dgpost-applications-intro__map .dgpost-applications-intro__count {
    margin-top: 0;
    flex: 0 0 auto;
}

.dgpost-applications-intro__map-note {
    max-width: 320px;
    direction: rtl;
    text-align: right;
}

.dgpost-applications-intro__map-note strong {
    display: block;
    margin-bottom: 3px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    color: #d8bd59;
}

.dgpost-applications-intro__map-note span {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.9;
    color: rgba(255,255,255,.68);
}

@media (max-width: 900px) {
    .dgpost-applications-intro__map-foot {
        padding-top: 12px;
    }

    .dgpost-applications-intro__map-note {
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .dgpost-applications-intro__map-foot {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        direction: rtl;
    }

    .dgpost-applications-intro__map-note {
        text-align: right;
    }
}
/* END — APPLICATION COUNT TO LEFT MAP v1.6.85 */

/* =========================================================
   PEARLESCENT APPLICATION SERIES — SHARED APPLICATION SECTION
   v1.6.87
========================================================= */

.dgpost-application-section {
    position: relative;
    width: 100%;
    padding: 58px 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 14%, rgba(216,189,89,.07), transparent 24%),
        linear-gradient(180deg, #fbfcfb 0%, #f3f7f5 100%);
}

.dgpost-application-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -180px;
    border: 1px solid rgba(11,62,49,.055);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(11,62,49,.014),
        0 0 0 84px rgba(216,189,89,.009);
    pointer-events: none;
}

.dgpost-application-section__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.dgpost-application-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 24px;
    align-items: stretch;
}

.dgpost-application-section__content {
    position: relative;
    padding: 32px 32px 30px;
    border: 1px solid rgba(11,62,49,.10);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow:
        0 18px 44px rgba(8,45,35,.06),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.dgpost-application-section__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f4d3d 0%, #d8bd59 100%);
}

.dgpost-application-section__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

.dgpost-application-section__number {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    direction: ltr;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
}

.dgpost-application-section__number strong {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #0f4d3d;
}

.dgpost-application-section__number span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    color: #a98728;
}

.dgpost-application-section__eyebrow {
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .10em;
    direction: ltr;
    color: #9d7c23;
}

.dgpost-application-section__title {
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;
    color: #113f34;
}

.dgpost-application-section__title-en {
    display: block;
    margin-top: 3px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    direction: ltr;
    color: #8da099;
}

.dgpost-application-section__text {
    margin: 20px 0 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.12;
    text-align: justify;
    color: #4c5f58;
}

.dgpost-application-section__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
}

.dgpost-application-section__fact {
    position: relative;
    min-height: 72px;
    padding: 12px 12px 10px;
    overflow: hidden;
    border: 1px solid rgba(11,62,49,.08);
    border-radius: 12px;
    background: linear-gradient(145deg, #f7faf8, #eef4f1);
}

.dgpost-application-section__fact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d8bd59);
}

.dgpost-application-section__fact strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    direction: ltr;
    color: #0f4d3d;
}

.dgpost-application-section__fact span {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.75;
    color: #6d7e77;
}

.dgpost-application-section__media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(11,62,49,.10);
    background:
        radial-gradient(circle at 70% 22%, rgba(216,189,89,.11), transparent 28%),
        linear-gradient(145deg, #cad6d1, #aebfb8);
    box-shadow: 0 20px 42px rgba(8,45,35,.09);
}

.dgpost-application-section__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.dgpost-application-section__image[src="#"] {
    opacity: 0;
}

.dgpost-application-section__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(4,28,22,.02) 36%, rgba(4,28,22,.48) 100%);
}

.dgpost-application-section__media-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    background: rgba(6,42,32,.66);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.dgpost-application-section__media-copy strong {
    display: block;
    margin-bottom: 3px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}

.dgpost-application-section__media-copy span {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .07em;
    direction: ltr;
    color: rgba(255,255,255,.55);
}

.dgpost-application-section__media-index {
    flex: 0 0 auto;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    direction: ltr;
    color: #d8bd59;
}

@media (max-width: 900px) {
    .dgpost-application-section {
        padding: 46px 16px;
    }

    .dgpost-application-section__grid {
        grid-template-columns: 1fr;
    }

    .dgpost-application-section__media {
        min-height: 360px;
    }

    .dgpost-application-section__image {
        min-height: 360px;
    }
}

@media (max-width: 620px) {
    .dgpost-application-section {
        padding: 36px 14px;
    }

    .dgpost-application-section__content {
        padding: 26px 20px 22px;
        border-radius: 16px;
    }

    .dgpost-application-section__meta {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 8px;
    }

    .dgpost-application-section__facts {
        grid-template-columns: 1fr;
    }

    .dgpost-application-section__media {
        min-height: 320px;
        border-radius: 16px;
    }

    .dgpost-application-section__image {
        min-height: 320px;
    }

    .dgpost-application-section__text {
        font-size: 13px;
        line-height: 2.05;
    }
}

/* END — SHARED APPLICATION SECTION v1.6.87 */

/* =========================================================
   APPLICATION 02 — MATCH MEDIA WIDTH WITH APPLICATION 01
   v1.6.89
========================================================= */

@media (min-width: 901px) {
    .dgpost-application-section--automobile .dgpost-application-section__grid {
        grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    }
}

/* END — APPLICATION 02 MEDIA WIDTH MATCH v1.6.89 */

/* =========================================================
   APPLICATION SERIES — GENERIC REVERSE LAYOUT
   v1.6.91
   Keeps media width identical to the standard application section.
========================================================= */

@media (min-width: 901px) {
    .dgpost-application-section--reverse .dgpost-application-section__grid {
        grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    }
}

/* END — GENERIC REVERSE APPLICATION LAYOUT v1.6.91 */

/* =========================================================
   PEARLESCENT POST — FINAL CLOSING / PRODUCT PATH
   v1.6.96
========================================================= */

.dgpost-closing {
    position: relative;
    width: 100%;
    padding: 58px 20px 42px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(216,189,89,.10), transparent 24%),
        radial-gradient(circle at 88% 84%, rgba(57,139,106,.14), transparent 28%),
        linear-gradient(135deg, #06291f 0%, #0a3d30 56%, #0d4939 100%);
}

.dgpost-closing::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 46px 46px;
}

.dgpost-closing__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.dgpost-closing__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.025);
    box-shadow:
        0 24px 60px rgba(0,0,0,.15),
        inset 0 1px 0 rgba(255,255,255,.035);
}

.dgpost-closing__content {
    position: relative;
    padding: 30px 28px 28px;
    overflow: hidden;
    border: 1px solid rgba(216,189,89,.14);
    border-radius: 17px;
    background:
        radial-gradient(circle at 15% 12%, rgba(216,189,89,.10), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
}

.dgpost-closing__content::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -110px;
    bottom: -130px;
    border: 1px solid rgba(216,189,89,.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 34px rgba(216,189,89,.022),
        0 0 0 68px rgba(216,189,89,.012);
    pointer-events: none;
}

.dgpost-closing__kicker {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    direction: ltr;
    color: #d8bd59;
}

.dgpost-closing__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.95;
    color: #ffffff;
}

.dgpost-closing__text {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15;
    text-align: justify;
    color: rgba(255,255,255,.76);
}

.dgpost-closing__summary {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
}

.dgpost-closing__summary-item {
    min-height: 70px;
    padding: 11px 12px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 12px;
    background: rgba(255,255,255,.028);
    direction: ltr;
}

.dgpost-closing__summary-item strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.dgpost-closing__summary-item span {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.6;
    color: #d8bd59;
}

.dgpost-closing__routes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dgpost-closing__route {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 15px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.024));
    text-decoration: none;
    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.dgpost-closing__route:hover {
    transform: translateY(-2px);
    border-color: rgba(216,189,89,.20);
    background:
        linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.032));
}

.dgpost-closing__route-index {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(216,189,89,.18);
    border-radius: 50%;
    background: rgba(216,189,89,.065);
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 9px;
    font-weight: 800;
    direction: ltr;
    color: #d8bd59;
}

.dgpost-closing__route-copy {
    min-width: 0;
}

.dgpost-closing__route-copy strong {
    display: block;
    margin-bottom: 4px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
    color: #ffffff;
}

.dgpost-closing__route-copy small {
    display: block;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .065em;
    direction: ltr;
    color: rgba(255,255,255,.42);
}

.dgpost-closing__route-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(216,189,89,.15);
    border-radius: 50%;
    color: #d8bd59;
}

.dgpost-closing__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid rgba(216,189,89,.16);
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(216,189,89,.11), rgba(216,189,89,.045));
    text-decoration: none;
}

.dgpost-closing__contact > span {
    max-width: 250px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.85;
    color: rgba(255,255,255,.70);
}

.dgpost-closing__contact strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
}

.dgpost-closing__contact strong span {
    color: #d8bd59;
}

.dgpost-closing__end {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    font-family: var(--dg-font-ui, "IRANYekan", Tahoma, sans-serif);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .10em;
    direction: ltr;
    color: rgba(255,255,255,.34);
}

.dgpost-closing__end::before,
.dgpost-closing__end::after {
    content: "";
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216,189,89,.48));
}

.dgpost-closing__end::after {
    background: linear-gradient(90deg, rgba(216,189,89,.48), transparent);
}

.dgpost-closing__route:focus-visible,
.dgpost-closing__contact:focus-visible {
    outline: 2px solid rgba(216,189,89,.82);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .dgpost-closing {
        padding: 48px 16px 36px;
    }

    .dgpost-closing__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .dgpost-closing {
        padding: 38px 14px 30px;
    }

    .dgpost-closing__panel {
        padding: 12px;
        border-radius: 18px;
    }

    .dgpost-closing__content {
        padding: 24px 20px 22px;
        border-radius: 14px;
    }

    .dgpost-closing__summary {
        grid-template-columns: 1fr;
    }

    .dgpost-closing__route {
        grid-template-columns: 34px minmax(0, 1fr) 28px;
        min-height: 82px;
        padding: 12px 13px;
    }

    .dgpost-closing__route-index {
        width: 34px;
        height: 34px;
    }

    .dgpost-closing__contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .dgpost-closing__contact > span {
        max-width: none;
    }

    .dgpost-closing__end::before,
    .dgpost-closing__end::after {
        width: 26px;
    }
}

/* END — PEARLESCENT POST FINAL CLOSING v1.6.96 */

/* =========================================================
   METALLIC INTRO — MATERIAL STACK ALIGNMENT
   v1.6.99
   Metallic-only refinement; Pearlescent intro remains untouched.
========================================================= */

.dgpost-intro--metallic .dgpost-intro__optical-stack {
    grid-template-columns: minmax(44px, .72fr) 112px minmax(78px, 1.28fr);
    gap: 8px;
}

.dgpost-intro--metallic .dgpost-intro__beam,
.dgpost-intro--metallic .dgpost-intro__effect {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 7px;
    letter-spacing: .08em;
}

.dgpost-intro--metallic .dgpost-intro__beam {
    justify-content: flex-end;
}

.dgpost-intro--metallic .dgpost-intro__effect {
    justify-content: flex-start;
}

.dgpost-intro--metallic .dgpost-intro__beam::after,
.dgpost-intro--metallic .dgpost-intro__effect::before {
    flex: 1 1 auto;
    width: auto;
    min-width: 8px;
    max-width: 24px;
    margin-inline: 0;
}

.dgpost-intro--metallic .dgpost-intro__layers {
    width: 112px;
    padding: 0;
}

.dgpost-intro--metallic .dgpost-intro__layer {
    width: 100%;
    min-height: 21px;
    padding: 0 8px;
    white-space: nowrap;
    line-height: 1;
    font-size: 6.5px;
    letter-spacing: .055em;
}

.dgpost-intro--metallic .dgpost-intro__layer--mica {
    min-height: 24px;
    font-size: 7px;
}

@media (max-width: 560px) {
    .dgpost-intro--metallic .dgpost-intro__optical-stack {
        grid-template-columns: 1fr;
    }

    .dgpost-intro--metallic .dgpost-intro__beam,
    .dgpost-intro--metallic .dgpost-intro__effect {
        justify-content: center;
    }

    .dgpost-intro--metallic .dgpost-intro__layers {
        width: min(100%, 180px);
        margin-inline: auto;
    }

    .dgpost-intro--metallic .dgpost-intro__beam::after,
    .dgpost-intro--metallic .dgpost-intro__effect::before {
        flex: 0 0 24px;
    }
}

/* END — METALLIC INTRO MATERIAL STACK ALIGNMENT v1.6.99 */

/* =========================================================
   METALLIC APPLICATIONS DIVIDER — 09 ITEM BALANCE
   v1.7.03
   Keeps the approved Pearlescent divider architecture.
========================================================= */

.dgpost-applications-intro--metallic .dgpost-applications-intro__item--wide {
    grid-column: 1 / -1;
}

/* END — METALLIC APPLICATIONS DIVIDER BALANCE v1.7.03 */


/* =========================================================
   METALLIC POST — APPLICATION 01 MEDIA WIDTH MATCH PEARLESCENT
   v1.7.06
   Fixes oversized image in the first metallic application section.
   Root cause was CSS column override, not the uploaded image itself.
========================================================= */

@media (min-width: 901px) {
    .dgpost-application-section--automobile .dgpost-application-section__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    }
}

/* END — METALLIC APPLICATION 01 MEDIA WIDTH MATCH v1.7.06 */

/* =========================================================
   METALLIC POST 601 — APPLICATION 01 MEDIA WIDTH FINAL FIX
   v1.7.07
   Scoped to metallic-pigments only.
========================================================= */

@media (min-width: 901px) {
    body.postid-601
    .dgpost-application-section--automobile
    .dgpost-application-section__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    }
}

/* END — METALLIC APPLICATION 01 MEDIA WIDTH FINAL FIX v1.7.07 */


/* =========================================================
   PHOSPHORESCENT INTRO — OPTICAL STACK ALIGNMENT
   v1.7.17
   Scoped only to the phosphorescent intro.
========================================================= */

.dgpost-intro--phosphorescent .dgpost-intro__optical-stack {
    grid-template-columns: minmax(44px, .72fr) 136px minmax(76px, 1.18fr);
    gap: 8px;
}

.dgpost-intro--phosphorescent .dgpost-intro__beam,
.dgpost-intro--phosphorescent .dgpost-intro__effect {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 7px;
    letter-spacing: .07em;
}

.dgpost-intro--phosphorescent .dgpost-intro__beam {
    justify-content: flex-end;
}

.dgpost-intro--phosphorescent .dgpost-intro__effect {
    justify-content: flex-start;
}

.dgpost-intro--phosphorescent .dgpost-intro__beam::after,
.dgpost-intro--phosphorescent .dgpost-intro__effect::before {
    flex: 1 1 auto;
    width: auto;
    min-width: 8px;
    max-width: 24px;
    margin-inline: 0;
}

.dgpost-intro--phosphorescent .dgpost-intro__layers {
    width: 136px;
    padding: 0;
}

.dgpost-intro--phosphorescent .dgpost-intro__layer {
    width: 100%;
    min-height: 22px;
    padding: 0 7px;
    white-space: nowrap;
    line-height: 1;
    font-size: 6.2px;
    letter-spacing: .035em;
}

.dgpost-intro--phosphorescent .dgpost-intro__layer--mica {
    min-height: 24px;
    font-size: 6.5px;
}

@media (max-width: 560px) {
    .dgpost-intro--phosphorescent .dgpost-intro__optical-stack {
        grid-template-columns: 1fr;
    }

    .dgpost-intro--phosphorescent .dgpost-intro__beam,
    .dgpost-intro--phosphorescent .dgpost-intro__effect {
        justify-content: center;
    }

    .dgpost-intro--phosphorescent .dgpost-intro__layers {
        width: min(100%, 190px);
        margin-inline: auto;
    }

    .dgpost-intro--phosphorescent .dgpost-intro__beam::after,
    .dgpost-intro--phosphorescent .dgpost-intro__effect::before {
        flex: 0 0 24px;
    }
}

/* END — PHOSPHORESCENT INTRO OPTICAL STACK ALIGNMENT v1.7.17 */


.rshero27__title {
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
    font-size: clamp(16px, 2vw, 30px);
    line-height: 1.25;
}


@media (max-width: 768px) {
    .rshero27__title {
        white-space: nowrap;
        font-size: clamp(13px, 4.5vw, 23px);
        letter-spacing: -0.01em;
    }
}
@media (max-width: 768px) {
    .rshero27__description {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;

        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: unset !important;
    }

    .rshero27__description span {
        display: block;
        margin-bottom: 4px;
        white-space: nowrap;
    }

    .rshero27__description br {
        display: none;
    }
}
