/* Psychotherapy hub composition. Loaded only on /psychotherapeia/. */

/* Editorial hero: generous reading space plus one practical orientation card. */
.bb-site .ab-hero--compact {
	position: relative;
	overflow: hidden;
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 7% 26%, rgb(223 233 222 / 92%), transparent 25rem),
		radial-gradient(circle at 91% 14%, rgb(234 214 210 / 78%), transparent 22rem),
		linear-gradient(118deg, var(--bb-paper), var(--bb-cream));
}

.bb-site .ab-hero--compact::before {
	position: absolute;
	top: clamp(4rem, 8vw, 7rem);
	right: max(clamp(1rem, 3vw, 2.5rem), calc((100vw - 75rem) / 2));
	color: rgb(35 78 75 / 6%);
	content: "Ψ";
	font-family: var(--bb-editorial);
	font-size: clamp(15rem, 30vw, 30rem);
	line-height: 0.75;
	pointer-events: none;
}

.bb-site .ab-hero--compact > .wp-block-columns {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.72fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 6.5rem);
}

.bb-site .ab-hero--compact > .wp-block-columns > .wp-block-column {
	min-width: 0;
}

.bb-site .ab-hero--compact h1 {
	max-width: 12.5ch;
	margin-bottom: clamp(1.65rem, 3vw, 2.5rem);
	font-size: clamp(3.65rem, 5.1vw, 5.65rem);
	line-height: 0.93;
}

.bb-site .ab-hero--compact .has-lead-font-size {
	max-width: 59ch;
	color: var(--bb-muted);
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	line-height: 1.68;
}

.bb-site .ab-hero--compact .wp-block-buttons {
	margin-top: clamp(1.65rem, 3vw, 2.4rem);
	gap: 0.75rem;
}

.bb-site .ab-hero--compact .wp-block-button:first-child .wp-block-button__link {
	gap: 0.8rem;
	padding-right: 0.55rem;
}

.bb-site .ab-hero--compact .wp-block-button:first-child .wp-block-button__link::after {
	display: inline-grid;
	width: 2.25rem;
	flex: 0 0 2.25rem;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: var(--bb-sun);
	color: var(--bb-petrol-dark);
	content: "↗";
	font-size: 0.88rem;
	transition: transform 180ms ease;
}

.bb-site .ab-hero--compact .wp-block-button:first-child .wp-block-button__link:hover::after {
	transform: translate(2px, -2px);
}

.bb-site .ab-hero--compact .ab-card {
	position: relative;
	min-height: 21.5rem;
	padding: clamp(2rem, 3.5vw, 3rem);
	border: 1px solid rgb(255 255 255 / 70%);
	border-radius: 3.25rem 3.25rem 1.35rem 3.25rem;
	background: rgb(255 253 249 / 91%);
	box-shadow: 0 1.75rem 5rem rgb(25 61 59 / 12%);
	backdrop-filter: blur(12px);
}

.bb-site .ab-hero--compact .ab-card h2 {
	max-width: 12ch;
	font-size: clamp(2rem, 2.5vw, 2.65rem);
	line-height: 0.98;
}

.bb-site .ab-hero--compact .ab-card ul {
	display: grid;
	gap: 0.85rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.bb-site .ab-hero--compact .ab-card li {
	position: relative;
	padding-left: 1.4rem;
	color: var(--bb-muted);
	line-height: 1.5;
}

.bb-site .ab-hero--compact .ab-card li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 0.42rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--bb-petrol);
	content: "";
}

/* The approach: calm editorial copy paired with a high-contrast action panel. */
.bb-site .ab-hero--compact + .ab-section {
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background: var(--bb-paper);
}

.bb-site .ab-hero--compact + .ab-section > .wp-block-columns {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: stretch;
	gap: clamp(2.5rem, 6vw, 5.5rem);
}

.bb-site .ab-hero--compact + .ab-section h2 {
	max-width: 11ch;
	font-size: clamp(2.9rem, 4.2vw, 4.55rem);
	line-height: 0.95;
}

.bb-site .ab-hero--compact + .ab-section .wp-block-column:first-child > p:not(.ab-eyebrow) {
	max-width: 48ch;
	color: var(--bb-muted);
	font-size: 1.04rem;
	line-height: 1.72;
}

.bb-site .ab-hero--compact + .ab-section .ab-card {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.15rem, 4vw, 3.5rem);
	border-radius: 4rem 1.5rem 4rem 4rem;
	background:
		radial-gradient(circle at 92% 8%, rgb(242 233 168 / 17%), transparent 16rem),
		linear-gradient(145deg, #3b7772, var(--bb-petrol) 64%, #285855);
	color: var(--bb-white);
}

