/* Breathing room after full-width highlighted boxes (not footer) */
body > .section-box {
	margin-bottom: 48px;
}

@media (min-width: 992px) {
	body > .section-box {
		margin-bottom: 64px;
	}
}

/* Logo */
.site-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-logo__wordmark {
	display: block;
	height: 36px;
	width: auto;
}

.site-logo__wordmark--footer {
	height: 28px;
}

/* Disable animated vertical background lines from the Sana theme */
.bg-lines {
	display: none !important;
}

/* Placeholder media blocks — replace with real assets when ready */
.media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e8e8ec 0%, #d4d4dc 100%);
	border: 2px dashed #b0b0bc;
	border-radius: 12px;
	color: #6b6b78;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
	padding: 1.5rem;
	min-height: 200px;
	width: 100%;
}

.media-placeholder--video {
	min-height: 280px;
	position: relative;
}

.media-placeholder--video .play-icon {
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.media-placeholder--logo {
	min-height: 60px;
	max-height: 80px;
	border-radius: 8px;
	padding: 1rem;
}

.media-placeholder--avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	min-height: unset;
	padding: 0;
	font-size: 0.65rem;
}

.media-placeholder--hero {
	min-height: 360px;
}

.media-placeholder--card {
	min-height: 240px;
	border-radius: 16px;
}

.media-placeholder--wide {
	min-height: 120px;
}

/* Flatter, less pill-shaped marketing buttons */
.button {
	border-radius: 6px;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.button:after {
	display: none;
}

.theme-light .button {
	background: #181a1c;
	color: #fff;
	box-shadow: none;
}

.theme-light .button:hover {
	background: #2d3034;
	box-shadow: none;
}

.theme-light .button-style-2 {
	background: transparent;
	color: #181a1c;
	border: 1px solid rgba(24, 26, 28, 0.2);
	box-shadow: none;
}

.theme-light .button-style-2:hover {
	background: rgba(24, 26, 28, 0.04);
	border-color: rgba(24, 26, 28, 0.35);
	box-shadow: none;
}

.header-cta {
	margin-left: 1rem;
}

.header-cta .button {
	padding: 0.6rem 1.25rem;
	font-size: 0.875rem;
}

@media (max-width: 991px) {
	.header-cta {
		display: none;
	}
}

.audience-card .fancy-box {
	height: 100%;
}

.industry-tag {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0.25rem;
	border-radius: 999px;
	background: var(--bs-light, #f5f5f7);
	font-size: 0.875rem;
}

.stat-counter {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
}

/* Darker body copy on the light marketing theme (default theme.css gray is #828385) */
.theme-light {
	color: #5c6066;
}

.theme-light input:not(.form-check-input),
.theme-light textarea,
.theme-light .form-control {
	color: #5c6066;
}

.theme-light input:not(.form-check-input)::placeholder,
.theme-light textarea::placeholder,
.theme-light .form-control::placeholder {
	color: #72767c;
}

.theme-light .text-muted {
	color: #72767c !important;
}

.theme-light .pricing-plan-tagline {
	opacity: 0.85;
}
