﻿/**
 * Editin Landing — Figma B2B Homepage visual system.
 * Colors mapped Figma → CS1. Radii from Figma (full pills, 20px cards).
 * Компиляция: assets/css/editin.css
 */

/* --------------------------------------------------------------------------
   Fonts — Space Grotesk (локальные woff2, GDPR)
   -------------------------------------------------------------------------- */
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-ext-400.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-400.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: 'Space Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-ext-500.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-500.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: 'Space Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-ext-600.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-600.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: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-ext-700.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-700.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;
}

/* --------------------------------------------------------------------------
   Tokens (Figma B2B → CS1 colors, Figma radii)
   -------------------------------------------------------------------------- */
.ed {
	--ed-font: 'Space Grotesk', system-ui, sans-serif;
	--ed-primary: #1a97fa;
	--ed-primary-md: #5bb5fc;
	--ed-primary-lt: #e8f5ff;
	--ed-primary-dk: #0d6fb8;
	--ed-primary-xdk: #074a7a;
	--ed-secondary: #3ebf9d;
	--ed-secondary-md: #62dcbc;
	--ed-secondary-lt: #c8fff1;
	--ed-secondary-dk: #1f9475;
	--ed-accent: #ffbf6e;
	--ed-text: #1a2129;
	--ed-text-2: #434d56;
	--ed-text-3: #5e6b74;
	--ed-gray-10: #f6f6f6;
	--ed-gray-20: #d9dee2;
	--ed-gray-30: #bfc6cc;
	--ed-white: #fff;
	--ed-border: #ddeffe;
	--ed-border-soft: rgba(151, 154, 161, 0.24);
	--ed-radius-card: 4px;
	--ed-radius-media: 4px;
	--ed-radius-media-lg: 5px;
	--ed-radius-control: 4px;
	--ed-radius-pill: 4px;
	--ed-radius-badge: 4px;
	--ed-shadow-sm: 0 8px 24px rgba(26, 151, 250, 0.08);
	--ed-shadow-md: 0 12px 32px rgba(26, 151, 250, 0.12);
	--ed-shadow-lg: 14px 17px 55px rgba(26, 151, 250, 0.19);
	--ed-shadow-quote: 0 20px 50px rgba(26, 151, 250, 0.22);
	--ed-cta-grad: linear-gradient(135deg, #e8f5ff 0%, #c8fff1 100%);
	--ed-price-grad: linear-gradient(180deg, #5bb5fc 0%, #1a97fa 100%);
	--ed-max: 1360px;
	--ed-nav-h: 64px;
	--ed-nav-offset: 88px;

	box-sizing: border-box;
	font-family: var(--ed-font);
	color: var(--ed-text);
	background: var(--ed-white);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

.ed *,
.ed *::before,
.ed *::after {
	box-sizing: border-box;
}

.ed img,
.ed svg {
	display: block;
	max-width: 100%;
}

.ed a {
	color: inherit;
	text-decoration: none;
}

.ed-wrap {
	width: min(100% - 32px, var(--ed-max));
	margin-inline: auto;
}

@media (min-width: 768px) {
	.ed-wrap {
		width: min(100% - 64px, var(--ed-max));
	}
}

body.page-template-page-editin,
body.page-template-page-editin-php,
body.page-template-page-legal,
body.page-template-page-legal-php,
body.page-impressum,
body.page-datenschutz,
body.page-agbs,
body.page-cookie-richtlinie,
body.error404 {
	margin: 0;
	background: #fff;
}

/* --------------------------------------------------------------------------
   Legal / text pages (Impressum, Datenschutz)
   -------------------------------------------------------------------------- */
.ed-legal {
	padding: 24px 0 72px;
}

.ed-legal__inner {
	max-width: var(--ed-max);
}

.ed-legal__header {
	margin-bottom: 28px;
}

.ed-legal__title {
	margin: 0;
	font-weight: 700;
	color: var(--ed-text);
}

.ed-legal__body {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ed-text-2);
}

.ed-legal__body > *:first-child {
	margin-top: 0;
}

.ed-legal__body > *:last-child {
	margin-bottom: 0;
}

/* Выше специфичность, чем у .ed h1/.ed h2 лендинга */
.ed .ed-legal__title,
.ed .ed-legal__body h1,
.ed .ed-legal__body h2,
.ed .ed-legal__body h3,
.ed .ed-legal__body h4,
.ed .ed-legal__body h5,
.ed .ed-legal__body h6 {
	margin: 1.75em 0 0.6em;
	color: var(--ed-text);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.ed .ed-legal__title,
.ed .ed-legal__body h1 {
	margin-top: 0;
	font-size: 50px;
	line-height: 1.15;
}

.ed .ed-legal__body h2 {
	font-size: 36px;
	line-height: 1.2;
}

.ed .ed-legal__body h3 {
	font-size: 26px;
}

.ed .ed-legal__body h4 {
	font-size: 20px;
	line-height: 1.35;
}

.ed .ed-legal__body h5 {
	font-size: 18px;
	line-height: 1.4;
}

.ed .ed-legal__body h6 {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
}

@media (max-width: 899px) {
	.ed .ed-legal__title,
	.ed .ed-legal__body h1 {
		font-size: clamp(1.75rem, 8vw, 50px);
	}

	.ed .ed-legal__body h2 {
		font-size: clamp(1.5rem, 6vw, 36px);
	}

	.ed .ed-legal__body h3 {
		font-size: clamp(1.25rem, 5vw, 26px);
	}
}

.ed-legal__body p,
.ed-legal__body ul,
.ed-legal__body ol {
	margin: 0 0 1em;
}

.ed-legal__body ul,
.ed-legal__body ol {
	padding-left: 15px;
	list-style-position: inside;
}

.ed-legal__body li + li {
	margin-top: 0.35em;
}

.ed-legal__body a {
	color: var(--ed-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ed-legal__body a:hover {
	color: var(--ed-primary-dk);
}

.ed-legal__body table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25em;
	font-size: 0.95em;
}

.ed-legal__body th,
.ed-legal__body td {
	padding: 10px 12px;
	border: 1px solid var(--ed-gray-20);
	text-align: left;
	vertical-align: top;
}

.ed-legal__body th {
	background: var(--ed-gray-10);
	font-weight: 600;
	color: var(--ed-text);
}

@media (min-width: 768px) {
	.ed-legal {
		padding: 40px 0 96px;
	}
}

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.ed-404 {
	padding: 24px 0 72px;
}

.ed-404__grid {
	display: grid;
	gap: 32px;
	align-items: start;
}

.ed-404__visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	isolation: isolate;
}

.ed-404__deco {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: visible;
}

.ed-404__blob {
	position: absolute;
	border-radius: 50%;
}

.ed-404__blob--a {
	left: -4%;
	top: 12%;
	width: 88px;
	height: 88px;
	background: var(--ed-primary-lt);
}

.ed-404__blob--b {
	right: 2%;
	top: 28%;
	width: 54px;
	height: 54px;
	background: var(--ed-secondary-lt, #c8fff1);
}

.ed-404__blob--c {
	left: 18%;
	bottom: 8%;
	width: 36px;
	height: 36px;
	background: rgba(26, 151, 250, 0.2);
}

.ed-404__blob--d {
	right: 16%;
	bottom: 18%;
	width: 22px;
	height: 22px;
	background: rgba(62, 191, 157, 0.35);
}

.ed-404__ring {
	position: absolute;
	border-radius: 50%;
	border: 3px solid var(--ed-primary-md);
	opacity: 0.5;
}

.ed-404__ring--a {
	left: 6%;
	bottom: 22%;
	width: 64px;
	height: 64px;
}

.ed-404__ring--b {
	right: -2%;
	top: 8%;
	width: 42px;
	height: 42px;
	border-color: var(--ed-secondary, #3ebf9d);
	opacity: 0.45;
}

.ed-404__chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: var(--ed-radius-control, 4px);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	box-shadow: var(--ed-shadow-sm);
}

.ed-404__chip--q {
	left: 8%;
	top: 42%;
	background: var(--ed-secondary, #3ebf9d);
}

.ed-404__chip--i {
	right: 8%;
	top: 55%;
	background: var(--ed-primary);
	border-radius: 50%;
}

.ed-404__media {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	height: 100%;
	background: transparent;
}

.ed-404__media img {
	width: auto;
	height: clamp(240px, 52vw, 340px);
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	background: transparent;
}

.ed-404__content {
	max-width: 560px;
}

.ed .ed-404__code {
	margin: 0 0 8px;
	font-size: clamp(4.5rem, 14vw, 120px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: var(--ed-text);
}

.ed .ed-404__title {
	margin: 0 0 16px;
	font-size: clamp(1.75rem, 4vw, 36px);
	line-height: 1.2;
	font-weight: 700;
	color: var(--ed-text);
}

.ed-404__lead,
.ed-404__hint {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ed-text-2);
}

.ed-404__causes-label {
	margin: 0 0 8px;
	font-size: 16px;
	color: var(--ed-text);
}

.ed-404__list {
	margin: 0 0 24px;
	padding-left: 20px;
	list-style: none;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ed-text-2);
}

.ed-404__list li {
	position: relative;
	padding-left: 0.55em;
}

.ed-404__list li::marker {
	content: "";
}

.ed-404__list li::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ed-primary);
}

.ed-404__list li + li {
	margin-top: 0.35em;
}

.ed-404__actions {
	margin: 28px 0 0;
}

@media (min-width: 900px) {
	.ed-404 {
		padding: 40px 0 96px;
		min-height: calc(100vh - 220px);
		display: flex;
		align-items: center;
	}

	.ed-404__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 48px 64px;
		align-items: center;
	}

	.ed-404__visual {
		justify-content: center;
		align-items: center;
		height: 520px;
	}

	.ed-404__media {
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	.ed-404__media img {
		height: 520px;
		width: auto;
		max-width: 100%;
		object-fit: contain;
		object-position: center center;
	}

	.ed-404__content {
		align-self: center;
	}
}

/* --------------------------------------------------------------------------
   Base type / utilities
   -------------------------------------------------------------------------- */
.ed-icon {
	width: 1.25em;
	height: 1.25em;
	fill: currentColor;
	flex-shrink: 0;
}

.ed h1,
.ed h2,
.ed h3 {
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--ed-text);
	margin: 0;
	line-height: 1.25;
}

.ed h1 {
	font-size: 50px;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.ed h2 {
	font-size: 40px;
	line-height: 1.2;
}

.ed h3 {
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 600;
}

.ed p,
.ed li,
.ed-sub,
.ed-hero__lead,
.ed-feature p,
.ed-model p,
.ed-quote__text,
.ed-paper p,
.ed-faq__a,
.ed-cta__inner p,
.ed-cta__list,
.ed-timeline__item p,
.ed-field,
.ed-check {
	font-size: 16px;
}

.ed-em,
.accent {
	color: var(--ed-primary);
}

.ed-sub {
	margin: 14px 0 0;
	color: var(--ed-text-2);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	max-width: 58ch;
}

.ed-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: var(--ed-radius-badge);
	background: var(--ed-primary-md);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ed-tag {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 10px;
	border-radius: var(--ed-radius-badge);
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
	font-size: 11px;
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   Buttons — full pills
   -------------------------------------------------------------------------- */
.ed-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 24px;
	border: 1.5px solid transparent;
	border-radius: var(--ed-radius-control);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

.ed-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
	transform: translateX(-120%);
	transition: transform 0.55s ease;
	pointer-events: none;
	z-index: -1;
}

.ed-btn:hover {
	transform: translateY(-3px);
}

.ed-btn:hover::after {
	transform: translateX(120%);
}

.ed-btn:active {
	transform: translateY(-1px);
}

.ed-btn:focus-visible {
	outline: 2px solid var(--ed-primary);
	outline-offset: 3px;
}

.ed-btn--sm {
	min-height: 40px;
	padding: 0 18px;
	font-size: 13px;
}

.ed-btn--lg {
	min-height: 56px;
	padding: 0 28px;
	font-size: 15px;
}

.ed-btn--block {
	width: 100%;
}

.ed-btn--primary {
	background: var(--ed-primary);
	color: #fff !important;
	box-shadow: var(--ed-shadow-sm);
}

.ed-btn--primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(7, 74, 122, 0.28);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
	z-index: 0;
}

.ed-btn--primary:hover {
	background: var(--ed-primary-xdk);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(26, 151, 250, 0.38);
}

.ed-btn--primary:hover::before {
	opacity: 1;
}

.ed-btn--ghost {
	background: transparent;
	border-color: rgba(26, 151, 250, 0.35);
	color: var(--ed-primary);
}

.ed-btn--ghost:hover {
	background: var(--ed-primary-xdk);
	border-color: var(--ed-primary-xdk);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(26, 151, 250, 0.38);
}

.ed-btn--soft {
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
	border-color: transparent;
	box-shadow: none;
}

.ed-btn--soft:hover {
	background: var(--ed-primary-xdk);
	border-color: var(--ed-primary-xdk);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(26, 151, 250, 0.38);
}

.ed a.ed-btn--primary,
.ed .ed-btn--primary {
	color: #fff !important;
}

.ed a.ed-btn--soft:hover,
.ed .ed-btn--soft:hover,
.ed a.ed-btn--ghost:hover,
.ed .ed-btn--ghost:hover {
	color: #fff !important;
}

.ed-btn__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	line-height: 0;
	color: inherit;
}

