:root {
	--hp-bg: #f6f1e8;
	--hp-bg-soft: #fffaf2;
	--hp-surface: rgba(255, 251, 245, 0.88);
	--hp-surface-strong: #ffffff;
	--hp-text: #1e2430;
	--hp-text-soft: #5e6879;
	--hp-line: rgba(33, 43, 60, 0.10);
	--hp-primary: #127a6f;
	--hp-primary-dark: #0d6259;
	--hp-primary-soft: #dff4ef;
	--hp-blue: #5a8df1;
	--hp-blue-soft: #e6eeff;
	--hp-purple: #7a58d7;
	--hp-purple-soft: #efe6ff;
	--hp-yellow: #dc922c;
	--hp-yellow-soft: #fff0d7;
	--hp-orange: #ef8b38;
	--hp-orange-soft: #fff1e3;
	--hp-green: #1f7b56;
	--hp-green-soft: #e3f5ec;
	--hp-rose: #cc5e7f;
	--hp-rose-soft: #ffe7ef;
	--hp-shadow: 0 1.25rem 3rem rgba(36, 28, 17, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.hp-page {
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	color: var(--hp-text);
	background:
		radial-gradient(circle at 15% 12%, rgba(18, 122, 111, 0.10), transparent 18rem),
		radial-gradient(circle at 85% 18%, rgba(122, 88, 215, 0.09), transparent 20rem),
		linear-gradient(180deg, #f7efe2 0%, var(--hp-bg) 28rem, var(--hp-bg-soft) 100%);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.hp-shell {
	width: 100%;
	max-width: min(1680px, calc(100vw - 2rem));
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.hp-header {
	position: absolute;
	inset: 0 0 auto 0;
	z-index: 50;
	padding-top: 1.1rem;
}

.hp-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.2rem;
}

.hp-logo-link {
	display: inline-flex;
	align-items: center;
}

.hp-logo {
	display: block;
	height: 3.35rem;
	width: auto;
	filter: brightness(0) invert(1);
}

.hp-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.hp-nav a {
	text-decoration: none;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
	padding: 0.7rem 1.05rem;
	border-radius: 999px;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.hp-nav a:hover,
.hp-nav a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.hp-nav-cta {
	background: var(--hp-primary);
	color: #fff !important;
	box-shadow: 0 0.8rem 1.6rem rgba(18, 122, 111, 0.24);
}

.hp-nav-cta:hover,
.hp-nav-cta:focus-visible {
	background: var(--hp-primary-dark) !important;
	color: #fff !important;
}

.hp-hero {
	padding-top: 0;
}

.hp-hero-image-wrap {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.hp-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 14, 10, 0.20) 0%, rgba(18, 14, 10, 0.50) 58%, rgba(18, 14, 10, 0.22) 100%),
		linear-gradient(90deg, rgba(18, 14, 10, 0.72) 0%, rgba(18, 14, 10, 0.34) 44%, rgba(18, 14, 10, 0.14) 100%);
}

.hp-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: min(1680px, calc(100vw - 2rem));
	margin: 0 auto;
	padding: 11.5rem 0 12rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.hp-hero-panel {
	max-width: 46rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	border: 0;
	box-shadow: none;
}

.hp-eyebrow,
.hp-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.58rem 0.9rem;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.hp-eyebrow {
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
}

.hp-kicker {
	background: rgba(18, 122, 111, 0.10);
	color: var(--hp-primary-dark);
	margin-bottom: 0.9rem;
}

.hp-kicker--light {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.94);
}

.hp-hero-panel h1,
.hp-section-head h2,
.hp-intro-copy h2,
.hp-showcase-copy h2,
.hp-story-copy h2,
.hp-mobile-copy h2,
.hp-cta-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	letter-spacing: -0.05em;
	line-height: 0.94;
	text-wrap: balance;

	width: 100%;
	max-inline-size: none;
}

.hp-hero-panel h1 {
	font-size: clamp(3rem, 7vw, 6rem);
	margin-top: 1rem;

	text-wrap: balance;
	color: #fff;
	text-shadow: 0 0.2rem 1.2rem rgba(18, 14, 10, 0.14);
	width: 100%;
	max-inline-size: none;
}

.hp-hero-panel p,
.hp-intro-copy p,
.hp-showcase-copy p,
.hp-feature p,
.hp-screen-copy p,
.hp-story-copy p,
.hp-mobile-copy p,
.hp-mobile-points p,
.hp-cta-copy p,
.hp-statement p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-hero-panel p {
	max-width: 36rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.18rem;
	font-style: italic;
	text-shadow: 0 0.15rem 0.9rem rgba(18, 14, 10, 0.18);
}

.hp-hero-actions,
.hp-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.4rem;
}

.hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hp-btn:hover,
.hp-btn:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.hp-btn--primary {
	background: var(--hp-primary);
	border-color: var(--hp-primary);
	color: #fff;
}

.hp-btn--primary:hover,
.hp-btn--primary:focus-visible {
	background: var(--hp-primary-dark);
	border-color: var(--hp-primary-dark);
}

.hp-btn--secondary {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.hp-btn--secondary:hover,
.hp-btn--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.42);
}

.hp-btn--light {
	background: #fff;
	border-color: #fff;
	color: var(--hp-text);
}

.hp-btn--light:hover,
.hp-btn--light:focus-visible {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.88);
}

.hp-btn--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.hp-btn--outline-light:hover,
.hp-btn--outline-light:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.40);
}

.hp-wave {
	position: absolute;
	inset: auto 0 -1px 0;
	z-index: 2;
	line-height: 0;
}

.hp-wave svg {
	display: block;
	width: 100%;
	height: 12rem;
}

.hp-wave-back {
	fill: rgba(246, 241, 232, 0.74);
}

.hp-wave-front {
	fill: var(--hp-bg);
}

.hp-section {
	position: relative;
	padding: 2rem 0 2.4rem;
}

.hp-section--intro {
	padding-top: 0.6rem;
}

.hp-section--device-intro {
	padding-top: 0.8rem;
}

.hp-device-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1rem;
	align-items: center;
}

.hp-device-intro-image img {
	display: block;
	width: 100%;
	min-height: 24rem;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-device-intro-copy {
	padding: 1rem 0.5rem 1rem 0.25rem;
}

.hp-device-intro-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2.1rem, 4.4vw, 3.8rem);
	letter-spacing: -0.05em;
	line-height: 0.95;

	width: 100%;
	max-inline-size: none;
}

.hp-device-intro-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-intro-grid,
.hp-showcase-grid,
.hp-story-layout,
.hp-mobile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 1.15rem;
	align-items: center;
}

.hp-intro-copy h2,
.hp-showcase-copy h2,
.hp-story-copy h2,
.hp-mobile-copy h2,
.hp-cta-copy h2 {
	font-size: clamp(2.3rem, 4.6vw, 4.1rem);

}

.hp-intro-cards {
	display: grid;
	gap: 0.9rem;
	align-self: stretch;
}

.hp-statement {
	padding: 1.2rem;
	border-radius: 1.7rem;
	background: var(--hp-surface);
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
}

.hp-statement strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.hp-statement--warm {
	background: #fff2e2;
}

