/*
Theme Name: Mitsubishi Electric Europe B.V. WordPress Theme V2.0
Author: Mitsubishi Electric Europe B.V.
Author URI: https://www.cityupdate.de
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: mitsubishi-electric-europe-b-v-wordpress-theme-v2-0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   FONTS
   ========================================================================== */

/* roboto-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/roboto-v50-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/roboto-v50-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/roboto-v50-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('assets/fonts/roboto-v50-latin-700.woff2') format('woff2');
}

/* roboto-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('assets/fonts/roboto-v50-latin-900.woff2') format('woff2');
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 0;
}

body.nav-open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* Links */
a {
	color: #f50f10;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: #000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 1.5rem;
}

/* Content Wrapper */
.content-wrapper {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px;
    text-align: center;
}

.block-wrapper {
	padding: 60px 0;
}

/* Main content area */
.site-main {
	min-height: calc(100vh - 85px - 260px);
}

.entry-content {
	line-height: 1.5;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

/* WordPress Block Editor Styles */
.wp-block-group {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	max-width: 1380px;
}

.alignfull {
	max-width: none;
	width: 100%;
}

/* ==========================================================================
   HEADER STYLES — matches gs18-Header
   ========================================================================== */

/* gs18-Header — outer wrapper */
.site-header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	transition: 0.4s top;
}

.site-header.scroll-hide {
	top: -90px;
}

/* gs18-Header__Inner — flex container */
.header-inner {
	display: flex;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	height: 85px;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

/* gs18-Header__Logo */
.header-logo {
	order: 1;
	margin: 6px 0 0;
	padding: 0 16px;
	font-size: 36px;
	border-right: 0;
}

.header-logo a {
	text-decoration: none;
}

.header-logo img {
	height: 36px;
	width: auto;
	vertical-align: baseline;
}

/* gs18-Header__Lang — Branch / Company Name (--withme variant) */
.header-branch {
	order: 2;
	margin: 0 10px 0 16px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	flex-grow: 2;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
}

/* gs18-HeaderNav */
.header-nav {
	order: 3;
	margin: 0 auto;
	height: 85px;
}

/* gs18-HeaderNav__Menu */
.header-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	height: 85px;
	list-style: none;
}

/* gs18-HeaderNav__Item */
.header-nav__menu > li {
	transition: 0.4s opacity;
	height: 100%;
}

/* gs18-HeaderNav__Text */
.header-nav__menu > li > a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

.header-nav__menu > li > a:link,
.header-nav__menu > li > a:visited {
	color: #000;
	text-decoration: none;
}

.header-nav__menu > li > a:active,
.header-nav__menu > li > a:focus,
.header-nav__menu > li > a:hover {
	color: #f50f10;
}

.header-nav__menu > li.current-menu-item > a:active,
.header-nav__menu > li.current-menu-item > a:focus,
.header-nav__menu > li.current-menu-item > a:hover {
	color: #f50f10;
}

/* gs18-Header__Global */
.header-global {
	order: 4;
	margin-left: 0;
	height: 100%;
}

/* gs18-Header__GlobalLink — Globe icon (pseudo-element layers) */
.header-global__link {
	display: inline-block;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 66px;
	height: 100%;
}

.header-global__link::after,
.header-global__link::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: inline-block;
	background: #fff no-repeat center;
	background-size: 26px auto;
	width: 100%;
	height: 100%;
}

.header-global__link::before {
	background-image: url(assets/icons/Global-R.svg);
}

.header-global__link::after {
	background-image: url(assets/icons/Global.svg);
}

.header-global__link:active::after,
.header-global__link:focus::after,
.header-global__link:hover::after {
	opacity: 0;
}

.header-global__link.is-open {
	background-color: #000;
}

.header-global__link.is-open::before {
	background-color: #000;
}

.header-global__link.is-open::after {
	background-image: url(assets/icons/Global-W.svg);
	background-color: #000;
}

/* gs18-Header__Hamburger — hidden on desktop */
.header-hamburger {
	display: none;
}

/* Language Overlay */
.lang-overlay {
	display: none;
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	height: calc(100vh - 85px);
	background: #f5f5f5;
	z-index: 9998;
	overflow-y: auto;
}

