.dg-hero {
	position: relative;
	min-height: 840px;
	margin-block-start: calc(-1 * (var(--dg-admin-offset) + 86px));
	padding-block: calc(var(--dg-admin-offset) + 18px) 52px;
	overflow: hidden;
	background:
		linear-gradient(180deg, var(--dg-mist) 0, #d7e1e8 46%, var(--dg-paper) 46%),
		var(--dg-mist);
}

/* 2026 Luxxera-style RTL hero rebuild. */
.dg-hero {
	position: relative;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: var(--dg-paper);
}

.dg-hero__stage {
	position: relative;
	display: block;
	inline-size: 100%;
	block-size: calc((100svh - var(--dg-admin-offset)) * 0.68);
	min-block-size: 560px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0 0 4.2vw 4.2vw;
	background:
		linear-gradient(180deg, rgba(14, 53, 47, 0.14), transparent 34%),
		linear-gradient(180deg, #286f69 0%, #6d9c99 55%, #d8ebe5 100%);
	box-shadow: none;
	isolation: isolate;
}

.dg-hero__stage::before,
.dg-hero__stage::after {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	content: "";
}

.dg-hero__stage::before {
	inset-block-start: 13%;
	inset-inline-start: 6%;
	inline-size: 18%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 43% 57% 48% 52%;
	opacity: 0.55;
	transform: rotate(-14deg);
}

.dg-hero__stage::after {
	inset-block-start: 18%;
	inset-inline-end: 5%;
	inline-size: 15%;
	aspect-ratio: 1.35;
	border: 1px solid rgba(221, 251, 69, 0.22);
	border-radius: 52% 48% 58% 42%;
	opacity: 0.45;
	transform: rotate(18deg);
}

.dg-hero__texture {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.28;
	background-image:
		linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, 0.2) 47.2%, transparent 47.7%),
		linear-gradient(62deg, transparent 0 63%, rgba(221, 251, 69, 0.18) 63.2%, transparent 63.7%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 76px);
	mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 84%, transparent 100%);
}

.dg-hero__title {
	position: absolute;
	z-index: 4;
	inset-block-start: 17%;
	inset-inline-end: 2.4%;
	inline-size: 39%;
	color: var(--dg-white);
	text-align: right;
}

.dg-hero .dg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-block-end: 22px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(7, 31, 27, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 520;
	backdrop-filter: blur(18px) saturate(1.16);
}

.dg-hero .dg-kicker::before {
	inline-size: 8px;
	block-size: 8px;
	border-radius: 999px;
	background: var(--dg-lime);
	box-shadow: 0 0 0 6px rgba(221, 251, 69, 0.11);
	content: "";
}

.dg-hero h1 {
	display: grid;
	gap: 0;
	max-width: none;
	margin: 0;
	color: var(--dg-white);
	font-size: 4.15rem;
	font-weight: 480;
	line-height: 1.02;
	text-wrap: balance;
}

.dg-hero h1 span {
	display: block;
	color: var(--dg-white);
}

.dg-hero h1 .is-accent {
	color: var(--dg-lime);
	font-style: normal;
	font-weight: 520;
}

.dg-hero__person {
	position: absolute;
	z-index: 2;
	inset-block: 0 -1%;
	inset-inline-start: 50%;
	inline-size: 55%;
	margin: 0;
	pointer-events: none;
	transform: translateX(-50%);
}