.hp-statement--fresh {
	background: #e8f8f3;
}

.hp-statement--cool {
	background: #edf2ff;
}

.hp-showcase-photo img {
	display: block;
	width: 100%;
	min-height: 32rem;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-check-list {
	margin: 1rem 0 0;
	padding-left: 1rem;
	line-height: 1.8;
	color: var(--hp-text-soft);
}

.hp-section-head {
	margin-bottom: 1.2rem;
}

.hp-section-head h2 {
	font-size: clamp(2.4rem, 4.8vw, 4.2rem);

	text-wrap: balance;
	max-inline-size: none;
	width: 100%;
}

.hp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hp-feature {
	position: relative;
	padding: 1.3rem;
	border-radius: 1.9rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
	min-height: 15rem;
	overflow: hidden;
}

.hp-feature::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 0.56rem;
	background: var(--feature-accent);
}

.hp-feature h3 {
	margin: 1.1rem 0 0.55rem;
	font: 800 1.38rem/1.05 "Manrope", sans-serif;
	letter-spacing: -0.04em;
}

.hp-feature--blue {
	--feature-accent: var(--hp-blue);
	background: linear-gradient(180deg, rgba(230, 238, 255, 0.90) 0%, rgba(255, 255, 255, 0.76) 100%);
}

.hp-feature--green {
	--feature-accent: var(--hp-green);
	background: linear-gradient(180deg, rgba(227, 245, 236, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--yellow {
	--feature-accent: var(--hp-yellow);
	background: linear-gradient(180deg, rgba(255, 240, 215, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--orange {
	--feature-accent: var(--hp-orange);
	background: linear-gradient(180deg, rgba(255, 241, 227, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--purple {
	--feature-accent: var(--hp-purple);
	background: linear-gradient(180deg, rgba(239, 230, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-feature--rose {
	--feature-accent: var(--hp-rose);
	background: linear-gradient(180deg, rgba(255, 231, 239, 0.94) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.hp-screen-showcase {
	display: grid;
	gap: 1.4rem;
}

.hp-screen-row {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 1.6rem;
	align-items: center;
}

.hp-screen-row--reverse .hp-screen-visual {
	order: 2;
}

.hp-screen-row--reverse .hp-screen-text {
	order: 1;
}

.hp-screen-visual {
	position: relative;
	min-height: 38rem;
	padding: 0.9rem;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1.1rem 2.2rem rgba(36, 28, 17, 0.08);
}

.hp-screen-visual::before {
	content: "";
	position: absolute;
	inset: 0.7rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

.hp-screen-visual--teal {
	background: linear-gradient(135deg, rgba(18, 122, 111, 0.20), rgba(90, 141, 241, 0.10) 60%, rgba(255,255,255,0.65));
}

.hp-screen-visual--gold {
	background: linear-gradient(135deg, rgba(239, 139, 56, 0.24), rgba(220, 146, 44, 0.12) 60%, rgba(255,255,255,0.68));
}

.hp-screen-visual--mint {
	background: linear-gradient(135deg, rgba(31, 123, 86, 0.20), rgba(18, 122, 111, 0.08) 60%, rgba(255,255,255,0.68));
}

.hp-screen-visual--orange {
	background: linear-gradient(135deg, rgba(239, 139, 56, 0.22), rgba(255, 241, 227, 0.70) 65%, rgba(255,255,255,0.7));
}

.hp-screen-visual--purple {
	background: linear-gradient(135deg, rgba(122, 88, 215, 0.22), rgba(90, 141, 241, 0.10) 60%, rgba(255,255,255,0.7));
}

.hp-screen-visual--rose {
	background: linear-gradient(135deg, rgba(204, 94, 127, 0.20), rgba(255, 231, 239, 0.74) 60%, rgba(255,255,255,0.7));
}

.hp-screen-frame {
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	padding: 0.6rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(225, 231, 240, 0.95);
	border-radius: 1.5rem;
	box-shadow: 0 0.7rem 1.6rem rgba(36, 28, 17, 0.08);
}

.hp-screen-frame--float-left {
	transform: rotate(-0.8deg) translateY(-2px);
}

.hp-screen-frame--float-right {
	transform: rotate(0.8deg) translateY(-2px);
}

.hp-screen-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	border-radius: 1rem;
	background: #fff;
}

.hp-screen-text {
	padding: 1rem 0.8rem 1rem 1.4rem;
}

.hp-screen-label {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	background: rgba(18, 122, 111, 0.10);
	color: var(--hp-primary-dark);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 0.8rem;
}

.hp-screen-text h3 {
	margin: 0 0 0.6rem;
	font: 800 clamp(2rem, 4vw, 3rem)/0.95 "Manrope", sans-serif;
	letter-spacing: -0.05em;

	text-wrap: balance;
	width: 100%;
	max-inline-size: none;
}

.hp-screen-text p {
	max-width: 44rem;
}

/* Logistics story: connects packing, current set locations and transports in one visual flow. */
.hp-section--logistics {
	padding: 5rem 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(90, 141, 241, 0.14), transparent 24rem),
		radial-gradient(circle at 92% 38%, rgba(18, 122, 111, 0.13), transparent 26rem),
		linear-gradient(180deg, rgba(238, 248, 245, 0.72), rgba(255, 250, 242, 0.48));
}

.hp-logistics-head {
	max-width: 76rem;
	margin-bottom: 2rem;
}

.hp-logistics-head p {
	max-width: 66rem;
	margin: 1rem 0 0;
	color: var(--hp-text-soft);
	font-size: clamp(1.02rem, 1.6vw, 1.2rem);
	line-height: 1.75;
}

.hp-logistics-screen {
	padding: 0.75rem;
	border: 1px solid rgba(33, 43, 60, 0.09);
	border-radius: 2.1rem;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1.8rem 4rem rgba(30, 70, 65, 0.14);
}

.hp-logistics-screen-link {
	height: auto;
	border-radius: 1.5rem;
	background: #fff;
}

.hp-logistics-screen-link img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.5rem;
}

.hp-logistics-screen-caption {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	padding: 1rem 1.1rem 0.35rem;
}

.hp-logistics-screen-caption strong {
	flex: 0 0 auto;
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
}

.hp-logistics-screen-caption span {
	color: var(--hp-text-soft);
	font-size: 0.95rem;
	line-height: 1.55;
}

.hp-logistics-explainer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
}

.hp-logistics-card {
	position: relative;
	min-height: 18rem;
	padding: 1.4rem;
	border: 1px solid rgba(33, 43, 60, 0.08);
	border-radius: 1.8rem;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 1rem 2.1rem rgba(36, 28, 17, 0.06);
}

.hp-logistics-card-icon {
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
}

.hp-logistics-card-icon--blue {
	color: #356fc8;
	background: var(--hp-blue-soft);
}

.hp-logistics-card-icon--green {
	color: var(--hp-primary-dark);
	background: var(--hp-primary-soft);
}

.hp-logistics-card-icon--orange {
	color: #b66620;
	background: var(--hp-orange-soft);
}

.hp-logistics-card-icon svg {
	width: 1.65rem;
	height: 1.65rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hp-logistics-card-label {
	display: inline-block;
	margin-bottom: 0.55rem;
	color: var(--hp-primary-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hp-logistics-card h3 {
	margin: 0 0 0.65rem;
	font: 800 1.5rem/1.08 "Manrope", sans-serif;
	letter-spacing: -0.04em;
}

.hp-logistics-card p {
	margin: 0;
	color: var(--hp-text-soft);
	line-height: 1.7;
}

.hp-logistics-process {
	margin-top: 1.2rem;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	border-radius: 2rem;
	background: #1d2430;
	color: #fff;
	box-shadow: var(--hp-shadow);
}

.hp-logistics-process-head {
	max-width: 62rem;
}

.hp-logistics-process-head .hp-kicker {
	color: #71d1c5;
}

.hp-logistics-process-head h3 {
	margin: 0.25rem 0 0.55rem;
	font: 800 clamp(1.8rem, 3vw, 2.8rem)/1 "Manrope", sans-serif;
	letter-spacing: -0.05em;
}

.hp-logistics-process-head p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.65;
}

.hp-logistics-flow {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.hp-logistics-flow li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding-right: 0.5rem;
}

.hp-logistics-flow li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 1.25rem;
	left: 3.25rem;
	right: -0.45rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(113, 209, 197, 0.72), rgba(113, 209, 197, 0.18));
}

.hp-logistics-step-number {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.85rem;
	border: 2px solid rgba(113, 209, 197, 0.7);
	border-radius: 999px;
	background: #1d2430;
	color: #8be0d6;
	font-weight: 900;
}

.hp-logistics-flow strong {
	margin-bottom: 0.35rem;
	font-family: "Manrope", sans-serif;
	font-size: 0.98rem;
	line-height: 1.2;
}

.hp-logistics-flow li > span:last-child {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.86rem;
	line-height: 1.5;
}

.hp-story-image-stack {
	position: relative;
	min-height: 34rem;
}

.hp-story-image {
	position: absolute;
	display: block;
	object-fit: cover;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-story-image--main {
	inset: 0 0 auto auto;
	width: 82%;
	height: 24rem;
}

.hp-story-image--float {
	inset: auto auto 0 0;
	width: 46%;
	height: 15rem;
	border: 0.55rem solid rgba(255, 255, 255, 0.94);
}

.hp-phone {
	display: flex;
	justify-content: center;
}

.hp-mobile-photo {
	display: flex;
	justify-content: center;
}

.hp-mobile-photo img {
	display: block;
	width: min(100%, 34rem);
	min-height: 32rem;
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
	box-shadow: var(--hp-shadow);
}

.hp-phone-frame {
	max-width: 23rem;
	padding: 0.9rem;
	background: #1d2430;
	border-radius: 2.4rem;
	transform: rotate(-4deg);
	box-shadow: var(--hp-shadow);
}

.hp-phone-notch {
	width: 42%;
	height: 1rem;
	margin: -0.9rem auto 0.9rem;
	border-radius: 0 0 0.8rem 0.8rem;
	background: #1d2430;
}

.hp-phone-frame img {
	display: block;
	width: 100%;
	border-radius: 1.2rem;
}

.hp-mobile-points {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.hp-mobile-points div {
	padding: 1rem;
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(33, 43, 60, 0.08);
}

.hp-mobile-points strong {
	display: block;
	margin-bottom: 0.25rem;
}

.hp-carrier-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 1rem;
	align-items: center;
}

.hp-carrier-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-carrier-placeholder {
	min-height: 24rem;
	border-radius: 2rem;
	background:
		linear-gradient(135deg, rgba(90, 141, 241, 0.16) 0%, rgba(18, 122, 111, 0.10) 100%),
		rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(33, 43, 60, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.hp-carrier-placeholder-inner {
	text-align: center;
	padding: 2rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.72);
}

.hp-carrier-placeholder-inner strong {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 1.5rem;
	letter-spacing: -0.04em;
	margin-bottom: 0.4rem;
}

.hp-carrier-placeholder-inner span {
	color: var(--hp-text-soft);
	font-weight: 700;
}

.hp-carrier-placeholder--image {
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border-style: solid;
	background: rgba(255, 255, 255, 0.82);
}

.hp-carrier-placeholder--image img {
	display: block;
	width: 100%;
	height: auto;
}

.hp-privacy-box {
	padding: 1.5rem;
	border-radius: 2rem;
	background:
		radial-gradient(circle at top right, rgba(18, 122, 111, 0.12), transparent 18rem),
		rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(33, 43, 60, 0.08);
	box-shadow: 0 1rem 2rem rgba(36, 28, 17, 0.06);
}

.hp-privacy-copy h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2rem, 4.2vw, 3.5rem);
	letter-spacing: -0.05em;
	line-height: 0.95;

	width: 100%;
	max-inline-size: none;
}

.hp-privacy-copy p {
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-section--cta {
	padding-bottom: 2.8rem;
}

.hp-section--contact {
	padding: 5rem 0;
	background:
		linear-gradient(180deg, rgba(18, 122, 111, 0.03), rgba(18, 122, 111, 0.09));
}

/* Der Menüanker sitzt direkt an der sichtbaren Kontaktbox. */
.hp-contact-box {
	scroll-margin-top: 1.25rem;
}

.hp-cta-box {
	position: relative;
	overflow: hidden;
	padding: 1.6rem;
	border-radius: 2.4rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(90, 141, 241, 0.18), transparent 16rem),
		radial-gradient(circle at 80% 0%, rgba(18, 122, 111, 0.20), transparent 18rem),
		#1d2430;
	color: #fff;
}

.hp-cta-box::before {
	content: "";
	position: absolute;
	right: -4rem;
	bottom: -4rem;
	width: 16rem;
	height: 16rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}

.hp-cta-copy {
	position: relative;
	z-index: 1;
}

.hp-cta-copy p {
	color: rgba(255, 255, 255, 0.78);
	max-width: 42rem;
}

.hp-contact-box {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	min-height: 22rem;
	padding: clamp(2rem, 5vw, 4rem);
	border: 2px solid rgba(18, 122, 111, 0.16);
	border-radius: 2.5rem;
	background:
		radial-gradient(circle at top left, rgba(18, 122, 111, 0.16), transparent 22rem),
		radial-gradient(circle at bottom right, rgba(90, 141, 241, 0.12), transparent 20rem),
		rgba(255, 255, 255, 0.96);
	box-shadow: 0 1.5rem 3.5rem rgba(23, 62, 67, 0.12);
}

.hp-contact-copy h2 {
	margin: 0;
	font: 800 clamp(2.2rem, 4.5vw, 3.8rem)/0.98 "Manrope", sans-serif;
	letter-spacing: -0.045em;
	color: var(--hp-text);
}

.hp-contact-copy p {
	margin: 1.1rem 0 0;
	max-width: 42rem;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--hp-text-soft);
}

.hp-contact-options {
	display: grid;
	gap: 1rem;
}

.hp-contact-option {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 1.35rem 1.4rem;
	border: 1px solid rgba(18, 122, 111, 0.13);
	border-radius: 1.35rem;
	background: rgba(18, 122, 111, 0.06);
	color: var(--hp-primary-dark);
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.hp-contact-option span {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hp-text-soft);
}

.hp-contact-option strong {
	font-size: clamp(1.08rem, 2.2vw, 1.35rem);
	word-break: break-word;
}

.hp-contact-option:hover,
.hp-contact-option:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(18, 122, 111, 0.28);
	background: rgba(18, 122, 111, 0.11);
	outline: none;
}

.hp-legal-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding-top: 1rem;
}

.hp-legal-links a {
	text-decoration: none;
	font-weight: 700;
	color: var(--hp-text-soft);
}

.hp-legal-links a:hover,
.hp-legal-links a:focus-visible {
	color: var(--hp-primary-dark);
	outline: none;
}

.hp-image-credit {
	margin: 0.85rem 0 0;
	text-align: center;
	color: var(--hp-text-soft);
	font-size: 0.92rem;
}

@media (max-width: 1100px) {
	.hp-intro-grid,
	.hp-device-intro,
	.hp-showcase-grid,
	.hp-story-layout,
	.hp-mobile-grid,
	.hp-carrier-grid,
	.hp-contact-box,
	.hp-screen-row {
		grid-template-columns: 1fr;
	}

	.hp-screen-row--reverse .hp-screen-visual,
	.hp-screen-row--reverse .hp-screen-text {
		order: initial;
	}

	.hp-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hp-logistics-explainer-grid {
		grid-template-columns: 1fr;
	}

	.hp-logistics-card {
		min-height: 0;
	}

	.hp-logistics-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hp-logistics-flow li::after {
		display: none;
	}

	.hp-story-image-stack {
		min-height: 28rem;
	}

	.hp-story-image--main {
		width: 78%;
	}
}

@media (max-width: 780px) {
	.hp-header {
		padding-top: 0.7rem;
	}

	.hp-header-inner {
		align-items: flex-start;
		justify-content: center;
	}

	.hp-nav {
		display: none;
	}

	.hp-hero-content {
		padding: 9rem 0 8.5rem;
	}

	.hp-hero-panel {
		padding: 0;
	}

	.hp-hero-panel h1 {
		max-width: none;
	}

	.hp-feature-grid {
		grid-template-columns: 1fr;
	}

	.hp-section--logistics {
		padding: 3.2rem 0;
	}

	.hp-logistics-screen {
		padding: 0.45rem;
		border-radius: 1.4rem;
	}

	.hp-logistics-screen-link,
	.hp-logistics-screen-link img {
		border-radius: 1.05rem;
	}

	.hp-logistics-screen-caption {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
		padding: 0.85rem 0.75rem 0.45rem;
	}

	.hp-logistics-flow {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.hp-logistics-flow li {
		display: grid;
		grid-template-columns: 2.5rem 1fr;
		column-gap: 0.85rem;
		padding: 0;
	}

	.hp-logistics-step-number {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.hp-logistics-flow strong,
	.hp-logistics-flow li > span:last-child {
		grid-column: 2;
	}

	.hp-showcase-photo img {
		min-height: 22rem;
	}

	.hp-story-image-stack {
		min-height: 22rem;
	}

	.hp-story-image--main {
		position: relative;
		inset: auto;
		width: 100%;
		height: 18rem;
	}

	.hp-story-image--float {
		display: none;
	}

	.hp-shell {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hp-hero-content {
		width: 100%;
	}

	.hp-wave svg {
		height: 7rem;
	}
}

@media (max-width: 1100px) {
	.hp-screen-visual { min-height: 30rem; }
}

@media (max-width: 780px) {
	.hp-screen-visual { min-height: 22rem; }
	.hp-screen-frame { left: 1rem; right: 1rem; top: 1rem; bottom: 1rem; }
	.hp-screen-text { padding: 0.2rem 0.1rem 0.8rem; }
	.hp-screen-text h3 { max-width: none; }
}


.hp-screen-zoom {
	display: block;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	cursor: zoom-in;
}

.hp-screen-zoom img {
	transition: transform 0.22s ease;
}

.hp-screen-zoom:hover img,
.hp-screen-zoom:focus-visible img {
	transform: scale(1.012);
}

.hp-lightbox-open {
	overflow: hidden;
}

.hp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(18, 22, 30, 0.78);
	backdrop-filter: blur(6px);
}

.hp-lightbox[hidden] {
	display: none;
}

.hp-lightbox-stage {
	position: relative;
	max-width: min(1800px, 96vw);
	max-height: 92vh;
	padding: 1rem;
	border-radius: 1.5rem;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 2rem 4rem rgba(0,0,0,0.26);
}

.hp-lightbox-image {
	display: block;
	max-width: min(1720px, 92vw);
	max-height: calc(92vh - 4.5rem);
	width: auto;
	height: auto;
	border-radius: 1rem;
}

.hp-lightbox-caption {
	margin: 0.75rem 0 0;
	font-weight: 700;
	color: var(--hp-text);
}

.hp-lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,0.92);
	color: var(--hp-text);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 0.6rem 1.4rem rgba(0,0,0,0.18);
}

.hp-lightbox-close:hover,
.hp-lightbox-close:focus-visible {
	background: #fff;
	outline: none;
}

@media (min-width: 1500px) {
	.hp-shell {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.hp-feature-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.2rem;
	}
}

@media (max-width: 780px) {
	.hp-lightbox {
		padding: 1rem;
	}

	.hp-lightbox-stage {
		padding: 0.75rem;
	}

	.hp-lightbox-image {
		max-width: 94vw;
	}
}

/*
 * Abläufe-Seite: Der feste helle Kopf übernimmt die Darstellung der Hauptvorlage,
 * bleibt aber vollständig innerhalb des bestehenden Homepage-Stylesystems.
 */
.hp-page--workflows {
	overflow-x: clip;
	background:
		radial-gradient(circle at 8% 34%, rgba(18, 122, 111, 0.08), transparent 24rem),
		radial-gradient(circle at 94% 56%, rgba(90, 141, 241, 0.08), transparent 26rem),
		linear-gradient(180deg, #fffdf8 0%, var(--hp-bg) 55%, var(--hp-bg-soft) 100%);
}

.hp-header--solid {
	position: sticky;
	top: 0;
	padding: 0.55rem 0;
	background: rgba(255, 253, 248, 0.96);
	border-bottom: 1px solid var(--hp-line);
	box-shadow: 0 0.4rem 1.4rem rgba(36, 28, 17, 0.06);
	backdrop-filter: blur(14px);
}

.hp-header--solid .hp-logo {
	height: 2.7rem;
	filter: none;
}

.hp-header--solid .hp-nav a {
	position: relative;
	color: var(--hp-text);
}

.hp-header--solid .hp-nav a:hover,
.hp-header--solid .hp-nav a:focus-visible {
	color: var(--hp-primary-dark);
	background: var(--hp-primary-soft);
}

.hp-header--solid .hp-nav-active {
	color: var(--hp-primary-dark) !important;
}

.hp-header--solid .hp-nav-active::after {
	content: "";
	position: absolute;
	left: 1.05rem;
	right: 1.05rem;
	bottom: 0.28rem;
	height: 0.16rem;
	border-radius: 999px;
	background: var(--hp-primary);
}

.hp-page--workflows .hp-header--solid .hp-shell,
.hp-flow-hero .hp-shell {
	max-width: min(1680px, calc(100vw - 2rem));
}

/* Der kompakte Hero liegt wie auf der Produktseite direkt hinter der Hauptnavigation. */
.hp-flow-hero {
	position: relative;
	min-height: clamp(19rem, 24vw, 23rem);
	display: grid;
	align-items: center;
	overflow: hidden;
}

.hp-flow-hero::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2.8rem;
	background: center bottom / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 52' preserveAspectRatio='none'%3E%3Cpath d='M0 27 C110 8 235 9 355 27 S600 43 720 23 S958 6 1080 25 S1320 43 1440 18 V52 H0 Z' fill='%23f6f1e8'/%3E%3C/svg%3E");
	pointer-events: none;
}

.hp-flow-hero-image,
.hp-flow-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hp-flow-hero-image {
	object-fit: cover;
	object-position: center 54%;
}

.hp-flow-hero-overlay {
	background:
		linear-gradient(90deg, rgba(10, 24, 25, 0.88) 0%, rgba(10, 24, 25, 0.67) 37%, rgba(10, 24, 25, 0.11) 68%),
		linear-gradient(180deg, rgba(10, 24, 25, 0.03), rgba(10, 24, 25, 0.26));
}

.hp-flow-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: inherit;
	padding-top: 1.65rem;
	padding-bottom: 2rem;
}

.hp-flow-hero-copy {
	min-width: 0;
	width: 100%;
	max-width: 46rem;
	color: #fff;
}

.hp-flow-hero-copy h1 {
	margin: 1rem 0 0.35rem;
	font-family: "Manrope", sans-serif;
	font-size: clamp(2.8rem, 5.3vw, 4.6rem);
	font-weight: 800;
	line-height: 0.94;
	letter-spacing: -0.05em;
	text-wrap: balance;
	white-space: normal;
	text-shadow: 0 0.2rem 0.8rem rgba(10, 18, 18, 0.28);
}

.hp-flow-title-first,
.hp-flow-title-second {
	display: block;
}

.hp-flow-hero-copy p {
	max-width: 36rem;
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 0.15rem 0.55rem rgba(10, 18, 18, 0.28);
}

.hp-flow-hero-note {
	position: absolute;
	top: 6.5rem;
	right: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: rotate(-4deg);
	font: 600 clamp(1.35rem, 2vw, 1.8rem)/0.9 "Caveat", cursive;
	color: #103d59;
	text-align: center;
}

.hp-flow-hero-note span {
	display: block;
	margin-bottom: 0.14rem;
	padding: 0.18rem 0.55rem;
	background: rgba(239, 252, 247, 0.92);
	box-shadow: 0 0.25rem 0.8rem rgba(9, 30, 31, 0.16);
}

.hp-flow-hero-note img {
	width: 2.3rem;
	height: 2.3rem;
	margin-top: 0.25rem;
	object-fit: contain;
}

/* Der Ablaufbereich bildet die drei Navigationsebenen als zusammenhängende Oberfläche ab. */
.hp-section--workflows {
	position: relative;
	padding: 0.35rem 0 1.25rem;
	overflow: hidden;
	background: var(--hp-bg);
}

.hp-section--workflows > .hp-shell {
	max-width: min(1280px, calc(100vw - 4rem));
}

.hp-flow-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: end;
	margin-bottom: 1.25rem;
}

.hp-flow-intro h2 {
	margin: 0;
	font: 800 clamp(2.45rem, 4.5vw, 4.25rem)/0.94 "Manrope", sans-serif;
	letter-spacing: -0.055em;
	color: var(--hp-text);
	text-wrap: balance;
}

.hp-flow-intro p {
	max-width: 54rem;
	margin: 0.65rem 0 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--hp-text-soft);
}

.hp-flow-handnote {
	width: 15rem;
	color: var(--hp-primary-dark);
	font-size: 1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	transform: rotate(-2deg);
}

.hp-flow-handnote img {
	display: block;
	width: 6rem;
	height: 1.8rem;
	margin: 0.2rem auto 0;
	object-fit: contain;
}

.hp-flow-level {
	position: relative;
	display: grid;
	grid-template-columns: 15rem minmax(0, 1fr);
	gap: 1.4rem;
	align-items: stretch;
	padding: 0.65rem 0;
}

.hp-flow-level-label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.hp-flow-level-label > div {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.hp-flow-level-label strong {
	font: 800 1.05rem/1.1 "Manrope", sans-serif;
	letter-spacing: -0.025em;
}

.hp-flow-level-label span:not(.hp-flow-step) {
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--hp-text-soft);
}

.hp-flow-step {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #caf2eb, #e7f8f4);
	color: var(--hp-primary-dark);
	font-weight: 900;
	box-shadow: 0 0.5rem 1rem rgba(18, 122, 111, 0.09);
}

.hp-section--workflows > .hp-shell::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: calc(1rem + 1.33rem);
	top: 2.7rem;
	height: 10.55rem;
	border-left: 1.5px dashed rgba(58, 135, 152, 0.38);
	pointer-events: none;
}

.hp-flow-level--phase::before,
.hp-flow-workspace::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 3.25rem;
	right: 0;
	top: 0;
	border-top: 1px solid var(--hp-line);
	pointer-events: none;
}

.hp-flow-role-tabs,
.hp-flow-phase-tabs {
	display: grid;
	gap: 0.65rem;
}

.hp-flow-role-tabs {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hp-flow-role-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 10.5rem;
	gap: 1rem;
	align-items: center;
}

.hp-flow-role-note {
	color: #08788a;
	font: 600 1.15rem/0.98 "Caveat", cursive;
	text-align: center;
	transform: rotate(-3deg);
}

.hp-flow-role-note span {
	white-space: nowrap;
}

.hp-flow-role-note img {
	display: block;
	width: 4.4rem;
	height: 1rem;
	margin: 0.05rem auto 0;
	object-fit: contain;
}

.hp-flow-phase-tabs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.8rem;
}

.hp-flow-role-tab,
.hp-flow-phase-tab,
.hp-flow-item {
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.hp-flow-role-tab,
.hp-flow-phase-tab {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	min-height: 4.05rem;
	padding: 0.6rem 0.82rem;
	border: 0;
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 1px rgba(33, 43, 60, 0.055), 0 0.35rem 0.9rem rgba(36, 28, 17, 0.035);
	text-align: left;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hp-flow-role-tab:hover,
.hp-flow-role-tab:focus-visible,
.hp-flow-phase-tab:hover,
.hp-flow-phase-tab:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(18, 122, 111, 0.28);
	background: #fff;
	outline: none;
}

.hp-flow-role-tab[aria-selected="true"],
.hp-flow-phase-tab[aria-selected="true"] {
	border-color: transparent;
	background: linear-gradient(135deg, #0f8b80, var(--hp-primary));
	color: #fff;
	box-shadow: 0 0.75rem 1.55rem rgba(18, 122, 111, 0.18);
}

.hp-flow-tab-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	color: var(--hp-primary-dark);
}

.hp-flow-tab-icon svg,
.hp-flow-item-icon svg,
.hp-flow-play svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hp-flow-role-tab[aria-selected="true"] .hp-flow-tab-icon,
.hp-flow-phase-tab[aria-selected="true"] .hp-flow-tab-icon {
	color: #fff;
}

.hp-flow-role-tab > span:last-child,
.hp-flow-phase-tab > span:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hp-flow-role-tab strong,
.hp-flow-phase-tab strong {
	font-size: 0.94rem;
	line-height: 1.2;
}

.hp-flow-role-tab small,
.hp-flow-phase-tab small {
	margin-top: 0.18rem;
	font-size: 0.72rem;
	line-height: 1.3;
	color: var(--hp-text-soft);
}

.hp-flow-role-tab[aria-selected="true"] small,
.hp-flow-phase-tab[aria-selected="true"] small {
	color: rgba(255, 255, 255, 0.78);
}

/* Die vier Phasen bilden wie in der Vorlage eine durchgehende Prozesslinie. */
.hp-flow-phase-tab:not(:last-child)::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: calc(100% + 0.16rem);
	width: 2.45rem;
	height: 1.2rem;
	transform: translateY(-48%);
	background: center / 100% 100% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 24'%3E%3Cpath d='M2 17 C17 5 37 5 54 13' fill='none' stroke='%23398fab' stroke-width='1.8' stroke-dasharray='5 5' stroke-linecap='round'/%3E%3Cpath d='m49 8 7 5-7 4' fill='none' stroke='%23398fab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	pointer-events: none;
}

.hp-flow-phase-tab:not(:last-child)::before {
	display: none;
}

/* Navigation und Detailkarte erhalten ausreichend Raum für lange, fachlich genaue Inhalte. */
.hp-flow-workspace {
	position: relative;
	display: grid;
	grid-template-columns: minmax(22rem, 24.75rem) minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	padding-top: 0.8rem;
}

.hp-flow-sidebar {
	min-width: 0;
}

.hp-flow-level-label--detail {
	margin-bottom: 0.65rem;
}

.hp-flow-item-list {
	display: grid;
	gap: 0.4rem;
}

.hp-flow-sidebar .hp-flow-item-list {
	margin-left: 3.25rem;
}

.hp-flow-item {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr) auto;
	gap: 0.6rem;
	align-items: center;
	width: 100%;
	min-height: 3rem;
	padding: 0.42rem 0.65rem;
	border: 0;
	border-radius: 0.88rem;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: inset 0 0 0 1px rgba(33, 43, 60, 0.055), 0 0.3rem 0.8rem rgba(36, 28, 17, 0.035);
	font-size: 0.8rem;
	font-weight: 750;
	line-height: 1.3;
	text-align: left;
	transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.hp-flow-item:hover,
.hp-flow-item:focus-visible {
	transform: translateX(2px);
	border-color: rgba(18, 122, 111, 0.28);
	background: #fff;
	outline: none;
}

.hp-flow-item[aria-current="true"] {
	background: linear-gradient(135deg, #d7f5ef, #effaf7);
	color: var(--hp-primary-dark);
	box-shadow: inset 0 0 0 1px rgba(18, 122, 111, 0.14), 0 0.45rem 1rem rgba(18, 122, 111, 0.07);
}

.hp-flow-item-icon {
	display: grid;
	place-items: center;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0.28rem;
	color: #164f79;
}

.hp-flow-item-arrow {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--hp-primary);
}

.hp-flow-detail {
	position: relative;
	min-width: 0;
	padding: clamp(0.9rem, 1.5vw, 1.35rem);
	border: 0;
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 100% 0%, rgba(18, 122, 111, 0.08), transparent 18rem),
		rgba(255, 255, 255, 0.92);
	box-shadow: 0 1.2rem 3rem rgba(36, 28, 17, 0.09);
}

.hp-flow-detail-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.hp-flow-focus-toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.25rem;
	padding: 0.45rem 0.7rem;
	border: 0;
	border-radius: 999px;
	background: rgba(223, 244, 239, 0.72);
	color: #173d5c;
	font: 750 0.78rem/1 "Inter", sans-serif;
	cursor: pointer;
}

