:root {
	--bcs-app-navy: #071a33;
	--bcs-app-navy-2: #0b2d55;
	--bcs-app-blue: #1c8ce8;
	--bcs-app-cyan: #5ed7ff;
	--bcs-app-ink: #10243b;
	--bcs-app-muted: #5d7086;
	--bcs-app-line: #dce8f2;
	--bcs-app-soft: #f3f8fc;
}

body.page-template-default .bcs-app-lp,
body.page .bcs-app-lp {
	margin: 0;
}

.bcs-app-lp {
	background: #fff;
	color: var(--bcs-app-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.8;
	overflow: hidden;
}

.bcs-app-lp * {
	box-sizing: border-box;
}

.bcs-app-lp a {
	text-decoration: none;
}

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

.bcs-app-hero {
	position: relative;
	min-height: 760px;
	display: grid;
	align-items: center;
	padding: 110px 0 92px;
	color: #fff;
	background:
		radial-gradient(circle at 86% 10%, rgba(94, 215, 255, .24), transparent 30%),
		linear-gradient(130deg, #06172d 0%, #082344 48%, #0d3f72 100%);
}

.bcs-app-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
}

.bcs-app-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
	gap: 54px;
	align-items: center;
}

.bcs-app-hero__copy,
.app-hero-media {
	animation: bcsAppRise .72s ease both;
}

.app-hero-media {
	animation-delay: .12s;
	width: 100%;
}

