*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
	--bg-dark: #090A0F;
	--card-bg: #000;
	--card-border: #1E2230;
	--text-primary: #F3F4F6;
	--text-muted: #9CA3AF;
	--brand-red: #EF4444;
	--transition-standard: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
	background: var(--card-bg) url(../images/bg.jpg) left bottom no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	color: var(--text-primary);
	font-family: 'Roboto', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	cursor: pointer;
	background: none;
	border: none;
	font-family: inherit;
}
.mob-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--card-bg) url(../images/bg.jpg) left center no-repeat;
	background-size: 200%;
	z-index: -1;
	display: none;
}
.nav-lang{
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 999;
}
.langC{
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 20px;
	text-align: left
}
.langC a#lang{
	display: inline-block;
	overflow: hidden;
}
.langC a#lang img{
	width: 28px;
	height: auto;}
.langDrp{
	position: absolute;
	top: 40px;
	right: 0;
	width:148px;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	display: none;
	padding:10px!important;
	z-index: 999999;
	border-radius: 10px;
}
.langDrp a{
	display: inline-block;
	width: 100;
	padding: 7px 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	border-radius: 5px;
	transition: var(--transition-standard);
}
.langDrp a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 25px;
	height: auto
}
.langDrp a:hover{
	background-color: rgba(0,0,0,0.10);
}
a.nolnk, a.nolnk:hover{
	opacity: .3;
	cursor: text;
}
.main-header {
	border-bottom: 1px solid rgba(31, 41, 55, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: sticky;
	top: 0;
	z-index: 50;
	background-color: rgba(9, 10, 15, 0.8);
}
.header-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	display: inline-block;
	margin-bottom: 30px;
}
.logo img {
	width: clamp(250px, 21vw, 400px);
	height: auto;
	filter: invert(100%);
}
.header-right {
	display: flex;
	align-items: center;
	gap: 32px;
}
.main-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}
.nav-link {
	font-size: 14px;
	color: var(--text-muted);
	letter-spacing: 1px;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: var(--transition-standard);
}
.nav-link:hover,
.nav-link.active {
	color: #FFFFFF;
}
.nav-link.active {
	border-bottom-color: #FFFFFF;
}
.slider{
	position: relative;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.img-slider{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 363px;
	margin-left: 160px;
	
}
.img-slider img{
	position: absolute;
	top: 0;
	left: 0;
	width: 363px;
	height: auto;
	display: block;
	z-index: 0;
	opacity: 0;
}
.img-slider img:first-child, .img-slider-mob img:first-child{
	position: relative;
	opacity: 1;
}

.left-side{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: 400px;
	text-align: center;
	z-index: 10;
}
.calendar-slider{
	display: inline-block;
	width: 100%;
	border: 2px solid transparent;
	border-radius: clamp(16px, 2.2vw, 42px);
	background:
		linear-gradient(
			rgba(0, 0, 0, 1),
			rgba(0, 0, 0, 1)
		) padding-box,
		linear-gradient(
			45deg,
			#222 0%,
			#7f7f7f 25%,
			#f3f3f3 50%,
			#7f7f7f 75%,
			#222 100%
		) border-box;
	color: #fff;
	overflow: hidden;
}

.calendar-slider h4{
	font-size: clamp(18px, 1.65vw, 32px);
	font-weight: 400;
	text-transform: uppercase;
	background: #740001;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.lang-de .calendar-slider h4{
	font-size: clamp(16px, 1.5vw, 26px);
	padding: 15px;
}

.calendar-slider h4 img{
	width: clamp(32px, 2.8vw, 56px);
	height: auto;
}

.calendar-slider h3{
	font-size: clamp(22px, 2vw, 40px);
	font-weight: 400;
	padding: 17px 20px;
	color: #999;
}

.calendar-slider h3 strong{
	font-weight: 700;
	font-size: clamp(28px, 2.4vw, 48px);
	display: block;
	color: #fff;
}
.calendar-slider h3 strong small{
	display: inline-block;
	font-size: clamp(20px, 1.4vw, 28px);
	vertical-align: top;
	text-transform: uppercase;
	margin-top: 4px;
}

hr{
	border: 0;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		rgba(255,255,255,.5),
		transparent
	);
}

.slider-lang{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 20px;
}

.slider-lang img{
	width: clamp(22px, 1.8vw, 36px);
	height: auto;
}

