/* Navigation */
nav {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.nav-link {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #fff;
}

.navbar-nav .nav-link {
	margin: 0px 6px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px !important;
	}

	.nav-links {
		gap: 15px;
	}

	.language-picker {
		display: none !important;
	}

	.section-card {
		padding: 28px 24px;
	}


	nav:has(.navbar-collapse.show) .language-picker {
display: flex !important;
	}
}

.language-picker select {
	padding: 6px;
	border-radius: 8px;
}

.language-picker {
	display: flex;
	align-items: center;
}

/* Main Content */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	/* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
	color: #ffffff;
	min-height: 100vh;

	background: linear-gradient(121deg, rgba(20, 14, 13, 1) 0%, rgba(10, 10, 10, 1) 100%);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

header {
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.3);
}

.logo {
	font-size: 32px;
	font-weight: bold;
	color: #ff4444;
	letter-spacing: 2px;
}

.highlight {
	color: #ff4444;
}

.subtitle {
	font-size: 18px;
	color: #999;
	max-width: 700px;
	margin: 0 auto 60px;
	line-height: 1.6;
}

.hero {
	text-align: center;
	padding: 60px 20px;
}

h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	overflow: hidden;
}

.primary-btn {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s;
	color: #ccc;
	/* font-size: 15px; */
	font-size: 1.25rem;
	text-decoration: none;
	font-family: Inter, sans-serif, system-ui;
}

.primary-btn:hover {
	/* background: rgba(255, 255, 255, 0.08); */
	color: white;
	background: rgba(255, 68, 68, 1);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.clean-dropdown {
	background: rgba(0, 0, 0, 0.4);
	/* background: rgba(255, 255, 255, 0.05); */
	/* border: 2px solid rgba(255, 255, 255, 0.1); */
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 10px 16px;
	color: white;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
	outline: 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='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E"); */
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
	text-align: center;
}

.clean-dropdown:hover {
	/* background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 68, 68, 0.3); */
	background: rgba(0, 0, 0, 0.6);
	border-color: #ff4444;
}

.clean-dropdown:focus {
	/* border-color: rgba(255, 68, 68, 0.5); */
    border-color: #ff4444;
}

.clean-dropdown option {
	background: #1a1a1a;
	color: white;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.hero {
	flex: 1;
}

.bordered-button:hover {
	color: #ff4444 !important;

	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 68, 68, 0.2);
}

.bordered-button {
	padding: 24px 28px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: flex;
	gap: 10px;
	align-items: center;
	user-select: none;

	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.3s;

	text-decoration: none;
}

.bordered-button:disabled {
	opacity: 0.5;
}

.navigation {
	color: #ff4444;
	text-decoration: none;
	transition: color 0.3s;
}

.navigation:hover {
	color: #ff6666;
	text-decoration: underline;
}



.section-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 40px;
	margin-bottom: 24px;
}

.section-title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}

.section-subtitle {
	font-size: 14px;
	color: #999;
	margin-bottom: 24px;
}

.error-message {
	background: rgba(244, 67, 54, 0.1);
	border: 1px solid rgba(244, 67, 54, 0.3);
	border-radius: 8px;
	padding: 12px 16px;
	color: #f44336;
	font-size: 14px;
	margin-top: 16px;
	display: none;
}

noscript > .error-message {
	margin-bottom: 60px;
}

.error-message.show {
	display: block;
}
