/* ==========================================================================
   Techcmantix – Why Choose Us Widget
   ========================================================================== */

.tcx-wcu-wrapper {
	--tcx-blue: #2563eb;
	font-family: inherit;
}

.tcx-wcu-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	align-items: center;
	gap: 60px;
}

.tcx-wcu-grid.no-visual {
	grid-template-columns: 1fr;
}

/* ---------- Header ---------- */

.tcx-wcu-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--tcx-blue);
	border-bottom: 2px solid var(--tcx-blue);
	padding-bottom: 6px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.tcx-wcu-heading {
	font-size: 34px;
	line-height: 1.25;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 16px;
}

.tcx-wcu-heading .tcx-highlight {
	color: var(--tcx-blue);
	display: inline;
}

.tcx-wcu-intro {
	font-size: 16px;
	line-height: 1.7;
	color: #475569;
	max-width: 620px;
	margin: 0 0 28px;
}

/* ---------- Feature rows ---------- */

.tcx-wcu-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 28px;
}

.tcx-wcu-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #ffffff;
	border: 1px solid #eef1f6;
	border-radius: 12px;
	padding: 16px 18px;
	position: relative;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tcx-wcu-feature:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.tcx-wcu-feature-icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.tcx-wcu-feature-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.tcx-wcu-feature-bar {
	flex: 0 0 auto;
	width: 3px;
	align-self: stretch;
	border-radius: 3px;
	min-height: 36px;
}

.tcx-wcu-feature-text {
	flex: 1 1 auto;
}

.tcx-wcu-feature-title {
	font-size: 17px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 4px;
}

.tcx-wcu-feature-desc {
	font-size: 14.5px;
	line-height: 1.6;
	color: #64748b;
}

/* ---------- Banner ---------- */

.tcx-wcu-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #C91C00;
	border-radius: 14px;
	padding: 20px 24px;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(29, 78, 216, 0.25);
}

.tcx-wcu-banner-icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.tcx-wcu-banner-icon svg {
	width: 20px;
	height: 20px;
	fill: #ffffff;
}

.tcx-wcu-banner-text {
	font-size: 15.5px;
	line-height: 1.6;
	font-weight: 500;
}

.tcx-wcu-banner-text .tcx-highlight {
	color: #fff;
	font-weight: 700;
}

/* ---------- Visual column ---------- */

.tcx-wcu-visual {
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
	min-height: 560px;
}

.tcx-wcu-orbit-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	height: 92%;
	max-width: 420px;
	max-height: 420px;
	border: 1.5px dashed #cbd5e1;
	border-radius: 50%;
	z-index: 0;
}

/* ---------- Phone ---------- */

.tcx-wcu-phone {
	position: relative;
	z-index: 2;
	width: 240px;
	background: #0f172a;
	border-radius: 34px;
	padding: 12px 10px;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25);
}

.tcx-wcu-phone-notch {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 18px;
	background: #0f172a;
	border-radius: 0 0 14px 14px;
	z-index: 3;
}

.tcx-wcu-phone-screen {
	position: relative;
	background: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	min-height: 460px;
}

.tcx-wcu-phone-screen img {
	display: block;
	width: 100%;
	height: auto;
}

.tcx-wcu-phone-platform {
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	height: 46px;
	background: radial-gradient(ellipse at center, #93c5fd 0%, #bfdbfe 60%, transparent 75%);
	border-radius: 50%;
	filter: blur(2px);
	z-index: 1;
}

/* Placeholder dashboard content (shown when no image chosen) */

.tcx-wcu-phone-placeholder {
	padding: 30px 16px 16px;
	font-family: inherit;
}

.tcx-wcu-ph-brand {
	font-size: 18px;
	font-weight: 800;
	color: var(--tcx-blue);
}

.tcx-wcu-ph-tagline {
	font-size: 10px;
	color: #94a3b8;
	margin-bottom: 16px;
}

.tcx-wcu-ph-card {
	background: #f8fafc;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #64748b;
}

.tcx-wcu-ph-card strong {
	display: block;
	font-size: 16px;
	color: #0f172a;
	margin-top: 4px;
}

.tcx-wcu-ph-card.tall {
	min-height: 90px;
}

.tcx-wcu-ph-chart {
	margin-top: 10px;
	height: 50px;
	background: linear-gradient(120deg, transparent 0%, transparent 100%);
	background-image: linear-gradient(to top right, rgba(37,99,235,0.08), transparent 60%);
	border-bottom: 2px solid var(--tcx-blue);
	border-radius: 4px;
}

.tcx-wcu-ph-row {
	display: flex;
	gap: 10px;
}

.tcx-wcu-ph-row .tcx-wcu-ph-card {
	flex: 1;
}

.tcx-wcu-ph-ring {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 8px solid var(--tcx-blue);
	border-bottom-color: #10b981;
	border-left-color: #f59e0b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	margin-top: 8px;
}

/* ---------- Orbit badges ---------- */

.tcx-wcu-badge {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	width: 96px;
}

.tcx-wcu-badge-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.tcx-wcu-badge-icon svg {
	width: 22px;
	height: 22px;
	fill: #ffffff;
}

.tcx-wcu-badge-label {
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.tcx-pos-top-left {
	top: 4%;
	left: -6%;
}

.tcx-pos-mid-left {
	top: 42%;
	left: -14%;
}

.tcx-pos-bottom-left {
	bottom: 8%;
	left: -6%;
}

.tcx-pos-top-right {
	top: 20%;
	right: -14%;
}

.tcx-pos-bottom-right {
	bottom: 22%;
	right: -14%;
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
	.tcx-wcu-grid {
		grid-template-columns: 1fr;
	}

	.tcx-wcu-visual {
		min-height: 520px;
		margin-top: 40px;
	}

	.tcx-pos-mid-left,
	.tcx-pos-top-right,
	.tcx-pos-bottom-right,
	.tcx-pos-top-left,
	.tcx-pos-bottom-left {
		display: none;
	}
}

@media (max-width: 600px) {
	.tcx-wcu-heading {
		font-size: 26px;
	}

	.tcx-wcu-phone {
		width: 200px;
	}

	.tcx-wcu-banner {
		flex-direction: column;
		text-align: center;
	}
}