.bb-site .ab-hero--compact + .ab-section .ab-card h3 {
	max-width: 14ch;
	color: var(--bb-white);
	font-size: clamp(2.1rem, 3vw, 3.1rem);
	line-height: 0.98;
}

.bb-site .ab-hero--compact + .ab-section .ab-card ul {
	display: grid;
	gap: 1rem;
	margin: 1.8rem 0 0;
	padding: 0;
	list-style: none;
}

.bb-site .ab-hero--compact + .ab-section .ab-card li {
	position: relative;
	padding: 0 0 1rem 2rem;
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	color: rgb(255 253 249 / 84%);
	line-height: 1.55;
}

.bb-site .ab-hero--compact + .ab-section .ab-card li::before {
	position: absolute;
	top: 0.15rem;
	left: 0;
	display: grid;
	width: 1.25rem;
	place-items: center;
	aspect-ratio: 1;
	border: 1px solid rgb(255 255 255 / 34%);
	border-radius: 50%;
	color: var(--bb-sun);
	content: "✓";
	font-size: 0.7rem;
}

/* Five clear routes, composed as one asymmetric service map. */
.bb-site #tropoi-ypostirixis {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: clamp(1rem, 2vw, 1.5rem);
	row-gap: clamp(1rem, 2vw, 1.5rem);
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 92% 4%, rgb(234 214 210 / 65%), transparent 19rem),
		var(--bb-white);
}

.bb-site #tropoi-ypostirixis::before {
	display: none;
}

.bb-site #tropoi-ypostirixis > .ab-eyebrow {
	grid-column: 1 / -1;
	justify-self: start;
	margin-inline: 0 !important;
}

.bb-site #tropoi-ypostirixis > h2 {
	grid-column: 1 / 8;
	justify-self: start;
	max-width: 16ch;
	margin: 0 0 clamp(2.25rem, 3.5vw, 3.25rem);
	margin-inline: 0 !important;
	text-align: left !important;
	font-size: clamp(3rem, 4.25vw, 4.55rem);
	hyphens: none;
	line-height: 0.95;
	overflow-wrap: normal;
	word-break: normal;
}

.bb-site #tropoi-ypostirixis > p:not(.ab-eyebrow) {
	grid-column: 8 / -1;
	align-self: start;
	justify-self: start;
	max-width: 36ch;
	margin-bottom: clamp(2.4rem, 3.5vw, 3.25rem);
	margin-inline: 0 !important;
	padding-top: 0.65rem;
	color: var(--bb-muted);
	font-size: clamp(1.02rem, 1.25vw, 1.18rem);
	line-height: 1.65;
	text-align: left !important;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid {
	display: contents;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) {
	grid-column: 1 / 6;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(2) {
	grid-column: 6 / 10;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(3) {
	grid-column: 10 / -1;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(1) {
	grid-column: 2 / 7;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(2) {
	grid-column: 7 / 12;
}

.bb-site #tropoi-ypostirixis .wp-block-column {
	min-width: 0;
	margin: 0;
}

.bb-site #tropoi-ypostirixis .ab-card {
	position: relative;
	display: flex;
	overflow: hidden;
	min-height: clamp(20.5rem, 25vw, 23.5rem);
	flex-direction: column;
	padding: clamp(1.7rem, 3vw, 2.65rem);
	border: 1px solid rgb(35 78 75 / 8%);
	border-radius: 2.75rem 2.75rem 1.15rem 2.75rem;
	background: var(--bb-cream);
	isolation: isolate;
}

.bb-site #tropoi-ypostirixis .ab-card::before {
	position: absolute;
	top: 0.95rem;
	right: 1.45rem;
	z-index: -1;
	color: rgb(35 78 75 / 10%);
	content: "01";
	font-family: var(--bb-editorial);
	font-size: clamp(5rem, 8vw, 8rem);
	letter-spacing: -0.08em;
	line-height: 1;
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) .ab-card {
	background:
		radial-gradient(circle at 90% 10%, rgb(255 255 255 / 12%), transparent 13rem),
		linear-gradient(145deg, #3b7772, var(--bb-petrol) 65%, #285855);
	color: var(--bb-white);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) .ab-card::before {
	color: rgb(255 255 255 / 11%);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(2) .ab-card {
	background: var(--bb-sun);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(2) .ab-card::before {
	content: "02";
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(3) .ab-card {
	background: var(--bb-blush);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(3) .ab-card::before {
	content: "03";
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(1) .ab-card {
	background: var(--bb-sage);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(1) .ab-card::before {
	content: "04";
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(2) .ab-card::before {
	content: "05";
}

.bb-site #tropoi-ypostirixis .ab-card h3 {
	position: relative;
	z-index: 1;
	max-width: 12ch;
	margin-top: clamp(4.25rem, 5.5vw, 5.75rem);
	font-size: clamp(1.95rem, 2.5vw, 2.7rem);
	hyphens: none;
	line-height: 0.98;
	overflow-wrap: normal;
	word-break: normal;
}

.bb-site #tropoi-ypostirixis .ab-card > p:not(:last-child) {
	position: relative;
	z-index: 1;
	max-width: 38ch;
	color: var(--bb-muted);
	line-height: 1.6;
}

.bb-site #tropoi-ypostirixis .ab-card > p:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 1.8rem;
}

.bb-site #tropoi-ypostirixis .ab-card a {
	position: static;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-weight: 750;
}

.bb-site #tropoi-ypostirixis .ab-card a::before {
	display: inline-grid;
	width: 2rem;
	flex: 0 0 2rem;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid currentcolor;
	border-radius: 50%;
	content: "↗";
	font-size: 0.85rem;
	transition:
		background-color 180ms ease,
		transform 180ms ease;
}

.bb-site #tropoi-ypostirixis .ab-card:hover a::before {
	background: rgb(255 253 249 / 34%);
	transform: translate(2px, -2px);
}

.bb-site #tropoi-ypostirixis .ab-card a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) .ab-card :where(h3, p, a) {
	color: var(--bb-white);
}

.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) .ab-card > p:not(:last-child) {
	color: rgb(255 253 249 / 82%);
}

.bb-site #tropoi-ypostirixis .ab-card:has(a:focus-visible) {
	outline: 3px solid var(--bb-sun);
	outline-offset: 4px;
}