.slider-lang p{
	font-size: clamp(14px, 1vw, 18px);
	line-height: 1.4;
}
.main-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px 30px;
}
.cta-header-section {
	text-align: center;
	margin: 64px auto 40px auto;
}
.cta-title {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.cta-subtitle {
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.section-divider {
	width: 48px;
	height: 2px;
	background-color: var(--card-border);
	margin: 24px auto 0 auto;
}
.platforms-section {
	margin: 64px 0;
}
ul.cta-features-list{
	list-style: none;
	margin: 50px auto 0;
	width: 480px;
	border-radius: 12px;
	border: 1px dashed #555;
}
.cta-features-list li{
	font-size: 18px;
	display: block;
	padding: 15px 0;
	border-bottom: 1px dashed #555;
	background-color: rgba(255, 255, 255, 0.05);
}
.cta-features-list li:nth-child(odd){
	background-color: rgba(255, 255, 255, 0.1);
}
.cta-features-list li:last-child{
	border-bottom: none;
}
.section-tagline {
	font-size: 52px;
	line-height: 1;
	text-align: center;
	margin-bottom: 24px;
}
.platforms-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}
.platform-card {
	background-color:rgba(0,0,0,.5);
	border: 1px solid var(--card-border);
	border-radius: 16px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	min-height: 195px;
	position: relative;
	transition: var(--transition-standard);
}
.platform-card:hover {
	border-color: #4B5563;
	transform: translateY(-4px);
}
.card-live-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: var(--brand-red);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 3px 6px;
	border-radius: 4px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.ping-dot {
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.card-label {
	font-size: 14px;
	font-weight: 700;
	color: #4B5563;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:12px 0 4px
}
.card-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin: 16px 0;
}
.card-logo img {
	width: auto;
	height: 50px;
}
.join-btn {
	width: 100%;
	padding: 8px 12px;
	border-radius: 80px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition: var(--transition-standard);
}
.primary-btn {
	background-color: #FFFFFF;
	color: #000000;
}
.primary-btn:hover {
	background-color: #E5E7EB;
}
.btn-arrow {
	width: 14px;
	height: 14px;
}
.events-section {
	padding: 10px 20px;
}
.events-container {
	max-width:1600px;
	margin: auto;
}
.events-header {
	background: #222;
	padding: 15px;
	text-align: center;
	border-radius: 18px 18px 0 0;
}
.events-header h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.events-table {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .08);
}
.event-head {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr  1fr;
	font-size: 20px;
	background: #2d2d2d;
	font-weight: 600;
}
.event-head div {
	padding: 22px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .1);
}
.event-head div:last-child {
	border-right: none;
}
.event-row {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr  1fr;
	align-items: stretch;
	background: #f3f3f3;
	color: #111;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.event-row:nth-child(odd) {
	background: #fff;
}
.event-row>div {
	padding: 26px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #d8d8d8;
}
.event-row>div:last-child {
	border-right: none;
}
.event-language {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.events-section h3 {
	font-size: 52px;
	text-align: center;
	font-weight: 700;
	margin: 30px 0 15px
}
.language-info {
	text-align: left;
}
.language-info span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.language-info small, .event-name small, .event-host small, .event-guest small {
	display: block;
	margin-top: 4px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
}
.event-name, .event-guest, .event-host, .event-guest {
	font-size: 24px;
	font-weight: 600;
}
.event-name, .event-host, .event-guest {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.event-date {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}
.event-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 54px;
	padding: 0 30px;
	background: var(--btn);
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 700;
	transition: .3s ease;
}
.event-btn:hover {
	background: var(--btn-hover);
	transform: translateY(-2px);
}
.flag img {
	width: 40px;
	height: auto;
	display: block;
}
.footer-cta-section {
	display: flex;
	justify-content: center;
	padding-top: 24px;
}
.footer-calendar-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	padding: 16px 32px;
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	transition: var(--transition-standard);
}
.footer-calendar-btn:hover {
	background-color: #E5E7EB;
	transform: scale(1.02);
}
.footer-calendar-btn:active {
	transform: scale(0.98);
}
.calendar-icon {
	width: 20px;
	height: 20px;
}
.arrow-right-icon {
	width: 16px;
	height: 16px;
}
.site-footer {
	border-top: 1px solid #000000;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 32px 0;
	text-align: center;
	font-size: 14px;
	color: #4B5563;
}
.site-footer a{
	color: #4B5563;
	text-decoration: underline;
	transition: var(--transition-standard);
}
.site-footer a:hover{
	color: #FFFFFF;
}
@media (max-width: 1280px) {
.calendar-slider h4{padding: 8px 16px;}
.calendar-slider h3{padding: 14px 16px;}
.slider-lang{padding: 12px 16px;}
.calendar-slider h3 strong small{
	margin-top: 2px;
}
.join-btn{gap: 1px;padding: 6px;}
}
@media (max-width: 1024px) {
	.platforms-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-items: center;
	}
	.platform-card {
		width: 100%;
	}
	.left-side{left: 21%;}
	
}
@media (max-width: 980px) {
	.platforms-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.et-mob{
		width: 100%;
		overflow-x: auto;
	}
	.events-table{
		width: 1200px;
	}
}
@media (max-width: 680px) {
	body {background-image: none;}
	.mob-bg{display: block;}
	.platforms-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
	.cta-title {font-size: 7vw;}
	.cta-subtitle{font-size: 5vw;}
	ul.cta-features-list{width: 100%;}
	.cta-features-list li{font-size: 16px;}
	.left-side{width: 86%;margin: 20px auto;left: auto;top: auto;transform: translate(0, 0);position: relative;}
	.calendar-slider h4 img{width: 16%;}
	.calendar-slider h4{font-size: 6.8vw;}
	.calendar-slider h3 strong{font-size: 10vw;}
	.calendar-slider h3{font-size: 8vw;}
	.slider-lang img{width: 12%;}
	.slider-lang p{font-size: 5vw;}
	.site-footer{margin-top: 10px;padding: 20px 20px 30px;}
	.section-tagline, .events-section h3{font-size: 7vw;}
	.event-row>div{padding: 16px 10px;}
	.event-head{font-size: 4.5vw;}
	.event-date, .event-name, .event-guest, .event-host, .language-info span{font-size: 5vw;}
	.cta-header-section{margin-bottom: 0;}
	.img-slider{margin-left: 0;width: 90%;}
	.img-slider img{width: 100%;}
}

/* iOS Safari does not handle fixed background attachment reliably. */
@supports (-webkit-touch-callout: none) {
	body,
	.mob-bg {
		background-attachment: scroll;
	}
}