/* Dehyari Kerman — Homepage v3 news portal */

:root {
	--dhy-primary: #13a89e;
	--dhy-primary-deep: #0e857c;
	--dhy-primary-ink: #0a6b64;
	--dhy-secondary: #e6ccb2;
	--dhy-accent: #c06c50;
	--dhy-ink: #2c3e50;
	--dhy-muted: #5a6b7a;
	--dhy-paper: #fcf9f2;
	--dhy-white: #ffffff;
	--dhy-gray: #e8e4dc;
	--dhy-line: #ddd8ce;
	--dhy-footer-bg: #243447;
	--dhy-footer-deep: #1a2634;
	--dhy-gutter: clamp(1rem, 3vw, 3rem);
	--dhy-max: 1440px;
}

html {
	scroll-behavior: smooth;
}

body.elementor-page,
.elementor-kit-9,
body {
	color: var(--dhy-ink);
	background: var(--dhy-white);
	margin: 0;
	line-height: 1.6;
}

body.home .site-content,
body.home #content,
body.home .ast-container,
body.home .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none !important;
	width: 100% !important;
}

/* ——— Layout shell ——— */
.dhy-section-full > .elementor-container,
.dhy-site-header > .elementor-container,
.dhy-site-header-top > .elementor-container,
.dhy-site-footer > .elementor-container,
.dhy-home-v3 > .elementor-container {
	width: 100% !important;
	max-width: var(--dhy-max) !important;
	padding-left: var(--dhy-gutter) !important;
	padding-right: var(--dhy-gutter) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.dhy-bleed > .elementor-container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ——— Header v3 (news portal) ——— */
.dhy-site-header-top {
	background: var(--dhy-ink) !important;
	font-size: 12px;
}

.dhy-site-header {
	background: var(--dhy-white) !important;
	box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
	border-bottom: 3px solid var(--dhy-primary) !important;
}

.dhy-site-header .dhy-header-brand .elementor-heading-title,
.dhy-site-header .dhy-header-brand a {
	color: var(--dhy-ink) !important;
	font-size: 22px !important;
	font-weight: 900 !important;
}

.dhy-site-header .elementor-nav-menu--main .elementor-item {
	color: var(--dhy-ink) !important;
	font-weight: 600 !important;
}

.dhy-site-header .elementor-nav-menu--main .elementor-item:hover,
.dhy-site-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: var(--dhy-primary) !important;
}

.dhy-header-cta .elementor-button {
	border-radius: 4px !important;
}

/* ——— Header content search ——— */
.dhy-header-search-injected {
	width: 22% !important;
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.dhy-header-search-injected {
		width: 100% !important;
		margin-top: 0.5rem;
	}
}

.dhy-site-search {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	border: 1px solid var(--dhy-line);
	border-radius: 8px;
	overflow: hidden;
	background: var(--dhy-paper);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.dhy-site-search:focus-within {
	border-color: var(--dhy-primary);
	box-shadow: 0 0 0 3px rgba(19, 168, 158, 0.15);
	background: var(--dhy-white);
}

.dhy-site-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.55rem 0.75rem !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: var(--dhy-ink) !important;
	outline: none !important;
}

.dhy-site-search__input::placeholder {
	color: var(--dhy-muted);
	opacity: 1;
}