/* Process: three calm, explicit steps without an extra script or timeline asset. */
.bb-site #diadikasia {
	position: relative;
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 92% 12%, rgb(242 233 168 / 15%), transparent 21rem),
		linear-gradient(135deg, #3a736f, var(--bb-petrol) 62%, #285855);
	color: var(--bb-white);
}

.bb-site #diadikasia > .ab-eyebrow {
	--bb-eyebrow-surface: var(--bb-sun);
	--bb-eyebrow-ink: var(--bb-petrol-dark);
}

.bb-site #diadikasia > h2 {
	max-width: 10ch;
	margin-bottom: clamp(2.75rem, 5vw, 4rem);
	color: var(--bb-white);
	font-size: clamp(3rem, 4.5vw, 4.6rem);
	line-height: 0.95;
}

.bb-site #diadikasia .ab-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.bb-site #diadikasia .ab-steps .wp-block-column {
	min-height: 15rem;
	padding: clamp(1.7rem, 3vw, 2.4rem);
	border: 0;
	border-left: 1px solid rgb(255 255 255 / 19%);
	border-radius: 0;
	background: transparent;
}

.bb-site #diadikasia .ab-steps .wp-block-column:last-child {
	border-right: 1px solid rgb(255 255 255 / 19%);
}

.bb-site #diadikasia .ab-steps h3 {
	max-width: 12ch;
	margin: 0 0 1.5rem;
	color: var(--bb-white);
	font-size: clamp(1.85rem, 2.35vw, 2.4rem);
	line-height: 1;
}

.bb-site #diadikasia .ab-steps p {
	max-width: 35ch;
	color: rgb(255 253 249 / 79%);
	line-height: 1.62;
}

/* Place and online access: related choices, not two generic white boxes. */
.bb-site #diadikasia + .ab-section--tint {
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 8% 8%, rgb(223 233 222 / 75%), transparent 19rem),
		var(--bb-paper);
}

.bb-site #diadikasia + .ab-section--tint::before {
	display: none;
}

.bb-site #diadikasia + .ab-section--tint > h2 {
	max-width: 14ch;
	margin: 0 auto clamp(2.75rem, 5vw, 4rem);
	font-size: clamp(3rem, 4.2vw, 4.5rem);
	line-height: 0.95;
}

.bb-site #diadikasia + .ab-section--tint .ab-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}

.bb-site #diadikasia + .ab-section--tint .ab-card {
	position: relative;
	min-height: 16rem;
	padding: clamp(2rem, 3.5vw, 3rem);
	border: 1px solid rgb(35 78 75 / 9%);
	border-radius: 3rem 3rem 1.2rem 3rem;
	background: var(--bb-white);
}

.bb-site #diadikasia + .ab-section--tint .wp-block-column:last-child .ab-card {
	background: var(--bb-sun);
}

