/*
Theme Name: Syncwerk Block
Theme URI: https://syncwerk.de/
Author: Syncwerk
Description: A focused block theme for the Syncwerk website.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: syncwerk-block
*/

:root {
	--syncwerk-blue: #0d4efa;
	--syncwerk-ink: #111827;
	--syncwerk-muted: #5f6b7a;
	--syncwerk-line: #dbe5ef;
	--syncwerk-soft: #f5f9fc;
	--syncwerk-soft-blue: #edf6fb;
	--syncwerk-radius: 8px;
	--syncwerk-shadow: 0 20px 60px rgba(17, 24, 39, 0.10);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--syncwerk-ink);
	background:
		radial-gradient(circle at 84% 8%, rgba(13, 78, 250, 0.08), transparent 22rem),
		linear-gradient(180deg, #ffffff 0%, #f8fbfd 46%, #ffffff 100%);
	font-feature-settings: "kern";
}

a {
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	overflow-x: hidden;
}

.alignwide {
	width: min(100% - 2rem, 1180px);
	margin-left: auto;
	margin-right: auto;
}

.wp-block-columns {
	display: flex;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: stretch;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-column {
	min-width: 0;
	flex: 1 1 0;
}

.wp-block-buttons {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	flex-wrap: wrap;
}

.wp-block-button__link,
.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.82rem 1.25rem;
	border-radius: var(--syncwerk-radius);
	background: var(--syncwerk-blue);
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(13, 78, 250, 0.16);
}

.syncwerk-site-header {
	border-bottom: 1px solid var(--syncwerk-line);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
	position: sticky;
	top: 0;
	z-index: 20;
}

.syncwerk-site-header > .wp-block-group,
.syncwerk-site-header .alignwide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	position: relative;
}

.syncwerk-site-header nav ul,
.syncwerk-site-header .wp-block-navigation__container,
.syncwerk-desktop-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.4vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.syncwerk-site-header .wp-block-navigation-item + .wp-block-navigation-item {
	margin-left: clamp(1rem, 2.4vw, 2rem);
}

.syncwerk-site-header li + li,
.syncwerk-site-header .wp-block-navigation-link + .wp-block-navigation-link {
	margin-left: 2rem;
}

.syncwerk-site-header a {
	color: var(--syncwerk-ink);
	text-decoration: none;
}

.syncwerk-site-header .wp-block-navigation-item__label,
.syncwerk-desktop-nav a,
.syncwerk-mobile-menu-panel a {
	font-size: 0.98rem;
	font-weight: 800;
}

.syncwerk-site-header .wp-block-navigation__container {
	gap: clamp(1.25rem, 3vw, 3rem);
}

.syncwerk-brand {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}

.syncwerk-brand img {
	display: block;
	width: clamp(9.5rem, 14vw, 12.25rem);
	height: auto;
}

.syncwerk-mobile-menu {
	display: none;
	margin-left: auto;
}

.syncwerk-mobile-menu summary {
	display: grid;
	place-items: center;
	gap: 0.34rem;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	list-style: none;
	color: var(--syncwerk-ink);
}

.syncwerk-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.syncwerk-mobile-menu summary span {
	display: block;
	width: 1.25rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.syncwerk-mobile-menu[open] summary {
	border-color: var(--syncwerk-line);
	background: var(--syncwerk-soft);
}

.syncwerk-mobile-menu-panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 0;
	right: 0;
	display: grid;
	gap: 0.25rem;
	padding: 0.65rem;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--syncwerk-shadow);
	z-index: 40;
}

.syncwerk-mobile-menu-panel a {
	display: block;
	padding: 0.9rem 1rem;
	border-radius: 8px;
	color: var(--syncwerk-ink);
}

.syncwerk-mobile-menu-panel a:hover,
.syncwerk-mobile-menu-panel a:focus {
	background: var(--syncwerk-soft);
	color: var(--syncwerk-blue);
}