.dg-hero__person img {
	inline-size: 100%;
	block-size: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
	filter: saturate(1.02) contrast(1.02) drop-shadow(0 34px 46px rgba(6, 31, 29, 0.18));
	-webkit-mask-image: radial-gradient(ellipse at 51% 54%, #000 0 67%, rgba(0, 0, 0, 0.9) 75%, transparent 94%);
	mask-image: radial-gradient(ellipse at 51% 54%, #000 0 67%, rgba(0, 0, 0, 0.9) 75%, transparent 94%);
}

.dg-hero__aside {
	position: absolute;
	z-index: 4;
	inset-block-start: 18%;
	inset-inline-start: 2.8%;
	display: grid;
	gap: 18px;
	inline-size: 27%;
	color: var(--dg-white);
	text-align: right;
}

.dg-hero__mini-proof {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	direction: rtl;
}

.dg-hero__avatar-stack {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-inline-start: 9px;
	direction: ltr;
}

.dg-hero__avatar-stack img {
	inline-size: 34px;
	block-size: 34px;
	margin-inline-start: -9px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	object-fit: cover;
	box-shadow: 0 8px 24px rgba(7, 31, 27, 0.12);
}

.dg-hero__glass-note {
	display: inline-flex;
	align-items: center;
	min-block-size: 36px;
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(7, 31, 27, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	font-size: 12.5px;
	font-weight: 520;
	backdrop-filter: blur(18px) saturate(1.16);
}

.dg-hero__aside p {
	max-width: none;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14.5px;
	font-weight: 430;
	line-height: 1.9;
}

.dg-hero__start {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-block-size: 44px;
	padding: 10px 18px;
	border: 1px solid rgba(221, 251, 69, 0.45);
	border-radius: 999px;
	background: var(--dg-lime);
	color: #152520;
	font-size: 13.5px;
	font-weight: 620;
	box-shadow: 0 18px 44px rgba(7, 31, 27, 0.18);
	transition: transform 0.22s var(--dg-ease), box-shadow 0.22s var(--dg-ease);
}

.dg-hero__start::after {
	display: grid;
	place-items: center;
	inline-size: 22px;
	block-size: 22px;
	border-radius: 999px;
	background: rgba(7, 31, 27, 0.12);
	content: "↙";
	font-size: 13px;
	line-height: 1;
}

.dg-hero__start:hover,
.dg-hero__start:focus {
	color: #152520;
	transform: translateY(-2px);
	box-shadow: 0 24px 54px rgba(7, 31, 27, 0.22);
}

.dg-hero__glass-row {
	position: absolute;
	z-index: 5;
	inset-block-end: 9.5%;
	inset-inline-start: 50%;
	display: grid;
	grid-template-columns: repeat(3, max-content);
	justify-content: center;
	gap: 10px;
	inline-size: 58%;
	transform: translateX(-50%);
}

.dg-hero-feature {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-block-size: 46px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 36px rgba(7, 31, 27, 0.13);
	color: rgba(255, 255, 255, 0.94);
	font-size: 12.5px;
	font-weight: 540;
	white-space: nowrap;
	backdrop-filter: blur(20px) saturate(1.18);
}

.dg-hero-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	inline-size: 28px;
	block-size: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: var(--dg-white);
}

.dg-hero-icon::before,
.dg-hero-icon::after {
	position: absolute;
	content: "";
}

.dg-hero-icon--face::before {
	inline-size: 13px;
	block-size: 16px;
	border: 1.6px solid currentColor;
	border-inline-start-color: transparent;
	border-radius: 50% 42% 48% 50%;
	transform: rotate(-12deg);
}

.dg-hero-icon--face::after {
	inset-inline-end: 8px;
	inset-block-start: 10px;
	inline-size: 4px;
	block-size: 4px;
	border-radius: 50%;
	background: currentColor;
}

.dg-hero-icon--clarity::before {
	inline-size: 14px;
	block-size: 14px;
	border: 1.6px solid currentColor;
	border-radius: 5px;
	transform: rotate(45deg);
}

.dg-hero-icon--clarity::after {
	inline-size: 8px;
	block-size: 1.6px;
	border-radius: 999px;
	background: currentColor;
}

.dg-hero-icon--care::before {
	inline-size: 15px;
	block-size: 15px;
	border: 1.6px solid currentColor;
	border-radius: 5px;
}

.dg-hero-icon--care::after {
	inline-size: 8px;
	block-size: 8px;
	border-block-end: 1.6px solid currentColor;
	border-inline-end: 1.6px solid currentColor;
	transform: translateY(-1px) rotate(45deg);
}

.dg-experience-band {
	position: relative;
	overflow: hidden;
	padding-block: 54px 82px;
	background: var(--dg-paper);
}

.dg-experience-band__top {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.42fr);
	gap: 6%;
	align-items: start;
}

.dg-experience-band__top h2 {
	max-width: 860px;
	color: var(--dg-green-2);
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.08;
	text-wrap: balance;
}

.dg-experience-band__top h2 em {
	color: var(--dg-bronze);
	font-style: italic;
	font-weight: 470;
}

.dg-experience-band__top p {
	color: #355650;
	font-size: 14.5px;
	font-weight: 430;
	line-height: 1.9;
}

.dg-experience-band__services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-block-start: 58px;
}