.ed-btn__ico .ed-icon {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
	color: inherit;
}

.ed-btn__ico .ed-icon [fill='none'] {
	fill: none;
}

.ed-btn__ico .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-btn--white {
	background: #fff;
	color: var(--ed-primary);
	box-shadow: var(--ed-shadow-sm);
}

.ed-btn--white:hover {
	background: var(--ed-primary-xdk);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(26, 151, 250, 0.38);
}

/* --------------------------------------------------------------------------
   Nav — sticky, фон как у Hero; контентная pill — белая
   -------------------------------------------------------------------------- */
.ed-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 14px 0;
	background: #fff;
	border: 0;
	pointer-events: none;
	transition: background 0.3s ease;
}

.ed-nav.is-scrolled {
	background: transparent;
}

.ed-nav__pill {
	pointer-events: auto;
	background: #fff;
	border-radius: var(--ed-radius-control);
	box-shadow: 0 10px 40px rgba(13, 111, 184, 0.12), 0 2px 8px rgba(13, 111, 184, 0.06);
}

.ed-nav.is-open .ed-nav__pill {
	border-radius: var(--ed-radius-control);
}

.ed-nav__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: var(--ed-nav-h);
	padding: 8px 12px 8px 16px;
}

.ed-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
	z-index: 1;
}

.ed-logo img {
	height: 36px;
	width: auto;
	max-width: min(160px, 48vw);
}

.ed-nav__links {
	display: none;
	align-items: center;
	gap: 28px;
	font-size: 16px;
	font-weight: 500;
	color: #6b7280;
}

.ed-nav__links a {
	position: relative;
	display: inline-block;
	transition: color 0.2s ease;
}

.ed-nav__links a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: var(--ed-primary);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.ed-nav__links a:hover,
.ed-nav__links a:focus-visible {
	color: var(--ed-primary);
}

.ed-nav__links a:hover::after,
.ed-nav__links a:focus-visible::after,
.ed-nav__links a.is-active::after,
.ed-nav__links a[aria-current="page"]::after {
	transform: scaleX(1);
}

.ed-nav__links a.is-active,
.ed-nav__links a[aria-current="page"] {
	color: var(--ed-primary);
	font-weight: 600;
}

.ed-nav__cta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	z-index: 1;
}

.ed-nav__toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 8px;
	border: 0;
	border-radius: var(--ed-radius-control);
	background: transparent;
	cursor: pointer;
}

.ed-nav__toggle span {
	display: block;
	height: 2px;
	background: var(--ed-text);
	border-radius: 2px;
}

.ed-nav__mobile {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 4px 12px 16px;
	border-top: 1px solid rgba(46, 75, 196, 0.1);
}

.ed-nav__mobile[hidden] {
	display: none !important;
}

.ed-nav__mobile a {
	padding: 12px 14px;
	font-weight: 600;
	font-size: 15px;
	color: var(--ed-text-2);
	border-radius: var(--ed-radius-control);
}

.ed-nav__mobile a:hover {
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-nav__mobile a.is-active,
.ed-nav__mobile a[aria-current="page"] {
	color: var(--ed-primary);
	font-weight: 600;
}

.ed-nav__mobile .ed-btn {
	margin-top: 8px;
	width: 100%;
}

@media (min-width: 900px) {
	.ed-nav {
		padding: 18px 0;
	}

	.ed-nav__row {
		padding: 8px 14px 8px 22px;
	}

	.ed-logo img {
		height: 40px;
		max-width: 168px;
	}

	.ed-nav__links {
		display: flex;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.ed-nav__toggle,
	.ed-nav__mobile {
		display: none !important;
	}
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.ed-hero {
	margin-top: 0;
	padding: 108px 0 130px;
	background: #fff;
}

.ed-hero__grid {
	display: grid;
	gap: 60px;
	align-items: stretch;
}

.ed-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.ed-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ed-primary);
}

.ed-eyebrow__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	line-height: 0;
}

.ed-eyebrow__icon .ed-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ed-eyebrow__text {
	line-height: 1;
}

.ed-hero__title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0;
}

.ed-hero__lead {
	color: var(--ed-text-2);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	max-width: none;
	margin: 0;
}

.ed-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 12px;
	margin: 15px 0 0;
}

.ed-hero__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
}

.ed-hero__actions .ed-btn {
	flex: 0 1 auto;
	white-space: nowrap;
	width: 100%;
}

.ed-hero__hint {
	display: block;
	margin-top: 5px;
	color: var(--ed-text-3);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.ed-hero__visual {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.ed-hero__media {
	flex: 1 1 auto;
	min-height: 240px;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.ed-hero__photo {
	position: relative;
	flex: 1 1 auto;
	min-height: 220px;
	height: 100%;
	border-radius: var(--ed-radius-media-lg);
	overflow: visible;
	background: var(--ed-gray-10);
	box-shadow: 0 18px 48px rgba(26, 33, 41, 0.16), 0 4px 14px rgba(26, 151, 250, 0.1);
}

.ed-hero__photo > img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: left center;
	display: block;
	border-radius: var(--ed-radius-media-lg);
}

.ed-hero__plaques {
	display: block;
}

.ed-hero__plaques--on {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.ed-hero__plaques--below {
	display: none;
}

.ed-hero__plaque {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	max-width: min(260px, 72%);
	min-width: 0;
	padding: 14px 16px;
	border: 0;
	border-radius: var(--ed-radius-card);
	background: #fff;
	box-shadow: 0 10px 28px rgba(26, 33, 41, 0.14), 0 2px 6px rgba(26, 33, 41, 0.06);
	pointer-events: auto;
	will-change: transform;
	animation: ed-plaque-float 5.5s ease-in-out infinite;
}

.ed-hero__plaque--1 {
	top: 6%;
	right: -10%;
	max-width: 220px;
	animation-duration: 5.2s;
	animation-delay: 0s;
}

.ed-hero__plaque--2 {
	top: 42%;
	left: 6%;
	max-width: 200px;
	animation-duration: 6s;
	animation-delay: 0.7s;
}

.ed-hero__plaque--3 {
	bottom: 22%;
	right: 4%;
	max-width: 210px;
	animation-duration: 5.6s;
	animation-delay: 1.2s;
}

.ed-hero__plaque--4 {
	bottom: -8%;
	left: 14%;
	max-width: 340px;
	animation-duration: 6.4s;
	animation-delay: 0.35s;
}

@keyframes ed-plaque-float {
	0%,
	100% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(10px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ed-hero__plaque {
		animation: none;
	}
}

.ed-hero__plaque-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-hero__plaque-icon .ed-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.ed-hero__plaque-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--ed-text-2);
}

.ed-trust {
	display: none;
}

.ed-totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 95;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(26, 151, 250, 0.25);
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary);
	color: #fff;
	cursor: pointer;
	box-shadow: var(--ed-shadow-md);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ed-totop.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.ed-totop:hover {
	background: var(--ed-primary-dk);
}

.ed-totop[hidden] {
	display: none !important;
}

.ed-hero__phone {
	display: none;
}

@media (min-width: 900px) {
	.ed-hero {
		padding: 100px 0 150px;
	}

	.ed-hero__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 72px;
		align-items: stretch;
	}

	.ed-hero__visual {
		position: relative;
		height: 100%;
	}

	.ed-hero__media {
		position: absolute;
		inset: -50px 0;
		min-height: 0;
		height: auto;
	}

	.ed-hero__photo {
		height: 100%;
		min-height: 100%;
	}

	.ed-hero__title {
		font-size: 50px;
	}
}

