/* =========================================================================
   Paartherapie Thormann – Theme-Stylesheet
   Nachbau der Framer-Vorlage "Cureva"
   ========================================================================= */

/* ---------- Design-Tokens ---------- */
:root {
	--pt-teal:        #057C8B;
	--pt-teal-dark:   #046470;
	--pt-ink:         #0D0D0D;
	--pt-grey:        #5E5E5E;
	--pt-grey-2:      #787878;
	--pt-line:        rgba(0,0,0,0.08);
	--pt-bg:          #FFFFFF;
	--pt-bg-soft:     #F6F7F7;
	--pt-bg-teal:     #F0F6F6;
	--pt-bg-peach:    #FAEEE3;
	--pt-orange:      #FF833B;
	--pt-shadow-sm:   0 2px 10px rgba(6,125,140,0.06);
	--pt-shadow-md:   0 14px 40px rgba(6,125,140,0.10);
	--pt-shadow-lg:   0 30px 70px rgba(6,125,140,0.14);
	--pt-radius:      22px;
	--pt-radius-lg:   30px;
	--pt-radius-pill: 999px;
	--pt-container:   1200px;
	--pt-font-head:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--pt-font-body:   'Satoshi', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--pt-font-body);
	font-size: 14px;
	line-height: 21px;
	color: var(--pt-grey-2);
	background: var(--pt-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--pt-font-head);
	color: var(--pt-ink);
	font-weight: 500;
	letter-spacing: -0.015em;
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 4.4vw, 47px); line-height: 1.18; }
h2 { font-size: clamp(1.7rem, 4vw, 42px); line-height: 1.25; }
h3 { font-size: clamp(1.18rem, 1.6vw, 24px); line-height: 1.42; }
h4 { font-size: 18px; line-height: 1.4; }
p  { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.pt-container { width: 100%; max-width: var(--pt-container); margin: 0 auto; padding: 0 24px; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.pt-skip-link { position: absolute; left: -999px; }
.pt-skip-link:focus {
	left: 16px; top: 16px; z-index: 9999; background: var(--pt-teal);
	color: #fff; padding: 10px 18px; border-radius: 8px;
}

/* ---------- Eyebrow / Sektionsueberschriften ---------- */
.pt-eyebrow {
	display: inline-block;
	font-size: .76rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pt-teal);
	background: var(--pt-bg-teal);
	padding: 6px 14px;
	border-radius: var(--pt-radius-pill);
	margin-bottom: 16px;
}
.pt-section-head { max-width: 720px; margin-bottom: 64px; }
.pt-section-head h2 { margin-bottom: .35em; }
.pt-section-head p { color: var(--pt-grey); }
.pt-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Buttons ---------- */
.pt-btn {
	display: inline-flex; align-items: center; justify-content: center;
	gap: 8px;
	font-family: var(--pt-font-body);
	font-size: 16px; font-weight: 500; line-height: 24px;
	padding: 13px 26px;
	border-radius: var(--pt-radius-pill);
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
	white-space: nowrap;
}
.pt-btn--primary { background: var(--pt-teal); color: #fff; box-shadow: var(--pt-shadow-sm); }
.pt-btn--primary:hover { background: var(--pt-teal-dark); transform: translateY(-2px); box-shadow: var(--pt-shadow-md); }
.pt-btn--ghost { background: transparent; color: var(--pt-ink); border-color: var(--pt-line); }
.pt-btn--ghost:hover { border-color: var(--pt-teal); color: var(--pt-teal); }
.pt-btn--light { background: #fff; color: var(--pt-teal); }
.pt-btn--light:hover { transform: translateY(-2px); box-shadow: var(--pt-shadow-md); }
.pt-btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.pt-btn--ghost-light:hover { background: rgba(255,255,255,.12); }
.pt-btn--block { width: 100%; }

/* ---------- Header / Navigation ---------- */
.pt-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255,255,255,.9);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid var(--pt-line);
}
.pt-header__inner { display: flex; align-items: center; gap: 24px; min-height: 78px; }
.pt-header__brand { flex-shrink: 0; }
.custom-logo { max-height: 44px; width: auto; }
.pt-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--pt-ink); }
.pt-logo__mark {
	display: block; width: 36px; height: auto;
	flex-shrink: 0;
	background: transparent; border-radius: 0;
}
/* Footer-Variante (dunkler Hintergrund): Logo bleibt vollfarbig
 * – die Teal-Figur und die graue Outline lesen sich auch auf #0D0D0D
 * gut, kein Filter noetig. */
.pt-logo__text { font-size: 17px; letter-spacing: -.01em; }
.pt-logo--light .pt-logo__text { color: #fff; }

.pt-nav { margin-left: auto; }
.pt-nav__list { display: flex; align-items: center; gap: 6px; }
.pt-nav__list li { position: relative; }
.pt-nav__list a {
	display: block; padding: 10px 16px; border-radius: var(--pt-radius-pill);
	font-family: var(--pt-font-body);
	font-size: 16px; font-weight: 500; line-height: 24px;
	color: var(--pt-ink);
	transition: color .2s ease, background .2s ease;
}
.pt-nav__list a:hover,
.pt-nav__list .current-menu-item > a { color: var(--pt-teal); background: var(--pt-bg-soft); }
/* Untermenues */
.pt-nav__list ul {
	position: absolute; top: 100%; left: 0; min-width: 220px;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: 14px; padding: 8px; box-shadow: var(--pt-shadow-md);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: all .2s ease;
}
.pt-nav__list li:hover > ul { opacity: 1; visibility: visible; transform: translateY(4px); }

.pt-header__cta { flex-shrink: 0; }
.pt-header__cta .pt-btn { padding: 12px 22px; }

/* Burger */
.pt-burger {
	display: none; flex-direction: column; gap: 5px;
	width: 44px; height: 44px; padding: 11px;
	background: var(--pt-bg-soft); border: none; border-radius: 12px; cursor: pointer;
}
.pt-burger span { display: block; height: 2px; background: var(--pt-ink); border-radius: 2px; transition: .25s; }
.pt-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pt-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.pt-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.pt-mobile-nav { padding: 16px 24px 28px; border-top: 1px solid var(--pt-line); background: #fff; }
.pt-mobile-nav__list { margin-bottom: 16px; }
.pt-mobile-nav__list a { display: block; padding: 13px 4px; font-weight: 500; color: var(--pt-ink); border-bottom: 1px solid var(--pt-line); }

/* ---------- Cards (Basis) ---------- */
.pt-card {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius);
	padding: 32px;
	box-shadow: var(--pt-shadow-sm);
	transition: transform .25s ease, box-shadow .25s ease;
}
.pt-card__icon {
	display: grid; place-items: center;
	width: 56px; height: 56px; margin-bottom: 20px;
	border-radius: 15px;
	background: var(--pt-bg-teal); color: var(--pt-teal);
}
.pt-card__icon svg { width: 26px; height: 26px; }
.pt-card__icon img { width: 30px; height: 30px; object-fit: contain; }
.pt-card__icon--round { border-radius: 50%; width: 64px; height: 64px; }

/* ---------- HERO ---------- */
.pt-hero {
	padding: 24px 0 56px;
	min-height: calc(100vh - 96px);
	display: flex;
	align-items: center;
}
.pt-hero > .pt-container { width: 100%; }
.pt-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.pt-stars { color: var(--pt-orange); letter-spacing: 2px; font-size: 14px; }
.pt-hero__rating {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 13px; font-weight: 500; color: var(--pt-grey);
	background: var(--pt-bg-soft); padding: 9px 18px; border-radius: var(--pt-radius-pill);
	margin-bottom: 26px;
}
.pt-hero__heading { margin-bottom: .35em; }
.pt-hero__subtext { max-width: 480px; margin-bottom: 30px; font-size: 15px; }
.pt-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.pt-hero__features { display: flex; gap: 36px; flex-wrap: wrap; }
.pt-hero__feature { display: flex; align-items: center; gap: 12px; }
.pt-hero__feature-icon {
	display: grid; place-items: center; flex-shrink: 0;
	width: 44px; height: 44px; border-radius: 12px;
	background: var(--pt-bg-teal); color: var(--pt-teal);
}
.pt-hero__feature-icon svg { width: 22px; height: 22px; }
.pt-hero__feature span:last-child { display: flex; flex-direction: column; }
.pt-hero__feature strong { color: var(--pt-ink); font-size: 14px; }
.pt-hero__feature em { color: var(--pt-grey-2); font-style: normal; font-size: 13px; }

.pt-hero__media { position: relative; border-radius: var(--pt-radius-lg); overflow: hidden; box-shadow: var(--pt-shadow-lg); }
.pt-hero__media img { width: 100%; height: clamp(420px, 52vw, 560px); object-fit: cover; object-position: center 22%; }
.pt-hero__caption {
	position: absolute; left: 20px; right: 20px; bottom: 20px;
	display: flex; flex-direction: column; gap: 2px;
	background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
	padding: 16px 22px; border-radius: 16px; box-shadow: var(--pt-shadow-md);
}
.pt-hero__caption-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--pt-teal); }
.pt-hero__caption strong { color: var(--pt-ink); font-size: 18px; }

