/**
 * Zulieferer Oberpfalz – Global Modern Tech-B2B Design System.
 * Einheitlich für Startseite, Firmenverzeichnis, Einzelprofile & Formulare.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
	--zo-dark-bg: #050b12;
	--zo-dark-card: #0d1e30;
	--zo-dark-border: rgba(255, 255, 255, 0.12);
	--zo-stahl: #0f2537;
	--zo-stahl-light: #f8fafc;
	--zo-accent: #0274b3;
	--zo-accent-glow: #38bdf8;
	--zo-signal: #d97706;
	--zo-signal-bg: #fffbeb;
	--zo-linie: #e2e8f0;
	--zo-text-main: #0f172a;
	--zo-text-dim: #475569;
	--zo-radius-sm: 12px;
	--zo-radius-lg: 24px;
	--zo-shadow: 0 10px 30px -10px rgba(15, 37, 55, 0.08);
	--zo-shadow-hover: 0 20px 40px -15px rgba(2, 116, 179, 0.25);
	--zo-font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* -------------------------------------------------------------
   ACCESSIBILITY UTILITIES
------------------------------------------------------------- */
.screen-reader-text,
.visually-hidden {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	word-wrap: normal !important;
}

/* -------------------------------------------------------------
   GLOBAL TYPOGRAPHY OVERRIDE (Applies to ALL pages & themes)
------------------------------------------------------------- */
html, body, body *, 
.wp-site-blocks, 
.entry-content, 
.wp-block-post-content,
.zo-wrap, 
.zo-startseite, 
h1, h2, h3, h4, h5, h6, p, a, span, label, input, select, button, textarea {
	font-family: var(--zo-font) !important;
}