@media (max-width: 899px) {
	.ed-hero {
		padding: 92px 0 114px;
	}

	.ed-hero__title,
	.ed h1 {
		font-size: clamp(2rem, 8vw, 50px);
	}

	.ed h2 {
		font-size: clamp(1.6rem, 6vw, 2.5rem);
	}

	.ed-hero__actions {
		flex-wrap: wrap;
	}

	.ed-hero__actions .ed-btn {
		white-space: normal;
	}

	.ed-hero__plaque {
		max-width: min(240px, 78%);
	}

	.ed-hero__plaque--1 {
		right: -4%;
	}

	.ed-hero__plaque--4 {
		bottom: -4%;
	}

	.ed-hero__media {
		min-height: 280px;
	}

	.ed-hero__photo {
		min-height: 260px;
		aspect-ratio: 4 / 3;
	}
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.ed-section {
	padding: 80px 0;
}

.ed-section--muted {
	background: var(--ed-gray-10);
}

.ed-section__head {
	margin-bottom: 40px;
	max-width: 720px;
}

.ed-section__head--center {
	text-align: center;
	margin-inline: auto;
}

.ed-section__head--center .ed-sub {
	margin-inline: auto;
}

@media (min-width: 900px) {
	.ed-section {
		padding: 100px 0;
	}
}

/* --------------------------------------------------------------------------
   Problem — акцент full-bleed, белый блок: фото | заголовок + плашки
   -------------------------------------------------------------------------- */
.ed-section.ed-section--problem {
	background-image:
		linear-gradient(90deg, rgba(246, 246, 246, 0.55) 1px, transparent 1px),
		linear-gradient(rgba(246, 246, 246, 0.55) 1px, transparent 1px),
		linear-gradient(90deg, #6ac9ff96 0%, #bfe8ffb0 40%, #b2fbff52 100%);
	background-size: 40px 40px, 40px 40px, auto;
	padding: 98px 0;
	overflow: visible;
}

.ed-problem-shell {
	position: relative;
}

.ed-problem__corner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 84px;
	height: 84px;
	border-radius: 100% 0% 0% 100% / 0% 100% 0% 100%;
	background: #1a97fa;
	color: #fff;
	pointer-events: none;
}

.ed-problem__corner .ed-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28px;
	height: 28px;
	margin: 0;
	color: #fff;
	fill: currentColor;
}

.ed-problem__corner .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-problem__corner .ed-icon [fill='none'] {
	fill: none;
}

.ed-problem {
	position: relative;
	display: grid;
	gap: 28px;
	align-items: stretch;
	background: var(--ed-white);
	border-radius: var(--ed-radius-media-lg);
	padding: 44px;
	box-shadow: var(--ed-shadow-md);
}

.ed-problem__media {
	position: relative;
	min-height: 260px;
	overflow: visible;
	border-radius: var(--ed-radius-media);
	background: var(--ed-gray-10);
	line-height: 0;
}

.ed-problem__media > img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: left center;
	border-radius: var(--ed-radius-media);
	box-shadow: 0px 0px 20px -6px rgba(34, 60, 80, 0.17);
}

.ed-problem__cta {
	position: absolute;
	left: -14px;
	bottom: 20px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100% - 8px);
	padding: 14px 14px 14px 16px;
	background: #fff;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 12px 32px rgba(26, 33, 41, 0.18);
}

.ed-problem__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-problem__cta-icon .ed-icon {
	width: 31px;
	height: 31px;
	fill: currentColor;
	color: inherit;
}

.ed-problem__cta-icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-problem__cta-icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-problem__cta-body {
	flex: 1;
	min-width: 0;
}

.ed-problem__cta-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ed-text);
}

.ed-problem__cta-text {
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--ed-text-2);
}

.ed-problem__cta-btn {
	flex-shrink: 0;
	width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: var(--ed-radius-control);
}

.ed-problem__cta-btn .ed-icon {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ed-problem__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	min-width: 0;
}

.ed-problem__title {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--ed-text);
}

.ed-problem__plates {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ed-problem__plate {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	padding: 16px 18px;
	border: 0;
	border-radius: var(--ed-radius-card);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	box-shadow: 0 6px 20px rgba(26, 33, 41, 0.08), 0 2px 6px rgba(26, 33, 41, 0.04);
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.ed-problem__plate:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(26, 33, 41, 0.12), 0 4px 10px rgba(26, 33, 41, 0.06);
}

.ed-problem__plate-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	border-radius: var(--ed-radius-control);
	background: rgba(201, 74, 74, 0.12);
	color: #c94a4a;
	line-height: 0;
}

.ed-problem__plate-icon .ed-icon {
	display: block;
	width: 26px;
	height: 26px;
}

.ed-problem__plate-text {
	flex: 1;
	min-width: 0;
}

.ed-problem__plate-text p {
	margin: 0;
}

.ed-problem__plate--issue {
	background: #fff8f7;
	color: var(--ed-text-2);
}

.ed-problem__plate--issue .ed-problem__plate-icon {
	color: #c94a4a;
}

.ed-problem__plate--issue .ed-icon {
	fill: currentColor;
	color: inherit;
}

.ed-problem__plate--issue .ed-icon [fill='none'] {
	fill: none;
}

.ed-problem__plate--issue .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-problem__solution {
	margin: 4px 0 0;
	padding: 4px 2px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--ed-text-2);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.ed-problem__solution p {
	margin: 0;
}

.ed-problem__solution strong {
	font-weight: 700;
	color: var(--ed-text);
}

@media (min-width: 900px) {
	.ed-section.ed-section--problem {
		padding: 122px 0;
	}

	.ed-problem {
		grid-template-columns: 1fr 1fr;
		gap: 72px;
		padding: 52px;
	}

	.ed-problem__media {
		min-height: 0;
		height: 100%;
		align-self: stretch;
	}

	.ed-problem__media > img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.ed-problem__title {
		font-size: 40px;
	}
}

/* Legacy bullets/callout (не используются на 2-м экране) */
.ed-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ed-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	color: var(--ed-text-2);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	background: #fff;
	border: 1.5px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
}

.ed-bullets li::before {
	display: none;
}

.ed-bullets__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-bullets__icon .ed-icon {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.ed-bullets__text {
	flex: 1;
	min-width: 0;
	padding-top: 8px;
}

.ed-callout {
	margin: 0;
	padding: 18px 20px 18px 22px;
	border-left: 3px solid var(--ed-primary);
	background: var(--ed-primary-lt);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
	color: var(--ed-primary-xdk);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.ed-callout strong {
	color: var(--ed-primary-dk);
	font-weight: 700;
}

.ed-cta__list {
	margin: 16px 0;
	padding-left: 1.25em;
	color: var(--ed-text-2);
	font-size: 16px;
	line-height: 1.6;
}

.ed-cta__list li + li {
	margin-top: 8px;
}

.ed-bars {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ed-bar {
	display: grid;
	gap: 8px;
}

.ed-bar__label {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
	color: var(--ed-text-2);
}

.ed-bar__track {
	height: 10px;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	overflow: hidden;
}

.ed-bar__fill {
	display: block;
	height: 100%;
	border-radius: var(--ed-radius-control);
	background: linear-gradient(90deg, var(--ed-primary-md), var(--ed-primary));
	transition: width 0.8s ease;
}

.ed-bar__fill--accent {
	background: linear-gradient(90deg, var(--ed-accent), #f5ac71);
}

.ed-bar__fill--soft {
	background: linear-gradient(90deg, var(--ed-secondary-md), var(--ed-secondary));
}

/* --------------------------------------------------------------------------
   Features
   -------------------------------------------------------------------------- */
.ed-features {
	display: grid;
	gap: 20px;
	position: relative;
}

.ed-feature {
	background: #fff;
	border: 1.5px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	padding: 28px 24px;
	box-shadow: var(--ed-shadow-sm);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ed-feature:hover {
	transform: translateY(-3px);
	box-shadow: var(--ed-shadow-md);
}

.ed-feature__icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
	margin-bottom: 18px;
}

.ed-feature__icon .ed-icon {
	width: 26px;
	height: 26px;
}

.ed-feature h3 {
	margin-bottom: 8px;
}

.ed-feature p {
	margin: 0;
	color: var(--ed-text-2);
	font-size: 0.95rem;
}

.ed-features__arrow {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--ed-accent);
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(255, 191, 110, 0.4);
}

@media (min-width: 900px) {
	.ed-features {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
		padding-right: 72px;
	}

	.ed-features__arrow {
		display: flex;
		position: absolute;
		top: 50%;
		right: 0;
		width: 72px;
		height: 72px;
		transform: translateY(-50%);
		z-index: 2;
		font-size: 1.5rem;
	}
}

/* --------------------------------------------------------------------------
   Models — стили в блоке #datenschutz ниже
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   CTA / Timeline — актуальные стили в блоках 05–06 ниже
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   Quotes
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   Testimonials / Quotes
   -------------------------------------------------------------------------- */
.ed-quotes {
	display: grid;
	gap: 28px 20px;
	margin-top: 48px;
	padding-top: 40px;
}

.ed-quote {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 56px 28px 32px;
	background: #fff;
	border: 2px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
}

.ed-quote--featured {
	background: var(--ed-primary-md);
	border-color: transparent;
	color: #fff;
	box-shadow: var(--ed-shadow-quote);
	order: -1;
}

.ed-quote--featured .ed-quote__name,
.ed-quote--featured .ed-quote__role,
.ed-quote--featured .ed-quote__text,
.ed-quote--featured .ed-quote__mark {
	color: #fff;
}

.ed-quote__avatar {
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: var(--ed-shadow-md);
	background: var(--ed-primary-lt);
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--ed-primary);
}

.ed-quote--featured .ed-quote__avatar {
	border-color: #fff;
	background: var(--ed-primary);
	color: #fff;
}

.ed-quote__name {
	margin: 0;
	font-weight: 700;
	font-size: 1.05rem;
	text-align: center;
}

.ed-quote__role {
	margin: 0;
	font-size: 13px;
	color: var(--ed-text-3);
	text-align: center;
}

.ed-quote__text {
	margin: 8px 0 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--ed-text-2);
	text-align: center;
}

.ed-quote__mark {
	margin: 8px auto 0;
	color: var(--ed-primary-md);
	opacity: 0.5;
}

.ed-quote__mark .ed-icon {
	width: 28px;
	height: 28px;
}

@media (min-width: 900px) {
	.ed-quotes {
		grid-template-columns: repeat(3, 1fr);
		align-items: stretch;
		gap: 24px;
		padding-top: 48px;
	}

	.ed-quote--featured {
		order: 0;
		transform: scale(1.04);
		z-index: 1;
	}
}

/* --------------------------------------------------------------------------
   Whitepapers
   -------------------------------------------------------------------------- */
.ed-papers {
	display: grid;
	gap: 20px;
}

.ed-paper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 28px 24px;
	background: #fff;
	border: 1.5px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
}