.dg-experience-band__services a {
	display: grid;
	align-content: center;
	min-block-size: 108px;
	padding: 18px 22px;
	border: 1px solid rgba(16, 33, 30, 0.04);
	border-radius: 28px;
	background: rgba(251, 250, 246, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 22px 54px rgba(16, 33, 30, 0.04);
	color: var(--dg-green);
	text-align: center;
	transition: transform 0.22s var(--dg-ease), background 0.22s var(--dg-ease), border-color 0.22s var(--dg-ease);
}

.dg-experience-band__services a:hover,
.dg-experience-band__services a:focus {
	border-color: rgba(23, 97, 91, 0.18);
	background: rgba(251, 250, 246, 0.82);
	color: var(--dg-green);
	transform: translateY(-3px);
}

.dg-experience-band__services span {
	margin-block-end: 6px;
	color: var(--dg-ink-soft);
	font-size: 12px;
	font-weight: 520;
}

.dg-experience-band__services strong {
	color: var(--dg-green-2);
	font-size: 18px;
	font-weight: 560;
	line-height: 1.45;
}

@media (prefers-reduced-motion: no-preference) {
	.dg-hero__title,
	.dg-hero__aside,
	.dg-hero__person,
	.dg-hero__glass-row {
		animation: dg-fade-up 0.9s var(--dg-ease) both;
	}

	.dg-hero__person {
		animation-delay: 0.08s;
	}

	.dg-hero__aside {
		animation-delay: 0.16s;
	}

	.dg-hero__glass-row {
		animation-delay: 0.24s;
	}

	.dg-hero-feature {
		transition: transform 0.24s var(--dg-ease), background 0.24s var(--dg-ease), border-color 0.24s var(--dg-ease);
	}

	.dg-hero-feature:hover {
		transform: translateY(-3px);
		border-color: rgba(255, 255, 255, 0.38);
		background: rgba(255, 255, 255, 0.28);
	}
}

@media (min-width: 1600px) {
	.dg-hero__stage {
		block-size: calc((100svh - var(--dg-admin-offset)) * 0.66);
		min-block-size: 620px;
	}

	.dg-hero h1 {
		font-size: 4.65rem;
	}

	.dg-hero__aside p {
		font-size: 15.5px;
	}
}

@media (max-width: 1120px) {
	.dg-hero__stage {
		block-size: calc((100svh - var(--dg-admin-offset)) * 0.82);
		min-block-size: 720px;
	}

	.dg-hero__title {
		inset-block-start: 14%;
		inset-inline-end: 4%;
		inline-size: 50%;
	}

	.dg-hero h1 {
		font-size: 3.35rem;
	}

	.dg-hero__person {
		inset-inline-start: 47%;
		inline-size: 72%;
	}

	.dg-hero__aside {
		inset-block-start: 15%;
		inset-inline-start: 4%;
		inline-size: 34%;
	}

	.dg-hero__glass-row {
		inline-size: 76%;
	}

	.dg-hero-feature {
		padding-inline: 12px;
		font-size: 11.8px;
	}

	.dg-experience-band__top {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dg-experience-band__top h2 {
		font-size: 3rem;
	}
}

@media (max-width: 720px) {
	.dg-hero {
		padding: 0;
		background: var(--dg-paper);
	}

	.dg-hero__stage {
		display: grid;
		gap: 18px;
		block-size: auto;
		min-block-size: 0;
		padding: calc(var(--dg-admin-offset) + 92px) 16px 18px;
		border-radius: 0 0 28px 28px;
		background:
			linear-gradient(180deg, rgba(14, 53, 47, 0.12), transparent 38%),
			linear-gradient(180deg, #286f69 0%, #6d9c99 54%, #d8ebe5 100%);
	}

	.dg-hero__texture {
		opacity: 0.18;
	}

	.dg-hero__stage::before,
	.dg-hero__stage::after {
		display: none;
	}

	.dg-hero__title,
	.dg-hero__aside,
	.dg-hero__person,
	.dg-hero__glass-row {
		position: relative;
		inset: auto;
		inline-size: 100%;
		transform: none;
	}

	.dg-hero__title {
		z-index: 3;
		text-align: right;
	}

	.dg-hero .dg-kicker {
		margin-block-end: 14px;
		font-size: 12px;
	}

	.dg-hero h1 {
		font-size: 2.58rem;
		line-height: 1.06;
	}

	.dg-hero__person {
		z-index: 2;
		block-size: 360px;
		margin-block: -8px -12px;
		border-radius: 24px;
		overflow: hidden;
	}

	.dg-hero__person img {
		object-position: 50% 47%;
		-webkit-mask-image: linear-gradient(180deg, #000 0 86%, transparent 100%);
		mask-image: linear-gradient(180deg, #000 0 86%, transparent 100%);
	}

	.dg-hero__aside {
		z-index: 3;
		gap: 14px;
	}

	.dg-hero__mini-proof {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.dg-hero__aside p {
		font-size: 13.5px;
		line-height: 1.82;
	}

	.dg-hero__start {
		justify-self: stretch;
		min-block-size: 46px;
	}

	.dg-hero__glass-row {
		z-index: 3;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.dg-hero-feature {
		justify-content: flex-start;
		min-block-size: 44px;
		font-size: 12.5px;
	}

	.dg-experience-band {
		padding-block: 42px 64px;
	}

	.dg-experience-band__top h2 {
		font-size: 2.15rem;
		line-height: 1.14;
	}

	.dg-experience-band__top p {
		font-size: 13.5px;
		line-height: 1.82;
	}

	.dg-experience-band__services {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-block-start: 26px;
	}

	.dg-experience-band__services a {
		min-block-size: 86px;
		border-radius: 20px;
	}
}

.dg-hero__stage {
	position: relative;
	min-height: 780px;
	overflow: hidden;
	padding: calc(var(--dg-admin-offset) + 118px) clamp(30px, 5vw, 64px) 38px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 44px;
	background:
		radial-gradient(circle at 15% 18%, rgba(221, 251, 69, 0.2), transparent 24%),
		radial-gradient(circle at 78% 5%, rgba(255, 255, 255, 0.24), transparent 28%),
		linear-gradient(180deg, var(--dg-hero-top) 0%, var(--dg-hero-mid) 56%, var(--dg-hero-bottom) 100%);
	box-shadow: 0 38px 100px rgba(54, 78, 82, 0.28);
	isolation: isolate;
}

.dg-hero__stage::before,
.dg-hero__stage::after {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	content: "";
}

.dg-hero__stage::before {
	inset-inline-end: -14%;
	inset-block-start: 14%;
	width: 54%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 42% 58% 51% 49%;
	transform: rotate(-10deg);
}

.dg-hero__stage::after {
	inset-inline-start: -12%;
	inset-block-end: -20%;
	width: 58%;
	aspect-ratio: 1.25;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 62%);
	filter: blur(2px);
}

.dg-hero__contour {
	position: absolute;
	z-index: 1;
	inset-inline: 7%;
	inset-block: 22% 12%;
	pointer-events: none;
	opacity: 0.32;
	background:
		linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.22) 42.15%, transparent 42.8%),
		linear-gradient(65deg, transparent 0 55%, rgba(221, 251, 69, 0.18) 55.15%, transparent 55.8%);
	mask-image: radial-gradient(ellipse at center, #000 0 56%, transparent 72%);
}

.dg-hero__super {
	position: absolute;
	z-index: 0;
	inset-inline: -3%;
	inset-block-start: 26%;
	color: rgba(255, 255, 255, 0.085);
	direction: ltr;
	font-size: 176px;
	font-weight: 680;
	line-height: 0.78;
	pointer-events: none;
	text-align: center;
	white-space: nowrap;
}

.dg-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: 18px;
	align-items: end;
	min-height: 560px;
}

.dg-hero__copy {
	color: var(--dg-white);
	align-self: center;
	padding-block-end: 34px;
}

.dg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(7, 31, 27, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.94);
	font-size: 13px;
	font-weight: 650;
	backdrop-filter: blur(14px);
}

.dg-kicker::before {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--dg-lime);
	box-shadow: 0 0 0 6px rgba(217, 255, 63, 0.1);
	content: "";
}

.dg-hero h1 {
	max-width: 760px;
	margin-block: 22px 20px;
	color: var(--dg-white);
	font-size: 76px;
	font-weight: 650;
	line-height: 1.1;
	text-wrap: balance;
}

.dg-hero h1 span {
	color: var(--dg-lime);
}

.dg-hero p {
	max-width: 690px;
	margin-block-end: 30px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 2.05;
}

.dg-hero__visual {
	position: relative;
	min-height: 570px;
	align-self: end;
}

.dg-doctor-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 570px;
	margin: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.dg-doctor-card::before {
	position: absolute;
	inset-inline: 12% 10%;
	inset-block: 10% 5%;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 48% 52% 44% 56%;
	background:
		radial-gradient(circle at 42% 20%, rgba(255, 255, 255, 0.25), transparent 26%),
		rgba(255, 255, 255, 0.08);
	content: "";
	transform: rotate(-8deg);
}

.dg-doctor-card img {
	position: relative;
	z-index: 2;
	width: min(72%, 390px);
	filter: saturate(0.98) contrast(1.05) drop-shadow(0 30px 38px rgba(7, 31, 27, 0.28));
}

.dg-float-card {
	position: absolute;
	z-index: 3;
	min-width: 156px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 18px 45px rgba(7, 31, 27, 0.12);
	backdrop-filter: blur(18px) saturate(1.2);
}

.dg-float-card strong {
	display: block;
	color: var(--dg-white);
	font-size: 16px;
	line-height: 1.2;
}

.dg-float-card span {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 650;
}

.dg-float-card--one {
	inset-block-start: 64px;
	inset-inline-end: 6px;
}

.dg-float-card--two {
	inset-block-start: 210px;
	inset-inline-start: -8px;
}

.dg-float-card--three {
	inset-inline-end: 44px;
	inset-block-end: 54px;
	background: rgba(7, 31, 27, 0.34);
	color: var(--dg-white);
}

.dg-float-card--three strong,
.dg-float-card--three span {
	color: var(--dg-white);
}

.dg-pill-stack {
	position: absolute;
	z-index: 4;
	inset-inline-start: 0;
	inset-inline-end: 0;
	inset-block-end: 12px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.dg-pill-stack span {
	display: inline-flex;
	justify-content: center;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
	box-shadow: 0 14px 36px rgba(7, 31, 27, 0.12);
	color: var(--dg-white);
	font-size: 12px;
	font-weight: 650;
	backdrop-filter: blur(16px);
}

.dg-hero__proof {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-block-start: 24px;
}

.dg-hero__proof span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid rgba(16, 33, 30, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	color: var(--dg-green);
	font-size: 12.5px;
	font-weight: 650;
	text-align: center;
	backdrop-filter: blur(16px);
}

@media (prefers-reduced-motion: no-preference) {
	.dg-float-card {
		animation: dg-soft-float 5.5s var(--dg-ease) infinite;
	}

	.dg-float-card--two {
		animation-delay: 0.45s;
	}

	.dg-float-card--three {
		animation-delay: 0.9s;
	}

	.dg-doctor-card img {
		transition: transform 0.5s var(--dg-ease), filter 0.5s var(--dg-ease);
	}

	.dg-hero__visual:hover .dg-doctor-card img {
		transform: translateY(-6px) scale(1.012);
		filter: saturate(1.02) contrast(1.06) drop-shadow(0 34px 42px rgba(7, 31, 27, 0.3));
	}
}

.dg-service-strip {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-block-start: 34px;
}

.dg-service-card {
	display: grid;
	grid-template-columns: 1fr 76px;
	gap: 16px;
	align-items: end;
	min-height: 184px;
	padding: 24px;
	border: 1px solid rgba(16, 33, 30, 0.08);
	border-radius: 28px;
	background: rgba(251, 250, 246, 0.78);
	box-shadow: 0 18px 54px rgba(16, 33, 30, 0.08);
	backdrop-filter: blur(10px);
}

a.dg-service-card,
a.dg-bento-card {
	color: inherit;
	text-decoration: none;
	transition: transform 0.24s var(--dg-ease), border-color 0.24s var(--dg-ease), box-shadow 0.24s var(--dg-ease), background 0.24s var(--dg-ease);
}

a.dg-service-card:hover,
a.dg-service-card:focus,
a.dg-bento-card:hover,
a.dg-bento-card:focus {
	transform: translateY(-3px);
	border-color: rgba(7, 63, 53, 0.24);
	box-shadow: 0 22px 56px rgba(7, 31, 27, 0.12);
	color: inherit;
}

.dg-service-card.is-accent {
	background: var(--dg-lime);
}

.dg-service-card.is-blue {
	background: linear-gradient(145deg, var(--dg-blue), #f4f7f2);
}

.dg-service-card__tag,
.dg-chip {
	display: inline-flex;
	margin-block-end: 10px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(16, 33, 30, 0.08);
	color: var(--dg-green);
	font-size: 12px;
	font-weight: 650;
}

.dg-service-card h2 {
	margin-block-end: 6px;
	font-size: 21px;
	font-weight: 680;
	line-height: 1.45;
}

.dg-service-card p {
	color: #4d625d;
	font-size: 14px;
	line-height: 1.82;
}

.dg-line-icon {
	position: relative;
	width: 76px;
	height: 76px;
	border-radius: 22px;
	background: rgba(23, 97, 91, 0.1);
}

.dg-line-icon::before,
.dg-line-icon::after {
	position: absolute;
	border: 2px solid var(--dg-green-2);
	border-radius: 50%;
	content: "";
	opacity: 0.78;
}

.dg-line-icon::before {
	inset-inline-end: 15px;
	inset-block-start: 10px;
	width: 42px;
	height: 56px;
	transform: rotate(-10deg);
}

.dg-line-icon::after {
	inset-inline-start: 14px;
	inset-block-end: 10px;
	width: 24px;
	height: 34px;
}

.dg-editorial,
.dg-journey,
.dg-faq,
.dg-consult-card {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 46px;
	align-items: center;
}

.dg-editorial-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, var(--dg-paper) 0%, var(--dg-ivory) 100%);
}

.dg-editorial-section::before {
	position: absolute;
	inset-inline-start: -12%;
	inset-block-start: 12%;
	width: 36%;
	aspect-ratio: 1;
	border: 1px solid rgba(23, 97, 91, 0.12);
	border-radius: 52% 48% 45% 55%;
	content: "";
	transform: rotate(14deg);
}

.dg-editorial__media {
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 16px;
	align-items: end;
}

.dg-portrait-tile,
.dg-stat-tile,
.dg-lime-tile,
.dg-bento-card,
.dg-step,
.dg-trust-card,
.dg-faq-list details {
	border: 1px solid rgba(7, 31, 27, 0.08);
	border-radius: 28px;
	background: rgba(251, 250, 246, 0.86);
	box-shadow: 0 18px 52px rgba(16, 33, 30, 0.08);
}

.dg-portrait-tile {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 470px;
	margin: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 40% 20%, rgba(221, 251, 69, 0.14), transparent 30%),
		linear-gradient(180deg, var(--dg-green-2), var(--dg-green));
}

.dg-portrait-tile img {
	width: 86%;
	max-width: 310px;
	filter: grayscale(0.18) contrast(1.08);
}

.dg-stacked-tiles {
	display: grid;
	gap: 16px;
}

.dg-stat-tile,
.dg-lime-tile {
	padding: 24px;
}

.dg-stat-tile b {
	display: block;
	color: var(--dg-green-2);
	font-size: 46px;
	line-height: 1;
}

.dg-stat-tile span {
	color: var(--dg-ink-soft);
	font-weight: 650;
}

.dg-lime-tile {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 42%),
		var(--dg-lime);
}