.syncwerk-hero {
	border-bottom: 1px solid var(--syncwerk-line);
	background:
		linear-gradient(135deg, #ffffff 0%, #ffffff 54%, #f3f8fc 100%);
}

.syncwerk-hero-copy {
	max-width: 46rem;
}

.syncwerk-hero h1 {
	font-size: 3.15rem;
	font-size: clamp(2.55rem, 4.8vw, 4.35rem);
	max-width: 20ch;
	margin-top: 0.5rem;
	margin-bottom: 1.15rem;
}

.syncwerk-eyebrow {
	color: var(--syncwerk-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.syncwerk-lead {
	color: var(--syncwerk-muted);
	font-size: clamp(1.02rem, 1.2vw, 1.16rem);
	line-height: 1.72;
}

.syncwerk-product-visual {
	position: relative;
	min-height: clamp(24rem, 36vw, 33rem);
	display: grid;
	place-items: center;
	padding: clamp(1rem, 2.5vw, 2rem);
}

.syncwerk-product-visual::before {
	content: "";
	position: absolute;
	inset: 8% 3% 10%;
	border-radius: 36px;
	background:
		radial-gradient(circle at 26% 18%, rgba(13, 78, 250, 0.12), transparent 18rem),
		linear-gradient(135deg, rgba(245, 249, 252, 0.95), rgba(255, 255, 255, 0.3));
	border: 1px solid rgba(13, 78, 250, 0.10);
}

.syncwerk-hero-product {
	position: relative;
	z-index: 1;
	width: min(100%, 43rem);
	height: auto;
	filter: drop-shadow(0 26px 40px rgba(17, 24, 39, 0.15));
}

.syncwerk-product-badges {
	position: absolute;
	z-index: 2;
	left: 1rem;
	bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.syncwerk-product-badges span {
	border: 1px solid rgba(13, 78, 250, 0.20);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--syncwerk-blue);
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.45rem 0.7rem;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.syncwerk-release-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 38rem);
	border: 1px solid rgba(13, 78, 250, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: var(--syncwerk-shadow);
	overflow: hidden;
}

.syncwerk-release-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid var(--syncwerk-line);
	background: linear-gradient(135deg, #ffffff, #eef5ff);
	padding: 1rem 1.1rem;
}

.syncwerk-release-header strong {
	display: block;
	font-size: 1.05rem;
}

.syncwerk-release-header span {
	color: var(--syncwerk-muted);
	font-size: 0.88rem;
}

.syncwerk-release-icon {
	display: block;
	width: 3.1rem;
	height: auto;
	flex: 0 0 auto;
}

.syncwerk-release-body {
	display: grid;
	gap: 0.85rem;
	padding: 1rem 1.1rem 1.15rem;
}

.syncwerk-release-row {
	display: grid;
	grid-template-columns: 0.9fr 1.2fr;
	gap: 1rem;
	border-bottom: 1px solid #edf2f6;
	padding-bottom: 0.75rem;
}

.syncwerk-release-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.syncwerk-release-row dt {
	color: var(--syncwerk-muted);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.syncwerk-release-row dd {
	margin: 0;
	color: var(--syncwerk-ink);
	font-weight: 800;
}

.syncwerk-release-row code {
	border-radius: 6px;
	background: var(--syncwerk-soft);
	color: var(--syncwerk-blue);
	font-size: 0.88em;
	padding: 0.16rem 0.35rem;
}

.syncwerk-release-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.2rem;
}

.syncwerk-release-links a {
	border: 1px solid rgba(13, 78, 250, 0.24);
	border-radius: 999px;
	background: #ffffff;
	color: var(--syncwerk-blue);
	font-size: 0.82rem;
	font-weight: 900;
	padding: 0.45rem 0.7rem;
	text-decoration: none;
}

.syncwerk-button-secondary .wp-block-button__link {
	background: #ffffff;
	border: 1px solid var(--syncwerk-blue);
	color: var(--syncwerk-blue) !important;
	box-shadow: none;
}

.syncwerk-visual-card,
.syncwerk-card,
.syncwerk-software-panel,
.syncwerk-note,
.syncwerk-cta {
	border: 1px solid var(--syncwerk-line);
	border-radius: var(--syncwerk-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
}

.syncwerk-visual-card {
	min-height: clamp(23rem, 34vw, 30rem);
	padding: clamp(1.25rem, 3vw, 2rem);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}

.syncwerk-visual-card::before {
	content: "";
	position: absolute;
	inset: auto -8% -14% auto;
	width: 18rem;
	height: 18rem;
	border: 1px solid rgba(13, 78, 250, 0.22);
	border-radius: 50%;
}

.syncwerk-visual-card::after {
	content: "";
	position: absolute;
	right: 8%;
	top: 12%;
	width: 8rem;
	height: 8rem;
	background-image: radial-gradient(rgba(17, 24, 39, 0.14) 1.4px, transparent 1.4px);
	background-size: 16px 16px;
	opacity: 0.52;
}

.syncwerk-phone-image {
	position: absolute;
	z-index: 1;
	right: -4%;
	bottom: -18%;
	height: 112%;
	width: auto;
	opacity: 0.96;
	filter: drop-shadow(0 24px 42px rgba(17, 24, 39, 0.16));
}

.syncwerk-dashboard {
	position: relative;
	z-index: 2;
	width: 26.5rem;
	max-width: 78%;
	border: 1px solid #cddae7;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--syncwerk-shadow);
	overflow: hidden;
}

.syncwerk-dashboard-bar {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.8rem 1rem;
	border-bottom: 1px solid #e8eef5;
	background: #f8fbfd;
}

.syncwerk-dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #c7d4df;
}

.syncwerk-dashboard-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.3fr;
	gap: 1rem;
	padding: 1rem;
}

.syncwerk-status-card,
.syncwerk-evidence-card {
	border: 1px solid #e3ebf2;
	border-radius: 8px;
	background: #ffffff;
	padding: 1rem;
}

.syncwerk-status-card {
	background: linear-gradient(180deg, #0d4efa 0%, #07346a 100%);
	color: #ffffff;
	min-height: 13rem;
}

.syncwerk-status-card strong,
.syncwerk-evidence-card strong {
	display: block;
	margin-bottom: 0.75rem;
}

.syncwerk-metric {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.88rem;
}

.syncwerk-evidence-line {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.7rem;
	padding: 0.66rem 0;
	border-bottom: 1px solid #edf2f6;
	color: var(--syncwerk-muted);
	font-size: 0.88rem;
}

.syncwerk-evidence-icon {
	display: grid;
	place-items: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 6px;
	background: var(--syncwerk-soft-blue);
	color: var(--syncwerk-blue);
	font-weight: 800;
}

.syncwerk-card {
	height: 100%;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.syncwerk-card h3,
.syncwerk-value h3 {
	margin-top: 0;
	margin-bottom: 0.65rem;
	line-height: 1.18;
}

.syncwerk-card p,
.syncwerk-value p {
	margin-top: 0;
	color: var(--syncwerk-muted);
}

.syncwerk-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--syncwerk-shadow);
}

.syncwerk-card-icon,
.syncwerk-mini-icon {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: var(--syncwerk-soft-blue);
	color: var(--syncwerk-blue);
	margin-bottom: 1rem;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.syncwerk-card-icon svg,
.syncwerk-mini-icon svg {
	width: 1.45rem;
	height: 1.45rem;
	max-width: 1.45rem;
	max-height: 1.45rem;
	stroke: currentColor;
}

.syncwerk-band {
	border-top: 1px solid var(--syncwerk-line);
	border-bottom: 1px solid var(--syncwerk-line);
	background:
		linear-gradient(90deg, #ffffff 0%, #f5f9fc 100%);
}

.syncwerk-compliance-visual {
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
	padding: 1.25rem;
}

.syncwerk-band-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 15rem;
	object-fit: contain;
	margin-bottom: 1rem;
}

.syncwerk-process-list {
	display: grid;
	gap: 0.7rem;
}

.syncwerk-process-list p {
	border: 1px solid var(--syncwerk-line);
	border-radius: var(--syncwerk-radius);
	background: #ffffff;
	padding: 0.9rem 1rem;
	margin: 0;
	color: var(--syncwerk-blue);
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.syncwerk-checklist {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
}

.syncwerk-checklist span {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--syncwerk-muted);
}

.syncwerk-checklist span::before {
	content: "";
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 999px;
	background: var(--syncwerk-blue);
	box-shadow: 0 0 0 4px rgba(13, 78, 250, 0.11);
}

.syncwerk-software-panel {
	overflow: hidden;
	border-radius: 12px;
}

.syncwerk-software-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--syncwerk-line);
	background: #ffffff;
}

.syncwerk-software-toolbar span {
	display: inline-flex;
	align-items: center;
	border-radius: 7px;
	background: var(--syncwerk-blue);
	color: #ffffff;
	padding: 0.35rem 0.65rem;
	font-size: 0.78rem;
	font-weight: 800;
}

.syncwerk-software-shell {
	display: grid;
	grid-template-columns: minmax(8.5rem, 0.34fr) 1fr;
	min-height: 15rem;
}

.syncwerk-sidebar {
	background: linear-gradient(180deg, #072b42, #0d4efa);
	color: #ffffff;
	padding: 1rem;
}

.syncwerk-sidebar p {
	margin: 0.65rem 0;
	font-size: 0.82rem;
}

.syncwerk-files {
	padding: 1rem;
	background: #ffffff;
}

.syncwerk-file-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	padding: 0.58rem 0;
	border-bottom: 1px solid #edf1f5;
	color: var(--syncwerk-muted);
	font-size: 0.84rem;
}

.syncwerk-file-row strong {
	color: var(--syncwerk-ink);
	margin-right: 0.45rem;
}

.syncwerk-note {
	padding: 1.35rem 1.5rem;
	max-width: 46rem;
	margin-inline: auto;
}

.syncwerk-integration-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.syncwerk-integration-grid figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
}