.ed-paper h3 {
	margin: 0;
}

.ed-paper p {
	margin: 0;
	color: var(--ed-text-2);
	font-size: 0.95rem;
	flex: 1;
}

@media (min-width: 900px) {
	.ed-papers {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */
.ed-pricing {
	display: grid;
	gap: 20px;
	margin-top: 8px;
	align-items: stretch;
}

.ed-price {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 32px 28px;
	background: #fff;
	border: 1.5px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
}

.ed-price--featured {
	background: var(--ed-price-grad);
	border-color: transparent;
	color: #fff;
	box-shadow: var(--ed-shadow-lg);
}

.ed-price--featured .ed-price__amount,
.ed-price--featured .ed-price__period,
.ed-price--featured h3,
.ed-price--featured .ed-price__desc,
.ed-price--featured li {
	color: #fff;
}

.ed-price__badge {
	align-self: flex-start;
	padding: 6px 14px;
	border-radius: var(--ed-radius-badge);
	background: rgba(255, 255, 255, 0.22);
	font-size: 12px;
	font-weight: 600;
}

.ed-price__amount {
	margin: 8px 0 0;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: var(--ed-text);
}

.ed-price__period {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	color: var(--ed-text-3);
}

.ed-price ul {
	list-style: none;
	margin: 12px 0 20px;
	padding: 0;
	display: grid;
	gap: 10px;
	flex: 1;
}

.ed-price li {
	font-size: 0.95rem;
	color: var(--ed-text-2);
	padding-left: 22px;
	position: relative;
}

.ed-price li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ed-secondary);
}

.ed-price--featured li::before {
	background-color: var(--ed-primary);
}

.ed-price--featured .ed-btn {
	border-radius: var(--ed-radius-control);
}

@media (min-width: 900px) {
	.ed-pricing {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		align-items: center;
	}

	.ed-price--featured {
		z-index: 1;
	}

	.ed-price--featured:hover {
		transform: translateY(-10px);
	}
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.ed-faq__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	justify-content: center;
}

.ed-faq__tab {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 10px 20px;
	border-radius: var(--ed-radius-badge);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--ed-text-2);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.ed-faq__tab:hover {
	color: var(--ed-primary);
}

.ed-faq__tab.is-active {
	background: var(--ed-primary-md);
	color: #fff;
}

.ed-faq__grid {
	display: grid;
	gap: 16px;
}

.ed-faq__item {
	background: #fff;
	border: 2px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	padding: 0;
	overflow: hidden;
}

.ed-faq__item summary,
.ed-faq__item > button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 10px 20px;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	color: var(--ed-text);
	background: transparent;
	border: 0;
	cursor: pointer;
	list-style: none;
}

.ed-faq__item summary::-webkit-details-marker {
	display: none;
}

.ed-faq__item p,
.ed-faq__item .ed-faq__a {
	margin: 0;
	padding: 0;
	color: var(--ed-text-2);
	font-size: 0.95rem;
	line-height: 1.65;
}

@media (min-width: 900px) {
	.ed-faq__list {
		width: 70%;
	}
}

/* --------------------------------------------------------------------------
   Contact / Form
   -------------------------------------------------------------------------- */
.ed-contact {
	display: grid;
	gap: 32px;
}

.ed-form {
	display: grid;
	gap: 16px;
	padding: 28px 24px;
	background: #fff;
	border: 1.5px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: var(--ed-shadow-sm);
}

.ed-field {
	display: grid;
	gap: 6px;
}

.ed-field label {
	font-size: 13px;
	font-weight: 600;
	color: var(--ed-text-2);
}

.ed-field input,
.ed-field select,
.ed-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1.5px solid var(--ed-border);
	border-radius: 12px;
	font-family: inherit;
	font-size: 16px;
	color: var(--ed-text);
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ed-field textarea {
	min-height: 120px;
	resize: vertical;
}

.ed-field input:focus,
.ed-field select:focus,
.ed-field textarea:focus {
	outline: none;
	border-color: var(--ed-primary-md);
	box-shadow: 0 0 0 3px rgba(131, 144, 250, 0.25);
}

.ed-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: var(--ed-text-2);
	line-height: 1.45;
}

.ed-check input {
	margin-top: 3px;
	accent-color: var(--ed-primary);
}

.ed-form__more {
	font-size: 13px;
	color: var(--ed-primary);
	font-weight: 600;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

.ed-form__msg {
	margin: 0;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	background: var(--ed-primary-lt);
	color: var(--ed-primary-dk);
}

.ed-form__msg.is-ok {
	background: var(--ed-secondary-lt);
	color: var(--ed-secondary-dk);
}

.ed-form__msg[hidden] {
	display: none !important;
}

.ed-support {
	display: grid;
	gap: 12px;
	padding: 28px 24px;
	background: var(--ed-gray-10);
	border-radius: var(--ed-radius-card);
}

.ed-support a {
	color: var(--ed-primary);
	font-weight: 600;
}

@media (min-width: 900px) {
	.ed-contact {
		grid-template-columns: 1fr 1fr;
		gap: 64px;
		align-items: start;
	}
}

/* --------------------------------------------------------------------------
   Dialog
   -------------------------------------------------------------------------- */
.ed-dialog {
	border: 0;
	border-radius: var(--ed-radius-card);
	padding: 0;
	max-width: min(480px, calc(100vw - 32px));
	box-shadow: var(--ed-shadow-lg);
}

.ed-dialog::backdrop {
	background: rgba(7, 23, 77, 0.45);
}

.ed-dialog__inner {
	position: relative;
	padding: 28px 24px;
}

.ed-dialog__close {
	position: absolute;
	top: 12px;
	right: 14px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: var(--ed-text-3);
}

.ed-form__msg.is-err {
	background: #f9e9ec;
	color: #ed412d;
}

.ed-dialog[open] {
	animation: ed-fade-in 0.2s ease;
}

/* --------------------------------------------------------------------------
   Footer — light
   -------------------------------------------------------------------------- */
.ed-footer {
	padding: 64px 0 40px;
	background: #fff;
	border-top: 1px solid var(--ed-border);
	color: var(--ed-text-2);
}

.ed-footer__grid {
	display: grid;
	gap: 32px;
}

.ed-footer a {
	color: var(--ed-primary);
	font-weight: 500;
}

.ed-footer a:hover {
	text-decoration: underline;
}

.ed-footer h3,
.ed-footer__title {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ed-text);
}

.ed-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ed-footer__contacts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ed-footer__ico {
	display: inline-flex;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--ed-primary);
}

.ed-footer__ico .ed-icon {
	width: 18px;
	height: 18px;
}

.ed-footer__copy,
.ed p.ed-footer__copy,
.ed .ed-footer__copy {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--ed-border);
	font-size: 12px;
	color: var(--ed-text-3);
	text-align: center;
}

@media (min-width: 900px) {
	.ed-footer__grid {
		grid-template-columns: 2fr 1fr 1fr;
		gap: 40px;
		align-items: start;
	}
}

/* --------------------------------------------------------------------------
   Sticky mobile CTA
   -------------------------------------------------------------------------- */
.ed-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	border-top: 1px solid var(--ed-border);
	transform: translateY(110%);
	transition: transform 0.25s ease;
	box-shadow: 0 -8px 24px rgba(67, 82, 201, 0.08);
}

.ed-sticky.is-visible {
	transform: translateY(0);
}

.ed-sticky .ed-btn {
	width: 100%;
}

@media (min-width: 900px) {
	.ed-sticky {
		display: none !important;
	}
}

/* --------------------------------------------------------------------------
   Motion
   -------------------------------------------------------------------------- */
@keyframes ed-fade-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ed *,
	.ed *::before,
	.ed *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.ed-btn:hover,
	.ed-feature:hover,
	.ed-price--featured,
	.ed-quote--featured {
		transform: none;
	}

	.ed-btn::after {
		display: none;
	}

	.ed-sticky {
		transition: none;
	}
}

/* ==========================================================================
   Editin experience — sections 3–11
   ========================================================================== */
