*{
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
:root{
	--bg: #05070a;
	--surface: #111418;
	--text: #f5f6f7;
	--muted: #9aa1ab;
	--green: #35d158;
	--orange: #ff6b4a;
}
html, body{
	margin: 0;
	padding: 0;
}
body{
	background: var(--bg);
	color: var(--text);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
a{ color: inherit; }
img{ max-width: 100%; display: block; }

.wrap{
	max-width: 720px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- Hero ---------- */
.hero{
	text-align: center;
	padding: 64px 24px 40px;
}
.hero__icon{
	width: 96px;
	height: 96px;
	border-radius: 22px;
	margin: 0 auto 20px;
	box-shadow: 0 12px 30px rgba(0,0,0,.5);
}
.hero h1{
	font-size: clamp(1.7rem, 1.3rem + 2vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
}
.hero__tagline{
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 460px;
	margin: 0 auto 28px;
}

.store-cta{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: transform 150ms ease;
}
.store-cta:hover{ transform: scale(1.04); }
.store-cta img{ height: 50px; width: auto; }
.store-cta--secondary{
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.rating{
	margin-top: 14px;
	color: var(--muted);
	font-size: .9rem;
	letter-spacing: .02em;
}
.rating .stars{
	display: block;
	color: var(--orange);
	letter-spacing: .12em;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 8px;
}

/* ---------- Slider ---------- */
.slider-section{
	padding: 12px 0 48px;
}
.slider{
	position: relative;
}
.slider__track{
	display: flex;
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 8px 24px 20px;
	scrollbar-width: none;
}
.slider__track::-webkit-scrollbar{ display: none; }
.slider__slide{
	flex: 0 0 auto;
	scroll-snap-align: center;
	width: min(62vw, 260px);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0,0,0,.55);
	background: var(--surface);
}
.slider__slide picture{
	display: block;
}
.slider__slide img{
	width: 100%;
	height: auto;
	display: block;
}
.slider__nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	line-height: 0;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.16);
	background: rgba(17,20,24,.85);
	color: var(--text);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider__nav svg{
	display: block;
	flex-shrink: 0;
}
.slider__nav:hover{ background: rgba(255,255,255,.1); }
.slider__nav--prev{ left: 6px; }
.slider__nav--next{ right: 6px; }
.slider__dots{
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 4px;
}
.slider__dot{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255,255,255,.25);
	border: 0;
	padding: 0;
	cursor: pointer;
}
.slider__dot.is-active{
	background: var(--green);
	width: 18px;
	border-radius: 4px;
}
@media (min-width: 700px){
	.slider__nav{ display: flex; }
}
@media (max-width: 699px){
	.slider__nav{ display: none; }
}

/* ---------- Highlights ---------- */
.highlights{
	padding: 8px 0 56px;
}
.highlights h2{
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 28px;
}
.highlights__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}
.highlights__list li{
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--surface);
	border-radius: 18px;
	padding: 18px 20px;
}
.highlights__icon{
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.highlights__icon svg{
	display: block;
}

/* Explicit brand-font request: highlight copy set in Helvetica Italic,
   matching the in-app numeral/label styling. */
.highlights__text{
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.05rem;
	color: var(--text);
}
.highlights__text strong{
	display: block;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 2px;
}

/* ---------- About ---------- */
.about{
	padding: 8px 0 48px;
}
.about h2{
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 16px;
}
.about p{
	color: var(--muted);
	font-size: .95rem;
	line-height: 1.7;
	max-width: 620px;
	margin: 0 auto;
}

/* ---------- CTA repeat ---------- */
.cta-repeat{
	text-align: center;
	padding: 12px 0 64px;
}

/* ---------- Subpage header (Datenschutz/Impressum) ---------- */
.subpage-header{
	max-width: 720px;
	margin: 0 auto;
	padding: 32px 24px 0;
}
.subpage-header a{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	text-decoration: none;
	font-size: .92rem;
}
.subpage-header a:hover{ color: var(--text); }

/* ---------- Legal ---------- */
.legal{
	padding: 28px 0 44px;
}
.legal + .legal{
	border-top: 1px solid rgba(255,255,255,.08);
}
.legal h1{
	font-size: 1.7rem;
	margin: 12px 0 24px;
}
.legal h2{
	font-size: 1.05rem;
	margin: 24px 0 8px;
}
.legal p{
	color: var(--muted);
	font-size: .95rem;
}
.legal address{
	font-style: normal;
	color: var(--muted);
	font-size: .95rem;
	line-height: 1.7;
}
.legal a{ color: var(--text); text-decoration: underline; }

footer{
	text-align: center;
	padding: 28px 24px 48px;
	color: var(--muted);
	font-size: .82rem;
}
footer a{ text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); }

