.egdh-wrapper {
	--egdh-blue: #1358e8;
	--egdh-blue-dark: #073272;
	--egdh-navy: #081f46;
	--egdh-text: #203659;
	--egdh-muted: #6b7b92;
	--egdh-teal: #0fac7a;
	--egdh-teal-dark: #087b5b;
	--egdh-orange: #ff7417;
	--egdh-line: rgba(9, 35, 76, 0.12);
	--egdh-soft: #f6f9ff;
	--egdh-card: #ffffff;
	--egdh-shadow: 0 22px 55px rgba(13, 39, 84, 0.11);
	--egdh-soft-shadow: 0 12px 34px rgba(13, 39, 84, 0.08);
	box-sizing: border-box;
	color: var(--egdh-text);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px 24px 68px;
	position: relative;
}

body:has(.egdh-wrapper) .entry-title {
	display: none;
}

.egdh-landing-page {
	background:
		radial-gradient(circle at top right, rgba(183, 146, 66, 0.12), transparent 20%),
		radial-gradient(circle at top left, rgba(19, 88, 232, 0.08), transparent 16%),
		linear-gradient(180deg, #f6f0e7 0%, #fbf7f2 36%, #f5f8fc 100%);
	margin: 0;
}

.egdh-landing-shell {
	min-height: 100vh;
	overflow-x: clip;
}

.egdh-landing-main {
	padding: 18px 0 58px;
}

.egdh-wrapper *,
.egdh-wrapper *::before,
.egdh-wrapper *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.egdh-wrapper::before {
	background:
		radial-gradient(circle at 4px 4px, rgba(19, 88, 232, 0.14) 1.5px, transparent 2px),
		linear-gradient(135deg, rgba(19, 88, 232, 0.05), rgba(15, 172, 122, 0.04));
	background-size: 18px 18px, 100% 100%;
	border-radius: 36px;
	content: "";
	height: 320px;
	left: -42px;
	opacity: 0.7;
	position: absolute;
	top: 160px;
	width: 360px;
	z-index: -1;
}

.egdh-hero {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
	margin-bottom: 34px;
	min-height: 0;
}

.egdh-eyebrow {
	color: var(--egdh-teal);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.egdh-hero h1 {
	color: var(--egdh-navy);
	font-size: clamp(40px, 4.1vw, 56px);
	font-weight: 900;
	line-height: 1.06;
	margin: 0;
	max-width: 620px;
}

.egdh-hero__copy > p:not(.egdh-eyebrow) {
	color: var(--egdh-text);
	font-size: 1.1rem;
	line-height: 1.75;
	margin: 24px 0 0;
	max-width: 610px;
}

.egdh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 34px;
}

.egdh-button {
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 850;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.egdh-button:hover,
.egdh-button:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.egdh-button:disabled,
.egdh-button[aria-busy="true"] {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.egdh-button--primary {
	background: linear-gradient(135deg, #125af2, #0947d1);
	border: 1px solid #0f52e5;
	box-shadow: 0 16px 30px rgba(19, 88, 232, 0.24);
	color: #ffffff;
}

.egdh-button--secondary,
.egdh-button--outline {
	background: #ffffff;
	border: 1px solid rgba(19, 88, 232, 0.55);
	color: var(--egdh-blue);
}

.egdh-button--success {
	background: linear-gradient(135deg, #10b981, #07996a);
	border: 1px solid #0ba875;
	box-shadow: 0 16px 30px rgba(15, 172, 122, 0.22);
	color: #ffffff;
}

.egdh-button--telegram {
	background: #229ed9;
	border: 1px solid #168ac1;
	box-shadow: 0 14px 26px rgba(34, 158, 217, 0.2);
	color: #ffffff;
	min-height: 46px;
}

.egdh-button--whatsapp {
	background: #25d366;
	border: 1px solid #1fb657;
	box-shadow: 0 14px 26px rgba(37, 211, 102, 0.18);
	color: #052e16;
	min-height: 46px;
}

.egdh-dashboard {
	filter: drop-shadow(0 28px 45px rgba(10, 37, 78, 0.16));
	min-height: 340px;
	padding-left: 64px;
	position: relative;
}

.egdh-dashboard__rail {
	background: linear-gradient(180deg, #083778, #05265a);
	border-radius: 22px 0 0 22px;
	display: grid;
	gap: 16px;
	left: 0;
	padding: 42px 14px;
	position: absolute;
	top: 0;
	width: 68px;
}

.egdh-dashboard__rail span {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	height: 42px;
	position: relative;
}

.egdh-dashboard__rail span:first-child {
	background: rgba(255, 255, 255, 0.26);
}

.egdh-dashboard__content {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(9, 35, 76, 0.1);
	border-radius: 0 22px 22px 0;
	box-shadow: var(--egdh-shadow);
	min-height: 340px;
	padding: 22px;
	position: relative;
}

.egdh-dashboard__header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.egdh-dashboard__header span,
.egdh-overall-progress span,
.egdh-metric span {
	color: var(--egdh-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
}

.egdh-dashboard__header strong {
	color: var(--egdh-navy);
	display: block;
	font-size: 1.08rem;
	margin-top: 4px;
}

.egdh-floating-badge {
	background: linear-gradient(135deg, #10b981, #07996a);
	border-radius: 14px;
	box-shadow: 0 15px 30px rgba(15, 172, 122, 0.24);
	color: #ffffff;
	min-width: 142px;
	padding: 12px 16px;
	text-align: center;
}

.egdh-floating-badge span,
.egdh-floating-badge strong {
	color: #ffffff;
	font-size: 0.82rem;
	margin: 0;
}

.egdh-metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.egdh-metric {
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(9, 35, 76, 0.05);
	padding: 16px;
}

.egdh-metric strong {
	color: var(--egdh-navy);
	display: block;
	font-size: 1.75rem;
	line-height: 1;
	margin-top: 12px;
}

.egdh-overall-progress {
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 16px;
	margin-top: 14px;
	padding: 18px;
}

.egdh-overall-progress > div:first-child {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.egdh-overall-progress strong {
	color: var(--egdh-navy);
	font-size: 0.82rem;
}

.egdh-overall-progress p {
	color: var(--egdh-muted);
	font-size: 0.82rem;
	font-weight: 750;
	margin: 10px 0 0;
}

.egdh-progress {
	background: #e9eef7;
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.egdh-progress span {
	background: linear-gradient(90deg, var(--egdh-blue), #4d7fff);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.egdh-progress--active span,
.egdh-progress--expiring_soon span,
.egdh-progress--teal span {
	background: linear-gradient(90deg, #10b981, #14caa4);
}

.egdh-progress--expired span {
	background: linear-gradient(90deg, #9aa8ba, #c4ccd7);
}

.egdh-mini-visuals {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 0.8fr;
	margin-top: 12px;
}

.egdh-chart,
.egdh-ring {
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 16px;
	min-height: 96px;
}

.egdh-chart {
	align-items: end;
	display: flex;
	gap: 10px;
	padding: 18px;
}

.egdh-chart span {
	background: linear-gradient(180deg, #10b981, #0d8f6b);
	border-radius: 999px 999px 4px 4px;
	flex: 1;
	min-height: 18px;
}

.egdh-ring {
	align-items: center;
	display: grid;
	justify-items: center;
	padding: 14px;
	position: relative;
	text-align: center;
}

.egdh-ring > span {
	background: conic-gradient(#10b981 0 62%, #1358e8 62% 84%, #ffb020 84% 100%);
	border-radius: 50%;
	height: 74px;
	width: 74px;
}

.egdh-ring > span::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 48px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
}

.egdh-ring div {
	position: absolute;
}

.egdh-ring strong,
.egdh-ring small {
	color: var(--egdh-navy);
	display: block;
}

.egdh-ring small {
	color: var(--egdh-muted);
	font-size: 0.7rem;
	font-weight: 800;
}

.egdh-section {
	margin-top: 28px;
}

.egdh-section__heading {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-bottom: 22px;
	text-align: center;
}

.egdh-section__heading h2 {
	color: var(--egdh-navy);
	font-size: clamp(26px, 2.6vw, 34px);
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
}

.egdh-section__heading span {
	background:
		radial-gradient(circle, rgba(19, 88, 232, 0.4) 1.5px, transparent 2px);
	background-size: 10px 10px;
	height: 22px;
	width: 44px;
}

.egdh-group-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.egdh-group-card {
	background: linear-gradient(180deg, #ffffff, #fbfdff);
	border: 1px solid var(--egdh-line);
	border-radius: 18px;
	box-shadow: var(--egdh-soft-shadow);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 100%;
	padding: 22px;
}

.egdh-group-card__top {
	align-items: flex-start;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px 1fr auto;
}

.egdh-group-card__icon {
	background: rgba(19, 88, 232, 0.1);
	border-radius: 13px;
	height: 48px;
	position: relative;
	width: 48px;
}

.egdh-group-card__icon::before,
.egdh-group-card__icon::after {
	background: var(--egdh-blue);
	border-radius: 3px;
	content: "";
	left: 13px;
	position: absolute;
	right: 13px;
}

.egdh-group-card__icon::before {
	height: 4px;
	top: 15px;
}

.egdh-group-card__icon::after {
	bottom: 13px;
	height: 15px;
}

.egdh-group-card--active .egdh-group-card__icon {
	background: rgba(15, 172, 122, 0.12);
}

.egdh-group-card--active .egdh-group-card__icon::before,
.egdh-group-card--active .egdh-group-card__icon::after {
	background: var(--egdh-teal);
}

.egdh-group-card--expiring_soon .egdh-group-card__icon {
	background: rgba(255, 116, 23, 0.12);
}

.egdh-group-card--expiring_soon .egdh-group-card__icon::before,
.egdh-group-card--expiring_soon .egdh-group-card__icon::after {
	background: var(--egdh-orange);
}

.egdh-group-card h3 {
	color: var(--egdh-navy);
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 2px 0 7px;
}

.egdh-group-card__top p {
	color: var(--egdh-muted);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 0;
}

.egdh-badge {
	background: rgba(19, 88, 232, 0.08);
	border: 1px solid rgba(19, 88, 232, 0.35);
	border-radius: 999px;
	color: var(--egdh-blue);
	font-size: 0.72rem;
	font-weight: 900;
	padding: 6px 10px;
	white-space: nowrap;
}

.egdh-group-card--active .egdh-badge {
	background: rgba(15, 172, 122, 0.1);
	border-color: rgba(15, 172, 122, 0.38);
	color: var(--egdh-teal-dark);
}

.egdh-group-card--expiring_soon .egdh-badge {
	background: rgba(255, 116, 23, 0.1);
	border-color: rgba(255, 116, 23, 0.42);
	color: #d35400;
}

.egdh-group-card--expired {
	opacity: 0.75;
}

.egdh-group-card__count {
	align-items: center;
	color: var(--egdh-muted);
	display: flex;
	font-size: 0.82rem;
	font-weight: 850;
	justify-content: space-between;
	margin-top: -8px;
}

.egdh-group-card__count strong {
	color: var(--egdh-navy);
}

.egdh-discount-row {
	display: grid;
	gap: 12px;
}

.egdh-discount-block {
	border-radius: 14px;
	overflow: hidden;
	padding: 14px 14px 13px;
	position: relative;
}

.egdh-discount-block::before {
	border-radius: 999px;
	content: "";
	height: 44px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 44px;
}

.egdh-discount-block--current {
	background: linear-gradient(135deg, #effcf6, #ffffff);
	border: 1px solid rgba(15, 172, 122, 0.22);
}

.egdh-discount-block--current::before {
	background: rgba(15, 172, 122, 0.16);
}

.egdh-discount-block--next {
	background: linear-gradient(135deg, #fff8ed, #ffffff);
	border: 1px solid rgba(255, 116, 23, 0.24);
}

.egdh-discount-block--next::before {
	background: rgba(255, 116, 23, 0.15);
}

.egdh-discount-block span,
.egdh-members > span {
	color: var(--egdh-navy);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	margin-bottom: 8px;
}

.egdh-discount-block p {
	color: var(--egdh-text);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.55;
	margin: 6px 0 0;
	padding-left: 18px;
	position: relative;
}

.egdh-discount-block p::before {
	color: var(--egdh-teal);
	content: "\25C7";
	font-weight: 900;
	left: 0;
	margin-right: 7px;
	position: absolute;
	top: 0;
}

.egdh-discount-block--next p::before {
	color: var(--egdh-orange);
}

.egdh-discount-block strong {
	color: var(--egdh-navy);
	font-size: 1rem;
	font-weight: 950;
}

.egdh-members {
	margin-top: auto;
}

.egdh-members small {
	color: var(--egdh-muted);
	font-size: 0.78rem;
	font-weight: 750;
}

.egdh-members div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.egdh-members b,
.egdh-members em {
	align-items: center;
	background: #f5f8ff;
	border: 1px solid rgba(19, 88, 232, 0.12);
	border-radius: 999px;
	color: var(--egdh-navy);
	display: inline-flex;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 850;
	min-height: 30px;
	padding: 0 10px;
}

.egdh-members em {
	background: #ffffff;
	color: var(--egdh-blue);
}

.egdh-group-card__button {
	margin-top: 4px;
	width: 100%;
}

.egdh-button--disabled,
.egdh-button--disabled:disabled {
	background: #eef1f6;
	border-color: rgba(9, 35, 76, 0.12);
	box-shadow: none;
	color: var(--egdh-muted);
	cursor: not-allowed;
	opacity: 1;
}

.egdh-joined-state {
	align-items: center;
	background: #effcf6;
	border: 1px solid rgba(15, 172, 122, 0.28);
	border-radius: 10px;
	color: var(--egdh-teal-dark);
	display: flex;
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	min-height: 52px;
	margin-top: 4px;
	padding: 0 18px;
	text-align: center;
	width: 100%;
}

.egdh-how {
	margin-top: 24px;
}

.egdh-steps {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
}

.egdh-step {
	align-items: start;
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 18px;
	box-shadow: var(--egdh-soft-shadow);
	display: grid;
	column-gap: 16px;
	grid-template-columns: 62px minmax(0, 1fr);
	grid-template-rows: auto auto;
	min-height: 150px;
	padding: 20px;
	position: relative;
}

.egdh-step:not(:last-child)::after {
	display: none;
}

.egdh-step__icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(19, 88, 232, 0.1), rgba(19, 88, 232, 0.02));
	border: 1px solid rgba(19, 88, 232, 0.18);
	border-radius: 50%;
	color: var(--egdh-blue);
	display: flex;
	grid-row: 1 / span 2;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.egdh-step__icon svg {
	height: 33px;
	width: 33px;
}

.egdh-step__icon svg * {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.egdh-step__icon--group {
	background: linear-gradient(135deg, rgba(19, 88, 232, 0.13), rgba(19, 88, 232, 0.04));
	border-color: rgba(19, 88, 232, 0.22);
	box-shadow: inset 0 0 0 9px rgba(19, 88, 232, 0.05);
}

.egdh-step__icon--details {
	background: linear-gradient(135deg, rgba(15, 172, 122, 0.13), rgba(15, 172, 122, 0.03));
	border-color: rgba(15, 172, 122, 0.2);
	box-shadow: inset 0 0 0 9px rgba(15, 172, 122, 0.05);
	color: var(--egdh-teal);
}

.egdh-step__icon--discount {
	background: linear-gradient(135deg, rgba(15, 172, 122, 0.16), rgba(15, 172, 122, 0.04));
	border-color: rgba(15, 172, 122, 0.24);
	box-shadow: inset 0 0 0 9px rgba(15, 172, 122, 0.06);
	color: var(--egdh-teal-dark);
}

.egdh-step h3 {
	color: var(--egdh-navy);
	font-size: 1rem;
	font-weight: 900;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.25;
	margin: 0 0 8px;
}

.egdh-step p {
	color: var(--egdh-text);
	font-size: 0.86rem;
	font-weight: 700;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.5;
	margin: 0;
	max-width: none;
}

.egdh-join-panel {
	display: block;
	margin-top: 34px;
	max-width: 720px;
}

.egdh-join-panel[hidden] {
	display: none;
}

.egdh-form-card,
.egdh-success-card,
.egdh-trust-card,
.egdh-empty,
.egdh-notice {
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 18px;
	box-shadow: var(--egdh-soft-shadow);
}

.egdh-form-card {
	padding: 24px;
}

.egdh-form-card__header {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.egdh-form-card__header h2,
.egdh-success-card h2 {
	color: var(--egdh-navy);
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.egdh-form-card__header span {
	color: var(--egdh-muted);
	display: block;
	font-size: 0.9rem;
	font-weight: 750;
	margin-top: 7px;
}

.egdh-panel-close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--egdh-navy);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	font-weight: 850;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 40px;
}

.egdh-panel-close:hover,
.egdh-panel-close:focus {
	background: #f4f7ff;
	outline: none;
}

.egdh-form {
	display: grid;
	gap: 14px;
}

.egdh-form label {
	display: grid;
	gap: 7px;
}

.egdh-form label span {
	color: var(--egdh-navy);
	font-size: 0.84rem;
	font-weight: 900;
}

.egdh-form label em {
	color: var(--egdh-muted);
	font-style: normal;
	font-weight: 750;
}

.egdh-form input {
	background: #ffffff;
	border: 1px solid rgba(9, 35, 76, 0.16);
	border-radius: 10px;
	color: var(--egdh-navy);
	font-size: 0.95rem;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.egdh-form input:focus {
	border-color: rgba(19, 88, 232, 0.7);
	box-shadow: 0 0 0 4px rgba(19, 88, 232, 0.1);
	outline: none;
}

.egdh-form small {
	color: var(--egdh-muted);
	font-size: 0.75rem;
	font-weight: 650;
	line-height: 1.45;
}

.egdh-form__submit {
	margin-top: 4px;
	width: 100%;
}

.egdh-verification {
	background: #f8fbff;
	border: 1px solid rgba(19, 88, 232, 0.16);
	border-radius: 14px;
	display: grid;
	gap: 12px;
	padding: 14px;
}

.egdh-verification__header strong {
	color: var(--egdh-navy);
	display: block;
	font-size: 0.94rem;
	font-weight: 900;
	margin-bottom: 4px;
}

.egdh-verification__header span {
	color: var(--egdh-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.45;
}

.egdh-verification__choices {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.egdh-verification-choice {
	background: #ffffff;
	border: 1px solid rgba(9, 35, 76, 0.16);
	border-radius: 10px;
	color: var(--egdh-navy);
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 900;
	min-height: 44px;
	padding: 0 14px;
}

.egdh-verification-choice:hover,
.egdh-verification-choice:focus,
.egdh-verification-choice--active {
	color: var(--egdh-navy);
}

.egdh-verification-choice--active {
	border-color: rgba(19, 88, 232, 0.65);
	box-shadow: 0 0 0 4px rgba(19, 88, 232, 0.1);
}

.egdh-verification-choice--telegram.egdh-verification-choice--active {
	background: #eef7fd;
}

.egdh-verification-choice--whatsapp.egdh-verification-choice--active {
	background: #effcf3;
}

.egdh-verification-warning {
	background: #fff8eb;
	border: 1px solid rgba(209, 133, 24, 0.24);
	border-radius: 12px;
	color: #7a4a08;
	display: grid;
	gap: 3px;
	padding: 12px 14px;
}

.egdh-verification-warning strong {
	color: #5f3804;
	font-size: 0.84rem;
	font-weight: 900;
}

.egdh-verification-warning span {
	font-size: 0.8rem;
	font-weight: 750;
	line-height: 1.45;
}

.egdh-telegram-verify {
	align-items: center;
	background: #f3f9fd;
	border: 1px solid rgba(34, 158, 217, 0.22);
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	padding: 14px;
}

.egdh-verification-method {
	margin-top: 2px;
}

.egdh-telegram-verify strong {
	color: var(--egdh-navy);
	display: block;
	font-size: 0.9rem;
	font-weight: 900;
	margin-bottom: 4px;
}

.egdh-telegram-verify span {
	color: var(--egdh-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.45;
}

.egdh-telegram-verify--done {
	background: #effcf6;
	border-color: rgba(15, 172, 122, 0.3);
}

.egdh-form__error,
.egdh-notice--error {
	background: rgba(185, 28, 28, 0.08);
	border: 1px solid rgba(185, 28, 28, 0.14);
	border-radius: 12px;
	color: #991b1b;
	font-size: 0.88rem;
	font-weight: 850;
	padding: 12px 14px;
}

.egdh-success-card {
	align-items: center;
	background: linear-gradient(135deg, #effcf6, #ffffff);
	display: grid;
	justify-items: center;
	min-height: 100%;
	padding: 34px;
	text-align: center;
}

.egdh-success-card--top {
	display: flex;
	gap: 18px;
	justify-content: flex-start;
	margin: 20px 0 28px;
	min-height: 0;
	text-align: left;
}

.egdh-success-card__icon {
	align-items: center;
	background: #ffffff;
	border: 4px solid var(--egdh-teal);
	border-radius: 50%;
	color: var(--egdh-teal);
	display: flex;
	font-size: 46px;
	font-weight: 900;
	height: 104px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
	width: 104px;
}

.egdh-success-card--top .egdh-success-card__icon {
	border-width: 3px;
	font-size: 24px;
	height: 54px;
	margin: 0;
	min-width: 54px;
	width: 54px;
}

.egdh-success-card p {
	color: var(--egdh-text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 440px;
}

.egdh-trust-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.egdh-trust-card {
	align-items: start;
	display: grid;
	column-gap: 18px;
	grid-template-columns: 70px 1fr;
	grid-template-rows: auto auto;
	padding: 24px;
}

.egdh-trust-card__icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(19, 88, 232, 0.12), rgba(19, 88, 232, 0.03));
	border: 1px solid rgba(19, 88, 232, 0.2);
	border-radius: 50%;
	color: var(--egdh-blue);
	display: flex;
	font-size: 1.35rem;
	font-weight: 900;
	grid-row: 1 / span 2;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.egdh-trust-card:nth-child(2) .egdh-trust-card__icon {
	background: linear-gradient(135deg, rgba(15, 172, 122, 0.14), rgba(15, 172, 122, 0.04));
	border-color: rgba(15, 172, 122, 0.24);
	color: var(--egdh-teal-dark);
}

.egdh-trust-card:nth-child(3) .egdh-trust-card__icon {
	background: linear-gradient(135deg, rgba(255, 116, 23, 0.13), rgba(255, 116, 23, 0.03));
	border-color: rgba(255, 116, 23, 0.2);
	color: var(--egdh-orange);
}

.egdh-trust-card h3 {
	color: var(--egdh-navy);
	font-size: 1.03rem;
	font-weight: 900;
	grid-column: 2;
	grid-row: 1;
	margin: 0 0 7px;
}

.egdh-trust-card p {
	color: var(--egdh-text);
	font-size: 0.9rem;
	font-weight: 650;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.55;
	margin: 0;
}

.egdh-empty,
.egdh-notice {
	font-weight: 850;
	padding: 18px 20px;
	text-align: center;
}

.egdh-proof {
	--egdh-proof-card-width: 192px;
	margin-top: 38px;
	padding: 8px 0 2px;
}

.egdh-proof__head {
	display: grid;
	gap: 12px;
	justify-items: center;
	margin-bottom: 22px;
	text-align: center;
}

.egdh-proof__eyebrow {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 999px;
	box-shadow: var(--egdh-soft-shadow);
	color: var(--egdh-navy);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	min-height: 36px;
	padding: 0 18px;
	text-transform: uppercase;
}

.egdh-proof__title {
	color: var(--egdh-navy);
	font-size: clamp(32px, 4.2vw, 48px);
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
	max-width: 14ch;
}

.egdh-proof__intro {
	color: var(--egdh-muted);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.72;
	margin: 0;
	max-width: 62ch;
}

.egdh-proof__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 18px;
}

.egdh-proof__filter {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--egdh-line);
	border-radius: 999px;
	box-shadow: var(--egdh-soft-shadow);
	color: var(--egdh-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.egdh-proof__filter:hover,
.egdh-proof__filter:focus {
	background: #ffffff;
	border-color: rgba(19, 88, 232, 0.28);
	transform: translateY(-1px);
}

.egdh-proof__filter.is-active {
	background: linear-gradient(135deg, #5c6feb, #4960dc);
	border-color: transparent;
	color: #ffffff;
}

.egdh-proof__rail {
	background: #ffffff;
	border: 1px solid rgba(9, 35, 76, 0.1);
	border-radius: 28px;
	box-shadow: var(--egdh-soft-shadow);
	overflow: hidden;
	padding: 14px;
}

.egdh-proof__belt {
	display: flex;
	gap: 16px;
	overflow: hidden;
	scrollbar-width: none;
}

.egdh-proof__belt::-webkit-scrollbar {
	display: none;
}

.egdh-proof-card {
	background: #ffffff;
	border: 1px solid rgba(9, 35, 76, 0.1);
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(13, 39, 84, 0.08);
	cursor: pointer;
	flex: 0 0 var(--egdh-proof-card-width);
	overflow: hidden;
	padding: 0;
	transition: transform 160ms ease, box-shadow 160ms ease;
	width: var(--egdh-proof-card-width);
}

.egdh-proof-card:hover,
.egdh-proof-card:focus-visible {
	box-shadow: 0 16px 34px rgba(13, 39, 84, 0.13);
	transform: translateY(-3px);
}

.egdh-proof-card img {
	display: block;
	height: 244px;
	object-fit: cover;
	width: 100%;
}

.egdh-proof-card__caption {
	color: var(--egdh-navy);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.42;
	padding: 12px 12px 14px;
	text-align: left;
}

.egdh-proof__footer {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 16px;
}

.egdh-proof__footnote {
	color: var(--egdh-muted);
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.65;
	margin: 0;
	max-width: 55ch;
}

.egdh-proof-lightbox {
	background: transparent;
	border: 0;
	padding: 0;
}

.egdh-proof-lightbox::backdrop {
	background: rgba(8, 17, 30, 0.54);
	backdrop-filter: blur(8px);
}

.egdh-proof-lightbox__panel {
	background: #ffffff;
	border: 1px solid rgba(9, 35, 76, 0.1);
	border-radius: 24px;
	box-shadow: 0 28px 72px rgba(8, 17, 30, 0.22);
	overflow: hidden;
	width: min(94vw, 900px);
}

.egdh-proof-lightbox__top,
.egdh-proof-lightbox__foot {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 18px 20px;
}

.egdh-proof-lightbox__top {
	border-bottom: 1px solid var(--egdh-line);
}

.egdh-proof-lightbox__foot {
	border-top: 1px solid var(--egdh-line);
}

.egdh-proof-lightbox__step {
	color: var(--egdh-blue);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.egdh-proof-lightbox__title {
	color: var(--egdh-navy);
	display: block;
	font-size: 1.12rem;
	font-weight: 900;
	margin-top: 6px;
}

.egdh-proof-lightbox__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.egdh-proof-lightbox__nav {
	align-items: center;
	background: #f4f7ff;
	border: 1px solid var(--egdh-line);
	border-radius: 999px;
	color: var(--egdh-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
}

.egdh-proof-lightbox__media {
	align-items: center;
	background: #f5f8ff;
	display: flex;
	justify-content: center;
	padding: 18px;
}

.egdh-proof-lightbox__media img {
	border-radius: 18px;
	display: block;
	max-height: 72vh;
	max-width: 100%;
}

.egdh-proof-lightbox__label {
	color: var(--egdh-muted);
	font-size: 0.92rem;
	font-weight: 750;
}

@media (max-width: 1080px) {
	.egdh-hero {
		grid-template-columns: 1fr;
	}

	.egdh-dashboard {
		max-width: 680px;
	}

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

	.egdh-steps,
	.egdh-join-panel {
		grid-template-columns: 1fr;
	}

	.egdh-step:not(:last-child)::after {
		display: none;
	}

	.egdh-steps {
		gap: 24px;
	}
}

@media (max-width: 720px) {
	.egdh-wrapper {
		padding: 20px 16px 54px;
	}

	.egdh-wrapper::before {
		display: none;
	}

	.egdh-hero {
		gap: 34px;
		min-height: 0;
	}

	.egdh-hero h1 {
		font-size: clamp(34px, 12vw, 44px);
	}

	.egdh-hero__actions,
	.egdh-button {
		width: 100%;
	}

	.egdh-dashboard {
		padding-left: 0;
	}

	.egdh-dashboard__rail {
		display: none;
	}

	.egdh-dashboard__content {
		border-radius: 22px;
	}

	.egdh-dashboard__header,
	.egdh-group-card__count,
	.egdh-success-card--top {
		display: grid;
	}

	.egdh-metrics,
	.egdh-mini-visuals,
	.egdh-group-grid,
	.egdh-verification__choices,
	.egdh-trust-grid {
		grid-template-columns: 1fr;
	}

	.egdh-group-card__top {
		grid-template-columns: 48px 1fr;
	}

	.egdh-badge {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.egdh-step {
		grid-template-columns: 56px 1fr;
		min-height: 0;
		padding: 18px;
	}

	.egdh-step__icon {
		height: 56px;
		width: 56px;
	}

	.egdh-step__icon svg {
		height: 31px;
		width: 31px;
	}

	.egdh-form-card,
	.egdh-success-card,
	.egdh-trust-card {
		padding: 20px;
	}

	.egdh-proof {
		--egdh-proof-card-width: 164px;
	}

	.egdh-proof__footer,
	.egdh-proof-lightbox__top,
	.egdh-proof-lightbox__foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.egdh-proof .egdh-button {
		width: 100%;
	}
}
