.db-order-aside,
.db-order-aside * {
	box-sizing: border-box;
}

.db-order-aside {
	--db-tri-blue: #0039a6;
	--db-tri-red: #d52b1e;
	--db-ink: #0a0e1a;
	--db-ink-soft: #5a6478;
	--db-cta: #d52b1e;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	color: var(--db-ink);

	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

/* === БЛОК 1: Телефон + соцсети === */
.db-order-aside .db-order-phone-block {
	position: relative;
	background: linear-gradient(135deg, #0039a6 0%, #1e4fb8 60%, #0039a6 100%);
	color: #ffffff;
	padding: 26px 24px;
	border-radius: 16px;
	overflow: hidden;
}
.db-order-aside .db-order-phone-block::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(213, 43, 30, 0.3) 0, transparent 55%);
	pointer-events: none;
}
.db-order-aside .db-order-phone-block::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ffffff 0 33.33%, var(--db-tri-blue) 33.33% 66.66%, var(--db-tri-red) 66.66% 100%);
	opacity: 0.85;
}

.db-order-aside .db-order-phone-label {
	position: relative;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 12px;
	z-index: 1;
}

.db-order-aside .db-order-phone-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 18px;
	z-index: 1;
}
.db-order-aside .db-order-phone-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--db-cta);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(213, 43, 30, 0.4);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.db-order-aside .db-order-phone-link:hover .db-order-phone-icon {
	transform: translateY(-2px);
}
.db-order-aside .db-order-phone-icon svg {
	width: 18px;
	height: 18px;
	color: #ffffff;
}
.db-order-aside .db-order-phone-link span {
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 26px;
	letter-spacing: 0.3px;
	line-height: 1;
}

.db-order-aside .db-order-phone-socials {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	z-index: 1;
}
.db-order-aside .db-order-soc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px;
	border-radius: 10px;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	transition: transform 0.2s ease;
}
.db-order-aside .db-order-soc svg {
	width: 16px;
	height: 16px;
}
.db-order-aside .db-order-soc:hover {
	transform: translateY(-1px);
}
.db-order-aside .db-order-soc-wa {
	background: #25d366;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.db-order-aside .db-order-soc-tg {
	background: #229ed9;
	box-shadow: 0 4px 14px rgba(34, 158, 217, 0.35);
}

/* === БЛОК 2: Гарантии === */
.db-order-aside .db-order-guarantees {
	background: #ffffff;
	border: 1px solid rgba(0, 57, 166, 0.12);
	border-radius: 16px;
	padding: 24px;
	position: relative;
	overflow: hidden;
}
.db-order-aside .db-order-guarantees::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--db-tri-blue), var(--db-tri-red));
}
.db-order-aside .db-order-guarantees-title {
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--db-ink);
	margin-bottom: 18px;
	padding-bottom: 12px;
	position: relative;
}
.db-order-aside .db-order-guarantees-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	background: var(--db-cta);
}

.db-order-aside .db-order-guarantees ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.db-order-aside .db-order-guarantees li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 13px;
	align-items: flex-start;
}
.db-order-aside .db-order-guarantees li::before {
	display: none;
}
.db-order-aside .db-order-g-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--db-tri-blue) 0%, #1e56c4 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.db-order-aside .db-order-g-icon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--db-tri-red);
}
.db-order-aside .db-order-g-icon svg {
	width: 18px;
	height: 18px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.db-order-aside .db-order-guarantees h4 {
	font-size: 14px;
	font-weight: 600;
	color: var(--db-ink);
	margin: 2px 0 3px 0;
	line-height: 1.3;
}
.db-order-aside .db-order-guarantees p {
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--db-ink-soft);
	margin: 0;
}

/* === БЛОК 3: Скорость ответа === */
.db-order-aside .db-order-speed {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	background: rgba(0, 57, 166, 0.04);
	border: 1px dashed rgba(0, 57, 166, 0.25);
	border-radius: 12px;
}
.db-order-aside .db-order-speed-pulse {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	position: relative;
}
.db-order-aside .db-order-speed-pulse span {
	position: absolute;
	inset: 3px;
	background: #22c55e;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
	animation: db-pulse 2s ease-in-out infinite;
}
@keyframes db-pulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
	}
}
.db-order-aside .db-order-speed-text {
	font-size: 12.5px;
	color: var(--db-ink-soft);
	line-height: 1.4;
}
.db-order-aside .db-order-speed-text strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--db-ink);
	margin-bottom: 2px;
}

@media (max-width: 600px) {
	.db-order-aside {
		gap: 16px;
	}
	.db-order-aside .db-order-phone-block {
		padding: 22px 20px;
	}
	.db-order-aside .db-order-phone-link span {
		font-size: 22px;
	}
	.db-order-aside .db-order-guarantees {
		padding: 20px;
	}
}