.hp-flow-focus-toggle[hidden] {
	display: none;
}

.hp-flow-focus-toggle span {
	font-size: 1.1rem;
	line-height: 0.7;
}

.hp-flow-focus-toggle:hover,
.hp-flow-focus-toggle:focus-visible {
	background: var(--hp-primary);
	color: #fff;
	outline: none;
}

.hp-flow-detail-kicker {
	display: inline-flex;
	padding: 0.34rem 0.65rem;
	border-radius: 999px;
	background: var(--hp-primary-soft);
	color: var(--hp-primary-dark);
	font-size: 0.74rem;
	font-weight: 850;
}

.hp-flow-detail h3 {
	margin: 0.5rem 0 0;
	font: 800 clamp(1.8rem, 3.2vw, 2.75rem)/0.98 "Manrope", sans-serif;
	letter-spacing: -0.052em;
	color: #172a44;
	text-wrap: balance;
}

.hp-flow-detail-head > div:first-child {
	min-width: 0;
	max-width: calc(100% - 10rem);
}

.hp-flow-detail-flourish,
.hp-flow-sidebar-note {
	color: #08788a;
	font: 600 1.38rem/0.93 "Caveat", cursive;
	letter-spacing: 0.01em;
}

.hp-flow-detail-flourish {
	flex: 0 0 9rem;
	padding-top: 0.25rem;
	text-align: center;
	transform: rotate(-3deg);
}

