/* Wandelzeit landing page – corporate design aligned with Soomia thank-you templates.
 * Scoped to body.soomia-wandelzeit to avoid Hello Elementor / Elementor clashes.
 */

body.soomia-wandelzeit {
	--primary: #5f938c;
	--secondary: #004d65;
	--ink: #004d65;
	--muted: #5f676a;
	--soft: #fbf9f8;
	--brown: #f1ece6;
	--white: #fff;
	--line: #d8e0e2;
	--accent: #fabf75;

	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

body.soomia-wandelzeit *,
body.soomia-wandelzeit *::before,
body.soomia-wandelzeit *::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.soomia-wandelzeit h1,
body.soomia-wandelzeit h2,
body.soomia-wandelzeit h3,
body.soomia-wandelzeit p {
	margin-top: 0;
}

body.soomia-wandelzeit h1,
body.soomia-wandelzeit h2,
body.soomia-wandelzeit h3 {
	font-family: "Quicksand", Arial, sans-serif;
	line-height: 1.2;
	text-wrap: balance;
	letter-spacing: -0.02em;
}

body.soomia-wandelzeit h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	max-width: 850px;
	margin-bottom: 22px;
}

body.soomia-wandelzeit h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 16px;
}

body.soomia-wandelzeit h3 {
	font-size: 1.35rem;
	margin-bottom: 10px;
}

body.soomia-wandelzeit a {
	text-decoration: none;
}

body.soomia-wandelzeit .container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 28px;
}

/* Topbar + nav */
body.soomia-wandelzeit .topbar {
	background: var(--primary);
	color: white;
	text-align: center;
	padding: 9px 15px;
	font-size: 14px;
}

body.soomia-wandelzeit .nav-wrap {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0 1px 0 var(--line);
}

body.soomia-wandelzeit .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 86px;
}

body.soomia-wandelzeit .logo {
	width: 130px;
	height: auto;
	border-radius: 0;
}

body.soomia-wandelzeit .nav-links {
	display: flex;
	align-items: center;
	gap: 25px;
}

body.soomia-wandelzeit .nav-links a {
	color: #fff;
	font-size: 14px;
}

/* Buttons */
body.soomia-wandelzeit .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 14px 26px;
	font-weight: 700;
	font-size: 15px;
	transition: background-color 0.18s, color 0.18s, border-color 0.18s;
	cursor: pointer;
	border: 2px solid var(--accent);
	background: var(--accent);
	color: #fff;
}

body.soomia-wandelzeit .btn:hover,
body.soomia-wandelzeit .btn-primary:hover,
body.soomia-wandelzeit .btn-secondary:hover,
body.soomia-wandelzeit .btn-light:hover {
	background: #fff;
	color: var(--accent);
	border-color: var(--accent);
}

body.soomia-wandelzeit .btn-primary,
body.soomia-wandelzeit .btn-secondary,
body.soomia-wandelzeit .btn-light {
	background: var(--accent);
	color: #fff;
	border: 2px solid var(--accent);
	box-shadow: none;
}

/* Hero */
body.soomia-wandelzeit .hero {
	background: var(--soft);
	padding: 52px 0 78px;
	border-top: 1px solid var(--line);
}

body.soomia-wandelzeit .hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.78fr;
	gap: 60px;
	align-items: center;
}

body.soomia-wandelzeit .eyebrow {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 15px;
}

body.soomia-wandelzeit .hero p {
	font-size: 18px;
	max-width: 710px;
	margin-bottom: 27px;
}

body.soomia-wandelzeit .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

body.soomia-wandelzeit .hero-secondary-link {
	font-size: 14px;
	color: var(--muted);
	font-weight: 600;
	padding-bottom: 1px;
	text-decoration: none;
}

body.soomia-wandelzeit .hero-secondary-link:hover {
	color: var(--primary);
	text-decoration: none;
}

body.soomia-wandelzeit .microcopy {
	font-size: 13px;
	color: var(--muted);
	margin-top: 13px;
}

body.soomia-wandelzeit .hero-card {
	background: white;
	border-radius: 22px;
	padding: 31px;
}

body.soomia-wandelzeit .hero-card h3 {
	color: var(--secondary);
}

body.soomia-wandelzeit .hero-card ul,
body.soomia-wandelzeit .program ul,
body.soomia-wandelzeit .check-card ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}