.dg-lime-tile h2 {
	margin-block-end: 10px;
	font-size: 24px;
}

.dg-lime-tile p,
.dg-proof-list span {
	color: var(--dg-ink-soft);
	font-size: 14px;
	line-height: 1.9;
}

.dg-proof-list {
	display: grid;
	gap: 12px;
	margin-block-start: 26px;
}

.dg-proof-list div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	align-items: start;
}

.dg-proof-list i {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--dg-lime);
	font-style: normal;
	font-weight: 680;
}

.dg-proof-list strong,
.dg-proof-list span {
	display: block;
}

.dg-editorial-actions {
	margin-block-start: 26px;
}

.dg-bento {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	margin-block-start: 34px;
}

.dg-bento-card {
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 240px;
	padding: 24px;
}

.dg-bento-card.is-large {
	grid-column: span 3;
	min-height: 300px;
	background:
		radial-gradient(circle at 18% 16%, rgba(221, 251, 69, 0.16), transparent 28%),
		linear-gradient(145deg, var(--dg-green), var(--dg-green-2));
	color: var(--dg-white);
}

.dg-bento-card.is-accent {
	background: var(--dg-lime);
}

.dg-bento-card.is-blue {
	background: linear-gradient(145deg, var(--dg-blue), #eef4ed);
}

.dg-bento-card.is-large h3,
.dg-bento-card.is-large p {
	color: var(--dg-white);
}

.dg-bento-card h3 {
	margin-block-end: 10px;
	font-size: 24px;
	line-height: 1.35;
}

.dg-bento-card p {
	color: var(--dg-ink-soft);
	font-size: 14.5px;
	line-height: 1.9;
}

.dg-steps {
	display: grid;
	gap: 12px;
}

.dg-step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 14px;
	align-items: start;
	padding: 18px;
}