.hp-flow-detail-flourish img,
.hp-flow-sidebar-note img {
	display: block;
	width: 4.8rem;
	height: 1.15rem;
	margin: 0.1rem auto 0;
	object-fit: contain;
}

.hp-flow-detail-tree {
	position: absolute;
	top: 6.8rem;
	right: 1.2rem;
	width: 2.5rem;
	height: 3.5rem;
	fill: none;
	stroke: #08788a;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hp-flow-sidebar-note {
	width: 10rem;
	margin: 1.05rem 0 0 1.2rem;
	text-align: center;
	transform: rotate(-5deg);
}

.hp-flow-detail-copy {
	max-width: calc(100% - 10rem);
	margin: 0.65rem 0 0;
	font-size: clamp(0.9rem, 1.15vw, 1rem);
	line-height: 1.5;
	color: var(--hp-text-soft);
}

.hp-flow-detail-summary {
	display: grid;
	grid-template-rows: 1fr;
	opacity: 1;
	transition: grid-template-rows 460ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.hp-flow-detail-summary-inner {
	min-height: 0;
	overflow: hidden;
}

.hp-flow-detail-points {
	display: grid;
	gap: 0.28rem;
	margin: 0.65rem 0 0.8rem;
	padding: 0;
	list-style: none;
}

.hp-flow-detail-points li {
	position: relative;
	padding-left: 1.9rem;
	font-size: 0.9rem;
	line-height: 1.35;
	color: #31506a;
}

.hp-flow-detail-points li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.05rem;
	display: grid;
	place-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	background: var(--hp-primary);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 900;
}