body.soomia-wandelzeit .hero-card li,
body.soomia-wandelzeit .program li,
body.soomia-wandelzeit .check-card li {
	margin: 9px 0;
	padding-left: 1.4em;
	position: relative;
	font-size: 15px;
}

body.soomia-wandelzeit .hero-card li::before,
body.soomia-wandelzeit .program li::before,
body.soomia-wandelzeit .check-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.28em;
	width: 0.85em;
	height: 0.85em;
	background-color: var(--primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.soomia-wandelzeit .hero-trust {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	font-size: 14.5px;
	color: var(--muted);
	font-style: italic;
}

/* Sections */
body.soomia-wandelzeit section {
	padding: 90px 0;
}

body.soomia-wandelzeit .problem-grid,
body.soomia-wandelzeit .trust-grid,
body.soomia-wandelzeit .check-grid,
body.soomia-wandelzeit .step-grid,
body.soomia-wandelzeit .program-grid,
body.soomia-wandelzeit .final-grid {
	display: grid;
	gap: 30px;
}

body.soomia-wandelzeit .problem-grid {
	grid-template-columns: 0.9fr 1.1fr;
	align-items: start;
}

body.soomia-wandelzeit .problem-list {
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
}

body.soomia-wandelzeit .problem-list li {
	margin: 9px 0;
	padding-left: 1.4em;
	position: relative;
	font-size: 15px;
}

body.soomia-wandelzeit .problem-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.28em;
	width: 0.85em;
	height: 0.85em;
	background-color: var(--primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Band */
body.soomia-wandelzeit .band {
	background: var(--primary);
	color: #fff;
}

body.soomia-wandelzeit .band h2 {
	color: #fff;
}

body.soomia-wandelzeit .band .eyebrow {
	color: rgba(255, 255, 255, 0.85);
}

body.soomia-wandelzeit .band p {
	font-size: 18px;
	max-width: 850px;
}

/* Trust */
body.soomia-wandelzeit .trust-grid {
	grid-template-columns: 0.75fr 1.25fr;
	align-items: center;
}

body.soomia-wandelzeit .trust-card {
	background: var(--soft);
	padding: 31px;
	border-radius: 22px;
}

body.soomia-wandelzeit .credentials {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px;
}

body.soomia-wandelzeit .credential {
	background: #fff;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid var(--line);
	font-size: 14px;
}

/* Steps */
body.soomia-wandelzeit .steps {
	background: var(--brown);
}

body.soomia-wandelzeit .step-grid {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 34px;
}

body.soomia-wandelzeit .step {
	background: var(--soft);
	border-radius: 18px;
	padding: 23px;
}

body.soomia-wandelzeit .step-no {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--secondary);
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 16px;
}

/* Programs */
body.soomia-wandelzeit .program-header {
	max-width: 770px;
}

body.soomia-wandelzeit .program-grid {
	grid-template-columns: 1fr 1fr;
	margin-top: 38px;
}

body.soomia-wandelzeit .program {
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 32px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

body.soomia-wandelzeit .program.featured {
	background: var(--soft);
	border-color: #b7cbc7;
}

body.soomia-wandelzeit .badge {
	display: inline-block;
	align-self: flex-start;
	background: rgba(95, 147, 140, 0.16);
	color: var(--primary);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

body.soomia-wandelzeit .program ul {
	margin: 18px 0 26px;
}

body.soomia-wandelzeit .price {
	margin-top: auto;
	border-top: 1px solid var(--line);
	padding-top: 19px;
	font-size: 24px;
	font-weight: 700;
	color: var(--primary);
}

body.soomia-wandelzeit .price span {
	display: block;
	font-size: 13px;
	color: var(--muted);
	font-weight: 400;
	margin-top: 5px;
}

body.soomia-wandelzeit .program .btn {
	margin-top: 19px;
}

body.soomia-wandelzeit .note {
	font-size: 13px;
	color: var(--muted);
	margin-top: 18px;
}

body.soomia-wandelzeit .programs-cta {
	margin-top: 26px;
	background: var(--soft);
	border-radius: 18px;
	padding: 22px 25px;
	text-align: center;
}

body.soomia-wandelzeit .programs-cta strong,
body.soomia-wandelzeit .programs-cta span {
	display: block;
}

body.soomia-wandelzeit .programs-cta span {
	color: var(--muted);
	font-size: 14px;
	margin: 5px 0 15px;
}

body.soomia-wandelzeit .lab-note {
	max-width: 900px;
	margin: 18px auto 0;
	padding: 16px 18px;
	border-left: 3px solid var(--primary);
	background: var(--soft);
	color: var(--ink);
	font-size: 14px;
	line-height: 1.55;
}

body.soomia-wandelzeit .program-note {
	max-width: 900px;
	margin: 14px auto 0;
	text-align: center;
	font-size: 13px;
	color: var(--muted);
}

/* Quotes */
body.soomia-wandelzeit .quote-section {
	background: var(--brown);
}

body.soomia-wandelzeit .quotes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 30px;
}

body.soomia-wandelzeit .quote {
	background: var(--soft);
	border-radius: 18px;
	padding: 25px;
}

body.soomia-wandelzeit .quote p {
	font-size: 17px;
	line-height: 1.5;
	font-style: italic;
}

body.soomia-wandelzeit .quote small {
	color: var(--muted);
}

/* Check */
body.soomia-wandelzeit .check-grid {
	grid-template-columns: 1fr 0.9fr;
	align-items: center;
}

body.soomia-wandelzeit .check-card {
	padding: 30px;
	border-radius: 22px;
	background: var(--soft);
}

body.soomia-wandelzeit .check-card ul {
	margin: 16px 0 22px;
}

body.soomia-wandelzeit .age-note {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.5;
	max-width: 720px;
	margin: -2px 0 18px;
}

/* FAQ */
body.soomia-wandelzeit .faq {
	max-width: 880px;
}

body.soomia-wandelzeit details {
	border-bottom: 1px solid var(--line);
	padding: 19px 0;
}

body.soomia-wandelzeit summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 17px;
	color: var(--ink);
}

body.soomia-wandelzeit details p {
	color: var(--muted);
	padding: 11px 0 0;
	margin: 0;
}

/* Final CTA */
body.soomia-wandelzeit .final {
	background: var(--primary);
	color: #fff;
}

body.soomia-wandelzeit .final h2 {
	color: #fff;
}

body.soomia-wandelzeit .final .eyebrow {
	color: rgba(255, 255, 255, 0.85);
}

body.soomia-wandelzeit .final-grid {
	grid-template-columns: 1.1fr 0.8fr;
	align-items: center;
}

body.soomia-wandelzeit .final-card {
	background: #fff;
	color: var(--ink);
	border-radius: 22px;
	padding: 28px;
	box-shadow: 0 20px 44px rgba(0, 77, 102, 0.12);
}

body.soomia-wandelzeit .final-card h3 {
	color: var(--secondary);
}

body.soomia-wandelzeit .final-card p {
	margin-bottom: 18px;
}

/* Footer */
body.soomia-wandelzeit .footer {
	padding: 30px 0;
	font-size: 13px;
	color: var(--muted);
}

body.soomia-wandelzeit .footer-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

body.soomia-wandelzeit .footer a {
	color: var(--primary);
	font-weight: 700;
}

@media (max-width: 860px) {
	body.soomia-wandelzeit .nav-links a:not(.nav-cta) {
		display: none;
	}

	body.soomia-wandelzeit .hero-grid,
	body.soomia-wandelzeit .problem-grid,
	body.soomia-wandelzeit .trust-grid,
	body.soomia-wandelzeit .check-grid,
	body.soomia-wandelzeit .final-grid {
		grid-template-columns: 1fr;
	}

	body.soomia-wandelzeit .program-grid {
		grid-template-columns: 1fr;
	}

	body.soomia-wandelzeit .step-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.soomia-wandelzeit .quotes {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 540px) {
	body.soomia-wandelzeit .container {
		padding: 0 20px;
	}

	body.soomia-wandelzeit section {
		padding: 65px 0;
	}

	body.soomia-wandelzeit .hero {
		padding: 38px 0 60px;
	}

	body.soomia-wandelzeit .nav {
		min-height: 72px;
	}

	body.soomia-wandelzeit .logo {
		width: 120px;
	}

	body.soomia-wandelzeit .nav-links {
		gap: 0;
	}

	body.soomia-wandelzeit .nav-links .btn {
		font-size: 13px;
		padding: 11px 14px;
	}

	body.soomia-wandelzeit .credentials,
	body.soomia-wandelzeit .step-grid {
		grid-template-columns: 1fr;
	}

	body.soomia-wandelzeit h1 {
		font-size: 2.2rem;
	}
}