.dg-step.is-active {
	background: var(--dg-lime);
}

.dg-step em {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: var(--dg-green);
	color: var(--dg-white);
	font-style: normal;
	font-weight: 720;
}

.dg-step h3 {
	margin-block-end: 4px;
	font-size: 19px;
	line-height: 1.45;
}

.dg-step p {
	color: var(--dg-ink-soft);
	font-size: 14px;
	line-height: 1.85;
}

.dg-journey-actions {
	margin-block-start: 24px;
}

.dg-journey-visual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 470px;
	margin: 0;
	overflow: hidden;
	border-radius: 30px;
	background: var(--dg-green);
	box-shadow: var(--dg-shadow);
}

.dg-journey-visual::before {
	position: absolute;
	inset: 26px;
	border: 1px solid rgba(217, 255, 63, 0.35);
	border-radius: 34px;
	content: "";
}

.dg-journey-visual img {
	position: relative;
	z-index: 1;
	width: 74%;
	max-width: 320px;
	filter: grayscale(1) contrast(1.08);
}

.dg-trust-section {
	background: var(--dg-green);
	color: var(--dg-white);
}

.dg-trust-section .dg-section-title,
.dg-trust-section .dg-lead {
	color: var(--dg-white);
}

.dg-trust-section .dg-lead {
	opacity: 0.74;
}

.dg-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-block-start: 34px;
}

.dg-trust-card {
	min-height: 190px;
	padding: 22px;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.dg-trust-card--link {
	display: block;
	color: var(--dg-white);
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dg-trust-card--link:hover,
.dg-trust-card--link:focus {
	transform: translateY(-3px);
	border-color: rgba(217, 255, 63, 0.44);
	background: rgba(255, 255, 255, 0.13);
	color: var(--dg-white);
}

.dg-trust-card h3 {
	margin-block-end: 8px;
	color: var(--dg-white);
	font-size: 20px;
	line-height: 1.4;
}

.dg-trust-card p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.9;
}

.dg-faq {
	align-items: start;
	grid-template-columns: 0.8fr 1.2fr;
}

.dg-faq-list {
	display: grid;
	gap: 12px;
}

.dg-faq-list details {
	overflow: hidden;
}

.dg-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	color: var(--dg-ink);
	cursor: pointer;
	font-weight: 720;
	list-style: none;
}

.dg-faq-list summary::-webkit-details-marker {
	display: none;
}

.dg-faq-list summary::after {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--dg-lime);
	content: "+";
}

.dg-faq-list details[open] summary::after {
	background: var(--dg-green);
	color: var(--dg-white);
	content: "-";
}

.dg-faq-list p {
	padding: 0 22px 20px;
	color: var(--dg-ink-soft);
	font-size: 14.5px;
	line-height: 2;
}

.dg-consult {
	padding-block: 90px;
	background: var(--dg-soft);
}

.dg-consult-card {
	padding: 34px;
	border-radius: 32px;
	background: var(--dg-lime);
	box-shadow: var(--dg-shadow);
}

.dg-consult-card h2 {
	margin-block-end: 12px;
	font-size: clamp(30px, 3.5rem, 56px);
	line-height: 1.14;
}

.dg-consult-card p {
	margin-block-end: 22px;
	color: #2d3d38;
	line-height: 1.9;
}

.dg-contact-list {
	display: grid;
	gap: 12px;
}

.dg-contact-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid rgba(7, 31, 27, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	font-weight: 680;
}