/* Poster und Video teilen sich eine Fläche, damit der Wechsel ohne Layoutsprung erfolgt. */
.hp-flow-media {
	position: relative;
	height: clamp(12rem, 20vh, 14rem);
	overflow: hidden;
	border-radius: 1rem;
	background: #dfece8;
	box-shadow: inset 0 0 0 1px rgba(33, 43, 60, 0.08);
	cursor: pointer;
	transition: height 520ms cubic-bezier(0.22, 1, 0.36, 1), margin-top 460ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.hp-flow-media:focus-visible {
	outline: 3px solid rgba(18, 122, 111, 0.42);
	outline-offset: 3px;
}

.hp-flow-poster,
.hp-flow-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-flow-poster[hidden],
.hp-flow-video[hidden] {
	display: none;
}

.hp-flow-video-note {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	padding: 0.45rem 0.72rem;
	border-radius: 999px;
	background: rgba(22, 42, 68, 0.78);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	backdrop-filter: blur(8px);
}

.hp-flow-video-note[hidden] {
	display: none;
}

.hp-flow-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5rem;
	height: 5rem;
	padding: 1.15rem;
	border: 2px solid rgba(255, 255, 255, 0.88);
	border-radius: 999px;
	background: rgba(17, 38, 46, 0.68);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(7px);
	transition: transform 160ms ease, background 160ms ease;
}