.lang-overlay.is-open {
	display: block;
}

.lang-overlay__inner {
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
	padding: 40px 30px 60px;
}

.lang-overlay__close {
	position: absolute;
	top: 20px;
	right: 30px;
	background: none;
	border: none;
	font-size: 32px;
	line-height: 1;
	color: #000;
	cursor: pointer;
	padding: 0;
	width: 40px;
	height: 40px;
}

.lang-overlay__close:hover {
	color: #f50f10;
}

.lang-overlay__title {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px;
	color: #000;
}

.lang-overlay__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #989898;
}

.lang-overlay__list > li {
	border-bottom: 1px solid #989898;
}

.lang-overlay__list > li > a {
	display: block;
	position: relative;
	padding: 15px 30px 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.lang-overlay__list > li > a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: translateY(-50%) rotate(135deg);
}

.lang-overlay__list > li > a:hover,
.lang-overlay__list > li > a:focus {
	color: #f50f10;
}

.lang-overlay__list > li > a:hover::before,
.lang-overlay__list > li > a:focus::before {
	border-color: #f50f10;
}

/* Body padding for fixed header */
body {
	padding-top: 85px;
}

/* ==========================================================================
   HEADER RESPONSIVE — matches gs18 @media (max-width: 980px)
   ========================================================================== */

@media only screen and (max-width: 980px) {
	/* gs18-Header mobile */
	.site-header {
		width: 100%;
		padding: 0;
	}

	/* gs18-Header__Inner mobile */
	.header-inner {
		height: 65px;
	}

	body {
		padding-top: 65px;
	}

	/* gs18-Header__Logo mobile */
	.header-logo {
		padding-right: 13px;
		border-right: 0;
	}

	.header-logo img {
		height: 36px;
		width: auto;
	}

	/* gs18-Header__Lang mobile */
	.header-branch {
		margin-right: auto;
		margin-left: 0;
		font-size: 11px;
	}

	/* gs18-Header__Global mobile */
	.header-global {
		padding-left: 0;
		margin-left: auto;
	}

	.header-global__link {
		width: 48px;
	}

	/* gs18-Header__Hamburger — visible on mobile */
	.header-hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		order: 10;
		width: 48px;
		height: 100%;
		text-align: center;
		border-color: #e1e1e1;
		border-width: 0 0 0 1px;
		border-style: solid;
	}

	.header-hamburger .icon-close {
		display: none;
	}

	.header-hamburger.is-open-small .icon-menu {
		display: none;
	}

	.header-hamburger.is-open-small .icon-close {
		display: block;
	}

	/* gs18-HeaderNav mobile — slide-in */
	.header-nav {
		transition: 0.5s transform;
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		height: calc(100vh - 65px);
		display: block;
		transform: translateX(100%);
		margin: 0;
		background: #fff;
		overflow-y: auto;
		z-index: 5;
	}

	.header-nav.is-open {
		transform: translateX(0);
	}

	/* gs18-HeaderNav__Menu mobile */
	.header-nav__menu {
		display: block;
		height: auto;
		border-top: 1px solid #e1e1e1;
		width: 100%;
	}

	/* gs18-HeaderNav__Item mobile */
	.header-nav__menu > li {
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid #e1e1e1;
	}

	/* gs18-HeaderNav__Text mobile */
	.header-nav__menu > li > a {
		position: relative;
		display: block;
		font-size: 24px;
		min-height: 85px;
		box-sizing: border-box;
		padding: 30px 40px 30px 16px;
		width: 100%;
		height: auto;
		text-align: left;
	}

	/* Chevron arrow — gs18-HeaderNav__Text::before */
	.header-nav__menu > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		transform: translateY(-50%) rotate(-225deg);
	}

	/* gs18-HeaderNav__Text mobile hover */
	.header-nav__menu > li > a:active,
	.header-nav__menu > li > a:focus,
	.header-nav__menu > li > a:hover {
		color: #000;
	}

	/* Active state mobile */
	.header-nav__menu > li.current-menu-item > a {
		background-color: #000;
		color: #fff;
	}

	.header-nav__menu > li.current-menu-item > a::before {
		border-color: #fff;
	}

	.header-nav__menu > li.current-menu-item > a:active,
	.header-nav__menu > li.current-menu-item > a:focus,
	.header-nav__menu > li.current-menu-item > a:hover {
		color: #fff;
	}

	/* Language overlay mobile */
	.lang-overlay {
		top: 65px;
		height: calc(100vh - 65px);
	}

	.lang-overlay__inner {
		padding: 30px 15px 40px;
	}

	.lang-overlay__close {
		top: 10px;
		right: 15px;
	}

	.lang-overlay__title {
		font-size: 28px;
		margin: 0 0 30px;
	}

	/* Disable scroll-hide on mobile */
	.site-header.scroll-hide {
		top: 0;
	}
}

