/* Kokende Theme - Styles applicatifs additionnels */

/* Thème clair (réf. BlaBlaCar / FlixBus : fond neutre, cartes blanches, CTA vert) */
body.kokende-light-ui {
	background-color: #f3f4f6;
	color: #111827;
}

.kokende-site-header {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.kokende-site-header .max-w-7xl {
	min-height: 4.5rem;
}

/* Menu principal sticky sur tout le site ; barre trajet sticky sauf .kokende-no-sticky-trip-search */
.kokende-site-header--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body:not(.kokende-no-sticky-trip-search) .kokende-trip-search-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: var(--kokende-sticky-search-top, 4.75rem);
	z-index: 90;
	width: 100%;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin-bottom: 0;
	background: linear-gradient(180deg, rgba(249, 250, 251, 0.96) 0%, rgba(243, 244, 246, 0.92) 100%);
	backdrop-filter: blur(6px);
	border-radius: 0 0 1rem 1rem;
	transition: box-shadow 0.2s ease;
}

body:not(.kokende-no-sticky-trip-search) .kokende-results-topbar.kokende-trip-search-sticky {
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #ffffff;
	backdrop-filter: none;
}

body:not(.kokende-no-sticky-trip-search) .kokende-trip-search-sticky.is-pinned {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

/* Évite qu’un ancêtre coupe position:sticky sur la page Voyager */
.kokende-page-voyager-hero--search {
	overflow: visible;
}

.kokende-header-public-nav {
	gap: 0.35rem;
}

.kokende-header-public-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	padding: 0.52rem 0.82rem;
	border-radius: 9999px;
	color: #374151;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.kokende-header-public-nav__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.06rem;
	height: 1.06rem;
	color: #6b7280;
	flex: 0 0 auto;
}

.kokende-header-public-nav__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.kokende-header-public-nav__link:hover {
	background: #eff6ff;
	color: #1d4ed8;
	transform: translateY(-1px);
}

.kokende-header-public-nav__link:hover .kokende-header-public-nav__icon {
	color: #1d4ed8;
}

.kokende-header-public-nav__link:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
}

.kokende-header-public-nav__link.is-active {
	background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
	color: #1e40af;
	box-shadow: inset 0 0 0 1px #bfdbfe;
}

.kokende-header-public-nav__link.is-active .kokende-header-public-nav__icon {
	color: #1e40af;
}

.kokende-header-public-nav__link[data-kokende-nav-slug="notre-service-de-reparation-automobile"] {
	max-width: 12.5rem;
	white-space: normal;
	line-height: 1.2;
	align-items: flex-start;
}

.kokende-header-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	border-radius: 9999px;
	border: 1px solid #d1d5db;
	color: #374151;
	background: #ffffff;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.kokende-header-search-btn:hover {
	border-color: #60a5fa;
	color: #1d4ed8;
	box-shadow: 0 2px 8px rgba(29, 78, 216, 0.16);
}

.kokende-header-search-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
	border-color: #3b82f6;
}

.kokende-header-publish-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	padding: 0.6rem 1.08rem;
	font-size: 0.84rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #ffffff;
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	border: 1px solid #15803d;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kokende-header-publish-btn:hover {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	box-shadow: 0 5px 15px rgba(22, 163, 74, 0.35);
	transform: translateY(-1px);
}

.kokende-header-publish-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.3);
}

.kokende-header-publish-btn--mobile-plus {
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	display: none;
}

.kokende-header-publish-btn--desktop {
	display: inline-flex;
}

main.kokende-main-shell {
	min-height: 100vh;
	background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 35%, #f3f4f6 100%);
}

.kokende-site-footer {
	border-top: 1px solid #e5e7eb;
	background-color: #ffffff;
}

/* Pied 4 colonnes (toutes les pages) — template-parts/home/footer-rich.php */
.kokende-footer-rich__link {
	color: #475569;
	text-decoration: none;
	transition: color 0.15s ease;
}

.kokende-footer-rich__link:hover {
	color: #00a054;
}

.kokende-footer-rich__social {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(0.5rem, 2.5vw, 1rem);
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	padding-bottom: 0.125rem;
}

.kokende-footer-rich__social::-webkit-scrollbar {
	height: 4px;
}

.kokende-footer-rich__social::-webkit-scrollbar-thumb {
	background: rgba(15, 23, 42, 0.2);
	border-radius: 9999px;
}

.kokende-footer-rich__social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	background: #00bf63;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: transform 0.15s ease, background 0.15s ease;
	scroll-snap-align: start;
}

@media (min-width: 640px) {
	.kokende-footer-rich__social-btn {
		width: 3.35rem;
		height: 3.35rem;
	}
}

@media (min-width: 900px) {
	.kokende-footer-rich__social {
		overflow-x: visible;
		justify-content: flex-start;
	}
}

.kokende-footer-rich__social-btn:hover {
	background: #00a054;
	transform: scale(1.06);
}

.kokende-footer-rich__social-icon {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	flex-shrink: 0;
	fill: currentColor;
}

@media (min-width: 640px) {
	.kokende-footer-rich__social-icon {
		width: 1.55rem;
		height: 1.55rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kokende-footer-rich__social-btn {
		transition: none;
	}
}

/* Bandeau « Téléchargez l’appli » (Destinations populaires, etc.) */
.kokende-app-download-strip {
	background: linear-gradient(135deg, #00bf63 0%, #00a054 48%, #059669 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.kokende-app-download-strip__inner {
	box-sizing: border-box;
	max-width: 80rem;
	margin: 0 auto;
	padding: 2.5rem 1rem 2.75rem;
}

@media (min-width: 640px) {
	.kokende-app-download-strip__inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.kokende-app-download-strip__inner {
		padding: 3rem 2rem 3.25rem;
	}
}

.kokende-app-download-strip__grid {
	display: grid;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.kokende-app-download-strip__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
		gap: 2.5rem;
	}
}

.kokende-app-download-strip__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 3.5vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0f172a;
}

.kokende-app-download-strip__lead {
	margin: 0 0 1.35rem;
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.97);
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
	max-width: 36rem;
}

.kokende-app-download-strip__stores {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
}

.kokende-app-download-strip__store-link {
	display: inline-flex;
	line-height: 0;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kokende-app-download-strip__store-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.22);
}

.kokende-app-download-strip__store-link:focus-visible {
	outline: 3px solid #0f172a;
	outline-offset: 3px;
}

.kokende-app-download-strip__badge {
	display: block;
	height: 3.2rem;
	width: auto;
}

.kokende-app-download-strip__badge--play {
	height: 3.2rem;
}

@media (min-width: 640px) {
	.kokende-app-download-strip__badge,
	.kokende-app-download-strip__badge--play {
		height: 3.35rem;
	}
}

.kokende-app-download-strip__aside {
	display: flex;
	justify-content: center;
}

@media (min-width: 1024px) {
	.kokende-app-download-strip__aside {
		justify-content: flex-end;
	}
}

.kokende-app-download-strip__phone {
	width: 11rem;
	padding: 0.45rem;
	border-radius: 1.75rem;
	background: linear-gradient(160deg, #1e293b 0%, #334155 100%);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
}

.kokende-app-download-strip__phone-screen {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 14rem;
	padding: 1.25rem;
	border-radius: 1.35rem;
	background: #f8fafc;
}

.kokende-app-download-strip__phone-screen--qr {
	position: relative;
}

.kokende-app-download-strip__qr-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2.25rem;
	height: 2.25rem;
	transform: translate(-50%, -50%);
	object-fit: contain;
	background: #fff;
	border-radius: 0.35rem;
	padding: 0.15rem;
	box-shadow: 0 0 0 2px #fff;
	pointer-events: none;
}

