/* =========================================================================
   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-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:        '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);
	font-size: 17px;
	line-height: 1.7;
	color: var(--pt-grey);
	background: var(--pt-bg);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { color: var(--pt-ink); font-weight: 600; line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); }
h3 { font-size: 1.28rem; }
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: .82rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pt-teal);
	background: var(--pt-bg-teal);
	padding: 7px 16px;
	border-radius: var(--pt-radius-pill);
	margin-bottom: 18px;
}
.pt-section-head { max-width: 720px; margin-bottom: 48px; }
.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-size: .98rem; font-weight: 600;
	padding: 14px 28px;
	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: grid; place-items: center;
	width: 38px; height: 38px; border-radius: 11px;
	background: var(--pt-teal); color: #fff; font-size: .85rem; letter-spacing: .04em;
}
.pt-logo__text { font-size: 1.05rem; 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-size: .97rem; font-weight: 500; color: var(--pt-grey);
	transition: color .2s ease, background .2s ease;
}
.pt-nav__list a:hover,
.pt-nav__list .current-menu-item > a { color: var(--pt-ink); 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: 64px 0 40px; text-align: center; }
.pt-hero__top { margin-bottom: 26px; }
.pt-hero__rating {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: .92rem; font-weight: 500; color: var(--pt-grey);
	background: var(--pt-bg-soft); padding: 9px 18px; border-radius: var(--pt-radius-pill);
}
.pt-stars { color: var(--pt-orange); letter-spacing: 2px; font-size: .95rem; }
.pt-hero__heading { max-width: 920px; margin: 0 auto .35em; }
.pt-hero__subtext { max-width: 620px; margin: 0 auto 30px; font-size: 1.1rem; }
.pt-hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 52px; }
.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(340px, 46vw, 560px); object-fit: cover; }
.pt-hero__badge {
	position: absolute; display: flex; flex-direction: column;
	background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
	padding: 14px 20px; border-radius: 16px; box-shadow: var(--pt-shadow-md);
	text-align: left;
}
.pt-hero__badge strong { color: var(--pt-ink); font-size: .98rem; }
.pt-hero__badge em { color: var(--pt-grey-2); font-style: normal; font-size: .85rem; }
.pt-hero__badge--tl { top: 24px; left: 24px; }
.pt-hero__badge--br { bottom: 24px; right: 24px; }

/* ---------- INTRO / ABOUT ---------- */
.pt-intro { padding: 80px 0; }
.pt-intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.pt-intro__media { position: relative; }
.pt-intro__media img { border-radius: var(--pt-radius-lg); width: 100%; height: 440px; object-fit: cover; }
.pt-intro__chip {
	position: absolute; left: 22px; bottom: 22px;
	background: #fff; color: var(--pt-ink); font-weight: 600; font-size: .92rem;
	padding: 11px 20px; border-radius: var(--pt-radius-pill); box-shadow: var(--pt-shadow-md);
}
.pt-intro__big { font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: 1.32; color: var(--pt-ink); font-weight: 600; letter-spacing: -.02em; }

/* ---------- STATISTIKEN ---------- */
.pt-stats { padding: 24px 0 80px; }
.pt-stats__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
	background: var(--pt-bg-soft); border-radius: var(--pt-radius-lg); padding: 48px 40px;
}
.pt-stat { text-align: center; }
.pt-stat__num { display: block; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 700; color: var(--pt-teal); letter-spacing: -.03em; }
.pt-stat__label { color: var(--pt-grey); font-size: .98rem; }

/* ---------- DIFFERENZIERUNG ---------- */
.pt-diff { padding: 80px 0; background: var(--pt-bg-soft); }
.pt-diff__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.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: .98rem; margin: 0; }
.pt-diff__cta {
	background: var(--pt-teal); color: #fff;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
	grid-column: span 2;
}
.pt-diff__cta h3 { color: #fff; }
.pt-diff__cta p { color: rgba(255,255,255,.85); font-size: .98rem; }
.pt-diff__cta .pt-btn { margin-top: 8px; }

/* ---------- LEISTUNGEN ---------- */
.pt-services { padding: 80px 0; }
.pt-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pt-service { display: flex; flex-direction: column; align-items: flex-start; }
.pt-service:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); border-color: rgba(5,124,139,.25); }
.pt-service h3 { margin-bottom: .35em; }
.pt-service p { font-size: .97rem; }
.pt-service__more { margin-top: auto; padding-top: 14px; color: var(--pt-teal); font-weight: 600; font-size: .95rem; }

