/* Startseite für Gäste: Vollbreite, Marketing-Layout */
body.guest-landing .layout .sidebar,
body.guest-minimal .layout .sidebar {
	display: none;
}

body.guest-landing .layout .content,
body.guest-minimal .layout .content {
	flex: 1;
	max-width: 100%;
	padding: 0;
}

body.guest-minimal .layout .content {
	padding: 1rem 1.25rem 2rem;
}

body.guest-landing .content > h2:first-child:empty,
body.guest-minimal .content > h2:first-child:empty {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

body.guest-minimal .guest-minimal-home .btn-primary {
	background-color: #b30000;
	border-color: #b30000;
}

body.guest-minimal .guest-minimal-home .btn-primary:hover {
	background-color: #8f0000;
	border-color: #8f0000;
}

.guest-hero {
	background: linear-gradient(135deg, #8f0000 0%, #b30000 45%, #c41e1e 100%);
	color: #fff;
	padding: 2.5rem 1.5rem 3rem;
}

.guest-hero-inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.guest-hero-badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.35rem 0.85rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.guest-hero-title {
	margin: 0 0 1rem;
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
}

.guest-hero-lead {
	margin: 0 auto 1.75rem;
	max-width: 38rem;
	font-size: 1.05rem;
	line-height: 1.55;
	opacity: 0.95;
}

.guest-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}

.guest-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.35rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.guest-btn:hover {
	transform: translateY(-1px);
}

.guest-btn-primary {
	background: #fff;
	color: #b30000;
	border-color: #fff;
}

.guest-btn-primary:hover {
	background: #f5f5f5;
	color: #8f0000;
}

.guest-btn-outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.65);
}

.guest-btn-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

.guest-features {
	padding: 2.5rem 1.25rem 2rem;
	background: #f4f4f4;
}

.guest-section-head {
	max-width: 720px;
	margin: 0 auto 2rem;
	text-align: center;
}

.guest-section-head h2 {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	color: #222;
}

.guest-section-sub {
	margin: 0;
	color: #555;
	line-height: 1.5;
	font-size: 0.98rem;
}

.guest-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
}

.guest-tile {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem 1.35rem;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	border: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s, border-color 0.2s;
}

.guest-tile:hover {
	box-shadow: 0 8px 28px rgba(179, 0, 0, 0.12);
	border-color: #e0c4c4;
}

.guest-tile-wide {
	grid-column: 1 / -1;
	max-width: 100%;
}

@media (min-width: 800px) {
	.guest-feature-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.guest-tile-wide {
		grid-column: 1 / -1;
	}
}

.guest-tile-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(145deg, #e60000, #b30000);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.guest-tile-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: #b30000;
}

.guest-tile-text {
	margin: 0 0 1rem;
	flex: 1;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.guest-tile-link {
	font-weight: 600;
	color: #b30000;
	text-decoration: none;
	margin-top: auto;
	align-self: flex-start;
}

.guest-tile-link:hover {
	text-decoration: underline;
}

.guest-closing {
	padding: 2rem 1.25rem 2.5rem;
	background: #f4f4f4;
}

.guest-closing-card {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: 1.75rem 1.5rem;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.guest-closing-text {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
