#mobile-nav-toggle {
	display: none;
	position: fixed;
	top: 0.35rem;
	left: 0.35rem;
	z-index: 11001;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0.35rem 1rem rgba(32, 40, 72, 0.22);
	line-height: 1;
	cursor: pointer;
	padding: 0;
}
#mobile-nav-toggle .line {
	position: absolute;
	left: 0.78rem;
	width: 1.2rem;
	height: 2px;
	background: #5f4b9a;
	border-radius: 10px;
	transform-origin: center;
	transition: transform 0.24s ease, opacity 0.2s ease;
}
#mobile-nav-toggle .line-1 {
	top: 0.9rem;
}
#mobile-nav-toggle .line-2 {
	top: 1.28rem;
}
#mobile-nav-toggle .line-3 {
	top: 1.66rem;
}
#mobile-nav-toggle.is-open .line-1 {
	transform: translateY(0.34rem) rotate(45deg);
}
#mobile-nav-toggle.is-open .line-2 {
	opacity: 0;
	transform: scaleX(0.2);
}
#mobile-nav-toggle.is-open .line-3 {
	transform: translateY(-0.34rem) rotate(-45deg);
}
#header.alt .logo,
#header.alt .logo:hover,
#header.alt .logo:focus,
#header.alt .logo:active {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
}
#nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.45rem;
}
#nav {
	transition: background-color 0.28s ease, box-shadow 0.28s ease, backdrop-filter 0.28s ease;
}
#nav:not(.alt) {
	background: rgba(247, 247, 247, 0.95);
	box-shadow: none;
}
#nav.alt {
	background: rgba(247, 247, 247, 0.96);
	backdrop-filter: blur(4px);
	box-shadow: 0 0.4rem 1.2rem rgba(32, 40, 72, 0.08);
	border-bottom: 1px solid rgba(95, 75, 154, 0.08);
}
#nav ul .nav-brand {
	display: none;
	order: -1;
	margin: 0;
	padding: 0;
}
#nav ul .nav-brand a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0 0.8rem;
	background: transparent;
	box-shadow: none;
}
#nav ul .nav-brand img {
	display: block;
	height: 2.2rem;
	width: auto;
	opacity: 0.96;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
#nav.alt ul {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 0;
}
#nav.alt ul .nav-brand {
	display: flex !important;
	align-self: stretch;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}
#nav.alt ul .nav-brand a {
	height: 100%;
	background: #935d8c;
	border-radius: 0.3rem;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}