/* -------------------------------------------------------------
   ZO DEDICATED B2B HEADER BAR (Block Theme & Custom Templates)
------------------------------------------------------------- */
.zo-header {
	background: #050b12 !important;
	border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
	padding: 1.1rem 1.5rem !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.zo-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.zo-header__brand a {
	color: #ffffff !important;
	font-weight: 800 !important;
	font-size: 1.15rem !important;
	text-decoration: none !important;
	letter-spacing: 0.05em !important;
}

.zo-header__nav {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.zo-header__nav a {
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 0.95rem !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.zo-header__nav a:hover {
	color: var(--zo-accent-glow) !important;
}

/* -------------------------------------------------------------
   GLOBAL HEADER & NAVIGATION STYLING (Twenty Twenty-Four Fix)
------------------------------------------------------------- */
header.wp-block-template-part,
header.wp-block-template-part .wp-block-group,
header.wp-block-template-part .wp-block-group.has-base-background-color,
header.wp-block-template-part .wp-block-group.has-background,
header.wp-block-template-part .wp-block-group.alignwide,
.wp-site-blocks > header,
.wp-site-blocks > header .wp-block-group,
.wp-site-blocks > header .has-base-background-color,
.wp-site-blocks > header .has-background,
.site-header {
	background: var(--zo-dark-bg) !important;
	background-color: var(--zo-dark-bg) !important;
	border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

header.wp-block-template-part *,
header.wp-block-template-part a,
header.wp-block-template-part span,
header.wp-block-template-part p,
header.wp-block-template-part h1,
.wp-site-blocks > header *,
.wp-site-blocks > header a {
	color: #ffffff !important;
	font-family: var(--zo-font) !important;
}

.wp-block-navigation-item__content,
.wp-block-navigation-item__label,
.wp-block-navigation-item a,
.wp-block-pages-list__item__link,
.wp-block-page-list a,
.wp-block-site-title a {
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 0.95rem !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.wp-block-navigation-item a:hover,
.wp-block-pages-list__item__link:hover,
.wp-block-site-title a:hover {
	color: var(--zo-accent-glow) !important;
	text-decoration: none !important;
}

/* Hide Impressum & Datenschutz strictly in Header Navigation */
header.wp-block-template-part .wp-block-navigation-item a[href*="impressum"],
header.wp-block-template-part .wp-block-navigation-item a[href*="datenschutz"],
header .wp-block-navigation-item a[href*="impressum"],
header .wp-block-navigation-item a[href*="datenschutz"],
header .wp-block-pages-list__item a[href*="impressum"],
header .wp-block-pages-list__item a[href*="datenschutz"],
header li.page-item-392,
header li.page-item-393,
.wp-site-blocks > header a[href*="impressum"],
.wp-site-blocks > header a[href*="datenschutz"] {
	display: none !important;
}

/* -------------------------------------------------------------
   BLOCK THEME OVERRIDES (Twenty Twenty-Four Layout Fixes)
------------------------------------------------------------- */
.home .entry-title,
.home .wp-block-post-title,
.page-id-379 .entry-title,
.page-id-379 .wp-block-post-title,
.home header.entry-header,
.page-id-379 header.entry-header {
	display: none !important;
}

.entry-content,
.wp-block-post-content,
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1280px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* -------------------------------------------------------------
   BASE CONTAINER
------------------------------------------------------------- */
.zo-wrap,
.zo-startseite {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1.5rem 1.5rem 4rem;
	color: var(--zo-text-main);
	box-sizing: border-box;
}

.zo-page-header {
	margin-bottom: 2rem;
	border-bottom: 3px solid var(--zo-accent);
	padding-bottom: 1.25rem;
}

.zo-page-header h1 {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 0.5rem !important;
}

/* -------------------------------------------------------------
   HERO SECTION (Full Viewport Width Background Breakout)
------------------------------------------------------------- */
.zo-hero {
	background: linear-gradient(135deg, #050b12 0%, #0d1e30 50%, #081422 100%);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -1.5rem;
	margin-bottom: 3.5rem;
	padding: 4.5rem 0;
	color: #ffffff;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(5, 11, 18, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.zo-hero::before {
	content: '';
	position: absolute;
	top: -40%;
	right: -10%;
	width: 650px;
	height: 650px;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
	pointer-events: none;
}

.zo-hero__grid {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 3rem;
	align-items: center;
	box-sizing: border-box;
}

.zo-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(56, 189, 248, 0.15);
	border: 1px solid rgba(56, 189, 248, 0.35);
	color: #38bdf8;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.45rem 1.1rem;
	border-radius: 999px;
	margin-bottom: 1.5rem;
}

.zo-hero__title {
	font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	margin: 0 0 1.25rem !important;
	color: #ffffff !important;
	letter-spacing: -0.02em !important;
}

.zo-hero__subtitle {
	font-size: 1.15rem;
	line-height: 1.65;
	color: #cbd5e1;
	margin: 0 0 2rem;
	font-weight: 400;
}

/* Hero Visual / Photography Frame */
.zo-hero__visual {
	position: relative;
}

.zo-hero__img-frame {
	position: relative;
	border-radius: var(--zo-radius-sm);
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.zo-hero__img-frame img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.zo-hero__img-frame:hover img {
	transform: scale(1.03);
}

.zo-hero__img-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(7, 14, 23, 0.92) 100%);
	padding: 1.5rem 1.25rem 1.25rem;
	color: #ffffff;
}

.zo-hero__img-badge {
	background: var(--zo-accent);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0.25rem 0.65rem;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 0.35rem;
}

.zo-hero__img-caption p {
	margin: 0;
	font-size: 0.9rem;
	color: #cbd5e1;
	font-weight: 500;
}

/* Hero Instant Search Form — 2-row stacked layout */
.zo-hero-search {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--zo-radius-sm);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.zo-hero-search__form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.zo-hero-search__row {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.zo-hero-search__input {
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 0.9rem 1.15rem;
	border-radius: 8px;
	font-size: 0.95rem;
	flex: 1;
	min-width: 0;
	outline: none;
	transition: all 0.2s;
	font-family: var(--zo-font);
}

.zo-hero-search__select {
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding: 0.9rem 1.15rem;
	border-radius: 8px;
	font-size: 0.95rem;
	flex: 1;
	min-width: 0;
	outline: none;
	transition: all 0.2s;
	font-family: var(--zo-font);
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	padding-right: 2.5rem;
}

.zo-hero-search__select option {
	background: #0f172a;
	color: #ffffff;
}

.zo-hero-search__input:focus,
.zo-hero-search__select:focus {
	border-color: var(--zo-accent-glow);
	box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.zo-hero-search__btn {
	background: linear-gradient(135deg, #0274b3 0%, #025c8e 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.9rem 2rem;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.25s;
	box-shadow: 0 4px 15px rgba(2, 116, 179, 0.4);
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.zo-hero-search__btn:hover {
	background: linear-gradient(135deg, #38bdf8 0%, #0274b3 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(56, 189, 248, 0.5);
}

/* Quick Tag Pills */
.zo-hero-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.85rem;
}

.zo-hero-tags__label {
	color: #cbd5e1;
	font-weight: 600;
}

.zo-hero-tags__item {
	color: #f1f5f9;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.3rem 0.85rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s;
}

.zo-hero-tags__item:hover {
	background: rgba(56, 189, 248, 0.25);
	border-color: var(--zo-accent-glow);
	color: #ffffff;
	transform: translateY(-1px);
}

/* -------------------------------------------------------------
   COMPANY SINGLE PROFILE LAYOUT (.zo-profil)
------------------------------------------------------------- */
.zo-profil {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-lg);
	padding: 2.5rem;
	box-shadow: var(--zo-shadow);
	margin-bottom: 4rem;
}

.zo-profil--premium {
	border: 2px solid var(--zo-signal);
	background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}

.zo-profil__header {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--zo-linie);
}

.zo-profil__logo img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: var(--zo-radius-sm);
	border: 1px solid var(--zo-linie);
	padding: 8px;
	background: #ffffff;
}

.zo-profil__logo-placeholder {
	width: 90px;
	height: 90px;
	border-radius: var(--zo-radius-sm);
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	flex-shrink: 0;
}

.zo-profil__title {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 0.5rem !important;
}

.zo-profil__claim {
	font-size: 1.15rem;
	color: var(--zo-text-dim);
	margin: 0;
	line-height: 1.5;
}

.zo-profil__zerts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 2.5rem;
}

.zo-profil__grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 3rem;
}

.zo-profil__section {
	margin-bottom: 2.5rem;
}

.zo-profil__section h2 {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 1rem !important;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--zo-accent);
}

.zo-profil__section p {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--zo-text-main);
	margin: 0;
}

.zo-taglist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.zo-taglist a {
	display: inline-block;
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	color: var(--zo-text-main);
	padding: 0.4rem 1rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.2s;
}

.zo-taglist a:hover {
	background: var(--zo-accent);
	color: #ffffff;
	border-color: var(--zo-accent);
}

.zo-profil__aside {
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	padding: 1.75rem;
	height: fit-content;
}

.zo-profil__aside h2 {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 1.25rem !important;
}

.zo-facts {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.95rem;
}

.zo-facts li {
	color: var(--zo-text-main);
	line-height: 1.5;
}

.zo-facts strong {
	color: var(--zo-text-main);
}

.zo-facts a {
	color: var(--zo-accent);
	text-decoration: none;
	font-weight: 600;
}

.zo-facts a:hover {
	text-decoration: underline;
}

.zo-claim-box {
	background: linear-gradient(135deg, #050b12 0%, #0d1e30 100%);
	border: 1px solid rgba(56, 189, 248, 0.25);
	border-radius: var(--zo-radius-sm);
	padding: 2rem;
	color: #ffffff;
	margin-top: 2rem;
	box-shadow: 0 10px 30px rgba(5, 11, 18, 0.3);
}

.zo-claim-box h3 {
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	margin: 0 0 0.75rem !important;
}

.zo-claim-box p {
	color: #cbd5e1 !important;
	font-size: 0.95rem !important;
	line-height: 1.6 !important;
	margin: 0 0 1.5rem !important;
}

/* -------------------------------------------------------------
   STATS COUNTER BAR
------------------------------------------------------------- */
.zo-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.25rem;
	margin-bottom: 4.5rem;
}

.zo-stat-card {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	padding: 1.75rem 1.25rem;
	text-align: center;
	box-shadow: var(--zo-shadow);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.zo-stat-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--zo-shadow-hover);
	border-color: var(--zo-accent);
}

