/**
 * Fallback CSS – thème Emotta (sans build Tailwind)
 * Chargé quand dist/manifest.json n'existe pas.
 */

:root {
	--emotta-black: #0a0a0f;
	--emotta-dark: #12121a;
	--emotta-violet: #7c3aed;
	--emotta-violet-light: #a78bfa;
	--emotta-violet-glow: rgba(124, 58, 237, 0.4);
	--emotta-blue: #3b82f6;
	--emotta-blue-light: #60a5fa;
	--emotta-blue-glow: rgba(59, 130, 246, 0.4);
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--gray-900: #111827;
	--white: #fff;
	--radius: 1rem;
	--radius-lg: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body.min-h-screen { min-height: 100vh; }
body.bg-emotta-black { background-color: var(--emotta-black); color: #f3f4f6; -webkit-font-smoothing: antialiased; }
body.font-sans { font-family: 'Inter', system-ui, -apple-system, sans-serif; }

/* En-tête, tiroir mobile, pied de page : définitions dans style.css (emotta-base). */

/* Buttons */
.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background-color: var(--emotta-violet);
	padding: 0.75rem 1.5rem;
	font-weight: 500;
	color: var(--white);
	text-decoration: none;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
}
.btn-primary:hover { background-color: var(--emotta-violet-light); box-shadow: 0 10px 25px -5px var(--emotta-violet-glow); transform: translateY(-1px); }
.btn-primary:focus { outline: 2px solid var(--emotta-violet); outline-offset: 2px; }
.btn-primary:focus-visible { outline: 2px solid var(--emotta-violet); outline-offset: 2px; }
.btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border: 1px solid var(--emotta-blue);
	background: transparent;
	padding: 0.75rem 1.5rem;
	font-weight: 500;
	color: var(--emotta-blue-light);
	text-decoration: none;
	transition: all 0.3s;
}
.btn-secondary:hover { background-color: rgba(59, 130, 246, 0.2); box-shadow: 0 10px 25px -5px var(--emotta-blue-glow); transform: translateY(-1px); }
.btn-secondary:focus { outline: 2px solid var(--emotta-blue); outline-offset: 2px; }
.btn-secondary:focus-visible { outline: 2px solid var(--emotta-blue); outline-offset: 2px; }

/* Main */
#content.pt-16 { padding-top: 4rem; }