#nav.alt ul .nav-brand a:hover {
	background: #8b5080;
}
#nav.alt ul .nav-brand img {
	opacity: 1;
}
#nav.alt ul .nav-brand + li {
	margin-left: auto;
	padding-left: 0;
}
#nav.alt ul li:last-child {
	margin-right: auto;
}
#nav.alt ul .nav-brand + li::before {
	display: none !important;
}
#nav:not(.alt) ul .nav-brand + li {
	margin-left: 0;
	padding-left: 0;
}
#nav:not(.alt) ul .nav-brand + li::before {
	display: none;
}
#header.alt {
	padding-top: 0.6rem;
	padding-bottom: 2.2rem;
}
#header.alt .logo {
	margin-bottom: 0.9rem;
}
#header.alt h1 {
	font-size: clamp(1.5rem, 3.6vw, 2.25rem);
	line-height: 1.18;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
	text-wrap: balance;
}
.project-logo {
	display: block;
	width: min(19rem, 84vw);
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.hero-save-friend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(26rem, 100%);
	padding: 0.85rem;
	border-radius: 1.6rem;
	background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,245,250,0.92));
	box-shadow: 0 1.4rem 3rem rgba(32, 40, 72, 0.14);
	border: 1px solid rgba(96, 112, 156, 0.12);
	overflow: hidden;
}
.hero-save-friend svg {
	width: 100%;
	height: auto;
}
.hero-save-friend img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 1rem;
}
.step-illustration {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 9rem;
	height: 9rem;
	margin-bottom: 1.4rem;
	border-radius: 2rem;
	background: radial-gradient(circle at top, rgba(255,255,255,0.95), rgba(245,247,255,0.72) 42%, rgba(218,228,255,0.36) 100%);
	box-shadow: 0 1.2rem 2.8rem rgba(44, 54, 94, 0.14);
	padding: 0.8rem;
}
.step-illustration svg {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.step-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.why-illustration {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 9rem;
	height: 9rem;
	margin-bottom: 1.4rem;
	border-radius: 2rem;
	background: radial-gradient(circle at top, rgba(255,255,255,0.95), rgba(245,247,255,0.72) 42%, rgba(218,228,255,0.36) 100%);
	box-shadow: 0 1.2rem 2.8rem rgba(44, 54, 94, 0.14);
	padding: 0.8rem;
}
.why-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
p.content.content-single-line {
	-moz-columns: unset;
	-webkit-columns: unset;
	-ms-columns: unset;
	columns: unset;
	text-align: center !important;
	display: block;
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
}
.statistics li .stat-label {
	display: block;
	line-height: 1.25;
	margin-top: 0.15em;
}
.statistics li .stat-label {
	display: block;
	line-height: 1.25;
	margin-top: 0.15em;
}
.statistics .stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	margin: 0 auto 0.4rem;
	color: rgba(255, 255, 255, 0.95);
}
.statistics .stat-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}
.button.project-cta-button {
	border: 0;
	border-radius: 999px;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: linear-gradient(90deg, #1e1e4c 0%, #4091bf 56%, #d88cab 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
	box-shadow: 0 10px 24px rgba(30, 30, 76, 0.2);
	transition: background-position 0.28s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#main .button.project-cta-button,
#main .button.project-cta-button:link,
#main .button.project-cta-button:visited,
#main .button.project-cta-button:hover,
#main .button.project-cta-button:focus,
#main .button.project-cta-button:active {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
.button.project-cta-button:hover,
.button.project-cta-button:focus {
	background-position: 0 0;
	box-shadow: 0 12px 28px rgba(30, 30, 76, 0.25);
}
#footer .copyright {
	line-height: 1.6;
	font-size: 0.95rem;
}
#footer .footer-legal-links {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.15rem 0.35rem;
	vertical-align: middle;
}
#footer .footer-legal-links a {
	display: inline-flex;
	align-items: center;
	padding: 0 0.2rem;
	min-height: 2rem;
}
#nav ul li {
	position: relative;
}
#nav ul li + li {
	margin-left: 1.1rem;
	padding-left: 1.1rem;
}
#nav ul li + li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.2rem;
	background: linear-gradient(180deg, rgba(120, 135, 168, 0), rgba(120, 135, 168, 0.55), rgba(120, 135, 168, 0));
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.22);
}
@media screen and (max-width: 980px) {
	#titleBar,
	#navPanel {
		display: none !important;
	}

	#mobile-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px;
		max-width: 44px;
		min-height: 44px;
		max-height: 44px;
		flex: 0 0 44px;
		border-radius: 10px;
		padding: 0 !important;
		overflow: hidden;
		appearance: none;
		-webkit-appearance: none;
	}
	#mobile-nav-toggle .line {
		left: 12px;
		width: 20px;
	}
	#mobile-nav-toggle .line-1 {
		top: 14px;
	}
	#mobile-nav-toggle .line-2 {
		top: 20px;
	}
	#mobile-nav-toggle .line-3 {
		top: 26px;
	}
	#nav {
		display: none;
		position: fixed;
		top: 2.95rem;
		left: 0.35rem;
		right: auto;
		width: min(24rem, calc(100vw - 1.1rem));
		max-height: calc(100vh - 3.35rem);
		overflow-y: auto;
		z-index: 11000;
		padding: 0.45rem 0.7rem;
		border-radius: 0.9rem;
		background: rgba(247, 247, 247, 0.98);
		backdrop-filter: blur(4px);
		box-shadow: 0 1rem 2.5rem rgba(32, 40, 72, 0.2);
	}
	#nav.alt {
		position: fixed;
		top: 2.95rem;
		left: 0.35rem;
		right: auto;
		width: min(24rem, calc(100vw - 1.1rem));
		max-width: 24rem;
		padding: 0.45rem 0.7rem;
		background: rgba(247, 247, 247, 0.98);
		backdrop-filter: blur(4px);
		box-shadow: 0 1rem 2.5rem rgba(32, 40, 72, 0.2);
		border-bottom: 0;
	}
	#nav.is-open {
		display: block;
	}
	#nav ul {
		display: block;
		padding: 0;
		margin: 0;
	}
	#nav.alt ul {
		display: block;
	}
	#nav ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#nav.alt ul li,
	#nav.alt ul .nav-brand + li,
	#nav.alt ul li:last-child {
		margin: 0;
		padding: 0;
	}
	#nav ul li + li {
		margin: 0;
		padding: 0;
		border-top: 1px solid rgba(120, 135, 168, 0.3);
	}
	#nav ul li + li::before {
		display: none;
	}
	#nav.alt ul .nav-brand + li::before {
		display: none !important;
	}
	#nav ul .nav-brand {
		display: none !important;
	}
	#nav.alt ul .nav-brand {
		display: none !important;
	}
	#nav ul li a {
		display: flex;
		align-items: center;
		min-height: 2.75rem;
		text-align: left;
		padding: 0.55rem 0.4rem;
		margin: 0;
		border-radius: 0.6rem;
	}
	#nav.alt ul li a {
		display: flex;
		align-items: center;
		min-height: 2.75rem;
		text-align: left;
		padding: 0.55rem 0.4rem;
		margin: 0;
		border-radius: 0.6rem;
		font-size: inherit;
		line-height: inherit;
	}
	#nav ul li + li:has(> a.button.project-cta-button),
	#nav.alt ul li + li:has(> a.button.project-cta-button) {
		border-top: 0;
	}
	#nav ul li a.button.project-cta-button,
	#nav.alt ul li a.button.project-cta-button {
		margin-top: 0.4rem;
		justify-content: center;
		text-align: center;
	}
	#footer .copyright {
		font-size: 0.95rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		text-align: center;
	}
	#footer .footer-legal-links {
		display: flex;
		gap: 0.2rem 0.3rem;
	}
	#footer .footer-legal-links a {
		min-height: 2.75rem;
		padding: 0 0.35rem;
	}
	#header.alt {
		padding-top: 0.4rem;
		padding-bottom: 1.4rem;
		text-align: right;
	}
	#header.alt .logo {
		margin-bottom: 0.7rem;
	}
	#header.alt .project-logo {
		margin-left: auto;
		margin-right: 0;
		width: min(15.5rem, 78vw);
	}
	#header.alt h1 {
		font-size: 1.45rem;
		line-height: 1.2;
		text-align: center;
	}
}