.zo-stat-card__val {
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.4rem;
	background: linear-gradient(135deg, #0f2537 0%, #0274b3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.zo-stat-card__lbl {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--zo-text-dim);
}

/* -------------------------------------------------------------
   FILTER BAR (Archive & Directories)
------------------------------------------------------------- */
.zo-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	padding: 1.25rem;
	margin-bottom: 2rem;
}

.zo-filter__field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--zo-text-dim);
	flex: 1 1 200px;
}

.zo-filter__field select,
.zo-filter__field input[type="text"] {
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--zo-linie);
	border-radius: 8px;
	background: #ffffff;
	font-family: var(--zo-font);
	font-size: 0.9rem;
	width: 100%;
	box-sizing: border-box;
}

.zo-filter__field--search {
	flex: 2 1 280px;
}

.zo-filter__submit,
.zo-button {
	background: var(--zo-accent);
	color: #ffffff;
	border: 0;
	border-radius: 8px;
	padding: 0.65rem 1.4rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	transition: all 0.2s;
}

.zo-filter__submit:hover,
.zo-button:hover {
	background: #025c8e;
	color: #ffffff;
}

/* -------------------------------------------------------------
   SECTION TITLES
------------------------------------------------------------- */
.zo-section-head {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 3rem;
}

.zo-section-head__title {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 0.6rem !important;
	letter-spacing: -0.01em !important;
}