.hp-flow-play svg {
	fill: currentColor;
	stroke: none;
}

.hp-flow-play:hover,
.hp-flow-play:focus-visible {
	transform: translate(-50%, -50%) scale(1.06);
	background: var(--hp-primary);
	outline: none;
}

/* Die Steuerung liegt dezent auf dem Video und bleibt auch per Touch gut erreichbar. */
.hp-flow-video-controls {
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(6, auto);
	align-items: center;
	column-gap: 0.12rem;
	row-gap: 0;
	padding: 0.22rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(12, 27, 34, 0.72);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms ease;
}

.hp-flow-video-controls[hidden] {
	display: none;
}

.hp-flow-video-controls--idle {
	transform: translateY(calc(100% + 1.6rem));
	opacity: 0;
	pointer-events: none;
}

.hp-flow-video-progress-row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.45rem;
	padding: 0.02rem 0.78rem 0;
}

.hp-flow-video-progress {
	--hp-video-progress: 0%;
	width: 100%;
	height: 0.78rem;
	margin: 0;
	appearance: none;
	background: transparent;
	cursor: pointer;
}

.hp-flow-video-progress::-webkit-slider-runnable-track {
	height: 0.24rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #7de4d3 0 var(--hp-video-progress), rgba(255, 255, 255, 0.3) var(--hp-video-progress) 100%);
}