/* Reveal (fallback) */
.emotta-reveal,
[data-emotta-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.emotta-reveal.is-visible,
[data-emotta-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Hub accueil premium */
.home-hub { position: relative; overflow: hidden; }
.home-hub__eyebrow { display: inline-block; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); border-radius: 9999px; padding: 0.35rem 0.8rem; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-300); }
.home-hub__title-gradient { display: inline-block; background: linear-gradient(90deg, #a78bfa 0%, #60a5fa 45%, #34d399 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-hub__btn-logiciels { display: inline-flex; align-items: center; justify-content: center; border-radius: 0.5rem; border: 1px solid #10b981; background: rgba(16,185,129,0.12); color: #34d399; padding: 0.75rem 1.5rem; font-weight: 500; text-decoration: none; transition: all .3s ease; }
.home-hub__btn-logiciels:hover { background: #10b981; color: #fff; box-shadow: 0 10px 25px -5px rgba(16,185,129,.4); }
.home-hub__bg-orb { position: absolute; border-radius: 9999px; filter: blur(64px); pointer-events: none; }
.home-hub__bg-orb--violet { left: -3.5rem; top: 5rem; width: 20rem; height: 20rem; background: rgba(124,58,237,0.24); animation: glow-pulse 4s ease-in-out infinite; }
.home-hub__bg-orb--green { right: -2rem; bottom: 3rem; width: 20rem; height: 20rem; background: rgba(16,185,129,0.2); animation: glow-pulse 5s ease-in-out infinite; }
.home-hub__bg-grid { position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: radial-gradient(circle at 25% 20%, rgba(124,58,237,.25), transparent 32%), radial-gradient(circle at 76% 75%, rgba(16,185,129,.22), transparent 30%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, auto, 64px 64px, 64px 64px; }
.home-hub-marquee { position: relative; overflow-x: hidden; overflow-y: hidden; width: 100%; max-width: 100%; }
@keyframes emotta-hub-marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(calc(-50% - var(--home-hub-marquee-gap) / 2), 0, 0); } }
.home-hub-marquee__flip { width: 100%; max-width: 100%; overflow-x: hidden; overflow-y: hidden; transform: scaleX(-1); }
.home-hub-marquee__flip .home-hub-marquee__track span { transform: scaleX(-1); }
.home-hub-marquee__track { --home-hub-marquee-gap: 1.25rem; display: flex; flex-shrink: 0; align-items: center; gap: 1.25rem; width: max-content; white-space: nowrap; padding: 1rem 0; font-size: .875rem; font-weight: 500; animation: emotta-hub-marquee 32s linear infinite; will-change: transform; }
.home-hub-marquee__track--alt-speed { animation-duration: 36s; }
.home-hub-marquee__track span { display: inline-flex; flex-shrink: 0; align-items: center; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); border-radius: 9999px; padding: .35rem .9rem; }
.home-hub-marquee--sites span { color: var(--emotta-violet-light); }
.home-hub-marquee--logiciels span { color: #34d399; }
.home-hub-zones { padding: 5rem 1rem; }
@media (min-width: 640px) { .home-hub-zones { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .home-hub-zones { padding-left: 2rem; padding-right: 2rem; } }
.home-hub-zones > .mx-auto { max-width: 80rem; margin-left: auto; margin-right: auto; display: grid; gap: 2rem; }
@media (min-width: 1024px) { .home-hub-zones > .mx-auto { grid-template-columns: repeat(2, 1fr); } }
.home-hub-zone { position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); padding: 2rem; }
.home-hub-zone::before { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .3s ease; pointer-events: none; background: linear-gradient(135deg, rgba(124,58,237,.12), transparent 45%, rgba(59,130,246,.1)); }
.home-hub-zone--logiciels::before { background: linear-gradient(135deg, rgba(16,185,129,.14), transparent 45%, rgba(59,130,246,.1)); }
.home-hub-zone:hover::before { opacity: 1; }
.home-hub-zone__label { font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gray-400); }
.home-hub-zone__title { margin-top: .75rem; font-size: 1.75rem; font-weight: 700; color: var(--white); }
.home-hub-zone__desc { margin-top: 1rem; color: var(--gray-300); line-height: 1.6; }
.home-hub-zone__list { margin-top: 1.25rem; padding: 0; list-style: none; }
.home-hub-zone__list li { display: flex; gap: .5rem; align-items: flex-start; color: var(--gray-300); font-size: .9rem; }
.home-hub-zone__list li + li { margin-top: .65rem; }
.home-hub-zone__list li::before { content: "•"; color: var(--emotta-violet-light); font-weight: 700; }
.home-hub-zone--logiciels .home-hub-zone__list li::before { color: #34d399; }
.home-hub-zone__cta { display: inline-flex; margin-top: 1.5rem; padding: .75rem 1.1rem; border-radius: .5rem; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); color: var(--white); font-size: .9rem; font-weight: 500; text-decoration: none; transition: all .2s ease; }
.home-hub-zone__cta:hover { background: rgba(255,255,255,.1); }
.home-hub-zone--sites .home-hub-zone__cta { border-color: rgba(124,58,237,.45); color: var(--emotta-violet-light); }
.home-hub-zone--logiciels .home-hub-zone__cta { border-color: rgba(16,185,129,.45); color: #34d399; }
/* Bande finale hub */
.home-hub-final { padding: clamp(4rem, 10vw, 7rem) 1.25rem clamp(4.75rem, 11vw, 8.5rem); }
@media (min-width: 640px) { .home-hub-final { padding-left: 2.5rem; padding-right: 2.5rem; } }
@media (min-width: 1024px) { .home-hub-final { padding-left: 3.5rem; padding-right: 3.5rem; } }
.home-hub-final__glow { position: absolute; border-radius: 9999px; filter: blur(100px); width: min(28rem, 70vw); height: min(22rem, 50vw); opacity: .35; }
.home-hub-final__glow--violet { left: -5rem; top: -6rem; background: rgba(124,58,237,.3); }
.home-hub-final__glow--green { right: -4rem; bottom: -7rem; background: rgba(16,185,129,.25); }
.home-hub-final__mesh { position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; }
.home-hub-final__inner { width: 100%; max-width: min(48rem, 100%); margin-left: auto; margin-right: auto; }
.home-hub-final__inner > header { text-align: center; }
.home-hub-final__kicker { font-size: .7rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gray-500); }
.home-hub-final__heading { margin-top: 1rem; font-size: clamp(1.65rem, 4vw, 2.65rem); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; background: linear-gradient(180deg, #fff 0%, #c4c4d4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-hub-final__intro { margin-top: 1.5rem; margin-bottom: 0.5rem; font-size: 1rem; line-height: 1.7; color: var(--gray-400); }
.home-hub-final__paths { display: grid; gap: 1.5rem; margin-top: 4.25rem; align-items: stretch; }
@media (min-width: 768px) { .home-hub-final__paths { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
@media (min-width: 1024px) { .home-hub-final__paths { gap: 2.25rem; margin-top: 5.5rem; } }
.home-hub-final__path { position: relative; display: flex; flex-direction: column; border-radius: 1rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.02); padding: 1.75rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); transition: border-color .3s, background .3s, box-shadow .3s; }
@media (min-width: 640px) { .home-hub-final__path { padding: 2rem; } }
.home-hub-final__path:hover { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); box-shadow: 0 24px 48px -32px rgba(0,0,0,.6); }
.home-hub-final__path--sites { border-top: 2px solid rgba(124,58,237,.7); }
.home-hub-final__path--logiciels { border-top: 2px solid rgba(16,185,129,.7); }
.home-hub-final__path-head { display: flex; align-items: flex-start; gap: 1rem; }
.home-hub-final__path-icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; margin-top: .125rem; width: 2.5rem; height: 2.5rem; border-radius: .75rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: var(--emotta-violet-light); }
.home-hub-final__path-icon-svg { width: 1.35rem; height: 1.35rem; }
.home-hub-final__path-icon--sites { border-color: rgba(124,58,237,.35); background: rgba(124,58,237,.06); color: var(--emotta-violet-light); }
.home-hub-final__path-icon--logiciels { border-color: rgba(16,185,129,.35); background: rgba(16,185,129,.06); color: #34d399; }
.home-hub-final__path-title { font-size: 1.25rem; font-weight: 700; line-height: 1.3; color: var(--white); }
@media (min-width: 640px) { .home-hub-final__path-title { font-size: 1.5rem; } }
.home-hub-final__path-desc { margin-top: 1rem; flex: 1; font-size: .9rem; line-height: 1.65; color: var(--gray-400); }
@media (min-width: 640px) { .home-hub-final__path-desc { font-size: .95rem; } }
.home-hub-final__path-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.75rem; font-size: .875rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.home-hub-final__path-link--sites { color: var(--emotta-violet-light); }
.home-hub-final__path-link--sites:hover { color: var(--white); }
.home-hub-final__path-link--logiciels { color: #34d399; }
.home-hub-final__path-link--logiciels:hover { color: var(--white); }
.home-hub-final__path-arrow { display: inline-block; transition: transform .3s; }
.home-hub-final__path-link:hover .home-hub-final__path-arrow { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
	.home-hub__bg-orb,
	.home-hub-marquee__track { animation: none !important; }
}

/* Hero */
#content > section:first-of-type {
	position: relative;
	overflow: hidden;
	background-color: var(--emotta-black);
	padding: 6rem 1rem;
	text-align: center;
}
@media (min-width: 640px) { #content > section:first-of-type { padding: 8rem 1.5rem; } }
@media (min-width: 1024px) { #content > section:first-of-type { padding-left: 2rem; padding-right: 2rem; } }
#content > section:first-of-type .absolute { position: absolute; }
#content > section:first-of-type .inset-0 { inset: 0; }
#content > section:first-of-type .bg-gradient-to-br.from-emotta-violet\/20 { background: linear-gradient(to bottom right, rgba(124,58,237,0.2), transparent, rgba(59,130,246,0.2)); opacity: 0.6; }
#content > section:first-of-type .rounded-full.blur-3xl { border-radius: 9999px; filter: blur(64px); }
#content > section:first-of-type .bg-emotta-violet\/30 { background-color: rgba(124, 58, 237, 0.3); }
#content > section:first-of-type .bg-emotta-blue\/25 { background-color: rgba(59, 130, 246, 0.25); }
#content > section:first-of-type .left-1\/2 { left: 50%; }
#content > section:first-of-type .top-1\/4 { top: 25%; }
#content > section:first-of-type .-translate-x-1\/2 { transform: translateX(-50%); }
#content > section:first-of-type .h-96.w-96 { height: 24rem; width: 24rem; }
#content > section:first-of-type .right-0 { right: 0; }
#content > section:first-of-type .top-1\/2 { top: 50%; }
#content > section:first-of-type .h-64.w-64 { height: 16rem; width: 16rem; }
@keyframes glow-pulse { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
#content > section:first-of-type .animate-glow-pulse { animation: glow-pulse 3s ease-in-out infinite; }
#content > section:first-of-type .relative { position: relative; }
#content > section:first-of-type .mx-auto { margin-left: auto; margin-right: auto; }
#content > section:first-of-type .max-w-4xl { max-width: 56rem; }
#content > section:first-of-type h1 { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.03em; color: var(--white); line-height: 1.15; margin: 0; }
@media (min-width: 640px) { #content > section:first-of-type h1 { font-size: 3rem; } }
@media (min-width: 1024px) { #content > section:first-of-type h1 { font-size: 3.75rem; line-height: 1.1; } }
#content > section:first-of-type h1 .bg-gradient-to-r.from-white.to-gray-300 { background: linear-gradient(to right, #fff, var(--gray-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }
#content > section:first-of-type h1 .bg-gradient-to-r.from-emotta-violet-light.to-emotta-blue-light { background: linear-gradient(to right, var(--emotta-violet-light), var(--emotta-blue-light)); -webkit-background-clip: text; background-clip: text; color: transparent; }
#content > section:first-of-type .mt-6 { margin-top: 1.5rem; }
#content > section:first-of-type .max-w-2xl { max-width: 42rem; }
#content > section:first-of-type .text-lg { font-size: 1.125rem; }
#content > section:first-of-type .text-gray-400 { color: var(--gray-400); }
#content > section:first-of-type .mt-10 { margin-top: 2.5rem; }
#content > section:first-of-type .flex { display: flex; }
#content > section:first-of-type .flex-wrap { flex-wrap: wrap; }
#content > section:first-of-type .items-center { align-items: center; }
#content > section:first-of-type .justify-center { justify-content: center; }
#content > section:first-of-type .gap-4 { gap: 1rem; }

/* Vagues en bas de la première bande (hero) → transition vers Mes réalisations */
#content > section:first-of-type {
	position: relative;
	padding-bottom: 8rem;
}
.emotta-hero-waves {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 120px;
	pointer-events: none;
	line-height: 0;
	z-index: 10;
}
.emotta-hero-waves__svg {
	width: 100%;
	height: 100%;
	display: block;
}
.emotta-hero-waves__path {
	fill: #0a0a0f;
}

/* Section Forfaits */
#forfaits {
	border-top: 1px solid rgba(255,255,255,0.05);
	background-color: var(--emotta-dark);
	padding: 5rem 1rem;
}
@media (min-width: 640px) { #forfaits { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { #forfaits { padding-left: 2rem; padding-right: 2rem; } }
#forfaits .mx-auto { margin-left: auto; margin-right: auto; }
#forfaits .max-w-7xl { max-width: 80rem; }
#forfaits h2 { text-align: center; font-size: 1.875rem; font-weight: 700; color: var(--white); margin: 0; letter-spacing: -0.02em; }
@media (min-width: 640px) { #forfaits h2 { font-size: 2.25rem; } }
#forfaits .mt-4 { margin-top: 1rem; }
#forfaits > .mx-auto > .mt-4 { margin-left: auto; margin-right: auto; text-align: center; max-width: 42rem; }
#forfaits .mt-16 { margin-top: 4rem; }
#forfaits .grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { #forfaits .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { #forfaits .grid { grid-template-columns: repeat(3, 1fr); } }
#forfaits .rounded-2xl { border-radius: var(--radius-lg); }
#forfaits .border { border-width: 1px; }
#forfaits .bg-white\/5 { background-color: rgba(255,255,255,0.06); }
#forfaits .p-8 { padding: 2rem; }
#forfaits .transition-all { transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
#forfaits .border-white\/10 { border-color: rgba(255,255,255,0.1); }
#forfaits .border-emotta-violet\/50 { border-color: rgba(124, 58, 237, 0.5); }
#forfaits .shadow-lg { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.03); }
#forfaits .shadow-emotta-violet-glow\/20 { box-shadow: 0 20px 40px -10px var(--emotta-violet-glow), 0 0 0 1px rgba(124,58,237,0.2); }
#forfaits .relative { position: relative; }
#forfaits .absolute { position: absolute; }
#forfaits .-top-3 { top: -0.75rem; }
#forfaits .emotta-card-highlight { padding-top: 1.5rem; }
#forfaits .rounded-2xl:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 0 0 30px -10px var(--emotta-violet-glow); }
#forfaits .border-emotta-violet\/50.rounded-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 0 0 40px -10px var(--emotta-violet-glow); }
#forfaits .emotta-surmesure-band {
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#forfaits .emotta-surmesure-band:hover {
	transform: translateY(-4px);
	border-color: rgba(124, 58, 237, 0.5);
	box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 0 0 34px -10px var(--emotta-violet-glow);
}
#forfaits #options-sites {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: 1px solid rgba(255,255,255,0.1);
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}
#forfaits #options-sites h2 {
	text-align: center;
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--white);
	margin: 0;
	letter-spacing: -0.02em;
}
@media (min-width: 640px) {
	#forfaits #options-sites h2 { font-size: 2.25rem; }
}
#forfaits #options-sites > p.mx-auto { margin-left: auto; margin-right: auto; text-align: center; max-width: 42rem; }
#forfaits .left-1\/2 { left: 50%; }
#forfaits .-translate-x-1\/2 { transform: translateX(-50%); }
#forfaits .rounded-full { border-radius: 9999px; }
#forfaits .bg-emotta-violet { background-color: var(--emotta-violet); }
#forfaits .px-4 { padding-left: 1rem; padding-right: 1rem; }
#forfaits .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
#forfaits .text-xs { font-size: 0.75rem; }
#forfaits .font-semibold { font-weight: 600; }
#forfaits h3 { font-size: 1.25rem; font-weight: 700; color: var(--white); margin: 0; }
#forfaits .mt-2 { margin-top: 0.5rem; }
#forfaits .text-gray-400 { color: var(--gray-400); }
#forfaits .mt-6 { margin-top: 1.5rem; }
#forfaits .text-4xl { font-size: 2.25rem; font-weight: 700; color: var(--white); }
#forfaits .text-gray-500 { color: var(--gray-500); }
#forfaits .space-y-2 > * + * { margin-top: 0.5rem; }
#forfaits .flex { display: flex; }
#forfaits .items-center { align-items: center; }
#forfaits .gap-2 { gap: 0.5rem; }
#forfaits .text-sm { font-size: 0.875rem; color: var(--gray-300); }
#forfaits .mt-8 { margin-top: 2rem; }
#forfaits .block { display: block; }
#forfaits .w-full { width: 100%; }
#forfaits .rounded-lg { border-radius: 0.5rem; }
#forfaits .border-emotta-violet { border: 1px solid var(--emotta-violet); }
#forfaits .bg-emotta-violet\/10 { background-color: rgba(124, 58, 237, 0.1); }
#forfaits .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
#forfaits .text-center { text-align: center; }
#forfaits .font-medium { font-weight: 500; }
#forfaits .text-emotta-violet-light { color: var(--emotta-violet-light); }
#forfaits .emotta-surmesure-band__cta,
#forfaits .emotta-forfait-features ~ a { transition: background-color 0.2s, color 0.2s; }
#forfaits .emotta-surmesure-band__cta:hover,
#forfaits .emotta-forfait-features ~ a:hover { background-color: var(--emotta-violet); color: var(--white); }
#forfaits ul { list-style: none; padding: 0; margin: 0; }
#forfaits .shrink-0 { flex-shrink: 0; }
#forfaits .text-emotta-violet { color: var(--emotta-violet); }
#forfaits svg { display: block; }

/* Section Réalisations */
#realisations {
	background-color: var(--emotta-black);
	padding: 5rem 1rem;
}
#realisations .mx-auto { margin-left: auto; margin-right: auto; }
#realisations .max-w-7xl { max-width: 80rem; }
#realisations h2 { text-align: center; font-size: 1.875rem; font-weight: 700; color: var(--white); margin: 0; letter-spacing: -0.02em; }
@media (min-width: 640px) { #realisations h2 { font-size: 2.25rem; } }
#realisations > .mx-auto > .mt-4 { margin-left: auto; margin-right: auto; text-align: center; max-width: 42rem; }
/* Grille réalisations (alignée sur style.css — minmax évite colonnes effilées) */
#realisations .emotta-realisations-grid {
	display: grid;
	gap: 2rem;
	margin-top: 4rem;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
	#realisations .emotta-realisations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	#realisations .emotta-realisations-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
#realisations article { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,0.08); background-color: var(--emotta-dark); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
#realisations article:hover { border-color: rgba(124, 58, 237, 0.5); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.3), 0 0 40px -10px var(--emotta-violet-glow); transform: translateY(-2px); }
#realisations .aspect-video { aspect-ratio: 16/9; }
#realisations .rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
#realisations .bg-gray-900 { background-color: var(--gray-900); }
#realisations .absolute { position: absolute; }
#realisations .inset-0 { inset: 0; }
#realisations .top-10 { top: 2.5rem; }
#realisations .left-0, .right-0 { left: 0; right: 0; }
#realisations .z-10 { z-index: 10; }
#realisations .flex { display: flex; }
#realisations .h-10 { height: 2.5rem; }
#realisations .items-center { align-items: center; }
#realisations .gap-2 { gap: 0.5rem; }
#realisations .border-b { border-bottom-width: 1px; }
#realisations .border-white\/10 { border-color: rgba(255,255,255,0.1); }
#realisations .bg-gray-800\/90 { background-color: rgba(31, 41, 55, 0.9); }
#realisations .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
#realisations .h-3.w-3 { height: 0.75rem; width: 0.75rem; border-radius: 9999px; }
#realisations .ml-2 { margin-left: 0.5rem; }
#realisations .flex-1 { flex: 1 1 0%; }
#realisations .rounded { border-radius: 0.25rem; }
#realisations .bg-gray-700\/80 { background-color: rgba(55, 65, 81, 0.8); }
#realisations .text-gray-400 { color: var(--gray-400); }
#realisations .h-full.w-full { height: 100%; width: 100%; }
#realisations .object-cover { object-fit: cover; }
#realisations .object-top { object-position: top; }
#realisations .border-0 { border: 0; }
#realisations .opacity-0 { opacity: 0; transition: opacity 0.3s; }
#realisations .group:hover div.bg-gradient-to-t.from-emotta-black\/95 { opacity: 1; }
#realisations .bg-gradient-to-t.from-emotta-black\/95 { background: linear-gradient(to top, rgba(10,10,15,0.95), rgba(10,10,15,0.4), transparent); }
#realisations .bottom-4 { bottom: 1rem; }
#realisations .left-1\/2 { left: 50%; }
#realisations .-translate-x-1\/2 { transform: translateX(-50%); }
#realisations .p-5 { padding: 1.25rem; }
#realisations article h3 { font-size: 1.125rem; font-weight: 600; color: var(--white); margin: 0; }
#realisations .mt-1 { margin-top: 0.25rem; }
#realisations .line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#realisations .bg-gray-800\/50 { background-color: rgba(31, 41, 55, 0.5); }
#realisations .justify-center { justify-content: center; }
#realisations .text-gray-500 { color: var(--gray-500); }
#realisations .rounded-2xl.border.border-white\/10 { border-radius: var(--radius-lg); padding: 3rem; }
#realisations .rounded-2xl.border.border-white\/10 .text-gray-400 { font-size: 1rem; }

/* Section Contact */
#contact {
	border-top: 1px solid rgba(255,255,255,0.05);
	background: linear-gradient(180deg, var(--emotta-dark) 0%, rgba(18,18,26,0.98) 100%);
	padding: 5rem 1rem;
	text-align: center;
}
#contact .max-w-2xl { max-width: 42rem; margin-left: auto; margin-right: auto; }
#contact h2 { font-size: 1.875rem; font-weight: 700; color: var(--white); margin: 0; letter-spacing: -0.02em; }
@media (min-width: 640px) { #contact h2 { font-size: 2.25rem; } }
#contact .mt-4 { margin-top: 1rem; }
#contact .mt-8 { margin-top: 2rem; }
/* Formulaire de contact (classes dédiées) */
.emotta-contact-success {
	margin-top: 2rem;
	padding: 1.25rem 1.5rem;
	text-align: center;
	font-weight: 500;
	color: var(--emotta-violet-light);
	background: rgba(124, 58, 237, 0.12);
	border: 1px solid rgba(124, 58, 237, 0.35);
	border-radius: 0.75rem;
	box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.08);
}
.emotta-contact-form__error {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	padding: 1rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #fecaca;
	background: rgba(239, 68, 68, 0.12);
	border: 1px solid rgba(248, 113, 113, 0.4);
	border-radius: 0.75rem;
}
.emotta-contact-form__row {
	display: grid;
	gap: 1rem 1.25rem;
}
@media (min-width: 640px) {
	.emotta-contact-form__row { grid-template-columns: 1fr 1fr; }
}
.emotta-contact-form {
	position: relative;
	margin-top: 2.5rem;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.03);
	text-align: left;
}
@media (min-width: 640px) {
	.emotta-contact-form { padding: 2.5rem; }
}
.emotta-contact-form__field { margin-bottom: 1.25rem; }
.emotta-contact-form__field:last-of-type { margin-bottom: 1.5rem; }
.emotta-contact-form__field--checkbox { margin-bottom: 1.5rem; }
.emotta-contact-form__optional { font-weight: 400; color: var(--gray-500); font-size: 0.8125rem; }
.emotta-contact-form__req { color: var(--emotta-violet-light); font-weight: 600; }
.emotta-contact-form__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--gray-300);
}
.emotta-contact-form__checkbox {
	flex-shrink: 0;
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.2rem;
	accent-color: var(--emotta-violet);
	cursor: pointer;
}
.emotta-contact-form__hp {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.emotta-contact-form__label {
	display: block;
	margin-bottom: 0.375rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--gray-300);
}
.emotta-contact-form__input {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--white);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.emotta-contact-form__input::placeholder { color: var(--gray-500); }
.emotta-contact-form__input:hover {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
}
.emotta-contact-form__input:focus {
	outline: none;
	border-color: var(--emotta-violet);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
	background: rgba(255, 255, 255, 0.08);
}
.emotta-contact-form__select-wrap {
	position: relative;
	display: block;
	width: 100%;
}
.emotta-contact-form__select-wrap::after {
	content: "";
	position: absolute;
	right: 0.75rem;
	top: 50%;
	width: 1.375rem;
	height: 1.375rem;
	margin-top: -0.6875rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a78bfa' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
	opacity: 0.92;
}
.emotta-contact-form__select-wrap:focus-within::after {
	opacity: 1;
}
.emotta-contact-form__select.emotta-contact-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	min-height: 3rem;
	padding-right: 2.875rem;
	padding-left: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #f3f4f6;
	font-size: 1rem;
	line-height: 1.5;
	background-color: rgba(0, 0, 0, 0.28);
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.5rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.emotta-contact-form__select.emotta-contact-form__input:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.08);
}
.emotta-contact-form__select.emotta-contact-form__input:focus {
	outline: none;
	border-color: var(--emotta-violet);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	background-color: rgba(255, 255, 255, 0.1);
}
.emotta-contact-form__select option {
	background-color: #18181b;
	color: #f3f4f6;
	padding: 0.5rem;
}
.emotta-contact-form__textarea { min-height: 120px; resize: vertical; }
.emotta-contact-form__submit {
	width: 100%;
	padding: 0.875rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.emotta-contact-form__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 25px -5px var(--emotta-violet-glow);
}
.emotta-contact-form__trust {
	margin-top: 1.25rem;
	text-align: center;
	font-size: 0.875rem;
	color: var(--gray-500);
}
#contact .btn-primary { padding: 0.875rem 1.75rem; font-size: 1rem; box-shadow: 0 0 30px -5px var(--emotta-violet-glow); }
#contact .btn-primary:hover { box-shadow: 0 10px 30px -5px var(--emotta-violet-glow); }