.syncwerk-integration-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1.36;
	object-fit: contain;
	padding: 0.7rem;
	background: #ffffff;
}

.syncwerk-integration-grid figcaption {
	border-top: 1px solid var(--syncwerk-line);
	padding: 0.75rem 0.9rem;
	color: var(--syncwerk-ink);
	font-size: 0.9rem;
	font-weight: 900;
}

.syncwerk-values {
	border-top: 1px solid var(--syncwerk-line);
	border-bottom: 1px solid var(--syncwerk-line);
	background: #ffffff;
}

.syncwerk-value {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border-left: 1px solid var(--syncwerk-line);
}

.syncwerk-cta {
	background:
		linear-gradient(135deg, #ffffff 0%, #eef6fb 100%);
	overflow: hidden;
	position: relative;
}

.syncwerk-cta::after {
	content: "SYNC";
	position: absolute;
	right: -1rem;
	bottom: -1.2rem;
	color: rgba(13, 78, 250, 0.06);
	font-size: clamp(5rem, 14vw, 11rem);
	font-weight: 900;
	line-height: 1;
}

.syncwerk-site-footer {
	border-top: 1px solid var(--syncwerk-line);
	background: #ffffff;
}

.syncwerk-page-main {
	background:
		radial-gradient(circle at 86% 0%, rgba(13, 78, 250, 0.08), transparent 20rem),
		linear-gradient(180deg, #ffffff 0%, #f8fbfd 42%, #ffffff 100%);
}

.syncwerk-page-main .wp-block-post-title {
	width: min(100% - 2rem, 760px);
	max-width: 760px;
	margin: 0 auto 1rem;
}

.syncwerk-page-main .wp-block-post-content {
	margin-top: 0;
	width: 100%;
	max-width: none !important;
}

.syncwerk-page-main .wp-block-post-content > .wp-block-html {
	width: min(100% - 2rem, 1180px);
	max-width: min(100% - 2rem, 1180px);
	margin-left: auto;
	margin-right: auto;
}

.syncwerk-page-lead {
	width: min(100% - 2rem, 760px);
	max-width: 760px;
	color: var(--syncwerk-muted);
	font-size: clamp(1.08rem, 1.4vw, 1.24rem);
	line-height: 1.72;
}

.syncwerk-page-kicker {
	width: min(100% - 2rem, 760px);
	color: var(--syncwerk-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.syncwerk-page-hero-panel,
.syncwerk-page-panel,
.syncwerk-contact-card,
.syncwerk-legal-card {
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
}

.syncwerk-page-hero-panel {
	overflow: hidden;
	margin-top: 2rem;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.syncwerk-page-hero-panel img {
	display: block;
	width: 100%;
	height: auto;
}

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

.syncwerk-page-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.syncwerk-page-card {
	height: 100%;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	padding: clamp(1.2rem, 2vw, 1.65rem);
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.syncwerk-page-card h2,
.syncwerk-page-card h3,
.syncwerk-contact-card h2,
.syncwerk-contact-card h3 {
	margin-top: 0;
	margin-bottom: 0.65rem;
}

.syncwerk-page-card p,
.syncwerk-contact-card p {
	color: var(--syncwerk-muted);
	margin-top: 0;
}

.syncwerk-page-card ul,
.syncwerk-feature-list {
	margin: 1rem 0 0;
	padding-left: 1.1rem;
	color: var(--syncwerk-muted);
}

.syncwerk-page-card li,
.syncwerk-feature-list li {
	margin: 0.35rem 0;
}

.syncwerk-section-heading {
	width: min(100% - 2rem, 760px);
	max-width: 760px;
	margin: clamp(3rem, 6vw, 5rem) auto 1.5rem;
}

.syncwerk-section-heading h2 {
	margin-bottom: 0.75rem;
}

.syncwerk-section-heading p {
	color: var(--syncwerk-muted);
}

.syncwerk-media-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-top: clamp(2rem, 4vw, 3rem);
}

.syncwerk-media-row figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
}

.syncwerk-media-row img {
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem;
}

.syncwerk-contact-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1rem;
	margin-top: 2rem;
}

.syncwerk-contact-card {
	padding: clamp(1.25rem, 2.5vw, 1.85rem);
}

.syncwerk-contact-line {
	display: grid;
	gap: 0.25rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--syncwerk-line);
}

.syncwerk-contact-line:last-child {
	border-bottom: 0;
}

.syncwerk-contact-line strong {
	color: var(--syncwerk-ink);
}

.syncwerk-legal-card {
	max-width: 860px;
	margin-top: 1.5rem;
	padding: clamp(1.4rem, 3vw, 2.25rem);
}

.syncwerk-page-main .wp-block-post-content > .wp-block-heading,
.syncwerk-page-main .wp-block-post-content > .wp-block-paragraph,
.syncwerk-page-main .wp-block-post-content > p,
.syncwerk-page-main .wp-block-post-content > h2,
.syncwerk-page-main .wp-block-post-content > h3 {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.syncwerk-page-main .wp-block-post-content > h2,
.syncwerk-page-main .wp-block-post-content > h3 {
	margin-top: 2.2rem;
}

@media (max-width: 780px) {
	.alignwide {
		width: min(100% - 1.25rem, 1180px);
	}

	.wp-block-columns {
		display: grid;
		grid-template-columns: 1fr;
	}

	.syncwerk-site-header .wp-block-group {
		align-items: center;
	}

	.syncwerk-site-header > .wp-block-group,
	.syncwerk-site-header .alignwide {
		align-items: center;
		gap: 1rem;
	}

	.syncwerk-site-header nav ul,
	.syncwerk-site-header .wp-block-navigation__container {
		gap: 0.85rem;
		flex-wrap: wrap;
	}

	.syncwerk-desktop-nav {
		display: none;
	}

	.syncwerk-mobile-menu {
		display: block;
	}

	.syncwerk-visual-card {
		min-height: auto;
	}

	.syncwerk-product-visual {
		min-height: auto;
		padding: 1rem 0 2.8rem;
	}

	.syncwerk-product-visual::before {
		inset: 12% 0 7%;
		border-radius: 22px;
	}

	.syncwerk-product-badges {
		left: 0;
		bottom: 0;
	}

	.syncwerk-release-panel {
		width: 100%;
	}

	.syncwerk-release-header,
	.syncwerk-release-row {
		grid-template-columns: 1fr;
	}

	.syncwerk-release-row {
		display: grid;
		gap: 0.25rem;
	}

	.syncwerk-integration-grid {
		grid-template-columns: 1fr;
	}

	.syncwerk-page-grid,
	.syncwerk-page-grid.two,
	.syncwerk-media-row,
	.syncwerk-contact-grid {
		grid-template-columns: 1fr;
	}

	.syncwerk-page-main .wp-block-post-title {
		font-size: clamp(2rem, 11vw, 2.75rem);
	}

	.syncwerk-software-shell {
		grid-template-columns: 1fr;
	}

	.syncwerk-sidebar {
		display: none;
	}

	.syncwerk-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.syncwerk-float-badge {
		position: static;
		margin-top: 1rem;
	}

	.syncwerk-phone-image {
		position: relative;
		right: auto;
		bottom: auto;
		height: auto;
		width: min(58%, 16rem);
		margin-left: auto;
	}

	.syncwerk-dashboard {
		max-width: 100%;
		width: 100%;
	}
}

/* Strategic content refresh */
.syncwerk-desktop-nav {
	gap: clamp(0.85rem, 1.7vw, 1.45rem);
}

.syncwerk-desktop-nav a,
.syncwerk-footer-links a {
	white-space: nowrap;
}

.syncwerk-sovereign-hero .syncwerk-hero-copy {
	max-width: 50rem;
}

.syncwerk-sovereign-hero h1 {
	max-width: 22ch;
}

.syncwerk-sovereign-visual::before {
	inset: 5% 0 8%;
}

.syncwerk-proof-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.35rem;
}

.syncwerk-proof-strip span,
.syncwerk-status-label,
.syncwerk-chip {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(13, 78, 250, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--syncwerk-blue);
	font-size: 0.78rem;
	font-weight: 900;
	padding: 0.42rem 0.68rem;
}

.syncwerk-section-heading.tight {
	margin-top: 0;
}

.syncwerk-page-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.syncwerk-page-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.syncwerk-status-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.75rem;
}

.syncwerk-status-card-light {
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background: #ffffff;
	padding: clamp(1.2rem, 2vw, 1.65rem);
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.syncwerk-status-card-light h3 {
	margin: 1rem 0 0.65rem;
}

.syncwerk-status-card-light p {
	color: var(--syncwerk-muted);
	margin: 0;
}

.syncwerk-status-label.available {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #047857;
}

.syncwerk-status-label.roadmap {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.syncwerk-status-label.planned {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #9a3412;
}

.syncwerk-command-panel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1.75rem auto 1.2rem;
}

.syncwerk-command-panel code,
.syncwerk-inline-code {
	display: block;
	border: 1px solid #c9d7e6;
	border-radius: 8px;
	background: #0c1726;
	color: #f8fbfd;
	font-size: 0.92rem;
	padding: 0.9rem 1rem;
	overflow-wrap: anywhere;
}

.syncwerk-article-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.75rem;
}

.syncwerk-article-grid a {
	display: flex;
	min-height: 8rem;
	align-items: flex-end;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(13, 78, 250, 0.08), rgba(255, 255, 255, 0.96)),
		#ffffff;
	color: var(--syncwerk-ink);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3;
	padding: 1.15rem;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.syncwerk-article-grid a:hover,
.syncwerk-article-grid a:focus {
	border-color: rgba(13, 78, 250, 0.45);
	color: var(--syncwerk-blue);
}

.syncwerk-table {
	width: min(100% - 2rem, 1180px);
	margin: 1.5rem auto 0;
	border-collapse: collapse;
	border: 1px solid var(--syncwerk-line);
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.syncwerk-table th,
.syncwerk-table td {
	border-bottom: 1px solid var(--syncwerk-line);
	padding: 0.95rem 1rem;
	text-align: left;
	vertical-align: top;
}

.syncwerk-table th {
	background: var(--syncwerk-soft);
	color: var(--syncwerk-ink);
	font-weight: 900;
}

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

.syncwerk-callout {
	border: 1px solid rgba(13, 78, 250, 0.18);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(13, 78, 250, 0.08), rgba(255, 255, 255, 0.98)),
		#ffffff;
	padding: clamp(1.25rem, 2.5vw, 1.85rem);
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.syncwerk-callout p:last-child {
	margin-bottom: 0;
}

.syncwerk-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.75rem;
	align-items: end;
	margin-top: 1rem;
}

.syncwerk-search-form label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--syncwerk-ink);
	font-weight: 900;
}