/* ---------- INTRO / ABOUT ---------- */
.pt-intro { padding: 80px 0; }
.pt-intro__grid { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: start; }
.pt-intro__center {
	max-width: 880px; margin: 0 auto; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 22px;
}
/* 2-spaltiges Layout: Praxis-Bild links (schmaler), rechte Spalte mit
 * Eyebrow + Aussage-Text + Statistiken (deutlich breiter). */
.pt-intro__split {
	display: grid; grid-template-columns: minmax(280px, .8fr) 1.6fr;
	gap: 56px; align-items: center;
}
.pt-intro__media img {
	width: 100%; height: 100%; min-height: 440px; max-height: 560px;
	object-fit: cover; border-radius: var(--pt-radius-lg);
	display: block;
}
.pt-intro__copy {
	display: flex; flex-direction: column; gap: 0;
	/* Eyebrow-Pill nicht über die volle Spalten-Breite stretchen — die
	 * Pill ist visuell ein Tag und soll nur ihre Inhalts-Breite + Padding
	 * haben. Mit flex-direction:column ist sonst align-items:stretch
	 * default und macht den span 100% breit. */
	align-items: flex-start;
}
/* Sauberes Whitespace-Raster: knapper Abstand Eyebrow→Text (18 px),
 * großzügiger Abstand Text→Stats (40 px) für klare visuelle Hierarchie. */
.pt-intro__copy .pt-eyebrow { margin: 0 0 18px; }
.pt-intro__big {
	/* Aussagentext laut Kundenspezifikation: Inter (Headline-Font) 500
	 * mit 24/34. Kein Bold, keine extreme letter-spacing — bleibt im
	 * Body-Lese-Komfort, aber typographisch klar von normalem Body
	 * abgehoben. */
	font-family: var(--pt-font-head);
	font-size: 24px; line-height: 34px;
	font-weight: 500; letter-spacing: -.005em;
	color: var(--pt-ink); margin: 0;
}
/* Stats-Kachel-Reihe unter dem Aussage-Text: 3 Spalten, kompakte Werte */
.pt-intro__stats {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	margin-top: 40px;
	width: 100%;
}

