body {
	background: #f4f6f8;
}

.container {
	margin-top: 40px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

a {
	color: var(--brand-primary);
}

.unlock-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90vh;
	margin-top: 0;
	max-width: 1100px;
}

.unlock-card {
	margin: 0;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.unlock-card .card-content {
	padding: 32px;
}

.unlock-card .input-field {
	margin: 0;
}

.unlock-card .input-field.first {
	margin-top: 2.5rem;
}

.unlock-card .card-image {
	position: relative;
	min-width: 50%;
}

.unlock-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	transition: background 0.2s;
}

.play-overlay:hover {
	background: rgba(0, 0, 0, 0.2);
}

.play-overlay i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.85);
	transition: opacity 0.2s;
}

.play-overlay:hover i {
	opacity: 0.7;
}

.unlock-card .card-content h5 {
	margin-top: 0;
	font-weight: 600;
}

.warning-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	padding: 14px 16px;
	background: #fff8e1;
	border-left: 4px solid #f9a825;
	border-radius: 4px;
	color: #5d4037;
}

.warning-banner i {
	color: #f9a825;
	font-size: 24px;
}

.unlock-subtitle {
	margin-bottom: 40px;
}

.schedule-btn {
	margin-top: 24px;
}

.video-actions {
	margin-top: 24px;
}

.unlock-card .card-action {
	border-top: none;
	padding: 0 32px 32px;
}

.schedule-modal {
	max-width: 750px;
}

.schedule-modal .close-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.schedule-modal .close-icon i {
	font-size: 32px;
	color: #000;
}

.meeting-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px;
}

.meeting-text {
	display: flex;
	flex-direction: column;
}

.meeting-text .title {
	font-weight: 600;
}
