@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('fonts/PlusJakartaSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('fonts/PlusJakartaSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
* {
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2382c0;
}
.header-sponsors {
	background-color: #fff;
	width: 100%;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 500;
	overflow: hidden;
}
.sponsors-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 2vw, 48px);
	width: 100%;
	max-width: 1400px;
	padding: 20px;
	flex-wrap: nowrap;
	overflow: hidden;
}
.sponsor-logo {
	position: relative;
	flex: 1 1 0;
	max-width: 260px;
	min-width: 60px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.sponsor-logo>a {
	position: absolute;
	inset: 0;
	display: block;
}
.sponsor-logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: opacity 200ms ease, transform 200ms ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.sponsor-logo .colorimage {
	opacity: 0;
	z-index: 2;
}
.sponsor-logo .bw {
	opacity: 1;
	z-index: 1;
}
.sponsor-logo:hover .colorimage {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.05);
}
.sponsor-logo:hover .bw {
	opacity: 0;
}
@media (max-width: 1100px) {
	.header-sponsors {
		min-height: 140px;
	}
	.sponsor-logo {
		height: 100px;
		max-width: 18vw;
	}
}
@media (max-width: 700px) {
	.header-sponsors {
		min-height: 110px;
	}
	.sponsor-logo {
		height: 80px;
		max-width: 22vw;
	}
}
@media (max-width: 420px) {
	.header-sponsors {
		min-height: 90px;
	}
	.sponsor-logo {
		height: 60px;
		max-width: 26vw;
	}
}
.carousel {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.carousel-track {
	display: flex;
	transition: transform 1s ease-in-out;
}
.carousel-slide {
	flex: 0 0 100%;
}
.carousel-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: unset;
	object-position: top;
}
.sponsor-btn {
	margin-top: 25px;
	background-color: #2382c0;
	color: #fff;
	padding: 12px 30px;
	border: none;
	border-radius: 30px;
	font-size: 1.1rem;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	pointer-events: auto;
}
.sponsor-btn:hover {
	background-color: #1c6291;
	transform: scale(1.05);
}
.car-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 30px;
}
.car-card {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio: 16 / 9;
	background-color: #f0f0f0;
}
.car-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.car-card:hover img {
	transform: scale(1.05);
}
.year-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #2382c0;
	color: white;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;
	z-index: 2;
}
.carousel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	pointer-events: none;
	padding: 0 20px;
}
.carousel-overlay h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	margin: 0 0 10px;
	max-width: 90%;
}
.carousel-overlay p {
	font-size: clamp(1rem, 2.5vw, 1.5rem);
	margin: 0;
	max-width: 1000px;
	margin-bottom: 25px;
}
.content-section {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.content-section h1 {
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	margin-bottom: 20px;
}
.content-section p {
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.6;
	margin-bottom: 20px;
}
.content-section model-viewer {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 600px;
	margin: 20px auto;
}
.content-section-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.left-column, .right-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.content-section-grid model-viewer {
	width: 100%;
	max-width: 100%;
	height: 300px;
}
.sponsors-section {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: stretch;
}
.sponsor-card {
	flex: 1 1 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	min-height: 450px;
}
.sponsor-card .sponsor-img-wrapper {
	width: 250px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.sponsor-card img.sponsor-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.sponsor-card h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	margin: 0 0 10px;
}
.sponsor-card h3 {
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	margin: 0 0 10px;
	color: #555;
}
.sponsor-card p {
	font-size: clamp(0.9rem, 1.8vw, 1rem);
	line-height: 1.5;
	flex: 1;
}
.discover-btn {
	background-color: #2382c0;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	transition: background 0.3s;
	margin-top: auto;
	display: inline-block;
}
.discover-btn:hover {
	background-color: #216897;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width:900px) {
	.sponsor-card {
		flex: 1 1 45%;
		min-height: 400px;
	}
}
@media (max-width:600px) {
	.sponsor-card {
		flex: 1 1 100%;
		min-height: auto;
	}
}
html, body {
	margin: 0;
	height: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
body {
	display: flex;
	flex-direction: column;
	padding-top: 80px;
	min-height: 100vh;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #1a1a1a;
	color: white;
	display: flex;
	align-items: center;
	padding: 0 20px;
	z-index: 1000;
}
.logo img {
	height: clamp(30px, 2vw, 60px);
	width: auto;
}
.nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.nav-button {
	display: inline-block;
	padding: 10px 12px;
	background: none;
	border: none;
	color: white;
	font-size: 1rem;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	transition: background 0.3s;
}
.nav-button:hover {
	background: #333;
	text-decoration: none;
}
.nav-button:link, .nav-button:visited, .nav-button:active {
	color: white;
}
.team-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.team-member {
	display: flex;
	align-items: flex-start;
	flex: 1 1 calc(33.333% - 20px);
	gap: 15px;
	margin-bottom: 20px;
}
.team-member img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}
.team-info h3 {
	margin: 0;
	font-size: 1.2rem;
}
.team-info h4 {
	margin: 5px 0;
	font-size: 1rem;
	color: gray;
}
.team-info p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
}
.contact-btn {
	margin-left: auto;
	transform: translateX(-50px);
	background: #2382c0;
	border: none;
	color: white;
	padding: 6px 10px;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 5px #2382c0, 0 0 10px #2382c0;
	transition: all 0.3s ease;
}
.contact-btn:hover {
	background: #2382c0;
	color: #000;
	box-shadow: 0 0 10px #2382c0, 0 0 20px #2382c0;
	text-decoration: none;
	cursor: pointer;
}
main {
	flex: 1;
	box-sizing: border-box;
}
.footer {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-color: #1a1a1a;
	color: #fff;
	padding: 20px 0;
	flex-shrink: 0;
}
.footer-column {
	flex: 0 0 200px;
	margin: 0 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.unilogo {
	height: 70px;
	width: auto;
	transform: none;
}
.footer-column .social-link svg {
	flex-shrink: 0;
}
.footer-column .social-link {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0;
	color: white;
	text-decoration: none;
	font-size: 0.9rem;
}
.social-link:hover {
	text-decoration: underline;
	color: #2382c0;
}
@media (max-width: 768px) {
	.nav {
		gap: 10px;
		max-width: 60%;
	}
	.contact-btn {
		display: none;
	}
	.nav button {
		padding: 8px 10px;
		font-size: 0.9rem;
	}
	.logo {
		display: none;
	}
	.footer {
		flex-direction: column;
		align-items: center;
	}
	.footer-column {
		margin: 10px 0;
	}
}
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: #ffffff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 700px;
	margin: 0 auto;
}
.contact-form label {
	font-weight: 600;
	font-size: 1rem;
	color: #222;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1rem;
	transition: border 0.3s, box-shadow 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus {
	border-color: #2382c0;
	box-shadow: 0 0 0 2px rgba(35, 130, 192, 0.2);
	outline: none;
}
.contact-form textarea {
	resize: vertical;
	min-height: 120px;
}
.contact-form button {
	align-self: flex-start;
	background-color: #2382c0;
	color: #fff;
	padding: 12px 28px;
	border: none;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}
.contact-form button:hover {
	background-color: #1c6291;
	transform: scale(1.03);
}
.g-recaptcha {
	margin: 10px 0;
}
#countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(15px, 3vw, 40px);
	margin-top: 25px;
	pointer-events: none;
}
.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.countdown-item span {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 10px rgba(35, 130, 192, 0.8);
}
.carousel-overlay h2 {
	margin-top: 30px !important;
	font-size: clamp(1.2rem, 2.5vw, 2rem);
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 8px rgba(35, 130, 192, 0.7);
}
.countdown-item p {
	margin: 5px 0 0;
	font-size: clamp(0.9rem, 1.8vw, 1.2rem);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #ddd;
}
@media (max-width: 600px) {
	#countdown {
		gap: 15px;
	}
	.countdown-item span {
		font-size: 1.8rem;
	}
}
.contact-form [name="_honeypot"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.form-message {
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}
.form-message:empty {
	display: none;
}
.form-message {
	color: #2382c0;
}
.form-message.error {
	color: #c0392b;
}
@media (max-width: 600px) {
	.contact-form {
		padding: 20px;
	}
	.contact-form button {
		width: 100%;
		text-align: center;
	}
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1rem;
	transition: border 0.3s, box-shadow 0.3s;
}
.contact-form label {
	margin-top: 5px;
}
.contact-form input#organization {
	margin-bottom: 5px;
}
.contact-form input#subject {
	margin-bottom: 5px;
}