/**
 * Homepage — full mockup layout.
 *
 * @package Psychologies
 */

body.home .psy-main,
.psy-main:has(.psy-home) {
	padding: 0;
}

.psy-home {
	overflow: hidden;
	background: var(--psy-background);
}

.psy-home .psy-btn {
	border-radius: 8px;
	padding: 0.85rem 1.75rem;
	font-weight: 600;
}

.psy-home .psy-btn--primary {
	background: var(--psy-cta);
}

.psy-home .psy-btn--primary:hover,
.psy-home .psy-btn--primary:focus {
	background: var(--psy-cta-hover);
}

.psy-home-section {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.psy-home-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 2.5rem;
}

.psy-home-section-head--left {
	text-align: left;
	margin-left: 0;
}

.psy-home-section-head h2 {
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: var(--psy-line-height-tight);
	color: var(--psy-text);
	margin: 0;
}

.psy-home-section-cta {
	text-align: center;
	margin-top: 2.5rem;
}

.psy-btn--block {
	width: 100%;
}

/* Hero — sized to fit first viewport without scroll (~12–15% tighter) */
.psy-home-hero {
	padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
	padding-bottom: clamp(0.65rem, 1.4vw, 1rem);
	background: var(--psy-background);
}

.psy-home-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: clamp(0.85rem, 2vw, 1.35rem);
	align-items: stretch;
	height: calc(100svh - 5.5rem);
	max-height: 620px;
	min-height: 420px;
}

body.admin-bar .psy-home-hero__grid {
	height: calc(100svh - 5.5rem - 32px);
}

.psy-home-hero__content {
	background: var(--psy-surface-accent-soft);
	border-radius: 24px;
	padding: clamp(1.75rem, 3.2vw, 2.75rem) clamp(1.75rem, 3.2vw, 2.85rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0;
}

.psy-home-hero__content h1 {
	font-family: var(--psy-font-heading);
	font-size: clamp(2.35rem, 5vw, 3.75rem); /* ~38–60px */
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.015em;
	margin: 0 0 1.35rem;
	color: var(--psy-cta);
	max-width: 14ch;
}

.psy-home-hero__content p {
	font-family: var(--psy-font-body);
	font-size: 1rem; /* 16px */
	font-weight: 400;
	color: var(--psy-text-secondary);
	line-height: 1.55;
	margin: 0 0 1.5rem;
	max-width: 42ch;
}

.psy-home-hero__cta {
	align-self: flex-start;
	border-radius: 8px !important;
	background: var(--psy-cta) !important;
	padding: 0.75rem 1.5rem !important; /* ~12px 24px */
	font-size: 0.9375rem !important; /* 15px */
	font-weight: 600 !important;
	letter-spacing: 0;
}

.psy-home-hero__cta:hover,
.psy-home-hero__cta:focus {
	background: var(--psy-cta-hover) !important;
}

.psy-home-stats {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0;
	margin-top: auto;
	padding-top: 1.75rem;
	border-top: none;
}

.psy-home-stat {
	position: relative;
	flex: 1;
	padding: 0 1.15rem;
}

.psy-home-stat:first-child {
	padding-left: 0;
}

.psy-home-stat:last-child {
	padding-right: 0;
}

.psy-home-stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0.35rem;
	right: 0;
	width: 1px;
	height: 2.65rem;
	background: var(--psy-neutral-bg-warm);
}

.psy-home-stat strong {
	display: block;
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 3.2vw, 3rem); /* ~32–48px */
	font-weight: 600;
	color: var(--psy-text);
	line-height: 1;
	margin-bottom: 0.45rem;
}

.psy-home-stat span {
	display: block;
	font-family: var(--psy-font-body);
	font-size: 0.875rem; /* 14px */
	font-weight: 400;
	line-height: 1.3;
	color: var(--psy-text);
}

.psy-home-hero__media {
	min-height: 0;
	height: 100%;
}

.psy-home-hero__image-wrap {
	position: relative;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
	transform-origin: center center;
}

.psy-home-hero__image-wrap > .psy-img-adaptive {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center 30%;
	display: block;
	border-radius: 24px;
	transition: filter var(--psy-transition-base), transform var(--psy-transition-base);
}

.psy-home-hero__tags {
	position: absolute;
	top: 1.15rem;
	right: 1.15rem;
	left: auto;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
	width: max-content;
	max-width: calc(100% - 2.3rem);
	pointer-events: none;
}