/* ==========================================================================
   FOOTER STYLES — matches gs24-Footer
   ========================================================================== */

/* gs24-Footer */
footer,
.site-footer {
	position: relative;
	background-color: #dbdbdb;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	width: 100%;
}

/* gs24-Footer__Inner (desktop layout) */
.footer-inner {
	position: relative;
	padding: 0 30px 30px;
	height: 305px;
	max-width: 1380px;
	margin: 0 auto;
}

/* gs24-Footer__Title (gs24-HeadingLv2) */
.footer-title {
	margin-top: 0;
	padding-top: 60px;
	font-size: calc(1.56rem);
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

/* gs24-Footer__SNS */
.footer-sns {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
}

.footer-sns > li {
	display: inline-block;
	margin-top: 20px;
}

.footer-sns > li:not(:last-child) {
	margin-right: 16px;
}

.footer-sns > li a {
	display: block;
	width: 32px;
	min-width: 32px;
}

.footer-sns > li img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

/* LinkedIn icon — wider format */
.footer-sns > li.footer-sns--linkedin a {
	width: auto;
	min-width: auto;
}

.footer-sns > li.footer-sns--linkedin img {
	width: auto;
	height: 32px;
}

/* gs24-Footer__List */
.footer-list {
	margin-top: 22px;
	list-style: none;
	padding: 1px 0 0;
	display: inline-block;
	width: 680px;
}

.footer-list > li {
	display: inline-block;
	margin-bottom: 0;
}

.footer-list > li:nth-child(odd) {
	margin-right: 60px;
}

.footer-list > li > a {
	position: relative;
	color: inherit;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding-left: 22px;
}

.footer-list > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: translateY(-50%) rotate(-225deg);
	font-weight: 700;
}

.footer-list > li > a:link,
.footer-list > li > a:visited {
	color: #000;
}

.footer-list > li > a:hover,
.footer-list > li > a:focus,
.footer-list > li > a:active {
	color: #c40001;
}

.footer-list > li > a:hover::before,
.footer-list > li > a:focus::before,
.footer-list > li > a:active::before {
	border-color: #c40001;
}

/* gs24-Footer__Links — bottom bar */
.footer-links {
	padding: 0 30px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	align-items: baseline;
}

/* gs24-Footer__Copyright */
.footer-copyright {
	order: 1;
	margin-right: auto;
	font-size: 18px;
	font-weight: 300;
}

/* gs24-Footer__Legal */
.footer-legal {
	order: 2;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 300;
}

.footer-legal > li {
	display: inline-block;
	padding-right: 0.3em;
	line-height: 1.1;
}

.footer-legal > li:not(:first-child) {
	padding-left: 0.5em;
	border-left: 1px solid #000;
}

.footer-legal > li > a {
	color: inherit;
	text-decoration: none;
}

.footer-legal > li > a:link,
.footer-legal > li > a:visited {
	color: #000;
}

.footer-legal > li > a:hover,
.footer-legal > li > a:focus,
.footer-legal > li > a:active {
	color: #c40001;
}

.footer-inner::after {
	clear: both;
	content: "";
	display: table;
}

/* ==========================================================================
   FOOTER RESPONSIVE — matches gs24 @media (max-width: 980px)
   ========================================================================== */