/* ---------- Language switcher ---------- */
.visually-hidden{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.lang-switch{
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}
.lang-switch select{
	appearance: none;
	-webkit-appearance: none;
	background-color: var(--surface);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23f5f6f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	color: var(--text);
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	padding: 8px 34px 8px 16px;
	font-size: .85rem;
	font-family: inherit;
	color-scheme: dark;
}
html[dir="rtl"] .lang-switch select{
	background-position: left 14px center;
	padding: 8px 16px 8px 34px;
}
.lang-switch select option{
	background: var(--surface);
	color: var(--text);
}

/* Real, crawlable language links (progressive-enhancement companion to the
   <select> above) - see LANG_LINKS_TPL in gen.py for why these exist. */
.lang-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 10px;
	margin: 0 0 14px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.lang-links a{
	color: var(--muted);
	text-decoration: none;
	font-size: .72rem;
	letter-spacing: .02em;
	opacity: .7;
}
.lang-links a:hover{ color: var(--text); opacity: 1; }
.lang-links a[aria-current="true"]{ color: var(--green); opacity: 1; }

/* ---------- RTL (Arabic) ---------- */
html[dir="rtl"] .subpage-header a{
	flex-direction: row-reverse;
}
html[dir="rtl"] .legal a,
html[dir="rtl"] address a{
	unicode-bidi: plaintext;
}

/* ---------- FAQ ---------- */
.faq{
	padding: 8px 0 56px;
}
.faq h2{
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.faq__item{
	background: var(--surface);
	border-radius: 14px;
	padding: 4px 20px;
	margin-bottom: 12px;
}
.faq__item summary{
	cursor: pointer;
	padding: 14px 0;
	font-weight: 700;
	list-style: none;
	position: relative;
	padding-right: 28px;
}
html[dir="rtl"] .faq__item summary{
	padding-right: 0;
	padding-left: 28px;
}
.faq__item summary::-webkit-details-marker{ display: none; }
.faq__item summary::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f6f7' stroke-width='2.4' stroke-linecap='round'%3E%3Cline x1='12' y1='4' x2='12' y2='20'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 200ms ease;
}
html[dir="rtl"] .faq__item summary::after{
	right: auto;
	left: 0;
}
.faq__item[open] summary::after{
	transform: translateY(-50%) rotate(45deg);
}
.faq__item p{
	margin: 0 0 16px;
	color: var(--muted);
	font-size: .95rem;
}

/* ---------- Reviews ---------- */
.reviews{
	padding: 8px 0 56px;
}
.reviews h2{
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 24px;
}
.reviews__list{
	display: grid;
	gap: 14px;
}
@media (min-width: 640px){
	.reviews__list{
		grid-template-columns: 1fr 1fr;
	}
}
.reviews__item{
	background: var(--surface);
	border-radius: 16px;
	padding: 18px 20px;
}
.reviews__stars{
	color: var(--orange);
	letter-spacing: .1em;
	font-size: 1rem;
	margin-bottom: 8px;
}
.reviews__title{
	margin: 0 0 6px;
	font-weight: 700;
}
.reviews__text{
	margin: 0 0 10px;
	color: var(--muted);
	font-size: .92rem;
	line-height: 1.55;
}
.reviews__author{
	margin: 0;
	font-size: .82rem;
	color: var(--muted);
	opacity: .75;
}
.reviews__author::before{
	content: "— ";
}