.bcs-app-kicker {
	margin: 0 0 14px;
	color: var(--bcs-app-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
}

.bcs-app-hero .bcs-app-kicker,
.bcs-app-section--navy .bcs-app-kicker {
	color: #72d8ff;
}

.bcs-app-hero h1 {
	margin: 0;
	font-size: clamp(34px, 4.7vw, 62px);
	line-height: 1.18;
	letter-spacing: 0;
}

.bcs-app-hero p {
	max-width: 720px;
	color: #d7e8f5;
}

.bcs-app-lead {
	margin-top: 28px;
	font-size: clamp(17px, 2vw, 21px);
	font-weight: 800;
	color: #fff !important;
}

.bcs-app-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.bcs-app-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border-radius: 999px;
	font-weight: 900;
	line-height: 1.35;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bcs-app-btn:hover {
	transform: translateY(-2px);
}

.bcs-app-btn--primary {
	background: linear-gradient(135deg, #1f9af2, #23c2ff);
	color: #fff !important;
	box-shadow: 0 18px 34px rgba(27, 148, 235, .32);
}

.bcs-app-btn--ghost {
	border: 1px solid rgba(255,255,255,.48);
	background: rgba(255,255,255,.08);
	color: #fff !important;
}

.bcs-app-btn--light {
	background: #fff;
	color: var(--bcs-app-navy) !important;
	box-shadow: 0 15px 28px rgba(0,0,0,.18);
}

.app-hero-video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: linear-gradient(135deg, #0f172a, #1e293b);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.app-hero-video,
.app-hero-video-frame iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	object-fit: cover;
}

.app-hero-video-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 32px;
	color: #fff;
	background:
		radial-gradient(circle at 50% 46%, rgba(94, 215, 255, .22), transparent 22%),
		linear-gradient(135deg, rgba(15, 23, 42, .2), rgba(30, 41, 59, .72));
}

.app-hero-video-placeholder::before {
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background:
		linear-gradient(90deg, transparent 42%, #fff 42% 58%, transparent 58%),
		linear-gradient(135deg, #1f9af2, #23c2ff);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: scale(.72);
	filter: drop-shadow(0 14px 24px rgba(35, 194, 255, .28));
}

.app-hero-video-placeholder span {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(59, 130, 246, .18);
	color: #93c5fd;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}

.app-hero-video-placeholder strong {
	display: block;
	font-size: 24px;
	line-height: 1.5;
}

.app-hero-video-placeholder p {
	margin: 12px 0 0;
	color: #cbd5e1;
}

.bcs-app-phone-stack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 18px;
}

.bcs-app-phone {
	min-height: 170px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 8px;
	background: rgba(5, 19, 38, .72);
	box-shadow: 0 18px 45px rgba(0,0,0,.22);
	animation: bcsAppFloat 4s ease-in-out infinite;
}

.bcs-app-phone:nth-child(2) {
	animation-delay: .2s;
}

.bcs-app-phone:nth-child(3) {
	animation-delay: .4s;
}

.bcs-app-phone span {
	color: #72d8ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

.bcs-app-phone strong {
	display: block;
	margin: 10px 0;
	color: #fff;
	font-size: 17px;
	line-height: 1.45;
}

.bcs-app-phone p {
	margin: 0;
	color: #b9d1e5;
	font-size: 13px;
}

.bcs-app-section {
	padding: 96px 0;
}

.bcs-app-section--soft {
	background: var(--bcs-app-soft);
}

.bcs-app-section--navy {
	color: #fff;
	background:
		radial-gradient(circle at 16% 12%, rgba(94, 215, 255, .18), transparent 28%),
		linear-gradient(135deg, #071a33, #0b315b);
}

.bcs-app-section-head {
	max-width: 880px;
	margin-bottom: 40px;
}

.bcs-app-section-head h2,
.bcs-app-stage h2,
.bcs-app-final h2 {
	margin: 0;
	color: var(--bcs-app-navy);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.35;
	letter-spacing: 0;
}

.bcs-app-section-head p,
.bcs-app-stage p,
.bcs-app-final p,
.bcs-app-intro__text p {
	color: var(--bcs-app-muted);
}

.bcs-app-section--navy h2,
.bcs-app-section--navy p {
	color: #fff;
}

.bcs-app-section--navy .bcs-app-stage p {
	color: #dbeafa;
}

.bcs-app-intro {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 44px;
	align-items: start;
}

.bcs-app-intro .bcs-app-section-head {
	margin-bottom: 0;
}

.bcs-app-intro__text {
	grid-column: 2;
	max-width: 720px;
	margin-top: -16px;
}

.bcs-app-intro .bcs-app-checks {
	grid-column: 1 / -1;
}

.bcs-app-checks {
	display: grid;
	gap: 14px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bcs-app-checks--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcs-app-checks li {
	position: relative;
	padding-left: 34px;
	color: var(--bcs-app-ink);
	font-weight: 700;
}

.bcs-app-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bcs-app-blue);
	box-shadow: inset 0 0 0 5px #dff2ff;
}

.bcs-app-story-flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px 26px;
}

.bcs-app-story-flow span {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 88px;
	padding: 16px 18px;
	border: 1px solid var(--bcs-app-line);
	border-radius: 8px;
	background: #fff;
	color: var(--bcs-app-ink);
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(11, 49, 91, .08);
}

.bcs-app-story-flow span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--bcs-app-blue);
	border-right: 2px solid var(--bcs-app-blue);
	transform: translateY(-50%) rotate(45deg);
}

.bcs-app-stage {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 54px;
	align-items: center;
}

.bcs-app-stage--reverse {
	grid-template-columns: 1.08fr .92fr;
}

.bcs-app-stage--reverse .bcs-app-stage__copy {
	order: 2;
}

.bcs-app-stage h2 {
	margin-bottom: 18px;
}

.bcs-app-stage__visual {
	min-width: 0;
}

.bcs-app-screen,
.bcs-app-kanban,
.bcs-app-payment-flow {
	border: 1px solid var(--bcs-app-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(11, 49, 91, .12);
	overflow: hidden;
}

.bcs-app-screen__bar {
	padding: 16px 20px;
	background: var(--bcs-app-navy);
	color: #fff;
	font-weight: 900;
}

.bcs-app-screen ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 0;
	padding: 26px;
	list-style: none;
}

.bcs-app-screen li {
	padding: 16px;
	border-radius: 8px;
	background: #f1f8ff;
	color: var(--bcs-app-ink);
	font-weight: 900;
}

.bcs-app-kanban {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255,255,255,.24);
}

