.rd-navbar-collapse-toggle {
	display: none !important;
}

.rd-navbar-brand,
.rd-navbar-fixed .rd-navbar-brand {
	overflow: visible;
	line-height: 1;
}

.rd-navbar-fixed .rd-navbar-panel {
	align-items: center;
}

.rd-navbar-fixed .rd-navbar-brand {
	display: flex;
	align-items: center;
	height: 48px;
	margin-top: 4px;
	margin-left: 4px;
}

.rd-navbar-fixed .plyofit-brand .logo-caption span {
	font-size: 13px;
	line-height: 1.2;
}

@media (max-width: 575px) {
	.rd-navbar-fixed .plyofit-brand .logo-caption span + span {
		display: none;
	}

	.rd-navbar-fixed .plyofit-brand .logo-caption span:first-child {
		display: inline;
		font-size: 15px;
		line-height: 1;
	}
}

.plyofit-brand {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	text-decoration: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand .plyofit-brand img,
.rd-navbar-fixed .rd-navbar-brand .plyofit-brand img,
.plyofit-brand img {
	display: block;
	width: 36px;
	height: 36px;
	max-width: 36px;
	max-height: 36px;
	border-radius: 6px;
	object-fit: cover;
	background: #111111;
}

.plyofit-brand .logo-caption {
	display: inline-block;
	margin: 0;
	color: #111111;
}

.plyofit-brand .logo-caption span:first-child {
	font-weight: 700;
	letter-spacing: 0.04em;
}

.plyofit-brand:hover,
.plyofit-brand:focus {
	text-decoration: none;
	color: #111111;
}

.plyofit-brand:focus {
	outline: 2px solid #FF4141;
	outline-offset: 3px;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-brand .plyofit-brand img,
	.plyofit-brand img {
		width: 40px;
		height: 40px;
		max-width: 40px;
		max-height: 40px;
	}
}

.plyofit-app {
	background: #111111;
	color: #f8fafc;
	padding: 72px 0 0;
	overflow: hidden;
	scroll-margin-top: 88px;
}

.plyofit-app-copy {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
	padding: 0 8px;
}

.plyofit-app-kicker {
	margin: 0 0 10px;
	color: #FF4141;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.plyofit-app h2 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
}

.plyofit-app-lead {
	margin: 0 auto 22px;
	max-width: 560px;
	color: #cbd5e1;
	font-size: 16px;
	line-height: 1.7;
}

.plyofit-app-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.plyofit-app-features li {
	padding: 6px 14px;
	border: 1px solid #333333;
	border-radius: 999px;
	color: #e2e8f0;
	font-size: 13px;
	line-height: 1.4;
	background: #1a1a1a;
}

.plyofit-app .button.button-primary {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.plyofit-app .button.button-primary:hover,
.plyofit-app .button.button-primary:focus {
	background: #e13232;
	color: #ffffff;
}

.plyofit-app .button.button-primary:focus {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

.plyofit-app-showcase {
	margin: 8px auto 0;
	max-width: 1280px;
}

.plyofit-app-showcase img {
	display: block;
	width: 100%;
	height: auto;
}

.plyofit-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	z-index: 1100;
	padding: 12px 22px;
	border-radius: 4px;
	background: #FF4141;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	transform: translate(-50%, 12px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.plyofit-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (min-width: 768px) {
	.plyofit-app {
		padding-top: 104px;
	}

	.plyofit-app h2 {
		font-size: 40px;
	}

	.plyofit-app-copy {
		margin-bottom: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plyofit-app .button.button-primary,
	.plyofit-toast {
		transition: none;
	}
}