@media only screen and (max-width: 980px) {
	/* gs24-Footer mobile */
	.footer-inner {
		box-sizing: border-box;
		height: auto;
		padding: 30px 15px;
		width: 100%;
	}

	/* gs24-Footer__Title mobile (gs24-HeadingLv2 ≤980px) */
	.footer-title {
		padding-top: 10px;
		font-size: 1.5rem;
	}

	/* gs24-Footer__List mobile */
	.footer-list {
		width: 100%;
		display: block;
	}

	.footer-list > li {
		width: 100%;
		margin-bottom: 18px;
		display: block;
	}

	.footer-list > li > a {
		font-size: 16px;
	}

	/* gs24-Footer__Links mobile — reset desktop absolute/flex to normal flow */
	.footer-links {
		position: static;
		display: block;
		margin-top: 54px;
		padding: 0;
	}

	/* gs24-Footer__Legal mobile */
	.footer-legal {
		font-size: 16px;
	}

	/* gs24-Footer__SNS mobile */
	.footer-sns > li:not(:last-child) {
		margin-right: 20px;
	}

	/* gs24-Footer__Copyright mobile */
	.footer-copyright {
		font-size: 16px;
	}
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 710px;
	max-height: 710px;
	margin-top: -85px;
}

.hero-image {
	width: 100%;
	height: 100%;
}

.hero-image .hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-content {
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}

.hero-content-inner {
	width: 100%;
	max-width: 1380px;
	padding: 0 30px 40px;
}

.hero-kicker {
	display: inline-block;
	color: #000;
	background-color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 5px 12px;
	border-radius: 5px;
}

.hero-title {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	max-width: 60%;
}

.hero-teaser {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 15px 0 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	max-width: 50%;
}

.hero-graphic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	max-height: 100%;
	
	width: auto;
}

/* ==========================================================================
   FEATURE ICONS BLOCK
   ========================================================================== */

.feature-icons-section {
	background-color: #f8f9fa;
	padding: 0;
    margin-top:40px;
	margin-bottom:60px;
}

.feature-icons-inner {
	display: flex;
	max-width: 1380px;
	margin: 0 auto;
	min-height: 560px;
}

/* Left content column */
.feature-icons-content {
	flex: 1;
	padding: 80px 50px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.feature-icons-header {
	margin-bottom: 20px;
}

.feature-icons-section-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background-color: #000;
	border-radius: 0 0 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.feature-icons-section-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.feature-icons-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

.feature-icons-description {
	font-size: 1.05rem;
	font-weight: 400;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 32px;
}

/* Feature items 2x2 grid */
.feature-icons-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.feature-icon-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	background: #fff;
	border-radius: 10px;
}

.feature-icon-graphic {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.feature-icon-graphic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-icon-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	text-align: left;
	min-height: 56px;
}

.feature-icon-item h3,
.feature-icon-item p {
	margin: 0;
	padding: 0;
}

.feature-icon-title {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}

.feature-icon-desc {
	font-size: 0.85rem;
	font-weight: 400;
	color: #6b7280;
	margin: 0;
	line-height: 1.4;
}

/* CTA Link */
.feature-icons-link {
	display: inline-flex;
	width: auto;
	align-self: center;
	align-items: center;
	gap: 8px;
	border: 2px solid #000;
	padding: 10px 20px;
	margin-top: 32px;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
}

.feature-icons-link:hover {
	background: #000;
	color: #fff;
}

.feature-icons-arrow {
	font-size: 1.25rem;
	transition: transform 0.3s ease;
}

/* Right image column */
.feature-icons-image {
	flex: 1;
	overflow: hidden;
}

