.hero {
	position: relative;
	background: radial-gradient(1200px 600px at -10% -20%, #5a39ff55, transparent),
		radial-gradient(1000px 600px at 110% -10%, #ec489955, transparent),
		linear-gradient(135deg, #1a0d3a 0%, #2d1b69 50%, #4a2c7a 100%);
	height: 100vh;
}

.hero .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 96px 24px 48px 24px;
}
.eyebrow {
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #bba7ff;
	margin-bottom: 18px;
}
.hero h1 {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px 0;
}
.hero h1 .break {
	display: block;
}
.hero .cta {
	margin-top: 28px;
}
.cta .btn-primary {
	background: #a78bfa;
	color: #fff;
	padding: 12px 22px;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.values-card {
	max-width: 1280px;
	margin: 56px auto;
	background: radial-gradient(900px 360px at 30% 0%, rgba(167, 139, 250, 0.18), transparent),
		radial-gradient(900px 360px at 70% 20%, rgba(236, 72, 153, 0.14), transparent),
		rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	padding: 56px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 30px 80px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	box-sizing: border-box;
	backdrop-filter: blur(8px);
}

.values-card h3 {
	text-align: center;
	font-weight: 800;
	font-size: 2.6rem;
	margin: 0 0 16px 0;
	color: #fff;
}

.values-card p.sub {
	text-align: center;
	color: #e7e2ff;
	opacity: 0.92;
	margin: 0 auto 32px auto;
	max-width: 980px;
	font-size: 1.2rem;
	line-height: 1.75;
}

.values-hr {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	margin: 0 0 48px 0;
}

.values-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 60px;
	max-width: 1100px;
	margin: 0 auto;
}

.value {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.value .icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(167, 139, 250, 0.15);
	border-radius: 12px;
	padding: 12px;
}

.value .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.value h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.value p {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 900px) {
	.values-card {
		padding: 40px 24px;
	}

	.values-card h3 {
		font-size: 2rem;
	}

	.values-card p.sub {
		font-size: 1rem;
	}

	.values-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.value .icon {
		width: 48px;
		height: 48px;
	}
}
.value h4 {
	margin: 0 0 8px 0;
	font-size: 1.35rem;
	font-weight: 700;
	text-align: left;
	max-width: 305px;
}
.value p {
	margin: 0;
	color: #e7e2ffcc;
	font-size: 1rem;
	line-height: 1.8;
	overflow-wrap: anywhere;
	text-align: left;
	max-width: 305px;
}
@media (max-width: 900px) {
	.values-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.values-card {
		padding: 36px 24px;
	}
	.values-card h3 {
		font-size: 2rem;
	}
	.values-card p.sub {
		font-size: 1.05rem;
	}
}

.join {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px;
	text-align: center;
}
.join h2 {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 10px 0;
}
.join p {
	margin: 0 auto;
	max-width: 820px;
	font-size: 1.15rem;
	color: #e7e2ffcc;
}

.positions {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
}
.positions h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 800;
	margin: 12px 0 28px 0;
}
.section-label {
	color: #bba7ff;
	font-weight: 800;
	letter-spacing: 0.12em;
	font-size: 0.82rem;
	margin: 28px 0 12px 4px;
}
.job {
	background: #21134a;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	padding: 18px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}
.job h4 {
	margin: 0 0 8px 0;
	font-size: 1.05rem;
}
.job p {
	margin: 0;
	color: #e7e2ffcc;
	font-size: 0.95rem;
}
.meta {
	display: flex;
	gap: 18px;
	margin-top: 10px;
	color: #e7e2ffcc;
	font-size: 0.9rem;
}
.apply-btn {
	background: #a78bfa;
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 9999px;
	font-weight: 700;
	white-space: nowrap;
}

.cta-band {
	background: #3918a7;
	border-radius: 32px;
	box-shadow: 0 0 40px 0 #2d186a44;
	margin: 64px auto 0 auto;
	max-width: 1100px;
	padding: 56px 32px 64px 32px;
	position: relative;
	overflow: hidden;
	margin-bottom: 64px;
	text-align: center;
}
.cta-band h3 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.cta-band p {
	font-size: 1.18rem;
	color: #fff;
	margin-bottom: 36px;
}
.cta-actions {
	display: flex;
	gap: 28px;
	justify-content: center;
	align-items: center;
}
.cta-actions a {
	padding: 18px 36px;
	border-radius: 32px;
	font-weight: 600;
	font-size: 1.15rem;
	box-shadow: 0 2px 12px 0 #0001;
	transition: box-shadow 0.2s;
	text-decoration: none;
}
.cta-primary {
	background: linear-gradient(90deg, #7b5cff 0%, #ff4fcf 100%);
	color: #fff;
}
.cta-secondary {
	background: #fff;
	color: #181028;
}

.careers-section {
	/* background: linear-gradient(135deg, #4a148c 0%, #1a237e 100%); */
	padding: 80px 40px;
	color: #fff;
	overflow: hidden;
}

.careers-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.careers-left {
	flex: 1;
	max-width: 500px;
	text-align: left !important;
}

.careers-badge {
	display: inline-block;
	background: rgba(168, 85, 247, 0.5);
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.careers-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 32px;
	color: #fff;
}

.careers-btn {
	background: linear-gradient(
		90deg,
		rgba(118, 18, 249, 1) 0%,
		rgba(151, 71, 255, 1) 50%,
		rgba(219, 74, 224, 1) 100%
	) !important;
	color: #fff;
	padding: 14px 32px;
	border: none;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.careers-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.4);
}

.careers-right {
	flex: 1;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
}

.careers-right img {
	width: 100%;
	object-fit: contain;
	/* text-align: left !important; */
}

.image-placeholder.small {
	width: 140px;
	/* height: 140px; */
	top: 60px;
	right: 0;
	transform: rotate(-5deg);
	z-index: 1;
}

.image-placeholder {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	overflow: hidden;
}

.image-placeholder.large {
	width: 200px;
	/* height: 260px; */
	top: 0;
	left: 0;
	transform: rotate(-3deg);
}

.image-placeholder.medium {
	width: 180px;
	/* height: 180px; */
	bottom: 80px;
	left: 140px;
	transform: rotate(5deg);
	z-index: 2;
}

@media (max-width: 900px) {
	.careers-container {
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}

	.careers-left {
		max-width: 100%;
		text-align: left !important;
	}

	.careers-right {
		min-height: 300px;
		justify-content: center;
	}

	.careers-title {
		font-size: 2rem;
	}
}

@media (max-width: 425px) {
	.image-placeholder.large {
		width: 125px;
	}
	.image-placeholder.medium {
		width: 110px;
	}
	.image-placeholder.small {
		width: 80px;
	}
}