.dg-contact-list a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-block: -8px;
	padding-inline: 8px;
	color: var(--dg-green);
	text-decoration: none;
}

@media (max-width: 1020px) {
	.dg-hero {
		min-height: auto;
		padding-block-end: 40px;
	}

	.dg-hero__stage {
		min-height: auto;
		padding: calc(var(--dg-admin-offset) + 108px) 30px 30px;
	}

	.dg-hero__grid,
	.dg-editorial,
	.dg-journey,
	.dg-faq,
	.dg-consult-card {
		grid-template-columns: 1fr;
	}

	.dg-hero__grid {
		min-height: auto;
	}

	.dg-hero__copy {
		padding-block-end: 0;
	}

	.dg-hero h1 {
		max-width: 720px;
		font-size: 58px;
	}

	.dg-hero__visual {
		min-height: 500px;
	}

	.dg-doctor-card {
		min-height: 500px;
	}

	.dg-service-strip {
		margin-block-start: 24px;
	}

	.dg-bento-card,
	.dg-bento-card.is-large {
		grid-column: span 3;
	}

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

@media (max-width: 720px) {
	.dg-hero {
		min-height: auto;
		padding-block: calc(var(--dg-admin-offset) + 8px) 28px;
		background:
			linear-gradient(180deg, var(--dg-mist) 0, #d9e3e9 52%, var(--dg-paper) 52%),
			var(--dg-mist);
	}

	.dg-hero__stage {
		padding: calc(var(--dg-admin-offset) + 82px) 18px 18px;
		border-radius: 28px;
	}

	.dg-hero__super {
		display: none;
	}

	.dg-hero__contour {
		inset-inline: 0;
		opacity: 0.22;
	}

	.dg-hero__grid {
		gap: 18px;
	}

	.dg-kicker {
		padding: 7px 10px;
		font-size: 11.5px;
	}

	.dg-hero h1 {
		margin-block: 14px 12px;
		font-size: 38px;
		line-height: 1.16;
	}

	.dg-hero p {
		font-size: 14.5px;
		line-height: 1.86;
		margin-block-end: 20px;
	}

	.dg-hero__visual {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		min-height: auto;
	}

	.dg-doctor-card {
		grid-column: 1 / -1;
		min-height: 328px;
	}

	.dg-doctor-card::before {
		inset-inline: 12% 12%;
		inset-block: 10% 2%;
	}

	.dg-doctor-card img {
		width: min(72%, 232px);
	}

	.dg-float-card,
	.dg-pill-stack {
		position: static;
		margin-block-start: 0;
	}

	.dg-float-card {
		min-width: 0;
		padding: 10px 8px;
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.22);
	}

	.dg-float-card strong {
		font-size: 14px;
	}

	.dg-float-card span {
		font-size: 10.5px;
		line-height: 1.45;
	}

	.dg-pill-stack {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.dg-pill-stack span {
		padding: 7px 8px;
		font-size: 11px;
		line-height: 1.45;
	}

	.dg-hero__proof {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-block-start: 14px;
	}

	.dg-hero__proof span {
		min-height: 42px;
		padding: 8px 10px;
		font-size: 11.5px;
	}

	.dg-service-strip {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-block-start: 16px;
	}

	.dg-service-card {
		grid-template-columns: 1fr 54px;
		gap: 12px;
		min-height: auto;
		padding: 16px;
		border-radius: 18px;
	}

	.dg-service-card__tag {
		margin-block-end: 7px;
		padding: 6px 9px;
		font-size: 11.5px;
	}

	.dg-service-card h2 {
		margin-block-end: 4px;
		font-size: 18px;
	}

	.dg-service-card p {
		font-size: 13px;
		line-height: 1.65;
	}

	.dg-line-icon {
		width: 54px;
		height: 54px;
		border-radius: 17px;
	}

	.dg-line-icon::before {
		inset-inline-end: 11px;
		inset-block-start: 8px;
		width: 30px;
		height: 39px;
	}

	.dg-line-icon::after {
		inset-inline-start: 10px;
		inset-block-end: 8px;
		width: 17px;
		height: 23px;
	}

	.dg-editorial__media,
	.dg-bento {
		grid-template-columns: 1fr;
	}

	.dg-portrait-tile,
	.dg-journey-visual {
		min-height: 390px;
	}

	.dg-bento-card,
	.dg-bento-card.is-large {
		grid-column: auto;
		min-height: 220px;
	}

	.dg-trust-grid {
		grid-template-columns: 1fr;
	}

	.dg-consult {
		padding-block: 64px;
	}

	.dg-consult-card {
		padding: 22px;
		border-radius: 24px;
	}

	.dg-contact-list div {
		display: grid;
	}
}

/* Final cascade lock for the homepage hero requested on 2026-06-21. */
.dg-hero {
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: var(--dg-paper);
}

.dg-hero__stage {
	position: relative;
	display: block;
	inline-size: 100%;
	block-size: calc((100svh - var(--dg-admin-offset)) * 0.68);
	min-block-size: 560px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0 0 4.2vw 4.2vw;
	background:
		linear-gradient(180deg, rgba(14, 53, 47, 0.14), transparent 34%),
		linear-gradient(180deg, #286f69 0%, #6d9c99 55%, #d8ebe5 100%);
	box-shadow: none;
	isolation: isolate;
}

.dg-hero__stage::before {
	inset-block-start: 13%;
	inset-inline-start: 6%;
	inline-size: 18%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 43% 57% 48% 52%;
	background: transparent;
	opacity: 0.55;
	transform: rotate(-14deg);
}

.dg-hero__stage::after {
	inset-block-start: 18%;
	inset-inline-end: 5%;
	inline-size: 15%;
	aspect-ratio: 1.35;
	border: 1px solid rgba(221, 251, 69, 0.22);
	border-radius: 52% 48% 58% 42%;
	background: transparent;
	filter: none;
	opacity: 0.45;
	transform: rotate(18deg);
}

.dg-hero__texture {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.28;
	background-image:
		linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, 0.2) 47.2%, transparent 47.7%),
		linear-gradient(62deg, transparent 0 63%, rgba(221, 251, 69, 0.18) 63.2%, transparent 63.7%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 76px);
	mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 84%, transparent 100%);
}

