/* Desktop header — matches Framer design mockup; mobile uses existing Framer nav */

#clinilogs-desktop-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgb(255, 255, 255);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.clinilogs-desktop-header__inner {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 57px;
}

.clinilogs-desktop-header__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.clinilogs-desktop-header__icon {
	display: block;
	width: 48px;
	height: auto;
	flex-shrink: 0;
}

.clinilogs-desktop-header__wordmark {
	display: block;
	width: 179px;
	height: auto;
	flex-shrink: 0;
}

.clinilogs-desktop-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 48px;
	flex-wrap: nowrap;
}

.clinilogs-desktop-header__nav a {
	font-family: "Geist", "Geist Placeholder", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: rgb(0, 0, 0);
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.15s ease;
}

.clinilogs-desktop-header__nav a:not(.clinilogs-desktop-header__login):hover {
	opacity: 0.75;
}

.clinilogs-desktop-header__nav a.clinilogs-desktop-header__login {
	background-color: rgb(219, 4, 4);
	color: rgb(255, 255, 255);
	padding: 10px 22px;
	border-radius: 6px;
	font-weight: 500;
}

.clinilogs-desktop-header__nav a.clinilogs-desktop-header__login:hover {
	background-color: rgb(180, 3, 3);
	color: rgb(255, 255, 255);
	opacity: 1;
}

@media (min-width: 1200px) {
	.framer-1wz5z3l-container {
		display: none !important;
	}

	#clinilogs-desktop-header {
		display: block;
	}

	/* Framer nav is removed from flow; offset fixed header */
	body {
		padding-top: 73px;
	}

	/* Center hero "Get Started" under headline (desktop only) */
	header.framer-Pa87H[data-framer-name="Desktop"] .framer-pvx0dm {
		left: 50% !important;
		right: auto !important;
		bottom: 0 !important;
		transform: translateX(-50%) !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
	}

	header.framer-Pa87H[data-framer-name="Desktop"] .framer-1ksl9ck-container {
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}
}

@media (max-width: 1199.98px) {
	#clinilogs-desktop-header {
		display: none !important;
	}
}