.psy-home-hero__tags-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 0.5rem;
	pointer-events: none;
}

.psy-home-tag-pill {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	flex: 0 0 auto;
	gap: 0.45rem;
	padding: 0.45rem 0.9rem 0.45rem 0.55rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #ffffff;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	transition: transform var(--psy-transition-fast), background var(--psy-transition-fast), border-color var(--psy-transition-fast);
}

.psy-home-tag-pill::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--psy-background);
	flex-shrink: 0;
}

.psy-home-tag-pill:hover,
.psy-home-tag-pill:focus-visible {
	background: rgba(255, 255, 255, 0.28);
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-2px) scale(1.03);
	outline: none;
}

.psy-home-hero__image-wrap.psy-animate-lighten:hover > .psy-img-adaptive,
.psy-home-hero__image-wrap.psy-animate-lighten:focus-within > .psy-img-adaptive {
	filter: brightness(1.08);
	transform: scale(1.03);
}

/* Keep the wrap itself from double-scaling; image handles the zoom */
.psy-home-hero__image-wrap.psy-animate-lighten:hover,
.psy-home-hero__image-wrap.psy-animate-lighten:focus-within {
	filter: none;
	transform: none;
}

.psy-home-social-proof {
	position: absolute;
	left: 1.25rem;
	bottom: 1.25rem;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.55rem 0.9rem 0.55rem 0.55rem;
	border-radius: 999px;
	text-decoration: none;
	color: #ffffff;
	background: rgba(20, 12, 16, 0.28);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: transform var(--psy-transition-base), background var(--psy-transition-fast), box-shadow var(--psy-transition-base);
}

.psy-home-social-proof:hover,
.psy-home-social-proof:focus-visible {
	transform: translateY(-3px) scale(1.04);
	background: rgba(20, 12, 16, 0.4);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	color: #ffffff;
	outline: none;
}

.psy-home-social-proof__avatars {
	display: flex;
	align-items: center;
}

.psy-home-social-proof__avatars img,
.psy-home-social-proof__sparkle {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.95);
	margin-left: -10px;
	object-fit: cover;
	transition: transform var(--psy-transition-base);
}

.psy-home-social-proof__avatars img:first-child {
	margin-left: 0;
}

.psy-home-social-proof__sparkle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--psy-background);
	margin-left: -10px;
}

.psy-home-social-proof:hover .psy-home-social-proof__avatars img:nth-child(1) { transform: translateX(-2px) scale(1.05); }
.psy-home-social-proof:hover .psy-home-social-proof__avatars img:nth-child(2) { transform: translateX(-1px) scale(1.05); }
.psy-home-social-proof:hover .psy-home-social-proof__avatars img:nth-child(3) { transform: translateX(1px) scale(1.05); }
.psy-home-social-proof:hover .psy-home-social-proof__avatars img:nth-child(4) { transform: translateX(2px) scale(1.05); }
.psy-home-social-proof:hover .psy-home-social-proof__sparkle { transform: translateX(3px) scale(1.08) rotate(12deg); }

.psy-home-social-proof__meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	line-height: 1.2;
}

.psy-home-social-proof__stars {
	font-size: 0.72rem;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 1;
}

.psy-home-social-proof__meta span {
	font-family: var(--psy-font-body);
	font-size: 0.75rem;
	font-weight: 400;
	color: #ffffff;
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.psy-home-hero__media.psy-animate-float {
		animation: none;
	}

	.psy-home-about__media.psy-animate-float {
		animation: none;
	}

	.psy-home-hero__image-wrap.psy-animate-lighten:hover > .psy-img-adaptive,
	.psy-home-hero__image-wrap.psy-animate-lighten:focus-within > .psy-img-adaptive,
	.psy-home-about__image-wrap.psy-animate-lighten:hover > .psy-img-adaptive,
	.psy-home-about__image-wrap.psy-animate-lighten:focus-within > .psy-img-adaptive,
	.psy-home-social-proof:hover,
	.psy-home-social-proof:focus-visible,
	.psy-home-social-proof:hover .psy-home-social-proof__avatars img,
	.psy-home-social-proof:hover .psy-home-social-proof__sparkle {
		transform: none;
	}
}

