.screen-shot-border {
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 5px;
}

.mobile-app-screen-grab {
	width: min(336px, 100%) !important;
	height: auto !important;
	border: 2px solid #ddd;
	border-radius: 8px;
}

.feature-hero {
	background: #5E3C21;
	color: #fff;
}

.page-title.feature-hero h1,
.page-title.feature-hero p {
	color: #fff;
}

.feature-card {
	height: 100%;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(38, 34, 87, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

	.feature-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 30px rgba(38, 34, 87, .14);
	}

.visual-placeholder {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px dashed #8b82d5;
	border-radius: 12px;
	background: #f7f6ff;
	color: #57506f;
	text-align: center;
}

.visual-placeholder-4x3 {
	aspect-ratio: 4 / 3;
}

.visual-placeholder-16x9 {
	aspect-ratio: 16 / 9;
}

.visual-placeholder > .visual-placeholder-content {
	padding: 2rem;
}

.visual-placeholder > img,
.visual-placeholder > video,
.visual-placeholder > picture,
.visual-placeholder > picture > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.platform-pill {
	border: 1px solid #c7b8aa;
	border-radius: 999px;
	background: #7a5a3a;
	color: #fff;
	padding: .55rem 1rem;
}

.app-access-list .list-inline-item {
	display: flex;
	margin-right: 0;
}

.app-access-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	overflow: hidden;
}

.app-access-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.app-access-text-link {
	color: #fff;
	font-size: .88rem;
	line-height: 1.05;
	text-decoration: none;
}

.app-access-text-link:hover,
.app-access-text-link:focus {
	color: #fff;
}

.app-access-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
}

.app-access-store-text {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.app-access-store-text small {
	font-size: .65rem;
}

.feature-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eeecff;
	color: #655cc5;
	font-size: 1.35rem;
}

.journey-step {
	border-left: 4px solid #7469cf;
}

.accordion .accordion-button {
	font-weight: 700;
}

.accordion .accordion-button::after {
	width: auto;
	height: auto;
	background-image: none;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	transform: none;
}

.accordion .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "-";
	transform: none;
}

.accordion .accordion-button.collapsed::after {
	background-image: none;
	content: "+";
	transform: none;
}

@media (max-width: 991.98px) {
	.main-nav .dropdown-menu {
		border: 0;
		box-shadow: none;
	}
}

@media (max-width: 575.98px) {
	.section .row.g-5 {
		--bs-gutter-x: 1.5rem;
	}

	#heroCarousel .hero-slide h1,
	#heroCarousel .hero-slide .h1 {
		font-size: 2rem;
		line-height: 1.2;
	}

	#heroCarousel .hero-img {
		width: auto;
		max-width: 85%;
		max-height: 360px;
	}
}