/* ---------- STATISTIKEN ---------- */
.pt-stats { padding: 40px 0 80px; }
.pt-stats__grid {
	display: grid; grid-template-columns: 220px repeat(3, 1fr); gap: 32px;
	align-items: center;
}
.pt-stats__media img { border-radius: var(--pt-radius); width: 100%; height: 150px; object-fit: cover; }
.pt-stat { text-align: center; }
.pt-stat__arrow {
	display: inline-grid; place-items: center;
	width: 32px; height: 32px; border-radius: 9px;
	background: var(--pt-teal); color: #fff;
	margin: 0 auto 14px;
}
.pt-stat__arrow svg { width: 18px; height: 18px; }
.pt-stat__num { display: block; font-family: var(--pt-font-head); font-size: clamp(1.8rem, 3vw, 32px); line-height: 1; font-weight: 500; color: var(--pt-ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.pt-stat__label { color: var(--pt-grey); font-size: 14px; }

/* ---------- DIFFERENZIERUNG ---------- */
.pt-diff { padding: 110px 0; }
.pt-diff__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.pt-diff__card { display: flex; flex-direction: column; position: relative; overflow: hidden; }
.pt-diff__card::before {
	content: ""; position: absolute; top: 0; right: 0;
	width: 170px; height: 170px; pointer-events: none;
	background-image: radial-gradient(circle, rgba(5,124,139,.16) 1.3px, transparent 1.6px);
	background-size: 15px 15px;
	-webkit-mask-image: linear-gradient(225deg, #000, transparent 72%);
	mask-image: linear-gradient(225deg, #000, transparent 72%);
}
.pt-diff__card > * { position: relative; }
.pt-diff__card:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-diff__card h3 { margin-bottom: .4em; }
.pt-diff__card p { font-size: 14px; margin: 0; }

.pt-diff__cta {
	grid-column: 3; grid-row: 1 / span 2;
	background: var(--pt-teal); color: #fff; padding: 0; overflow: hidden;
	display: flex; flex-direction: column;
	position: relative;
	transition: transform .25s ease, box-shadow .25s ease;
}
.pt-diff__cta::before {
	content: ""; position: absolute; top: 0; right: 0;
	width: 240px; height: 240px; pointer-events: none;
	background-image: radial-gradient(circle, rgba(255,255,255,.28) 1.4px, transparent 1.8px);
	background-size: 14px 14px;
	-webkit-mask-image: linear-gradient(225deg, #000, transparent 70%);
	mask-image: linear-gradient(225deg, #000, transparent 70%);
}
.pt-diff__cta:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-lg); }
.pt-diff__cta-body { padding: 34px; position: relative; }
.pt-diff__cta-icon {
	display: grid; place-items: center;
	width: 44px; height: 44px; margin-bottom: 22px;
	border-radius: 12px; background: rgba(255,255,255,.18); color: #fff;
	overflow: hidden;
}
.pt-diff__cta-icon svg { width: 20px; height: 20px; transition: transform .35s cubic-bezier(.4,0,.2,1); }
.pt-diff__cta:hover .pt-diff__cta-icon { background: #fff; color: var(--pt-teal); }
.pt-diff__cta:hover .pt-diff__cta-icon svg { transform: translateX(3px) rotate(-45deg); }
.pt-diff__cta h3 { color: #fff; font-size: 24px; }
.pt-diff__cta p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 4px; }
.pt-diff__cta .pt-btn { display: none; }
/* Mockup-Bereich: das Handy sitzt jetzt mittig (horizontal) in der grünen
 * Karten-Unterhälfte und steht satt auf der Karten-Unterkante auf.
 * Vorher: an die rechte Karten-Unterkante mit -10 % margin-right
 * angedockt, sodass es leicht ueber den Rand schaute — der Kunde wollte
 * das mittig sehen. Hover skaliert weiterhin aus der Unterkante heraus,
 * sodass keine Luecke am unteren Rand entsteht. */
/* Mockup im unteren Bereich der CTA-Karte. Das Bild-File ist so
 * vorbereitet, dass das Phone bei ~50% der Bildbreite liegt (links
 * wurde transparenter Raum angefügt). Deshalb reicht `justify-content:
 * center` ohne weitere Tricks und der Hover-Scale crop-frei. */
.pt-diff__cta-media {
	margin-top: auto; padding: 0; position: relative;
	display: flex; justify-content: center; align-items: flex-end;
}
.pt-diff__cta-media img {
	width: 100%; max-width: 320px; height: auto;
	display: block;
	transform: translateX(28%);
	transform-origin: bottom center;
	transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.pt-diff__cta:hover .pt-diff__cta-media img { transform: translateX(28%) scale(1.03); }

/* ---------- LEISTUNGEN ---------- */
.pt-services { padding: 110px 0; background: var(--pt-bg-soft); }
.pt-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pt-service-card {
	position: relative; display: flex; align-items: flex-end;
	min-height: 400px; padding: 28px;
	border-radius: var(--pt-radius); overflow: hidden;
	background-size: cover; background-position: center;
	box-shadow: var(--pt-shadow-sm);
	transition: transform .25s ease, box-shadow .25s ease;
}
.pt-service-card:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-service-card__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(8,30,33,.78) 0%, rgba(8,30,33,.12) 45%, rgba(8,30,33,0) 70%);
}
.pt-service-card__title {
	position: relative; color: #fff; font-size: 22px; font-weight: 600; letter-spacing: -.02em;
}
.pt-service-card__arrow {
	position: absolute; right: 24px; bottom: 26px;
	display: grid; place-items: center;
	width: 42px; height: 42px; border-radius: 50%;
	background: #fff; color: var(--pt-ink);
	transition: background .2s ease, color .2s ease;
}
.pt-service-card__arrow svg { width: 18px; height: 18px; }
.pt-service-card:hover .pt-service-card__arrow { background: var(--pt-teal); color: #fff; }

/* ---------- PHILOSOPHIE ---------- */
.pt-philo { padding: 110px 0; }
.pt-philo__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.pt-philo__intro { font-size: 18px; color: var(--pt-ink); font-weight: 500; }
.pt-checklist { margin: 22px 0 28px; display: flex; flex-direction: column; gap: 12px; }
.pt-checklist li { position: relative; padding-left: 34px; color: var(--pt-ink); font-weight: 500; }
.pt-checklist li::before {
	content: ""; position: absolute; left: 0; top: 1px;
	width: 22px; height: 22px; border-radius: 50%;
	background: var(--pt-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.pt-philo__media img { border-radius: var(--pt-radius-lg); width: 100%; height: 560px; object-fit: cover; object-position: center 25%; box-shadow: var(--pt-shadow-md); }

/* ---------- WERTE ---------- */
.pt-values { padding: 80px 0; background: var(--pt-bg-soft); }
.pt-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pt-value-row { display: flex; gap: 18px; align-items: flex-start; }
.pt-value-row__icon {
	flex-shrink: 0; display: grid; place-items: center;
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--pt-bg-teal); color: var(--pt-teal);
}
.pt-value-row__icon svg { width: 22px; height: 22px; }
.pt-value-row__icon img { width: 24px; height: 24px; object-fit: contain; }
.pt-value-row h3 { font-size: 20px; margin-bottom: .35em; }
.pt-value-row p { font-size: 14px; margin: 0; }

/* ---------- ABLAUF ---------- */
.pt-process { padding: 110px 0; }
.pt-process__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.pt-process__visual { position: relative; border-radius: var(--pt-radius-lg); overflow: hidden; box-shadow: var(--pt-shadow-md); }
.pt-process__visual img { width: 100%; height: 620px; object-fit: cover; }
.pt-process__card {
	position: absolute; left: 24px; right: 24px; bottom: 24px;
	background: #fff; border-radius: var(--pt-radius); padding: 28px;
	box-shadow: var(--pt-shadow-md);
}
.pt-process__card h2 { font-size: 24px; margin-bottom: .7em; }
.pt-process__steps { display: flex; flex-direction: column; list-style: none; margin: 0; padding: 0; }
.pt-step { padding: 26px 0; border-bottom: 1px solid var(--pt-line); }
.pt-step:first-child { padding-top: 0; }
.pt-step:last-child { border-bottom: none; padding-bottom: 0; }
.pt-step__num { display: block; color: var(--pt-teal); font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.pt-step h3 { margin-bottom: .35em; }
.pt-step p { font-size: 14px; margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.pt-testi { padding: 110px 0; background: var(--pt-bg-soft); }
.pt-testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pt-testi__card { display: flex; flex-direction: column; gap: 22px; }
.pt-testi__card blockquote { margin: 0; font-size: 14px; color: var(--pt-grey); }
.pt-testi__card figcaption { display: flex; align-items: center; gap: 14px; }
.pt-testi__avatar img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.pt-testi__avatar--initials {
	display: inline-flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 50%;
	background: var(--pt-bg-teal); color: var(--pt-teal);
	font-weight: 600; font-size: 16px; letter-spacing: .02em;
	flex-shrink: 0;
}
.pt-testi__person { display: flex; flex-direction: column; }
.pt-testi__person strong { color: var(--pt-ink); }
.pt-testi__person em { font-style: normal; color: var(--pt-teal); font-size: 13px; font-weight: 500; }

/* ---------- BLOG ---------- */
.pt-blog { padding: 80px 0; }
.pt-blog .pt-section-head { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; gap: 18px; }
.pt-blog .pt-section-head h2 { width: 100%; }
.pt-blog .pt-section-head p { flex: 1; min-width: 280px; }
.pt-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pt-blog__grid--archive { grid-template-columns: repeat(3, 1fr); }
.pt-post { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.pt-post:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-post__media { display: block; aspect-ratio: 16/10; overflow: hidden; }
.pt-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pt-post:hover .pt-post__media img { transform: scale(1.04); }
.pt-post__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--pt-bg-teal), var(--pt-bg-soft)); }
.pt-post__body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 8px; }
.pt-post__body h2, .pt-post__body h3 { font-size: 18px; margin: 0; }
.pt-post__meta { color: var(--pt-grey-2); font-size: 13px; }
.pt-post__excerpt { font-size: 14px; }

/* ---------- FAQ / Akkordeon ---------- */
.pt-faq { padding: 80px 0; background: var(--pt-bg-soft); }
.pt-accordion { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pt-accordion__item { background: #fff; border: 1px solid var(--pt-line); border-radius: 16px; overflow: hidden; }
.pt-accordion__trigger {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 22px 26px; background: none; border: none; cursor: pointer;
	font-family: inherit; font-size: 16px; font-weight: 600; color: var(--pt-ink); text-align: left;
}
.pt-accordion__icon { position: relative; flex-shrink: 0; width: 22px; height: 22px; }
.pt-accordion__icon::before, .pt-accordion__icon::after {
	content: ""; position: absolute; background: var(--pt-teal); border-radius: 2px;
	transition: transform .25s ease;
}
.pt-accordion__icon::before { top: 10px; left: 0; width: 22px; height: 2px; }
.pt-accordion__icon::after  { left: 10px; top: 0; width: 2px; height: 22px; }
.pt-accordion__trigger[aria-expanded="true"] .pt-accordion__icon::after { transform: rotate(90deg); opacity: 0; }
.pt-accordion__panel {
	max-height: 0; overflow: hidden;
	padding: 0 26px; color: var(--pt-grey); font-size: 14px;
	transition: max-height .3s ease, padding .3s ease;
}
.pt-accordion__panel.is-open { padding: 0 26px 24px; }

/* ---------- ABSCHLUSS-CTA ---------- */
.pt-cta { padding: 40px 0 90px; }
.pt-cta__box {
	position: relative; overflow: hidden;
	background: linear-gradient(135deg, var(--pt-teal), var(--pt-teal-dark));
	border-radius: var(--pt-radius-lg);
	padding: 80px 48px; text-align: center; color: #fff;
}
.pt-cta__box::before {
	content: ""; position: absolute; top: 0; right: 0;
	width: 380px; height: 380px; pointer-events: none;
	background-image: radial-gradient(circle, rgba(255,255,255,.18) 1.3px, transparent 1.6px);
	background-size: 16px 16px;
	-webkit-mask-image: linear-gradient(225deg, #000, transparent 70%);
	mask-image: linear-gradient(225deg, #000, transparent 70%);
}
.pt-cta__box::after {
	content: ""; position: absolute; bottom: 0; left: 0;
	width: 320px; height: 320px; pointer-events: none;
	background-image: radial-gradient(circle, rgba(255,255,255,.12) 1.3px, transparent 1.6px);
	background-size: 16px 16px;
	-webkit-mask-image: linear-gradient(45deg, #000, transparent 72%);
	mask-image: linear-gradient(45deg, #000, transparent 72%);
}
.pt-cta__box > * { position: relative; }
.pt-cta__box h2 { color: #fff; max-width: 640px; margin: 0 auto .4em; }
.pt-cta__box p { color: rgba(255,255,255,.85); max-width: 520px; margin: 0 auto 28px; }
.pt-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Innenseiten / Archiv ---------- */
.pt-pagehead { padding: 64px 0 40px; background: var(--pt-bg-soft); text-align: center; }
.pt-pagehead h1 { margin: 0; }
.pt-page, .pt-archive, .pt-single__content { padding: 64px 0; }
.pt-page__content, .pt-single__content { max-width: 820px; margin: 0 auto; }
.pt-page__content img, .pt-single__content img { border-radius: var(--pt-radius); }
.pt-page__thumb, .pt-single__thumb { margin-bottom: 32px; }
.pt-single__thumb img { border-radius: var(--pt-radius-lg); width: 100%; }
.pt-single__back { margin-top: 40px; }
.pt-empty { text-align: center; color: var(--pt-grey-2); padding: 40px 0; }
.pt-pagination { margin-top: 48px; text-align: center; }
.pt-pagination .page-numbers {
	display: inline-block; padding: 10px 16px; margin: 0 3px;
	border-radius: 10px; background: var(--pt-bg-soft); font-weight: 600; color: var(--pt-ink);
}
.pt-pagination .page-numbers.current { background: var(--pt-teal); color: #fff; }

/* ---------- Footer ---------- */
.pt-footer { background: var(--pt-ink); color: rgba(255,255,255,.7); padding-top: 72px; }
.pt-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 56px; }
.pt-footer__tagline { margin: 18px 0; font-size: 14px; max-width: 280px; }
.pt-footer__social { display: flex; gap: 14px; }
.pt-footer__social a { font-size: 13px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.18); padding: 7px 14px; border-radius: var(--pt-radius-pill); transition: .2s; }
.pt-footer__social a:hover { color: #fff; border-color: rgba(255,255,255,.5); }
.pt-footer__title { color: #fff; font-size: 16px; margin-bottom: 18px; }
.pt-footer__menu li, .pt-footer__contact li { margin-bottom: 11px; }
.pt-footer__menu a, .pt-footer__contact a { font-size: 14px; transition: color .2s; }
.pt-footer__menu a:hover, .pt-footer__contact a:hover { color: #fff; }
.pt-footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.pt-footer__bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; }
.pt-footer__legal { display: flex; gap: 18px; }
.pt-footer__legal a:hover { color: #fff; }

/* ---------- Scroll-Reveal ---------- */
.pt-reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.pt-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.pt-reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* =========================================================================
   UNTERSEITEN (Phase 2)
   ========================================================================= */

/* ---------- Text-Link mit Pfeil ---------- */
.pt-link-arrow {
	display: inline-flex; align-items: center; gap: 6px;
	font-weight: 600; color: var(--pt-ink); font-size: 14px;
}
.pt-link-arrow::after { content: "↗"; color: var(--pt-teal); }
.pt-link-arrow:hover { color: var(--pt-teal); }

/* ---------- KONTAKT ---------- */
.pt-contact { padding: 24px 0 80px; }
.pt-contact__box {
	display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-lg); padding: 48px; box-shadow: var(--pt-shadow-sm);
}
.pt-contact__intro h2 { font-size: 26px; margin-bottom: .5em; }
.pt-contact__intro p { color: var(--pt-grey); }
.pt-contact__list { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.pt-contact__list li { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.pt-contact__ic {
	display: grid; place-items: center; flex-shrink: 0;
	width: 42px; height: 42px; border-radius: 50%;
	background: var(--pt-teal); color: #fff;
}
.pt-contact__ic svg { width: 19px; height: 19px; }
.pt-contact__list a { color: var(--pt-ink); }
.pt-contact__list a:hover { color: var(--pt-teal); }

/* ---------- FORMULAR ---------- */
.pt-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pt-form__field { display: block; margin-bottom: 20px; }
.pt-form__field span { display: block; font-size: 13px; font-weight: 600; color: var(--pt-ink); margin-bottom: 7px; }
.pt-form__field input,
.pt-form__field textarea {
	width: 100%; font-family: inherit; font-size: 16px; color: var(--pt-ink);
	padding: 13px 16px; border: 1.5px solid var(--pt-line); border-radius: 12px;
	background: var(--pt-bg-soft); transition: border-color .2s ease, background .2s ease;
}
.pt-form__field input:focus,
.pt-form__field textarea:focus {
	outline: none; border-color: var(--pt-teal); background: #fff;
}
.pt-form__field textarea { resize: vertical; }
.pt-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pt-form__hint { text-align: center; color: var(--pt-grey-2); font-size: 13px; margin: 14px 0 0; }
.pt-form__notice { padding: 14px 18px; border-radius: 12px; font-size: 14px; margin-bottom: 20px; }
.pt-form__notice--ok  { background: var(--pt-bg-teal); color: var(--pt-teal-dark); }
.pt-form__notice--err { background: #fdecec; color: #b3261e; }

/* ---------- UEBER UNS: HERO ---------- */
.pt-uhero { padding: 56px 0 80px; text-align: center; }
.pt-uhero h1 { max-width: 760px; margin: 0 auto .35em; }
.pt-uhero__sub { max-width: 600px; margin: 0 auto 26px; color: var(--pt-grey); }
.pt-uhero__gallery {
	display: flex; justify-content: center; align-items: center;
	gap: 0; margin-top: 56px;
}
.pt-uhero__img {
	border-radius: var(--pt-radius); object-fit: cover;
	box-shadow: var(--pt-shadow-md); background: #eee;
}
.pt-uhero__img--c {
	width: 320px; height: 420px; position: relative; z-index: 2;
}
.pt-uhero__img--l,
.pt-uhero__img--r { width: 270px; height: 340px; opacity: .96; }
.pt-uhero__img--l { transform: rotate(-9deg); margin-right: -40px; }
.pt-uhero__img--r { transform: rotate(9deg); margin-left: -40px; }

/* ---------- UEBER UNS: STATISTIKEN ---------- */
.pt-ustats { padding: 24px 0 80px; }
.pt-ustats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ---------- UEBER UNS: WER WIR SIND ---------- */
.pt-uabout { padding: 60px 0; }
.pt-uabout__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pt-uabout__media { display: flex; gap: 16px; }
.pt-uabout__media img:first-child { width: 42%; border-radius: var(--pt-radius); height: 300px; object-fit: cover; }
.pt-uabout__media img:last-child  { width: 58%; border-radius: var(--pt-radius); height: 300px; object-fit: cover; align-self: flex-end; }
.pt-uabout__text h2 { line-height: 1.25; }
.pt-uabout__text p { color: var(--pt-grey); margin-bottom: 18px; }

/* ---------- UEBER UNS: 3 SAEULEN ---------- */
.pt-upillars { padding: 60px 0; }
.pt-upillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.pt-upillar__label {
	display: inline-block; background: var(--pt-teal); color: #fff;
	font-size: 13px; font-weight: 600; padding: 7px 16px;
	border-radius: var(--pt-radius-pill); margin-bottom: 18px;
}
.pt-upillar p { color: var(--pt-grey); font-size: 14px; margin: 0; }

/* ---------- UEBER UNS: MERKMALE ---------- */
.pt-ufeatures { padding: 60px 0; }
.pt-ufeatures__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pt-ufeatures__list { display: flex; flex-direction: column; gap: 28px; }
.pt-ufeature { display: flex; gap: 18px; align-items: flex-start; }
.pt-ufeature__icon {
	flex-shrink: 0; display: grid; place-items: center;
	width: 46px; height: 46px; border-radius: 12px;
	background: var(--pt-teal); color: #fff;
}
.pt-ufeature__icon svg { width: 21px; height: 21px; }
.pt-ufeature h3 { font-size: 20px; margin-bottom: .35em; }
.pt-ufeature p { font-size: 14px; color: var(--pt-grey); margin: 0; }
.pt-ufeatures__media img {
	width: 100%; border-radius: var(--pt-radius-lg);
	/* Tades Gesicht-Mitte liegt bei ca. 48 % der Bildhöhe (oberer Bereich
	 * ist Flur-Decke, untere ist Bauch + Boden). Mit object-position
	 * 'center 43%' wird der vertikale Beschnitt so verteilt, dass das
	 * Gesicht exakt bei 50 % der Karten-Höhe sitzt — mittig, weder
	 * oben angeschnitten noch unten hängend. */
	height: 540px; object-fit: cover; object-position: center 43%;
	background: var(--pt-bg-soft);
	display: block;
}

/* ---------- THERAPEUTEN-KARTEN ---------- */
.pt-team { padding: 80px 0; }
.pt-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* Zentrierte 2-Spalten-Variante für „Tade + Platzhalter" — auf der
 * Über-uns-Seite. Schmaler max-width, mittig im Container, gleicher Gap. */
.pt-team__grid--centered {
	grid-template-columns: repeat(2, minmax(0, 380px));
	max-width: 800px; margin: 0 auto;
	justify-content: center;
}
.pt-team-card {
	position: relative; display: flex; align-items: flex-end;
	min-height: 400px; padding: 26px;
	border-radius: var(--pt-radius); overflow: hidden;
	/* Therapeut-Foto füllt die Karte NICHT vollständig (cover würde sonst
	 * je nach Crop die Haare oben abschneiden). Stattdessen: contain +
	 * unten anliegend; oberer leerer Raum wird mit Teal-Soft gefüllt und
	 * harmoniert mit der Plus-Platzhalter-Karte daneben. min-height auf
	 * 400 reduziert (vorher 440) damit Tade die Karte besser ausfüllt
	 * und nicht mehr "verloren" oben wirkt. */
	background-size: contain; background-position: center bottom;
	background-repeat: no-repeat;
	background-color: var(--pt-bg-teal);
	box-shadow: var(--pt-shadow-sm);
	transition: transform .25s ease, box-shadow .25s ease;
}
.pt-team-card:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-team-card__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(8,30,33,.8) 0%, rgba(8,30,33,.1) 50%, transparent 72%);
}
.pt-team-card__meta { position: relative; display: flex; flex-direction: column; gap: 2px; }
.pt-team-card__meta em { color: rgba(255,255,255,.8); font-style: normal; font-size: 13px; }
.pt-team-card__meta strong { color: #fff; font-size: 22px; font-weight: 600; }
.pt-team-card__arrow {
	position: absolute; right: 22px; bottom: 24px;
	display: grid; place-items: center;
	width: 40px; height: 40px; border-radius: 50%;
	background: #fff; color: var(--pt-ink); font-size: 16px;
	transition: background .2s ease, color .2s ease;
}
.pt-team-card__arrow svg { width: 16px; height: 16px; }
.pt-team-card:hover .pt-team-card__arrow { background: var(--pt-teal); color: #fff; }

/* Wenn nur eine Karte + Platzhalter da sind, soll das Grid mittig stehen
 * statt links zu kleben. Die Karten behalten ihre 1fr-Breite des regulären
 * 3er-Grids, das Grid selbst wird zentriert. */
.pt-team__grid--centered {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px; margin-left: auto; margin-right: auto;
}

/* Platzhalter-Karte für "Offene Stelle" — kein Hintergrundbild, dafür
 * eine Teal-Soft-Flaeche mit grossem Plus-Zeichen und Werde-Teil-des-
 * Teams-Beschriftung. Layout-Verhalten identisch zu den echten Karten. */
.pt-team-card--placeholder {
	background: var(--pt-bg-teal);
	color: var(--pt-ink);
	overflow: hidden;
}
.pt-team-card--placeholder .pt-team-card__overlay { display: none; }
.pt-team-card__plus {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -65%);
	display: grid; place-items: center;
	width: 88px; height: 88px; border-radius: 50%;
	background: #fff; color: var(--pt-teal);
	font-size: 44px; font-weight: 300; line-height: 1;
	box-shadow: var(--pt-shadow-sm);
	transition: transform .25s ease, background .2s ease, color .2s ease;
}
.pt-team-card--placeholder:hover .pt-team-card__plus {
	background: var(--pt-teal); color: #fff;
	transform: translate(-50%, -65%) scale(1.06);
}
.pt-team-card--placeholder .pt-team-card__meta { z-index: 1; }
.pt-team-card--placeholder .pt-team-card__meta em { color: var(--pt-teal); }
.pt-team-card--placeholder .pt-team-card__meta strong { color: var(--pt-ink); }
.pt-team-card--placeholder .pt-team-card__arrow { background: var(--pt-teal); color: #fff; }

/* ---------- THERAPEUT: EINZELANSICHT ---------- */
.pt-thero { padding: 56px 0 40px; text-align: center; }
.pt-thero h1 { margin: 0 0 .2em; }
.pt-thero__sub { color: var(--pt-grey); max-width: 540px; margin: 0 auto 22px; }
.pt-thero__social { display: flex; gap: 12px; justify-content: center; }
.pt-thero__social a {
	display: grid; place-items: center; width: 40px; height: 40px;
	border-radius: 50%; background: var(--pt-teal); color: #fff; font-size: 13px;
}
.pt-tprofile { padding: 24px 0 80px; }
.pt-tprofile__box {
	display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-lg); padding: 24px; box-shadow: var(--pt-shadow-sm);
}
.pt-tprofile__photo img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; border-radius: var(--pt-radius); }
.pt-tprofile__info { padding: 18px 18px 18px 0; }
.pt-tprofile__info h2 { font-size: 24px; margin-bottom: .4em; }
.pt-tprofile__info > p { color: var(--pt-grey); margin-bottom: 24px; }
.pt-tprofile__facts { margin-bottom: 24px; }
.pt-tprofile__facts li {
	display: flex; justify-content: space-between; gap: 16px;
	padding: 14px 0; border-bottom: 1px solid var(--pt-line);
}
.pt-tprofile__facts li:last-child { border-bottom: none; }
.pt-tprofile__facts span:first-child { color: var(--pt-grey); }
.pt-tprofile__facts span:last-child { color: var(--pt-ink); font-weight: 600; }
.pt-tprofile__pro {
	display: flex; align-items: center; gap: 16px;
	background: var(--pt-teal); color: #fff;
	border-radius: var(--pt-radius); padding: 18px 22px;
}
.pt-tprofile__pro em { font-style: normal; color: rgba(255,255,255,.8); font-size: 13px; display: block; }
.pt-tprofile__pro strong { font-size: 1.2rem; }
.pt-tprofile__pro img { width: 90px; height: 60px; object-fit: cover; border-radius: 10px; margin-left: auto; }

/* ---------- LEISTUNGEN: BANNER ---------- */
.pt-lebanner { padding: 8px 0 72px; }
.pt-lebanner img { width: 100%; height: clamp(280px, 34vw, 460px); object-fit: cover; border-radius: var(--pt-radius-lg); box-shadow: var(--pt-shadow-md); }

/* ---------- LEISTUNGEN: BADGES ---------- */
.pt-lefeatures { padding: 60px 0; }
.pt-pills { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; max-width: 760px; margin: 0 auto; }
.pt-pill {
	display: inline-flex; align-items: center; gap: 12px;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-pill); padding: 8px 20px 8px 8px;
	font-size: 14px; font-weight: 500; color: var(--pt-ink);
	box-shadow: var(--pt-shadow-sm);
}
.pt-pill__img { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.pt-pill__img img { width: 100%; height: 100%; object-fit: cover; }
.pt-pill__img--ph { background: var(--pt-bg-teal); }
.pt-pill__icon {
	display: grid; place-items: center; flex-shrink: 0;
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--pt-bg-teal); color: var(--pt-teal);
}
.pt-pill__icon svg { width: 18px; height: 18px; }

/* ---------- KARRIERE: COLLAGE ---------- */
.pt-kacollage { padding: 8px 0 64px; }
.pt-kacollage__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.pt-kacollage__main img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; border-radius: var(--pt-radius); }
.pt-kacollage__side { display: flex; flex-direction: column; gap: 18px; }
.pt-kacollage__side img { width: 100%; height: 50%; object-fit: cover; border-radius: var(--pt-radius); }

/* ---------- KARRIERE: BENEFITS ---------- */
.pt-benefits { padding: 60px 0; }
.pt-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pt-benefits__text h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.pt-benefits__text p { color: var(--pt-grey); }
.pt-benefits__list { display: flex; flex-direction: column; gap: 16px; }
.pt-benefits__list li { position: relative; padding-left: 30px; font-weight: 500; color: var(--pt-ink); }
.pt-benefits__list li::before {
	content: ""; position: absolute; left: 0; top: 4px;
	width: 16px; height: 16px; border-radius: 50%;
	background: var(--pt-teal);
	box-shadow: 0 0 0 4px var(--pt-bg-teal);
}

/* ---------- KARRIERE: JOBS ---------- */
.pt-jobs { padding: 60px 0; }
.pt-jobs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* Wenn nur 1-2 reale Stellen existieren, Grid auf 2 Spalten + zentriert
 * begrenzen — sonst kleben Karten links. */
.pt-jobs__grid--centered {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px; margin-left: auto; margin-right: auto;
}
.pt-job {
	background: #fff; display: block; color: inherit; text-decoration: none;
	transition: transform .25s ease;
}
a.pt-job:hover { transform: translateY(-4px); }
.pt-job__media { display: block; aspect-ratio: 4/3; border-radius: var(--pt-radius); overflow: hidden; margin-bottom: 16px; }
.pt-job__media img { width: 100%; height: 100%; object-fit: cover; }
.pt-job__media .pt-post__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--pt-bg-teal), var(--pt-bg-soft)); }
.pt-job h3 { font-size: 18px; margin-bottom: .25em; }
.pt-job__meta { color: var(--pt-grey-2); font-size: 13px; }
/* Plus-Platzhalter "Dranbleiben" — gleiche Karten-Geometrie wie reale
 * Job-Karten, aber statt Foto ein gross dimensioniertes Plus in Teal-
 * Soft-Flaeche. Teal-Hover spiegelt das Verhalten der Therapeuten-Karte. */
.pt-job__media--plus {
	display: grid; place-items: center;
	background: var(--pt-bg-teal); aspect-ratio: 4/3;
}
.pt-job__plus {
	display: grid; place-items: center;
	width: 76px; height: 76px; border-radius: 50%;
	background: #fff; color: var(--pt-teal);
	font-size: 40px; font-weight: 300; line-height: 1;
	box-shadow: var(--pt-shadow-sm);
	transition: transform .25s ease, background .2s ease, color .2s ease;
}
.pt-job--placeholder:hover .pt-job__plus {
	background: var(--pt-teal); color: #fff; transform: scale(1.06);
}
/* "Jetzt bewerben"-CTA-Button unter den Karten — zentriert, etwas Luft. */
.pt-jobs__cta { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- KARRIERE: QUALIFIKATIONEN ---------- */
.pt-quali { padding: 60px 0; }
.pt-quali__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 56px; max-width: 900px; margin: 0 auto; }

/* ---------- KARRIERE: SINGLE-JOB-DETAILSEITE ---------- */
.pt-jobpage { padding: 60px 0 90px; }
.pt-jobpage__back {
	display: inline-block; color: var(--pt-grey-2); font-size: 14px;
	margin-bottom: 32px; text-decoration: none;
}
.pt-jobpage__back:hover { color: var(--pt-teal); }
.pt-jobpage__grid {
	display: grid; grid-template-columns: 1.15fr 1fr;
	gap: 60px; align-items: start;
}
.pt-jobpage__main h1 { margin: 12px 0 6px; }
.pt-jobpage__media {
	border-radius: var(--pt-radius); overflow: hidden;
	margin-bottom: 28px; aspect-ratio: 16/10;
}
.pt-jobpage__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-jobpage__meta { color: var(--pt-grey-2); font-size: 14px; margin: 0 0 28px; }
.pt-jobpage__body { color: var(--pt-grey-2); font-size: 15px; line-height: 1.65; margin-bottom: 32px; }
.pt-jobpage__body p { margin: 0 0 1em; }
.pt-jobpage__quali { background: var(--pt-bg-soft); padding: 36px 32px; border-radius: var(--pt-radius); position: sticky; top: 100px; }
.pt-jobpage__quali h2 { font-size: 26px; margin: 8px 0 28px; }
.pt-jobpage__quali .pt-ufeature { margin-bottom: 22px; }
.pt-jobpage__quali .pt-ufeature:last-child { margin-bottom: 0; }

/* ---------- KARRIERE: GALERIE ---------- */
.pt-gallery { padding: 60px 0; }
.pt-gallery__grid {
	display: grid; grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 200px; gap: 18px;
}
.pt-gallery__item { overflow: hidden; border-radius: var(--pt-radius); }
.pt-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.pt-gallery__item--1, .pt-gallery__item--2 { grid-column: span 3; }
.pt-gallery__item--3, .pt-gallery__item--4, .pt-gallery__item--5 { grid-column: span 2; }

/* ---------- FAQ-SEITE ---------- */
.pt-faqpage { padding: 16px 0 80px; }
.pt-faqpage__card {
	max-width: 860px; margin: 0 auto;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-lg); padding: 32px; box-shadow: var(--pt-shadow-sm);
}
.pt-faqpage__card .pt-accordion { gap: 0; }
.pt-faqpage__card .pt-accordion__item { border: none; border-bottom: 1px solid var(--pt-line); border-radius: 0; }
.pt-faqpage__card .pt-accordion__item:last-child { border-bottom: none; }
.pt-faqpage__more { text-align: center; max-width: 600px; margin: 64px auto 0; }
.pt-faqpage__more h2 { margin-bottom: .3em; }
.pt-faqpage__more p { color: var(--pt-grey); margin-bottom: 24px; }

/* ---------- THERAPEUTEN: BILDERREIHE ---------- */
.pt-thprow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pt-thprow img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--pt-radius); box-shadow: var(--pt-shadow-sm); }

/* ---------- THERAPEUTEN: EXPERTISE ---------- */
.pt-expertise { padding: 72px 0; }
.pt-expertise__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.pt-expertise__aside h2 { line-height: 1.25; margin-bottom: .7em; }
.pt-expertise__list { display: flex; flex-direction: column; gap: 28px; }

/* ---------- BLOG-ÜBERSICHT ---------- */
.pt-bloghead { padding: 56px 0 40px; text-align: center; }
.pt-bloghead h1 { max-width: 640px; margin: 0 auto .3em; }
.pt-bloghead__sub { max-width: 560px; margin: 0 auto 24px; color: var(--pt-grey); }
.pt-bloglist { padding: 16px 0 80px; }

.pt-feature-post {
	display: grid; grid-template-columns: 1fr 1fr; gap: 0;
	background: #fff; border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-lg); overflow: hidden;
	box-shadow: var(--pt-shadow-sm); margin-bottom: 32px;
	transition: transform .25s ease, box-shadow .25s ease;
}
.pt-feature-post:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-feature-post__media { overflow: hidden; }
.pt-feature-post__media img,
.pt-feature-post__media .pt-post__placeholder {
	width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block;
}
.pt-feature-post__media .pt-post__placeholder { background: linear-gradient(135deg, var(--pt-bg-teal), var(--pt-bg-soft)); }
.pt-feature-post__body { padding: 44px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.pt-feature-post__cat {
	align-self: flex-start; background: var(--pt-bg-teal); color: var(--pt-teal);
	font-size: .82rem; font-weight: 600; padding: 6px 14px; border-radius: var(--pt-radius-pill);
}
.pt-feature-post__body h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0; }
.pt-feature-post__excerpt { color: var(--pt-grey); font-size: 14px; }

/* ---------- BLOG-BEITRAG ---------- */
.pt-article__head { padding: 56px 0 36px; text-align: center; }
.pt-article__head-inner { max-width: 760px; margin: 0 auto; }
.pt-article__back { display: inline-block; margin-bottom: 18px; color: var(--pt-grey); font-weight: 500; }
.pt-article__back:hover { color: var(--pt-teal); }
.pt-article__head h1 { margin: 0 0 .3em; }
.pt-article__meta { color: var(--pt-grey-2); font-size: 13px; }
.pt-article__cover { margin: 0 auto; max-width: 980px; }
.pt-article__cover img { width: 100%; border-radius: var(--pt-radius-lg); }
.pt-article__body {
	max-width: 760px; margin: 48px auto 80px;
	font-size: 1.06rem; color: var(--pt-grey);
}
.pt-article__body h2 { font-size: 26px; margin: 1.8em 0 .5em; }
.pt-article__body h3 { font-size: 1.25rem; margin: 1.5em 0 .4em; }
.pt-article__body p { margin: 0 0 1.1em; }
.pt-article__body ul,
.pt-article__body ol { margin: 0 0 1.3em; padding-left: 1.3em; }
.pt-article__body li { margin-bottom: .5em; }
.pt-article__body ul li { list-style: disc; }
.pt-article__body ol li { list-style: decimal; }
.pt-article__body img { border-radius: var(--pt-radius); margin: 1.4em 0; }
.pt-article__body a { color: var(--pt-teal); text-decoration: underline; }
.pt-article__body strong { color: var(--pt-ink); }
.pt-article__body blockquote {
	margin: 1.6em 0; padding: 18px 26px;
	border-left: 3px solid var(--pt-teal); background: var(--pt-bg-soft);
	border-radius: 0 12px 12px 0; color: var(--pt-ink);
}
.pt-comments { margin-top: 0; }

/* ---------- 404 ---------- */
.pt-404 { padding: 96px 0; text-align: center; }
.pt-404__code {
	display: block; font-size: clamp(3.5rem, 8vw, 6rem);
	font-weight: 700; color: var(--pt-teal); line-height: 1; letter-spacing: -.03em;
	margin-bottom: 16px;
}
.pt-404 h1 { max-width: 600px; margin: 0 auto .4em; }
.pt-404 p { max-width: 480px; margin: 0 auto 28px; color: var(--pt-grey); }

/* ---------- LEISTUNG: DETAILSEITE ---------- */
.pt-lhero { padding: 56px 0 36px; text-align: center; }
.pt-lhero__title { display: flex; align-items: center; justify-content: center; gap: 16px; }
.pt-lhero__icon {
	display: grid; place-items: center; flex-shrink: 0;
	width: 56px; height: 56px; border-radius: 14px;
	background: var(--pt-teal); color: #fff;
}
.pt-lhero__icon svg { width: 26px; height: 26px; }
.pt-lhero__icon img { width: 30px; height: 30px; object-fit: contain; }
.pt-lhero__title h1 { margin: 0; }
.pt-lhero__sub { max-width: 600px; margin: 16px auto 0; color: var(--pt-grey); }

.pt-limages { padding: 24px 0 56px; }
.pt-limages__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.pt-limages__grid img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--pt-radius-lg); }

.pt-lcontent { padding: 16px 0 80px; }
.pt-lcontent__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; }
.pt-lcontent__aside { position: sticky; top: 100px; }
.pt-tcard {
	display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
	background: var(--pt-teal); color: #fff;
	border-radius: var(--pt-radius-lg); padding: 30px;
	min-height: 280px; position: relative; overflow: hidden;
}
.pt-tcard::before {
	content: ""; position: absolute; top: 0; right: 0;
	width: 180px; height: 180px; pointer-events: none;
	background-image: radial-gradient(circle, rgba(255,255,255,.15) 1.3px, transparent 1.6px);
	background-size: 15px 15px;
	-webkit-mask-image: linear-gradient(225deg, #000, transparent 72%);
	mask-image: linear-gradient(225deg, #000, transparent 72%);
}
.pt-tcard__avatar img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.5); }
.pt-tcard strong { font-size: 1.2rem; margin-top: 8px; }
.pt-tcard em { font-style: normal; color: rgba(255,255,255,.8); font-size: 13px; }
.pt-tcard .pt-btn { margin-top: auto; }

.pt-lcontent__body { font-size: 1.04rem; color: var(--pt-grey); }
.pt-lcontent__body h2 { font-size: 1.7rem; margin: 0 0 .4em; }
.pt-lcontent__body h3 { font-size: 22px; margin: 1.4em 0 .4em; }
.pt-lcontent__body p { margin: 0 0 1.1em; }
.pt-lcontent__body ul { margin: 0 0 1.3em; padding-left: 0; display: flex; flex-direction: column; gap: 10px; }
.pt-lcontent__body ul li { position: relative; padding-left: 28px; list-style: none; }
.pt-lcontent__body ul li::before {
	content: ""; position: absolute; left: 0; top: 7px;
	width: 14px; height: 14px; border-radius: 50%;
	background: var(--pt-teal); box-shadow: 0 0 0 4px var(--pt-bg-teal);
}
.pt-lcontent__body strong { color: var(--pt-ink); }
.pt-lcontent__body a { color: var(--pt-teal); text-decoration: underline; }

@media (max-width: 1024px) {
	.pt-hero__grid, .pt-intro__grid, .pt-philo__grid, .pt-process__grid { grid-template-columns: 1fr; gap: 40px; }
	/* Über-uns-Sektion auf Startseite: Bild über Text statt 2-Spalten */
	.pt-intro__split { grid-template-columns: 1fr; gap: 36px; }
	.pt-intro__media img { min-height: 280px; max-height: 420px; }
	.pt-stats__grid { grid-template-columns: repeat(3, 1fr); }
	.pt-stats__media { grid-column: 1 / -1; }
	.pt-stats__media img { height: 200px; }
	.pt-diff__grid { grid-template-columns: repeat(2, 1fr); }
	.pt-diff__cta { grid-column: 1 / -1; grid-row: auto; flex-direction: row; }
	.pt-diff__cta-body { flex: 1; }
	.pt-diff__cta-media { margin: 0; padding: 24px 34px; align-self: center; max-width: 320px; }
	.pt-services__grid, .pt-values__grid,
	.pt-testi__grid, .pt-blog__grid, .pt-blog__grid--archive { grid-template-columns: repeat(2, 1fr); }
	.pt-footer__grid { grid-template-columns: 1fr 1fr; }
	.pt-nav, .pt-header__cta { display: none; }
	.pt-burger { display: flex; }
	.pt-process__card { position: static; margin-top: -60px; margin-left: 24px; }
	.pt-contact__box { grid-template-columns: 1fr; gap: 36px; padding: 36px; }
	.pt-uabout__grid, .pt-ufeatures__grid { grid-template-columns: 1fr; gap: 36px; }
	.pt-upillars__grid { grid-template-columns: 1fr; gap: 28px; }
	.pt-ustats__grid, .pt-team__grid { grid-template-columns: repeat(3, 1fr); }
	.pt-uhero__img--c { width: 280px; height: 360px; }
	.pt-uhero__img--l, .pt-uhero__img--r { width: 220px; height: 290px; }
	.pt-tprofile__box { grid-template-columns: 1fr; }
	.pt-lcontent__grid { grid-template-columns: 1fr; gap: 32px; }
	.pt-lcontent__aside { position: static; }
	.pt-limages__grid { grid-template-columns: 1fr 1fr; }
	.pt-kacollage__grid, .pt-benefits__grid, .pt-expertise__grid { grid-template-columns: 1fr; gap: 36px; }
	.pt-jobs__grid, .pt-thprow { grid-template-columns: repeat(3, 1fr); }
	.pt-quali__grid { grid-template-columns: 1fr 1fr; }
	.pt-gallery__grid { grid-auto-rows: 170px; }
}
@media (max-width: 680px) {
	body { font-size: 16px; }
	/* Intro-Stats und neue zentrierte 2-Spalter auf Mobil 1-spaltig */
	.pt-intro__stats { grid-template-columns: 1fr; gap: 18px; }
	.pt-team__grid--centered, .pt-jobs__grid--centered { grid-template-columns: 1fr; max-width: 380px; }
	.pt-diff__grid, .pt-services__grid, .pt-values__grid,
	.pt-testi__grid, .pt-blog__grid, .pt-blog__grid--archive,
	.pt-stats__grid, .pt-footer__grid,
	.pt-ustats__grid, .pt-team__grid,
	.pt-jobs__grid, .pt-thprow, .pt-quali__grid { grid-template-columns: 1fr; }
	.pt-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
	.pt-gallery__item--1, .pt-gallery__item--2,
	.pt-gallery__item--3, .pt-gallery__item--4, .pt-gallery__item--5 { grid-column: span 1; }
	.pt-jobpage__grid { grid-template-columns: 1fr; gap: 40px; }
	.pt-jobpage__quali { position: static; padding: 28px 24px; }
	.pt-jobpage__media { aspect-ratio: 16/11; }
	.pt-thprow img { height: 280px; }
	.pt-feature-post { grid-template-columns: 1fr; }
	.pt-limages__grid { grid-template-columns: 1fr; }
	.pt-limages__grid img { height: 260px; }
	.pt-lhero__title { flex-direction: column; gap: 12px; }
	.pt-feature-post__media img,
	.pt-feature-post__media .pt-post__placeholder { min-height: 240px; }
	.pt-feature-post__body { padding: 32px; }
	.pt-article__body { margin: 36px auto 64px; }
	.pt-intro__grid { grid-template-columns: 1fr; gap: 16px; }
	.pt-form__row { grid-template-columns: 1fr; gap: 0; }
	.pt-diff__cta { flex-direction: column; }
	.pt-diff__cta-media { max-width: none; padding: 0 34px; align-self: stretch; }
	.pt-hero { padding: 32px 0 56px; }
	.pt-hero__features { gap: 20px; }
	.pt-card { padding: 24px; }
	.pt-diff__cta-body { padding: 24px; }
	.pt-cta__box { padding: 48px 24px; }
	.pt-process__card { margin-left: 0; }
	.pt-service-card { min-height: 300px; }
	.pt-uhero__gallery { flex-direction: column; gap: 16px; }
	.pt-uhero__img--l, .pt-uhero__img--r,
	.pt-uhero__img--c { transform: none; margin: 0; width: 100%; max-width: 360px; height: 300px; }
	.pt-uhero__img--l, .pt-uhero__img--r { opacity: 1; }
	.pt-uabout__media img:first-child,
	.pt-uabout__media img:last-child { height: 220px; }
	.pt-intro, .pt-stats, .pt-diff, .pt-services, .pt-philo,
	.pt-values, .pt-process, .pt-testi, .pt-blog, .pt-faq { padding: 56px 0; }
	.pt-footer__bar-inner { flex-direction: column; text-align: center; }
}
