.zoowai-sixth-act {
	position: relative;
	z-index: 8;
	padding: clamp(88px, 9vw, 132px) 0 clamp(104px, 11vw, 156px);
	overflow: clip;
	isolation: isolate;
	background: transparent;
}

.zoowai-sixth-act::before {
	content: "";
	position: absolute;
	inset: 3% 4% 1%;
	z-index: -1;
	background: radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.48), transparent 58%);
	pointer-events: none;
}

.zoowai-sixth-shell {
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
}

.zoowai-sixth-media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(126, 193, 225, 0.38);
	border-radius: 30px;
	background: #06111d;
	box-shadow:
		0 34px 100px rgba(30, 91, 132, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	isolation: isolate;
}

.zoowai-sixth-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #06111d;
}

.zoowai-sixth-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(4, 15, 26, 0.28), transparent 20%, transparent 76%, rgba(4, 15, 26, 0.38)),
		radial-gradient(circle at center, transparent 48%, rgba(3, 14, 24, 0.17) 100%);
	pointer-events: none;
}

.zoowai-sixth-copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	align-items: start;
	justify-items: start;
	padding: clamp(28px, 4vw, 64px);
	color: #f5fbff;
	text-align: left;
	pointer-events: none;
	will-change: opacity, transform;
	transition:
		opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zoowai-sixth-copy h2 {
	margin: 0;
	max-width: min(480px, 48%);
	color: inherit;
	font-family: inherit;
	font-size: clamp(30px, 3.2vw, 54px);
	font-weight: 820;
	line-height: 0.94;
	letter-spacing: -0.045em;
	white-space: normal;
	text-wrap: balance;
	text-shadow: 0 12px 36px rgba(0, 18, 32, 0.52);
}

.zoowai-sixth-act.is-title-hidden .zoowai-sixth-copy {
	opacity: 0;
	transform: translateY(-10px) scale(1.008);
}

.zoowai-sixth-act.is-title-resetting .zoowai-sixth-copy {
	transition: none;
}

.zoowai-sixth-act.is-video-blocked .zoowai-sixth-copy {
	opacity: 1;
	transform: none;
}

.zoowai-sixth-controls {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin-top: 16px;
	padding: 13px 16px;
	border: 1px solid rgba(104, 176, 215, 0.3);
	border-radius: 22px;
	background: rgba(247, 252, 255, 0.78);
	box-shadow:
		0 18px 48px rgba(35, 99, 139, 0.11),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px) saturate(1.15);
	-webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.zoowai-sixth-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 96px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(12, 92, 140, 0.3);
	border-radius: 999px;
	background: #0b5f91;
	color: #f6fbff;
	font: inherit;
	font-size: 12px;
	font-weight: 820;
	line-height: 1;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.zoowai-sixth-play:hover,
.zoowai-sixth-play:focus-visible {
	border-color: rgba(7, 75, 115, 0.52);
	background: #084f7a;
}

.zoowai-sixth-play:focus-visible,
.zoowai-sixth-progress:focus-visible {
	outline: 3px solid rgba(47, 155, 211, 0.34);
	outline-offset: 3px;
}

.zoowai-sixth-play .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
	line-height: 17px;
}

.zoowai-sixth-progress {
	--progress: 0%;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.zoowai-sixth-progress::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #168bd0 0 var(--progress), rgba(42, 111, 153, 0.16) var(--progress) 100%);
}

.zoowai-sixth-progress::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	margin-top: -6px;
	border: 3px solid #f6fbff;
	border-radius: 50%;
	background: #168bd0;
	box-shadow: 0 3px 12px rgba(17, 91, 135, 0.3);
	appearance: none;
	-webkit-appearance: none;
}

.zoowai-sixth-progress::-moz-range-track {
	height: 4px;
	border-radius: 999px;
	background: rgba(42, 111, 153, 0.16);
}

.zoowai-sixth-progress::-moz-range-progress {
	height: 4px;
	border-radius: 999px;
	background: #168bd0;
}

.zoowai-sixth-progress::-moz-range-thumb {
	width: 11px;
	height: 11px;
	border: 3px solid #f6fbff;
	border-radius: 50%;
	background: #168bd0;
	box-shadow: 0 3px 12px rgba(17, 91, 135, 0.3);
}

.zoowai-sixth-time {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 92px;
	color: rgba(9, 53, 82, 0.66);
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	font-weight: 760;
}

@media (max-width: 900px) {
	.zoowai-sixth-act {
		padding: 84px 0 110px;
	}

	.zoowai-sixth-shell {
		width: min(100% - 32px, 860px);
	}

	.zoowai-sixth-media {
		border-radius: 24px;
	}

	.zoowai-sixth-copy h2 {
		max-width: min(420px, 46%);
		font-size: clamp(28px, 4.8vw, 42px);
	}
}

@media (max-width: 600px) {
	.zoowai-sixth-act {
		padding: 72px 0 92px;
	}

	.zoowai-sixth-shell {
		width: calc(100% - 24px);
	}

	.zoowai-sixth-media {
		border-radius: 20px;
	}

	.zoowai-sixth-copy {
		align-items: end;
		justify-items: start;
		padding: 18px;
	}

	.zoowai-sixth-copy h2 {
		max-width: 55%;
		font-size: clamp(20px, 6.3vw, 28px);
		line-height: 0.96;
		letter-spacing: -0.035em;
	}

	.zoowai-sixth-controls {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 4px 12px;
		padding: 11px 12px;
		border-radius: 18px;
	}

	.zoowai-sixth-play {
		grid-row: 1 / span 2;
		min-width: 82px;
		min-height: 40px;
		padding: 0 13px;
	}

	.zoowai-sixth-time {
		grid-column: 2;
		justify-self: end;
		min-width: 0;
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zoowai-sixth-copy {
		will-change: auto;
		transition: none;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.zoowai-sixth-controls {
		background: #f4faff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}