/* About — ~12% tighter so block fits without scroll below hero */
.psy-home-about {
	padding: clamp(1.25rem, 2.5vw, 2rem) 0;
}

.psy-home-about__card {
	background: var(--psy-surface-neutral);
	border-radius: 20px;
	padding: clamp(1.5rem, 3vw, 2.75rem);
}

.psy-home-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2.25rem);
	align-items: start;
}

.psy-home-about__media {
	position: relative;
}

.psy-home-about__image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	transform-origin: center center;
}

.psy-home-about__image-wrap > .psy-img-adaptive {
	display: block;
	width: 100%;
	aspect-ratio: 10 / 9;
	object-fit: cover;
	object-position: center center;
	transition: filter var(--psy-transition-base), transform var(--psy-transition-base);
}

.psy-home-about__image-wrap.psy-animate-lighten:hover > .psy-img-adaptive,
.psy-home-about__image-wrap.psy-animate-lighten:focus-within > .psy-img-adaptive {
	filter: brightness(1.08);
	transform: scale(1.03);
}

.psy-home-about__image-wrap.psy-animate-lighten:hover,
.psy-home-about__image-wrap.psy-animate-lighten:focus-within {
	filter: none;
	transform: none;
}

.psy-home-about__badge {
	position: absolute;
	left: 0;
	bottom: 1.15rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.75rem 1.1rem 0.75rem 0.85rem;
	background: var(--psy-cta);
	color: #ffffff;
	border-radius: 0 12px 12px 0;
	box-shadow: 0 6px 18px rgba(205, 16, 19, 0.24);
}

.psy-home-about__badge-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	color: #ffffff;
}

.psy-home-about__badge-text {
	font-family: var(--psy-font-heading);
	font-size: clamp(0.875rem, 1.35vw, 1.05rem);
	line-height: 1.15;
	font-weight: 500;
}

.psy-home-about__label {
	display: block;
	margin: 0 0 0.65rem;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: var(--psy-cta);
}

.psy-home-about__content h2 {
	font-family: var(--psy-font-heading);
	font-size: clamp(1.78rem, 3.16vw, 2.59rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--psy-text);
	margin: 0 0 0.85rem;
	max-width: none;
}

.psy-home-about__content p {
	margin: 0 0 1rem;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	line-height: 1.6;
	color: var(--psy-text-secondary);
	max-width: 52ch;
}

.psy-home-about__list {
	margin: 0 0 1.25rem;
	padding-left: 1rem;
	list-style: disc;
}

.psy-home-about__list li {
	margin-bottom: 0.4rem;
	padding-left: 0.1rem;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--psy-text-secondary);
}

.psy-home-about__list li::marker {
	color: var(--psy-text);
}

.psy-home-about__content .psy-btn--primary {
	margin-top: 0;
	padding: 0.65rem 1.4rem;
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: 8px;
}

/* Services */
.psy-home-services {
	background: var(--psy-background);
	padding: clamp(2.75rem, 5vw, 4.25rem) 0;
}

.psy-home-services__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto clamp(2rem, 3.5vw, 3rem);
}

.psy-home-services__label {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: var(--psy-cta);
}

.psy-home-services__title {
	margin: 0;
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	line-height: 1.18;
	color: var(--psy-text);
}

.psy-home-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.psy-home-service-card {
	position: relative;
	text-align: left;
	padding: 0 clamp(0.85rem, 1.5vw, 1.65rem);
}

.psy-home-service-card:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6%;
	bottom: 6%;
	width: 1px;
	background: var(--psy-neutral-bg);
}

.psy-home-service-card__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.15rem;
	min-height: 48px;
}

.psy-home-service-card__icon img,
.psy-home-service-card__icon svg {
	display: block;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.psy-home-service-card h3 {
	margin: 0 0 0.85rem;
	font-family: var(--psy-font-heading);
	font-size: clamp(1.125rem, 1.45vw, 1.35rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--psy-text);
}

.psy-home-service-card p {
	margin: 0;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--psy-text-secondary);
}

