.bcs-demo-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 12% 8%, rgba(94, 215, 255, .18), transparent 26%),
		radial-gradient(circle at 88% 18%, rgba(28, 140, 232, .18), transparent 28%),
		linear-gradient(180deg, #050b18 0%, #0a1d35 52%, #071a33 100%);
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.8;
	overflow: hidden;
}

.bcs-demo-page * {
	box-sizing: border-box;
}

.bcs-demo-page a {
	text-decoration: none;
}

.bcs-demo-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.bcs-demo-hero {
	padding: 104px 0 46px;
}

.bcs-demo-head {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.bcs-demo-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(94, 215, 255, .12);
	color: #8edfff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
}

.bcs-demo-head h1 {
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.bcs-demo-lead {
	max-width: 820px;
	margin: 0 auto;
	color: #d8e9f7;
	font-size: 18px;
	line-height: 1.95;
}

.bcs-demo-hero-chips,
.bcs-demo-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.bcs-demo-hero-chips span,
.bcs-demo-chip-list li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 13px;
	border-radius: 999px;
	background: rgba(94, 215, 255, .12);
	color: #bcefff;
	font-size: 13px;
	font-weight: 900;
}

.bcs-demo-hero-chips {
	justify-content: center;
}

.bcs-demo-section {
	padding: 42px 0 92px;
}

.bcs-demo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.bcs-demo-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 560px;
	padding: 34px 32px 30px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
	box-shadow: 0 24px 70px rgba(0,0,0,.28);
	backdrop-filter: blur(14px);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	overflow: hidden;
}

.bcs-demo-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 6px;
	background: linear-gradient(90deg, #1c8ce8, #5ed7ff);
}

.bcs-demo-card:hover {
	transform: translateY(-6px);
	border-color: rgba(94, 215, 255, .35);
	box-shadow: 0 32px 86px rgba(0,0,0,.36);
}

.bcs-demo-badge {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(94, 215, 255, .12);
	color: #8edfff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

.bcs-demo-card h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.35;
	font-weight: 900;
}

.bcs-demo-card p {
	margin: 0;
	color: #d0e2f2;
	font-size: 16px;
	line-height: 1.9;
}

.bcs-demo-card-bottom {
	margin-top: 30px;
}

.bcs-demo-card-bottom p {
	margin-top: 14px;
	color: #9fb8cf;
	font-size: 14px;
}

.bcs-demo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	padding: 15px 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, #1c8ce8, #5ed7ff);
	color: #fff !important;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	box-shadow: 0 16px 32px rgba(28, 140, 232, .26);
}

.bcs-demo-card:hover .bcs-demo-button {
	filter: brightness(1.04);
}

.bcs-demo-section--closing {
	padding-top: 0;
}

.bcs-demo-look {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 34px;
	align-items: start;
	padding: 34px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	background: rgba(255,255,255,.08);
	box-shadow: 0 18px 60px rgba(0,0,0,.2);
}

.bcs-demo-look h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3.5vw, 42px);
	line-height: 1.35;
}

.bcs-demo-look ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bcs-demo-look li {
	position: relative;
	padding: 13px 16px 13px 42px;
	border-radius: 14px;
	background: rgba(94, 215, 255, .1);
	color: #e7f6ff;
	font-weight: 900;
}

.bcs-demo-look li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 1.2em;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #5ed7ff;
	box-shadow: 0 0 0 5px rgba(94, 215, 255, .12);
}

.bcs-demo-message {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.14);
	color: #d8e9f7;
	font-size: 17px;
}

@media (max-width: 900px) {
	.bcs-demo-grid,
	.bcs-demo-look {
		grid-template-columns: 1fr;
	}

	.bcs-demo-card {
		min-height: auto;
	}
}

@media (max-width: 680px) {
	.bcs-demo-shell {
		width: min(100% - 30px, 1180px);
	}

	.bcs-demo-hero {
		padding: 76px 0 30px;
	}

	.bcs-demo-head {
		text-align: left;
	}

	.bcs-demo-head h1 {
		font-size: clamp(30px, 8vw, 42px);
	}

	.bcs-demo-lead {
		font-size: 15px;
		line-height: 1.85;
	}

	.bcs-demo-hero-chips {
		justify-content: flex-start;
	}

	.bcs-demo-section {
		padding: 32px 0 68px;
	}

	.bcs-demo-card,
	.bcs-demo-look {
		padding: 26px 22px 22px;
		border-radius: 20px;
	}

	.bcs-demo-button {
		min-height: 60px;
	}
}
