@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url("../fonts/montserrat-latin-variable-v31.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url("../fonts/source-sans-3-latin-variable-v19.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ak-white: #fff;
	--ak-paper: #fbfbfa;
	--ak-navy: #0c1c2e;
	--ak-blue: #192c49;
	--ak-heading: #102a43;
	--ak-orange: #f7941d;
	--ak-orange-ink: #d96f00;
	--ak-orange-dark: #b65300;
	--ak-orange-pale: #fff4e5;
	--ak-text: #526273;
	--ak-muted: #5f6f7f;
	--ak-soft: #f4f6f8;
	--ak-border: #dfe5ea;
	--ak-border-dark: rgba(255, 255, 255, 0.16);
	--ak-focus: #005fcc;
	--ak-radius-sm: 10px;
	--ak-radius: 20px;
	--ak-radius-lg: 32px;
	--ak-radius-pill: 999px;
	--ak-shadow: 0 22px 70px rgba(12, 28, 46, 0.12);
	--ak-shadow-soft: 0 12px 36px rgba(12, 28, 46, 0.07);
	--ak-content-max: 1440px;
	--ak-side: max(2%, calc((100% - var(--ak-content-max)) / 2));
	--ak-side-wide: var(--ak-side);
	--ak-shell: min(var(--ak-content-max), calc(100% - (2 * var(--ak-side))));
	--ak-shell-wide: var(--ak-shell);
	--ak-footer-puzzle-height: clamp(82px, 7.31vw, 140px);
	--ak-font-body: "Source Sans 3", "Source Sans Pro", "Segoe UI", Arial, sans-serif;
	--ak-font-heading: "Montserrat", "Segoe UI", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		animation-duration: 240ms !important;
		animation-name: ak-mobile-menu-item-fade !important;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open.ak-menu-items-resetting .wp-block-navigation-item {
		transform: none !important;
	}
}

body {
	background: var(--ak-paper);
	color: var(--ak-text);
	font-family: var(--ak-font-body);
	font-size: clamp(1rem, 0.98rem + 0.08vw, 1.06rem);
	line-height: 1.68;
	margin: 0;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
}

::selection {
	background: var(--ak-orange);
	color: var(--ak-navy);
}

img,
svg,
video {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--ak-heading);
	text-decoration-color: rgba(247, 148, 29, 0.8);
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--ak-orange-dark);
}

:focus-visible {
	outline: 3px solid var(--ak-focus);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.04;
	margin-block: 0 0.65em;
}

h1 {
	font-size: clamp(3rem, 2rem + 4.2vw, 6.4rem);
}

h2 {
	font-size: clamp(2rem, 1.65rem + 1.6vw, 3.6rem);
}

h3 {
	font-size: clamp(1.25rem, 1.08rem + 0.5vw, 1.75rem);
}

p,
ul,
ol {
	margin-block: 0 1.2rem;
}

main {
	min-height: 55vh;
}

.site-main,
.site-main > .wp-block-post-content {
	margin-inline: 0;
	max-width: none;
	width: 100%;
}

/*
 * Gutenberg constrains direct content blocks to 96vw. Structural backgrounds
 * stay full bleed; one shared gutter aligns their inner content site-wide.
 */
.site-main > :is(.ak-hero, .ak-trust-strip, .ak-section),
.site-main > .wp-block-post-content > :is(.ak-hero, .ak-trust-strip, .ak-section) {
	margin-block: 0 !important;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100%;
}

.site-main > .wp-block-post-content > :not(.ak-hero, .ak-trust-strip, .ak-section, .ak-home-method-preview) {
	max-width: var(--ak-shell);
}

.skip-link {
	background: var(--ak-navy);
	border-radius: var(--ak-radius-sm);
	color: var(--ak-white);
	font-weight: 700;
	left: 1rem;
	padding: 0.8rem 1rem;
	position: fixed;
	top: 1rem;
	transform: translateY(-180%);
	z-index: 10000;
}

.skip-link:focus {
	transform: translateY(0);
}

/* Full-width navigation with a restrained internal content measure. */
.site-header {
	background: rgba(255, 255, 255, 0.985);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 80;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: clamp(0.8rem, 1.5vw, 1.5rem);
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: none;
	min-height: 70px;
	padding: 0.55rem 0;
	width: var(--ak-shell);
}

.ak-logo,
.ak-logo a {
	display: block;
	margin: 0;
}

.ak-logo {
	width: 190px !important;
}

.ak-logo img {
	aspect-ratio: 288.3 / 60;
	width: min(190px, 42vw);
}

.primary-navigation {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
	font-size: clamp(0.73rem, 0.66rem + 0.2vw, 0.84rem);
	font-weight: 700;
	justify-self: end;
}

.primary-navigation .wp-block-navigation__container {
	column-gap: clamp(0.65rem, 1.2vw, 1.2rem);
	row-gap: 0.5rem;
}