.feature-icons-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Feature Icons Responsive */
@media only screen and (max-width: 1120px) {
	.feature-icons-content {
		padding: 50px 40px;
	}

	.feature-icons-title {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.feature-icons-inner {
		flex-direction: column;
	}

	.feature-icons-content {
		padding: 80px 20px 40px;
	}

	.feature-icons-image {
		max-height: 350px;
	}

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

	.feature-icons-title {
		font-size: 1.5rem;
	}
}

/* Layout direction flip — shared by both blocks */
.layout-text-right .feature-icons-inner,
.layout-text-right .content-cards-inner {
	flex-direction: row-reverse;
}

.layout-text-right .feature-icons-section-icon,
.layout-text-right .content-cards-section-icon {
	left: auto;
	right: 0;
	border-radius: 0 0 0 16px;
}

@media only screen and (max-width: 768px) {
	.layout-text-right .feature-icons-inner,
	.layout-text-right .content-cards-inner {
		flex-direction: column;
	}
}

/* ==========================================================================
   CONTENT CARDS BLOCK
   ========================================================================== */

.content-cards-section {
	background-color: #f8f9fa;
	padding: 0;
	margin-top:20px;
	margin-bottom:60px;
}

.content-cards-inner {
	display: flex;
	max-width: 1380px;
	margin: 0 auto;
	min-height: 560px;
}

.content-cards-content {
	flex: 1;
	padding: 80px 50px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.content-cards-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.content-cards-section-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background-color: #000;
	border-radius: 0 0 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.content-cards-section-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.content-cards-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.2;
}

.content-cards-description {
	font-size: 1.05rem;
	font-weight: 400;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 32px;
}

.content-cards-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.content-card-item {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.content-card-item h3,
.content-card-item p {
	margin: 0;
	padding: 0;
}

.content-card-title {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 6px;
}

.content-card-desc {
	font-size: 0.85rem;
	font-weight: 400;
	color: #6b7280;
	line-height: 1.5;
}

.content-cards-link {
	display: inline-flex;
	width: auto;
	align-self: center;
	align-items: center;
	gap: 8px;
	border:2px solid #000;
	padding:10px 20px 10px 20px;
	margin-top: 32px;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
}

.content-cards-link:hover {
	background:#000;
	color:#fff;
}

.content-cards-arrow {
	font-size: 1.25rem;
}

.content-cards-image {
	flex: 1;
	overflow: hidden;
}

.content-cards-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content Cards Responsive */
@media only screen and (max-width: 1120px) {
	.content-cards-content {
		padding: 80px 40px 50px;
	}

	.content-cards-title {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.content-cards-inner {
		flex-direction: column;
	}

	.content-cards-content {
		padding: 80px 20px 40px;
	}

	.content-cards-image {
		max-height: 350px;
	}

	.content-cards-list {
		grid-template-columns: 1fr;
	}

	.content-cards-title {
		font-size: 1.5rem;
	}
}

/* ==========================================================================
   LEAD MAGNET BLOCK
   ========================================================================== */

.lead-magnet-section {
	padding: 0;
	background-color: #f8f9fa;
	overflow: hidden;
}

.lead-magnet-inner {
	display: flex;
	min-height: 500px;
}

.layout-text-right .lead-magnet-inner {
	flex-direction: row-reverse;
}

.lead-magnet-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 60px;
	position: relative;
}

.lead-magnet-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.lead-magnet-section-icon {
	width: 56px;
	height: 56px;
	background-color: #000;
	border-radius: 0 0 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
}

.lead-magnet-section-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lead-magnet-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}

.lead-magnet-description {
	font-size: 1rem;
	color: #6b7280;
	line-height: 1.5;
}

.lead-magnet-link {
	display: inline-flex;
	width: auto;
	align-self: center;
	align-items: center;
	gap: 8px;
	background-color: #f50f10;
	border: 2px solid #f50f10;
	padding: 10px 20px;
	margin-top: 32px;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease;
}

.lead-magnet-link:hover {
	background-color: #c4000f;
	border-color: #c4000f;
	color: #fff;
}

.lead-magnet-arrow {
	font-size: 1.25rem;
	color: #fff;
}

.lead-magnet-form {
	margin-top: 24px;
}

.lead-magnet-form-placeholder {
	width: 100%;
	min-height: 200px;
	border: 2px dashed #ddd;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 1rem;
}

.lead-magnet-image {
	flex: 1;
	overflow: hidden;
}

.lead-magnet-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Lead Magnet Responsive */
@media only screen and (max-width: 1120px) {
	.lead-magnet-content {
		padding: 80px 40px 50px;
	}

	.lead-magnet-title {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.lead-magnet-inner {
		flex-direction: column;
	}

	.lead-magnet-content {
		padding: 80px 20px 40px;
	}

	.lead-magnet-image {
		max-height: 350px;
	}

	.lead-magnet-title {
		font-size: 1.5rem;
	}
}

/* ==========================================================================
   PRODUCT SHOWCASE BLOCK
   ========================================================================== */

.product-showcase-section {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	margin-bottom: 60px;
}

.product-showcase-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.product-showcase-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%),
		linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

.product-showcase-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.product-showcase-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.25;
}