.kokende-app-download-strip__qr-img {
	display: block;
	width: 7.5rem;
	height: auto;
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	border-radius: 0.35rem;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

@media (prefers-reduced-motion: reduce) {
	.kokende-app-download-strip__store-link {
		transition: none;
	}
}

/* Carte surface (accueil, voyager, recherche, shortcodes) */
.kokende-surface-card {
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Résultats recherche — pastilles confiance (type BlaBlaCar) */
.kokende-trust-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.5rem;
	border-radius: 9999px;
	font-size: 0.65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.kokende-trust-pill--muted {
	background: #f3f4f6;
	color: #4b5563;
	border-color: #e5e7eb;
}

/* Espace pro : fond de page cohérent avec le reste du site */
.kokende-espace-pro {
	color: #374151;
}

/* Marque : logo seul = bouton Accueil */
.kokende-site-brand__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

/* Menu déroulant Administration (header, comptes admin Kokende) */
.kokende-header-admin__toggle:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.kokende-header-admin.is-open .kokende-header-admin__chevron {
  transform: rotate(180deg);
}

.kokende-header-admin__chevron {
  transition: transform 0.2s ease;
}

.kokende-header-admin__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 16.5rem;
  z-index: 60;
  padding: 0.25rem 0;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.kokende-header-admin__panel[hidden] {
  display: none !important;
}

.kokende-header-admin.is-open .kokende-header-admin__panel {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kokende-header-admin__panel-inner {
  padding: 0.35rem 0;
}

.kokende-header-admin__item {
  display: block;
  padding: 0.55rem 1rem 0.55rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  line-height: 1.35;
  transition: background 0.12s ease, color 0.12s ease;
}

.kokende-header-admin__item:hover,
.kokende-header-admin__item:focus-visible {
  background: #eff6ff;
  color: #1d4ed8;
  outline: none;
}

.kokende-header-admin__item--wp {
  color: #b45309;
}

.kokende-header-admin__item--wp:hover,
.kokende-header-admin__item--wp:focus-visible {
  color: #92400e;
  background: #fffbeb;
}

.kokende-header-admin__sep {
  margin: 0.4rem 0.65rem;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

/* Menu déroulant Espace pro (comptes uniquement professionnels) */
.kokende-header-pro__toggle:focus-visible {
  outline: 2px solid #34d399;
  outline-offset: 2px;
}

.kokende-header-pro.is-open .kokende-header-pro__chevron {
  transform: rotate(180deg);
}

.kokende-header-pro__chevron {
  transition: transform 0.2s ease;
}

.kokende-header-pro__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 17rem;
  z-index: 60;
  padding: 0.25rem 0;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.kokende-header-pro__panel[hidden] {
  display: none !important;
}

.kokende-header-pro.is-open .kokende-header-pro__panel {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kokende-header-pro__panel-inner {
  padding: 0.35rem 0;
}

.kokende-header-pro__item {
  display: block;
  padding: 0.55rem 1rem 0.55rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  line-height: 1.35;
  transition: background 0.12s ease, color 0.12s ease;
}

.kokende-header-pro__item:hover,
.kokende-header-pro__item:focus-visible {
  background: #ecfdf5;
  color: #047857;
  outline: none;
}

.kokende-header-pro__item--accent {
  color: #15803d;
}

.kokende-header-pro__item--accent:hover,
.kokende-header-pro__item--accent:focus-visible {
  color: #166534;
  background: #d1fae5;
}

.kokende-header-pro__sep {
  margin: 0.4rem 0.65rem;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

/* Navigation latérale Espace pro — base (Active Kokende via kokende-active-tabs.css) */
.kokende-pro-nav a.kokende-pro-nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.28s ease, transform 0.2s ease;
}

.kokende-pro-nav a.kokende-pro-nav-link:hover {
  background: #ecfdf5;
  color: #065f46;
}

/* Fallback si kokende-active-tabs.css non chargé */
.kokende-pro-nav a.kokende-pro-nav-link.is-active {
  background: linear-gradient(135deg, #00bf63 0%, #00a054 55%, #059669 100%);
  color: #ffffff;
  border: 1px solid #00bf63;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 191, 99, 0.42);
}

/* Sélecteur de langue (bouton rond drapeau) */
.kokende-lang-switcher__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(30, 41, 59, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.kokende-lang-switcher__toggle:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(51, 65, 85, 0.95);
}

.kokende-lang-switcher__toggle:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.kokende-lang-switcher__toggle:active {
  transform: scale(0.96);
}

.kokende-lang-switcher__flag {
  font-size: 1.2rem;
  line-height: 1;
}

.kokende-lang-switcher.is-open .kokende-lang-switcher__toggle {
  border-color: rgba(56, 189, 248, 0.55);
}

.kokende-lang-switcher__panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 1rem;
  overflow-y: auto;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.kokende-lang-switcher__panel[hidden] {
  display: none !important;
}

.kokende-lang-switcher.is-open .kokende-lang-switcher__panel {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kokende-lang-switcher__panel-inner {
  position: relative;
  width: min(44rem, calc(100vw - 1.5rem));
  max-height: min(82vh, 48rem);
  overflow-y: auto;
  margin-top: clamp(2rem, 7vh, 5rem);
  padding: 1.4rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.85);
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.kokende-lang-switcher__close {
  position: absolute;
  top: 0.85rem;
  left: 0.95rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #0068d9;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.kokende-lang-switcher__close:hover,
.kokende-lang-switcher__close:focus-visible {
  background: #eff6ff;
  outline: none;
}

.kokende-lang-switcher__head {
  padding: 2.25rem 0.15rem 1rem;
}

.kokende-lang-switcher__head h2 {
  margin: 0;
  color: #06183a;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kokende-lang-switcher__head p {
  margin: 0.4rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
}

.kokende-lang-switcher__regions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem 1.15rem;
}

@media (min-width: 680px) {
  .kokende-lang-switcher__regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.kokende-lang-switcher__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.68rem 0.6rem;
  border-radius: 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #06183a;
  text-decoration: none;
  line-height: 1.3;
  transition: background 0.12s ease, transform 0.12s ease, color 0.12s ease;
}

.kokende-lang-switcher__item:hover,
.kokende-lang-switcher__item:focus-visible {
  background: #f8fafc;
  color: #06183a;
  outline: none;
  transform: translateX(2px);
}

.kokende-lang-switcher__item.is-active {
  background: #e8fff3;
  color: #047857;
}

.kokende-lang-switcher__item-flag {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}

.kokende-lang-switcher__item-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.kokende-lang-switcher__item-text span {
  color: #64748b;
  font-weight: 650;
}

.kokende-lang-switcher__arrow {
  color: #64748b;
  font-size: 1.65rem;
  line-height: 1;
}

.kokende-lang-switcher__hint {
  width: 100%;
  flex-basis: 100%;
  margin-left: 1.85rem;
  font-size: 0.65rem;
  font-weight: 400;
  color: #94a3b8;
  text-transform: lowercase;
}

/* Sélecteur de langue : extrême droite de la barre d’actions du header */
.kokende-header-lang-slot {
  margin-left: auto;
}

.kokende-footer-rich__link--featured {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #00bf63;
  color: #0f3c7c !important;
  font-weight: 800;
  font-style: italic;
  padding: 0.5rem 0.85rem;
  box-shadow: 0 8px 18px rgba(0, 191, 99, 0.22);
  animation: kokendeFooterPulse 2.8s ease-in-out infinite;
}

.kokende-ticket-qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.35rem;
  padding: 0.65rem;
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.16);
}

.kokende-ticket-qr svg {
  display: block;
  border-radius: 0.9rem;
}

.kokende-ticket-qr__img {
  display: block;
  border-radius: 0.75rem;
  max-width: 100%;
  height: auto;
}

@keyframes kokendeFooterPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 8px 18px rgba(0, 191, 99, 0.22); }
  50% { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 191, 99, 0.3); }
}

.kokende-auto-repair__hero,
.kokende-auto-repair__detail-hero {
  background: linear-gradient(90deg, rgba(4, 20, 45, 0.78), rgba(4, 20, 45, 0.34)), url("https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #ffffff;
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.kokende-auto-repair__kicker {
  margin: 0 0 0.5rem;
  color: #86efac;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kokende-auto-repair h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.kokende-auto-repair__hero p,
.kokende-auto-repair__detail-hero p {
  max-width: 48rem;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.kokende-auto-repair__overview {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.kokende-auto-repair__side,
.kokende-auto-repair__main .kokende-surface-card,
.kokende-auto-repair__tab,
.kokende-auto-repair__wizard,
.kokende-auto-repair__product {
  padding: 1.25rem;
}

.kokende-auto-repair__outline {
  display: flex;
  justify-content: center;
  border: 1px solid #0f3c7c;
  border-radius: 0.65rem;
  color: #0f3c7c;
  font-weight: 800;
  padding: 0.75rem;
  margin: 1rem 0 0.75rem;
  text-decoration: none;
}

.kokende-auto-repair__hours {
  margin-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.kokende-auto-repair__hours p {
  display: flex;
  justify-content: space-between;
  margin: 0.45rem 0;
  font-size: 0.9rem;
}

.kokende-auto-repair__map {
  min-height: 250px;
  background: linear-gradient(135deg, #dbeafe, #dcfce7);
  position: relative;
  overflow: hidden;
}

.kokende-auto-repair__map .kokende-map,
.kokende-auto-repair__map .leaflet-container {
  width: 100%;
  min-height: 260px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.kokende-auto-repair__map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 60, 124, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 60, 124, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.kokende-auto-repair__pin {
  position: absolute;
  left: 58%;
  top: 45%;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: #00bf63;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 191, 99, 0.35);
}

.kokende-auto-repair__news {
  margin-top: 1.5rem;
}

.kokende-auto-repair__news h2 {
  color: #0f3c7c;
  font-style: italic;
  font-weight: 900;
}

.kokende-auto-repair__promo {
  margin-top: 1rem;
  background: #d9ffe4;
}

.kokende-auto-repair__menu ul {
  gap: 0.5rem;
}
.kokende-auto-repair__menu-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  text-decoration: none;
}
.kokende-auto-repair__menu-link:hover {
  background: #d1fae5;
}
.kokende-auto-repair__menu-link--contact {
  background: #00bf63;
  color: #fff;
  border-color: #00bf63;
}
.kokende-auto-repair__menu-link--contact:hover {
  background: #009a4f;
}

.kokende-auto-repair__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.kokende-auto-repair__tab h2 {
  border-bottom: 2px solid #0f7cff;
  padding-bottom: 0.6rem;
}

.kokende-auto-repair__tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kokende-auto-repair__tab a {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: #06183a;
  font-weight: 700;
  text-decoration: none;
}

.kokende-auto-repair__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 9999px;
  border: 2px solid #0f3c7c;
  color: #0f3c7c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.kokende-auto-repair__wizard {
  background: #f1f5f9;
}

.kokende-auto-repair__wizard-step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 1rem;
  margin-top: 0.85rem;
  font-weight: 800;
}

.kokende-auto-repair__wizard-step span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
}

.kokende-auto-repair__wizard-step.is-active span {
  background: #dbeafe;
  color: #0f3c7c;
}

.kokende-auto-repair__wizard-btn {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

.kokende-auto-repair__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.kokende-auto-repair__product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.kokende-auto-repair__product span {
  display: block;
  background: #0f7cff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  margin: -1.25rem -1.25rem 1rem;
  padding: 0.55rem 1rem;
}

.kokende-auto-repair__product strong {
  display: block;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.kokende-auto-repair__detail-note {
  color: #64748b;
  font-size: 0.9rem;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .kokende-auto-repair__overview,
  .kokende-auto-repair__tabs,
  .kokende-auto-repair__product-grid {
    grid-template-columns: 1fr;
  }
}

.kokende-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: rgba(14, 165, 233, 0.12);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.kokende-pill {
  border-radius: 9999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
}

.kokende-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.kokende-input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
  color: #111827;
  font-size: 0.875rem;
}

.kokende-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}

.kokende-file-input-wide {
  min-width: 18rem;
  overflow: visible;
  white-space: normal;
}

/* Champ date : thème clair */
.kokende-input.kokende-input--date {
  color-scheme: light;
  color: #111827;
}

.kokende-input.kokende-input--date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.75;
}

.kokende-passengers-wrap {
  margin-top: 0.25rem;
}

.kokende-passengers-panel {
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  overflow: hidden;
}

.kokende-passengers-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  user-select: none;
}

.kokende-passengers-summary::-webkit-details-marker {
  display: none;
}

.kokende-passengers-summary::after {
  content: '';
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: auto;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.kokende-passengers-panel[open] .kokende-passengers-summary::after {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.kokende-passengers-summary-text {
  flex: 1;
  text-align: left;
  font-size: 0.875rem;
  color: #111827;
}

.kokende-passengers-panel-inner {
  padding: 0.75rem 0.85rem 1rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}

.kokende-passengers-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.kokende-passengers-row-head {
  flex: 1 1 10rem;
  min-width: 0;
}

.kokende-passengers-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.kokende-passengers-hint {
  display: block;
  font-size: 0.7rem;
  color: #6b7280;
  margin-top: 0.1rem;
}

.kokende-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.kokende-stepper-value {
  min-width: 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.kokende-stepper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #2563eb;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, opacity 0.12s ease;
}

.kokende-stepper-btn:hover:not(:disabled) {
  background: #eff6ff;
  border-color: #3b82f6;
  color: #1d4ed8;
}

.kokende-stepper-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.kokende-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 0.15rem;
}

/* Bouton principal / Retour espace pro — vert Kokende #00bf63 */
.kokende-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.55rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #00bf63;
  color: #ffffff;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, background 0.12s ease-out;
  box-shadow: 0 2px 8px rgba(0, 191, 99, 0.35);
}

.kokende-btn-primary:hover {
  transform: translateY(-1px);
  background: #009e52;
  box-shadow: 0 4px 14px rgba(0, 191, 99, 0.4);
}

.kokende-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

/* Page Pro — Mes voitures : champs saisie bleu vif, boutons verts */
.kokende-mes-voitures-page .kokende-pro-vehicles-field,
.kokende-mes-voitures-page .kokende-pro-vehicles-select,
.kokende-saisir-immat-page .kokende-pro-vehicles-field,
.kokende-saisir-immat-page .kokende-pro-vehicles-select {
  color: #0071e3 !important;
  font-weight: 600;
}

.kokende-mes-voitures-page .kokende-pro-vehicles-field::placeholder,
.kokende-saisir-immat-page .kokende-pro-vehicles-field::placeholder {
  color: rgba(0, 113, 227, 0.45);
}

.kokende-mes-voitures-page .kokende-pro-vehicles-select option,
.kokende-saisir-immat-page .kokende-pro-vehicles-select option {
  color: #0071e3;
  background: #0f172a;
}

/* Espace pro — boutons d’action : vert #00bf63, gras italique, surlignage bleu #0071e3 au survol */
.kokende-pro-btn-vert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background-color: #00bf63 !important;
  color: #fff !important;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  font-style: italic;
  text-decoration: none !important;
  transition: filter 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  box-shadow: 0 4px 14px rgba(0, 191, 99, 0.45);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
}

.kokende-pro-btn-vert:hover,
.kokende-pro-btn-vert:focus-visible {
  filter: brightness(1.05);
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.55), 0 4px 14px rgba(0, 191, 99, 0.4);
  outline: none;
}

.kokende-pro-btn-vert:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.kokende-pro-btn-vert--sm {
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}

.kokende-pro-btn-vert--lg {
  padding: 0.65rem 1.25rem;
  font-size: 0.9375rem;
}

.kokende-pro-btn-vert--full {
  width: 100%;
}

/* Suppression : reste rouge pour la lisibilité, même anneau bleu au survol */
.kokende-pro-btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 38, 38, 0.92) !important;
  color: #fff !important;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  font-weight: 700;
  font-style: italic;
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  line-height: 1.25;
  cursor: pointer;
  text-decoration: none !important;
  transition: filter 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.kokende-pro-btn-danger:hover,
.kokende-pro-btn-danger:focus-visible {
  filter: brightness(1.06);
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.55);
  outline: none;
}