.syncwerk-search-form input {
	width: 100%;
	min-height: 3rem;
	border: 1px solid var(--syncwerk-line);
	border-radius: var(--syncwerk-radius);
	background: #ffffff;
	color: var(--syncwerk-ink);
	font: inherit;
	padding: 0.78rem 0.95rem;
}

.syncwerk-search-form button {
	min-height: 3rem;
	border: 0;
	border-radius: var(--syncwerk-radius);
	background: var(--syncwerk-blue);
	color: #ffffff;
	font: inherit;
	font-weight: 900;
	padding: 0.78rem 1.15rem;
	cursor: pointer;
}

.syncwerk-search-page {
	margin-bottom: 2rem;
}

.syncwerk-wp-search {
	width: min(100% - 2rem, 760px);
	margin: 1.4rem auto 0;
}

.syncwerk-wp-search .wp-block-search__inside-wrapper {
	gap: 0.75rem;
}

.syncwerk-wp-search .wp-block-search__input {
	min-height: 3rem;
	border: 1px solid var(--syncwerk-line);
	border-radius: var(--syncwerk-radius);
	color: var(--syncwerk-ink);
	font: inherit;
	padding: 0.78rem 0.95rem;
}

.syncwerk-wp-search .wp-block-search__button {
	min-height: 3rem;
	border: 0;
	border-radius: var(--syncwerk-radius);
	background: var(--syncwerk-blue);
	color: #ffffff;
	font: inherit;
	font-weight: 900;
	padding: 0.78rem 1.15rem;
}