.product-showcase-description {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.05rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.7;
}

/* Product Showcase Responsive */
@media only screen and (max-width: 1120px) {
	.product-showcase-title {
		font-size: 1.875rem;
	}
}

@media only screen and (max-width: 768px) {
	.product-showcase-section {
		min-height: 400px;
	}

	.product-showcase-inner {
		padding: 40px 20px;
	}

	.product-showcase-title {
		font-size: 1.5rem;
	}

	.product-showcase-description {
		font-size: 0.95rem;
	}
}

/* ==========================================================================
   COMPANY FACTS BLOCK
   ========================================================================== */

.company-facts-section {
	padding: 80px 30px;
	background-color: #f8f9fa;
}

.company-facts-inner {
	max-width: 1380px;
	margin: 0 auto;
}

.company-facts-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 48px;
	text-align: center;
	line-height: 1.25;
}

.company-facts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.company-fact-card {
	background: #1a1a1a;
	border-radius: 12px;
	padding: 32px 24px;
	text-align: center;
}

.company-fact-card p {
	margin: 0;
	padding: 0;
}

.company-fact-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 16px;
	background-color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.company-fact-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.company-fact-label {
	font-size: 0.9rem;
	font-weight: 500;
	color: #ccc;
	margin-bottom: 8px;
}

.company-fact-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 8px;
}

.company-fact-desc {
	font-size: 0.875rem;
	font-weight: 400;
	color: #9ca3af;
	line-height: 1.4;
}