.bb-site #diadikasia + .ab-section--tint .ab-card::before {
	display: grid;
	width: 2.75rem;
	margin-bottom: clamp(2rem, 3vw, 2.75rem);
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgb(35 78 75 / 18%);
	border-radius: 50%;
	content: "⌖";
	font-size: 1rem;
}

.bb-site #diadikasia + .ab-section--tint .wp-block-column:last-child .ab-card::before {
	content: "↗";
}

.bb-site #diadikasia + .ab-section--tint .ab-card h3 {
	font-size: clamp(2.05rem, 2.7vw, 2.75rem);
}

.bb-site #diadikasia + .ab-section--tint .ab-card p {
	max-width: 48ch;
	color: var(--bb-muted);
	line-height: 1.65;
}

.bb-site #diadikasia + .ab-section--tint > p {
	max-width: 60ch;
	margin: clamp(2.2rem, 3.5vw, 3rem) auto 0;
	color: var(--bb-muted);
	line-height: 1.65;
}

/* FAQ: editorial index on the left, native accessible disclosures on the right. */
.bb-site .ab-faq {
	display: grid;
	max-width: 75rem;
	grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.25fr);
	column-gap: clamp(3rem, 8vw, 8rem);
	row-gap: 0;
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background: var(--bb-white);
}

.bb-site .ab-faq > .ab-eyebrow {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: start;
	margin-inline: 0 !important;
}

.bb-site .ab-faq > h2 {
	grid-column: 1;
	grid-row: 1 / span 4;
	align-self: start;
	justify-self: start;
	max-width: 8ch;
	margin: 4.35rem 0 0 !important;
	font-size: clamp(3rem, 4.2vw, 4.5rem);
	line-height: 0.95;
}

.bb-site .ab-faq > details {
	grid-column: 2;
	align-self: start;
	justify-self: stretch;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--bb-line);
	background: transparent;
}

.bb-site .ab-faq summary {
	position: relative;
	padding: 1.45rem 3.5rem 1.45rem 0;
	cursor: pointer;
	font-family: Commissioner, system-ui, sans-serif;
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	font-weight: 750;
	line-height: 1.45;
	list-style: none;
}

.bb-site .ab-faq summary::-webkit-details-marker {
	display: none;
}

.bb-site .ab-faq summary::after {
	position: absolute;
	top: 1.2rem;
	right: 0;
	display: grid;
	width: 2rem;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid var(--bb-line);
	border-radius: 50%;
	content: "+";
	font-size: 1.25rem;
	font-weight: 400;
	transition:
		background-color 180ms ease,
		transform 180ms ease;
}

.bb-site .ab-faq summary:hover::after {
	background: var(--bb-sage);
}

.bb-site .ab-faq details[open] summary::after {
	transform: rotate(45deg);
}

.bb-site .ab-faq details p {
	max-width: 62ch;
	margin: 0;
	padding: 0 3.5rem 1.5rem 0;
	color: var(--bb-muted);
	line-height: 1.68;
}

/* Warm final decision panel: strong conversion without a heavy dark ending. */
.bb-site .ab-faq + .ab-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
	align-items: end;
	gap: clamp(2rem, 6vw, 6rem);
	padding-block: clamp(4.5rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 88% 12%, rgb(255 255 255 / 48%), transparent 18rem),
		var(--bb-sun);
	color: var(--bb-ink);
}

.bb-site .ab-faq + .ab-cta > h2 {
	grid-row: 1 / span 2;
	max-width: 13ch;
	margin: 0;
	color: var(--bb-ink);
	font-size: clamp(3.1rem, 4.6vw, 5rem);
	line-height: 0.94;
	text-align: left !important;
}

.bb-site .ab-faq + .ab-cta > p {
	max-width: 40ch;
	margin: 0;
	color: var(--bb-muted);
	font-size: 1.08rem;
	line-height: 1.65;
	text-align: left !important;
}

.bb-site .ab-faq + .ab-cta > .wp-block-buttons {
	justify-content: flex-start;
	margin: 0;
}

.bb-site .ab-faq + .ab-cta .wp-block-button__link {
	border-color: var(--bb-petrol);
	background: var(--bb-petrol);
	color: var(--bb-white);
}