.psy-home-services__cta {
	text-align: center;
	margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.psy-home-services .psy-btn--primary {
	padding: 0.85rem 2rem;
	font-size: 0.9375rem;
	font-weight: 600;
	border-radius: 8px;
	background: var(--psy-cta);
}

/* Journey form — compact layout with 75% banner overlap */
.psy-home-journey {
	position: relative;
	padding: clamp(1rem, 2vw, 1.5rem) 0 clamp(1.25rem, 2.5vw, 2rem);
	background: var(--psy-background);
	overflow-x: clip;
	overflow-y: visible;
}

.psy-home-journey__layout {
	position: relative;
	--journey-banner-height: clamp(170px, 20vw, 260px);
}

.psy-home-journey__banner {
	border-radius: 16px;
	overflow: hidden;
	height: var(--journey-banner-height);
	box-shadow: 0 8px 24px rgba(26, 20, 18, 0.08);
}

.psy-home-journey__banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.psy-home-journey__watermark {
	position: absolute;
	left: 50%;
	top: calc(var(--journey-banner-height) + 7.5rem + 2cm);
	width: 100vw;
	max-width: 100vw;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

.psy-home-journey__watermark img {
	display: block;
	width: 100%;
	height: auto;
}

.psy-home-journey__wrap {
	position: relative;
	max-width: 680px;
	margin: calc(var(--journey-banner-height) * -0.75) auto 0;
	z-index: 1;
}

.psy-home-journey__card {
	position: relative;
	z-index: 1;
	background: var(--psy-surface-accent);
	border-radius: 16px;
	padding: clamp(1.1rem, 1.9vw, 1.5rem) clamp(1rem, 1.75vw, 1.35rem);
	box-shadow: 0 6px 18px rgba(26, 20, 18, 0.04);
}

.psy-home-journey__head {
	text-align: center;
	max-width: 520px;
	margin: 0 auto 0.82rem;
}

.psy-home-journey__head h2 {
	font-family: var(--psy-font-heading);
	font-size: clamp(1.85rem, 3.22vw, 2.5rem);
	font-weight: 600;
	line-height: 1.18;
	color: var(--psy-text);
	margin: 0 0 0.5rem;
}

.psy-home-journey__head p {
	margin: 0 auto;
	max-width: 460px;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	line-height: 1.5;
	color: var(--psy-text-tertiary);
}

.psy-home-journey__form-box {
	width: 85%;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	background: var(--psy-surface);
	border: 1px solid var(--psy-card-border);
	border-radius: 10px;
	padding: 0.95rem 1rem;
}

.psy-home-journey__form .psy-form-row {
	gap: 0.6rem;
}

.psy-home-journey__form .psy-form-field {
	margin-bottom: 0.6rem;
}

.psy-home-journey__form .psy-form-field label {
	margin-bottom: 0.22rem;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	font-weight: 500;
	color: var(--psy-text-secondary);
}

.psy-home-journey__form .psy-form-field input,
.psy-home-journey__form .psy-form-field textarea {
	padding: 0.46rem 0.65rem;
	font-size: 0.75rem;
	color: var(--psy-text);
	background: var(--psy-input-bg);
	border: 1px solid var(--psy-input-border);
	border-radius: 6px;
}

.psy-home-journey__form .psy-form-field input::placeholder,
.psy-home-journey__form .psy-form-field textarea::placeholder {
	color: var(--psy-placeholder);
}

.psy-home-journey__form .psy-form-field input:focus,
.psy-home-journey__form .psy-form-field textarea:focus {
	border-color: var(--psy-cta);
	outline: none;
	box-shadow: none;
}

.psy-home-journey__form .psy-form-field textarea {
	min-height: 79px;
	resize: vertical;
}

.psy-home-journey__submit {
	display: block;
	margin: 0.28rem auto 0;
	min-width: 170px;
	padding: 0.6rem 1.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: 6px;
	background: var(--psy-cta);
}

.psy-home-journey__submit:hover,
.psy-home-journey__submit:focus {
	background: var(--psy-cta-hover);
}

/* Why choose us */
.psy-home-why {
	background: var(--psy-background);
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.psy-home-why__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto clamp(2rem, 3.5vw, 3rem);
}

.psy-home-why__label {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--psy-cta);
}

.psy-home-why__title {
	margin: 0;
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	line-height: 1.18;
	color: var(--psy-text);
}

.psy-home-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(2.75rem, 5vw, 3.75rem);
	align-items: center;
}

.psy-home-why__list {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2vw, 1.65rem);
	padding-right: 1rem;
}

.psy-home-why-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.psy-home-why-item__icon {
	flex-shrink: 0;
	width: 71px;
	height: 71px;
}