.primary-navigation a {
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation a::after {
	background: var(--ak-orange);
	bottom: -0.42rem;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
	width: 100%;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after,
.primary-navigation .current-menu-item > a::after {
	transform: scaleX(1);
}

.site-header .wp-block-buttons {
	justify-self: end;
}

.site-header__inner > * {
	margin-block: 0 !important;
}

.wp-block-button__link,
.ak-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: var(--ak-radius-pill);
	font-family: var(--ak-font-heading);
	font-weight: 750;
	letter-spacing: -0.01em;
	min-height: 46px;
}

.wp-block-button__link,
.ak-button {
	align-items: center;
	background: var(--ak-orange);
	border: 2px solid var(--ak-orange);
	color: var(--ak-navy);
	display: inline-flex;
	justify-content: center;
	line-height: 1.2;
	padding: 0.82rem 1.2rem;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wp-block-button__link:hover,
.ak-button:hover {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

.site-header .wp-block-button__link {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
	font-size: 0.8rem;
	min-height: 44px;
	padding: 0.72rem 1rem;
}

.site-header .wp-block-button__link:hover {
	background: var(--ak-orange);
	border-color: var(--ak-orange);
	color: var(--ak-navy);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) {
	--ak-dark-hero-header-height: 70px;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header {
	background: transparent;
	transition: background-color 180ms ease, color 180ms ease;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header + .site-main {
	margin-block-start: calc(-1 * var(--ak-dark-hero-header-height)) !important;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .ak-logo {
	background: url("../images/logoallesklappt-footer.svg") center / contain no-repeat;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .ak-logo img {
	opacity: 0;
	transition: opacity 160ms ease;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .primary-navigation,
body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .primary-navigation a {
	color: var(--ak-white);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .primary-navigation a:hover {
	color: var(--ak-orange);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .wp-block-button__link {
	background: var(--ak-orange);
	border-color: var(--ak-orange);
	color: var(--ak-navy);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .wp-block-button__link:hover {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header :focus-visible {
	outline-color: var(--ak-orange);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .primary-navigation .wp-block-navigation__responsive-container-open {
	background: rgba(255, 255, 255, 0.1);
	color: var(--ak-white);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.985);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .ak-logo {
	background-image: none;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .ak-logo img {
	opacity: 1;
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .primary-navigation,
body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .primary-navigation a {
	color: var(--ak-heading);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .primary-navigation a:hover {
	color: var(--ak-orange-dark);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .wp-block-button__link {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .wp-block-button__link:hover {
	background: var(--ak-orange);
	border-color: var(--ak-orange);
	color: var(--ak-navy);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header.is-scrolled .primary-navigation .wp-block-navigation__responsive-container-open {
	background: var(--ak-soft);
	color: var(--ak-heading);
}

body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-header .primary-navigation .wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--ak-white);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.ak-button--secondary {
	background: transparent;
	border-color: var(--ak-navy);
	color: var(--ak-navy);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.ak-button--secondary:hover {
	background: var(--ak-navy);
	color: var(--ak-white);
}

.ak-text-link {
	align-items: center;
	display: inline-flex;
	font-family: var(--ak-font-heading);
	font-weight: 750;
	gap: 0.55rem;
	text-decoration: none;
}

.ak-text-link::after {
	content: "→";
	font-size: 1.15em;
	transition: transform 160ms ease;
}

.ak-text-link:hover::after {
	transform: translateX(4px);
}

.ak-text-link--light {
	color: var(--ak-white);
}

.ak-text-link--outline {
	background: transparent;
	border: 2px solid var(--ak-navy);
	border-radius: var(--ak-radius-pill);
	color: var(--ak-navy);
	justify-content: center;
	min-height: 50px;
	padding: 0.72rem 1.15rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ak-text-link--outline:hover {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

.ak-text-link--outline::after,
.ak-text-link--outline:hover::after {
	transform: none;
	transition: none;
}

.ak-text-link--outline.ak-text-link--light {
	border-color: var(--ak-white);
	color: var(--ak-white);
}

.ak-text-link--outline.ak-text-link--light:hover {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

.ak-breadcrumbs {
	font-size: 0.84rem;
	margin-inline: auto;
	padding: 1.5rem 0 0;
	text-align: center;
	width: var(--ak-shell);
}

.ak-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-breadcrumbs li {
	display: inline-flex;
	max-width: 100%;
}

.ak-breadcrumbs li > :is(a, span) {
	align-items: center;
	background: transparent;
	border: 1px solid var(--ak-navy);
	border-radius: 999px;
	color: var(--ak-navy);
	display: inline-flex;
	line-height: 1.15;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 0.48rem 0.78rem;
	text-align: center;
	text-decoration: none;
}

.ak-breadcrumbs a:hover {
	border-color: var(--ak-orange-dark);
	color: var(--ak-orange-dark);
}

.ak-hero .ak-breadcrumbs {
	margin-bottom: 0.85rem;
	padding: 0;
	width: 100%;
}

/* Heroes */
.ak-hero {
	align-items: center;
	background-color: var(--ak-paper);
	background-image: linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 42, 67, 0.035) 1px, transparent 1px);
	background-size: 56px 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(500px, calc(100svh - 145px), 610px);
	padding: clamp(4rem, 7svh, 5.5rem) var(--ak-side) clamp(3.75rem, 7svh, 5.25rem);
	position: relative;
	text-align: center;
}

.ak-hero::after {
	background: linear-gradient(180deg, transparent, var(--ak-paper));
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.ak-hero > * {
	position: relative;
	z-index: 1;
}

.ak-hero h1 {
	color: var(--ak-navy);
	font-size: clamp(2.85rem, 2.2rem + 2.4vw, 4.75rem);
	margin: 0 auto 0.45em;
	max-width: 19ch;
}

.ak-hero h1 span,
.ak-hero h1 em {
	color: var(--ak-orange-ink);
	font-style: normal;
}

.ak-hero .ak-blog-hero__accent {
	color: var(--ak-orange);
}

.ak-hero .ak-intro {
	color: var(--ak-text);
	font-size: clamp(1.08rem, 1rem + 0.45vw, 1.34rem);
	margin: 0 auto;
	max-width: 64ch;
}

.ak-hero:not(.ak-hero--home) {
	background-color: var(--ak-navy);
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	color: rgba(255, 255, 255, 0.84);
}

.ak-hero:not(.ak-hero--home)::after {
	background: linear-gradient(180deg, transparent, rgba(25, 44, 73, 0.42));
}

.ak-hero:not(.ak-hero--home) h1 {
	color: var(--ak-white);
}

.ak-hero:not(.ak-hero--home) .ak-intro,
.ak-hero:not(.ak-hero--home) > .wp-block-term-description,
.ak-hero:not(.ak-hero--home) > .wp-block-term-description p {
	color: rgba(255, 255, 255, 0.82);
}

.ak-hero:not(.ak-hero--home) > .wp-block-term-description {
	margin-inline: auto;
	max-width: 64ch;
}

.ak-hero:not(.ak-hero--home) .ak-breadcrumbs li > :is(a, span) {
	border-color: rgba(255, 255, 255, 0.58);
	color: var(--ak-white);
}

.ak-hero:not(.ak-hero--home) .ak-breadcrumbs a:hover {
	border-color: var(--ak-orange);
	color: var(--ak-orange);
}

.ak-breadcrumbs [aria-current="page"] {
	background: var(--ak-white);
	color: var(--ak-navy);
}

.ak-hero:not(.ak-hero--home) .ak-breadcrumbs [aria-current="page"] {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

:is(.ak-hero:not(.ak-hero--home), .ak-section--navy, .ak-section--blue, .ak-commercial-card) .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
:is(.ak-hero:not(.ak-hero--home), .ak-section--navy, .ak-section--blue, .ak-commercial-card) .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible,
:is(.ak-hero:not(.ak-hero--home), .ak-section--navy, .ak-section--blue, .ak-commercial-card) .ak-button:not(.ak-button--secondary):hover,
:is(.ak-hero:not(.ak-hero--home), .ak-section--navy, .ak-section--blue, .ak-commercial-card) .ak-button:not(.ak-button--secondary):focus-visible {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

.ak-hero:not(.ak-hero--home) .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--ak-white);
	color: var(--ak-white);
}

.ak-hero:not(.ak-hero--home) .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

.ak-hero:not(.ak-hero--home) .wp-block-search {
	margin-inline: auto;
	max-width: 720px;
	width: 100%;
}

.ak-hero:not(.ak-hero--home) .wp-block-search__label {
	color: var(--ak-white);
}

.ak-kicker,
.ak-eyebrow {
	color: var(--ak-orange-dark);
	font-family: var(--ak-font-heading);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.ak-kicker {
	background: var(--ak-orange);
	border-radius: 999px;
	color: var(--ak-navy);
	display: inline-flex;
	letter-spacing: 0.06em;
	padding: 0.62rem 0.95rem;
	text-transform: none;
}

.ak-hero .wp-block-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.ak-hero--home {
	min-height: 0;
	padding-bottom: clamp(4rem, 7svh, 5.5rem);
	padding-top: clamp(3.75rem, 6.5svh, 5rem);
}

.ak-hero--home .ak-hero__copy {
	margin-inline: auto;
	max-width: 1080px;
}

.ak-hero--home h1 {
	font-size: clamp(2.9rem, 2.15rem + 2.5vw, 5.25rem);
	max-width: 19ch;
}

.ak-hero__visual {
	margin-top: clamp(3rem, 5vw, 5rem);
	width: 100%;
}

.ak-hero--product {
	display: grid;
	gap: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
	min-height: 660px;
	padding-block: clamp(3.5rem, 6svh, 4.5rem);
	padding-inline: var(--ak-side-wide);
	text-align: left;
}

.ak-hero--product .ak-hero__copy,
.ak-hero--product h1,
.ak-hero--product .ak-intro {
	margin-left: 0;
	max-width: none;
}

.ak-hero--product h1 {
	font-size: clamp(3rem, 2.35rem + 1.8vw, 4.5rem);
}

.ak-hero--product .wp-block-buttons {
	justify-content: flex-start;
}

.ak-hero--product .ak-hero__visual {
	margin: 0;
	width: 100%;
}

.ak-hero--media {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
	padding-inline: var(--ak-side);
	text-align: left;
}

.ak-hero--media .ak-hero__copy,
.ak-hero--media h1,
.ak-hero--media .ak-intro {
	margin-left: 0;
	max-width: none;
}

.ak-hero--product .ak-breadcrumbs ol,
.ak-hero--media .ak-breadcrumbs ol {
	justify-content: flex-start;
}

/* Course hero video: puzzle silhouette outside, native video dialog inside. */
.ak-course-video {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 700px;
	padding: clamp(12px, 3.5vw, 25px);
	position: relative;
	width: 100%;
}

.ak-course-video__trigger {
	-webkit-appearance: none;
	aspect-ratio: 1;
	background: transparent;
	border: 0;
	color: var(--ak-navy);
	cursor: pointer;
	display: block;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.ak-course-video__trigger:focus-visible {
	outline: 0;
}

.ak-course-video__preview {
	height: 1px;
	inset: 50% auto auto 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.ak-course-video__canvas {
	display: block;
	filter: drop-shadow(0 24px 34px rgba(2, 18, 35, 0.3));
	height: 100%;
	pointer-events: none;
	width: 100%;
}

.ak-course-video__trigger:focus-visible .ak-course-video__canvas {
	filter: drop-shadow(0 0 8px var(--ak-orange)) drop-shadow(0 24px 34px rgba(2, 18, 35, 0.3));
}

.ak-course-video__play {
	align-items: center;
	-webkit-backdrop-filter: blur(22px) saturate(180%) brightness(1.08);
	backdrop-filter: blur(22px) saturate(180%) brightness(1.08);
	background: rgba(255, 255, 255, 0.22);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
	border: 0;
	border-radius: 50%;
	box-shadow:
		0 12px 34px rgba(2, 18, 35, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 -1px 0 rgba(255, 255, 255, 0.08);
	display: flex;
	height: clamp(62px, 7vw, 88px);
	inset: 50% auto auto 50%;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, color 180ms ease;
	width: clamp(62px, 7vw, 88px);
	z-index: 1;
}

.ak-course-video__play svg {
	fill: currentColor;
	height: 42%;
	transform: translateX(4%);
	width: 42%;
}

.ak-course-video__trigger:hover .ak-course-video__play,
.ak-course-video__trigger:focus-visible .ak-course-video__play {
	background: rgba(255, 255, 255, 0.3);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.2));
	box-shadow:
		0 12px 36px rgba(2, 18, 35, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.64),
		inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.ak-course-video-dialog {
	background: transparent;
	border: 0;
	color: var(--ak-white);
	max-height: none;
	max-width: min(94vw, 1280px);
	overflow: visible;
	padding: 0;
	width: min(94vw, 1280px);
}

.ak-course-video-dialog::backdrop {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(2, 18, 35, 0.88);
}

.ak-course-video-dialog__panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	position: relative;
}

.ak-course-video-dialog__player {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 16px;
	display: block;
	height: auto;
	width: 100%;
}

.ak-course-video-dialog__close {
	align-items: center;
	background: var(--ak-white);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	color: var(--ak-navy);
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: -12px;
	top: -12px;
	width: 46px;
	z-index: 2;
}

.ak-course-video-dialog__close:hover,
.ak-course-video-dialog__close:focus-visible {
	background: var(--ak-orange);
}

.ak-course-video-dialog__close:focus-visible {
	outline: 3px solid var(--ak-white);
	outline-offset: 3px;
}

.ak-course-video-dialog__close svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2.5;
	width: 22px;
}

html.ak-dialog-open {
	overflow: hidden;
}

/* Compact factual strip, replacing fake logo/social-proof rows. */
.ak-trust-strip {
	align-items: center;
	background: var(--ak-navy);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
	padding: 2.4rem var(--ak-side);
}

.ak-trust-strip p {
	color: var(--ak-white);
	font-family: var(--ak-font-heading);
	font-weight: 750;
	margin: 0;
}

.ak-trust-strip > p {
	font-size: clamp(1.55rem, 1.2rem + 1.15vw, 2.35rem);
	line-height: 1.12;
}

.ak-trust-strip ul {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-trust-strip li {
	align-items: center;
	color: var(--ak-white);
	display: flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.55rem;
}

.ak-trust-strip li::before {
	background: var(--ak-orange);
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
}

/* Sections and editorial components. */
.ak-section {
	background: var(--ak-white);
	padding: clamp(5.5rem, 9vw, 9rem) var(--ak-side);
	position: relative;
	width: 100%;
}

.ak-section--soft {
	background: var(--ak-soft);
}

.ak-section--navy,
.ak-section--blue {
	background: var(--ak-navy);
	color: rgba(255, 255, 255, 0.78);
}

.ak-section--navy h1,
.ak-section--navy h2,
.ak-section--navy h3,
.ak-section--blue h1,
.ak-section--blue h2,
.ak-section--blue h3 {
	color: var(--ak-white);
}

.ak-section--navy .ak-eyebrow,
.ak-section--blue .ak-eyebrow {
	color: var(--ak-orange);
}

/* A navy final section would visually merge with the footer. */
.site-main > .ak-section--navy:last-child,
.site-main > .wp-block-post-content > .ak-section--navy:last-child {
	background: var(--ak-orange);
	color: var(--ak-navy);
	padding-bottom: calc(clamp(4rem, 6vw, 6rem) + var(--ak-footer-puzzle-height));
}

.site-main > .ak-section--navy:last-child :is(h1, h2, h3, h4),
.site-main > .wp-block-post-content > .ak-section--navy:last-child :is(h1, h2, h3, h4) {
	color: var(--ak-navy);
}

.site-main > .ak-section--navy:last-child a,
.site-main > .ak-section--navy:last-child a:hover,
.site-main > .ak-section--navy:last-child a:focus-visible,
.site-main > .wp-block-post-content > .ak-section--navy:last-child a,
.site-main > .wp-block-post-content > .ak-section--navy:last-child a:hover,
.site-main > .wp-block-post-content > .ak-section--navy:last-child a:focus-visible {
	color: var(--ak-navy);
	text-decoration-color: var(--ak-navy);
}

.site-main > .ak-section--navy:last-child a:focus-visible,
.site-main > .wp-block-post-content > .ak-section--navy:last-child a:focus-visible {
	outline-color: var(--ak-navy);
}

.ak-section > h2,
.ak-section > h3,
.ak-section > p,
.ak-section > ul,
.ak-section > ol,
.ak-section > .ak-grid,
.ak-section > .ak-price-table,
.ak-section > .ak-cookie-table-wrap,
.ak-section > .ak-faq-list,
.ak-section > .ak-form,
.ak-section > .ak-placeholder {
	max-width: 860px;
}

.ak-section > h2 {
	max-width: 18ch;
}

.ak-section-heading {
	margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.ak-section-heading h2 {
	max-width: 18ch;
}

.ak-section-heading > p,
.ak-section-heading > div > p:last-child {
	max-width: 58ch;
}

.ak-section-heading--center {
	margin-inline: auto;
	max-width: 920px;
	text-align: center;
}

.ak-section-heading--center h2,
.ak-section-heading--center p {
	margin-left: auto;
	margin-right: auto;
}

.ak-section-heading--split {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 5vw, 6rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
}

.ak-section-heading--split h2,
.ak-section-heading--split p {
	margin-bottom: 0;
}

.ak-pain-grid {
	display: grid;
	gap: clamp(0.85rem, 1.4vw, 1.3rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ak-pain-grid article {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: 0;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.ak-pain-grid__image {
	aspect-ratio: 4 / 3;
	background: var(--ak-navy);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ak-pain-grid__visual {
	position: relative;
}

.ak-pain-grid span,
.ak-feature-cards article > span,
.ak-skill-grid article > span {
	color: var(--ak-orange-dark);
	font-family: var(--ak-font-heading);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ak-pain-grid span {
	color: var(--ak-white);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	left: 1.15rem;
	letter-spacing: 0.02em;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 12px rgb(12 28 46 / 55%);
	top: 1rem;
	z-index: 1;
}

.ak-pain-grid p {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	padding: 1rem 1.3rem 1.25rem;
}

.ak-pain-grid article > p:empty {
	display: none;
}

.ak-problem .ak-section-heading--split {
	align-items: start;
	grid-template-areas:
		"eyebrow ."
		"title copy";
	row-gap: 1rem;
}

.ak-problem .ak-section-heading--split > div {
	display: contents;
}

.ak-problem .ak-section-heading--split .ak-eyebrow {
	grid-area: eyebrow;
}

.ak-problem .ak-section-heading--split h2 {
	grid-area: title;
}

.ak-problem .ak-section-heading--split > p {
	align-self: start;
	grid-area: copy;
}

.ak-method-feature,
.ak-method-intro,
.ak-principles-section,
.ak-fit-section,
.ak-rhythm-section,
.ak-capsule-intro,
.ak-catalogue-pending,
.ak-commercial-section,
.ak-book-callout,
.ak-course-focus,
.ak-swiss-note,
.ak-exam-section,
.ak-continuity-section {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 7vw, 8rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
}

.ak-method-feature {
	gap: clamp(3rem, 4vw, 4.5rem);
	grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.8fr);
}

.ak-method-feature .ak-feature-copy h2 {
	max-width: 18ch;
}

.ak-feature-copy h2 {
	max-width: 16ch;
}

.ak-feature-copy > p:not(.ak-eyebrow) {
	max-width: 52ch;
}

.ak-reading-copy {
	font-size: clamp(1.08rem, 1rem + 0.25vw, 1.22rem);
	max-width: 62ch;
}

.ak-method-steps,
.ak-principles-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-method-steps li,
.ak-principles-list li {
	align-items: start;
	border-top: 1px solid var(--ak-border);
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 1.25rem 0;
}

.ak-method-steps li:last-child,
.ak-principles-list li:last-child {
	border-bottom: 1px solid var(--ak-border);
}

.ak-method-steps li > span,
.ak-principles-list li > span {
	color: var(--ak-orange-dark);
	font-family: var(--ak-font-heading);
	font-size: 0.78rem;
	font-weight: 800;
}

.ak-method-steps strong,
.ak-principles-list strong {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
	font-size: 1.12rem;
}

.ak-method-steps p,
.ak-principles-list p {
	margin: 0.25rem 0 0;
}

.ak-product-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
	grid-template-rows: repeat(2, minmax(240px, auto));
}

.ak-product-card {
	background: var(--ak-soft);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(1.6rem, 3vw, 2.6rem);
}

.ak-product-card--primary {
	background: var(--ak-orange);
	border-color: var(--ak-orange);
	grid-row: 1 / 3;
	min-height: 500px;
}

.ak-product-card--primary h3 {
	font-size: clamp(2rem, 1.5rem + 1.6vw, 3.5rem);
	max-width: 10ch;
}

.ak-product-card__label,
.ak-commercial-card__label {
	color: var(--ak-orange-dark);
	font-family: var(--ak-font-heading);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ak-product-card--primary .ak-product-card__label {
	color: var(--ak-navy);
}

.ak-product-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 2rem 0;
	padding: 0;
}

.ak-product-card li {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.45rem 0.7rem;
}

.ak-product-card--primary .ak-button {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

.ak-product-card--primary .ak-button:hover {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

.ak-product-grid--equal {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto;
}

.ak-product-grid--equal .ak-product-card {
	min-height: 330px;
}

.ak-card-status {
	margin-bottom: 0;
}

.ak-coming-soon {
	align-items: center;
	background: var(--ak-orange-pale);
	border: 1px solid rgba(199, 92, 0, 0.28);
	border-radius: var(--ak-radius-pill);
	color: var(--ak-orange-dark);
	display: inline-flex;
	font-family: var(--ak-font-heading);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-height: 38px;
	padding: 0.55rem 0.85rem;
	text-transform: uppercase;
}

.ak-contact-options {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ak-contact-options .ak-product-card--primary {
	grid-row: auto;
	min-height: 330px;
}

#llamada-gratuita,
#clase-prueba {
	scroll-margin-top: 7rem;
}

.ak-course-focus {
	padding-bottom: clamp(5rem, 8vw, 8rem);
	padding-top: clamp(5rem, 8vw, 8rem);
}

.ak-support-board {
	background: var(--ak-white);
	border-radius: var(--ak-radius);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
	color: var(--ak-text);
	overflow: hidden;
}

.ak-support-board__header {
	align-items: center;
	background: var(--ak-orange);
	color: var(--ak-navy);
	display: flex;
	font-family: var(--ak-font-heading);
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: space-between;
	padding: 1rem 1.3rem;
}

.ak-support-board__item {
	align-items: center;
	border-bottom: 1px solid var(--ak-border);
	display: grid;
	gap: 1rem;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	padding: 1.25rem 1.3rem;
}

.ak-support-board__item:last-child {
	border-bottom: 0;
}

.ak-support-board__item b {
	color: var(--ak-orange-dark);
	font-size: 0.76rem;
}

.ak-support-board__item span {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
	font-weight: 750;
}

.ak-support-board__item small {
	color: var(--ak-muted);
}

.ak-book-callout {
	grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1fr);
}

.ak-book-media {
	border-radius: var(--ak-radius-lg);
	box-shadow: var(--ak-shadow);
	justify-self: center;
	margin: 0;
	max-width: 640px;
	overflow: hidden;
	width: 100%;
}

.ak-book-media img {
	display: block;
	height: auto;
	width: 100%;
}

.ak-book-media--hero {
	max-width: 720px;
}

.ak-photo-pending span,
.ak-video-preview span:first-child,
.ak-catalogue-preview > span {
	color: rgba(255, 255, 255, 0.65);
	font-family: var(--ak-font-heading);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.ak-photo-pending {
	align-items: flex-end;
	background: var(--ak-navy);
	background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 40px 40px;
	border-radius: var(--ak-radius-lg);
	display: flex;
	justify-self: center;
	min-height: 470px;
	padding: 1.5rem;
	width: min(390px, 88vw);
}

.ak-home-faq .ak-faq-list,
.ak-faq-page .ak-faq-list {
	max-width: none;
}

.ak-section-link {
	margin-top: 2rem;
}

.ak-final-cta {
	align-items: center;
	background: var(--ak-orange);
	border-radius: 0;
	display: grid;
	gap: clamp(2rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
	margin-block-start: 0 !important;
	margin-inline: 0 !important;
	max-width: none !important;
	padding-bottom: calc(clamp(4rem, 6vw, 6rem) + var(--ak-footer-puzzle-height));
	padding-top: clamp(4rem, 6vw, 6rem);
	width: 100%;
}

.ak-final-cta h2 {
	color: var(--ak-navy);
	font-size: clamp(2.4rem, 1.8rem + 2vw, 4.25rem);
	margin-bottom: 0;
	max-width: 18ch;
}

.ak-final-cta .ak-eyebrow {
	color: var(--ak-navy);
}

.ak-final-cta p {
	color: rgba(12, 28, 46, 0.82);
	max-width: 48ch;
}

.ak-final-cta .wp-block-buttons {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.ak-final-cta .ak-button,
.ak-final-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

.ak-final-cta .ak-button:hover,
.ak-final-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background: var(--ak-white);
	border-color: var(--ak-white);
	color: var(--ak-navy);
}

.ak-skill-grid,
.ak-feature-cards {
	display: grid;
	gap: 1.1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ak-feature-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ak-skill-grid article,
.ak-feature-cards article {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	min-height: 270px;
	padding: 1.6rem;
}

.ak-skill-grid h3,
.ak-feature-cards h3 {
	margin-top: 2.25rem;
}

.ak-skill-grid p,
.ak-feature-cards p {
	margin-bottom: 0;
}

.ak-swiss-note,
.ak-exam-section,
.ak-continuity-section {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
}

.ak-swiss-note h2,
.ak-exam-section h2,
.ak-continuity-section h2 {
	margin-bottom: 0;
	max-width: 17ch;
}

.ak-rhythm-board {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	overflow: hidden;
}

.ak-flexibility-section {
	display: block;
	padding-block: clamp(4.5rem, 7vw, 7rem);
}

.ak-flexibility-section .ak-section-heading {
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ak-flexibility-path {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
}

.ak-flexibility-path article {
	align-items: start;
	display: grid;
	gap: clamp(1.1rem, 2vw, 1.75rem);
	grid-template-columns: auto minmax(0, 1fr);
	padding: clamp(1.75rem, 3.2vw, 3rem);
}

.ak-flexibility-path article + article {
	background: var(--ak-orange-pale);
	border-left: 1px solid rgba(182, 83, 0, 0.2);
}

.ak-flexibility-path__index {
	align-items: center;
	background: var(--ak-orange);
	border-radius: 50%;
	color: var(--ak-navy);
	display: inline-flex;
	font-family: var(--ak-font-heading);
	font-size: 0.8rem;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.ak-flexibility-path__label {
	color: var(--ak-orange-dark);
	font-family: var(--ak-font-heading);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.ak-flexibility-path h3 {
	font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2rem);
	margin: 0;
}

.ak-flexibility-path article > div > p:last-child {
	margin: 0.65rem 0 0;
	max-width: 42ch;
}

.ak-rhythm-board > div {
	align-items: center;
	border-bottom: 1px solid var(--ak-border);
	column-gap: clamp(1.25rem, 3vw, 2.25rem);
	display: grid;
	grid-template-areas:
		"phase title"
		"phase description";
	grid-template-columns: minmax(96px, 0.28fr) minmax(0, 1fr);
	padding: clamp(1.45rem, 2.5vw, 2rem);
	row-gap: 0.45rem;
}

.ak-rhythm-board > div:last-child {
	border-bottom: 0;
}

.ak-rhythm-board span {
	color: var(--ak-orange-dark);
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ak-rhythm-board strong {
	color: var(--ak-heading);
	font-family: var(--ak-font-heading);
}

.ak-rhythm-board p {
	margin: 0;
}

.ak-rhythm-board span {
	align-items: center;
	align-self: center;
	background: var(--ak-orange-pale);
	border: 1px solid rgba(199, 92, 0, 0.22);
	border-radius: var(--ak-radius-pill);
	display: inline-flex;
	grid-area: phase;
	justify-content: center;
	justify-self: start;
	min-width: 96px;
	padding: 0.55rem 0.75rem;
}

.ak-rhythm-board strong {
	font-size: clamp(1.15rem, 1.05rem + 0.3vw, 1.35rem);
	grid-area: title;
	line-height: 1.15;
}

.ak-rhythm-board p {
	color: var(--ak-text);
	grid-area: description;
	line-height: 1.55;
	max-width: 34ch;
}

.ak-check-panel {
	background: var(--ak-soft);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	padding: clamp(1.7rem, 3vw, 3rem);
}

.ak-check-panel ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.ak-check-panel li {
	border-bottom: 1px solid var(--ak-border);
	color: var(--ak-heading);
	font-weight: 700;
	padding: 0.85rem 0 0.85rem 2rem;
	position: relative;
}

.ak-check-panel li::before {
	color: var(--ak-orange-dark);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.ak-check-panel > p:last-child {
	margin-bottom: 0;
}

.ak-commercial-card {
	background: var(--ak-navy);
	border-radius: var(--ak-radius);
	color: rgba(255, 255, 255, 0.74);
	padding: clamp(2rem, 4vw, 3.5rem);
}

.ak-commercial-card h3 {
	color: var(--ak-white);
	font-size: clamp(1.8rem, 1.4rem + 1vw, 2.6rem);
}

.ak-commercial-card__label {
	color: var(--ak-orange);
}

.ak-sequence {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-sequence li {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	margin-left: -1px;
	min-height: 250px;
	padding: 1.5rem;
}

.ak-sequence span {
	color: var(--ak-orange-dark);
	display: block;
	font-family: var(--ak-font-heading);
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 2.25rem;
}

.ak-sequence strong {
	color: var(--ak-heading);
	display: block;
	font-family: var(--ak-font-heading);
	font-size: 1.15rem;
	margin-bottom: 0.5rem;
}

/* Decorative puzzle markers keep the number as accessible HTML text. */
:is(
	.ak-method-steps li > span,
	.ak-principles-list li > span,
	.ak-support-board__item > b,
	.ak-skill-grid article > span,
	.ak-feature-cards article > span,
	.ak-sequence li > span,
	.ak-method-statement__detail li > span
) {
	align-items: center;
	color: var(--ak-navy);
	display: inline-flex;
	font-family: var(--ak-font-heading);
	font-size: 0.78rem;
	font-weight: 800;
	height: 3.25rem;
	isolation: isolate;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0;
	position: relative;
	width: 3.25rem;
	z-index: 0;
}

:is(
	.ak-method-steps li > span,
	.ak-principles-list li > span,
	.ak-support-board__item > b,
	.ak-skill-grid article > span,
	.ak-feature-cards article > span,
	.ak-sequence li > span,
	.ak-method-statement__detail li > span
)::before {
	background: url("../images/piezapuzzleAllesklappt.svg") center / contain no-repeat;
	content: "";
	inset: 0;
	position: absolute;
	transform: rotate(var(--ak-puzzle-rotation, -8deg));
	transform-origin: center;
	z-index: -1;
}

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(1) { --ak-puzzle-rotation: -8deg; }

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(2) { --ak-puzzle-rotation: 9deg; }

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(3) { --ak-puzzle-rotation: -14deg; }

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(4) { --ak-puzzle-rotation: 15deg; }

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(5) { --ak-puzzle-rotation: -3deg; }

:where(
	.ak-method-steps li,
	.ak-principles-list li,
	.ak-support-board__item,
	.ak-skill-grid article,
	.ak-feature-cards article,
	.ak-sequence li,
	.ak-method-statement__detail li
):nth-child(6) { --ak-puzzle-rotation: 5deg; }

.ak-catalogue-preview {
	background: var(--ak-navy);
	border-radius: var(--ak-radius);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 360px;
	padding: 1.4rem;
}

.ak-catalogue-preview > span {
	grid-column: 1 / -1;
}

.ak-catalogue-preview > div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
}

.ak-video-preview {
	align-items: center;
	background: var(--ak-navy);
	border-radius: var(--ak-radius);
	display: flex;
	justify-content: space-between;
	min-height: 360px;
	padding: 2rem;
}

.ak-video-preview span:last-child {
	align-items: center;
	background: var(--ak-orange);
	border-radius: 50%;
	color: var(--ak-navy);
	display: flex;
	font-size: 1.3rem;
	height: 64px;
	justify-content: center;
	width: 64px;
}

/* Generic cards, lists, FAQ, pricing and form states used by the remaining pages. */
.ak-grid {
	display: grid;
	gap: 1.1rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ak-card,
.ak-placeholder {
	background: var(--ak-soft);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	padding: 1.7rem;
}

.ak-placeholder {
	align-items: center;
	color: var(--ak-muted);
	display: flex;
	justify-content: center;
	min-height: 240px;
	text-align: center;
}

.ak-placeholder--portrait {
	aspect-ratio: 4 / 5;
	max-width: 360px;
}

.ak-testimonials--pending {
	display: none;
}

.ak-testimonials {
	background: var(--ak-soft);
	overflow: hidden;
	padding-bottom: clamp(4rem, 6vw, 6rem);
	padding-top: clamp(4rem, 6vw, 6rem);
}

.ak-testimonials__header {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ak-testimonials__header > div:first-child {
	max-width: 920px;
}

.ak-testimonials__header h2 {
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	margin-bottom: 0;
}

.ak-testimonials__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 0.65rem;
}

.ak-testimonials__controls[hidden] {
	display: none;
}

.ak-testimonials__controls button {
	align-items: center;
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: 50%;
	color: var(--ak-navy);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 48px;
}

.ak-testimonials__controls button:hover:not(:disabled),
.ak-testimonials__controls button:focus-visible:not(:disabled) {
	background: var(--ak-navy);
	border-color: var(--ak-navy);
	color: var(--ak-white);
}

.ak-testimonials__controls button:disabled {
	cursor: default;
	opacity: 0.38;
}

.ak-testimonials__controls svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 22px;
}

.ak-testimonials__rail {
	--ak-testimonials-fade: clamp(1.25rem, 2.5vw, 2rem);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--ak-testimonials-fade), #000 calc(100% - var(--ak-testimonials-fade)), transparent 100%);
	display: grid;
	gap: 1rem;
	grid-auto-columns: clamp(200px, 16vw, 240px);
	grid-auto-flow: column;
	mask-image: linear-gradient(90deg, transparent 0, #000 var(--ak-testimonials-fade), #000 calc(100% - var(--ak-testimonials-fade)), transparent 100%);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0.25rem var(--ak-testimonials-fade) 1.1rem;
	scroll-padding-inline: var(--ak-testimonials-fade);
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
	width: 100%;
}

.ak-testimonials__rail::-webkit-scrollbar {
	display: none;
}

.ak-testimonials--static .ak-testimonials__rail {
	-webkit-mask-image: none;
	mask-image: none;
	padding-inline: 0.25rem;
}

.ak-testimonial-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	overflow: visible;
	scroll-margin-inline: 0.25rem;
	scroll-snap-align: start;
}

.ak-testimonial-card__media {
	aspect-ratio: 9 / 16;
	background: var(--ak-navy);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ak-testimonial-card__trigger,
.ak-testimonial-card__player {
	border-radius: 10px;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ak-testimonial-card__trigger {
	background: var(--ak-navy);
	border: 0;
	border-radius: 10px;
	color: var(--ak-navy);
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
}

.ak-testimonial-card__trigger[hidden],
.ak-testimonial-card__player[hidden] {
	display: none;
}

.ak-testimonial-card__trigger img,
.ak-testimonial-card__placeholder {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.ak-testimonial-card__placeholder {
	background: radial-gradient(circle at 50% 34%, rgba(247, 148, 29, 0.36), transparent 30%), linear-gradient(145deg, var(--ak-blue), var(--ak-navy));
}

.ak-testimonial-card__trigger:hover img,
.ak-testimonial-card__trigger:focus-visible img {
	transform: scale(1.025);
}

.ak-testimonial-card__trigger::after {
	background: linear-gradient(180deg, transparent 56%, rgba(2, 18, 35, 0.5));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ak-testimonial-card__play {
	align-items: center;
	background: var(--ak-orange);
	border: 3px solid var(--ak-white);
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(2, 18, 35, 0.28);
	display: flex;
	height: 48px;
	inset: 50% auto auto 50%;
	justify-content: center;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: transform 160ms ease;
	width: 48px;
	z-index: 1;
}

.ak-testimonial-card__play svg {
	fill: currentColor;
	height: 24px;
	transform: translateX(2px);
	width: 24px;
}

.ak-testimonial-card__trigger:hover .ak-testimonial-card__play,
.ak-testimonial-card__trigger:focus-visible .ak-testimonial-card__play {
	transform: translate(-50%, -50%) scale(1.07);
}

.ak-testimonial-card__player {
	background: #000;
	object-fit: contain;
}

.ak-testimonial-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.85rem 0.15rem 0;
}

.ak-testimonial-card__body blockquote {
	color: var(--ak-heading);
	font-size: 0.98rem;
	font-style: normal;
	line-height: 1.48;
	margin: 0 0 0.85rem;
}

.ak-testimonial-card__body blockquote p {
	margin: 0;
}

.ak-testimonial-card__body h3 {
	font-size: 0.92rem;
	letter-spacing: -0.02em;
	margin: 0 0 0.55rem;
}

.ak-testimonial-card__transcript {
	border-top: 1px solid var(--ak-border);
	margin-top: 1.1rem;
	padding-top: 1rem;
}

.ak-testimonial-card__transcript summary {
	color: var(--ak-heading);
	cursor: pointer;
	font-family: var(--ak-font-heading);
	font-size: 0.88rem;
	font-weight: 750;
}

.ak-testimonial-card__transcript div {
	font-size: 0.95rem;
	padding-top: 0.9rem;
}

.ak-testimonial-card__transcript p:last-child {
	margin-bottom: 0;
}

.ak-price-table {
	border: 1px solid var(--ak-border);
	border-collapse: separate;
	border-radius: var(--ak-radius);
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.ak-price-table th,
.ak-price-table td {
	border-bottom: 1px solid var(--ak-border);
	padding: 1rem 1.1rem;
	text-align: left;
}

.ak-price-table th {
	background: var(--ak-navy);
	color: var(--ak-white);
	font-family: var(--ak-font-heading);
}

.ak-price-table tr:last-child td {
	border-bottom: 0;
}

.ak-price-table tbody tr:nth-child(even) td {
	background: var(--ak-soft);
}

.ak-pricing-section .ak-section-heading,
.ak-corporate-intro .ak-section-heading,
.ak-corporate-pricing .ak-section-heading {
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ak-corporate-use-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ak-corporate-use-grid article {
	background: var(--ak-soft);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	min-height: 260px;
	padding: clamp(1.4rem, 2.2vw, 2rem);
}

.ak-corporate-use-grid article > span {
	color: var(--ak-orange-dark);
	display: block;
	font-family: var(--ak-font-heading);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ak-corporate-use-grid h3 {
	font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.75rem);
	margin: 2.75rem 0 0.8rem;
}

.ak-corporate-use-grid p {
	margin-bottom: 0;
}

.ak-pricing-currency {
	border-left: 3px solid var(--ak-orange);
	font-size: 0.95rem;
	margin-top: 1.4rem;
	padding-left: 1rem;
}

.ak-corporate-pricing-board {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.ak-corporate-trial-card,
.ak-corporate-rate-list {
	border-radius: var(--ak-radius);
	overflow: hidden;
}

.ak-corporate-trial-card {
	background: var(--ak-navy);
	color: rgba(255, 255, 255, 0.78);
	min-height: 315px;
	padding: clamp(1.8rem, 3.5vw, 3rem);
}

.ak-corporate-trial-card h3 {
	color: var(--ak-white);
	font-size: clamp(1.75rem, 1.4rem + 1vw, 2.5rem);
	margin: 2.6rem 0 0;
}

.ak-corporate-trial-card > p:last-child {
	margin: 1.25rem 0 0;
	max-width: 36ch;
}

.ak-corporate-price-label {
	color: var(--ak-orange) !important;
	font-family: var(--ak-font-heading);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0;
	text-transform: uppercase;
}

.ak-corporate-trial-price {
	color: var(--ak-white) !important;
	font-family: var(--ak-font-heading);
	font-size: clamp(3rem, 2rem + 2.5vw, 4.75rem);
	font-weight: 800;
	line-height: 1;
	margin: 0.65rem 0 0;
}

.ak-corporate-rate-list {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
}

.ak-corporate-rate-list__header {
	padding: 1.6rem clamp(1.25rem, 2.5vw, 2.25rem) 1.35rem;
}

.ak-corporate-rate-list__header h3 {
	font-size: clamp(1.45rem, 1.2rem + 0.7vw, 2rem);
	margin: 0.35rem 0 0;
}

.ak-corporate-rate-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-corporate-rate-list li {
	align-items: center;
	border-top: 1px solid var(--ak-border);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 1rem clamp(1.25rem, 2.5vw, 2.25rem);
}

.ak-corporate-rate-list strong,
.ak-corporate-rate-list small {
	display: block;
}

.ak-corporate-rate-list small {
	color: var(--ak-muted);
	font-size: 0.88rem;
	margin-top: 0.2rem;
}

.ak-corporate-rate-list li > span {
	background: rgba(255, 151, 24, 0.14);
	border-radius: 999px;
	color: var(--ak-navy);
	font-family: var(--ak-font-heading);
	font-size: 1rem;
	font-weight: 800;
	padding: 0.55rem 0.85rem;
	white-space: nowrap;
}

.ak-cookie-table-wrap {
	overflow-x: auto;
	width: 100%;
}

.ak-cookie-table-wrap .ak-price-table {
	min-width: 760px;
}

.ak-cookie-table-wrap code {
	color: var(--ak-heading);
	font-size: 0.9em;
	overflow-wrap: anywhere;
}

.ak-faq-list {
	border-top: 1px solid var(--ak-border);
}

.ak-faq-list details {
	border-bottom: 1px solid var(--ak-border);
	padding: 0;
}

.ak-faq-list summary {
	color: var(--ak-heading);
	cursor: pointer;
	font-family: var(--ak-font-heading);
	font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.3rem);
	font-weight: 750;
	list-style: none;
	padding: 1.45rem 3rem 1.45rem 0;
	position: relative;
}

.ak-faq-list summary::-webkit-details-marker {
	display: none;
}

.ak-faq-list summary::after {
	color: var(--ak-orange-dark);
	content: "+";
	font-size: 1.6rem;
	right: 0;
	position: absolute;
	top: 1.05rem;
}

.ak-faq-list details[open] summary::after {
	content: "−";
}

.ak-faq-list details p {
	max-width: 72ch;
	padding-bottom: 1.35rem;
}

.ak-form {
	background: var(--ak-soft);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	padding: clamp(1.5rem, 4vw, 3rem);
}

.ak-form label {
	color: var(--ak-heading);
	display: block;
	font-weight: 750;
	margin-bottom: 0.35rem;
}

.ak-form input,
.ak-form select,
.ak-form textarea {
	background: var(--ak-white);
	border: 1px solid #b9c4ce;
	border-radius: 8px;
	color: var(--ak-heading);
	font: inherit;
	min-height: 48px;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

.ak-form textarea {
	min-height: 150px;
	resize: vertical;
}

.ak-form button[disabled] {
	cursor: not-allowed;
	opacity: 0.58;
}

/* Blog and core templates. */
.wp-block-query,
.wp-block-post-title,
.wp-block-post-content:not(.site-main > .wp-block-post-content) {
	max-width: 100%;
}

.site-main > .wp-block-query {
	margin-inline: auto;
	max-width: none;
	padding-block: clamp(4rem, 7vw, 7rem);
	width: var(--ak-shell);
}

.wp-block-query .wp-block-post-template {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-query .wp-block-post {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	padding: 1.5rem;
}

.ak-blog-query .wp-block-post {
	background: transparent;
	border: 0;
	border-radius: 0;
	min-width: 0;
	padding: 0;
}

.ak-blog-query .wp-block-post-template.is-flex-container > .wp-block-post {
	width: auto !important;
}

.ak-blog-query .wp-block-post-template {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ak-blog-query .wp-block-post {
	grid-column: span 2;
}

.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 1)) > .wp-block-post:first-child {
	grid-column: 1 / -1;
}

.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 2)) > .wp-block-post:nth-child(-n + 2) {
	grid-column: span 3;
}

.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 1)) > .wp-block-post:first-child .ak-blog-card:has(.ak-blog-card__image) {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 1)) > .wp-block-post:first-child .ak-blog-card__image,
.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 1)) > .wp-block-post:first-child .ak-blog-card__image a,
.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(3n + 1)) > .wp-block-post:first-child .ak-blog-card__image img {
	height: 100%;
}

.ak-blog-card {
	background: var(--ak-white);
	border: 1px solid var(--ak-border);
	border-radius: var(--ak-radius);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.ak-blog-card__image {
	margin: 0;
}

.ak-blog-card__image img {
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ak-blog-card__body {
	align-items: start;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
}

.ak-blog-card .wp-block-post-title {
	font-size: clamp(1.3rem, 1.12rem + 0.45vw, 1.7rem);
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin-bottom: 0.75rem;
}

.ak-blog-card .wp-block-post-excerpt {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.ak-blog-card .wp-block-post-excerpt__more-text {
	margin-top: auto;
	padding-top: 0.8rem;
}

body.single-post .site-main > .wp-block-post-featured-image,
body.single-post .site-main > .wp-block-post-content {
	margin-inline: auto;
	width: var(--ak-shell);
}

body.single-post .ak-hero--entry .wp-block-post-title {
	font-size: clamp(2.2rem, 1.65rem + 2.1vw, 4rem);
	line-height: 1.04;
	margin: 0 auto;
	max-width: none;
}

body.single-post .site-main > .wp-block-post-featured-image {
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

body.single-post .site-main > .wp-block-post-featured-image img {
	border-radius: var(--ak-radius);
	object-fit: cover;
}

body.single-post .site-main > .wp-block-post-content {
	font-size: clamp(1.04rem, 1rem + 0.15vw, 1.12rem);
	line-height: 1.75;
	padding-bottom: clamp(4rem, 7vw, 7rem);
}

body.single-post .site-main > .wp-block-post-content > * {
	max-width: none;
	width: 100%;
}

body.single-post .wp-block-post-content h2 {
	font-size: clamp(1.75rem, 1.48rem + 1vw, 2.45rem);
	line-height: 1.12;
	margin-top: 2.6rem;
}

body.single-post .wp-block-post-content h3 {
	font-size: clamp(1.3rem, 1.15rem + 0.5vw, 1.7rem);
	line-height: 1.2;
	margin-top: 2rem;
}

body.single-post .wp-block-post-content :where(a, code) {
	overflow-wrap: anywhere;
}

body.single-post .wp-block-post-content :where(iframe, video) {
	max-width: 100%;
}

.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-query-pagination {
	margin-top: 2.5rem;
}

/* Footer */
.site-footer::before {
	-webkit-mask: url("../images/puzzledown.svg") center bottom / 100% 100% no-repeat;
	background: var(--ak-navy);
	bottom: calc(100% - 1px);
	content: "";
	height: var(--ak-footer-puzzle-height);
	left: 0;
	mask: url("../images/puzzledown.svg") center bottom / 100% 100% no-repeat;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.site-main:has(> .ak-final-cta:last-child) + .site-footer,
.site-main:has(> .wp-block-post-content > .ak-final-cta:last-child) + .site-footer,
.site-main:has(> .ak-section--navy:last-child) + .site-footer,
.site-main:has(> .wp-block-post-content > .ak-section--navy:last-child) + .site-footer {
	margin-block-start: 0 !important;
}

.site-footer {
	background: var(--ak-navy);
	color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.site-footer a {
	color: var(--ak-white);
}

.site-footer__inner {
	margin: 0 auto;
	max-width: none;
	padding: clamp(4rem, 7vw, 7rem) 0 1.5rem;
	width: var(--ak-shell);
}

.site-footer__grid {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.7fr));
}

.site-footer__grid > section:first-child img {
	margin-bottom: 1.3rem;
	width: min(250px, 100%);
}

.site-footer__grid > section:first-child p {
	max-width: 36ch;
}

.ak-footer-social {
	margin-top: 1.35rem;
}

.ak-footer-social ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.site-footer .ak-footer-social li {
	margin: 0;
}

.ak-footer-social a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 2.75rem;
}

.ak-footer-social a:hover {
	background: var(--ak-orange);
	border-color: var(--ak-orange);
	color: var(--ak-navy);
}

.ak-footer-social a:focus-visible {
	outline: 3px solid var(--ak-white);
	outline-offset: 3px;
}

.ak-footer-social svg {
	height: 1.35rem;
	width: 1.35rem;
}

.site-footer h2,
.site-footer h3 {
	color: var(--ak-orange);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	margin-bottom: 1.1rem;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li + li {
	margin-top: 0.58rem;
}

.site-footer nav a {
	font-size: 0.92rem;
	text-decoration-color: rgba(255, 255, 255, 0.3);
}

.ak-footer-coming-soon {
	color: rgba(255, 255, 255, 0.72);
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	gap: 0.35rem;
}

.ak-footer-coming-soon small {
	color: var(--ak-orange);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.site-footer__bottom {
	border-top: 1px solid var(--ak-border-dark);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.85rem;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 3.5rem;
	padding-top: 1.3rem;
}

.site-footer__bottom p {
	margin: 0;
}

.ak-consent-link {
	background: transparent;
	border: 0;
	color: var(--ak-white);
	cursor: pointer;
	font: inherit;
	min-height: 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ak-whatsapp-float {
	align-items: center;
	background: #25d366;
	border: 2px solid var(--ak-white);
	border-radius: 50%;
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	box-shadow: 0 10px 28px rgba(12, 28, 46, 0.28);
	color: var(--ak-white);
	display: flex;
	height: 64px;
	justify-content: center;
	position: fixed;
	right: max(1.25rem, env(safe-area-inset-right));
	transition: box-shadow 160ms ease;
	width: 64px;
	z-index: 70;
}

.ak-whatsapp-float:hover {
	box-shadow: 0 14px 34px rgba(12, 28, 46, 0.34);
	color: var(--ak-white);
}

.ak-whatsapp-float:focus-visible {
	color: var(--ak-white);
	outline: 3px solid var(--ak-navy);
	outline-offset: 3px;
}

.ak-whatsapp-float svg {
	display: block;
	height: 34px;
	width: 34px;
}

.ak-mobile-menu-contact {
	display: none;
}

@media (max-width: 600px) {
	.ak-whatsapp-float {
		bottom: max(1rem, env(safe-area-inset-bottom));
		height: 56px;
		right: max(1rem, env(safe-area-inset-right));
		width: 56px;
	}

	.ak-whatsapp-float svg {
		height: 30px;
		width: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ak-whatsapp-float {
		transition: none;
	}
}

@media print {
	.ak-whatsapp-float {
		display: none;
	}
}

@media (max-width: 1100px) {
	.site-footer::before {
		-webkit-mask-size: auto 100%;
		mask-size: auto 100%;
	}

	.ak-hero--product {
		grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
	}

	.site-footer__grid {
		grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, 0.7fr));
	}

	.site-footer__grid > nav:last-child {
		grid-column: 2;
	}
}

@media (max-width: 960px) {
	.site-header {
		--ak-mobile-header-height: 70px;

		top: 0;
	}

	body:has(.site-main .ak-hero:not(.ak-hero--home)) .site-main .ak-hero:not(.ak-hero--home) {
		padding-top: calc(clamp(4rem, 7svh, 5.5rem) + var(--ak-dark-hero-header-height));
	}

	body .site-header:has(.primary-navigation .wp-block-navigation__responsive-container.is-menu-open) {
		background: transparent !important;
	}

	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.site-header__inner > .ak-logo,
	.site-header__inner > .wp-block-buttons {
		position: relative;
		z-index: 100001;
	}

	body .site-header:has(.primary-navigation .wp-block-navigation__responsive-container.is-menu-open) .ak-logo {
		background: url("../images/logoallesklappt-footer.svg") center / contain no-repeat;
	}

	body .site-header:has(.primary-navigation .wp-block-navigation__responsive-container.is-menu-open) .ak-logo img {
		opacity: 0;
	}

	body .site-header:has(.primary-navigation .wp-block-navigation__responsive-container.is-menu-open) .wp-block-button__link {
		background: var(--ak-orange);
		border-color: var(--ak-orange);
		color: var(--ak-navy);
	}

	.primary-navigation {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.site-header .wp-block-buttons {
		grid-column: 2;
		grid-row: 1;
	}

	.primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.primary-navigation .wp-block-navigation__responsive-container-open {
		align-items: center;
		background: var(--ak-soft);
		border-radius: 50%;
		display: flex !important;
		height: 44px;
		justify-content: center;
		min-height: 44px;
		width: 44px;
	}

	.primary-navigation .wp-block-navigation__responsive-container-open svg {
		display: none;
	}

	.primary-navigation .wp-block-navigation__responsive-container-open::before {
		background: currentColor;
		border-radius: var(--ak-radius-pill);
		box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
		content: "";
		height: 2px;
		width: 20px;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--ak-navy) !important;
		color: var(--ak-white);
		height: 100dvh !important;
		inset: 0 !important;
		min-height: 100vh !important;
		overflow-y: auto !important;
		padding: 0 var(--ak-side);
		width: 100vw !important;
		z-index: 100000;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open a,
	.primary-navigation .wp-block-navigation__responsive-container-close {
		color: var(--ak-white);
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: center;
		box-sizing: border-box;
		justify-content: center;
		min-height: 100vh;
		min-height: 100dvh;
		padding: var(--ak-mobile-header-height) 0 max(var(--ak-mobile-header-height), env(safe-area-inset-bottom));
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: center;
		gap: clamp(1rem, 2.5vh, 1.35rem);
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open a {
		font-size: clamp(1.65rem, 6vw, 2rem);
		line-height: 1.15;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		animation: ak-mobile-menu-item-enter 360ms ease-out both;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open.ak-menu-items-resetting .wp-block-navigation-item {
		animation: none !important;
		opacity: 0;
		transform: translateY(0.75rem);
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(1) {
		animation-delay: 120ms;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(2) {
		animation-delay: 280ms;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(3) {
		animation-delay: 440ms;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(4) {
		animation-delay: 600ms;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(5) {
		animation-delay: 760ms;
	}

	.primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(6) {
		animation-delay: 920ms;
	}

	body:has(.primary-navigation .wp-block-navigation__responsive-container.is-menu-open) .ak-mobile-menu-contact {
		bottom: max(1.25rem, env(safe-area-inset-bottom));
		display: block;
		left: 50%;
		position: fixed;
		transform: translateX(-50%);
		z-index: 100001;
	}

	.ak-mobile-menu-contact ul {
		align-items: center;
		display: flex;
		gap: 0.75rem;
		justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.ak-mobile-menu-contact li {
		margin: 0;
	}

	.ak-mobile-menu-contact a {
		align-items: center;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 50%;
		color: var(--ak-white);
		display: flex;
		height: 44px;
		justify-content: center;
		text-decoration: none;
		transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
		width: 44px;
	}

	.ak-mobile-menu-contact a:hover,
	.ak-mobile-menu-contact a:focus-visible {
		background: var(--ak-orange);
		border-color: var(--ak-orange);
		color: var(--ak-navy);
	}

	.ak-mobile-menu-contact a:focus-visible {
		outline: 3px solid var(--ak-white);
		outline-offset: 3px;
	}

	.ak-mobile-menu-contact svg {
		display: block;
		height: 1.35rem;
		width: 1.35rem;
	}

	.primary-navigation .wp-block-navigation__responsive-container-close {
		align-items: center;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
		color: var(--ak-white);
		display: flex;
		height: 44px;
		justify-content: center;
		min-height: 44px;
		position: fixed;
		right: var(--ak-side);
		top: calc(var(--ak-mobile-header-height) / 2);
		transform: translateY(-50%);
		transition: background-color 160ms ease;
		width: 44px;
	}

	.primary-navigation .wp-block-navigation__responsive-container-close:hover,
	.primary-navigation .wp-block-navigation__responsive-container-close:focus-visible {
		background: rgba(255, 255, 255, 0.18);
		color: var(--ak-white);
	}

	.primary-navigation .wp-block-navigation__responsive-container-close svg {
		height: 20px;
		width: 20px;
	}

	.ak-hero--product,
	.ak-hero--media,
	.ak-method-feature,
	.ak-method-intro,
	.ak-principles-section,
	.ak-fit-section,
	.ak-rhythm-section,
	.ak-capsule-intro,
	.ak-catalogue-pending,
	.ak-commercial-section,
	.ak-book-callout,
	.ak-course-focus,
	.ak-swiss-note,
	.ak-exam-section,
	.ak-continuity-section,
	.ak-final-cta {
		grid-template-columns: 1fr;
	}

	@keyframes ak-mobile-menu-item-enter {
		from {
			opacity: 0;
			transform: translateY(0.75rem);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes ak-mobile-menu-item-fade {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	.ak-hero--product,
	.ak-hero--media {
		text-align: center;
	}

	.ak-hero--product .ak-breadcrumbs ol,
	.ak-hero--media .ak-breadcrumbs ol {
		justify-content: center;
	}

	.ak-hero--product .ak-hero__copy,
	.ak-hero--product h1,
	.ak-hero--product .ak-intro,
	.ak-hero--media .ak-hero__copy,
	.ak-hero--media h1,
	.ak-hero--media .ak-intro {
		margin-left: auto;
		margin-right: auto;
	}

	.ak-hero--product .wp-block-buttons {
		justify-content: center;
	}

	.ak-section-heading--split {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.ak-problem .ak-section-heading--split {
		grid-template-areas:
			"eyebrow"
			"title"
			"copy";
		row-gap: 1rem;
	}

	.ak-pain-grid,
	.ak-skill-grid,
	.ak-sequence {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ak-pain-grid article:nth-child(1) {
		border-radius: 18px 0 0 0;
	}

	.ak-pain-grid article:nth-child(2) {
		border-radius: 0 18px 0 0;
	}

	.ak-pain-grid article:nth-child(3) {
		border-radius: 0 0 0 18px;
	}

	.ak-pain-grid article:nth-child(4) {
		border-radius: 0 0 18px 0;
	}

	.ak-product-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.ak-product-card--primary {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 420px;
	}

	.ak-product-grid--equal,
	.ak-feature-cards,
	.ak-corporate-use-grid,
	.wp-block-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ak-corporate-pricing-board {
		grid-template-columns: 1fr;
	}

	.ak-blog-query .wp-block-post-template {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.ak-blog-query .wp-block-post {
		grid-column: span 3;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(even)) > .wp-block-post:first-child {
		grid-column: span 3;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(even)) > .wp-block-post:first-child .ak-blog-card:has(.ak-blog-card__image) {
		display: flex;
		grid-template-columns: none;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(even)) > .wp-block-post:first-child .ak-blog-card__image,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(even)) > .wp-block-post:first-child .ak-blog-card__image a,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(even)) > .wp-block-post:first-child .ak-blog-card__image img {
		height: auto;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(odd)) > .wp-block-post:first-child {
		grid-column: 1 / -1;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(odd)) > .wp-block-post:first-child .ak-blog-card:has(.ak-blog-card__image) {
		display: grid;
		grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(odd)) > .wp-block-post:first-child .ak-blog-card__image,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(odd)) > .wp-block-post:first-child .ak-blog-card__image a,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(odd)) > .wp-block-post:first-child .ak-blog-card__image img {
		height: 100%;
	}
}

@media (max-width: 680px) {
	:root {
		--ak-side: 1.15rem;
	}

	body:has(.site-main .ak-hero:not(.ak-hero--home)) {
		--ak-dark-hero-header-height: 62px;
	}

	body {
		font-size: 1rem;
	}

	h1 {
		font-size: clamp(2.45rem, 11vw, 3.4rem);
	}

	h2 {
		font-size: clamp(1.95rem, 8.5vw, 2.7rem);
	}

	.site-header {
		--ak-mobile-header-height: 62px;

		border-radius: 0;
		margin-top: 0;
		width: 100%;
	}

	.site-header__inner {
		gap: 0.55rem;
		min-height: 62px;
		padding: 0.45rem 0;
	}

	.ak-logo img {
		width: min(170px, calc(100vw - 202px));
	}

	.ak-logo {
		width: min(170px, calc(100vw - 202px)) !important;
	}

	.site-header .wp-block-button__link {
		font-size: 0.69rem;
		min-height: 39px;
		padding: 0.62rem 0.72rem;
	}

	.primary-navigation .wp-block-navigation__responsive-container-open {
		height: 40px;
		min-height: 40px;
		width: 40px;
	}

	.primary-navigation .wp-block-navigation__responsive-container-close {
		height: 40px;
		min-height: 40px;
		width: 40px;
	}

	.ak-hero {
		min-height: auto;
		padding-bottom: 3.75rem;
		padding-top: 4.5rem;
	}

	.ak-hero--home {
		min-height: auto;
		padding-bottom: 3.75rem;
		padding-top: 4.25rem;
	}

	.ak-hero h1 {
		font-size: clamp(2.2rem, 9vw, 2.65rem);
		line-height: 1.02;
		max-width: 100%;
	}

	.ak-hero--home h1 {
		font-size: clamp(2.2rem, 9vw, 2.5rem);
		max-width: 100%;
	}

	.ak-hero .ak-intro {
		font-size: 1.03rem;
	}

	.ak-hero .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
		margin-top: 1.1rem;
		width: 100%;
	}

	.ak-hero .wp-block-button,
	.ak-hero .wp-block-button__link {
		width: 100%;
	}

	.ak-course-video-dialog {
		max-width: calc(100vw - 1.5rem);
		width: auto;
	}

	.ak-course-video-dialog__panel {
		margin-inline: auto;
		width: fit-content;
	}

	.ak-course-video-dialog__player {
		aspect-ratio: 9 / 16;
		border-radius: 10px;
		height: auto;
		max-height: calc(100dvh - 6rem);
		max-width: calc(100vw - 1.5rem);
		object-fit: contain;
		width: min(calc(100vw - 1.5rem), 380px);
	}

	.ak-course-video-dialog__close {
		height: 42px;
		right: -4px;
		top: -50px;
		width: 42px;
	}

	.ak-trust-strip {
		gap: 1.4rem;
		grid-template-columns: 1fr;
		padding: 2rem 1.15rem;
	}

	.ak-trust-strip ul {
		grid-template-columns: 1fr;
	}

	.ak-section {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.ak-final-cta {
		padding-bottom: calc(5rem + var(--ak-footer-puzzle-height));
	}

	.ak-pain-grid,
	.ak-product-grid,
	.ak-product-grid--equal,
	.ak-skill-grid,
	.ak-feature-cards,
	.ak-corporate-use-grid,
	.ak-sequence,
	.wp-block-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.ak-corporate-use-grid article {
		min-height: 0;
	}

	.ak-corporate-rate-list li {
		align-items: start;
	}

	.ak-blog-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.ak-blog-query .wp-block-post,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(n)) > .wp-block-post:first-child {
		grid-column: 1 / -1;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(n)) > .wp-block-post:first-child .ak-blog-card:has(.ak-blog-card__image) {
		display: flex;
		grid-template-columns: none;
	}

	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(n)) > .wp-block-post:first-child .ak-blog-card__image,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(n)) > .wp-block-post:first-child .ak-blog-card__image a,
	.ak-blog-query .wp-block-post-template:has(> .wp-block-post:last-child:nth-child(n)) > .wp-block-post:first-child .ak-blog-card__image img {
		height: auto;
	}

	.ak-pain-grid article,
	.ak-pain-grid article:nth-child(1),
	.ak-pain-grid article:nth-child(2),
	.ak-pain-grid article:nth-child(3),
	.ak-pain-grid article:nth-child(4) {
		border-radius: 0;
		margin-left: 0;
		margin-top: 0;
		min-height: 0;
	}

	.ak-product-card--primary {
		grid-column: auto;
		min-height: 430px;
	}

	.ak-support-board__item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.ak-support-board__item small {
		grid-column: 2;
	}

	.ak-rhythm-board > div {
		grid-template-areas:
			"phase"
			"title"
			"description";
		grid-template-columns: 1fr;
		row-gap: 0.75rem;
	}

	.ak-flexibility-path {
		grid-template-columns: 1fr;
	}

	.ak-flexibility-path article + article {
		border-left: 0;
		border-top: 1px solid rgba(182, 83, 0, 0.2);
	}

	.ak-sequence li {
		margin-left: 0;
		margin-top: -1px;
		min-height: 210px;
	}

	.ak-catalogue-preview {
		grid-template-columns: 1fr;
	}

	.ak-price-table {
		display: block;
		overflow-x: auto;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__grid > section:first-child {
		grid-column: 1 / -1;
	}

	.site-footer__grid > nav:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 420px) {
	.site-header .wp-block-button__link {
		font-size: 0.64rem;
		padding-inline: 0.65rem;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__grid > section:first-child,
	.site-footer__grid > nav:last-child {
		grid-column: auto;
	}
}

@media (max-width: 1024px) {
	.ak-testimonials__rail {
		grid-auto-columns: clamp(180px, 27vw, 210px);
	}
}

@media (max-width: 680px) {
	.ak-testimonials__header {
		align-items: start;
		gap: 1.25rem;
	}

	.ak-testimonials__controls button {
		height: 44px;
		width: 44px;
	}

	.ak-testimonials__rail {
		grid-auto-columns: min(64vw, 240px);
		margin-right: calc(-1 * var(--ak-side));
		padding-right: var(--ak-side);
	}

	.ak-testimonial-card__play {
		height: 44px;
		width: 44px;
	}
}