/* Company Facts Responsive */
@media only screen and (max-width: 1120px) {
	.company-facts-section {
		padding: 60px 30px;
	}

	.company-facts-title {
		font-size: 1.875rem;
		margin-bottom: 36px;
	}

	.company-fact-number {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.company-facts-section {
		padding: 40px 20px;
	}

	.company-facts-grid {
		grid-template-columns: 1fr 1fr;
	}

	.company-facts-title {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.company-fact-number {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 480px) {
	.company-facts-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   APPLICATIONS GRID BLOCK
   ========================================================================== */

.applications-grid-section {
	padding: 80px 30px;
	background-color: #fff;
}

.applications-grid-inner {
	max-width: 1380px;
	margin: 0 auto;
}

.applications-grid-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 48px;
	text-align: center;
	line-height: 1.25;
}

.applications-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.application-tile {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.application-tile-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.application-tile:hover .application-tile-img {
	transform: scale(1.05);
}

.application-tile-overlay {
	display: none;
}

.application-tile-title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px 16px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	border-radius: 0 0 10px 0;
	line-height: 1.3;
}

/* Applications Grid Responsive */
@media only screen and (max-width: 1120px) {
	.applications-grid-section {
		padding: 60px 30px;
	}

	.applications-grid-title {
		font-size: 1.875rem;
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.applications-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.applications-grid-section {
		padding: 40px 20px;
	}

	.applications-grid-title {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.application-tile-title {
		font-size: 0.9rem;
		padding: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.applications-grid {
		grid-template-columns: 1fr;
	}
}

/* Hero Responsive */
@media only screen and (max-width: 1120px) {
	.hero-section {
		height: 500px;
		max-height: 500px;z
		margin-top: -65px;
	}

	.hero-content {
		top: 65px;
	}

	.hero-kicker {
		font-size: 1rem;
		max-width: 70%;
	}

	.hero-title {
		font-size: 2.5rem;
		max-width: 70%;
	}

	.hero-teaser {
		font-size: 1.1rem;
		max-width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.hero-section {
		height: 400px;
		max-height: 400px;
	}

	.hero-kicker {
		font-size: 0.875rem;
		max-width: 100%;
	}

	.hero-title {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.hero-teaser {
		font-size: 1rem;
		max-width: 100%;
	}

	.hero-content-inner {
		padding: 0 20px 30px;
	}
}

/* ==========================================================================
   WPForms Overrides
   ========================================================================== */

.wpforms-container {
    background: #f9f9f9 !important;
    border-radius: 15px !important;
    padding: 30px !important;
}
   
.wpforms-container .wpforms-field-label {
	text-align: center;
}

.wpforms-container .wpforms-field {
	text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-field input[type="text"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="email"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="tel"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="url"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="number"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="password"],
div.wpforms-container-full .wpforms-form .wpforms-field select,
div.wpforms-container-full .wpforms-form .wpforms-field textarea {
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px !important;
	border: 1px solid #ddd !important;
	padding: 10px 14px !important;
}

.wpforms-container .wpforms-field-sublabel {
	text-align: center;
}

.wpforms-container .wpforms-submit-container {
	text-align: center;
}

.wpforms-container .wpforms-field-name .wpforms-field-row {
	margin-left: auto;
	margin-right: auto;
}

.wpforms-container .wpforms-field-name .wpforms-field-row-block.wpforms-one-half {
	display: inline-block;
	float: none;
}

.wpforms-container .wpforms-field-gdpr-checkbox ul,
.wpforms-container .wpforms-field-checkbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.wpforms-container .wpforms-field-gdpr-checkbox li,
.wpforms-container .wpforms-field-checkbox li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.wpforms-container .wpforms-field-gdpr-checkbox li input,
.wpforms-container .wpforms-field-checkbox li input {
	margin: 0;
	flex-shrink: 0;
	margin-top: 3px;
}

/* ==========================================================================
   PRODUCT LIST BLOCK
   ========================================================================== */

.product-list-section {
	padding: 80px 30px;
	background-color: #fff;
}

.product-list-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 60px;
}

.product-list-items {
	max-width: 1380px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.product-list-item {
	position: relative;
	padding: 0;
	background-color: #f8f9fa;
	border-radius: 12px;
	overflow: hidden;
	text-align: left;
}

.product-list-item-badge {
	display: inline-block;
	background-color: #1a1a1a;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.125rem;
	font-weight: 700;
	border-radius: 0 0 12px 0;
}

.product-list-item-row {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding: 30px 40px 40px;
}

.product-list-item-image {
	flex: 0 0 220px;
	text-align: center;
}

.product-list-item-image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.product-list-item-specs {
	flex: 1;
}

.product-list-item-specs table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.product-list-item-desc-cell,
.product-list-item-specs thead th:first-child {
	max-width: 280px;
	width: 280px;
}

.product-list-item-specs thead th {
	text-align: left;
	font-size: 0.75rem;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 10px 16px;
	border-bottom: 2px solid #ddd;
}

.product-list-item-specs tbody td {
	padding: 14px 16px;
	font-size: 1rem;
	color: #1a1a1a;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
}

.product-list-item-desc-cell {
	color: #4b5563;
	line-height: 1.6;
}

.product-list-item-specs tbody td strong {
	font-size: 1.125rem;
	font-weight: 700;
}

.product-list-item-capacity-note {
	font-size: 0.8125rem;
	color: #999;
}

/* Product List Accordion */
.product-list-item-accordion {
	border-top: 1px solid #e5e7eb;
}

.product-list-item-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	background: #f9fafb;
	border: none;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #1a1a1a;
	transition: background-color 0.2s ease;
}

.product-list-item-accordion-toggle:hover {
	background: #f3f4f6;
}

.product-list-item-accordion-icon {
	transition: transform 0.3s ease;
}

.product-list-item-accordion-toggle[aria-expanded="true"] .product-list-item-accordion-icon {
	transform: rotate(180deg);
}

.product-list-item-accordion-content {
	padding: 20px;
	overflow-x: auto;
}

.product-list-item-accordion-content[hidden] {
	display: none;
}

.product-list-item-accordion-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.product-list-item-accordion-content table th,
.product-list-item-accordion-content table td {
	padding: 8px 12px;
	border: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.product-list-item-accordion-content table th {
	background: #f3f4f6;
	font-weight: 600;
	white-space: nowrap;
}

.product-list-item-accordion-content table .section-header {
	background: #1a1a1a;
	color: #fff;
	font-weight: 700;
}

/* Product List Responsive */
@media only screen and (max-width: 1120px) {
	.product-list-item-row {
		gap: 30px;
		padding: 20px 30px 30px;
	}

	.product-list-item-image {
		flex: 0 0 180px;
	}

	.product-list-title {
		font-size: 1.875rem;
	}
}

@media only screen and (max-width: 768px) {
	.product-list-section {
		padding: 40px 20px;
	}

	.product-list-item-row {
		flex-direction: column;
		padding: 20px;
		gap: 20px;
	}

	.product-list-item-image {
		flex: none;
		max-width: 250px;
		margin: 0 auto;
	}

	.product-list-item-specs {
		flex: none;
		width: 100%;
		overflow-x: auto;
	}

	.product-list-title {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}

	.product-list-item-specs thead th,
	.product-list-item-specs tbody td {
		padding: 10px 12px;
		font-size: 0.875rem;
	}
}

/* ==========================================================================
   DOWNLOADS
   ========================================================================== */

.downloads-section {
	padding: 80px 30px;
	background-color: #fff;
}

.downloads-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 60px;
}

.downloads-grid {
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.downloads-card {
	background-color: #f8f9fa;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.downloads-card-image {
	padding: 24px 24px 0;
	text-align: center;
}

.downloads-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
}

.downloads-card-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.downloads-card-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.downloads-card-desc {
	font-size: 0.9375rem;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 16px;
}

.downloads-card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	margin-top: auto;
}

.downloads-card-type {
	display: inline-block;
	background-color: #f50f10;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 3px 8px;
	border-radius: 4px;
}

.downloads-card-size {
	font-size: 0.8125rem;
	color: #999;
}

.downloads-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.downloads-card-button:hover {
	background-color: #f50f10;
	color: #fff;
}

/* Downloads Responsive */
@media only screen and (max-width: 1120px) {
	.downloads-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.downloads-title {
		font-size: 1.875rem;
	}
}

@media only screen and (max-width: 768px) {
	.downloads-section {
		padding: 40px 20px;
	}

	.downloads-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.downloads-title {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
}

/* ==========================================================================
   BACK TO TOP BUTTON
   ========================================================================== */

/* gs18-GoTop — flush bottom-right corner */
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9998;
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	background-color: #333;
}

/* ==========================================================================
   STICKY CONTACT BUTTON — directly left of back-to-top
   ========================================================================== */

.sticky-contact {
	position: fixed;
	bottom: 0;
	right: 48px;
	z-index: 9998;
}

.sticky-contact__toggle {
	width: 48px;
	height: 48px;
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.sticky-contact__toggle:hover {
	background-color: #555;
}

.sticky-contact__menu {
	position: absolute;
	bottom: 60px;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.sticky-contact.open .sticky-contact__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sticky-contact__item {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 16px;
	border-radius: 24px;
	font-size: 0.8125rem;
	font-weight: 600;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.sticky-contact__item:hover {
	background-color: #f50f10;
	color:#fff;
}

.sticky-contact__item svg {
	flex-shrink: 0;
}

/* ==========================================================================
   USERCENTRICS — YOUTUBE EMBEDDING PLACEHOLDER
   ========================================================================== */

.uc-embedding-placeholder {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
}

.uc-embedding-placeholder .uc-embedding-wrapper {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.uc-embedding-placeholder .uc-inner-wrapper {
	text-align: center;
	max-width: 560px;
}

.uc-embedding-placeholder .youtube-logo-placeholder {
	width: 80px;
	height: auto;
	margin: 0 auto 16px;
	display: block;
}

.uc-embedding-placeholder h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 12px;
	color: #1a1a1a;
}

.uc-embedding-placeholder .description-text {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #555;
	margin: 0 0 20px;
}

.uc-embedding-placeholder .uc-embedding-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.uc-embedding-placeholder .uc-embedding-buttons button {
	appearance: none;
	border: 1px solid #1a1a1a;
	background: transparent;
	color: #1a1a1a;
	padding: 10px 18px;
	border-radius: 24px;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.uc-embedding-placeholder .uc-embedding-accept {
	background-color: #1a1a1a;
	color: #fff;
}

.uc-embedding-placeholder .uc-embedding-accept:hover {
	background-color: #f50f10;
	border-color: #f50f10;
}

.uc-embedding-placeholder .uc-embedding-more-info:hover {
	background-color: #1a1a1a;
	color: #fff;
}

/* Replacement nach erteilter Zustimmung – füllt den Slot mit dem echten Iframe. */
.uc-embedding-resolved {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.uc-embedding-resolved iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