.psy-home-why-item__icon img {
	display: block;
	width: 71px;
	height: 71px;
	max-width: none;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.psy-home-why-item__content h3 {
	margin: 0 0 0.35rem;
	font-family: var(--psy-font-heading);
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--psy-text);
}

.psy-home-why-item__content p {
	margin: 0;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	line-height: 1.55;
	color: var(--psy-text-tertiary);
	max-width: none;
}

.psy-home-why__media {
	position: relative;
}

.psy-home-why__image-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transform-origin: center center;
}

.psy-home-why__image-wrap > .psy-img-adaptive {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 42% center;
	transition: filter var(--psy-transition-base), transform var(--psy-transition-base);
}

.psy-home-why__image-wrap.psy-animate-lighten:hover > .psy-img-adaptive,
.psy-home-why__image-wrap.psy-animate-lighten:focus-within > .psy-img-adaptive {
	filter: brightness(1.06);
	transform: scale(1.02);
}

.psy-home-why__image-wrap.psy-animate-lighten:hover,
.psy-home-why__image-wrap.psy-animate-lighten:focus-within {
	filter: none;
	transform: none;
}

.psy-home-why__badge {
	position: absolute;
	left: 0;
	bottom: 1.25rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.7rem 1.1rem 0.7rem 0.85rem;
	background: var(--psy-cta);
	color: #ffffff;
	border-radius: 0 12px 12px 0;
	box-shadow: 0 6px 18px rgba(205, 16, 19, 0.24);
}

.psy-home-why__badge-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
}

.psy-home-why__badge-text {
	font-family: var(--psy-font-heading);
	font-size: clamp(0.875rem, 1.2vw, 1rem);
	line-height: 1.1;
	font-weight: 500;
	white-space: nowrap;
}

/* Process */
.psy-home-process {
	padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(1.5rem, 3vw, 2.5rem);
	background: var(--psy-background);
}

.psy-home-process__block {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
}

.psy-home-process__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.psy-home-process__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.psy-home-process__inner {
	position: relative;
	z-index: 1;
	padding: clamp(2rem, 4vw, 3rem);
}

.psy-home-process__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(3rem, 6vw, 5rem);
	align-items: stretch;
}

.psy-home-process__head {
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.psy-home-process__label {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--psy-cta);
}

.psy-home-process__title {
	margin: 0;
	max-width: 18em;
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	line-height: 1.18;
	color: var(--psy-text);
}

.psy-home-process__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.psy-home-process-step {
	padding: clamp(1.25rem, 2vw, 1.85rem);
}

.psy-home-process-step:nth-child(-n + 2) {
	border-bottom: 1px solid var(--psy-neutral-line);
}

.psy-home-process-step:nth-child(odd) {
	border-right: 1px solid var(--psy-neutral-line);
}

.psy-home-process-step h3 {
	margin: 0 0 0.5rem;
	font-family: var(--psy-font-heading);
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--psy-text);
}

.psy-home-process-step p {
	margin: 0;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	line-height: 1.55;
	color: var(--psy-text-tertiary);
}

.psy-home-process__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.psy-home-process__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	object-fit: cover;
	object-position: center;
}

/* Shared stat badge (testimonials, etc.) */
.psy-home-badge {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	background: var(--psy-cta);
	color: var(--psy-white);
	border-radius: 12px;
	padding: 0.85rem 1rem;
	min-width: 100px;
	text-align: center;
	box-shadow: var(--psy-shadow-md);
}

.psy-home-badge strong {
	display: block;
	font-family: var(--psy-font-heading);
	font-size: var(--psy-text-2xl);
	line-height: 1;
}

.psy-home-badge span {
	font-size: var(--psy-text-xs);
}

.psy-home-badge--bottom-right {
	left: auto;
	right: 1.5rem;
	bottom: 1.5rem;
}

/* Testimonials */
.psy-home-testimonials {
	padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
	background: var(--psy-background);
}

.psy-home-testimonials__card {
	background: var(--psy-surface-accent);
	border-radius: 24px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.psy-home-testimonials__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 4vw, 3rem);
	align-items: center;
}

.psy-home-testimonials__media {
	position: relative;
}

.psy-home-testimonials__media > img {
	display: block;
	width: 100%;
	max-height: 468px;
	border-radius: 20px;
	object-fit: cover;
	object-position: center top;
}