.hp-flow-video-progress::-webkit-slider-thumb {
	width: 0.78rem;
	height: 0.78rem;
	margin-top: -0.27rem;
	appearance: none;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #22aa99;
	box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.35);
}

.hp-flow-video-progress::-moz-range-track {
	height: 0.24rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.3);
}

.hp-flow-video-progress::-moz-range-progress {
	height: 0.24rem;
	border-radius: 999px;
	background: #7de4d3;
}

.hp-flow-video-progress::-moz-range-thumb {
	width: 0.62rem;
	height: 0.62rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #22aa99;
	box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.35);
}

.hp-flow-video-progress:focus-visible {
	outline: 2px solid #7de4d3;
	outline-offset: 3px;
}

.hp-flow-video-progress:disabled {
	opacity: 0.45;
	cursor: default;
}

.hp-flow-video-remaining {
	min-width: 2.5rem;
	color: rgba(255, 255, 255, 0.9);
	font: 600 0.66rem/1 "Inter", sans-serif;
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.hp-flow-video-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.28rem;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0.38rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font: 700 0.67rem/1 "Inter", sans-serif;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.hp-flow-video-controls button:not(:disabled):hover,
.hp-flow-video-controls button:focus-visible,
.hp-flow-video-controls .hp-flow-video-control--active {
	background: rgba(255, 255, 255, 0.18);
	color: #7de4d3;
	outline: none;
}

.hp-flow-video-controls button:active {
	transform: scale(0.94);
}

.hp-flow-video-controls button:disabled {
	opacity: 0.32;
	cursor: default;
}

.hp-flow-video-controls svg {
	width: 1.12rem;
	height: 1.12rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hp-flow-control-play {
	display: none;
	fill: currentColor !important;
	stroke: none !important;
}

.hp-flow-video-control--paused .hp-flow-control-pause {
	display: none;
}

.hp-flow-video-control--paused .hp-flow-control-play {
	display: block;
}

.hp-flow-control-muted {
	display: none;
}

.hp-flow-video-control--muted .hp-flow-control-sound {
	display: none;
}

.hp-flow-video-control--muted .hp-flow-control-muted {
	display: block;
}

.hp-flow-detail--playing .hp-flow-media {
	height: auto;
	aspect-ratio: 16 / 9;
	box-shadow: 0 1rem 2.6rem rgba(26, 56, 62, 0.18);
}

.hp-flow-detail--focus .hp-flow-detail-summary {
	grid-template-rows: 0fr;
	opacity: 0;
}

.hp-flow-detail--focus .hp-flow-detail-flourish {
	display: none;
}

.hp-flow-detail--focus .hp-flow-media,
.hp-flow-detail--focus.hp-flow-detail--playing .hp-flow-media {
	height: clamp(24rem, 32vw, 31rem);
	margin-top: 0.8rem;
	aspect-ratio: auto;
	box-shadow: 0 1rem 2.6rem rgba(26, 56, 62, 0.16);
	cursor: pointer;
}

.hp-flow-detail--focus .hp-flow-video {
	object-fit: cover;
	background: transparent;
}

/* Im echten Vollbild bleiben Video und eigene Steuerung als geschlossene Einheit erhalten. */
.hp-flow-media:fullscreen {
	width: 100vw;
	height: 100vh;
	border-radius: 0;
	background: #000;
}

.hp-flow-media:fullscreen .hp-flow-video {
	object-fit: cover;
}

.hp-flow-detail--playing .hp-flow-media,
.hp-flow-detail--playing .hp-flow-video {
	cursor: pointer;
}

/* Die dezenten Original-PNGs rahmen den Inhalt, ohne Bedienelemente zu überlagern. */
.hp-flow-deco {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	opacity: 0.65;
}

.hp-flow-deco--tree-left {
	left: -1rem;
	top: 0.9rem;
	width: 4.8rem;
	transform: rotate(-3deg);
}

.hp-flow-deco--tree-left-small {
	left: 2.15rem;
	top: 2.35rem;
	width: 2.8rem;
	opacity: 0.48;
	transform: rotate(3deg);
}

.hp-flow-deco--tree-left-low {
	left: -1.5rem;
	top: 25rem;
	width: 6.4rem;
	opacity: 0.72;
	transform: rotate(-4deg);
}

.hp-flow-deco--tree-left-low-small {
	left: 3.25rem;
	top: 28rem;
	width: 3.8rem;
	opacity: 0.48;
	transform: rotate(3deg);
}

.hp-flow-deco--tree-right {
	right: -1.7rem;
	top: 7.25rem;
	width: 5.8rem;
	transform: rotate(4deg);
}

.hp-section--workflows .hp-shell {
	position: relative;
	z-index: 1;
}

.hp-flow-legal-footer {
	padding: 0.6rem 0 0.85rem;
	border-top: 1px solid rgba(33, 43, 60, 0.08);
}

.hp-flow-legal-footer .hp-legal-links {
	margin-top: 0;
	padding-top: 0;
}

.hp-flow-benefits {
	padding: 1.2rem 0;
	border-top: 1px solid rgba(18, 122, 111, 0.10);
	border-bottom: 1px solid rgba(18, 122, 111, 0.10);
	background: linear-gradient(90deg, rgba(223, 244, 239, 0.76), rgba(255, 255, 255, 0.88), rgba(230, 238, 255, 0.72));
}

.hp-flow-benefits-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.hp-flow-benefits-inner div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.18rem;
	padding: 0.45rem;
	text-align: center;
}

.hp-flow-benefits-inner div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 10%;
	right: -0.5rem;
	width: 1px;
	height: 80%;
	background: rgba(33, 43, 60, 0.10);
}