.ed-kicker {
	margin: 0 0 14px;
	color: var(--ed-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ed-section {
	position: relative;
	overflow: hidden;
	padding: 96px 0;
}

.ed-section__head {
	max-width: 820px;
	margin-bottom: 56px;
}

.ed-section__head h2 {
	text-wrap: balance;
}

.ed-section__head .ed-sub {
	max-width: 680px;
	margin-top: 20px;
}

/* 03 — process flow */
.ed-section--flow {
	background:
		radial-gradient(circle at 8% 18%, rgba(62, 191, 157, 0.12), transparent 25%),
		radial-gradient(circle at 93% 76%, rgba(26, 151, 250, 0.12), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.ed-section--flow::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(67, 82, 201, 0.16) 1px, transparent 1px);
	background-size: 24px 24px;
	mask-image: linear-gradient(90deg, #000, transparent 24%, transparent 76%, #000);
	opacity: 0.4;
}

.ed-steps {
	display: none;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.ed-features {
	position: relative;
	display: grid;
	gap: 30px;
	padding: 0;
}

.ed-feature {
	position: relative;
	min-height: 280px;
	padding: 34px 28px 30px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 18px 50px rgba(7, 23, 77, 0.08);
	isolation: isolate;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, color 0.35s ease;
}

.ed-feature::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--ed-primary);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}

.ed-feature::after {
	display: none;
}

.ed-feature > *:not(.ed-feature__neyro):not(.ed-feature__next) {
	position: relative;
	z-index: 1;
}

.ed-feature__neyro {
	position: absolute;
	top: -8%;
	right: -6%;
	z-index: 0;
	width: min(78%, 320px);
	height: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease, transform 0.45s ease;
	mix-blend-mode: soft-light;
	transform: scale(1);
}

.ed-feature__number {
	display: none;
}

.ed-feature__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border: 0;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	box-shadow: none;
	color: var(--ed-primary);
	transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.ed-feature__icon .ed-icon {
	display: block;
	width: 26px;
	height: 26px;
	fill: currentColor;
	color: inherit;
}

.ed-feature__icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-feature__icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-feature h3 {
	font-size: 22px;
	transition: color 0.35s ease;
}

.ed-feature p {
	transition: color 0.35s ease;
}

.ed-feature__next {
	display: none;
}

.ed-feature:hover {
	transform: translateY(-10px);
	box-shadow: 0 24px 56px rgba(26, 151, 250, 0.28);
	color: #fff;
}

.ed-feature:hover::before {
	transform: scaleY(1);
}

.ed-feature:hover .ed-feature__neyro {
	opacity: 0.85;
	transform: scale(1.08);
	mix-blend-mode: normal;
	filter: brightness(1.15);
}

.ed-feature:hover .ed-feature__icon {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	box-shadow: none;
}

.ed-feature:hover h3,
.ed-feature:hover p {
	color: #fff;
}

.ed-features__arrow {
	display: none;
}

.ed-flow-note {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	max-width: 900px;
	margin: 56px auto 0;
	padding: 28px 32px;
	overflow: hidden;
	text-align: left;
	color: var(--ed-text);
	background: linear-gradient(135deg, rgba(232, 245, 255, 0.98) 0%, rgba(200, 255, 241, 0.5) 100%);
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 14px 36px rgba(26, 151, 250, 0.12);
}

.ed-flow-note__neyro {
	position: absolute;
	top: -10%;
	right: -2%;
	width: min(38%, 220px);
	height: auto;
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
}

.ed-flow-note__icon {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	color: #fff;
	background: var(--ed-secondary);
	border-radius: var(--ed-radius-control);
	box-shadow: 0 8px 18px rgba(62, 191, 157, 0.35);
}

.ed-flow-note__icon .ed-icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.ed-flow-note__icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-flow-note__icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-flow-note__text {
	position: relative;
	z-index: 1;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--ed-text-2);
}

.ed-flow-note__text strong {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
	color: var(--ed-primary-xdk);
	font-size: 17px;
}

/* 04 — security */
#datenschutz {
	background:
		linear-gradient(90deg, rgba(246, 246, 246, 0.75) 1px, transparent 1px),
		linear-gradient(rgba(246, 246, 246, 0.75) 1px, transparent 1px),
		#fff;
	background-size: 40px 40px;
}

.ed-security {
	display: grid;
	gap: 44px;
	align-items: stretch;
}

.ed-security__visual {
	position: relative;
	max-width: 480px;
	width: 100%;
	margin-inline: auto;
	border-radius: var(--ed-radius-media-lg);
	overflow: hidden;
	box-shadow: var(--ed-shadow-md);
	align-self: stretch;
	min-height: 320px;
}

.ed-security__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.ed-security__content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-width: 0;
}

.ed-security__head {
	margin: 0;
	text-align: left;
}

.ed-security__head .ed-sub {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.ed-security__status {
	position: absolute;
	top: 15px;
	left: 15px;
	right: auto;
	bottom: auto;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	color: var(--ed-primary-xdk);
	font-size: 12px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: var(--ed-radius-control);
	box-shadow: var(--ed-shadow-md);
	backdrop-filter: blur(8px);
}

.ed-security__pulse {
	position: relative;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	background: var(--ed-secondary);
	border-radius: 50%;
}

.ed-security__pulse::before,
.ed-security__pulse::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--ed-secondary);
	opacity: 0.55;
	animation: ed-pulse-ring 2.2s ease-out infinite;
}

.ed-security__pulse::after {
	animation-delay: 1.1s;
}

@keyframes ed-pulse-ring {
	0% {
		transform: scale(1);
		opacity: 0.55;
	}
	100% {
		transform: scale(3.2);
		opacity: 0;
	}
}

.ed-models {
	display: grid;
	gap: 20px;
	margin: 0;
	align-content: start;
}

.ed-models__title {
	margin: 0;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--ed-text);
}

.ed-model {
	position: relative;
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 0 14px;
	align-items: start;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 12px 32px rgba(7, 23, 77, 0.06);
	transition:
		transform 0.6s cubic-bezier(0.33, 1, 0.68, 1),
		background-color 0.6s ease,
		box-shadow 0.6s ease,
		color 0.6s ease;
}

.ed-model:hover {
	transform: translateY(-4px);
	background: #1a97fa;
	border: 0;
	box-shadow: 0 18px 38px rgba(26, 151, 250, 0.28);
	color: #fff;
}

.ed-model .ed-feature__icon {
	grid-row: 1 / span 2;
	align-self: start;
	width: 80px;
	height: 80px;
	margin: 0;
	border: 0;
	background: var(--ed-primary-lt);
	box-shadow: none;
	color: var(--ed-primary);
	transition:
		background-color 0.6s ease,
		color 0.6s ease,
		box-shadow 0.6s ease;
}

.ed-model .ed-feature__icon .ed-icon {
	width: 44px;
	height: 44px;
	fill: currentColor;
	color: inherit;
	transition: color 0.6s ease, fill 0.6s ease;
}

.ed-model .ed-feature__icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-model .ed-feature__icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-model h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ed-text);
	transition: color 0.6s ease;
}

.ed-model p {
	grid-column: 2;
	margin: 0;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
	color: var(--ed-text-2);
	transition: color 0.6s ease;
}

.ed-model__index {
	position: absolute;
	right: 10px;
	bottom: 8px;
	color: var(--ed-text-3);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	transition: color 0.6s ease;
}

.ed-model:hover h4,
.ed-model:hover p,
.ed-model:hover .ed-model__index {
	color: #fff;
}

.ed-model:hover .ed-feature__icon {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.ed-model--featured {
	background: #1a97fa;
	color: #fff;
	box-shadow: 0 12px 32px rgba(26, 151, 250, 0.22);
	transition:
		transform 0.6s cubic-bezier(0.33, 1, 0.68, 1),
		background-color 0.6s ease,
		box-shadow 0.6s ease,
		color 0.6s ease;
}

.ed-model--featured .ed-model__index {
	color: rgba(255, 255, 255, 0.8);
}

.ed-model--featured .ed-badge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 2;
	margin: 0;
	padding: 8px 14px;
	border: 0;
	border-radius: 0 0 0 var(--ed-radius-control);
	background: #fff;
	color: #1a97fa;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	box-shadow: none;
	transition: background-color 0.6s ease, color 0.6s ease;
}

.ed-model--featured .ed-feature__icon {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.ed-model--featured h4,
.ed-model--featured p {
	color: #fff;
}

.ed-model--featured:hover {
	background: #fff;
	color: var(--ed-text);
}

.ed-model--featured:hover h4 {
	color: var(--ed-text);
}

.ed-model--featured:hover p,
.ed-model--featured:hover .ed-model__index {
	color: var(--ed-text-2);
}

.ed-model--featured:hover .ed-feature__icon {
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-model--featured:hover .ed-badge {
	background: #1a97fa;
	color: #fff;
}

/* 05 — discovery CTA */
.ed-cta {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
	background: var(--ed-primary-xdk);
}

.ed-cta::before,
.ed-cta::after {
	content: '';
	position: absolute;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	pointer-events: none;
}

.ed-cta::before {
	top: -340px;
	left: -90px;
	box-shadow: 0 0 0 70px rgba(26, 151, 250, 0.05), 0 0 0 140px rgba(26, 151, 250, 0.03);
}

.ed-cta::after {
	right: -280px;
	bottom: -390px;
	box-shadow: 0 0 0 70px rgba(62, 191, 157, 0.04);
}

.ed-cta__grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 36px;
	align-items: center;
}

.ed-cta__main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	color: #fff;
}

.ed-cta__main .ed-kicker {
	color: var(--ed-secondary-md);
}

.ed-cta__main h2 {
	margin: 0;
	max-width: 640px;
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

.ed-cta__main > p,
.ed-cta__result-text {
	margin: 0;
	max-width: 640px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.ed-cta__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: discovery;
}

.ed-cta__list li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 !important;
	padding: 16px 18px 16px 16px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	counter-increment: discovery;
	font-size: 15px;
	line-height: 1.5;
}