@media (max-width: 980px) {
	.bb-site .ab-hero--compact > .wp-block-columns {
		grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
		gap: 2rem;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(1) {
		grid-column: 1 / 7;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(2) {
		grid-column: 7 / -1;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid:first-of-type > .wp-block-column:nth-child(3) {
		grid-column: 1 / 5;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(1) {
		grid-column: 5 / 9;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid:last-of-type > .wp-block-column:nth-child(2) {
		grid-column: 9 / -1;
	}
}

@media (max-width: 781px) {
	.bb-site .ab-hero--compact {
		padding-block: 4.5rem;
	}

	.bb-site .ab-hero--compact::before {
		top: 7rem;
		right: -3rem;
		font-size: 18rem;
	}

	.bb-site .ab-hero--compact > .wp-block-columns,
	.bb-site .ab-hero--compact + .ab-section > .wp-block-columns,
	.bb-site #diadikasia .ab-steps,
	.bb-site #diadikasia + .ab-section--tint .ab-card-grid,
	.bb-site .ab-faq,
	.bb-site .ab-faq + .ab-cta {
		grid-template-columns: minmax(0, 1fr);
	}

	.bb-site .ab-hero--compact > .wp-block-columns,
	.bb-site .ab-hero--compact + .ab-section > .wp-block-columns {
		gap: 2.5rem;
	}

	.bb-site .ab-hero--compact h1 {
		max-width: 12ch;
		font-size: clamp(3.25rem, 13.5vw, 5rem);
	}

	.bb-site .ab-hero--compact .ab-card {
		min-height: 0;
		border-radius: 2.5rem 2.5rem 1rem 2.5rem;
	}

	.bb-site .ab-hero--compact + .ab-section .ab-card {
		border-radius: 2.5rem 1rem 2.5rem 2.5rem;
	}

	.bb-site #tropoi-ypostirixis {
		display: block;
	}

	.bb-site #tropoi-ypostirixis > h2,
	.bb-site #tropoi-ypostirixis > p:not(.ab-eyebrow) {
		max-width: 100%;
		margin-bottom: 2rem;
		padding-top: 0;
	}

	.bb-site #tropoi-ypostirixis > .ab-card-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
		margin-top: 1rem;
	}

	.bb-site #tropoi-ypostirixis .ab-card {
		min-height: 21rem;
		border-radius: 2rem 2rem 0.9rem 2rem;
	}

	.bb-site #tropoi-ypostirixis .ab-card h3 {
		margin-top: 4.25rem;
	}

	.bb-site #diadikasia .ab-steps .wp-block-column,
	.bb-site #diadikasia .ab-steps .wp-block-column:last-child {
		min-height: 0;
		padding: 2rem 0;
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 19%);
		border-left: 0;
	}

	.bb-site #diadikasia + .ab-section--tint .ab-card {
		min-height: 0;
		border-radius: 2.25rem 2.25rem 1rem 2.25rem;
	}

	.bb-site .ab-faq {
		row-gap: 0;
		padding-inline: var(--wp--style--root--padding-left, 1.25rem);
	}

	.bb-site .ab-faq > .ab-eyebrow,
	.bb-site .ab-faq > h2,
	.bb-site .ab-faq > details {
		grid-column: 1;
		grid-row: auto;
	}

	.bb-site .ab-faq > h2 {
		max-width: 10ch;
		margin: 0 0 2rem !important;
	}

	.bb-site .ab-faq + .ab-cta {
		align-items: start;
		gap: 1.5rem;
	}

	.bb-site .ab-faq + .ab-cta > h2 {
		grid-row: auto;
		max-width: 12ch;
		font-size: clamp(3.1rem, 13vw, 4.6rem);
	}
}

@media (max-width: 480px) {
	.bb-site .ab-hero--compact h1 {
		font-size: clamp(3rem, 13.5vw, 4rem);
	}

	.bb-site .ab-hero--compact .wp-block-buttons,
	.bb-site .ab-hero--compact .wp-block-button,
	.bb-site .ab-hero--compact .wp-block-button__link {
		width: 100%;
	}

	.bb-site .ab-hero--compact + .ab-section h2,
	.bb-site #tropoi-ypostirixis > h2,
	.bb-site #diadikasia > h2,
	.bb-site #diadikasia + .ab-section--tint > h2,
	.bb-site .ab-faq > h2 {
		font-size: clamp(2.75rem, 12vw, 3.8rem);
	}

	.bb-site #tropoi-ypostirixis .ab-card {
		min-height: 19rem;
	}

	.bb-site .ab-faq summary {
		padding-right: 2.75rem;
	}

	.bb-site .ab-faq details p {
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-site .ab-hero--compact *,
	.bb-site .ab-hero--compact *::before,
	.bb-site .ab-hero--compact *::after,
	.bb-site #tropoi-ypostirixis *,
	.bb-site #tropoi-ypostirixis *::before,
	.bb-site #tropoi-ypostirixis *::after,
	.bb-site .ab-faq summary::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
