/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: #2b2118;
	background: #faf3e9;
	line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #c1440e; text-decoration: none; }
a:hover { color: #8f3009; text-decoration: underline; }
ul, ol { list-style: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
.site-header {
	background: #faf3e9;
	border-bottom: 1px solid #2b2118;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: box-shadow 0.2s;
}

.site-header.scrolled { box-shadow: 0 2px 12px rgba(43,33,24,0.1); }

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
	gap: 20px;
}

.logo {
	font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #2b2118;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: -0.01em;
}

.logo:hover { color: #2b2118; text-decoration: none; }

.logo-icon {
	width: 26px;
	height: 26px;
	color: #c1440e;
}

.logo strong { color: #c1440e; font-style: italic; }

.main-nav ul {
	display: flex;
	gap: 2px;
}

.main-nav a {
	display: block;
	padding: 8px 14px;
	border-radius: 0;
	color: #2b2118;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-bottom: 2px solid transparent;
	transition: border-color 0.15s, color 0.15s;
}

.main-nav a:hover, .main-nav a.active {
	background: transparent;
	color: #c1440e;
	border-bottom-color: #c1440e;
	text-decoration: none;
}

.nav-toggle {
	display: none;
	background: none;
	border: 1px solid #2b2118;
	border-radius: 0;
	padding: 6px 12px;
	font-size: 1.1rem;
	cursor: pointer;
	color: #2b2118;
}

/* ===== HERO ===== */
.hero {
	background: #c1440e;
	background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08) 0, transparent 45%),
		radial-gradient(circle at 85% 80%, rgba(0,0,0,0.12) 0, transparent 50%);
	color: #fdf1e6;
	padding: 88px 0 72px;
	text-align: left;
	border-bottom: 6px solid #2b2118;
}

.hero-content { max-width: 760px; }
.hero-wave { display: none; }

.hero-badge {
	display: inline-block;
	background: transparent;
	border: 1px solid rgba(253,241,230,0.6);
	border-radius: 0;
	padding: 4px 14px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.hero h1 {
	font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
	font-size: clamp(2rem, 4.6vw, 3.4rem);
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
	max-width: 760px;
	color: #fff;
}

.hero p {
	font-size: 1.15rem;
	opacity: 0.92;
	max-width: 600px;
	margin: 0 0 32px;
}

.hero-rating { display: flex; justify-content: flex-start; align-items: center; gap: 10px; margin-bottom: 32px; flex-wrap: wrap; }
.hero-rating .stars { font-size: 1.3rem; }
.hero-rating .rating-text { color: rgba(253,241,230,0.92); font-size: 0.92rem; }

.hero-buttons { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 30px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.88rem;
	letter-spacing: 0.02em;
	cursor: pointer;
	border: 2px solid transparent;
	transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
	text-decoration: none;
}

.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(43,33,24,0.22); text-decoration: none; }

.btn-primary { background: #2b2118; color: #fdf1e6; border-color: #2b2118; }
.btn-primary:hover { background: #45301f; color: #fdf1e6; }

.btn-secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); }
.btn-secondary:hover { background: rgba(255,255,255,0.12); color: #fff; }

.btn-amazon {
	background: #2b2118;
	color: #fdf1e6;
	border-color: #2b2118;
	width: 100%;
	justify-content: center;
	margin-top: auto;
}

.btn-amazon:hover { background: #45301f; color: #fdf1e6; }

.btn-outline {
	background: transparent;
	border: 2px solid #2b2118;
	color: #2b2118;
}

.btn-outline:hover { background: #2b2118; color: #fdf1e6; }

.btn-sm { padding: 9px 20px; font-size: 0.8rem; }

/* ===== SECTIONS ===== */
.section { padding: 68px 0; }
.section-alt { background: #fff; }

.section-header { text-align: left; margin-bottom: 44px; max-width: 700px; }
.section-header h2 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; color: #2b2118; margin-bottom: 10px; }
.section-header p { color: #6b5d4f; font-size: 1.02rem; max-width: 640px; margin: 0; }

.section-tag {
	display: inline-block;
	background: transparent;
	border: 1px solid #c1440e;
	color: #c1440e;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 0;
	margin-bottom: 12px;
}

/* ===== TL;DR / QUICK VERDICT BOX ===== */
.quick-verdict {
	background: #fff;
	border: 1px solid #2b2118;
	border-radius: 0;
	padding: 32px 36px;
	margin: 0 0 40px;
	box-shadow: 6px 6px 0 #c1440e;
}

.quick-verdict h2 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: 1.3rem; color: #2b2118; margin-bottom: 12px; }
.quick-verdict p { color: #333; margin-bottom: 8px; }
.quick-verdict ul { list-style: none; margin-top: 12px; }
.quick-verdict li { padding: 4px 0 4px 24px; position: relative; font-size: 0.95rem; }
.quick-verdict li::before { content: '—'; position: absolute; left: 0; color: #c1440e; font-weight: 700; }

/* ===== PRODUCT DETAIL / REVIEW BOX ===== */
.review-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #e7d9c3;
	box-shadow: none;
	padding: 40px;
	align-items: start;
	margin-bottom: 20px;
}

.review-gallery-main { border-radius: 0; overflow: hidden; margin-bottom: 12px; background: #f3e8d9; border: 1px solid #e7d9c3; }
.review-gallery-main img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.review-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.review-thumbs img { border-radius: 0; aspect-ratio: 1/1; object-fit: cover; cursor: pointer; border: 2px solid #e7d9c3; transition: border-color 0.15s; }
.review-thumbs img:hover, .review-thumbs img.active { border-color: #c1440e; }

.review-info h1 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: #2b2118; margin-bottom: 10px; line-height: 1.25; }

.review-price { font-size: 1.7rem; font-weight: 800; color: #c1440e; margin: 16px 0 4px; font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; }
.review-price small { font-size: 0.78rem; color: #6b5d4f; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; display: block; margin-top: 4px; }

.review-meta-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }

/* ===== TOP-EMPFEHLUNGS-KARTE (Meta-Chips, Sterne etc. wiederverwendet) ===== */
.meta-chip {
	background: #fff;
	border: 1px solid #2b2118;
	border-radius: 999px;
	padding: 4px 12px;
	font-size: 0.76rem;
	font-weight: 600;
	color: #2b2118;
}

.stars { color: #c1440e; font-size: 0.9rem; letter-spacing: 1px; }
.rating-text { font-size: 0.85rem; color: #6b5d4f; }

/* ===== PROS & CONS ===== */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0; }

.pros-list h4 { color: #2b2118; font-size: 0.78rem; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 2px solid #c1440e; padding-bottom: 6px; }
.cons-list h4 { color: #2b2118; font-size: 0.78rem; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 2px solid #2b2118; padding-bottom: 6px; }

.pros-list li, .cons-list li { font-size: 0.88rem; color: #444; padding: 4px 0 4px 20px; position: relative; line-height: 1.5; }

.pros-list li::before { content: '+'; position: absolute; left: 2px; color: #c1440e; font-weight: 700; }
.cons-list li::before { content: '–'; position: absolute; left: 2px; color: #2b2118; font-weight: 700; }

/* ===== FEATURE GRID ===== */
.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 1px;
	margin-top: 32px;
	background: #e7d9c3;
	border: 1px solid #e7d9c3;
}

.feature-card {
	background: #fff;
	border-radius: 0;
	padding: 26px 24px;
	box-shadow: none;
	border-left: none;
	border-top: 3px solid #c1440e;
}

.feature-icon {
	width: 38px;
	height: 38px;
	background: transparent;
	border-radius: 0;
	border: 1px solid #2b2118;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.feature-icon svg { width: 20px; height: 20px; fill: #2b2118; }
.feature-card h3 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: 1rem; font-weight: 700; color: #2b2118; margin-bottom: 8px; }
.feature-card p { font-size: 0.85rem; color: #555; line-height: 1.5; }

/* ===== COMPARISON TABLE ===== */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 0; border: 1px solid #2b2118; box-shadow: none; margin-bottom: 20px; }

.comparison-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 0.9rem; min-width: 640px; }

.comparison-table th {
	background: #2b2118;
	color: #fdf1e6;
	padding: 14px 16px;
	text-align: left;
	font-weight: 700;
	white-space: nowrap;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.comparison-table td { padding: 13px 16px; border-bottom: 1px solid #eee0cd; vertical-align: middle; }

.comparison-table tr:nth-child(even) td { background: #faf3e9; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: #f6e8da; }

.comparison-table tr.highlight-row td { background: #fbe3d3; }
.comparison-table tr.highlight-row td:first-child { border-left: 4px solid #c1440e; font-weight: 700; }

.check { color: #c1440e; font-weight: 700; }
.cross { color: #2b2118; }

/* ===== KONKURRENZ-PRODUKTKARTEN ===== */
.competitor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1px;
	margin-top: 32px;
	background: #2b2118;
	border: 1px solid #2b2118;
}

.competitor-card {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.competitor-card img {
	border-radius: 0;
	aspect-ratio: 4/3;
	object-fit: cover;
	margin-bottom: 16px;
	background: #f3e8d9;
	border: 1px solid #e7d9c3;
}

.competitor-card h3 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: 1.1rem; font-weight: 700; color: #2b2118; margin-bottom: 4px; }
.competitor-card .competitor-brand { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #c1440e; margin-bottom: 10px; }
.competitor-card .competitor-usp { font-size: 0.88rem; color: #444; line-height: 1.55; margin-bottom: 16px; flex-grow: 1; }
.competitor-card .competitor-price { font-size: 1.1rem; font-weight: 800; color: #2b2118; margin-bottom: 6px; font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; }
.competitor-card .availability-note { font-size: 0.76rem; color: #7a5500; background: #fff4de; border: 1px solid #e6c98a; border-radius: 0; padding: 6px 10px; margin-bottom: 12px; }

/* ===== FILTER BUTTONS ===== */
.filter-btn {
	padding: 7px 18px;
	border-radius: 999px;
	border: 1px solid #2b2118;
	background: #fff;
	color: #2b2118;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s;
}

.filter-btn:hover { border-color: #c1440e; color: #c1440e; }
.filter-btn.active { background: #2b2118; border-color: #2b2118; color: #fdf1e6; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; }

.faq-item { border: none; border-bottom: 1px solid #e7d9c3; border-radius: 0; margin-bottom: 0; overflow: hidden; }

.faq-question {
	width: 100%;
	text-align: left;
	background: transparent;
	padding: 20px 4px;
	font-size: 1.02rem;
	font-weight: 600;
	font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
	color: #2b2118;
	cursor: pointer;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.15s;
}

.faq-question:hover { background: transparent; color: #c1440e; }

.faq-question::after {
	content: '▾';
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #c1440e;
	flex-shrink: 0;
	margin-left: 16px;
	transition: transform 0.2s;
}

.faq-item.open .faq-question { background: transparent; color: #c1440e; }
.faq-item.open .faq-question::after { transform: rotate(180deg); }

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-answer-inner {
	padding: 0 4px 20px;
	color: #444;
	font-size: 0.95rem;
	line-height: 1.7;
	border-top: none;
	padding-top: 4px;
}

/* ===== GUIDE / LONGFORM CONTENT ===== */
.guide-content { max-width: 860px; margin: 0 auto; }

.guide-section { margin-bottom: 48px; }

.guide-section h2 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: 1.6rem; font-weight: 700; color: #2b2118; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid #2b2118; }

.guide-section h3 { font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif; font-size: 1.2rem; font-weight: 700; color: #c1440e; margin-bottom: 10px; margin-top: 26px; }

.guide-section p { color: #444; margin-bottom: 14px; line-height: 1.8; }

.guide-section ul { list-style: disc; padding-left: 20px; color: #444; }
.guide-section ul li { margin-bottom: 6px; padding-left: 4px; }

.tip-box {
	background: #fff;
	border: 1px solid #2b2118;
	border-left: 4px solid #c1440e;
	border-radius: 0;
	padding: 18px 22px;
	margin: 22px 0;
	font-size: 0.95rem;
	color: #2b2118;
}

.tip-box strong { display: block; margin-bottom: 6px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #c1440e; }

.warning-box {
	background: #fff8e9;
	border: 1px solid #e6c98a;
	border-left: 4px solid #b5871f;
	border-radius: 0;
	padding: 18px 22px;
	margin: 22px 0;
	font-size: 0.95rem;
	color: #5c4813;
}

.warning-box strong { display: block; margin-bottom: 6px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }

.source-note {
	font-size: 0.78rem;
	color: #8a7a68;
	margin-top: 8px;
}

.source-note a { color: #8a7a68; text-decoration: underline; }

/* ===== SPECS TABLE ===== */
.specs-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.specs-table tr { border-bottom: 1px solid #eee0cd; }
.specs-table td { padding: 11px 14px; }
.specs-table td:first-child { font-weight: 700; color: #2b2118; width: 45%; background: #faf3e9; }
.specs-table tr:last-child { border-bottom: none; }

/* ===== BREADCRUMB ===== */
.breadcrumb {
	background: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #e7d9c3;
	font-size: 0.85rem;
	color: #8a7a68;
}

.breadcrumb a { color: #c1440e; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span + span::before { content: ' / '; color: #c9b89a; }

/* ===== RATING STARS ===== */
.star-full { color: #c1440e; }
.star-half { color: #c1440e; }
.star-empty { color: #ddd; }

/* ===== TRUST BADGES ===== */
.trust-bar {
	background: #2b2118;
	color: rgba(253,241,230,0.9);
	padding: 10px 0;
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.trust-inner {
	display: flex;
	justify-content: center;
	gap: 36px;
	flex-wrap: wrap;
}

.trust-item { display: flex; align-items: center; gap: 8px; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.06em; }

/* ===== AFFILIATE NOTICE ===== */
.affiliate-notice {
	background: #fff;
	border: 1px solid #e7d9c3;
	border-left: 4px solid #c1440e;
	border-radius: 0;
	padding: 14px 18px;
	font-size: 0.8rem;
	color: #6b5d4f;
	margin-bottom: 32px;
}

/* ===== FOOTER ===== */
.site-footer {
	background: #2b2118;
	color: rgba(253,241,230,0.8);
	padding: 52px 0 24px;
	margin-top: 48px;
	border-top: 6px solid #c1440e;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-brand .logo { color: #fdf1e6; font-size: 1.2rem; }
.footer-brand .logo strong { color: #e8804a; }
.footer-brand .logo-icon { color: #e8804a; }
.footer-brand p { font-size: 0.875rem; margin-top: 14px; line-height: 1.65; color: rgba(253,241,230,0.75); }

.footer-col h4 { color: #fdf1e6; font-size: 0.8rem; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { color: rgba(253,241,230,0.68); font-size: 0.875rem; transition: color 0.15s; }
.footer-col a:hover { color: #e8804a; text-decoration: none; }

.footer-bottom {
	border-top: 1px solid rgba(253,241,230,0.18);
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 0.8rem;
}

.footer-bottom a { color: rgba(253,241,230,0.6); }
.footer-bottom a:hover { color: #e8804a; }

/* ===== GALLERY MODAL ===== */
.gallery-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(20,14,9,0.94);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.gallery-modal.open { display: flex; }
.gallery-modal img { max-width: 90vw; max-height: 85vh; border-radius: 0; border: 1px solid rgba(253,241,230,0.3); }

.gallery-modal-close {
	position: absolute;
	top: 20px;
	right: 28px;
	color: #fdf1e6;
	font-size: 2rem;
	cursor: pointer;
	background: none;
	border: none;
	line-height: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {

	.review-box { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 640px) {

	.main-nav {
		display: none;
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		background: #faf3e9;
		border-bottom: 1px solid #2b2118;
		box-shadow: 0 8px 24px rgba(43,33,24,0.15);
	}

	.main-nav.open { display: block; }

	.main-nav ul { flex-direction: column; padding: 12px; }
	.main-nav a { padding: 12px 16px; }

	.nav-toggle { display: flex; align-items: center; justify-content: center; }

	.hero { padding: 52px 0 56px; }
	.hero h1 { font-size: 1.8rem; }
	.hero-buttons { flex-direction: column; align-items: stretch; }

	.section { padding: 44px 0; }
	.pros-cons { grid-template-columns: 1fr; }
	.review-thumbs { grid-template-columns: repeat(4, 1fr); }
	.footer-grid { grid-template-columns: 1fr; }
	.trust-inner { gap: 16px; }
	.footer-bottom { flex-direction: column; text-align: center; }

}

/* ===== UTILITIES ===== */
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }

.highlight-text { color: #c1440e; font-weight: 700; }

.notice {
	background: #fff;
	border: 1px solid #e7d9c3;
	border-radius: 0;
	padding: 16px 20px;
	font-size: 0.875rem;
	color: #555;
	margin-bottom: 24px;
}