.ed-cta__list li::before {
	content: counter(discovery, decimal-leading-zero);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: var(--ed-radius-control);
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.ed-cta__actions {
	margin-top: 8px;
}

.ed-cta__actions .ed-hero__action {
	align-items: center;
	width: max-content;
	max-width: 100%;
}

.ed-cta__actions .ed-btn {
	width: auto;
}

.ed-cta__hint {
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
	width: 100%;
}

.ed-cta .ed-btn--primary {
	background: var(--ed-primary);
	box-shadow: 0 15px 35px rgba(26, 151, 250, 0.28);
}

.ed-cta__visual {
	position: relative;
	align-self: center;
	width: 100%;
	border-radius: var(--ed-radius-media-lg);
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.ed-cta__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

/* 06 — implementation roadmap */
#ablauf {
	background-image:
		linear-gradient(90deg, rgba(246, 246, 246, 0.75) 1px, transparent 1px),
		linear-gradient(rgba(246, 246, 246, 0.75) 1px, transparent 1px),
		#fff;
	background-size: 40px 40px;
}

.ed-timeline {
	position: relative;
	display: grid;
	gap: 22px;
	margin: 0;
	--ed-timeline-progress: 0;
}

.ed-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 3px;
	border-radius: 2px;
	background: var(--ed-gray-20);
}

.ed-timeline::after {
	content: '';
	position: absolute;
	top: 0;
	left: 24px;
	width: 3px;
	height: calc(var(--ed-timeline-progress) * 100%);
	border-radius: 2px;
	background: linear-gradient(180deg, var(--ed-primary), var(--ed-secondary));
	transition: height 0.15s linear;
	pointer-events: none;
	z-index: 0;
}

.ed-timeline__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 220px;
	padding: 28px 26px 28px 78px;
	background: #fff;
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 8px 24px rgba(26, 33, 41, 0.08), 0 2px 6px rgba(26, 33, 41, 0.04);
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.ed-timeline__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 36px rgba(26, 33, 41, 0.12);
}

.ed-timeline__icon {
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 10px;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	background: var(--ed-primary-lt);
	border: 0;
	border-radius: var(--ed-radius-control);
	box-shadow: 0 4px 12px rgba(26, 151, 250, 0.12);
	color: var(--ed-primary);
}

.ed-timeline__icon .ed-icon {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
	color: inherit;
}

.ed-timeline__icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-timeline__icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-timeline__item strong {
	color: var(--ed-primary);
}

.ed-timeline__item h3 {
	margin: 0;
}

.ed-timeline__item p {
	margin: 0;
	color: var(--ed-text-2);
	flex: 1;
}

/* 07 — social proof / testimonials carousel */
#stimmen {
	background:
		radial-gradient(circle at 12% 0%, rgba(131, 144, 250, 0.14), transparent 42%),
		radial-gradient(circle at 88% 100%, rgba(26, 151, 250, 0.1), transparent 40%),
		#f1f0f6;
	color: var(--ed-text);
}

#stimmen .ed-kicker {
	color: var(--ed-primary);
}

#stimmen h2 {
	color: var(--ed-text);
}

.ed-testimonials {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
}

.ed-testimonials__viewport {
	overflow: hidden;
	padding: 60px 8px 16px;
}

.ed-testimonials__track {
	display: flex;
	gap: 24px;
	will-change: transform;
}

.ed-testimonials__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: var(--ed-radius-control);
	background: #fff;
	color: var(--ed-primary);
	font-size: 28px;
	line-height: 0;
	box-shadow: 0 8px 22px rgba(26, 33, 41, 0.1);
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ed-testimonials__nav span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	transform: translateY(-1px);
}

.ed-testimonials__nav:hover {
	transform: translateY(-2px);
	background: #1790ee;
	color: #fff;
}

.ed-testimonial {
	position: relative;
	flex: 0 0 calc((100% - 24px) / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 66px 28px 28px;
	text-align: center;
	background: #fff;
	border: 0;
	border-radius: var(--ed-radius-card);
	overflow: visible;
	box-shadow: 0 8px 24px rgba(26, 33, 41, 0.08), 0 2px 6px rgba(26, 33, 41, 0.04);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.ed-testimonial:hover {
	transform: translateY(-4px);
	background: #1790ee;
	color: #fff;
	box-shadow: 0 14px 32px rgba(26, 33, 41, 0.12), 0 4px 10px rgba(26, 33, 41, 0.06);
}

.ed-testimonial__avatar {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--ed-primary-lt);
	box-shadow: 0 10px 24px rgba(26, 33, 41, 0.14);
	transform: translate(-50%, -50%);
	color: var(--ed-primary);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ed-testimonial__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ed-testimonial__initials {
	line-height: 1;
}

.ed-testimonial__text {
	margin: 0;
	color: var(--ed-text-2);
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.55;
	transition: color 0.35s ease;
}

.ed-testimonial__rule {
	display: block;
	width: 48px;
	height: 1px;
	margin: 20px auto 16px;
	background: rgba(26, 33, 41, 0.18);
	transition: background 0.35s ease;
}

.ed-testimonial__name {
	margin: 0;
	color: var(--ed-primary-dk);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
	transition: color 0.35s ease;
}

.ed-testimonial__role {
	margin: 6px 0 0;
	color: var(--ed-text-3);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	transition: color 0.35s ease;
}

.ed-testimonial:hover .ed-testimonial__text,
.ed-testimonial:hover .ed-testimonial__name,
.ed-testimonial:hover .ed-testimonial__role {
	color: #fff;
}

.ed-testimonial:hover .ed-testimonial__rule {
	background: rgba(255, 255, 255, 0.45);
}

.ed-testimonial__quote {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	color: #d5ecff;
	line-height: 0;
	pointer-events: none;
	transition: color 0.35s ease;
}

.ed-testimonial__quote .ed-icon {
	display: block;
	width: 56px;
	height: 56px;
	fill: currentColor;
	color: inherit;
}

.ed-testimonial:hover .ed-testimonial__quote {
	color: #fff;
}

.ed-dialog__lead {
	margin: 0 0 18px;
	color: var(--ed-text-2);
	font-size: 15px;
	line-height: 1.55;
}

.ed-field--nolabel label {
	display: none;
}

.ed-field--nolabel input,
.ed-field--nolabel select,
.ed-field--nolabel textarea {
	width: 100%;
}

/* legacy quote styles kept for safety */
.ed-quotes {
	display: none;
}

/* 08 — editorial library */
#whitepaper {
	background: linear-gradient(180deg, #fff, #f7faff);
}

.ed-whitepaper__intro {
	display: grid;
	gap: 30px;
	align-items: center;
	margin-bottom: 48px;
}

.ed-whitepaper__intro .ed-section__head {
	margin: 0;
}

.ed-whitepaper__visual {
	display: block;
	width: min(100%, 560px);
	height: auto;
	margin-inline: auto;
	filter: drop-shadow(0 24px 40px rgba(7, 23, 77, 0.1));
}

.ed-papers {
	display: grid;
	gap: 18px;
}

.ed-paper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 30px 26px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid var(--ed-border);
	border-radius: var(--ed-radius-card);
	box-shadow: 0 18px 45px rgba(7, 23, 77, 0.07);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.ed-paper > * {
	position: relative;
	z-index: 1;
}

.ed-paper:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 48px rgba(7, 23, 77, 0.12);
}

.ed-paper .ed-feature__icon {
	width: 65px;
	height: 65px;
	margin: 0;
}

.ed-paper .ed-feature__icon .ed-icon {
	width: 40px;
	height: 40px;
}

.ed-papers .ed-paper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 4px;
	background: var(--ed-primary);
}

.ed-papers .ed-paper--teal::before {
	background: var(--ed-secondary);
}

.ed-papers .ed-paper--cyan::before {
	background: linear-gradient(90deg, var(--ed-primary), var(--ed-secondary));
}

.ed-paper__meta {
	color: #505050;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ed-paper__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(26, 151, 250, 0.18);
}

.ed-paper__foot .ed-paper__meta {
	margin: 0;
}

.ed-paper .ed-btn {
	align-self: auto;
	margin-top: 0;
	flex-shrink: 0;
}

/* 09 — pricing stage */
#preise {
	background:
		radial-gradient(circle at 10% 5%, rgba(62, 191, 157, 0.13), transparent 25%),
		radial-gradient(circle at 90% 90%, rgba(26, 151, 250, 0.14), transparent 28%),
		#f5f8fc;
}

.ed-pricing {
	display: grid;
	gap: 22px;
	margin: 0;
	padding-top: 10px;
	align-items: center;
}

.ed-price {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 28px 26px 24px;
	overflow: hidden;
	background: #fff;
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 12px 32px rgba(7, 23, 77, 0.08);
	backdrop-filter: none;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.ed-price:hover {
	transform: translateY(-10px);
	box-shadow: 0 22px 48px rgba(7, 23, 77, 0.18);
}

.ed-price__blob {
	display: none;
}

.ed-price__head {
	position: relative;
	z-index: 1;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 0;
	padding: 10px;
	overflow: visible;
	background: var(--ed-gray-10);
	border-radius: var(--ed-radius-control);
}

.ed-price__badge {
	position: relative;
	z-index: 1;
	align-self: auto;
	max-width: none;
	padding: 0;
	color: var(--ed-text);
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	text-transform: none;
	white-space: nowrap;
}

.ed p.ed-price__amount,
.ed .ed-price__amount {
	position: relative;
	z-index: 1;
	margin: 8px 0 0;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: #1a97fa;
}

.ed-price__period {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	color: var(--ed-text-3);
}

.ed-price__desc {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ed-text-2);
	font-size: 14px;
	line-height: 1.5;
}

.ed-price ul {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 4px 0 8px;
	padding: 0;
	display: grid;
	gap: 10px;
	flex: 1;
}

.ed-price li {
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	color: var(--ed-text-2);
}

.ed-price li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	width: 18px;
	height: 18px;
	background-color: var(--ed-primary);
	-webkit-mask: url('../img/editin/MdiCheckboxMarkedCircleOutline.svg') center / contain no-repeat;
	mask: url('../img/editin/MdiCheckboxMarkedCircleOutline.svg') center / contain no-repeat;
}

.ed-price .ed-btn {
	position: relative;
	z-index: 1;
	margin-top: auto;
	width: auto;
	align-self: stretch;
}

.ed-price .ed-btn--ghost:hover {
	background: var(--ed-primary-xdk);
	border-color: var(--ed-primary-xdk);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(26, 151, 250, 0.38);
}

.ed-price__note {
	position: relative;
	z-index: 1;
	display: block;
	margin: 12px 0 0;
	padding-top: 12px;
	border-top: 1px solid #afdbfd;
	color: var(--ed-text-3) !important;
	font-size: 12px !important;
	line-height: 1.4;
	text-align: center;
}