/* Auth / inscription : boutons verts + toasts */
.kokende-auth-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background-color: #00bf63 !important;
  color: #fff !important;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  font-style: italic;
  text-decoration: none !important;
  transition: filter 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  box-shadow: 0 4px 14px rgba(0, 191, 99, 0.45);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.kokende-auth-action-btn:hover,
.kokende-auth-action-btn:focus-visible {
  filter: brightness(1.05);
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.55), 0 4px 14px rgba(0, 191, 99, 0.4);
  outline: none;
}

.kokende-auth-action-btn--sm {
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}

.kokende-auth-action-btn--lg {
  padding: 0.65rem 1.35rem;
  font-size: 0.9375rem;
}

/* Connexion : séparateur OU + bouton Google */
.kokende-auth-or {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.kokende-auth-or__line {
  flex: 1;
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
}

.kokende-auth-or__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(51, 65, 85, 0.85);
  text-transform: uppercase;
}

.kokende-google-signin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
  padding: 0.65rem 1.1rem;
  margin-top: 0.35rem;
  margin-bottom: 0.15rem;
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}

.kokende-google-signin-btn:hover,
.kokende-google-signin-btn:focus-visible {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.2), 0 4px 14px rgba(15, 23, 42, 0.1);
  filter: brightness(1.02);
  outline: none;
}

.kokende-google-signin-btn__icon {
  display: inline-flex;
  flex-shrink: 0;
}

.kokende-google-signin-btn__text {
  line-height: 1.25;
}

/* Ancien style « Retour » pro — conservé pour les boutons du workbench (pro-trips-workbench). Les liens Retour utilisent .kokende-btn-primary. */
.kokende-pro-retour-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00bf63 !important;
  color: #fff !important;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline !important;
  text-decoration-color: #0071e3;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 2px 12px rgba(0, 191, 99, 0.35);
}

.kokende-pro-retour-accent:hover,
.kokende-pro-retour-accent:focus-visible {
  background-color: #0071e3 !important;
  text-decoration-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 14px rgba(0, 113, 227, 0.45);
  outline: none;
}

/* Données tableaux workbench pro (trajets bus / covoiturage). */
.kokende-pro-wb-table .kokende-pro-wb-data-cell {
  color: #00bf63 !important;
  font-weight: 600;
}

.kokende-pro-wb-table .kokende-pro-wb-data-cell .kokende-pro-wb-data-secondary {
  color: rgba(0, 191, 99, 0.82);
  font-weight: 500;
}

/* Résultats recherche publique : horaires, places, tarifs. */
.kokende-search-result-data,
.kokende-search-results-summary .kokende-search-result-data {
  color: #00bf63 !important;
  font-weight: 600;
}

.kokende-search-result-data--muted {
  color: rgba(0, 191, 99, 0.75) !important;
  font-weight: 500;
}

.kokende-auth-toast {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-style: italic;
  color: #00bf63;
  background: rgba(0, 191, 99, 0.12);
  border: 1px solid rgba(0, 191, 99, 0.45);
}

.kokende-auth-toast--hidden {
  display: none !important;
}

.kokende-auth-toast--inline {
  display: block;
}

.kokende-auth-toast--error {
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.85);
  border-color: rgba(220, 38, 38, 0.45);
}

.kokende-client-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  border: 0;
  border-radius: 9999px;
  background: #00bf63;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  padding: 0.7rem 1rem;
  box-shadow: 0 8px 20px rgba(0, 191, 99, 0.35);
  cursor: pointer;
}

.kokende-client-drawer {
  position: fixed;
  right: 1rem;
  bottom: 4.4rem;
  width: min(92vw, 360px);
  z-index: 70;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  padding: 0.75rem;
}

.kokende-client-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.kokende-client-drawer__close {
  border: 0;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.kokende-client-drawer__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-decoration: none;
  color: #0f172a;
  padding: 0.8rem 0.4rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.kokende-client-drawer__links a:last-child {
  border-bottom: 0;
}

.kokende-profile-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(15, 23, 42, 0.15);
}

.kokende-profile-tabs__item {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  color: #334155;
  padding: 0.75rem;
  font-weight: 600;
}

.kokende-profile-tabs__item.is-active {
  color: #0f172a;
  border-bottom: 2px solid #0f172a;
}

.kokende-profile-progress__track {
  width: 100%;
  height: 8px;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.35);
}

.kokende-profile-progress__bar {
  display: block;
  width: 16.66%;
  height: 100%;
  border-radius: 9999px;
  background: #3b82f6;
}

.kokende-profile-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.kokende-profile-line:last-child {
  border-bottom: 0;
}

/* Notifications temporaires (Espace pro — Mes trajets, pages workbench) */
.kokende-flash-dismiss {
  transition: opacity 0.45s ease, transform 0.45s ease, margin 0.45s ease;
}

.kokende-flash-dismiss--hiding {
  opacity: 0 !important;
  transform: translateY(-6px);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none;
}

.kokende-pw-hint .kokende-pw-strength__weak,
.kokende-pw-hint .kokende-pw-strength__strong {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  color: #94a3b8;
}

.kokende-pw-hint .kokende-pw-strength__weak.is-active {
  color: #fdba74;
  border-bottom-color: #f97316;
}

.kokende-pw-hint .kokende-pw-strength__strong.is-active {
  color: #4ade80;
  border-bottom-color: #00bf63;
}

.kokende-client-action-select {
  appearance: auto;
  background-color: #00bf63;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  padding: 0.4rem 0.75rem;
  font-weight: 700;
  font-style: italic;
  font-size: 0.75rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 191, 99, 0.45);
  transition: filter 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.kokende-client-action-select:hover,
.kokende-client-action-select:focus-visible {
  filter: brightness(1.05);
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.55), 0 4px 14px rgba(0, 191, 99, 0.4);
  outline: none;
}

