.elementor-widget-ednc-fast-support {
	width: 100%;
}

.ednc-fast-dash {
	--line: #e8eef6;
	--text: #0f172a;
	--muted: #64748b;
	--ice: #0f172a;
	--accent: #14457f;
	box-sizing: border-box;
	font-family: Pretendard, system-ui, -apple-system, sans-serif;
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #e8eef6;
	color: var(--text);
	border-radius: 18px;
	padding: 36px 40px 40px;
	box-shadow: 0 10px 28px rgba(20, 69, 127, 0.06);
	position: relative;
	overflow: hidden;
}

.ednc-fast-dash::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, #14457f 0%, #3a72ce 100%);
}

.ednc-fast-dash *,
.ednc-fast-dash *::before,
.ednc-fast-dash *::after {
	box-sizing: border-box;
}

.ednc-fast-dash a {
	color: inherit;
}

.ednc-fast-dash__head {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	padding: 0 0 22px;
	margin: 0 0 28px;
	border-bottom: 1px solid var(--line);
}

.ednc-fast-dash__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px 6px 10px;
	border-radius: 999px;
	background: #eef3f9;
	color: #14457f;
	border: 1px solid #d7e2ef;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none;
}

.ednc-fast-dash__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex: 0 0 auto;
	background: #16a34a;
	box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
	animation: ednc-fast-pulse 2.2s ease-out infinite;
}

@keyframes ednc-fast-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
	}
	70% {
		box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
	}
}

.ednc-fast-dash__lead {
	margin: 0;
	font-size: 18px;
	font-weight: 650;
	letter-spacing: -0.3px;
	color: var(--ice);
	line-height: 1.35;
}

.ednc-fast-dash__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
}

.ednc-fast-dash__left {
	padding: 4px 40px 0 0;
	min-width: 0;
}

.ednc-fast-dash__right {
	padding: 4px 0 0 40px;
	border-left: 1px solid var(--line);
	min-width: 0;
}

.ednc-fast-dash__kicker {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--muted);
}

.ednc-fast-dash__desc {
	margin: 0 0 22px;
	font-size: 15.5px;
	line-height: 1.75;
	color: #475569;
}

.ednc-fast-dash__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
}

.ednc-fast-action {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: #f7f9fc;
	border-width: 1px;
	border-style: solid;
	border-color: #e8eef6;
	border-radius: 14px;
	text-decoration: none;
	color: var(--ice);
	min-height: 0;
	min-width: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.ednc-fast-action > span:last-child {
	min-width: 0;
	flex: 1;
}

.ednc-fast-action:hover,
.ednc-fast-action:focus {
	transform: translateY(-2px);
	background: #ffffff;
	border-color: #14457f;
	box-shadow: 0 8px 18px rgba(20, 69, 127, 0.08);
	color: var(--ice);
}

.ednc-fast-action__ico {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef3f9;
	color: #14457f;
}

.ednc-fast-action__ico svg {
	width: 20px;
	height: 20px;
}

.ednc-fast-action__title {
	display: block;
	margin: 0 0 3px;
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: -0.2px;
	line-height: 1.2;
	word-break: keep-all;
}

.ednc-fast-action__sub {
	display: block;
	font-size: 12.5px;
	line-height: 1.4;
	color: var(--muted);
	font-weight: 500;
	word-break: keep-all;
}

.ednc-fast-phone-label {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: var(--muted);
}

.ednc-fast-phone {
	display: inline-block;
	margin: 0 0 22px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: -1.2px;
	line-height: 1.1;
	color: #14457f;
	text-decoration: none;
}

.ednc-fast-phone:hover,
.ednc-fast-phone:focus {
	color: #0e3565;
}

.ednc-fast-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.ednc-fast-list li,
.ednc-fast-list a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: #334155;
}

.ednc-fast-list svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	color: #14457f;
}

.ednc-fast-list span {
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
}

.ednc-fast-list .ednc-fast-mail {
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.ednc-fast-dash {
		padding: 32px 28px 32px;
	}

	.ednc-fast-dash__left {
		padding-right: 28px;
	}

	.ednc-fast-dash__right {
		padding-left: 28px;
	}
}

@media (max-width: 960px) {
	.ednc-fast-dash {
		padding: 28px 22px 26px;
		border-radius: 16px;
	}

	.ednc-fast-dash__lead {
		font-size: 16px;
	}

	.ednc-fast-dash__grid {
		grid-template-columns: 1fr;
	}

	.ednc-fast-dash__left {
		padding: 0 0 24px;
	}

	.ednc-fast-dash__right {
		padding: 24px 0 0;
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.ednc-fast-dash__actions {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.ednc-fast-phone {
		font-size: 1.6rem;
	}

	.ednc-fast-list .ednc-fast-mail {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.ednc-fast-dash {
		padding: 22px 16px 20px;
	}

	.ednc-fast-dash__head {
		padding-bottom: 16px;
		margin-bottom: 20px;
		gap: 10px;
	}

	.ednc-fast-dash__actions {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ednc-fast-action {
		padding: 12px 14px;
		gap: 10px;
	}

	.ednc-fast-action__ico {
		width: 36px;
		height: 36px;
		border-radius: 9px;
	}

	.ednc-fast-action__ico svg {
		width: 18px;
		height: 18px;
	}

	.ednc-fast-action__title {
		font-size: 15px;
	}

	.ednc-fast-dash__left {
		padding-bottom: 20px;
	}

	.ednc-fast-dash__right {
		padding-top: 20px;
	}
}
