:root {
	--qrg-ink: #111111;
	--qrg-muted: #556052;
	--qrg-lime: #d9ff65;
	--qrg-mint: #ddf8e8;
	--qrg-coral: #ff7a59;
	--qrg-blue: #5b8def;
	--qrg-paper: #fffaf0;
	--qrg-line: rgba(17, 17, 17, 0.14);
}

body {
	background: var(--qrg-paper);
	color: var(--qrg-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

a {
	color: inherit;
}

.fw-black {
	font-weight: 900;
	letter-spacing: 0;
}

.py-6 {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.site-header {
	background: var(--qrg-lime);
	border-bottom: 1px solid var(--qrg-line);
	position: sticky;
	top: 0;
	z-index: 100;
}

.navbar {
	min-height: 76px;
}

.navbar-brand,
.navbar-brand-wrap .custom-logo-link {
	color: var(--qrg-ink);
	display: inline-flex;
	font-size: 1.4rem;
	text-decoration: none;
}

.custom-logo {
	max-height: 42px;
	width: auto;
}

.header-profile-link {
	align-items: center;
	border: 2px solid var(--qrg-ink);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
	width: 46px;
}

.header-profile-link:hover,
.header-profile-link:focus-visible {
	box-shadow: 0 0 0 4px rgba(17, 17, 17, .16);
	transform: translateY(-1px);
}

.header-profile-avatar {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.navbar-nav .nav-link {
	color: var(--qrg-ink);
	font-weight: 800;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.btn {
	font-weight: 800;
}

.btn-dark {
	background: var(--qrg-ink);
	border-color: var(--qrg-ink);
}

.hero-section {
	background:
		linear-gradient(135deg, rgba(255, 122, 89, 0.18), transparent 38%),
		linear-gradient(225deg, rgba(91, 141, 239, 0.18), transparent 34%),
		var(--qrg-lime);
	border-bottom: 1px solid var(--qrg-line);
	padding: 6rem 0;
}

.hero-kicker,
.section-kicker {
	color: #2f412c;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-title {
	line-height: 0.98;
	max-width: 860px;
}

.hero-copy {
	color: #263425;
	font-size: 1.2rem;
	max-width: 680px;
}

.hero-claim {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--qrg-line);
	border-radius: 999px;
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
	max-width: 720px;
	padding: 0.45rem;
}

.hero-claim__prefix,
.hero-claim__name {
	align-items: center;
	display: inline-flex;
	font-weight: 900;
	min-height: 48px;
	padding: 0 1rem;
}

.hero-claim__prefix {
	color: var(--qrg-muted);
}

.hero-claim__name {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 999px;
	flex: 1;
}

.phone-preview {
	background: var(--qrg-ink);
	border: 10px solid var(--qrg-ink);
	border-radius: 32px;
	box-shadow: 0 30px 70px rgba(17, 17, 17, 0.22);
	max-width: 330px;
	overflow: hidden;
}

.phone-preview__top {
	background: var(--qrg-ink);
	height: 18px;
}

.phone-preview__screen {
	background:
		linear-gradient(160deg, #fff, #eaf8ff 58%, #ffe3d8);
	display: grid;
	gap: 12px;
	min-height: 470px;
	padding: 32px 20px;
}

.preview-profile {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
	color: var(--qrg-ink);
	display: flex;
	gap: 12px;
	min-height: 78px;
	padding: 12px;
	text-decoration: none;
}

.preview-profile img {
	aspect-ratio: 1;
	border-radius: 50%;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.preview-profile strong,
.preview-profile span {
	display: block;
	overflow-wrap: anywhere;
}

.preview-profile strong {
	font-size: 0.98rem;
	font-weight: 900;
}

.preview-profile span {
	color: var(--qrg-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.preview-empty {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed var(--qrg-line);
	border-radius: 8px;
	display: flex;
	font-weight: 900;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.feature-strip {
	background: #fff;
	border-bottom: 1px solid var(--qrg-line);
}

.feature-item {
	border-left: 4px solid var(--qrg-coral);
	padding-left: 1rem;
}

.feature-item h2 {
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0.4rem 0;
}

.feature-item p {
	color: var(--qrg-muted);
	margin: 0;
}

.feature-number {
	color: var(--qrg-blue);
	font-size: 0.78rem;
	font-weight: 900;
}

.profiles-section {
	background: var(--qrg-paper);
}

.profile-card {
	background: #fff;
	border: 1px solid var(--qrg-line);
	border-radius: 8px;
	color: var(--qrg-ink);
	display: flex;
	gap: 16px;
	height: 100%;
	padding: 18px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.profile-card:hover,
.profile-card:focus {
	border-color: rgba(17, 17, 17, 0.34);
	box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
	color: var(--qrg-ink);
	outline: none;
	transform: translateY(-2px);
}

.profile-card__avatar {
	aspect-ratio: 1;
	border: 3px solid var(--qrg-lime);
	border-radius: 50%;
	flex: 0 0 auto;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.profile-card__body {
	min-width: 0;
}

.profile-card h3 {
	font-size: 1.12rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: anywhere;
}

.profile-card__handle {
	color: var(--qrg-blue);
	font-size: 0.92rem;
	font-weight: 800;
	margin: 0.2rem 0 0.55rem;
	overflow-wrap: anywhere;
}

.profile-card__bio {
	color: var(--qrg-muted);
	font-size: 0.95rem;
	margin: 0 0 0.8rem;
	overflow-wrap: anywhere;
}

.profile-card span {
	color: var(--qrg-ink);
	font-size: 0.86rem;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.empty-state {
	background: #fff;
	border: 1px dashed var(--qrg-line);
	border-radius: 8px;
	padding: 3rem;
	text-align: center;
}

.empty-state h1,
.empty-state h3 {
	font-weight: 900;
	letter-spacing: 0;
}

.empty-state p {
	color: var(--qrg-muted);
	margin-bottom: 0;
}

.cta-section {
	background: var(--qrg-mint);
}

.cta-panel {
	align-items: center;
	background: var(--qrg-lime);
	border: 1px solid var(--qrg-line);
	border-radius: 8px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 2rem;
}

.content-entry {
	background: #fff;
	border: 1px solid var(--qrg-line);
	border-radius: 8px;
	padding: 2rem;
}

.entry-content {
	color: #242424;
	font-size: 1.05rem;
}

.entry-content img {
	height: auto;
	max-width: 100%;
}

.site-footer {
	background: var(--qrg-ink);
	color: var(--qrg-ink);
}

.site-footer__panel {
	background: #fff;
	border-radius: 28px;
	padding: clamp(2rem, 5vw, 4.5rem);
}

.site-footer__menus {
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.footer-menu__title {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 1.4rem;
}

.footer-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu__list li + li {
	margin-top: 0.85rem;
}

.footer-menu__link {
	color: var(--qrg-muted);
	text-decoration: none;
}

.footer-menu__link:hover,
.footer-menu__link:focus {
	color: var(--qrg-ink);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.site-footer__bottom {
	border-top: 1px solid var(--qrg-line);
	padding-top: 2rem;
}

.site-footer .text-muted {
	color: var(--qrg-muted) !important;
}

@media (max-width: 991.98px) {
	.site-header,
	.site-header .navbar {
		width: 100%;
	}

	.site-header .navbar > .container {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		width: 100%;
	}

	.site-header .navbar-collapse {
		flex-basis: 100%;
		width: 100%;
	}

	.hero-section {
		padding: 4.5rem 0;
	}

	.hero-title {
		font-size: clamp(3rem, 13vw, 5.2rem);
	}

	.cta-panel {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.py-6 {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}

	.hero-claim {
		border-radius: 8px;
	}

	.hero-claim__prefix,
	.hero-claim__name,
	.hero-claim .btn {
		width: 100%;
	}

	.profile-card {
		flex-direction: column;
	}

	.site-footer__panel {
		border-radius: 18px;
	}
}