/* Connexion : erreurs (ex. rôle incorrect, identifiants invalides) */
#kokende-login-message.kokende-login-message--error {
	color: #f87171 !important;
	font-style: italic !important;
	font-weight: 600;
}

/* Connexion : message succès « Bravo ! … @username » (AJAX, fade, 5 s) */
.kokende-login-role-hint {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	font-style: italic;
	color: #00bf63;
	line-height: 1.45;
	min-height: 1.25rem;
	white-space: pre-line;
	opacity: 0;
	transition: opacity 0.45s ease;
}

.kokende-login-role-hint--visible {
	opacity: 1;
	animation: kokende-login-hint-fade-in 0.45s ease;
}

.kokende-login-role-hint--hiding {
	opacity: 0;
	animation: none;
}

@keyframes kokende-login-hint-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.kokende-auth-register-duplicate-msg {
	color: #dc2626 !important;
	font-style: italic !important;
	font-weight: 600;
}

/* Mot de passe oublié : succès et erreurs (italique + rouge, demande métier) */
.kokende-forgot-feedback--success,
.kokende-forgot-feedback--error {
  color: #f87171 !important;
  font-style: italic !important;
  font-weight: 600;
}

/* Cartes indicateurs Espace pro (même échelle charge que l’admin : ≤45 % vert → rouge >95 %) */
.kokende-pro-kpi-card {
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.kokende-pro-kpi-card__label {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.88;
}

.kokende-pro-kpi-card__value {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.35rem;
}

.kokende-pro-kpi-card__hint {
  font-size: 0.6rem;
  opacity: 0.72;
  margin-top: 0.35rem;
}

/* KPI Espace pro — fond clair, vert #00bf63 renforcé pour charge faible (réf. BlaBlaCar lisible) */
.kokende-pro-kpi-card--1 {
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 45%, #ffffff 100%);
  border-color: #00bf63;
  box-shadow: 0 0 0 1px rgba(0, 191, 99, 0.2), 0 8px 24px rgba(0, 191, 99, 0.18);
  color: #064e3b;
}

.kokende-pro-kpi-card--1 .kokende-pro-kpi-card__value {
  color: #047857;
  font-weight: 800;
  font-size: 1.5rem;
}

.kokende-pro-kpi-card--1 .kokende-pro-kpi-card__label,
.kokende-pro-kpi-card--1 .kokende-pro-kpi-card__hint {
  color: #065f46;
  opacity: 1;
}

.kokende-pro-kpi-card--2 {
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 50%, #ffffff 100%);
  border-color: rgba(234, 179, 8, 0.65);
  box-shadow: 0 4px 18px rgba(234, 179, 8, 0.15);
  color: #78350f;
}

.kokende-pro-kpi-card--3 {
  background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 50%, #ffffff 100%);
  border-color: rgba(251, 146, 60, 0.55);
  box-shadow: 0 4px 18px rgba(251, 146, 60, 0.12);
  color: #7c2d12;
}

.kokende-pro-kpi-card--4 {
  background: linear-gradient(145deg, #fff7ed 0%, #fed7aa 45%, #ffffff 100%);
  border-color: rgba(249, 115, 22, 0.6);
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.18);
  color: #7c2d12;
}

.kokende-pro-kpi-card--5 {
  background: linear-gradient(145deg, #fef2f2 0%, #fecaca 40%, #ffffff 100%);
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow: 0 4px 22px rgba(239, 68, 68, 0.2);
  color: #7f1d1d;
}

/* Ligne trajet : accent remplissage (places prises / capacité) */
.kokende-pro-trip-row {
  border-left: 3px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kokende-pro-trip-row--fill-1 {
  border-left-color: rgba(16, 185, 129, 0.75);
}

.kokende-pro-trip-row--fill-2 {
  border-left-color: rgba(234, 179, 8, 0.85);
}

.kokende-pro-trip-row--fill-3 {
  border-left-color: rgba(251, 146, 60, 0.9);
}

.kokende-pro-trip-row--fill-4 {
  border-left-color: rgba(249, 115, 22, 0.95);
}

.kokende-pro-trip-row--fill-5 {
  border-left-color: rgba(248, 113, 113, 0.95);
}

.kokende-pro-occ-pill {
  display: inline-block;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  border: 1px solid transparent;
}

.kokende-pro-occ-pill--1 {
  color: #a7f3d0;
  background: rgba(6, 78, 59, 0.35);
  border-color: rgba(16, 185, 129, 0.4);
}

.kokende-pro-occ-pill--2 {
  color: #fde68a;
  background: rgba(113, 63, 18, 0.28);
  border-color: rgba(234, 179, 8, 0.45);
}

.kokende-pro-occ-pill--3 {
  color: #fed7aa;
  background: rgba(124, 45, 18, 0.32);
  border-color: rgba(251, 146, 60, 0.5);
}

.kokende-pro-occ-pill--4 {
  color: #fdba74;
  background: rgba(124, 45, 18, 0.4);
  border-color: rgba(249, 115, 22, 0.55);
}

.kokende-pro-occ-pill--5 {
  color: #fecaca;
  background: rgba(127, 29, 29, 0.4);
  border-color: rgba(248, 113, 113, 0.55);
}

.kokende-pro-toast {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%) translateY(120%);
  z-index: 999999;
  max-width: min(92vw, 28rem);
  padding: 0.85rem 1.25rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.kokende-pro-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.kokende-pro-toast--ok {
  background: rgba(15, 23, 42, 0.95);
  color: #00bf63;
  border: 2px solid #00bf63;
}

.kokende-pro-toast--err {
  background: rgba(15, 23, 42, 0.95);
  color: #f87171;
  border: 2px solid #ef4444;
  font-style: italic;
}

/* Saisie : texte des champs en bleu Kokende */
.kokende-input,
textarea.kokende-input,
select.kokende-input,
input[type='text'].kokende-input,
input[type='search'].kokende-input,
input[type='date'].kokende-input,
input[type='number'].kokende-input,
input[type='password'].kokende-input,
input[type='email'].kokende-input,
input[type='tel'].kokende-input {
  color: #0071e3 !important;
}

.kokende-input::placeholder,
.kokende-city-ac::placeholder {
  color: rgba(0, 113, 227, 0.55) !important;
}

select.kokende-input option {
  color: #111827;
  background: #ffffff;
}

/* Autocomplete villes */
.kokende-ac-field {
  position: relative;
}

.kokende-ac-list {
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  max-height: 15rem;
  overflow-y: auto;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
  -webkit-overflow-scrolling: touch;
}

.kokende-ac-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.55rem 0.85rem;
  cursor: pointer;
  line-height: 1.3;
  transition: background 0.12s ease;
}

.kokende-ac-item__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.kokende-ac-item__country {
  font-size: 0.75rem;
  color: #6b7280;
}

.kokende-ac-item:hover,
.kokende-ac-item:focus,
.kokende-ac-item.is-highlighted {
  background: #ecfdf5;
  outline: none;
}

/* Offres accueil (prix partenaires) */
.kokende-home-deal-price {
  color: #f59e0b !important;
  font-weight: 700;
  font-size: 1rem;
}

.kokende-home-deal-route {
  color: #111827;
  font-weight: 600;
}

/* Espace pro — liste réservations clients : données en vert Kokende */
.kokende-pro-bookings-table .kokende-pro-booking-table__data {
  color: #00bf63 !important;
  font-weight: 600;
}

.kokende-pro-bookings-table .kokende-pro-booking-table__data-link {
  color: #00bf63 !important;
  font-weight: 600;
}

.kokende-pro-bookings-table .kokende-pro-booking-table__data-link:hover {
  color: #4ade80 !important;
}

.kokende-pro-bookings-table-wrap {
  overflow: auto;
  max-height: min(68vh, 720px);
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  background: #fff;
}

.kokende-pro-bookings-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f8fafc;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}

.kokende-pro-bookings-tools .kokende-input {
  background: #fff;
}

.kokende-pro-booking-status {
  font-style: italic;
  font-weight: 600;
}

.kokende-pro-booking-status--pending {
  color: #0071e3;
}

.kokende-pro-booking-status--confirmed-unpaid {
  color: #f59e0b;
}

.kokende-pro-booking-status--confirmed-paid {
  color: #00bf63;
}

.kokende-pro-booking-status--cancelled {
  color: #dc2626;
}

.kokende-pro-booking-status,
.kokende-pro-booking-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  line-height: 1.15;
}

.kokende-pro-booking-status {
  border: 1px solid rgba(107, 114, 128, 0.22);
  background: #f8fafc;
}

.kokende-pro-booking-status--pending {
  background: rgba(0, 113, 227, 0.1);
  border-color: rgba(0, 113, 227, 0.25);
}

.kokende-pro-booking-status--confirmed-unpaid {
  background: rgba(245, 158, 11, 0.13);
  border-color: rgba(245, 158, 11, 0.3);
}

.kokende-pro-booking-status--confirmed-paid {
  background: rgba(0, 191, 99, 0.13);
  border-color: rgba(0, 191, 99, 0.3);
}

.kokende-pro-booking-status--cancelled {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.28);
}

.kokende-pro-booking-badge {
  font-size: 0.68rem;
  font-weight: 700;
  font-style: italic;
  text-transform: lowercase;
  border: 1px solid transparent;
}

.kokende-pro-booking-badge--paid {
  color: #047857;
  background: #d1fae5;
  border-color: #a7f3d0;
}

.kokende-pro-booking-badge--unpaid {
  color: #92400e;
  background: #fef3c7;
  border-color: #fde68a;
}

.kokende-pro-booking-row {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.kokende-pro-booking-row.is-processing {
  background: linear-gradient(90deg, rgba(0, 191, 99, 0.06), rgba(0, 191, 99, 0.02));
}

.kokende-pro-booking-row.is-pulse {
  animation: kokendeBookingPulse 0.8s ease-out 1;
}

@keyframes kokendeBookingPulse {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0, 191, 99, 0.22);
  }
  100% {
    box-shadow: inset 0 0 0 14px rgba(0, 191, 99, 0);
  }
}