.dg-hero__title {
	position: absolute;
	z-index: 4;
	inset-block-start: 17%;
	inset-inline-end: 2.4%;
	inline-size: 39%;
	padding: 0;
	color: var(--dg-white);
	text-align: right;
}

.dg-hero .dg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-block-end: 22px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(7, 31, 27, 0.18);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 520;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(18px) saturate(1.16);
}

.dg-hero .dg-kicker::before {
	inline-size: 8px;
	block-size: 8px;
	border-radius: 999px;
	background: var(--dg-lime);
	box-shadow: 0 0 0 6px rgba(221, 251, 69, 0.11);
	content: "";
}

.dg-hero h1 {
	display: grid;
	gap: 0;
	max-width: none;
	margin: 0;
	color: var(--dg-white);
	font-size: 4.15rem;
	font-weight: 480;
	line-height: 1.02;
	text-wrap: balance;
}

.dg-hero h1 span {
	display: block;
	color: var(--dg-white);
}

.dg-hero h1 .is-accent {
	color: var(--dg-lime);
	font-style: normal;
	font-weight: 520;
}

.dg-hero__person {
	position: absolute;
	z-index: 2;
	inset-block: 0 -1%;
	inset-inline-start: 50%;
	inline-size: 55%;
	min-height: 0;
	margin: 0;
	pointer-events: none;
	transform: translateX(-50%);
}