.hp-flow-benefits-inner strong {
	color: #173d5c;
	font-size: 0.9rem;
}

.hp-flow-benefits-inner span {
	color: var(--hp-text-soft);
	font-size: 0.78rem;
}

/* Tablet: Beschriftungen rücken über die Bedienelemente, die Detailspalten bleiben bestehen. */
@media (max-width: 1120px) {
	.hp-flow-level {
		grid-template-columns: 1fr;
	}

	.hp-flow-level-label {
		padding-top: 0.2rem;
	}

	.hp-section--workflows > .hp-shell::before {
		display: none;
	}

	.hp-flow-workspace {
		grid-template-columns: minmax(15rem, 19rem) minmax(0, 1fr);
	}

	.hp-flow-role-content {
		grid-template-columns: 1fr;
	}

	.hp-flow-role-note {
		display: none;
	}

	.hp-flow-sidebar .hp-flow-item-list {
		margin-left: 2.5rem;
	}

	.hp-flow-detail-flourish {
		display: none;
	}

	.hp-flow-detail-head > div:first-child {
		max-width: 100%;
	}

	.hp-flow-detail-copy {
		max-width: 100%;
	}

	.hp-flow-role-tab,
	.hp-flow-phase-tab {
		padding: 0.7rem 0.75rem;
	}
}

@media (max-width: 900px) {
	.hp-flow-intro {
		grid-template-columns: 1fr;
	}

	.hp-flow-handnote {
		display: none;
	}

	.hp-flow-hero-note {
		display: none;
	}

	.hp-flow-phase-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hp-flow-phase-tab::before,
	.hp-flow-phase-tab::after {
		display: none;
	}

	.hp-flow-workspace {
		grid-template-columns: 1fr;
	}

	.hp-flow-sidebar .hp-flow-item-list {
		margin-left: 0;
	}

	.hp-flow-sidebar-note {
		display: none;
	}

	.hp-flow-item-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobil: Die Hauptnavigation bleibt als horizontale Leiste erreichbar statt zu verschwinden. */
@media (max-width: 780px) {
	.hp-header--solid {
		padding: 0.45rem 0 0.35rem;
	}

	.hp-header--solid .hp-header-inner {
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.hp-header--solid .hp-logo {
		height: 2.35rem;
	}

	.hp-header--solid .hp-nav {
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		gap: 0.1rem;
		overflow-x: auto;
		padding: 0.1rem 0 0.35rem;
		scrollbar-width: none;
	}

	.hp-header--solid .hp-nav::-webkit-scrollbar {
		display: none;
	}

	.hp-header--solid .hp-nav a {
		flex: 0 0 auto;
		padding: 0.55rem 0.75rem;
		font-size: 0.78rem;
	}

	.hp-header--solid .hp-nav-active::after {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.12rem;
	}

	.hp-header--solid .hp-nav-cta {
		box-shadow: none;
	}

	.hp-flow-hero {
		min-height: 23.5rem;
	}

	.hp-flow-hero-image {
		object-position: 62% center;
	}

	.hp-flow-hero-overlay {
		background: linear-gradient(90deg, rgba(16, 27, 29, 0.84), rgba(16, 27, 29, 0.42));
	}

	.hp-flow-hero-inner {
		padding-top: 2.1rem;
		padding-bottom: 2.5rem;
	}

	.hp-flow-hero-copy h1 {
		max-width: 100%;
		font-size: clamp(2.45rem, 10.5vw, 3.15rem);
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.hp-flow-title-first > span {
		display: block;
	}

	.hp-flow-hero-copy p {
		max-width: min(100%, 29rem);
		font-size: 0.9rem;
	}

	.hp-flow-hero-note {
		display: none;
	}

	.hp-section--workflows {
		padding: 1.5rem 0 1rem;
	}

	.hp-section--workflows > .hp-shell {
		max-width: calc(100vw - 1rem);
	}

	.hp-flow-intro h2 {
		font-size: clamp(2.5rem, 12vw, 3.6rem);
	}

	.hp-flow-role-tabs {
		grid-template-columns: 1fr;
	}

	.hp-flow-item-list {
		display: flex;
		overflow-x: auto;
		gap: 0.55rem;
		padding: 0.1rem 0 0.55rem;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.hp-flow-item {
		flex: 0 0 min(80vw, 19rem);
		scroll-snap-align: start;
	}

	.hp-flow-phase-tabs {
		gap: 0.5rem;
	}

	.hp-flow-phase-tab {
		min-height: 4.6rem;
	}

	.hp-flow-phase-tab .hp-flow-tab-icon {
		width: 1.9rem;
		height: 1.9rem;
	}

	.hp-flow-phase-tab small {
		display: none;
	}

	.hp-flow-detail {
		scroll-margin-top: 7.5rem;
		padding: 1rem;
		border-radius: 1.35rem;
	}

	.hp-flow-detail h3 {
		font-size: clamp(1.9rem, 9vw, 2.8rem);
	}

	.hp-flow-media {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.hp-flow-poster {
		object-position: center;
	}

	.hp-flow-video-note {
		top: 0.55rem;
		right: 0.55rem;
	}

	.hp-flow-benefits-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hp-flow-benefits-inner div:nth-child(2)::after {
		display: none;
	}

	.hp-flow-deco {
		display: none;
	}
}

@media (max-width: 460px) {
	.hp-flow-video-controls {
		right: 0.45rem;
		bottom: 0.45rem;
		gap: 0.08rem;
		padding: 0.22rem;
	}

	.hp-flow-video-controls button {
		min-width: 2.1rem;
		height: 2.1rem;
		padding: 0.34rem;
	}

	.hp-flow-video-controls button span {
		display: none;
	}

	.hp-flow-phase-tabs {
		grid-template-columns: 1fr;
	}

	.hp-flow-phase-tab {
		min-height: 4.25rem;
	}

	.hp-flow-detail-points li {
		font-size: 0.9rem;
	}
}

/* Bewegungsreduktion gilt auch für den automatischen Scroll zur mobilen Detailansicht. */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hp-flow-role-tab,
	.hp-flow-phase-tab,
	.hp-flow-item,
	.hp-flow-play,
	.hp-flow-media,
	.hp-flow-detail-summary {
		transition: none;
	}
}