.kokende-pro-booking-actions-form.is-processing .kokende-input,
.kokende-pro-booking-actions-form.is-processing .kokende-pro-btn-vert {
  opacity: 0.78;
}

@media (max-width: 768px) {
  .kokende-pro-bookings-table {
    font-size: 0.69rem;
  }
  .kokende-pro-bookings-table thead th {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
  }
  .kokende-pro-bookings-table td {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    vertical-align: middle;
  }
  .kokende-pro-booking-status,
  .kokende-pro-booking-badge {
    padding: 0.14rem 0.45rem;
  }
}

/* Select Actions : texte / options en bleu (complète .kokende-input) */
.kokende-pro-booking-actions-form select.kokende-input {
  color: #0071e3 !important;
}

.kokende-pro-booking-actions-form select.kokende-input option {
  color: #111827;
  background: #ffffff;
}

/* ——— Accueil : barre recherche type BlaBlaCar (bouton vert Kokende conservé) ——— */
/* isolation retirée du bloc hero entier : elle pouvait masquer titre + image derrière le fond (stacking). */

/* Bloc recherche mis en avant (inchangé fonctionnellement ; politique responsive via device-manager inchangée) */
.kokende-home-search-stage {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.kokende-home-search-stage {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.kokende-hero-search {
	max-width: 100%;
}

.kokende-search-form--bar {
	width: 100%;
}

.kokende-search-form--bar .kokende-search-bar {
	border: 2px solid #00bf63;
	box-shadow: 0 0 0 1px rgba(0, 191, 99, 0.12), 0 8px 28px rgba(0, 191, 99, 0.08);
}

.kokende-search-band {
	position: relative;
	z-index: 20;
}

.kokende-search-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 9999px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	overflow: visible;
	min-height: 3.5rem;
}

@media (min-width: 1024px) {
	.kokende-search-bar {
		flex-wrap: nowrap;
		overflow: visible;
	}
}

@media (max-width: 1023px) {
	.kokende-search-bar {
		border-radius: 1.25rem;
	}
	.kokende-search-bar__submit-wrap {
		width: 100%;
		justify-content: center;
		padding: 0.5rem 0.75rem 0.65rem;
	}
	.kokende-search-bar__divider {
		display: none;
	}
	.kokende-search-bar__segment {
		flex: 1 1 45%;
		border-bottom: 1px solid #f3f4f6;
	}
}

.kokende-search-bar__segment {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.65rem 0.85rem 0.55rem;
	flex: 1 1 140px;
	min-width: 0;
	position: relative;
}

.kokende-search-bar__segment--pax {
	flex: 1 1 160px;
	overflow: visible;
	z-index: 70;
}

.kokende-search-bar__segment--from,
.kokende-search-bar__segment--to {
	flex: 1.25 1 160px;
}

.kokende-search-bar__icon {
	flex-shrink: 0;
	width: 1.25rem;
	text-align: center;
	font-size: 0.65rem;
	line-height: 1.8rem;
	color: #9ca3af;
}

.kokende-search-bar__icon--cal {
	font-size: 0.85rem;
	line-height: 1.6rem;
}

.kokende-search-bar__icon--user {
	font-size: 1rem;
	line-height: 1.5rem;
}

.kokende-search-bar__divider {
	width: 1px;
	align-self: stretch;
	background: #e5e7eb;
	flex-shrink: 0;
	margin: 0.5rem 0;
}

.kokende-search-bar__field {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.kokende-search-bar__label {
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
	line-height: 1.2;
}

.kokende-search-bar__input {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #111827;
	line-height: 1.35;
	outline: none;
	box-shadow: none;
}

.kokende-search-bar__input::placeholder {
	color: #9ca3af;
	font-weight: 400;
}

.kokende-search-bar__input--date {
	min-height: 1.35rem;
	font-variant-numeric: tabular-nums;
}

.kokende-search-bar__select {
	cursor: pointer;
	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='%236b7280' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0 top 50%;
	padding-right: 1rem;
}

.kokende-search-bar__submit-wrap {
	display: flex;
	align-items: stretch;
	padding: 0.35rem;
	flex: 0 0 auto;
}

.kokende-search-bar__submit {
	border-radius: 9999px !important;
	padding-left: 1.35rem !important;
	padding-right: 1.35rem !important;
	font-weight: 700 !important;
	min-height: 2.85rem;
	align-self: center;
	white-space: nowrap;
	box-shadow: 0 4px 16px rgba(0, 191, 99, 0.35) !important;
}

.kokende-ac-list--bar {
	min-width: 12rem;
}

.kokende-passengers-trigger.kokende-passengers-summary--bar {
	list-style: none;
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.05rem;
	width: 100%;
	text-align: left;
	font: inherit;
}

.kokende-passengers-summary-text--bar {
	font-size: 0.9rem;
	font-weight: 700;
	color: #111827;
	line-height: 1.25;
}

.kokende-passengers-summary-sub {
	font-size: 0.65rem;
	line-height: 1.2;
	display: block;
	max-width: 11rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kokende-floating-panel--pax {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
	padding: 0;
	min-width: 16rem;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.kokende-floating-panel--pax.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.kokende-passengers-panel-inner--bar {
	position: relative;
	padding: 1.125rem 1.25rem !important;
}

.kokende-search-form--bar .kokende-passengers-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.35rem 0;
	border-bottom: 1px solid #f1f5f9;
}

.kokende-search-form--bar .kokende-passengers-row:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.kokende-search-form--bar .kokende-passengers-row-head {
	min-width: 0;
	flex: 1;
}

.kokende-search-form--bar .kokende-passengers-title {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0f172a;
}

.kokende-search-form--bar .kokende-passengers-hint {
	font-size: 0.75rem;
	color: #64748b;
	margin-top: 0.125rem;
	display: block;
}

.kokende-search-form--bar .kokende-floating-panel--pax-bar .kokende-btn-primary.kokende-pax-validate {
	border-radius: 0.625rem;
	font-weight: 600;
	margin-top: 0.5rem !important;
}

/* Dashboards admin / pro : fond blanc plein page */
body.kokende-dashboard-page main.kokende-main-shell {
	background: #ffffff !important;
}

body.kokende-dashboard-page {
	background-color: #ffffff !important;
}

/* Boutons contour type offre BlaBlaCar (Espace pro) */
.kokende-pro-outline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.65rem 1rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #1d4ed8 !important;
	background: #ffffff;
	border: 2px solid #bfdbfe;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.kokende-pro-outline-btn:hover,
.kokende-pro-outline-btn:focus-visible {
	background: #eff6ff;
	border-color: #3b82f6;
	color: #1e40af !important;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
	outline: none;
}

/* Barre recherche pleine largeur (accueil / Voyager) */
.kokende-hero-search--full {
	max-width: none !important;
	width: 100%;
}

.kokende-hero-search--full .kokende-search-bar {
	max-width: none;
}

@media (min-width: 1024px) {
	.kokende-hero-search--full .kokende-search-bar {
		border-radius: 0.75rem;
	}
}

.kokende-search-bar__swap-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 0.15rem;
	align-self: stretch;
}

.kokende-search-bar__swap {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
	color: #374151;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.kokende-search-bar__swap:hover,
.kokende-search-bar__swap:focus-visible {
	background: #eff6ff;
	border-color: #93c5fd;
	outline: none;
}

@media (max-width: 1023px) {
	.kokende-search-bar__swap-wrap {
		width: 100%;
		justify-content: center;
		padding: 0.35rem 0;
		border-bottom: 1px solid #f3f4f6;
	}
}

/* Résultats : barre sous le menu (pleine largeur viewport) */
.kokende-bleed-x {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

.kokende-results-tab {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 1rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #4b5563;
	background: #f3f4f6;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease;
}

.kokende-results-tab:hover {
	background: #e5e7eb;
	color: #111827;
}

.kokende-results-tab--active {
	background: #1d4ed8;
	color: #ffffff;
}

.kokende-results-tab--active:hover {
	color: #ffffff;
	background: #1e40af;
}

.kokende-results-sort-link {
	display: block;
	padding: 0.4rem 0.5rem;
	border-radius: 0.375rem;
	color: #374151;
	text-decoration: none !important;
	font-size: 0.875rem;
}

.kokende-results-sort-link:hover {
	background: #f9fafb;
}

.kokende-results-sort-link--on {
	background: #eff6ff;
	color: #1d4ed8;
	font-weight: 600;
}

/* Hardening anti-débordement horizontal : barre recherche page résultats */
.kokende-results-topbar {
	width: 100%;
	max-width: 100%;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	overflow-x: clip;
}

.kokende-results-topbar > .max-w-7xl {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	min-width: 0;
}

.kokende-results-topbar .kokende-search-form--bar,
.kokende-results-topbar .kokende-search-form--bar .kokende-search-bar,
.kokende-results-topbar .kokende-search-form--bar .kokende-search-bar__segment {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

@media (max-width: 1023px) {
	.kokende-results-topbar .kokende-search-form--bar {
		overflow-x: clip;
	}
}

/* Header : avatar connexion (invité), menu mobile */
.kokende-header-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: #4b5563;
	text-decoration: none !important;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		color 0.2s ease,
		transform 0.15s ease;
}

.kokende-header-avatar:hover {
	border-color: #3b82f6;
	box-shadow: 0 2px 10px rgba(37, 99, 235, 0.18);
	color: #1d4ed8;
	transform: translateY(-1px);
}

.kokende-header-avatar:focus {
	outline: none;
}

.kokende-header-avatar:focus-visible {
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
	border-color: #3b82f6;
}

.kokende-header-avatar__inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.kokende-header-avatar__inner--lg .kokende-header-avatar__svg {
	width: 1.5rem;
	height: 1.5rem;
}

.kokende-header-avatar__svg {
	width: 1.35rem;
	height: 1.35rem;
	display: block;
}

.kokende-header-avatar__img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	display: block;
}

.kokende-header-avatar--user {
	padding: 0;
	overflow: hidden;
	background: #00bf63;
	border-color: #00a054;
	box-shadow: 0 3px 12px rgba(0, 191, 99, 0.28);
}

.kokende-header-user-menu {
	position: relative;
	display: inline-flex;
}

.kokende-header-user-menu__panel {
	position: absolute;
	right: 0;
	top: calc(100% + 0.65rem);
	z-index: 120;
	min-width: 12.5rem;
	padding: 0.45rem;
	border-radius: 1rem;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

.kokende-header-user-menu__panel a {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 0.75rem;
	padding: 0.65rem 0.8rem;
	color: #111827;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
}

.kokende-header-user-menu__panel a:hover {
	background: #f0fdf4;
	color: #008f4c;
}

.kokende-header-user-menu__logout {
	color: #b91c1c !important;
}

.kokende-back-to-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.35rem;
	z-index: 80;
	width: 3rem;
	height: 3rem;
	border: 0;
	border-radius: 9999px;
	background: linear-gradient(180deg, #22c55e 0%, #00bf63 100%);
	color: #ffffff;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(0, 191, 99, 0.35);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.75rem);
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.kokende-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.kokende-back-to-top:hover {
	box-shadow: 0 16px 36px rgba(0, 160, 84, 0.45);
	transform: translateY(-2px);
}

/* Invité : unique CTA vert type BlaBlaCar (fusion Se connecter / Espaces) */
.kokende-header-avatar--guest:not(.kokende-header-avatar--mobile-row) {
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	border: 1px solid #15803d;
	color: #ffffff;
	box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
	width: 2.75rem;
	height: 2.75rem;
	min-width: 2.75rem;
	min-height: 2.75rem;
}

.kokende-header-avatar--guest:not(.kokende-header-avatar--mobile-row):hover {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	border-color: #166534;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(22, 163, 74, 0.45);
	transform: translateY(-1px);
}

.kokende-header-avatar--guest:not(.kokende-header-avatar--mobile-row):focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.45);
	border-color: #166534;
}

.kokende-header-avatar--guest.kokende-header-avatar--mobile-row {
	width: 100%;
	min-height: 3rem;
	border: 1px solid #15803d;
	border-radius: 0.75rem;
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	color: #ffffff;
	box-shadow: 0 2px 10px rgba(22, 163, 74, 0.35);
	justify-content: center;
}

.kokende-header-avatar--guest.kokende-header-avatar--mobile-row:hover {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
	border-color: #166534;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4);
}

.kokende-header-avatar--guest.kokende-header-avatar--mobile-row:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.45);
	outline: none;
}

.kokende-header-avatar__login-label {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.01em;
}

.kokende-mobile-nav__panel {
	position: fixed;
	inset: 0;
	z-index: 100;
	pointer-events: none;
}

.kokende-mobile-nav__panel:not([hidden]) {
	pointer-events: auto;
}

.kokende-mobile-nav__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.45);
	animation: kokende-mobile-nav-fade 0.2s ease;
}

