/* Techcmantix Audience Section Widget */

.tcmx-audience-section {
	--tcmx-radius: 20px;
	font-family: inherit;
	box-sizing: border-box;
}
.tcmx-audience-section * {
	box-sizing: border-box;
}

.tcmx-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 56px;
	align-items: start;
}

@media (max-width: 900px) {
	.tcmx-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* ---------- LEFT COLUMN ---------- */
.tcmx-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.tcmx-title {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 14px;
}

.tcmx-underline {
	width: 46px;
	height: 4px;
	border-radius: 2px;
	margin-bottom: 20px;
}
.tcmx-underline-sm {
	margin-bottom: 24px;
}

.tcmx-desc {
	font-size: 16px;
	line-height: 1.7;
	max-width: 480px;
	margin: 0 0 40px;
}

/* ---------- PHONE MOCKUP ---------- */
.tcmx-phone-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 30px 10px 40px;
	max-width: 420px;
}

.tcmx-phone-podium {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 78%;
	z-index: 0;
}

.tcmx-podium-ring {
	width: 100%;
	border-radius: 999px;
	margin: 0 auto;
}
.tcmx-podium-ring-1 {
	height: 18px;
	background: #e2e8ff;
}
.tcmx-podium-ring-2 {
	height: 14px;
	width: 90%;
	margin-top: -6px;
	background: linear-gradient(90deg, #6366f1, #4338ca);
}

.tcmx-phone {
	position: relative;
	z-index: 2;
	width: 230px;
	background: #111827;
	border-radius: 34px;
	padding: 12px;
	box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.35);
}

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

.tcmx-phone-screen {
	position: relative;
	background: linear-gradient(160deg, #2563eb 0%, var(--tcmx-screen-end, #1d4ed8) 100%);
	border-radius: 24px;
	padding: 34px 14px 18px;
	min-height: 420px;
	overflow: hidden;
}

.tcmx-phone-custom-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.tcmx-phone-brand {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 16px;
}

.tcmx-stat-card {
	background: #fff;
	border-radius: 14px;
	padding: 14px 16px 10px;
	margin-bottom: 12px;
}

.tcmx-stat-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.tcmx-stat-label {
	font-size: 13px;
	color: #64748b;
	font-weight: 600;
}

.tcmx-stat-value {
	font-size: 16px;
	color: #16a34a;
	font-weight: 800;
}

.tcmx-stat-graph {
	width: 100%;
	height: 42px;
	display: block;
}

.tcmx-tiles-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.tcmx-tile {
	background: #fff;
	border-radius: 12px;
	padding: 14px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.tcmx-tile-icon {
	font-size: 20px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: currentColor;
	border-radius: 50%;
}
.tcmx-tile-icon i,
.tcmx-tile-icon svg {
	color: #fff;
	font-size: 15px;
	width: 15px;
	height: 15px;
}

.tcmx-tile-label {
	font-size: 12px;
	font-weight: 600;
	color: #334155;
}

/* Floating badges */
.tcmx-float-badge {
	position: absolute;
	z-index: 3;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	box-shadow: 0 14px 30px -10px rgba(15, 23, 42, 0.35);
}
.tcmx-float-badge i,
.tcmx-float-badge svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.tcmx-float-left {
	left: -6px;
	top: 45%;
	transform: rotate(-6deg);
}
.tcmx-float-top-right {
	right: 6%;
	top: 10%;
	transform: rotate(6deg);
}
.tcmx-float-bottom-right {
	right: -2%;
	bottom: 20%;
	transform: rotate(-4deg);
}

/* ---------- RIGHT COLUMN ---------- */
.tcmx-right-heading {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 10px;
	color: #0f172a;
}

.tcmx-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tcmx-card {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border-radius: var(--tcmx-radius);
	border-left: 4px solid transparent;
}

@media (max-width: 560px) {
	.tcmx-card {
		flex-direction: column;
		align-items: flex-start;
	}
}

.tcmx-card-media {
	flex: 0 0 84px;
	width: 84px;
	height: 84px;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}

.tcmx-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tcmx-card-body {
	flex: 1;
}

.tcmx-card-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.tcmx-card-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
}
.tcmx-card-icon i,
.tcmx-card-icon svg {
	width: 15px;
	height: 15px;
	color: #fff;
	fill: #fff;
}

.tcmx-card-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: #0f172a;
	line-height: 1.3;
}

.tcmx-card-desc {
	font-size: 14.5px;
	line-height: 1.65;
	margin: 0;
}

/* ---------- CTA BAR ---------- */
.tcmx-cta-bar {
	margin-top: 44px;
	display: flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 22px 28px;
	box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.25);
}

@media (max-width: 640px) {
	.tcmx-cta-bar {
		flex-direction: column;
		align-items: flex-start;
	}
}

.tcmx-cta-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #2563eb;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.tcmx-cta-icon i,
.tcmx-cta-icon svg {
	width: 18px;
	height: 18px;
	color: #fff;
	fill: #fff;
}

.tcmx-cta-text {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.7;
	color: #1e293b;
}

.tcmx-cta-link {
	color: #c91c00;
	font-weight: 700;
	text-decoration: none;
}
.tcmx-cta-link:hover {
	color:#000;
}