/* Pied de page : style.css ; logo image seulement si besoin */
#colophon .emotta-footer-logo__img { display: block; max-height: 2.5rem; width: auto; height: auto; max-width: 160px; }
#colophon .emotta-footer-logo:hover .emotta-footer-logo__img { opacity: 0.9; }

/* --- Mode clair (sans build Tailwind : variables + contrastes) --- */
html[data-emotta-theme="light"] {
	--emotta-black: #fafafa;
	--emotta-dark: #f3f4f6;
	--emotta-violet-glow: rgba(124, 58, 237, 0.18);
	--emotta-blue-glow: rgba(59, 130, 246, 0.18);
	--gray-300: #475569;
	--gray-400: #64748b;
	--gray-500: #64748b;
}
html[data-emotta-theme="light"] body.bg-emotta-black {
	color: #0f172a;
}
html[data-emotta-theme="light"] .home-hub__eyebrow {
	border-color: rgba(15, 23, 42, 0.12);
	background: rgba(255, 255, 255, 0.95);
	color: #475569;
}
html[data-emotta-theme="light"] .home-hub-marquee__track span {
	border-color: rgba(15, 23, 42, 0.12);
	background: #fff;
	color: #475569;
}
html[data-emotta-theme="light"] .home-hub-zone {
	border-color: rgba(15, 23, 42, 0.12);
	background: #fff;
}
html[data-emotta-theme="light"] .home-hub-zone__title {
	color: #0f172a;
}
html[data-emotta-theme="light"] .home-hub-zone__desc,
html[data-emotta-theme="light"] .home-hub-zone__list {
	color: #475569;
}
html[data-emotta-theme="light"] .home-hub-final__path {
	border-color: rgba(15, 23, 42, 0.12);
	background: #fff;
}
html[data-emotta-theme="light"] .home-hub-final__path-title {
	color: #0f172a;
}
html[data-emotta-theme="light"] .home-hub-final__path-desc {
	color: #64748b;
}
html[data-emotta-theme="light"] .home-hub-final__path-icon {
	border-color: rgba(15, 23, 42, 0.1);
	background: rgba(250, 250, 250, 0.98);
}
html[data-emotta-theme="light"] .home-hub-final__path-icon--sites {
	border-color: rgba(124, 58, 237, 0.25);
	background: rgba(124, 58, 237, 0.06);
	color: #6d28d9;
}
html[data-emotta-theme="light"] .home-hub-final__path-icon--logiciels {
	border-color: rgba(16, 185, 129, 0.28);
	background: rgba(16, 185, 129, 0.06);
	color: #059669;
}
html[data-emotta-theme="light"] .home-hub-final__mesh {
	background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
}
html[data-emotta-theme="light"] #content > section:first-of-type h1 .text-white,
html[data-emotta-theme="light"] #content .text-white {
	color: #0f172a !important;
}
html[data-emotta-theme="light"] #content .bg-emotta-violet.text-white,
html[data-emotta-theme="light"] #content .btn-primary {
	color: #fff !important;
}
html[data-emotta-theme="light"] .emotta-hero-mainline {
	background: linear-gradient(90deg, #0f172a 0%, #334155 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
}
/* Vague hero : même gris que la section suivante (#a-propos / #approche ou bande par défaut) */
html[data-emotta-theme="light"] .emotta-hero-waves__path {
	fill: #fafafa;
}
html[data-emotta-theme="light"] body.emotta-theme-logiciels .emotta-hero-waves__path,
html[data-emotta-theme="light"] .emotta-hero-waves--next-aprops .emotta-hero-waves__path {
	fill: #f3f4f6;
}
/* Évite la ligne sous la vague (bordure #a-propos dans style.css) */
html[data-emotta-theme="light"] #a-propos {
	border-top: none !important;
}
html[data-emotta-theme="light"] #content article.realisation-card .emotta-card__title,
html[data-emotta-theme="light"] #content .emotta-card__title {
	color: #0f172a !important;
}
html[data-emotta-theme="light"] .emotta-contact-form__select-wrap::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237c3aed' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	opacity: 1;
}
html[data-emotta-theme="light"] .emotta-contact-form__select.emotta-contact-form__input {
	color: #0f172a;
	background-color: #fafafa;
	border-color: rgba(15, 23, 42, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
html[data-emotta-theme="light"] .emotta-contact-form__select.emotta-contact-form__input:hover {
	border-color: rgba(15, 23, 42, 0.2);
	background: #fff;
}
html[data-emotta-theme="light"] .emotta-contact-form__select.emotta-contact-form__input:focus {
	border-color: var(--emotta-violet);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2), inset 0 1px 0 #fff;
	background: #fff;
}
html[data-emotta-theme="light"] .emotta-contact-form__select option {
	background-color: #fff;
	color: #0f172a;
}