.bcs-app-kanban div {
	display: grid;
	align-content: start;
	gap: 12px;
	min-height: 300px;
	padding: 20px;
	background: #f7fbff;
}

.bcs-app-kanban strong {
	color: var(--bcs-app-navy);
}

.bcs-app-kanban span {
	display: block;
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	color: var(--bcs-app-ink);
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(11, 49, 91, .08);
}

.bcs-app-payment-flow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 24px;
	background: linear-gradient(180deg, #fff, #f3f8fc);
}

.bcs-app-payment-flow span {
	min-height: 78px;
	display: grid;
	place-items: center;
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--bcs-app-line);
	color: var(--bcs-app-ink);
	text-align: center;
	font-weight: 900;
}

.bcs-app-screen-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.bcs-app-shot {
	margin: 0;
}

.bcs-app-shot__media {
	position: relative;
	aspect-ratio: 4 / 3;
	display: grid;
	place-items: center;
	padding: 24px;
	border: 1px dashed #9fc6e8;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(28, 140, 232, .08), rgba(94, 215, 255, .1)),
		#fff;
	color: var(--bcs-app-muted);
	text-align: center;
	font-weight: 900;
}

.bcs-app-shot__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.bcs-app-shot figcaption {
	margin-top: 12px;
	color: var(--bcs-app-navy);
	font-weight: 900;
}

.bcs-app-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bcs-app-chip-list li {
	padding: 12px 16px;
	border: 1px solid var(--bcs-app-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bcs-app-ink);
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(11, 49, 91, .06);
}

.bcs-app-capability .bcs-app-chip-list li {
	animation: bcsAppChipPulse 6.6s ease-in-out infinite;
	will-change: transform, box-shadow, color;
}