/* ---------- PHILOSOPHIE ---------- */
.pt-philo { padding: 80px 0; background: var(--pt-bg-soft); }
.pt-philo__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.pt-philo__intro { font-size: 1.12rem; 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: 480px; object-fit: cover; box-shadow: var(--pt-shadow-md); }

/* ---------- WERTE ---------- */
.pt-values { padding: 80px 0; }
.pt-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pt-value:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-md); }
.pt-value h3 { margin-bottom: .4em; }
.pt-value p { font-size: .97rem; margin: 0; }

/* ---------- ABLAUF ---------- */
.pt-process { padding: 80px 0; background: var(--pt-bg-teal); }
.pt-process__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; }
.pt-process__img img { border-radius: var(--pt-radius); width: 100%; height: 280px; object-fit: cover; margin: 18px 0 24px; }
.pt-process__steps { display: flex; flex-direction: column; gap: 18px; counter-reset: step; }
.pt-step { display: flex; gap: 22px; background: #fff; border-radius: var(--pt-radius); padding: 28px; box-shadow: var(--pt-shadow-sm); }
.pt-step__num {
	flex-shrink: 0; display: grid; place-items: center;
	width: 54px; height: 54px; border-radius: 14px;
	background: var(--pt-bg-teal); color: var(--pt-teal);
	font-weight: 700; font-size: 1.15rem;
}
.pt-step h3 { margin-bottom: .3em; }
.pt-step p { font-size: .97rem; margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.pt-testi { padding: 80px 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: .98rem; 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__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: .88rem; 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: 1.12rem; margin: 0; }
.pt-post__meta { color: var(--pt-grey-2); font-size: .87rem; }
.pt-post__excerpt { font-size: .95rem; }

/* ---------- 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: 1.05rem; 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: .98rem;
	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: 72px 48px; text-align: center; color: #fff;
}
.pt-cta__box::before, .pt-cta__box::after {
	content: ""; position: absolute; border-radius: 50%;
	background: rgba(255,255,255,.07);
}
.pt-cta__box::before { width: 340px; height: 340px; top: -140px; right: -90px; }
.pt-cta__box::after  { width: 260px; height: 260px; bottom: -130px; left: -70px; }
.pt-cta__box h2 { color: #fff; max-width: 640px; margin: 0 auto .4em; position: relative; }
.pt-cta__box p { color: rgba(255,255,255,.85); max-width: 520px; margin: 0 auto 28px; position: relative; }
.pt-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ---------- 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; }
.pt-404 { padding: 110px 0; text-align: center; }
.pt-404 h1 { max-width: 620px; margin: 0 auto .4em; }
.pt-404 p { margin-bottom: 28px; }

/* ---------- 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: .95rem; max-width: 280px; }
.pt-footer__social { display: flex; gap: 14px; }
.pt-footer__social a { font-size: .9rem; 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: 1rem; margin-bottom: 18px; }
.pt-footer__menu li, .pt-footer__contact li { margin-bottom: 11px; }
.pt-footer__menu a, .pt-footer__contact a { font-size: .95rem; 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: .87rem; }
.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; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.pt-intro__grid, .pt-philo__grid, .pt-process__grid { grid-template-columns: 1fr; gap: 40px; }
	.pt-diff__grid, .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; }
}
@media (max-width: 680px) {
	body { font-size: 16px; }
	.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 { grid-template-columns: 1fr; }
	.pt-hero { padding-top: 40px; }
	.pt-hero__badge { padding: 10px 14px; }
	.pt-hero__badge--tl { top: 14px; left: 14px; }
	.pt-hero__badge--br { bottom: 14px; right: 14px; }
	.pt-card, .pt-step { padding: 24px; }
	.pt-cta__box { padding: 48px 24px; }
	.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; }
}