.zo-section-head__desc {
	font-size: 1.1rem;
	color: var(--zo-text-dim);
	margin: 0;
	line-height: 1.5;
}

/* -------------------------------------------------------------
   PROCESS CATEGORIES GRID (With Media Thumbnails)
------------------------------------------------------------- */
.zo-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 1.75rem;
	margin-bottom: 4.5rem;
}

.zo-process-card {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	box-shadow: var(--zo-shadow);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
}

.zo-process-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--zo-shadow-hover);
	border-color: rgba(2, 116, 179, 0.4);
}

.zo-process-card__media {
	height: 180px;
	overflow: hidden;
	position: relative;
}

.zo-process-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.zo-process-card:hover .zo-process-card__media img {
	transform: scale(1.06);
}

.zo-process-card__content {
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}

.zo-process-card__title {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	color: var(--zo-text-main) !important;
	margin: 0 !important;
}

.zo-process-card__desc {
	font-size: 0.95rem;
	color: var(--zo-text-dim);
	line-height: 1.55;
	margin: 0;
}

.zo-process-card__link {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--zo-accent);
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.zo-process-card__link:hover {
	color: #025c8e;
}

/* -------------------------------------------------------------
   SUPPLIER CARDS GRID
------------------------------------------------------------- */
.zo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.zo-card {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	padding: 1.75rem;
	box-shadow: var(--zo-shadow);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.zo-card--premium {
	border: 2px solid var(--zo-signal);
	background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}

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

.zo-card__head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.zo-card__logo img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid var(--zo-linie);
	padding: 4px;
	background: #ffffff;
}

.zo-card__logo-placeholder {
	width: 56px;
	height: 56px;
	border-radius: 8px;
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.zo-card__title {
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	margin: 0 0 0.25rem !important;
	line-height: 1.3 !important;
}

.zo-card__title a {
	color: var(--zo-text-main);
	text-decoration: none;
}

.zo-card__title a:hover {
	color: var(--zo-accent);
}

.zo-card__kompetenz {
	font-size: 0.95rem;
	color: var(--zo-text-main);
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}

.zo-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	font-size: 0.85rem;
	color: var(--zo-text-dim);
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px dashed var(--zo-linie);
}

/* Badges & Plaketten */
.zo-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.25rem 0.65rem;
	border-radius: 4px;
}

.zo-badge--premium {
	background: linear-gradient(135deg, #b8860b 0%, #f5c518 50%, #b8860b 100%);
	color: #1a0e00;
	font-weight: 800;
	border: 1px solid #d4a017;
	box-shadow: 0 1px 4px rgba(212, 160, 23, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
	letter-spacing: 0.02em;
}

/* Premium-Card Highlight in der Archivliste */
.zo-card--premium {
	border-color: #d4a017 !important;
	box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.18), 0 8px 24px rgba(0,0,0,0.08) !important;
	position: relative;
	overflow: visible;
}

.zo-card--premium::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, #b8860b, #f5c518, #b8860b);
	border-radius: 4px 4px 0 0;
	pointer-events: none;
}

.zo-plakette {
	display: inline-block;
	background: #f8fafc;
	border: 1.5px solid var(--zo-stahl);
	color: var(--zo-stahl);
	font-weight: 700;
	font-size: 0.75rem;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
}

/* -------------------------------------------------------------
   REGIONAL REGIONS BAR
------------------------------------------------------------- */
.zo-regions-bar {
	background: var(--zo-stahl-light);
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-lg);
	padding: 3rem 2rem;
	margin-bottom: 4.5rem;
	text-align: center;
}

.zo-regions-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.zo-region-chip {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	padding: 0.7rem 1.35rem;
	border-radius: 999px;
	color: var(--zo-text-main);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.2s;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.zo-region-chip:hover {
	background: var(--zo-accent);
	color: #ffffff;
	border-color: var(--zo-accent);
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(2, 116, 179, 0.35);
}

/* -------------------------------------------------------------
   B2B ADVANTAGE WRAPPER WITH AUDIT PHOTO SHOWCASE
------------------------------------------------------------- */
.zo-advantages-wrapper {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 3rem;
	align-items: center;
	margin-bottom: 4.5rem;
}

.zo-advantages-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.zo-adv-card {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-sm);
	padding: 1.75rem;
	box-shadow: var(--zo-shadow);
}

.zo-adv-card__icon {
	font-size: 2.2rem;
	margin-bottom: 0.85rem;
}

.zo-adv-card__title {
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	color: var(--zo-text-main) !important;
	margin: 0 0 0.5rem !important;
}

.zo-adv-card__desc {
	font-size: 0.95rem;
	color: var(--zo-text-dim);
	line-height: 1.5;
	margin: 0;
}