.dg-hero__person img {
	inline-size: 100%;
	block-size: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
	filter: saturate(1.02) contrast(1.02) drop-shadow(0 34px 46px rgba(6, 31, 29, 0.18));
	-webkit-mask-image: radial-gradient(ellipse at 51% 54%, #000 0 67%, rgba(0, 0, 0, 0.9) 75%, transparent 94%);
	mask-image: radial-gradient(ellipse at 51% 54%, #000 0 67%, rgba(0, 0, 0, 0.9) 75%, transparent 94%);
}

.dg-hero__aside {
	position: absolute;
	z-index: 4;
	inset-block-start: 18%;
	inset-inline-start: 2.8%;
	display: grid;
	gap: 18px;
	inline-size: 27%;
	color: var(--dg-white);
	text-align: right;
}

.dg-hero__aside p {
	max-width: none;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14.5px;
	font-weight: 430;
	line-height: 1.9;
}

.dg-hero__glass-row {
	position: absolute;
	z-index: 5;
	inset-block-end: 9.5%;
	inset-inline-start: 50%;
	display: grid;
	grid-template-columns: repeat(3, max-content);
	justify-content: center;
	gap: 10px;
	inline-size: 58%;
	margin: 0;
	transform: translateX(-50%);
}

@media (min-width: 1600px) {
	.dg-hero__stage {
		block-size: calc((100svh - var(--dg-admin-offset)) * 0.66);
		min-block-size: 620px;
	}

	.dg-hero h1 {
		font-size: 4.65rem;
	}
}

@media (max-width: 1120px) {
	.dg-hero__stage {
		block-size: calc((100svh - var(--dg-admin-offset)) * 0.82);
		min-block-size: 720px;
	}

	.dg-hero__title {
		inset-block-start: 14%;
		inset-inline-end: 4%;
		inline-size: 50%;
	}

	.dg-hero h1 {
		font-size: 3.35rem;
	}

	.dg-hero__person {
		inset-inline-start: 47%;
		inline-size: 72%;
	}

	.dg-hero__aside {
		inset-block-start: 15%;
		inset-inline-start: 4%;
		inline-size: 34%;
	}

	.dg-hero__glass-row {
		inline-size: 76%;
	}
}

@media (max-width: 720px) {
	.dg-hero {
		padding: 0;
		background: var(--dg-paper);
	}

	.dg-hero__stage {
		display: grid;
		gap: 18px;
		block-size: auto;
		min-block-size: 0;
		padding: calc(var(--dg-admin-offset) + 92px) 16px 18px;
		border-radius: 0 0 28px 28px;
		background:
			linear-gradient(180deg, rgba(14, 53, 47, 0.12), transparent 38%),
			linear-gradient(180deg, #286f69 0%, #6d9c99 54%, #d8ebe5 100%);
	}

	.dg-hero__stage::before,
	.dg-hero__stage::after {
		display: none;
	}

	.dg-hero__title,
	.dg-hero__aside,
	.dg-hero__person,
	.dg-hero__glass-row {
		position: relative;
		inset: auto;
		inline-size: 100%;
		transform: none;
	}

	.dg-hero__title {
		z-index: 3;
		text-align: right;
	}

	.dg-hero .dg-kicker {
		margin-block-end: 14px;
		font-size: 12px;
	}

	.dg-hero h1 {
		font-size: 2.58rem;
		line-height: 1.06;
	}

	.dg-hero__person {
		z-index: 2;
		block-size: 360px;
		margin-block: -8px -12px;
		border-radius: 24px;
		overflow: hidden;
	}

	.dg-hero__person img {
		object-position: 50% 47%;
		-webkit-mask-image: linear-gradient(180deg, #000 0 86%, transparent 100%);
		mask-image: linear-gradient(180deg, #000 0 86%, transparent 100%);
	}

	.dg-hero__aside {
		z-index: 3;
		gap: 14px;
	}

	.dg-hero__aside p {
		font-size: 13.5px;
		line-height: 1.82;
	}

	.dg-hero__glass-row {
		z-index: 3;
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

/* Physical placement correction: the RTL hero title belongs on the right side. */
.dg-hero__title {
	right: 2.4%;
	left: auto;
	inset-inline: auto;
}

.dg-hero__aside {
	right: auto;
	left: 2.8%;
	inset-inline: auto;
}

.dg-hero__person,
.dg-hero__glass-row {
	right: auto;
	left: 50%;
	inset-inline: auto;
	transform: translateX(-50%);
}

@media (max-width: 1120px) {
	.dg-hero__title {
		right: 4%;
		left: auto;
	}

	.dg-hero__aside {
		right: auto;
		left: 4%;
	}

	.dg-hero__person {
		left: 47%;
	}

	.dg-hero__glass-row {
		left: 50%;
	}
}

@media (max-width: 720px) {
	.dg-hero__title,
	.dg-hero__aside,
	.dg-hero__person,
	.dg-hero__glass-row {
		right: auto;
		left: auto;
		inset: auto;
		transform: none;
	}
}

/* Hard reset logical insets after legacy RTL rules. */
.dg-hero__title {
	inset-inline-start: auto !important;
	inset-inline-end: auto !important;
	right: 2.4% !important;
	left: auto !important;
}

.dg-hero__aside {
	inset-inline-start: auto !important;
	inset-inline-end: auto !important;
	right: auto !important;
	left: 2.8% !important;
}

.dg-hero__person,
.dg-hero__glass-row {
	inset-inline-start: auto !important;
	inset-inline-end: auto !important;
	right: auto !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

@media (max-width: 1120px) {
	.dg-hero__title {
		right: 4% !important;
		left: auto !important;
	}

	.dg-hero__aside {
		right: auto !important;
		left: 4% !important;
	}

	.dg-hero__person {
		left: 47% !important;
	}

	.dg-hero__glass-row {
		left: 50% !important;
	}
}

@media (max-width: 720px) {
	.dg-hero__title,
	.dg-hero__aside,
	.dg-hero__person,
	.dg-hero__glass-row {
		inset-inline-start: auto !important;
		inset-inline-end: auto !important;
		right: auto !important;
		left: auto !important;
		transform: none !important;
	}
}

/* Hero polish pass: fluid ultra-wide height, no portrait crop, darker glass pills, safer Persian type. */
.dg-hero__stage {
	block-size: max(calc((100svh - var(--dg-admin-offset)) * 0.68), 31vw) !important;
	min-block-size: 0 !important;
	max-block-size: none !important;
}

.dg-hero h1 {
	font-size: 4rem !important;
	font-weight: 460 !important;
	line-height: 1.13 !important;
}

.dg-hero h1 .is-accent {
	font-weight: 520 !important;
}

.dg-hero__person {
	inset-block-start: 2.5% !important;
	inset-block-end: 0 !important;
	inline-size: min(54%, 108svh) !important;
	min-height: 0 !important;
}

.dg-hero__person img {
	object-fit: contain !important;
	object-position: center bottom !important;
	-webkit-mask-image: linear-gradient(180deg, #000 0 88%, rgba(0, 0, 0, 0.92) 94%, transparent 100%) !important;
	mask-image: linear-gradient(180deg, #000 0 88%, rgba(0, 0, 0, 0.92) 94%, transparent 100%) !important;
}

.dg-hero__glass-row {
	inset-block-end: 8.2% !important;
	inline-size: min(54%, 96svh) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

.dg-hero-feature {
	justify-content: center !important;
	min-block-size: 48px !important;
	padding: 9px 14px !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
	background: rgba(7, 31, 27, 0.46) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 42px rgba(6, 31, 29, 0.2) !important;
	color: rgba(255, 255, 255, 0.94) !important;
	font-size: 12.2px !important;
	font-weight: 540 !important;
	backdrop-filter: blur(22px) saturate(1.2) !important;
}

.dg-hero-icon {
	background: rgba(255, 255, 255, 0.14) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

.dg-experience-band__top {
	grid-template-columns: minmax(0, 1.06fr) minmax(240px, 0.5fr) !important;
	gap: 5% !important;
}

.dg-experience-band__top h2 {
	max-width: 900px !important;
	font-size: 3.05rem !important;
	font-weight: 460 !important;
	line-height: 1.28 !important;
}

.dg-experience-band__top h2 em {
	font-weight: 450 !important;
}

.dg-experience-band__top p {
	padding-block-start: 10px !important;
	font-size: 14px !important;
	line-height: 2 !important;
}

@media (min-aspect-ratio: 2/1) {
	.dg-hero__stage {
		block-size: max(calc((100svh - var(--dg-admin-offset)) * 0.78), 31vw) !important;
	}

	.dg-hero__person {
		inline-size: min(48%, 108svh) !important;
	}

	.dg-hero__title {
		inset-block-start: 18% !important;
		inline-size: 34% !important;
	}

	.dg-hero h1 {
		font-size: 3.75rem !important;
	}

	.dg-hero__aside {
		inset-block-start: 20% !important;
		inline-size: 29% !important;
	}
}

@media (min-width: 1600px) and (max-aspect-ratio: 2/1) {
	.dg-hero h1 {
		font-size: 4.25rem !important;
	}
}

@media (max-width: 1120px) {
	.dg-hero__stage {
		block-size: max(calc((100svh - var(--dg-admin-offset)) * 0.76), 56vw) !important;
		min-block-size: 0 !important;
	}

	.dg-hero h1 {
		font-size: 3.2rem !important;
		line-height: 1.14 !important;
	}

	.dg-hero__person {
		inline-size: min(68%, 96svh) !important;
	}

	.dg-hero__glass-row {
		inline-size: min(68%, 92svh) !important;
	}

	.dg-experience-band__top {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 720px) {
	.dg-hero__stage {
		block-size: auto !important;
		min-block-size: 0 !important;
	}

	.dg-hero h1 {
		font-size: 2.45rem !important;
		line-height: 1.15 !important;
	}

	.dg-hero__person {
		inline-size: 100% !important;
		block-size: 360px !important;
	}

	.dg-hero__glass-row {
		inline-size: 100% !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.dg-hero-feature {
		justify-content: flex-start !important;
		min-block-size: 44px !important;
		background: rgba(7, 31, 27, 0.52) !important;
	}

	.dg-experience-band__top h2 {
		font-size: 2rem !important;
		line-height: 1.32 !important;
	}
}
