.tsw-section {
	padding:0px;
	overflow: hidden;
}

.tsw-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.tsw-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}

/* ---------- Left column ---------- */
.tsw-heading {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px 0;
}

.tsw-underline {
	width: 70px;
	height: 4px;
	border-radius: 2px;
	margin-bottom: 18px;
}

.tsw-subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: #5b6478;
	max-width: 480px;
	margin: 0 0 28px 0;
}

.tsw-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tsw-list-item {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #ffffff;
	border-radius: 14px;
	padding: 16px 22px;
	box-shadow: 0 2px 10px rgba(20, 30, 60, 0.05);
}

.tsw-icon-badge {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 78px;
	height: 46px;
	border-radius: 999px;
	padding: 0 10px;
}

.tsw-badge-icon {
	font-size: 18px;
	display: inline-flex;
	align-items: center;
}

.tsw-item-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 4px 0;
}

.tsw-item-desc {
	font-size: 14px;
	color: #4b5468;
	margin: 0;
	line-height: 1.45;
}

/* ---------- Right column / device ---------- */
.tsw-right {
	display: flex;
	justify-content: center;
}

.tsw-device-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tsw-device-image {
	max-width: 90%;
	height: auto;
	position: relative;
	z-index: 3;
}

.tsw-orbit-ring {
	position: absolute;
	width: 78%;
	height: 78%;
	border: 2px dashed #c7d3f7;
	border-radius: 50%;
	z-index: 0;
}

.tsw-podium {
	position: absolute;
	bottom: 4%;
	width: 62%;
	height: 14%;
	background: radial-gradient(ellipse at center, #dbe4ff 0%, rgba(219, 228, 255, 0) 75%);
	border-radius: 50%;
	z-index: 1;
}

.tsw-orbit-icon {
	position: absolute;
	width: 56px;
	height: 56px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 0 4px 14px rgba(20, 30, 60, 0.12);
	z-index: 4;
}

.tsw-pos-top-left     { top: 12%;  left: -2%; }
.tsw-pos-mid-left     { top: 42%;  left: -8%; }
.tsw-pos-bottom-left  { top: 72%;  left: -2%; }
.tsw-pos-top-right    { top: 10%;  right: -4%; }
.tsw-pos-mid-right    { top: 42%;  right: -10%; }
.tsw-pos-bottom-right { top: 72%;  right: -4%; }

.tsw-phone {
	position: relative;
	z-index: 2;
	width: 62%;
	aspect-ratio: 9 / 18.5;
	background: #14151b;
	border-radius: 34px;
	padding: 10px;
	box-shadow: 0 20px 40px rgba(20, 30, 60, 0.25);
	transform: rotate(4deg);
}

.tsw-phone-screen {
	width: 100%;
	height: 100%;
	border-radius: 24px;
	padding: 20px 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
}

.tsw-phone-brand {
	display: flex;
	flex-direction: column;
	margin-bottom: 6px;
}

.tsw-phone-title {
	font-weight: 800;
	font-size: 17px;
}

.tsw-phone-tagline {
	font-size: 10px;
	opacity: 0.85;
}

.tsw-app-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.tsw-app-tile {
	aspect-ratio: 1.5 / 1;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.tsw-tile-white  { background: #ffffff; color: #2F6BFF; }
.tsw-tile-purple { background: #8a4ce0; color: #fff; }
.tsw-tile-orange { background: #ff8a1e; color: #fff; }

.tsw-app-stat {
	position: relative;
	background: #ffffff;
	border-radius: 12px;
	height: 56px;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 6px 10px;
	overflow: hidden;
}

.tsw-sparkline {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tsw-stat-value {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #1DB954;
	background: rgba(255, 255, 255, 0.9);
	padding: 2px 4px;
	border-radius: 4px;
}

.tsw-app-code {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	height: 40px;
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 12px;
}

.tsw-code-icon {
	font-size: 12px;
	font-weight: 700;
	opacity: 0.9;
}

.tsw-code-line {
	flex: 1;
	height: 6px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.35);
}

/* ---------- Bottom banner ---------- */
.tsw-banner {
	margin-top: 44px;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px 28px;
	display: flex;
	align-items: center;
	gap: 24px;
	border:1px solid #ededed;
	box-shadow: 0 2px 10px rgba(20, 30, 60, 0.05);
}

.tsw-banner-left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
}

.tsw-banner-icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}
.tsw-banner-icon svg { fill:#fff; }
.tsw-banner-text {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #0B1739;
	line-height: 1.4;
}

.tsw-banner-divider {
	width: 1px;
	align-self: stretch;
	background: #e3e7f3;
}

.tsw-banner-right-icon {
	font-size: 26px;
	flex: 0 0 auto;
}
.mobileapp svg { width:20px; }
/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.tsw-grid {
		grid-template-columns: 1fr;
	}
	.tsw-right {
		order: -1;
		margin-bottom: 30px;
	}
	.tsw-heading {
		font-size: 32px;
	}
	.tsw-banner {
		flex-wrap: wrap;
	}
	.tsw-banner-divider {
		display: none;
	}
}