.ed-pricing__footnote {
	display: none;
}

.ed-price--featured {
	z-index: 1;
	padding-top: 36px;
	padding-bottom: 36px;
	min-height: calc(100% + 36px);
	background: #fff;
	color: var(--ed-text);
	box-shadow: 0 18px 44px rgba(7, 23, 77, 0.12);
	transform: none;
}

.ed-price--featured:hover {
	transform: translateY(-10px);
	box-shadow: 0 24px 52px rgba(7, 23, 77, 0.2);
}

.ed-price--featured .ed-price__blob {
	display: none;
}

.ed-price--featured .ed-price__head {
	background: var(--ed-primary);
}

.ed-price--featured .ed-price__badge {
	color: #fff;
	max-width: none;
}

.ed-price--featured .ed-price__note {
	color: var(--ed-text-3) !important;
	border-top-color: #afdbfd;
}

.ed-price--featured .ed-price__amount,
.ed-price--featured .ed-price__desc,
.ed-price--featured li {
	color: var(--ed-text);
}

.ed-price--featured .ed-price__amount {
	color: #1a97fa;
	font-size: 26px;
}

.ed-price--featured .ed-btn__ico,
.ed-price--featured .ed-btn__ico .ed-icon {
	color: inherit;
	fill: currentColor;
}

.ed-price--featured .ed-price__period {
	color: var(--ed-text-3);
	opacity: 1;
}

.ed-price--featured li::before {
	background-color: var(--ed-primary);
	background-image: none;
	color: transparent;
}

.ed-price__recommendation,
.ed-price__features-label {
	display: none;
}

.ed-price--featured .ed-btn--primary {
	background: var(--ed-primary);
	color: #fff;
}

.ed-price--featured .ed-btn--primary:hover {
	background: var(--ed-primary-xdk);
	border-color: var(--ed-primary-xdk);
	color: #fff !important;
}

/* 10 — FAQ accordion */
#faq {
	position: relative;
	background:
		radial-gradient(circle at 50% 0%, rgba(26, 151, 250, 0.08), transparent 40%),
		#f3f6fa;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}

#faq::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url('../img/editin/faq-image.jpg') center / cover no-repeat;
	mix-blend-mode: overlay;
	opacity: 0.55;
	pointer-events: none;
}

#faq > .ed-wrap {
	position: relative;
	z-index: 1;
}

#faq .ed-faq__head,
#faq .ed-section__head {
	margin-bottom: 28px;
}

#faq .ed-section__head .ed-sub {
	margin-top: 12px;
}

.ed-faq {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.ed-faq__list {
	width: 70%;
	max-width: 100%;
	display: grid;
	gap: 14px;
	margin: 0;
	text-align: left;
}

.ed-faq__cta {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}

.ed-faq__item {
	background: #ffffff;
	background-color: #ffffff;
	opacity: 1;
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 10px 28px rgba(7, 23, 77, 0.06);
	overflow: hidden;
	transition: box-shadow 0.35s ease, background-color 0.35s ease;
	isolation: isolate;
}

.ed-faq__item:hover {
	background: #f2f5ff;
	background-color: #f2f5ff;
	box-shadow: 0 16px 40px rgba(7, 23, 77, 0.12);
}

.ed-faq__item.is-open {
	background: #ffffff;
	background-color: #ffffff;
	box-shadow: 0 14px 36px rgba(7, 23, 77, 0.1);
}

.ed-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 15px 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: var(--ed-text);
	background: transparent;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	list-style: none;
	transition: background-color 0.35s ease, color 0.35s ease;
}

.ed-faq__item summary::-webkit-details-marker {
	display: none;
}

.ed-faq__q {
	display: block;
	min-width: 0;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.ed-faq__num {
	display: none;
}

.ed-faq__item summary::after {
	content: '+';
	display: grid;
	flex: 0 0 32px;
	margin: 0 10px 0 auto;
	width: 32px;
	height: 32px;
	place-items: center;
	color: var(--ed-primary);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	background: var(--ed-primary-lt);
	border-radius: var(--ed-radius-control);
	transition: background-color 0.35s ease, color 0.35s ease;
}

.ed-faq__item.is-open summary {
	background: var(--ed-primary);
	color: #fff;
	border-radius: var(--ed-radius-card) var(--ed-radius-card) 0 0;
}

.ed-faq__item.is-open summary::after {
	content: '−';
	background: rgba(255, 255, 255, 0.92);
	color: var(--ed-primary);
}

.ed-faq__body {
	display: block;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #ffffff;
	background-color: #ffffff;
	transition:
		height 0.45s cubic-bezier(0.33, 1, 0.68, 1),
		opacity 0.35s ease;
}

.ed-faq__item.is-open .ed-faq__body {
	opacity: 1;
	background: #ffffff;
	background-color: #ffffff;
}

.ed-faq__body-inner {
	padding: 10px 20px;
	background: #ffffff;
	background-color: #ffffff;
}

.ed-faq__a {
	margin: 0;
	padding: 0;
	color: var(--ed-text-2);
	font-size: 15px;
	line-height: 1.65;
	text-align: left;
	background: #ffffff;
	background-color: #ffffff;
}

.ed-faq__a > *:first-child {
	margin-top: 0;
}

.ed-faq__a > *:last-child {
	margin-bottom: 0;
}

.ed-faq__a p {
	margin: 0 0 0.75em;
}

.ed-faq__a ul,
.ed-faq__a ol {
	margin: 0 0 0.75em 0;
	padding-left: 15px;
	list-style-position: inside;
}

.ed-faq__a li {
	margin: 0.25em 0;
}

.ed-faq__a strong,
.ed-faq__a b {
	font-weight: 700;
	color: var(--ed-text);
}

.ed-faq__tabs,
.ed-faq__aside,
.ed-faq__grid {
	display: none;
}

@media (max-width: 899px) {
	.ed-faq__list {
		width: 100%;
	}

	#faq {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* 11 — conversion hub */
.ed-contact-section,
#kontakt.ed-contact-section {
	position: relative;
	background: var(--ed-primary-xdk);
	color: #fff;
	overflow: hidden;
	padding-top: 96px;
	padding-bottom: 0;
}

@media (min-width: 900px) {
	.ed-contact-section,
	#kontakt.ed-contact-section {
		padding-top: 100px;
		padding-bottom: 0;
	}
}

.ed-contact-section::before,
.ed-contact-section::after {
	content: '';
	position: absolute;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	pointer-events: none;
}

.ed-contact-section::before {
	top: -340px;
	left: -90px;
	box-shadow: 0 0 0 70px rgba(26, 151, 250, 0.05), 0 0 0 140px rgba(26, 151, 250, 0.03);
}

.ed-contact-section::after {
	right: -280px;
	bottom: -200px;
	box-shadow: 0 0 0 70px rgba(62, 191, 157, 0.04);
}

.ed-contact-section .ed-wrap {
	position: relative;
	z-index: 1;
}

.ed-contact-section .ed-kicker {
	color: var(--ed-secondary-md);
}

.ed-contact-section h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	line-height: 1.2;
}

.ed-contact__intro {
	margin-bottom: 36px;
	text-align: center;
}

.ed-contact__intro .ed-kicker,
.ed-contact__intro h2,
.ed-contact__lead {
	text-align: center;
}

.ed-contact__lead {
	margin: 12px auto 0;
	max-width: 640px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.55;
}

.ed-contact {
	display: grid;
	gap: 36px;
	align-items: start;
}

.ed-contact__main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 14px;
	padding-bottom: 50px;
	align-self: start;
}

.ed-contact__card {
	margin-top: 0;
	padding: 28px 24px;
	background: #fff;
	border: 0;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	color: var(--ed-text);
}

.ed-contact__card h3 {
	margin: 0 0 18px;
	text-align: left;
	color: var(--ed-primary-xdk);
	font-size: 20px;
	font-weight: 700;
}

.ed-contact__card .ed-form {
	gap: 14px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.ed-contact__card .ed-field input,
.ed-contact__card .ed-field select,
.ed-contact__card .ed-field textarea {
	border-radius: var(--ed-radius-control);
}

.ed-form__row {
	display: grid;
	gap: 12px;
}

.ed-contact__card .ed-btn--primary {
	margin-top: 4px;
}

.ed-contact__alt {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--ed-border);
	text-align: center;
}

.ed-contact__alt h4 {
	margin: 0 0 12px;
	color: var(--ed-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.ed-contact__visual {
	position: relative;
	width: 100%;
	align-self: start;
	margin: 0;
	overflow: visible;
}

.ed-contact__visual > img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 420px;
	min-height: 0;
	margin-left: auto;
	object-fit: contain;
	object-position: bottom right;
	border-radius: 0;
	box-shadow: none;
}

.ed-contact__cta {
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100% - 8px);
	padding: 14px 14px 14px 16px;
	background: #fff;
	border-radius: var(--ed-radius-card);
	box-shadow: 0 12px 32px rgba(26, 33, 41, 0.18);
	color: var(--ed-text);
}

.ed-contact__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: var(--ed-radius-control);
	background: var(--ed-primary-lt);
	color: var(--ed-primary);
}

.ed-contact__cta-icon .ed-icon {
	width: 31px;
	height: 31px;
	fill: currentColor;
	color: inherit;
}

.ed-contact__cta-icon .ed-icon [fill='none'] {
	fill: none;
}

.ed-contact__cta-icon .ed-icon [stroke] {
	stroke: currentColor;
}

.ed-contact__cta-body {
	flex: 1;
	min-width: 0;
}

.ed-contact__cta-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ed-text);
}

.ed-contact__cta-text {
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--ed-text-2);
}

.ed-contact__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	line-height: 0;
}

.ed-contact__cta-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 0;
	color: #fff;
}

.ed-contact__cta-btn .ed-icon {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	fill: currentColor;
	color: #fff;
}

.ed-contact__cta-btn .ed-icon path {
	fill: currentColor;
}

.ed-contact-card,
.ed-support {
	display: none;
}