.psy-home-testimonials__badge {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	min-width: 118px;
	padding: 0.85rem 1rem;
	background: var(--psy-cta);
	color: #ffffff;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(205, 16, 19, 0.22);
}

.psy-home-testimonials__badge strong {
	display: block;
	font-family: var(--psy-font-heading);
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	font-weight: 600;
	line-height: 1;
}

.psy-home-testimonials__badge span {
	display: block;
	margin-top: 0.35rem;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	line-height: 1.25;
}

.psy-home-testimonials__label {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--psy-cta);
}

.psy-home-testimonials__title {
	margin: 0 0 1rem;
	font-family: var(--psy-font-heading);
	font-size: clamp(2.05rem, 3.6vw, 2.95rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--psy-text);
}

.psy-home-testimonials__intro {
	margin: 0 0 1.5rem;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	line-height: 1.6;
	color: var(--psy-text-tertiary);
	max-width: 34em;
}

.psy-home-testimonials__divider {
	height: 1px;
	background: var(--psy-neutral-line);
	margin-bottom: 1.35rem;
}

.psy-home-testimonial-card {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.psy-home-testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 1rem;
}

.psy-home-testimonial-card__avatar {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
}

.psy-home-testimonial-card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.psy-home-testimonial-card__meta strong {
	display: block;
	font-family: var(--psy-font-heading);
	font-size: clamp(1rem, 1.25vw, 1.125rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--psy-text);
}

.psy-home-testimonial-card__meta span {
	display: block;
	margin-top: 0.15rem;
	font-family: var(--psy-font-body);
	font-size: 0.6875rem;
	line-height: 1.4;
	color: var(--psy-text-quaternary);
}

.psy-home-testimonial-card__quote {
	margin: 0;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.65;
	color: var(--psy-text-tertiary);
}

/* FAQ */
.psy-home-faq {
	background: var(--psy-background);
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.psy-home-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 3rem;
	align-items: start;
}

.psy-home-faq__intro h2 {
	font-family: var(--psy-font-heading);
	font-size: clamp(2rem, 3.4vw, 2.75rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 1.25rem;
	color: var(--psy-text);
}

.psy-home-faq__label {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--psy-cta);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.psy-home-faq__intro > p {
	margin: 0 0 1.75rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	line-height: 1.7;
	color: var(--psy-text);
}

.psy-home-faq__visual {
	margin-top: 0.5rem;
}

.psy-home-faq__visual img {
	display: block;
	width: 100%;
	max-width: 430px;
	height: auto;
}

.psy-home-faq__accordion {
	background: var(--psy-white);
	border: 1px solid var(--psy-border);
	border-radius: var(--psy-radius-lg);
	overflow: hidden;
}

.psy-home-faq-item {
	border-bottom: 1px solid var(--psy-border);
}

.psy-home-faq-item:last-child {
	border-bottom: none;
}

.psy-home-faq-item__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: var(--psy-background);
	border: none;
	text-align: left;
	font-family: var(--psy-font-body);
	font-size: var(--psy-text-sm);
	font-weight: 600;
	color: var(--psy-text);
	cursor: pointer;
	transition: background-color 0.32s ease, color 0.32s ease;
}

.psy-home-faq-item:not(.is-open) .psy-home-faq-item__trigger:hover {
	background: var(--psy-background-blush);
}

.psy-home-faq-item.is-open .psy-home-faq-item__trigger {
	background: var(--psy-cta);
	color: #ffffff;
}

.psy-home-faq-item.is-open .psy-home-faq-item__trigger:hover {
	background: var(--psy-cta);
}

