@font-face {
	font-family: 'ChooseSpaces';
	src: url('/assets/fonts/CHOOSE-SPACES-DEMO-BF69e5f9adee9d9.otf') format('opentype'),
		url('/assets/fonts/CHOOSE-SPACES-DEMO-BF69e5f9ae9641c.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Chiffres et ponctuation en police classique partout où ChooseSpaces est utilisé */
@font-face {
	font-family: 'ChooseSpaces';
	src: local('Inter'), local('Helvetica Neue'), local('Arial');
	unicode-range:
		U+0021-002F,  /* !"#$%&'()*+,-./ */
		U+0030-0039,  /* 0–9 */
		U+003A-0040,  /* :;<=>?@ */
		U+005B-0060,  /* [\]^_` */
		U+007B-007E;  /* {|}~ */
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #10121A;
	color: #ffffff;
	font-family: 'ChooseSpaces', sans-serif;
	letter-spacing: 0.04em;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
}

.dot {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.apo {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}


header {
	display: flex;
	align-items: center;
	padding: 18px 40px;
	background-color: #10121A;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-brand img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	margin-top: -6px;
}

.header-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.brand-name {
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	font-family: 'ChooseSpaces', sans-serif;
	text-decoration: none;
	line-height: 1;
}

.header-brand>a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.brand-underline {
	width: 40px;
	height: 3px;
	background-color: #5380FF;
	border-radius: 2px;
}

.header-buttons {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-nav {
	display: flex;
	gap: 32px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.nav-link {
	text-decoration: none;
	color: #8491AF;
	font-size: 15px;
	font-family: 'ChooseSpaces', sans-serif;
	letter-spacing: 0.06em;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: color 0.2s;
}

.nav-link.active {
	color: #fff;
	border-bottom-color: #5380FF;
}

.nav-link:hover {
	color: #fff;
}

.btn-account {
	background-color: #262C3E;
	color: #EDF0F6;
	border: none;
	border-radius: 8px;
	padding: 7px 16px 7px 7px;
	font-family: 'ChooseSpaces', sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 9px;
}

.account-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #5380FF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #fff;
	flex-shrink: 0;
}

.account-avatar img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.btn-logout {
	background: transparent;
	border: 1px solid rgba(239, 68, 68, 0.35);
	border-radius: 8px;
	width: 36px;
	height: 36px;
	padding: 7px;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 8px;
	flex-shrink: 0;
	transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.btn-logout img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.btn-logout:hover {
	background: rgba(239, 68, 68, 0.12);
	border-color: #ef4444;
	box-shadow: 0 0 10px rgba(239, 68, 68, 0.3);
}

.btn-login {
	background-color: #1E2436;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 10px 22px;
	font-family: 'ChooseSpaces', sans-serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	cursor: pointer;
	text-decoration: none;
}

.btn-signup {
	background-color: #5380FF;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 10px 22px;
	font-family: 'ChooseSpaces', sans-serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	cursor: pointer;
	text-decoration: none;
}


main {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.hero {
	height: calc(100vh - 72px);
	min-height: 480px;
	max-height: 960px;
	display: flex;
	align-items: center;
	padding: clamp(30px, 4.5vw, 80px) clamp(24px, 3.5vw, 80px);
	gap: clamp(30px, 4.5vw, 80px);
}

.planet {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.planet-1 {
	width: 560px;
	height: 560px;
	top: -60px;
	right: 180px;
	background: radial-gradient(circle at 38% 32%, #1c2340 0%, #10121A 70%);
	border: 1px solid rgba(83, 128, 255, 0.08);
}

.planet-2 {
	width: 360px;
	height: 360px;
	top: 480px;
	left: -100px;
	background: radial-gradient(circle at 38% 32%, #181e30 0%, #10121A 65%);
	border: 1px solid rgba(83, 128, 255, 0.06);
}

.hero-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.hero-tag {
	font-size: clamp(10px, 0.85vw, 13px);
	letter-spacing: 0.15em;
	color: #5380FF;
	margin-bottom: clamp(12px, 1.4vw, 22px);
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.hero-title {
	font-size: clamp(42px, 5.2vw, 88px);
	line-height: 1.05;
	font-family: 'ChooseSpaces', sans-serif;
	font-weight: normal;
	color: #fff;
	margin-bottom: clamp(10px, 1vw, 18px);
}

.hero-underline {
	width: 160px;
	height: 3px;
	background-color: #5380FF;
	border-radius: 2px;
	margin-bottom: 28px;
}

.hero-subtitle {
	font-size: clamp(13px, 1.15vw, 19px);
	color: #8491AF;
	margin-bottom: clamp(24px, 2.5vw, 44px);
}

.hero-actions {
	display: flex;
	gap: 14px;
	align-items: center;
}

.btn-primary {
	background-color: #5380FF;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: clamp(12px, 1vw, 17px) clamp(22px, 2.2vw, 38px);
	font-family: 'ChooseSpaces', sans-serif;
	font-size: clamp(13px, 1.05vw, 16px);
	cursor: pointer;
}

.btn-dark {
	background-color: #1E2436;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: clamp(12px, 1vw, 17px) clamp(22px, 2.2vw, 38px);
	font-family: 'ChooseSpaces', sans-serif;
	font-size: clamp(13px, 1.05vw, 16px);
	cursor: pointer;
}


.hero-right {
	flex-shrink: 0;
	width: clamp(300px, 34vw, 520px);
	position: relative;
	z-index: 1;
}

.prism-card {
	background-color: #161C2D;
	border: 1px solid #252C40;
	border-radius: 20px;
	padding: clamp(24px, 2.8vw, 44px);
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2.2vw, 36px);
}

.card-title {
	font-size: clamp(36px, 4vw, 64px);
	font-family: 'ChooseSpaces', sans-serif;
	font-weight: normal;
	color: #fff;
}

.card-lines {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.card-line {
	height: 4px;
	border-radius: 2px;
}

.line-blue {
	background-color: #5380FF;
	width: 52%;
}

.line-purple {
	background-color: #8B5CF6;
	width: 68%;
}

.line-teal {
	background-color: #22D3EE;
	width: 84%;
}

.card-stats {
	display: flex;
	gap: 40px;
}

.stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.stat-value {
	font-size: clamp(22px, 2.3vw, 38px);
	font-weight: normal;
	color: #fff;
	font-family: 'Inter', sans-serif;
}

.stat-label {
	font-size: clamp(11px, 0.9vw, 15px);
	color: #8491AF;
	font-family: 'Inter', sans-serif;
}

.card-online {
	background-color: #1D2438;
	border-radius: 10px;
	padding: clamp(10px, 1vw, 16px) clamp(14px, 1.3vw, 20px);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(11px, 0.9vw, 14px);
	color: #8491AF;
	font-family: 'Inter', sans-serif;
}

.online-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #22C55E;
	flex-shrink: 0;
}


.features {
	padding: 50px 40px;
	position: relative;
	z-index: 1;
}

.features-header {
	margin-bottom: 32px;
}

.features-header h2 {
	font-size: 26px;
	font-family: 'ChooseSpaces', sans-serif;
	font-weight: normal;
	color: #fff;
	margin-bottom: 8px;
}

.features-header h2 .inter {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.features-header p {
	font-size: 14px;
	color: #8491AF;
	font-family: 'Inter', sans-serif;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.feature-card {
	background-color: #161C2D;
	border-left: 3px solid #5380FF;
	border-radius: 4px;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.feature-card h3 {
	font-size: 17px;
	font-family: 'ChooseSpaces', sans-serif;
	font-weight: normal;
	color: #fff;
}

.feature-card p {
	font-size: 13px;
	color: #8491AF;
	font-family: 'Inter', sans-serif;
}


footer {
	padding: 22px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	font-size: 12px;
	color: #8491AF;
	font-family: 'Inter', sans-serif;
	position: relative;
	z-index: 1;
}

footer .name {
	font-family: 'ChooseSpaces', sans-serif;
}

.heart {
	color: #e74c3c;
}

.footer-team,
.footer-cgu {
	text-decoration: none;
	color: inherit;
}

.footer-team:hover,
.footer-cgu:hover {
	color: #fff;
}


@media (max-width: 768px) {
	.header-nav {
		display: none;
	}
}

@media (max-width: 1024px) {
	header {
		padding: 16px 24px;
	}

	.features {
		padding: 50px 24px;
	}

	footer {
		padding: 22px 24px;
		gap: 60px;
	}
}

@media (max-width: 768px) {
	header {
		padding: 14px 20px;
	}

	.hero {
		height: auto;
		min-height: auto;
		max-height: none;
		flex-direction: column;
		padding: 40px 24px;
		gap: 36px;
		align-items: stretch;
	}

	.hero-left {
		align-items: center;
		text-align: center;
	}

	.hero-underline {
		margin: 0 auto 24px;
	}

	.hero-title {
		font-size: 48px;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-right {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.features {
		padding: 40px 20px;
	}

	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	footer {
		gap: 40px;
		padding: 20px 24px;
	}
}

@media (max-width: 480px) {
	header {
		padding: 12px 16px;
	}

	.btn-login,
	.btn-signup {
		padding: 8px 14px;
		font-size: 12px;
	}

	.hero {
		padding: 32px 16px;
		gap: 28px;
	}

	.hero-title {
		font-size: 38px;
	}

	.hero-actions {
		flex-direction: column;
		width: 100%;
	}

	.btn-primary,
	.btn-dark {
		width: 100%;
		text-align: center;
	}

	.prism-card {
		padding: 22px;
		gap: 18px;
	}

	.stat-value {
		font-size: 24px;
	}

	.card-stats {
		gap: 20px;
	}

	.features {
		padding: 36px 16px;
	}

	.features-header h2 {
		font-size: 22px;
	}

	.features-grid {
		grid-template-columns: 1fr;
	}

	footer {
		flex-direction: column;
		gap: 10px;
		text-align: center;
		padding: 20px 16px;
	}
}

@media (max-height: 560px) and (min-width: 600px) {
	.hero {
		height: auto;
		min-height: auto;
		max-height: none;
		padding: 24px 32px;
	}
}