.bcs-app-capability .bcs-app-chip-list li:nth-child(1) { animation-delay: 0s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(2) { animation-delay: .18s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(3) { animation-delay: .36s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(4) { animation-delay: .54s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(5) { animation-delay: .72s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(6) { animation-delay: .9s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(7) { animation-delay: 1.08s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(8) { animation-delay: 1.26s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(9) { animation-delay: 1.44s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(10) { animation-delay: 1.62s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(11) { animation-delay: 1.8s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(12) { animation-delay: 1.98s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(13) { animation-delay: 2.16s; }
.bcs-app-capability .bcs-app-chip-list li:nth-child(14) { animation-delay: 2.34s; }

.bcs-app-section--case {
	background: linear-gradient(180deg, #fff, #f3f8fc);
}

.bcs-app-case-summary {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 44px;
	align-items: start;
	padding: 38px;
	border: 1px solid var(--bcs-app-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(11, 49, 91, .09);
}

.bcs-app-case-summary h2 {
	margin: 0 0 14px;
	color: var(--bcs-app-navy);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.35;
}

.bcs-app-case-summary h3 {
	margin: 0;
	color: var(--bcs-app-ink);
	font-size: clamp(21px, 3vw, 30px);
	line-height: 1.45;
}

.bcs-app-case-summary__body p {
	color: var(--bcs-app-muted);
}

.bcs-app-case-summary__body .bcs-app-btn {
	margin-top: 14px;
}

.bcs-case-page {
	background: #fff;
	color: var(--bcs-app-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.8;
}

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

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

.bcs-case-hero {
	padding: 104px 0 88px;
	color: #fff;
	background:
		radial-gradient(circle at 84% 18%, rgba(94, 215, 255, .2), transparent 30%),
		linear-gradient(135deg, #071a33, #0b315b);
}

.bcs-case-hero__inner {
	max-width: 920px;
}

.bcs-case-hero h1 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.24;
	letter-spacing: 0;
}

.bcs-case-hero p {
	max-width: 820px;
	color: #dbeafa;
	font-size: 17px;
}

.bcs-case-hero .bcs-app-kicker {
	color: #72d8ff;
}

.bcs-case-section {
	padding: 78px 0;
}

.bcs-case-section--soft {
	background: var(--bcs-app-soft);
}

.bcs-case-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.bcs-case-heading {
	position: sticky;
	top: 96px;
}

.bcs-case-heading h2 {
	margin: 0;
	color: var(--bcs-app-navy);
	font-size: clamp(26px, 3.4vw, 38px);
	line-height: 1.35;
}

.bcs-case-content {
	max-width: 820px;
}

.bcs-case-content p {
	color: var(--bcs-app-muted);
}

.bcs-case-content .bcs-app-checks {
	margin-top: 24px;
}

.bcs-case-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bcs-case-feature-list li {
	padding: 16px 18px;
	border: 1px solid var(--bcs-app-line);
	border-radius: 8px;
	background: #fff;
	color: var(--bcs-app-ink);
	font-weight: 900;
	box-shadow: 0 10px 26px rgba(11, 49, 91, .07);
}

.bcs-app-final {
	padding: 92px 0;
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, #071a33, #0d2d54);
}

.bcs-app-final h2 {
	color: #fff;
}

.bcs-app-final p {
	max-width: 820px;
	margin: 18px auto 30px;
	color: #dcecff;
}

@keyframes bcsAppRise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bcsAppFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes bcsAppChipPulse {
	0%, 11%, 100% {
		color: var(--bcs-app-ink);
		transform: scale(1);
		box-shadow: 0 8px 22px rgba(11, 49, 91, .06);
	}
	5% {
		color: var(--bcs-app-blue);
		transform: scale(1.045);
		box-shadow: 0 10px 24px rgba(28, 140, 232, .2), 0 0 0 5px rgba(94, 215, 255, .13);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bcs-app-capability .bcs-app-chip-list li {
		animation: none;
	}
}

@media (max-width: 1040px) {
	.bcs-app-story-flow {
		grid-template-columns: repeat(2, 1fr);
	}

	.bcs-app-story-flow span:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 920px) {
	.bcs-app-hero__grid,
	.bcs-app-intro,
	.bcs-app-stage,
	.bcs-app-stage--reverse,
	.bcs-app-screen-grid,
	.bcs-app-case-summary,
	.bcs-case-layout {
		grid-template-columns: 1fr;
	}

	.bcs-app-hero__grid {
		gap: 36px;
	}

	.bcs-app-intro__text,
	.bcs-app-intro .bcs-app-checks {
		grid-column: auto;
	}

	.bcs-app-stage--reverse .bcs-app-stage__copy {
		order: 0;
	}

	.bcs-case-heading {
		position: static;
	}

	.bcs-app-kanban,
	.bcs-app-payment-flow {
		grid-template-columns: 1fr;
	}
}

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

	.bcs-app-hero {
		min-height: auto;
		padding: 82px 0 66px;
	}

	.bcs-app-section,
	.bcs-app-final,
	.bcs-case-section {
		padding: 66px 0;
	}

	.bcs-app-actions,
	.bcs-app-btn {
		width: 100%;
	}

	.app-hero-video-placeholder {
		padding: 22px;
	}

	.app-hero-video-placeholder strong {
		font-size: 19px;
	}

	.bcs-app-phone-stack,
	.bcs-app-checks--two,
	.bcs-app-story-flow,
	.bcs-app-screen ul {
		grid-template-columns: 1fr;
	}

	.bcs-app-phone {
		min-height: auto;
	}

	.bcs-app-kanban div {
		min-height: auto;
	}

	.bcs-app-case-summary {
		padding: 24px;
	}

	.bcs-case-hero {
		padding: 82px 0 66px;
	}

	.bcs-case-feature-list {
		grid-template-columns: 1fr;
	}
}
/* DEMO bridge section */
.app-demo-bridge {
  padding: 88px 20px;
  background: #f8fbff;
}

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

.app-demo-bridge-label {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: .16em;
  font-weight: 800;
  color: #5f7794;
}

.app-demo-bridge h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
  font-weight: 900;
  color: #071b35;
}

.app-demo-bridge p {
  max-width: 820px;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.9;
  color: #20334d;
}

.app-demo-bridge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #0b7cff;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(11, 124, 255, .22);
  transition: transform .2s ease, opacity .2s ease;
}

.app-demo-bridge-button:hover {
  transform: translateY(-1px);
  opacity: .92;
}

@media (max-width: 680px) {
  .app-demo-bridge {
    padding: 66px 15px;
  }

  .app-demo-bridge-inner {
    width: min(100%, 1180px);
  }

  .app-demo-bridge-button {
    width: 100%;
  }
}
/* DEMO bridge section - fresh style */
.app-demo-bridge {
  padding: 96px 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(94, 215, 255, .16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.app-demo-bridge-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 46px;
  border: 1px solid #dcecf8;
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 50px rgba(11, 49, 91, .08);
}

.app-demo-bridge-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #1c8ce8;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 900;
}

.app-demo-bridge h2 {
  margin: 0 0 16px;
  color: #071a33;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.36;
  font-weight: 900;
}

.app-demo-bridge p {
  max-width: 820px;
  margin: 0 0 10px;
  color: #4f647b;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
}

.app-demo-bridge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1c8ce8, #5ed7ff);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(28, 140, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.app-demo-bridge-button:hover {
  transform: translateY(-2px);
  opacity: .94;
  box-shadow: 0 18px 36px rgba(28, 140, 232, .28);
}

@media (max-width: 680px) {
  .app-demo-bridge {
    padding: 70px 15px;
  }

  .app-demo-bridge-inner {
    width: min(100%, 1120px);
    padding: 30px 22px;
    border-radius: 22px;
  }

  .app-demo-bridge-button {
    width: 100%;
  }
}
.app-hero-slideshow {
  position: absolute;
  inset: 0;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(94, 215, 255, .18), transparent 28%),
    linear-gradient(135deg, #050b18, #10233f);
}

.app-hero-slide {
  position: absolute;
  inset: 34px 34px 118px;
  display: grid;
  align-content: center;
  opacity: 0;
  transform: translateY(12px);
  animation: appHeroSlideShow 15s ease-in-out infinite;
}

.app-hero-slide:nth-child(1) { animation-delay: 0s; }
.app-hero-slide:nth-child(2) { animation-delay: 3s; }
.app-hero-slide:nth-child(3) { animation-delay: 6s; }
.app-hero-slide:nth-child(4) { animation-delay: 9s; }
.app-hero-slide:nth-child(5) { animation-delay: 12s; }

.app-hero-slide span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(94, 215, 255, .14);
  color: #8edfff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.app-hero-slide strong {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
}

.app-hero-slide p {
  max-width: 430px;
  margin: 16px 0 0;
  color: #d6e8f7;
  font-weight: 800;
}

.app-hero-slide-note {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #b9d1e5;
  font-size: 14px;
  line-height: 1.7;
}

@keyframes appHeroSlideShow {
  0%, 100% { opacity: 0; transform: translateY(12px); }
  5%, 17% { opacity: 1; transform: translateY(0); }
  22% { opacity: 0; transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .app-hero-slide {
    animation: none;
  }

  .app-hero-slide:first-child {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .app-hero-slideshow {
    padding: 24px;
  }

  .app-hero-slide {
    inset: 24px 24px 126px;
  }

  .app-hero-slide-note {
    left: 24px;
    right: 24px;
    bottom: 22px;
    font-size: 13px;
  }
}