.zo-audit-card {
	position: relative;
	border-radius: var(--zo-radius-lg);
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border: 1px solid var(--zo-linie);
}

.zo-audit-card img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	display: block;
}

.zo-audit-card__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(15, 23, 42, 0.94) 100%);
	padding: 2rem 1.5rem 1.5rem;
	color: #ffffff;
}

.zo-audit-card__overlay h3 {
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	margin: 0 0 0.4rem !important;
	color: #ffffff !important;
}

.zo-audit-card__overlay p {
	font-size: 0.95rem;
	color: #cbd5e1;
	margin: 0;
	line-height: 1.5;
}

/* -------------------------------------------------------------
   BOTTOM CTA BANNER
------------------------------------------------------------- */
.zo-bottom-cta {
	background: linear-gradient(135deg, #050b12 0%, #0d1e30 100%);
	border-radius: var(--zo-radius-lg);
	padding: 4rem 2.5rem;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 20px 50px rgba(5, 11, 18, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.zo-bottom-cta__title {
	font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
	font-weight: 800 !important;
	margin: 0 0 1rem !important;
	color: #ffffff !important;
}

.zo-bottom-cta__desc {
	font-size: 1.15rem;
	color: #cbd5e1;
	max-width: 700px;
	margin: 0 auto 2.5rem;
	line-height: 1.6;
}

.zo-bottom-cta__btns {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.zo-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.95rem 2rem;
	border-radius: var(--zo-radius-sm);
	text-decoration: none;
	transition: all 0.2s;
}

.zo-btn--primary {
	background: var(--zo-accent);
	color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(2, 116, 179, 0.4);
}

.zo-btn--primary:hover {
	background: #025c8e;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(2, 116, 179, 0.5);
}

.zo-btn--secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.zo-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

/* -------------------------------------------------------------
   HIDE DEFAULT WORDPRESS THEME FOOTER EVERYWHERE
------------------------------------------------------------- */
footer.wp-block-template-part,
footer.wp-block-footer,
.wp-block-footer,
footer:not(.zo-footer) {
	display: none !important;
}

/* -------------------------------------------------------------
   UNIFIED B2B FOOTER (Rendered on ALL pages)
------------------------------------------------------------- */
.zo-footer {
	background: #050b12 !important;
	color: #cbd5e1 !important;
	border-top: 1px solid rgba(56, 189, 248, 0.15) !important;
	padding: 4rem 1.5rem 2.5rem !important;
	margin-top: 4rem !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.zo-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.zo-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 3.5rem;
	margin-bottom: 3.5rem;
}

.zo-footer__brand-title {
	font-size: 1.2rem !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	letter-spacing: 0.05em !important;
	margin-bottom: 0.85rem !important;
}

.zo-footer__brand-desc {
	font-size: 0.95rem !important;
	color: #cbd5e1 !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

.zo-footer__heading {
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 1.2rem !important;
}

.zo-footer__address {
	font-style: normal !important;
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
	color: #cbd5e1 !important;
}

.zo-footer__address strong {
	color: #ffffff !important;
}

.zo-footer__address a {
	color: var(--zo-accent-glow) !important;
	text-decoration: none !important;
}

.zo-footer__address a:hover {
	text-decoration: underline !important;
}

.zo-footer__nav {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.65rem !important;
}

.zo-footer__nav a {
	color: #cbd5e1 !important;
	text-decoration: none !important;
	font-size: 0.95rem !important;
	transition: color 0.2s !important;
}

.zo-footer__nav a:hover {
	color: var(--zo-accent-glow) !important;
}

.zo-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	padding-top: 2rem !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 1rem !important;
	font-size: 0.88rem !important;
	color: #94a3b8 !important;
}

.zo-footer__bottom p {
	margin: 0 !important;
	color: #94a3b8 !important;
}

.zo-footer__bottom a {
	color: var(--zo-accent-glow) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.zo-footer__bottom a:hover {
	text-decoration: underline !important;
}



/* -------------------------------------------------------------
   EINTRAGEN FORM (B2B Submission UI)
------------------------------------------------------------- */
.zo-eintragen-form {
	background: #ffffff;
	border: 1px solid var(--zo-linie);
	border-radius: var(--zo-radius-md);
	padding: 2.5rem;
	box-shadow: var(--zo-shadow);
	margin-top: 2rem;
}

.zo-form-section {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f1f5f9;
}

.zo-form-section:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.zo-form-section__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--zo-text-main);
	margin: 0 0 1.25rem;
}

.zo-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

.zo-form-group {
	margin: 0 0 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.zo-form-group--full {
	grid-column: 1 / -1;
}

.zo-form-group label {
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--zo-text-main);
}

.zo-form-group input[type="text"],
.zo-form-group input[type="email"],
.zo-form-group input[type="tel"],
.zo-form-group input[type="url"],
.zo-form-group input[type="number"],
.zo-form-group select,
.zo-form-group textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1.5px solid #cbd5e1;
	border-radius: 8px;
	font-family: var(--zo-font);
	font-size: 0.95rem;
	box-sizing: border-box;
	background: #f8fafc;
	transition: all 0.2s ease;
}

.zo-form-group input:focus,
.zo-form-group select:focus,
.zo-form-group textarea:focus {
	outline: none;
	border-color: var(--zo-accent);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(2, 116, 179, 0.15);
}

.zo-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
	background: #f8fafc;
	padding: 1rem;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.zo-checkbox-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	cursor: pointer;
}