.dhy-site-search__btn {
	flex: 0 0 auto;
	border: 0;
	margin: 0;
	padding: 0 0.9rem;
	background: var(--dhy-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease;
}

.dhy-site-search__btn:hover,
.dhy-site-search__btn:focus {
	background: var(--dhy-primary-deep);
	color: #fff;
}

.dhy-header-search .elementor-shortcode {
	width: 100%;
}

.dhy-site-header .dhy-site-search {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.dhy-site-search {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.dhy-site-search__btn {
		padding: 0 0.7rem;
	}
}

/* ——— Ticker ——— */
.dhy-ticker {
	display: flex;
	align-items: stretch;
	background: var(--dhy-accent);
	color: #fff;
	overflow: hidden;
	min-height: 42px;
}

.dhy-ticker__label {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0 18px;
	background: rgba(0, 0, 0, 0.15);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.dhy-ticker__viewport {
	flex: 1;
	overflow: hidden;
	position: relative;
	direction: ltr;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.dhy-ticker__track {
	display: flex;
	align-items: center;
	gap: 48px;
	white-space: nowrap;
	padding: 10px 0;
	direction: rtl;
	animation: dhyTicker 45s linear infinite;
	will-change: transform;
}

.dhy-ticker:hover .dhy-ticker__track {
	animation-play-state: paused;
}

.dhy-ticker__item {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.dhy-ticker__item:hover {
	opacity: 0.85;
	text-decoration: underline;
}

@keyframes dhyTicker {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

/* ——— Magazine hero ——— */
.dhy-mag-hero {
	display: grid;
	grid-template-columns: 1.45fr 1fr;
	gap: 2px;
	background: var(--dhy-line);
	min-height: clamp(360px, 48vw, 520px);
}

.dhy-mag-hero__featured {
	position: relative;
	overflow: hidden;
	background: var(--dhy-ink);
}

.dhy-mag-hero__featured-link {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.dhy-mag-hero__featured-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s ease;
}

.dhy-mag-hero__featured-bg--pattern {
	background:
		linear-gradient(135deg, rgba(19, 168, 158, 0.5), rgba(44, 62, 80, 0.85)),
		var(--dhy-primary-ink);
}

.dhy-mag-hero__featured-link:hover .dhy-mag-hero__featured-bg {
	transform: scale(1.04);
}

.dhy-mag-hero__featured-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(24px, 4vw, 40px);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
}

.dhy-mag-hero__cat {
	display: inline-block;
	align-self: flex-start;
	padding: 4px 12px;
	background: var(--dhy-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
}

.dhy-mag-hero__cat--sm {
	font-size: 11px;
	padding: 3px 8px;
	margin-bottom: 6px;
	background: rgba(19, 168, 158, 0.15);
	color: var(--dhy-primary-ink);
}

.dhy-mag-hero__featured-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 900;
	line-height: 1.3;
}

.dhy-mag-hero__featured-excerpt {
	margin: 10px 0 0;
	font-size: 15px;
	opacity: 0.88;
	max-width: 52ch;
	line-height: 1.7;
}

.dhy-mag-hero__side {
	display: flex;
	flex-direction: column;
	gap: 2px;
	background: var(--dhy-line);
}

.dhy-mag-hero__side-item {
	flex: 1;
	background: var(--dhy-white);
}

.dhy-mag-hero__side-link {
	display: flex;
	height: 100%;
	text-decoration: none;
	color: var(--dhy-ink);
	transition: background 0.2s ease;
}

.dhy-mag-hero__side-link:hover {
	background: var(--dhy-paper);
}

.dhy-mag-hero__side-thumb {
	width: 120px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
}

.dhy-mag-hero__side-thumb--pattern {
	background: linear-gradient(135deg, var(--dhy-secondary), var(--dhy-primary));
	opacity: 0.35;
}

.dhy-mag-hero__side-body {
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.dhy-mag-hero__side-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dhy-mag-hero__date {
	font-size: 11px;
	color: var(--dhy-muted);
	margin-top: 6px;
}

.dhy-mag-hero__nav {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(12px, 2vw, 20px);
	pointer-events: none;
	z-index: 3;
}

.dhy-mag-hero__btn {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 52px;
	height: 52px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(12, 24, 32, 0.42);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		color 0.25s ease;
}

.dhy-mag-hero__btn-label {
	letter-spacing: 0.01em;
}

.dhy-mag-hero__btn svg {
	display: block;
	flex-shrink: 0;
}

.dhy-mag-hero__btn:hover,
.dhy-mag-hero__btn:focus-visible {
	background: var(--dhy-primary);
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	transform: translateY(-2px) scale(1.04);
	box-shadow:
		0 14px 32px rgba(19, 168, 158, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	outline: none;
}

.dhy-mag-hero__btn:active {
	transform: translateY(0) scale(0.98);
}

.dhy-mag-hero__status {
	position: absolute;
	inset-inline-end: clamp(16px, 3vw, 28px);
	top: clamp(16px, 3vw, 24px);
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 3;
	pointer-events: none;
	max-width: min(280px, calc(100% - 120px));
}

.dhy-mag-hero__counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dhy-mag-hero__progress {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	overflow: hidden;
}

.dhy-mag-hero__progress-bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--dhy-primary), #7fe5dc);
	transition: width 0.45s ease;
}

.dhy-mag-hero.is-changing .dhy-mag-hero__featured-bg {
	transform: scale(1.06);
}

.dhy-mag-hero.is-changing .dhy-mag-hero__featured-overlay {
	opacity: 0.92;
}

.dhy-mag-hero__featured-overlay {
	transition: opacity 0.35s ease;
}

/* ——— News blocks & cards ——— */
.dhy-news-block {
	margin-bottom: 40px;
}

.dhy-news-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--dhy-primary);
}

.dhy-news-block__title {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
	color: var(--dhy-ink);
}

.dhy-news-block__more {
	font-size: 13px;
	font-weight: 700;
	color: var(--dhy-accent);
	text-decoration: none;
	transition: color 0.2s ease;
}

.dhy-news-block__more:hover {
	color: var(--dhy-primary);
}

.dhy-news-block__empty {
	margin: 0;
	padding: 24px;
	background: var(--dhy-paper);
	color: var(--dhy-muted);
	text-align: center;
}

.dhy-news-grid {
	display: grid;
	grid-template-columns: repeat(var(--dhy-cols, 3), minmax(0, 1fr));
	gap: 24px;
}

.dhy-news-card {
	background: var(--dhy-white);
	border: 1px solid var(--dhy-line);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.dhy-news-card:hover {
	box-shadow: 0 12px 32px rgba(44, 62, 80, 0.1);
	transform: translateY(-3px);
}

.dhy-news-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.dhy-news-card__thumb {
	height: 180px;
	background-size: cover;
	background-position: center;
}

.dhy-news-card__thumb--pattern {
	background: linear-gradient(145deg, var(--dhy-paper), var(--dhy-secondary));
}

.dhy-news-card__body {
	padding: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dhy-news-card__cat {
	font-size: 11px;
	font-weight: 700;
	color: var(--dhy-primary-ink);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.dhy-news-card__title {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dhy-news-card__excerpt {
	margin: 0;
	font-size: 13px;
	color: var(--dhy-muted);
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dhy-news-card__date {
	font-size: 12px;
	color: var(--dhy-muted);
	margin-top: auto;
}

/* ——— Slider (featured carousel) ——— */
.dhy-slider-section {
	background: var(--dhy-paper);
	padding: 32px 0 !important;
}

.dhy-slider {
	position: relative;
	overflow: hidden;
	background: var(--dhy-white);
	border: 1px solid var(--dhy-line);
	min-height: clamp(300px, 38vw, 420px);
}

.dhy-slider__track {
	position: relative;
	min-height: inherit;
}

.dhy-slider__slide {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	min-height: inherit;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	inset: 0;
	transition: opacity 0.5s ease;
}

.dhy-slider__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
}

.dhy-slider__media {
	background-size: cover;
	background-position: center;
	min-height: 260px;
}

.dhy-slider__media--pattern {
	background: linear-gradient(135deg, var(--dhy-primary-ink), var(--dhy-primary));
}

.dhy-slider__body {
	padding: clamp(24px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	background: var(--dhy-white);
}

.dhy-slider__badge {
	align-self: flex-start;
	padding: 4px 10px;
	background: var(--dhy-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.dhy-slider__title {
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.35;
}

.dhy-slider__title a {
	color: var(--dhy-ink);
	text-decoration: none;
}

.dhy-slider__title a:hover {
	color: var(--dhy-primary);
}

.dhy-slider__excerpt {
	margin: 0;
	font-size: 14px;
	color: var(--dhy-muted);
	line-height: 1.7;
}

.dhy-slider__date {
	font-size: 12px;
	color: var(--dhy-accent);
	font-weight: 600;
}

.dhy-slider__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px var(--dhy-gutter);
	background: var(--dhy-paper);
	border-top: 1px solid var(--dhy-line);
}

.dhy-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: 8px;
}

.dhy-slider__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border: 1px solid var(--dhy-line);
	border-radius: 999px;
	background: var(--dhy-white);
	color: var(--dhy-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(44, 62, 80, 0.06);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.dhy-slider__btn svg {
	display: block;
	flex-shrink: 0;
}

.dhy-slider__btn-label {
	letter-spacing: 0.01em;
}

.dhy-slider__btn:hover,
.dhy-slider__btn:focus-visible {
	background: var(--dhy-primary);
	border-color: var(--dhy-primary);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(19, 168, 158, 0.28);
	outline: none;
}

.dhy-slider__btn:active {
	transform: translateY(0);
}

.dhy-slider__dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: var(--dhy-line);
	cursor: pointer;
	padding: 0;
}

.dhy-slider__dot.is-active {
	background: var(--dhy-primary);
	transform: scale(1.2);
}

/* ——— Main + sidebar ——— */
.dhy-home-split {
	background: var(--dhy-white);
}

.dhy-home-split .elementor-column {
	min-width: 0;
}

.dhy-sidebar {
	position: sticky;
	top: 96px;
	width: 100%;
	max-width: 336px;
	margin-inline-start: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.dhy-sidebox {
	border: 1px solid var(--dhy-line);
	background: var(--dhy-paper);
	border-radius: 4px;
	overflow: hidden;
}

.dhy-sidebox__title {
	margin: 0;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 800;
	color: var(--dhy-ink);
	background: var(--dhy-white);
	border-bottom: 3px solid var(--dhy-accent);
}

.dhy-sidebox__list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.dhy-sidebox__list li {
	margin: 0;
	border-bottom: 1px solid var(--dhy-line);
}

.dhy-sidebox__list li:last-child {
	border-bottom: 0;
}

.dhy-sidebox__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 14px;
	color: var(--dhy-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: background 0.15s ease, color 0.15s ease;
}

.dhy-sidebox__list a:hover {
	background: var(--dhy-white);
	color: var(--dhy-primary);
}

.dhy-sidebox__list em {
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	color: var(--dhy-muted);
	min-width: 1.5em;
	text-align: center;
}

.dhy-accordion {
	padding: 4px 0 8px;
}

.dhy-accordion__item {
	border-bottom: 1px solid var(--dhy-line);
}

.dhy-accordion__item:last-child {
	border-bottom: 0;
}

.dhy-accordion__summary {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 11px 14px;
	cursor: pointer;
	list-style: none;
	font-size: 13px;
	font-weight: 700;
	color: var(--dhy-ink);
}

.dhy-accordion__summary::-webkit-details-marker {
	display: none;
}

.dhy-accordion__summary::after {
	content: '+';
	position: absolute;
	inset-inline-end: 14px;
	margin-top: -1.1em;
	font-size: 16px;
	font-weight: 700;
	color: var(--dhy-primary);
}

.dhy-accordion__item {
	position: relative;
}

.dhy-accordion__item[open] > .dhy-accordion__summary::after {
	content: '−';
}

.dhy-accordion__label {
	padding-inline-end: 22px;
	line-height: 1.45;
}

.dhy-accordion__meta {
	font-size: 11px;
	font-weight: 600;
	color: var(--dhy-muted);
}

.dhy-accordion__body {
	padding: 0 14px 12px;
	font-size: 12.5px;
	line-height: 1.7;
	color: var(--dhy-muted);
}

.dhy-accordion__more {
	margin: 8px 0 0;
}

.dhy-accordion__more a {
	font-weight: 700;
	color: var(--dhy-primary);
	text-decoration: none;
}

.dhy-accordion__more a:hover {
	text-decoration: underline;
}

.dhy-sidebar .dhy-ads {
	position: static;
	max-width: none;
	margin: 0;
}

.dhy-ads {
	position: sticky;
	top: 96px;
	width: 100%;
	max-width: 336px;
	margin-inline-start: auto;
}

.dhy-ads__heading {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 800;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--dhy-accent);
}

.dhy-ads__stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dhy-ads__slot {
	border: 1px solid var(--dhy-line);
	background: var(--dhy-paper);
	overflow: hidden;
	border-radius: 4px;
}

.dhy-ads__link,
.dhy-ads__banner {
	display: block;
	line-height: 0;
}

.dhy-ads__img {
	display: block;
	width: 100%;
	height: auto;
}

.dhy-ads__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 250px;
	padding: 24px;
	color: var(--dhy-muted);
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.dhy-ads__slot--primary .dhy-ads__placeholder {
	min-height: 280px;
}

/* ——— Map ——— */
.dhy-map-section {
	background: var(--dhy-paper);
	border-top: 1px solid var(--dhy-line);
}

.dhy-map-section .dhy-section-head {
	text-align: center;
	margin-bottom: 24px;
}

.dhy-map-section .dhy-home-map .dhy-mapv2 {
	border: 1px solid var(--dhy-line);
	box-shadow: 0 8px 32px rgba(44, 62, 80, 0.06);
}

.dhy-mapv2__layout {
	border-radius: 0 !important;
}

/* ——— Stats strip ——— */
.dhy-stats-strip {
	background: var(--dhy-primary);
	color: #fff;
	padding: 28px 0;
}

.dhy-stats-strip__inner {
	display: flex;
	justify-content: center;
	gap: clamp(24px, 6vw, 80px);
	flex-wrap: wrap;
	text-align: center;
}

.dhy-stats-strip__item strong {
	display: block;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 900;
}

.dhy-stats-strip__item span {
	font-size: 13px;
	opacity: 0.85;
}

/* ——— CTA & Footer ——— */
.dhy-cta-band {
	background: linear-gradient(135deg, var(--dhy-ink), var(--dhy-primary-ink)) !important;
}

.dhy-site-footer a:hover {
	color: var(--dhy-secondary) !important;
}

/* ——— Responsive ——— */
@media (max-width: 1024px) {
	.dhy-mag-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.dhy-mag-hero__featured {
		min-height: 280px;
	}

	.dhy-mag-hero__btn {
		height: 44px;
		padding: 0 12px;
		font-size: 13px;
		gap: 6px;
	}

	.dhy-mag-hero__status {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.dhy-mag-hero__progress {
		width: 100%;
	}

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

	.dhy-slider__slide {
		grid-template-columns: 1fr;
	}

	.dhy-home-split .elementor-column {
		width: 100% !important;
	}

	.dhy-ads {
		position: static;
		margin-top: 32px;
		max-width: none;
		margin-inline-start: 0;
	}
}

@media (max-width: 640px) {
	.dhy-news-grid {
		grid-template-columns: 1fr;
	}

	.dhy-mag-hero__side-link {
		flex-direction: column;
	}

	.dhy-mag-hero__side-thumb {
		width: 100%;
		height: 120px;
	}

	.dhy-ticker__label {
		padding: 0 12px;
		font-size: 12px;
	}

	.dhy-slider__btn {
		height: 40px;
		padding: 0 12px;
		font-size: 13px;
		gap: 6px;
	}
}