@media (min-width: 900px) {
	.ed-contact {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
		align-items: stretch;
		min-height: 0;
	}

	.ed-contact__main {
		align-self: auto;
		justify-content: flex-start;
		padding-bottom: 50px;
	}

	.ed-contact__visual {
		position: relative;
		max-width: none;
		align-self: stretch;
		min-height: 0;
		/* no in-flow content — row height = left column; image fills and sticks to bottom */
	}

	.ed-contact__visual > img {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		height: 100%;
		max-height: none;
		margin: 0;
		object-fit: contain;
		object-position: bottom right;
	}
}

.ed-footer__logo {
	display: inline-block;
	margin-bottom: 20px;
}

.ed-footer__logo img {
	display: block;
	width: 300px;
	height: auto;
	max-width: 100%;
}

.ed-footer__brand {
	align-self: start;
}

.ed-footer__brand .ed-sub {
	margin: 0;
}

.ed-footer__brand .ed-sub + .ed-sub {
	margin-top: 8px;
}

/* Footer */
.ed-field input,
.ed-field select,
.ed-field textarea {
	border-radius: var(--ed-radius-control);
	background: #fbfcff;
}

.ed-field input:focus,
.ed-field select:focus,
.ed-field textarea:focus {
	border-color: var(--ed-primary);
	box-shadow: 0 0 0 3px rgba(26, 151, 250, 0.13);
	background: #fff;
}

.ed-field .is-invalid,
.ed-check .is-invalid {
	border-color: #ed412d;
	box-shadow: 0 0 0 3px rgba(237, 65, 45, 0.1);
}

.ed-form__more {
	padding: 12px 14px;
	background: var(--ed-gray-10);
	border: 1px solid var(--ed-border);
	border-radius: var(--ed-radius-control);
}

.ed-form__more summary {
	cursor: pointer;
}

.ed-form__more .ed-field {
	margin-top: 14px;
}

.ed-form__msg {
	border-radius: var(--ed-radius-control);
}

.ed-footer {
	position: relative;
	padding-top: 72px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	background:
		radial-gradient(circle at 12% 15%, rgba(26, 151, 250, 0.24), transparent 27%),
		linear-gradient(145deg, var(--ed-primary-xdk), #102b68);
	border-top: 0;
}

.ed-footer::before {
	content: '';
	position: absolute;
	top: 28px;
	right: 6%;
	width: 220px;
	height: 90px;
	background-image: radial-gradient(rgba(255, 255, 255, 0.24) 1.5px, transparent 1.5px);
	background-size: 18px 18px;
}

.ed-footer a {
	color: rgba(255, 255, 255, 0.8);
}

.ed-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.ed-footer h3,
.ed-footer__title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ed-footer .ed-sub,
.ed-footer__copy {
	color: rgba(255, 255, 255, 0.58);
}

.ed-footer__ico {
	color: var(--ed-secondary-md);
}

.ed-footer__copy,
.ed p.ed-footer__copy,
.ed .ed-footer__copy {
	border-color: rgba(255, 255, 255, 0.12);
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.58);
}

@media (min-width: 900px) {
	.ed-footer__grid {
		grid-template-columns: 2fr 1fr 1fr;
		align-items: start;
	}
}

/* Progressive reveal */
.ed.is-reveal-ready [data-ed-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.ed.is-reveal-ready [data-ed-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.ed.is-reveal-ready .ed-feature[data-ed-reveal].is-revealed:hover {
	transform: translateY(-10px);
}

.ed.is-reveal-ready .ed-price[data-ed-reveal].is-revealed:hover {
	transform: translateY(-10px);
}

.ed.is-reveal-ready .ed-paper[data-ed-reveal].is-revealed:hover {
	transform: translateY(-6px);
}

.ed.is-reveal-ready .ed-timeline__item[data-ed-reveal].is-revealed:hover {
	transform: translateY(-4px);
}

@media (min-width: 900px) {
	.ed-section {
		padding: 130px 0;
	}

	.ed-steps {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 44px;
		align-items: center;
		margin: 0 0 28px;
		position: relative;
	}

	.ed-steps::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 0;
		border-top: 2px dashed var(--ed-primary-md);
		transform: translateY(-50%);
		pointer-events: none;
		z-index: 0;
	}

	.ed-steps__item {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		margin: 0;
		padding: 0 0 0 28px;
	}

	.ed-steps__num {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		min-width: 52px;
		padding: 0;
		border-radius: var(--ed-radius-control);
		background: #fff;
		border: 2px solid var(--ed-primary);
		color: var(--ed-primary);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.04em;
		box-shadow: 0 8px 20px rgba(26, 151, 250, 0.16);
	}

	.ed-features {
		grid-template-columns: repeat(4, 1fr);
		gap: 44px;
	}

	.ed-feature:nth-child(even) {
		transform: none;
	}

	.ed-feature:hover {
		transform: translateY(-10px);
	}

	.ed-feature:nth-child(even):hover {
		transform: translateY(-10px);
	}

	.ed-feature__next {
		display: block;
		position: absolute;
		top: 50%;
		right: -30px;
		z-index: 3;
		width: 20px;
		height: 14px;
		transform: translateY(-50%);
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M1 7h15M12 2l5 5-5 5' stroke='%235BB5FC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' opacity='0.7'/%3E%3C/svg%3E") center / contain no-repeat;
		pointer-events: none;
		opacity: 0.75;
	}

	.ed-security {
		grid-template-columns: 1fr 1fr;
		gap: 76px;
		align-items: stretch;
	}

	.ed-security__visual {
		max-width: none;
		width: 100%;
		margin-inline: 0;
		height: auto;
		min-height: 100%;
		max-height: none;
		align-self: stretch;
	}

	.ed-security__visual img {
		min-height: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ed-security__content {
		min-width: 0;
	}

	.ed-models {
		grid-template-columns: 1fr;
		align-content: start;
	}

	.ed-cta {
		padding: 100px 0;
	}

	.ed-cta__grid {
		grid-template-columns: 1fr 1fr;
		gap: 100px;
		align-items: center;
	}

	.ed-cta__visual {
		min-height: 0;
		align-self: center;
		height: calc(var(--ed-cta-visual-h, 420px));
	}

	.ed-timeline {
		display: block;
		position: relative;
		padding: 12px 0 28px;
	}

	.ed-timeline::before,
	.ed-timeline::after {
		top: 0;
		bottom: 0;
		left: 50%;
		width: 3px;
		transform: translateX(-50%);
	}

	.ed-timeline::after {
		bottom: auto;
		height: calc(var(--ed-timeline-progress) * 100%);
		transform: translateX(-50%);
	}

	.ed-timeline__item {
		width: calc(50% - 48px);
		min-height: 0;
		height: auto;
		margin: 0 0 28px;
		padding: 34px 34px 34px 92px;
		box-sizing: border-box;
	}

	.ed-timeline__item:nth-child(odd) {
		margin-right: auto;
	}

	.ed-timeline__item:nth-child(even) {
		margin-left: auto;
	}

	.ed-timeline__item:last-child {
		margin-bottom: 0;
	}

	.ed-timeline__icon {
		top: 34px;
		left: 22px;
		width: 48px;
		height: 48px;
	}

	.ed-timeline__icon .ed-icon {
		width: 26px;
		height: 26px;
	}

	.ed-timeline__item:nth-child(odd)::after,
	.ed-timeline__item:nth-child(even)::after {
		content: '';
		position: absolute;
		top: 56px;
		width: 48px;
		height: 0;
		border-top: 2px dashed rgba(26, 33, 41, 0.28);
		pointer-events: none;
	}

	.ed-timeline__item:nth-child(odd)::after {
		left: 100%;
	}

	.ed-timeline__item:nth-child(even)::after {
		right: 100%;
		left: auto;
	}

	.ed-testimonials {
		gap: 12px;
	}

	.ed-whitepaper__intro {
		grid-template-columns: 1fr 0.9fr;
		gap: 70px;
		margin-bottom: 60px;
	}

	.ed-papers {
		grid-template-columns: repeat(3, 1fr);
	}

	.ed-pricing {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
		align-items: center;
	}

	.ed-price--featured {
		min-height: calc(100% + 40px);
	}

	.ed-contact {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
		align-items: stretch;
	}
}

@media (max-width: 899px) {
	.ed-section {
		padding: 84px 0;
	}

	.ed-feature {
		min-height: 0;
	}

	.ed-security__visual {
		max-width: 420px;
		margin-inline: 0;
	}

	.ed-whitepaper__visual {
		max-width: 430px;
	}
}

@media (max-width: 560px) {
	.ed-section {
		padding: 70px 0;
	}

	.ed-section__head {
		margin-bottom: 38px;
	}

	.ed-feature,
	.ed-paper,
	.ed-price {
		padding: 26px 22px;
	}

	.ed-flow-note {
		align-items: flex-start;
		text-align: left;
	}

	.ed-model {
		grid-template-columns: 80px 1fr;
		padding: 20px;
	}

	.ed-model .ed-feature__icon {
		width: 80px;
		height: 80px;
	}

	.ed-model .ed-feature__icon .ed-icon {
		width: 44px;
		height: 44px;
	}

	.ed-model--featured .ed-badge {
		position: absolute;
		top: 0;
		right: 0;
		grid-column: auto;
		justify-self: auto;
		margin-top: 0;
	}

	.ed-cta {
		padding: 78px 0;
	}

	.ed-cta__list li {
		padding-right: 18px;
		padding-left: 58px;
	}

	.ed-timeline__item {
		padding-right: 20px;
		padding-left: 68px;
	}

	.ed-testimonials {
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		gap: 4px;
	}

	.ed-testimonial {
		flex: 0 0 100%;
		padding: 52px 20px 24px;
	}

	.ed-testimonial__avatar {
		width: 72px;
		height: 72px;
		font-size: 18px;
	}

	.ed-contact-card > h3,
	.ed-contact-card > .ed-sub,
	.ed-contact-card__label {
		margin-right: 22px;
		margin-left: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ed.is-reveal-ready [data-ed-reveal] {
		opacity: 1;
		transform: none;
	}
}