.syncwerk-search-results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.syncwerk-search-results .wp-block-post-title {
	width: auto;
	max-width: none;
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.syncwerk-search-results .wp-block-post-title a {
	color: var(--syncwerk-ink);
	text-decoration: none;
}

.syncwerk-search-results .wp-block-post-title a:hover,
.syncwerk-search-results .wp-block-post-title a:focus {
	color: var(--syncwerk-blue);
}

.syncwerk-footer-inner {
	display: grid;
	gap: 1.25rem;
}

.syncwerk-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.syncwerk-footer-top p {
	max-width: 48rem;
	margin: 0;
	color: var(--syncwerk-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.syncwerk-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--syncwerk-line);
}

.syncwerk-footer-links a {
	color: var(--syncwerk-muted);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.syncwerk-article-main .wp-block-post-content {
	width: min(100% - 2rem, 860px);
	max-width: 860px !important;
	margin-inline: auto;
}

.syncwerk-article-main .wp-block-post-content h2 {
	margin-top: 2.2rem;
}

.syncwerk-article-main .wp-block-post-content p,
.syncwerk-article-main .wp-block-post-content li {
	color: var(--syncwerk-muted);
	line-height: 1.72;
}

@media (max-width: 1040px) {
	.syncwerk-page-grid.four,
	.syncwerk-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 940px) {
	.syncwerk-desktop-nav {
		display: none;
	}

	.syncwerk-mobile-menu {
		display: block;
	}

	.syncwerk-status-grid,
	.syncwerk-command-panel {
		grid-template-columns: 1fr;
	}

	.syncwerk-footer-top {
		display: grid;
		gap: 1rem;
	}
}

@media (max-width: 780px) {
	.syncwerk-page-grid.three,
	.syncwerk-page-grid.four,
	.syncwerk-status-grid,
	.syncwerk-command-panel,
	.syncwerk-article-grid {
		grid-template-columns: 1fr;
	}

	.syncwerk-proof-strip {
		gap: 0.4rem;
	}

	.syncwerk-proof-strip span {
		font-size: 0.72rem;
	}

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

/* Final compactness pass */
.syncwerk-page-grid.four .syncwerk-page-card h3 {
	font-size: clamp(1.15rem, 1.45vw, 1.45rem);
	line-height: 1.15;
}

.syncwerk-page-grid.four .syncwerk-page-card p {
	font-size: 0.96rem;
	line-height: 1.62;
}

.syncwerk-sovereign-hero .wp-block-button__link {
	padding-left: 1.05rem;
	padding-right: 1.05rem;
}

/* Mobile readability for feature status tables */
@media (max-width: 780px) {
	.syncwerk-table {
		display: table;
		width: min(100% - 1.25rem, 1180px);
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.syncwerk-table thead {
		display: none;
	}

	.syncwerk-table tbody,
	.syncwerk-table tr,
	.syncwerk-table td {
		display: block;
		width: 100%;
	}

	.syncwerk-table tr {
		margin-bottom: 0.85rem;
		border: 1px solid var(--syncwerk-line);
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
		overflow: hidden;
	}

	.syncwerk-table td {
		border-bottom: 1px solid var(--syncwerk-line);
		padding: 0.8rem 0.95rem;
	}

	.syncwerk-table td:last-child {
		border-bottom: 0;
	}

	.syncwerk-table td::before {
		display: block;
		margin-bottom: 0.28rem;
		color: var(--syncwerk-muted);
		font-size: 0.7rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.syncwerk-table td:nth-child(1)::before {
		content: "Funktion";
	}

	.syncwerk-table td:nth-child(2)::before {
		content: "Status";
	}

	.syncwerk-table td:nth-child(3)::before {
		content: "Aussage";
	}

	.syncwerk-search-form {
		grid-template-columns: 1fr;
	}

	.syncwerk-search-form button {
		width: 100%;
	}

	.syncwerk-wp-search .wp-block-search__inside-wrapper,
	.syncwerk-search-results {
		display: grid;
		grid-template-columns: 1fr;
	}

	.syncwerk-wp-search .wp-block-search__button {
		margin-left: 0;
		width: 100%;
	}
}

/* Team-focused homepage refresh */
.syncwerk-team-hero {
	background:
		radial-gradient(circle at 82% 16%, rgba(13, 78, 250, 0.12), transparent 19rem),
		linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #eef6fb 100%);
}

.syncwerk-workspace-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 38rem);
	border: 1px solid rgba(13, 78, 250, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--syncwerk-shadow);
	overflow: hidden;
}

.syncwerk-workspace-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid var(--syncwerk-line);
	background:
		linear-gradient(135deg, rgba(13, 78, 250, 0.08), rgba(255, 255, 255, 0.94)),
		#ffffff;
	padding: 1rem 1.1rem;
}

.syncwerk-workspace-header strong,
.syncwerk-workspace-item strong {
	display: block;
}

.syncwerk-workspace-header span,
.syncwerk-workspace-item span {
	color: var(--syncwerk-muted);
	font-size: 0.88rem;
}

.syncwerk-workspace-body {
	display: grid;
	gap: 0.85rem;
	padding: 1rem 1.1rem 1.15rem;
}

.syncwerk-workspace-item {
	border: 1px solid #e3ebf2;
	border-radius: 12px;
	background: #ffffff;
	padding: 0.95rem 1rem;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.syncwerk-workspace-item.active {
	border-color: rgba(13, 78, 250, 0.28);
	background: linear-gradient(135deg, #ffffff, #eff6ff);
}

.syncwerk-capability-card .syncwerk-chip {
	margin-bottom: 1rem;
}

.syncwerk-operating-grid .syncwerk-page-card {
	background:
		linear-gradient(180deg, rgba(13, 78, 250, 0.045), rgba(255, 255, 255, 0) 42%),
		#ffffff;
}

.syncwerk-centered-buttons {
	justify-content: center;
}

.syncwerk-workflow-visual .syncwerk-process-list p {
	color: var(--syncwerk-ink);
}

@media (max-width: 980px) {
	.syncwerk-page-grid.four,
	.syncwerk-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.syncwerk-page-grid.three,
	.syncwerk-page-grid.four,
	.syncwerk-status-grid,
	.syncwerk-article-grid,
	.syncwerk-command-panel {
		grid-template-columns: 1fr;
	}

	.syncwerk-centered-buttons {
		justify-content: flex-start;
	}

	.syncwerk-workspace-panel {
		width: 100%;
	}
}