.zo-checkbox-item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--zo-accent);
}

/* =============================================================
   COMPREHENSIVE MOBILE RESPONSIVE ADJUSTMENTS
   Covers: Tablet (1024px), Mobile (768px), Small Mobile (480px)
============================================================= */

/* ---- Tablet: max-width 1024px ---- */
@media (max-width: 1024px) {
	.zo-hero__grid {
		grid-template-columns: 1fr;
	}
	.zo-advantages-wrapper {
		grid-template-columns: 1fr;
	}
	.zo-profil__grid {
		grid-template-columns: 1fr;
	}
	.zo-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
	/* Profile: sidebar becomes full-width below content */
	.zo-profil__aside {
		order: -1; /* pull contact info to top on tablet */
	}
}

/* ---- Mobile: max-width 768px ---- */
@media (max-width: 768px) {
	/* Hero section: reduce padding, fix pseudo-element overflow */
	.zo-hero {
		padding: 1.75rem 0 !important;
		overflow: hidden !important;
		position: relative;
	}
	.zo-hero::before {
		display: none !important; /* Prevent background glow overflow on mobile */
	}
	.zo-hero__grid {
		grid-template-columns: 1fr !important;
		gap: 1.5rem !important;
		width: 100% !important;
	}
	.zo-hero__badge {
		font-size: 0.72rem !important;
		padding: 0.35rem 0.75rem !important;
		max-width: 100% !important;
		white-space: normal !important;
		word-break: break-word !important;
		margin-bottom: 1rem !important;
	}
	.zo-hero__title {
		font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
		word-break: break-word !important;
		overflow-wrap: break-word !important;
	}
	.zo-hero__subtitle {
		font-size: 1rem !important;
		line-height: 1.55 !important;
	}
	/* Hide hero visual image on small mobile to keep it clean */
	.zo-hero__visual {
		display: none !important;
	}

	/* Search row: stack vertically */
	.zo-hero-search__row {
		flex-direction: column;
		align-items: stretch;
	}
	.zo-hero-search__input,
	.zo-hero-search__select {
		width: 100%;
	}

	/* Quick tags: smaller text */
	.zo-hero-tags {
		font-size: 0.78rem;
	}

	/* Filter bar: stack all fields */
	.zo-filter {
		flex-direction: column;
		gap: 0.75rem;
	}
	.zo-filter__field {
		flex: 1 1 100%;
		width: 100%;
	}
	.zo-filter__submit {
		width: 100%;
		padding: 0.8rem;
	}

	/* Stats grid: 2 columns on mobile */
	.zo-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}
	.zo-stat-card {
		padding: 1.25rem 0.75rem;
	}
	.zo-stat-card__val {
		font-size: 2rem;
	}

	/* Company cards: single column */
	.zo-company-grid {
		grid-template-columns: 1fr;
	}
	.zo-process-grid {
		grid-template-columns: 1fr;
	}
	.zo-advantages-grid {
		grid-template-columns: 1fr;
	}

	/* Company profile: fix header on mobile */
	.zo-profil {
		padding: 1.25rem;
		border-radius: 12px;
	}
	.zo-profil__header {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}
	.zo-profil__title {
		font-size: 1.6rem !important;
	}
	.zo-profil__aside {
		order: 0;
	}

	/* Bottom CTA section */
	.zo-bottom-cta {
		padding: 2.5rem 1.25rem;
	}
	.zo-bottom-cta__btns {
		flex-direction: column;
		align-items: stretch;
	}
	.zo-btn {
		width: 100%;
		justify-content: center;
		text-align: center;
		min-height: 48px; /* WCAG tap target */
	}

	/* Footer: single column */
	.zo-footer {
		padding: 2.5rem 1.25rem 2rem !important;
	}
	.zo-footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.zo-footer__bottom {
		flex-direction: column;
		text-align: center;
		gap: 0.5rem;
	}

	/* Eintragen form */
	.zo-eintragen-form {
		padding: 1.25rem;
		border-radius: 12px;
	}
	.zo-form-grid {
		grid-template-columns: 1fr;
	}
	.zo-checkbox-grid {
		grid-template-columns: 1fr;
	}

	/* Für-Firmen page: fix pricing card overflow */
	.zo-fuer-firmen-page .zo-ff-hero {
		padding: 2rem 1.25rem !important;
		border-radius: 12px !important;
	}
	.zo-fuer-firmen-page .zo-ff-hero h1 {
		font-size: clamp(1.65rem, 5.5vw, 2.5rem) !important;
	}
	/* Hero CTA buttons: full width on mobile */
	.zo-fuer-firmen-page .zo-ff-hero a.zo-btn {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	/* Regions chips: smaller on mobile */
	.zo-regions-bar {
		padding: 2rem 1rem;
	}
	.zo-region-chip {
		font-size: 0.85rem;
		padding: 0.55rem 1rem;
	}
}