.psy-home-faq-item__icon {
	flex-shrink: 0;
	width: 9px;
	height: 9px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	margin-top: -3px;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.psy-home-faq-item.is-open .psy-home-faq-item__icon {
	transform: rotate(-135deg);
	margin-top: 3px;
}

.psy-home-faq-item__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.psy-home-faq-item.is-open .psy-home-faq-item__panel {
	grid-template-rows: 1fr;
}

.psy-home-faq-item__panel-inner {
	overflow: hidden;
}

.psy-home-faq-item__panel-inner p {
	margin: 0;
	padding: 1.15rem 1.25rem;
	font-size: var(--psy-text-sm);
	color: var(--psy-text-muted);
	line-height: 1.7;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.32s ease 0.06s, transform 0.32s ease 0.06s;
}

.psy-home-faq-item.is-open .psy-home-faq-item__panel-inner p {
	opacity: 1;
	transform: translateY(0);
}


@media (max-width: 991px) {
	.psy-home-hero__grid,
	.psy-home-about__grid,
	.psy-home-why__grid,
	.psy-home-process__grid,
	.psy-home-testimonials__grid,
	.psy-home-faq__grid {
		grid-template-columns: 1fr;
	}

	.psy-home-faq__visual img {
		max-width: 360px;
	}

	.psy-home-testimonials__card {
		padding: 1.35rem;
		border-radius: 18px;
	}

	.psy-home-testimonials__media > img {
		max-height: 342px;
	}

	.psy-home-testimonials__badge {
		right: 0.75rem;
		bottom: 0.75rem;
		min-width: 104px;
		padding: 0.7rem 0.85rem;
	}

	.psy-home-hero__grid {
		height: auto;
		max-height: none;
		min-height: 0;
	}

	body.admin-bar .psy-home-hero__grid {
		height: auto;
	}

	.psy-home-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 0;
	}

	.psy-home-service-card {
		padding: 0 1rem 1.5rem;
	}

	.psy-home-service-card:not(:first-child)::before {
		display: none;
	}

	.psy-home-service-card:nth-child(even)::before {
		display: block;
		top: 0;
		bottom: 0;
	}

	.psy-home-service-card:nth-child(n + 3) {
		border-top: 1px solid var(--psy-neutral-bg);
		padding-top: 1.5rem;
	}

	.psy-home-hero__image-wrap > .psy-img-adaptive {
		min-height: 280px;
		height: 320px;
	}

	.psy-home-stats {
		flex-wrap: wrap;
		gap: 1.25rem 0;
	}

	.psy-home-stat {
		flex: 1 1 30%;
		min-width: 110px;
	}

	.psy-home-about__card {
		padding: 1.35rem;
		border-radius: 16px;
	}

	.psy-home-about__content h2 {
		max-width: none;
	}

	.psy-home-about__content p {
		max-width: none;
	}

	.psy-home-about__badge {
		bottom: 0.75rem;
		padding: 0.6rem 0.85rem 0.6rem 0.7rem;
		gap: 0.5rem;
	}

	.psy-home-about__badge-icon {
		width: 30px;
		height: 30px;
	}

	.psy-home-process__block {
		border-radius: 20px;
	}

	.psy-home-process__inner {
		padding: 1.5rem;
	}

	.psy-home-process__title {
		max-width: none;
	}

	.psy-home-process__media img {
		aspect-ratio: 1 / 1;
	}

	.psy-home-hero__tags {
		top: 0.85rem;
		right: 0.85rem;
		left: auto;
		align-items: flex-end;
		max-width: calc(100% - 1.7rem);
	}

	.psy-home-hero__tags-row {
		justify-content: flex-end;
	}

	.psy-home-tag-pill {
		font-size: 0.75rem;
		padding: 0.4rem 0.75rem 0.4rem 0.5rem;
	}

	.psy-home-social-proof {
		left: 0.85rem;
		bottom: 0.85rem;
		gap: 0.6rem;
		padding: 0.45rem 0.7rem 0.45rem 0.45rem;
	}

	.psy-home-social-proof__meta span {
		white-space: normal;
		max-width: 11rem;
	}
}

@media (max-width: 767px) {
	.psy-home-services__grid,
	.psy-home-process__steps {
		grid-template-columns: 1fr;
	}

	.psy-home-process-step {
		padding-left: 0;
		padding-right: 0;
		border-right: 0 !important;
		border-bottom: 1px solid var(--psy-neutral-line);
	}

	.psy-home-process-step:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.psy-home-process__media img {
		aspect-ratio: 1 / 1;
		border-radius: 18px;
	}

	.psy-home-service-card {
		padding: 0 0 1.5rem;
		border-bottom: 1px solid var(--psy-neutral-bg);
	}

	.psy-home-service-card:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.psy-home-service-card::before {
		display: none !important;
	}

	.psy-home-service-card:nth-child(n + 3) {
		border-top: 0;
		padding-top: 0;
	}

	.psy-home-journey__layout {
		--journey-banner-height: 160px;
	}

	.psy-home-journey__banner {
		border-radius: 14px;
	}

	.psy-home-journey__wrap {
		max-width: none;
		margin-top: calc(var(--journey-banner-height) * -0.75);
	}

	.psy-home-journey__watermark {
		top: calc(var(--journey-banner-height) + 6rem + 2cm);
	}

	.psy-home-journey__card {
		padding: 0.95rem 0.85rem;
		border-radius: 14px;
	}

	.psy-home-journey__form-box {
		padding: 0.85rem 0.75rem;
	}

	.psy-home-journey__form .psy-form-row {
		grid-template-columns: 1fr;
	}

	.psy-home-tagcloud {
		min-height: 160px;
	}
}