.kokende-mobile-nav__sheet {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(100%, 22rem);
	background: #ffffff;
	box-shadow: -6px 0 28px rgba(0, 0, 0, 0.12);
	padding: 1rem 1.15rem 1.5rem;
	overflow-y: auto;
	animation: kokende-mobile-nav-slide 0.24s ease-out;
}

@keyframes kokende-mobile-nav-fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes kokende-mobile-nav-slide {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

body.kokende-mobile-nav-open {
	overflow: hidden;
}

@media (min-width: 768px) {
	.kokende-mobile-nav__panel {
		display: none !important;
	}
}

.kokende-mobile-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.7rem 0.65rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
}

.kokende-mobile-nav__link.is-active {
	background: #eff6ff;
	color: #1d4ed8 !important;
	font-weight: 700;
}

.kokende-mobile-nav__link:focus-visible {
	outline: none;
	background: #eff6ff;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

@media (max-width: 1279px) {
	.kokende-header-public-nav {
		gap: 0.2rem;
	}

	.kokende-header-public-nav__link {
		padding: 0.48rem 0.7rem;
		font-size: 0.84rem;
	}

	.kokende-header-public-nav__icon {
		width: 0.96rem;
		height: 0.96rem;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.kokende-site-header__actions {
		gap: 0.45rem;
	}

	.kokende-header-search-btn {
		width: 2.25rem;
		height: 2.25rem;
	}

	.kokende-header-publish-btn {
		padding: 0.55rem 0.85rem;
		font-size: 0.79rem;
	}
}

@media (max-width: 767px) {
	.kokende-site-header .max-w-7xl {
		min-height: 4rem;
	}

	.kokende-header-publish-btn--desktop {
		display: none !important;
	}

	.kokende-header-publish-btn--mobile-plus {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.kokende-header-publish-btn--mobile-plus {
		display: none !important;
	}
}

@media (max-width: 479px) {
	.kokende-site-header .max-w-7xl {
		padding-top: 0.62rem;
		padding-bottom: 0.62rem;
	}

	.kokende-site-header__actions {
		gap: 0.35rem;
	}
}

@media (max-width: 374px) {
	.kokende-header-avatar--guest:not(.kokende-header-avatar--mobile-row) {
		width: 2.5rem;
		height: 2.5rem;
		min-width: 2.5rem;
		min-height: 2.5rem;
	}
}

/* -------------------------------------------------------------------------
   Modernisation P1–P7 : tokens visuels alignés politique Kokende (clair,
   vert CTA type mobilité, bleu secondaire) — sans casser kokende-light-ui.
   ------------------------------------------------------------------------- */
:root {
	--kokende-brand-green: #16a34a;
	--kokende-brand-green-strong: #15803d;
	--kokende-brand-blue: #1d4ed8;
	--kokende-surface: #ffffff;
	--kokende-page-bg: #f3f4f6;
}

/* Bandeau héros page Voyager : respiration type plateforme de covoiturage */
.kokende-page-voyager-hero {
	background: linear-gradient(180deg, #ffffff 0%, #f9fafb 45%, #f3f4f6 100%);
	border-radius: 0 0 1.25rem 1.25rem;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.04);
}

/* Cartes : léger relèvement pour lisibilité dense (dashboards, accueil) */
.kokende-surface-card {
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
}

/* Barre recherche pleine largeur : ancrage visuel renforcé (inspiration UX grands acteurs) */
.kokende-hero-search--full .kokende-search-bar {
	box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

/* -------------------------------------------------------------------------
   Blocs plateforme (shortcodes Core) : stats, CTA, témoignages
   ------------------------------------------------------------------------- */
.kokende-home-stats-shell .kokende-stats-rail {
	width: 100%;
}

.kokende-stats-rail {
	padding: 1rem 1.15rem;
	border-radius: 1rem;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 6px 28px rgba(15, 23, 42, 0.06);
}

.kokende-stats-rail__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.kokende-stats-rail__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem 2rem;
	}
}

.kokende-stats-rail__cell {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.kokende-stats-rail__cell {
		text-align: left;
	}
}

.kokende-stats-rail__value {
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #047857;
	font-variant-numeric: tabular-nums;
}

.kokende-stats-rail__label {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.kokende-stats-rail__kyc {
	margin: 0.75rem 0 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.kokende-stats-rail__kyc {
		text-align: left;
	}
}

.kokende-home-cta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	width: 100%;
	max-width: 36rem;
}

.kokende-home-cta-strip--center {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.kokende-home-cta-strip--left {
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.kokende-home-cta-strip--left {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.kokende-home-cta-strip__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 1.35rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #ffffff;
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	border: 1px solid #15803d;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(22, 163, 74, 0.28);
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.kokende-home-cta-strip__primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
}

.kokende-home-cta-strip__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 1.35rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 650;
	color: #1d4ed8;
	background: #ffffff;
	border: 2px solid #bfdbfe;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.kokende-home-cta-strip__secondary:hover {
	background: #eff6ff;
	border-color: #60a5fa;
}

.kokende-trust-stories__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 1rem;
	text-align: center;
}

@media (min-width: 1024px) {
	.kokende-trust-stories__title {
		text-align: left;
	}
}

.kokende-trust-stories__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.kokende-trust-stories__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.kokende-trust-stories__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.kokende-trust-stories__item {
	display: flex;
	gap: 0.85rem;
	padding: 1rem 1.1rem;
	align-items: flex-start;
}

.kokende-trust-stories__thumb {
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	overflow: hidden;
	background: #f3f4f6;
}

.kokende-trust-stories__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kokende-trust-stories__name {
	font-size: 0.95rem;
	font-weight: 650;
	color: #111827;
	margin: 0 0 0.35rem;
}

/* =========================================================
   Inscription Kokende — Téléphone (+242/+241/+243),
   bloc Adresse / CP / Ville / Pays alignés horizontalement,
   autocomplete et mode « Saisie Manuelle ».
   ========================================================= */
.kokende-phone-prefix {
	flex: 0 0 auto;
	max-width: 12.5rem;
}

.kokende-address-block {
	margin-top: 0.25rem;
}

.kokende-address-block.hidden {
	display: none !important;
}

.kokende-address-grid {
	align-items: stretch;
}

.kokende-address-grid .kokende-ac-field {
	position: relative;
}

.kokende-address-block[data-kokende-mode="manual"] .kokende-address-ac {
	background-image: linear-gradient(to bottom, rgba(0, 113, 227, 0.06), rgba(0, 113, 227, 0.02));
}

.kokende-address-block[data-kokende-mode="manual"] .kokende-ac-list {
	display: none !important;
}

.kokende-address-toggle-manual {
	white-space: nowrap;
}

/* Liste des suggestions : style aligné sur le bouton vert Kokende. */
.kokende-address-block .kokende-ac-list {
	position: absolute;
	z-index: 50;
	top: calc(100% + 2px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 0.25rem 0;
	list-style: none;
	max-height: 14rem;
	overflow-y: auto;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 0.65rem;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.kokende-address-block .kokende-ac-item {
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: #111827;
	cursor: pointer;
	transition: background-color 0.12s ease, color 0.12s ease;
}

.kokende-address-block .kokende-ac-item:hover,
.kokende-address-block .kokende-ac-item:focus-visible {
	background-color: rgba(0, 191, 99, 0.12);
	color: #00813f;
	outline: none;
}

.kokende-address-block .kokende-ac-item + .kokende-ac-item {
	border-top: 1px solid #f1f5f9;
}

@media (max-width: 640px) {
	.kokende-address-grid {
		grid-template-columns: 1fr;
	}
	.kokende-phone-prefix {
		max-width: 100%;
	}
}

/* ============================================================
 * Champs éditables (bordure rouge Kokende) — Prompts 3/4/7
 * ============================================================ */
.kokende-field-editable {
	border: 1.5px solid #dc2626 !important;
	background-color: #ffffff !important;
	color: #111827 !important;
	cursor: text !important;
}
.kokende-field-editable[readonly],
.kokende-field-editable[disabled] {
	background-color: #ffffff !important;
	color: #111827 !important;
}
.kokende-field-editable:focus,
.kokende-field-focus.kokende-field-editable {
	outline: none !important;
	border-color: #b91c1c !important;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18) !important;
}
.kokende-pro-pass-field:focus,
.kokende-cli-pass-field:focus {
	outline: none !important;
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18) !important;
}

/* ============================================================
 * KYC modal (Liste des comptes + Demandes Devenir un pro)
 * ============================================================ */
.kokende-kyc-pending {
	color: #b91c1c;
	font-style: italic;
	font-weight: 500;
}
.kokende-kyc-show-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: #00bf63;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 0.45rem 0.9rem;
	border-radius: 0.5rem;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.15s ease;
}
.kokende-kyc-show-btn:hover,
.kokende-kyc-show-btn:focus { background: #00a655; }
.kokende-kyc-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 1.5rem;
}
/* Garantit que le modal KYC reste invisible par défaut, même si la classe Tailwind .hidden n'est pas chargée
   (CDN bloqué, latence localhost, etc.). On s'appuie sur la classe .hidden ET sur l'attribut HTML5 [hidden]. */
.kokende-kyc-modal-overlay.hidden,
.kokende-kyc-modal-overlay[hidden] {
	display: none !important;
}
.kokende-kyc-modal {
	background: #ffffff;
	border-radius: 1rem;
	width: 100%;
	max-width: 800px;
	max-height: 90vh;
	box-shadow: 0 28px 60px rgba(0,0,0,0.35);
	display: flex;
	flex-direction: column;
}
.kokende-kyc-modal-header {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}
.kokende-kyc-modal-body {
	padding: 1rem 1.25rem;
	overflow: auto;
	flex: 1 1 auto;
}
.kokende-kyc-modal-actions {
	padding: 1rem 1.25rem;
	border-top: 1px solid #e5e7eb;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
}
.kokende-kyc-btn-validate,
.kokende-kyc-btn-refuse,
.kokende-kyc-btn-replace {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 0.55rem 1rem;
	border-radius: 0.5rem;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}
.kokende-kyc-btn-validate { background: #00bf63; color: #ffffff; }
.kokende-kyc-btn-validate:hover { background: #00a655; }
.kokende-kyc-btn-refuse   { background: #dc2626; color: #ffffff; }
.kokende-kyc-btn-refuse:hover   { background: #b91c1c; }
.kokende-kyc-btn-replace  { background: #f3f4f6; color: #111827; border: 1px solid #d1d5db; }
.kokende-kyc-btn-replace:hover  { background: #e5e7eb; }
.kokende-kyc-doc-frame {
	width: 100%;
	min-height: 380px;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	background: #f9fafb;
}
.kokende-kyc-doc-img {
	max-width: 100%;
	max-height: 70vh;
	display: block;
	margin: 0 auto;
}

/* ============================================================
 * Annonces (Bus, Covoiturage) — Logo entreprise (affichage public)
 * ============================================================ */
.kokende-partner-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	object-fit: cover;
	flex-shrink: 0;
	color: #6b7280;
	font-size: 1.05rem;
	line-height: 1;
	user-select: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.kokende-partner-logo--rounded {
	border-radius: 0.5rem;
}
.kokende-partner-logo--square {
	border-radius: 0.125rem;
}
.kokende-partner-logo--placeholder {
	background: #f3f4f6;
	border-style: dashed;
	border-color: #d1d5db;
	color: #9ca3af;
}
/* Conteneur ligne « logo + nom entreprise » dans les cartes d'annonces */
.kokende-partner-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
}
.kokende-partner-brand__name {
	font-weight: 600;
	color: #047857;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ============================================================
 * Espace pro — Mon compte : Logo entreprise (modale d'upload)
 * ============================================================ */
.kokende-pro-logo-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}
.kokende-pro-logo-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}
.kokende-pro-logo-modal.hidden,
.kokende-pro-logo-modal[hidden] {
	display: none !important;
}
.kokende-pro-logo-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
}
.kokende-pro-logo-modal__panel {
	position: relative;
	background: #ffffff;
	border-radius: 0.75rem;
	width: 100%;
	max-width: 520px;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
	padding: 1rem 1.25rem;
	z-index: 1;
}
.kokende-pro-btn-danger--sm {
	font-size: 0.7rem;
	padding: 0.25rem 0.55rem;
}
body.kokende-no-scroll {
	overflow: hidden;
}

/* Inline alert "Refus impossible" — disparaît après 5s via JS */
.kokende-inline-alert-refuse {
	color: #b91c1c;
	font-style: italic;
	font-size: 0.95rem;
	border: 1px solid #fecaca;
	background: #fef2f2;
	border-radius: 0.5rem;
	padding: 0.6rem 0.9rem;
	margin-bottom: 0.75rem;
}

/* === Sous-section "Détail" — Demandes Devenir un pro / Liste des comptes ===
   Couleurs alignées sur la « Politique de gestion intelligente du site Kokende » :
   vert Kokende #00bf63 (validé/approved), rouge #dc2626 (refusé), ambre #b45309 (en attente). */
.kokende-ddp-detail-line {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	align-items: center;
}
.kokende-ddp-detail-id {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Cascadia Mono", "Roboto Mono", monospace;
	font-weight: 700;
	color: #1d4ed8;
}
.kokende-ddp-detail-email {
	color: #0f766e;
	font-weight: 600;
}
.kokende-ddp-detail-time {
	color: #6b7280;
	font-style: italic;
}
.kokende-ddp-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	border-radius: 9999px;
	border: 1px solid transparent;
	padding: 0.15rem 0.6rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.kokende-ddp-status--pending  { background: #fef3c7; color: #92400e; border-color: #fde68a; }
.kokende-ddp-status--approved { background: #d1fae5; color: #065f46; border-color: #a7f3d0; }
.kokende-ddp-status--rejected { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
.kokende-ddp-status--other    { background: #e5e7eb; color: #374151; border-color: #d1d5db; }

/* === Vue d’ensemble Admin — Tables professionnelles & bouton « Filtrer » (Prompt 3) === */
.kokende-admin-table-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}
.kokende-admin-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: #00bf63;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 0.45rem 0.95rem;
	border-radius: 0.55rem;
	border: 0;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	transition: background-color 0.15s ease, transform 0.15s ease;
}
.kokende-admin-filter-btn:hover,
.kokende-admin-filter-btn:focus {
	background: #00a655;
	outline: none;
}
.kokende-admin-filter-select {
	font-size: 0.8rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	background: #ffffff;
	color: #111827;
}
.kokende-admin-filter-input {
	font-size: 0.8rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	background: #ffffff;
	color: #111827;
	min-width: 140px;
}
.kokende-admin-filter-clear {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8rem;
	color: #4b5563;
	background: #f3f4f6;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	padding: 0.35rem 0.7rem;
	cursor: pointer;
}
.kokende-admin-filter-clear:hover { background: #e5e7eb; }

/* Couleurs professionnelles pour les valeurs des colonnes — "Détail par fiche entreprise" */
.kokende-tbl-pd td.kkc-entreprise   { color: #047857; font-weight: 600; }
.kokende-tbl-pd td.kkc-contract     { color: #1d4ed8; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 600; }
.kokende-tbl-pd td.kkc-bus          { color: #b45309; font-weight: 600; text-align: center; }
.kokende-tbl-pd td.kkc-cars         { color: #0e7490; font-weight: 600; text-align: center; }
.kokende-tbl-pd td.kkc-trips-bus    { color: #7c3aed; font-weight: 600; text-align: center; }
.kokende-tbl-pd td.kkc-carpool      { color: #db2777; font-weight: 600; text-align: center; }
.kokende-tbl-pd td.kkc-csv          { color: #00a655; font-weight: 600; }

/* Détail par fiche entreprise — Sous-éléments de la colonne "Entreprise" :
   - Nom : vert Kokende, gras
   - (#id) : bleu mono
   - Transporteur : indigo italique
   - KYC : pseudo-bouton plein avec couleur de fond identique au texte */
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-line {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem;
	line-height: 1.25;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-name {
	color: #047857;
	font-weight: 800;
	font-size: 0.95rem;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-id {
	color: #1d4ed8;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Cascadia Mono", "Roboto Mono", monospace;
	font-weight: 600;
	font-size: 0.82rem;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-meta {
	row-gap: 0.4rem;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-type {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: #4338ca;
	background: transparent;
	font-style: italic;
	font-weight: 600;
	font-size: 0.78rem;
	padding: 0;
	border: 0;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-ent-type::before {
	content: "🚍";
	font-style: normal;
	margin-right: 0.15rem;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-kyc-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	border-radius: 9999px;
	border: 1px solid transparent;
	padding: 0.2rem 0.7rem;
	cursor: default;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	text-decoration: none !important;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-kyc-btn--pending {
	background: #b45309;
	color: #ffffff;
	border-color: #92400e;
	cursor: pointer;
	animation: kokende-kyc-shine 1.8s ease-in-out infinite;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-kyc-btn--ok {
	background: #00bf63;
	color: #ffffff;
	border-color: #00a655;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-kyc-btn--pending::before {
	content: "⏳";
	font-weight: 400;
}
.kokende-tbl-pd td.kkc-entreprise .kkc-kyc-btn--ok::before {
	content: "✓";
	font-weight: 700;
}

@keyframes kokende-kyc-shine {
	0%, 100% { box-shadow: 0 0 0 rgba(180, 83, 9, 0); }
	50% { box-shadow: 0 0 0 4px rgba(180, 83, 9, 0.22), 0 8px 18px rgba(180, 83, 9, 0.22); }
}

/* Couleurs professionnelles pour les valeurs des colonnes — "Toutes les réservations" */
.kokende-tbl-bk td.kkb-ref          { color: #1d4ed8; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; }
.kokende-tbl-bk td.kkb-client       { color: #0f766e; font-weight: 600; }
.kokende-tbl-bk td.kkb-pro          { color: #4338ca; font-weight: 600; }
.kokende-tbl-bk td.kkb-trip         { color: #b45309; font-weight: 600; }
.kokende-tbl-bk td.kkb-amount       { color: #00a655; font-weight: 700; text-align: right; white-space: nowrap; }
.kokende-tbl-bk td.kkb-status       { font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.75rem; }
.kokende-tbl-bk td.kkb-status .kkb-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.15rem 0.55rem;
	border-radius: 9999px;
	border: 1px solid transparent;
}
.kokende-tbl-bk td.kkb-status .kkb-pill--confirmed { background: #d1fae5; color: #065f46; border-color: #a7f3d0; }
.kokende-tbl-bk td.kkb-status .kkb-pill--cancelled { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
.kokende-tbl-bk td.kkb-status .kkb-pill--pending   { background: #fef3c7; color: #92400e; border-color: #fde68a; }
.kokende-tbl-bk td.kkb-status .kkb-pill--refunded  { background: #ede9fe; color: #5b21b6; border-color: #ddd6fe; }
.kokende-tbl-bk td.kkb-status .kkb-pill--other     { background: #e5e7eb; color: #374151; border-color: #d1d5db; }
.kokende-tbl-bk td.kkb-payment      { font-weight: 600; }
.kokende-tbl-bk td.kkb-payment .kkb-pay-paid    { color: #00a655; }
.kokende-tbl-bk td.kkb-payment .kkb-pay-pending { color: #b45309; }
.kokende-tbl-bk td.kkb-payment .kkb-pay-failed  { color: #b91c1c; }
.kokende-tbl-bk td.kkb-payment .kkb-pay-other   { color: #374151; }
.kokende-tbl-bk td.kkb-created      { color: #6b7280; font-style: italic; white-space: nowrap; }

/* Floating "Menu client" button (Prompt 8) — repositionnement haut-droite */
.kokende-client-fab--top-right {
	position: fixed !important;
	top: 1rem !important;
	right: 1rem !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 50;
}

/* Menu Client header bar (synchronized with floating button content) */
.kokende-client-menubar {
	border: 1px solid #d1fae5;
	background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
	border-radius: 1rem;
	padding: 1rem 1rem 0.85rem;
	box-shadow: 0 1px 2px rgba(16,185,129,0.06);
}
.kokende-client-menubar__title {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #047857;
	margin-bottom: 0.6rem;
}
.kokende-client-menubar__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
}
@media (min-width: 640px) {
	.kokende-client-menubar__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.kokende-client-menubar__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.kokende-client-menubar__item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.65rem 0.8rem;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	text-decoration: none;
	color: #111827;
	transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}
.kokende-client-menubar__item:hover {
	border-color: #34d399;
	box-shadow: 0 6px 18px rgba(16,185,129,0.12);
	transform: translateY(-1px);
}
.kokende-client-menubar__item.is-active,
.kokende-client-menubar__item[aria-current='page'] {
	color: #ffffff !important;
	background: linear-gradient(135deg, #00bf63 0%, #00a054 52%, #059669 100%);
	border-color: #00bf63;
	box-shadow: 0 4px 16px rgba(0, 191, 99, 0.42);
}
.kokende-client-menubar__item.is-active .kokende-client-menubar__label,
.kokende-client-menubar__item.is-active .kokende-client-menubar__sub,
.kokende-client-menubar__item[aria-current='page'] .kokende-client-menubar__label,
.kokende-client-menubar__item[aria-current='page'] .kokende-client-menubar__sub {
	color: #ffffff !important;
}
.kokende-client-menubar__icon { font-size: 1.15rem; line-height: 1; }
.kokende-client-menubar__label { font-weight: 600; font-size: 0.9rem; color: #111827; }
.kokende-client-menubar__sub { font-size: 0.72rem; color: #6b7280; }

/* Annuler ma demande devenir pro — bouton rouge */
.kokende-btn-danger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	background: #dc2626;
	color: #ffffff;
	font-weight: 600;
	padding: 0.55rem 1rem;
	border-radius: 9999px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}
.kokende-btn-danger:hover { background: #b91c1c; }

/* Espace pro — filtre réservations clients */
.kokende-pro-bookings-filter {
	background: linear-gradient(135deg, #f8fffb 0%, #ffffff 55%, #f9fafb 100%);
	box-shadow: 0 4px 24px rgba(0, 191, 99, 0.06);
}
.kokende-pro-bookings-filter .kokende-input:focus {
	border-color: #00bf63;
	box-shadow: 0 0 0 3px rgba(0, 191, 99, 0.15);
}
.kokende-pro-booking-selection-actions:not(.hidden) {
	animation: kokende-pro-fade-in 0.25s ease;
}
@keyframes kokende-pro-fade-in {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}
.kokende-pro-booking-row.is-selected {
	background: linear-gradient(90deg, rgba(0, 191, 99, 0.1) 0%, rgba(0, 191, 99, 0.03) 100%);
	box-shadow: inset 3px 0 0 #00bf63;
}
.kokende-pro-booking-row.is-selected td {
	background: transparent;
}

/* Toggle codes promo (overlay moderne) */
.kokende-pro-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	cursor: pointer;
	user-select: none;
}
.kokende-pro-toggle__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.kokende-pro-toggle__track {
	position: relative;
	width: 3rem;
	height: 1.65rem;
	border-radius: 9999px;
	background: #d1d5db;
	transition: background 0.2s ease;
	flex-shrink: 0;
}
.kokende-pro-toggle__track::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}
.kokende-pro-toggle__input:checked + .kokende-pro-toggle__track {
	background: #00bf63;
}
.kokende-pro-toggle__input:checked + .kokende-pro-toggle__track::after {
	transform: translateX(1.35rem);
}
.kokende-pro-toggle__input:focus-visible + .kokende-pro-toggle__track {
	outline: 2px solid #00bf63;
	outline-offset: 2px;
}

/* Paire mot de passe + confirmation */
.kokende-password-pair__match {
	min-height: 1.25rem;
	font-weight: 600;
}
.kokende-password-pair__match--ok {
	color: #047857;
}
.kokende-password-pair__match--bad {
	color: #b91c1c;
}
.kokende-password-pair__match--idle {
	color: inherit;
}
.kokende-password-pair.is-mismatch [data-kokende-password-field] .kokende-password-field__input {
	border-color: #b91c1c;
}
.kokende-password-pair.is-match [data-kokende-password-field] .kokende-password-field__input {
	border-color: #00bf63;
}

/* Champ mot de passe avec œil (connexion / conducteur-pro) */
.kokende-password-field {
	display: block;
	margin-bottom: 0.25rem;
}
.kokende-password-field__inner {
	position: relative;
	display: block;
}
.kokende-password-field__input {
	width: 100%;
	padding-right: 3rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.kokende-password-field:focus-within .kokende-password-field__input,
.kokende-password-field__input:focus {
	border-color: #00bf63;
	box-shadow: 0 0 0 3px rgba(0, 191, 99, 0.18);
	outline: none;
}
.kokende-password-field.is-visible .kokende-password-field__input {
	border-color: #00bf63;
}
.kokende-password-field--error .kokende-password-field__input,
.kokende-password-field--error:focus-within .kokende-password-field__input {
	border-color: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}
.kokende-password-field__toggle {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #64748b;
	cursor: pointer;
	border-radius: 999px;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.kokende-password-field__toggle:hover {
	color: #00bf63;
	background: rgba(0, 191, 99, 0.1);
}
.kokende-password-field__toggle:focus-visible {
	outline: 2px solid #00bf63;
	outline-offset: 2px;
}
.kokende-password-field__toggle.is-active {
	color: #00bf63;
	background: rgba(0, 191, 99, 0.14);
	transform: translateY(-50%) scale(1.05);
}
.kokende-password-field__icon {
	display: block;
	flex-shrink: 0;
	transition: opacity 0.22s ease, transform 0.22s ease;
}
.kokende-password-field__toggle.is-active .kokende-password-field__icon--show {
	opacity: 0;
	transform: scale(0.85);
}
.kokende-password-field__icon--hide,
.kokende-password-field__icon[hidden] {
	display: none;
}
.kokende-password-field__toggle[aria-pressed='true'] .kokende-password-field__icon--show {
	display: none;
}
.kokende-password-field__toggle[aria-pressed='true'] .kokende-password-field__icon--hide {
	display: block;
}
@media (prefers-reduced-motion: reduce) {
	.kokende-password-field__toggle,
	.kokende-password-field__icon,
	.kokende-password-field__input {
		transition: none;
	}
}