/* ---- Small Mobile: max-width 480px ---- */
@media (max-width: 480px) {
	/* Base container: tighter padding */
	.zo-wrap,
	.zo-startseite {
		padding: 1rem 1rem 3rem;
	}
	.entry-content,
	.wp-block-post-content {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	/* Stats: single column on tiny screens */
	.zo-stats-grid {
		grid-template-columns: 1fr;
	}

	/* Hero badge: smaller text */
	.zo-hero__badge {
		font-size: 0.7rem;
		padding: 0.35rem 0.85rem;
	}

	/* Profil title smaller */
	.zo-profil__title {
		font-size: 1.35rem !important;
	}

	/* Section headings */
	.zo-section-head__title {
		font-size: 1.7rem !important;
	}

	/* Tag pills: smaller on tiny screens */
	.zo-hero-tags__item {
		font-size: 0.78rem;
		padding: 0.25rem 0.65rem;
	}

	/* Company card list: ensure no horizontal overflow */
	.zo-card {
		min-width: 0;
		overflow: hidden;
	}

	/* Profil: facts list font size */
	.zo-facts {
		font-size: 0.9rem;
	}

	/* Form input: 16px minimum to prevent iOS auto-zoom */
	.zo-form-group input,
	.zo-form-group select,
	.zo-form-group textarea,
	.zo-hero-search__input,
	.zo-hero-search__select,
	.zo-filter__field input,
	.zo-filter__field select {
		font-size: 16px !important; /* Prevents iOS zoom on focus */
	}

	/* Für-Firmen: pricing badge positioning fix */
	.zo-fuer-firmen-page [style*="position: absolute"][style*="top: -14px"] {
		position: static !important;
		display: inline-block;
		margin-bottom: 0.75rem;
	}
}

/* =============================================================
   SUPPRESS BLOCK THEME NATIVE HEADER (replaced by zo-header via wp_body_open)
============================================================= */
header.wp-block-template-part,
.wp-site-blocks > header,
.wp-block-template-part:has(.wp-block-navigation) {
	display: none !important;
}

/* Ensure zo-header is always full width and top z-index */
.zo-header {
	position: relative;
	z-index: 99999 !important;
	width: 100% !important;
	background: #050b12 !important;
	border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
	padding: 0.85rem 1.25rem !important;
	box-sizing: border-box !important;
}

/* =============================================================
   FIX DOPPELTE H1: Block-Theme erzeugt Page-Title H1 + Content H1
   Page 9 = /fuer-firmen/, Page 392 = Impressum, Page 393 = Datenschutz
============================================================= */
.page-id-9 .wp-block-post-title,
.page-id-392 .wp-block-post-title,
.page-id-393 .wp-block-post-title {
	display: none !important;
}

/* =============================================================
   STRICT MOBILE OVERFLOW & THEME CONTAINER FIXES
============================================================= */

:root {
	--wp--style--root--padding-left: 0px !important;
	--wp--style--root--padding-right: 0px !important;
}

html, body {
	overflow-x: hidden !important;
	max-width: 100vw !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

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

/* Reset WordPress Block-Theme constrained width & padding */
.wp-site-blocks,
.wp-site-blocks > main,
.entry-content,
.wp-block-post-content,
.wp-block-group.is-layout-constrained,
.wp-block-group.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.zo-startseite,
.zo-wrap,
.zo-fuer-firmen-page {
	width: 100% !important;
	max-width: 1280px !important;
	margin: 0 auto !important;
	box-sizing: border-box !important;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

/* Burger Toggle Button */
.zo-header__toggle {
	display: none;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	padding: 0.45rem 0.65rem;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease;
	color: #ffffff !important;
}
.zo-header__toggle:hover,
.zo-header__toggle[aria-expanded="true"] {
	background: rgba(56, 189, 248, 0.15);
	border-color: #38bdf8;
}

@media (max-width: 768px) {
	.zo-startseite,
	.zo-wrap,
	.zo-fuer-firmen-page {
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
	}
	.zo-header {
		padding: 0.75rem 0.85rem !important;
	}
	.zo-header__inner {
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		align-items: center !important;
	}
	.zo-header__brand a {
		font-size: 0.95rem !important;
	}
	.zo-header__toggle {
		display: inline-flex !important;
	}
	.zo-header__nav {
		display: none !important;
		width: 100% !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		padding-top: 0.75rem !important;
		margin-top: 0.5rem !important;
		border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	}
	.zo-header__nav.is-open {
		display: flex !important;
	}
	.zo-header__nav a {
		padding: 0.85rem 0.5rem !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
		font-size: 1rem !important;
		display: block !important;
		color: #f8fafc !important;
	}
	.zo-header__nav a:last-child {
		border-bottom: none !important;
	}

	/* Prevent grid / flex horizontal overflow on mobile */
	.zo-hero__grid,
	.zo-advantages-grid,
	.zo-process-grid,
	.zo-stats-grid,
	.zo-footer__grid,
	.zo-form-grid {
		grid-template-columns: 1fr !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
}

/* Für Firmen Landingpage Layout Overrides */
.page-id-9 .entry-content,
.page-id-9 .wp-block-post-content {
	max-width: 1050px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.zo-fuer-firmen-page {
	max-width: 1000px !important;
	margin: 0 auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.zo-advantages-2x2-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 1.5rem !important;
	width: 100% !important;
}

@media (max-width: 700px) {
	.zo-advantages-2x2-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Pricing Tiers Side-by-Side Flex Row */
.zo-pricing-flex-row {
	display: flex !important;
	flex-direction: row !important;
	gap: 2rem !important;
	width: 100% !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
	align-items: stretch !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

.zo-pricing-flex-row > div {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	width: 50% !important;
	box-sizing: border-box !important;
}

@media (max-width: 768px) {
	.zo-pricing-flex-row {
		flex-direction: column !important;
	}
	.zo-pricing-flex-row > div {
		width: 100% !important;
		flex: 1 1 100% !important;
	}
}

/* WP Login Form Styling for Self-Service Portal */
#loginform {
	display: flex !important;
	flex-direction: column !important;
	gap: 1.25rem !important;
	width: 100% !important;
	max-width: 480px !important;
	margin: 0 auto !important;
}

#loginform p {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.4rem !important;
	margin: 0 !important;
	width: 100% !important;
}

#loginform p.login-remember {
	flex-direction: row !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

#loginform label {
	font-weight: 700 !important;
	color: #1e293b !important;
	font-size: 0.95rem !important;
	width: 100% !important;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	width: 100% !important;
	padding: 0.75rem 1rem !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	font-size: 1rem !important;
	background: #ffffff !important;
	box-sizing: border-box !important;
}

#loginform input[type="submit"],
#wp-submit {
	background: #0274b3 !important;
	color: #ffffff !important;
	border: 0 !important;
	padding: 0.85rem 1.75rem !important;
	border-radius: 8px !important;
	font-weight: 800 !important;
	font-size: 1.05rem !important;
	cursor: pointer !important;
	width: 100% !important;
	transition: background 0.2s ease !important;
}

#loginform input[type="submit"]:hover,
#wp-submit:hover {
	background: #025c8e !important;
}

/* Quick Search Button next to Search Input */
.zo-filter__quick-btn {
	background: var(--zo-accent, #0274b3) !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 8px !important;
	padding: 0.6rem 1rem !important;
	cursor: pointer !important;
	height: 42px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	transition: background 0.2s ease !important;
}
.zo-filter__quick-btn:hover {
	background: #025c8e !important;
}

@media (max-width: 768px) {
	.zo-filter__search-wrap {
		display: flex !important;
		gap: 0.5rem !important;
		width: 100% !important;
		align-items: flex-end !important;
	}
	.zo-filter__quick-btn {
		height: 44px !important;
		min-width: 48px !important;
	}
	.zo-filter__submit {
		width: 100% !important;
		padding: 0.85rem 1rem !important;
		font-size: 1.05rem !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 48px !important;
		box-sizing: border-box !important;
	}
}