/* Newsletter */
.psy-home-newsletter {
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2.5rem, 5vw, 4rem);
	background: var(--psy-background);
}

.psy-home-newsletter__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	background: var(--psy-gradient-hero);
	border: 1px solid var(--psy-card-border);
	border-radius: var(--psy-radius-lg);
	box-shadow: var(--psy-shadow-md);
	overflow: hidden;
}

.psy-home-newsletter__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: var(--psy-cta);
}

.psy-home-newsletter__watermark {
	position: absolute;
	right: -1rem;
	bottom: -1.25rem;
	width: min(240px, 42%);
	opacity: 0.08;
	pointer-events: none;
}

.psy-home-newsletter__watermark img {
	display: block;
	width: 100%;
	height: auto;
}

.psy-home-newsletter__content {
	position: relative;
	z-index: 1;
}

.psy-home-newsletter__content h2 {
	margin: 0 0 0.85rem;
	font-family: var(--psy-font-heading);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 600;
	line-height: 1.12;
	color: var(--psy-text);
	max-width: 16ch;
}

.psy-home-newsletter__content > p {
	margin: 0 0 1.25rem;
	max-width: 46ch;
	font-family: var(--psy-font-body);
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--psy-text-secondary);
}

.psy-home-newsletter__benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.psy-home-newsletter__benefits li {
	position: relative;
	padding-left: 1.35rem;
	font-family: var(--psy-font-body);
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--psy-text);
}

.psy-home-newsletter__benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--psy-cta);
	box-shadow: 0 0 0 3px rgba(205, 16, 19, 0.12);
}

.psy-home-newsletter__form-wrap {
	position: relative;
	z-index: 1;
}

.psy-home-newsletter__form {
	display: grid;
	gap: 0.85rem;
	padding: 1.25rem;
	background: var(--psy-surface);
	border: 1px solid var(--psy-input-border-alt);
	border-radius: calc(var(--psy-radius-lg) - 4px);
	box-shadow: var(--psy-shadow-sm);
}

.psy-home-newsletter__form input[type="email"] {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid var(--psy-input-border);
	border-radius: 8px;
	background: var(--psy-input-bg);
	font-family: var(--psy-font-body);
	font-size: 0.9375rem;
	color: var(--psy-text);
	transition: border-color var(--psy-transition-fast), box-shadow var(--psy-transition-fast);
}

.psy-home-newsletter__form input[type="email"]:focus,
.psy-home-newsletter__form input[type="email"]:focus-visible {
	outline: none;
	border-color: var(--psy-cta);
	box-shadow: 0 0 0 3px var(--psy-focus-ring);
}

.psy-home-newsletter__form input[type="email"]::placeholder {
	color: var(--psy-placeholder);
}

.psy-home-newsletter__form .psy-btn {
	width: 100%;
	border-radius: 8px;
}

.psy-home-newsletter__consent {
	margin: 0;
	font-family: var(--psy-font-body);
	font-size: 0.75rem;
	line-height: 1.5;
	color: var(--psy-text-muted);
}

.psy-home-newsletter__form .psy-form-message {
	margin: 0;
	padding: 0.65rem 0.85rem;
	border-radius: 8px;
	font-family: var(--psy-font-body);
	font-size: 0.8125rem;
	line-height: 1.45;
	background: rgba(205, 16, 19, 0.08);
	color: var(--psy-primary);
}

.psy-home-newsletter__form .psy-form-message.is-error {
	background: rgba(139, 30, 47, 0.08);
	color: var(--psy-primary);
}

@media (max-width: 991px) {
	.psy-home-newsletter__card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.psy-home-newsletter__content h2 {
		max-width: none;
	}
}
