/* PWS Luxury Cockpit V3 — signature immersive, identité forte */
:root {
  --navy: #071426;
  --navy-soft: #0f2847;
  --navy-mid: #163a5f;
  --pws-blue: #1a4d8c;
  --electric: #2d9cdb;
  --cyan: #00c2cb;
  --gold: #d4af37;
  --gold-light: #e8c547;
  --gold-dark: #b8960c;
  --champagne: #f5e6c8;
  --cream: #faf8f5;
  --cream-warm: #fff9f2;
  --white: #ffffff;
  --text: #0d1b2a;
  --text-muted: #4a5f73;
  --text-on-dark: rgba(255,255,255,0.92);
  --border: rgba(7, 20, 38, 0.12);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-dark: rgba(7, 20, 38, 0.55);
  --shadow: 0 12px 40px rgba(7, 20, 38, 0.12);
  --shadow-glow: 0 0 60px rgba(45, 156, 219, 0.15);
  --radius: 16px;
  --radius-lg: 24px;
  --nav-h: 72px;
  --dock-h: 52px;
  --rail-w: 240px;
  --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  --font-display: 'Cinzel', Georgia, serif;
  --font-body: 'Poppins', system-ui, sans-serif;
  --accent: var(--gold);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; object-fit: cover; }
a { color: var(--pws-blue); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--gold-dark); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; z-index: 9999; background: var(--gold); color: var(--navy); padding: 10px 18px; font-weight: 600; }
.skip-link:focus { left: 16px; top: 12px; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; color: var(--navy); letter-spacing: 0.02em; }
h1 { font-size: clamp(1.5rem, 3.2vw, 2.35rem); font-weight: 700; }
h1 .accent-word { color: var(--accent); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 999px; font-weight: 600; font-size: 0.9375rem;
  border: 2px solid transparent; cursor: pointer; transition: var(--transition);
  min-height: 48px; font-family: inherit; white-space: nowrap;
}
.btn-sm { padding: 8px 18px; min-height: 40px; font-size: 0.8125rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: var(--navy); box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212, 175, 55, 0.5); }
.btn-secondary { background: rgba(255,255,255,0.9); border-color: var(--navy); color: var(--navy); backdrop-filter: blur(8px); }
.btn-secondary:hover { background: var(--cream); border-color: var(--gold); }

/* Navigation premium */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: linear-gradient(180deg, rgba(7,20,38,0.97) 0%, rgba(7,20,38,0.88) 100%);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(212,175,55,0.2);
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h); max-width: 1440px; margin: 0 auto; padding: 0 20px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand-logo { border-radius: 12px; width: 48px; height: 48px; border: 2px solid rgba(212,175,55,0.4); }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: var(--white); display: block; }
.brand-tag { font-size: 0.7rem; color: rgba(255,255,255,0.55); display: block; }
.menu { display: flex; align-items: center; gap: 18px; }
.menu a { color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 500; white-space: nowrap; padding: 6px 0; border-bottom: 2px solid transparent; }
.menu a:hover, .menu a.active { color: var(--gold-light); border-bottom-color: var(--gold); }
.menu a.nav-link-signature { margin-left: 10px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.15); font-size: 0.75rem; font-weight: 400; color: rgba(255,255,255,0.55); }
.menu a.nav-link-signature:hover { color: var(--gold-light); border-bottom-color: transparent; }
.menu a.nav-link-employe { margin-left: 10px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.15); font-size: 0.75rem; font-weight: 400; color: rgba(255,255,255,0.45); }
.menu a.nav-link-employe:hover { color: rgba(255,255,255,0.75); border-bottom-color: transparent; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--gold); margin: 5px 0; border-radius: 2px; }

.cockpit-page { padding-top: var(--nav-h); background: var(--navy); }

/* Shell — scène immersive */
.cockpit-shell {
  position: relative;
  display: grid; grid-template-columns: var(--rail-w) 1fr;
  grid-template-rows: 1fr var(--dock-h);
  height: calc(100vh - var(--nav-h)); max-height: calc(100vh - var(--nav-h)); overflow: hidden;
}
.cockpit-scene-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(45,156,219,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(212,175,55,0.12) 0%, transparent 50%),
    linear-gradient(145deg, #071426 0%, #0f2847 40%, #163a5f 70%, #0a1f38 100%);
  transition: background var(--transition);
}
.cockpit-shell[data-accent="gold"] { --accent: var(--gold); }
.cockpit-shell[data-accent="cyan"] { --accent: var(--cyan); }
.cockpit-shell[data-accent="electric"] { --accent: var(--electric); }
.cockpit-shell[data-accent="gold"] .cockpit-scene-bg {
  background:
    radial-gradient(ellipse 70% 50% at 75% 25%, rgba(212,175,55,0.2) 0%, transparent 55%),
    linear-gradient(145deg, #071426 0%, #1a2f4a 50%, #0f2847 100%);
}
.cockpit-shell[data-accent="cyan"] .cockpit-scene-bg {
  background:
    radial-gradient(ellipse 70% 50% at 75% 25%, rgba(0,194,203,0.18) 0%, transparent 55%),
    linear-gradient(145deg, #071426 0%, #0f3540 50%, #0f2847 100%);
}
.cockpit-shell[data-accent="electric"] .cockpit-scene-bg {
  background:
    radial-gradient(ellipse 70% 50% at 75% 25%, rgba(45,156,219,0.22) 0%, transparent 55%),
    linear-gradient(145deg, #071426 0%, #122a4a 50%, #0f2847 100%);
}
.cockpit-shell > *:not(.cockpit-scene-bg) { position: relative; z-index: 1; }

/* Rail premium */
.cockpit-rail {
  grid-row: 1; grid-column: 1;
  background: var(--glass-dark);
  backdrop-filter: blur(20px);
  border-right: 1px solid rgba(212,175,55,0.15);
  padding: 16px 10px;
  overflow-y: auto;
  display: flex; flex-direction: column; gap: 6px;
}
.cockpit-rail-title {
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.72); padding: 4px 12px 10px; font-weight: 600;
}
.cockpit-rail-progress {
  width: 3px; position: absolute; left: 18px; top: 48px; bottom: 60px;
  background: rgba(255,255,255,0.08); border-radius: 2px;
}
.cockpit-rail-progress-fill {
  width: 100%; background: linear-gradient(180deg, var(--gold), var(--cyan));
  border-radius: 2px; transition: height var(--transition);
}
.cockpit-tab {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start;
  width: 100%; padding: 12px 14px;
  border: 1px solid transparent; background: transparent; border-radius: var(--radius);
  cursor: pointer; text-align: left; font-family: inherit;
  color: rgba(255,255,255,0.88); transition: var(--transition); position: relative;
}
.cockpit-tab:hover { background: rgba(255,255,255,0.08); color: var(--white); border-color: rgba(255,255,255,0.12); }
.cockpit-tab[aria-selected="true"] {
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.06));
  border-color: rgba(212,175,55,0.35); color: var(--white);
}
.cockpit-tab-num {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
}
.cockpit-tab[aria-selected="true"] .cockpit-tab-num {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); border-color: var(--gold);
}
.cockpit-tab-label { font-size: 0.875rem; font-weight: 600; display: block; line-height: 1.2; }
.cockpit-tab-promise { font-size: 0.6875rem; color: rgba(255,255,255,0.62); display: block; margin-top: 2px; line-height: 1.3; }
.cockpit-tab[aria-selected="true"] .cockpit-tab-promise { color: rgba(255,255,255,0.82); }

/* Stage */
.cockpit-stage {
  grid-row: 1; grid-column: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden; min-height: 0; gap: 0;
}

/* Visual zone — image artistique */
.cockpit-visual {
  position: relative; overflow: hidden; min-height: 320px;
  display: flex; align-items: stretch; justify-content: center;
}
.cockpit-visual-frame {
  position: relative; width: 100%; height: 100%;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
  border: 1px solid rgba(212,175,55,0.25);
  box-shadow: var(--shadow), inset 0 0 80px rgba(7,20,38,0.3);
}
.cockpit-visual-frame::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(135deg, rgba(7,20,38,0.05) 0%, transparent 40%, rgba(212,175,55,0.08) 100%);
}
.cockpit-visual:not(.metier-visual) img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity var(--transition), transform 0.8s ease;
}
.cockpit-visual-glow {
  position: absolute; bottom: -20%; right: -10%; width: 60%; height: 60%;
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  opacity: 0.15; filter: blur(40px); pointer-events: none;
}
.cockpit-visual-badge {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  background: var(--glass); backdrop-filter: blur(12px);
  padding: 6px 14px; border-radius: 999px; font-size: 0.75rem;
  color: var(--navy); font-weight: 600; border: 1px solid rgba(212,175,55,0.3);
}

/* Float cards */
.cockpit-floats {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
}
.cockpit-float {
  position: absolute; background: var(--glass); backdrop-filter: blur(14px);
  padding: 8px 14px; border-radius: var(--radius);
  font-size: 0.75rem; font-weight: 600; color: var(--navy);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 8px 24px rgba(7,20,38,0.15);
  animation: floatPulse 4s ease-in-out infinite;
}
.cockpit-float:nth-child(1) { top: 12%; right: 8%; animation-delay: 0s; }
.cockpit-float:nth-child(2) { bottom: 28%; left: 6%; animation-delay: 1.2s; }
.cockpit-float:nth-child(3) { top: 45%; right: 4%; animation-delay: 2.4s; }
@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Content panel */
.cockpit-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(20px, 3.5vw, 40px);
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--cream) 100%);
  overflow-y: auto; min-height: 0;
  border-left: 1px solid rgba(212,175,55,0.15);
  box-shadow: -8px 0 32px rgba(7,20,38,0.08);
}
.cockpit-panel { display: none; }
.cockpit-panel.active { display: block; animation: panelReveal 0.5s ease; }
@keyframes panelReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.cockpit-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--gold-light); padding: 6px 14px; border-radius: 999px;
  font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.04em;
  margin-bottom: 12px; border: 1px solid rgba(212,175,55,0.3);
}
.cockpit-panel .eyebrow {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--gold-dark); font-weight: 700; margin-bottom: 10px;
}
.cockpit-panel h1 { margin-bottom: 12px; max-width: 22ch; }
.cockpit-panel .message {
  color: var(--text-muted); font-size: 1rem; margin-bottom: 14px; max-width: 46ch; line-height: 1.65;
}
.cockpit-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.cockpit-benefit {
  background: var(--white); padding: 8px 14px; border-radius: 999px;
  font-size: 0.8125rem; font-weight: 500; border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(7,20,38,0.04);
}
.cockpit-handles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px;
}
.cockpit-handle {
  background: rgba(7,20,38,0.04); padding: 8px 12px; border-radius: 10px;
  font-size: 0.8125rem; color: var(--text-muted);
  border-left: 3px solid var(--accent);
}
.cockpit-proof {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8125rem; font-weight: 600; color: var(--pws-blue);
  margin-bottom: 12px;
}
.cockpit-proof::before { content: '●'; color: var(--accent); font-size: 0.6rem; }
.cockpit-panel .result {
  background: linear-gradient(90deg, rgba(212,175,55,0.12), transparent);
  border-left: 4px solid var(--gold);
  padding: 12px 16px; border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.9375rem; margin-bottom: 18px; color: var(--text);
}
.cockpit-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cockpit-detail-link { font-size: 0.8125rem; color: var(--text-muted); text-decoration: underline; text-underline-offset: 3px; }

.cockpit-details { margin-top: 14px; }
.cockpit-details summary { cursor: pointer; font-size: 0.875rem; color: var(--gold-dark); font-weight: 600; list-style: none; }
.cockpit-details ul { margin-top: 10px; padding-left: 18px; font-size: 0.875rem; color: var(--text-muted); }

/* Compare, metrics, funnel */
.cockpit-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0; }
.cockpit-compare-col { padding: 14px; border-radius: var(--radius); font-size: 0.875rem; }
.cockpit-compare-col.alone { background: rgba(254,226,226,0.6); border: 1px solid #fecaca; }
.cockpit-compare-col.with { background: rgba(240,253,244,0.8); border: 1px solid #86efac; }
.cockpit-compare-col h4 { font-size: 0.75rem; text-transform: uppercase; margin-bottom: 8px; color: var(--navy); }
.cockpit-compare-col ul { list-style: none; }
.cockpit-compare-col li { margin-bottom: 4px; font-size: 0.8125rem; }

.cockpit-metrics { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin: 14px 0; }
.cockpit-metric {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 12px; text-align: center; box-shadow: 0 4px 12px rgba(7,20,38,0.06);
}
.cockpit-metric-value { font-family: var(--font-display); font-size: 1.35rem; color: var(--navy); font-weight: 700; }
.cockpit-metric-label { font-size: 0.6875rem; color: var(--text-muted); margin-top: 2px; }
.cockpit-demo-tag {
  display: inline-block; background: var(--champagne); color: var(--navy);
  padding: 6px 14px; border-radius: 999px; font-size: 0.75rem; font-weight: 600;
  margin-bottom: 12px; border: 1px solid rgba(212,175,55,0.4);
}

.cockpit-funnel { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.cockpit-funnel-step {
  flex: 1; min-width: 64px; text-align: center; padding: 8px 6px;
  background: var(--white); border-radius: var(--radius); font-size: 0.6875rem;
  border: 1px solid var(--border); cursor: pointer; font-family: inherit; font-weight: 500;
  transition: var(--transition);
}
.cockpit-funnel-step.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); font-weight: 700; border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(212,175,55,0.35);
}

.device-frames { display: flex; gap: 12px; margin-top: 14px; align-items: flex-end; }
.device-frame { background: var(--navy); border-radius: 10px; padding: 5px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(212,175,55,0.2); }
.device-frame.tablet { width: 88px; height: 64px; }
.device-frame.phone { width: 40px; height: 72px; border-radius: 12px; }
.device-frame.desktop { width: 132px; height: 80px; }
.device-frame img { width: 100%; height: 100%; object-fit: cover; }

/* Dock coloré */
.cockpit-dock {
  grid-row: 2; grid-column: 1 / -1;
  display: flex; align-items: center; gap: 10px;
  padding: 0 20px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-soft) 50%, var(--navy-mid) 100%);
  border-top: 1px solid rgba(212,175,55,0.25);
  overflow-x: auto; height: var(--dock-h);
}
.cockpit-dock a {
  color: rgba(255,255,255,0.8); font-size: 0.8125rem; white-space: nowrap;
  padding: 6px 14px; border-radius: 999px; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.1); transition: var(--transition);
}
.cockpit-dock a:hover { color: var(--gold-light); background: rgba(212,175,55,0.15); border-color: rgba(212,175,55,0.35); }
.cockpit-dock-label { font-size: 0.6875rem; color: var(--gold); margin-right: 10px; flex-shrink: 0; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }

.cockpit-home .cockpit-stage { grid-template-columns: 1.1fr 0.9fr; }
.cockpit-home .cockpit-visual { order: 2; }
.cockpit-home .cockpit-content { order: 1; }

/* Contact premium */
.cockpit-contact .cockpit-shell { grid-template-columns: 1fr; grid-template-rows: 1fr; height: auto; max-height: none; min-height: calc(100vh - var(--nav-h)); }
.cockpit-contact .cockpit-stage { grid-template-columns: 1fr 1fr; grid-column: 1; }
.contact-info {
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--text-on-dark);
}
.contact-info h1 { color: var(--white); margin-bottom: 16px; }
.contact-info ul { list-style: none; margin: 16px 0; }
.contact-info li { font-size: 0.9375rem; margin-bottom: 8px; color: rgba(255,255,255,0.85); }
.contact-steps { list-style: none; margin: 20px 0; }
.contact-steps li { display: flex; gap: 12px; margin-bottom: 12px; font-size: 0.9375rem; color: rgba(255,255,255,0.9); }
.contact-steps .num {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8125rem; font-weight: 700; flex-shrink: 0;
}
.contact-form-wrap {
  padding: clamp(24px, 4vw, 48px);
  background: var(--cream-warm);
  border-left: 1px solid rgba(212,175,55,0.2);
}
.contact-form-wrap h2 { font-size: 1.25rem; margin-bottom: 16px; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; font-size: 0.875rem; font-weight: 500; color: var(--navy); }
.form-grid input, .form-grid select {
  padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius);
  font-family: inherit; font-size: 0.9375rem; background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-grid input:focus, .form-grid select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,0.2); outline: none;
}
.form-note { font-size: 0.8125rem; color: var(--text-muted); margin-top: 12px; }

/* About */
.cockpit-about .cockpit-stage { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.about-card {
  background: var(--white); padding: 14px 18px; border-radius: var(--radius);
  border: 1px solid var(--border); font-size: 0.9375rem; margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(7,20,38,0.06);
}
.about-card strong { display: block; font-size: 0.75rem; text-transform: uppercase; margin-bottom: 6px; color: var(--gold-dark); letter-spacing: 0.06em; }

.cockpit-seo { max-width: 960px; margin: 0 auto; padding: 32px 20px 56px; border-top: 1px solid rgba(255,255,255,0.1); background: var(--navy); color: rgba(255,255,255,0.7); }
.cockpit-seo summary { cursor: pointer; font-weight: 600; font-size: 0.9375rem; color: var(--gold-light); }
.cockpit-seo .seo-body { padding: 14px 0; font-size: 0.875rem; line-height: 1.7; }

/* BT-007 — Histoires, situations, FAQ */
.pws-reassurance {
  font-size: 0.9375rem; font-weight: 600; color: var(--pws-blue);
  background: rgba(45,156,219,0.08); padding: 10px 14px; border-radius: var(--radius);
  border-left: 3px solid var(--cyan); margin-bottom: 14px;
}
.pws-story {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 16px; margin: 14px 0; font-size: 0.9375rem; line-height: 1.65;
  box-shadow: 0 4px 16px rgba(7,20,38,0.05);
}
.pws-story-compact { font-size: 0.875rem; }
.pws-story cite {
  display: block; margin-top: 10px; font-size: 0.75rem; font-style: normal;
  color: var(--text-muted); font-weight: 500;
}
.pws-situations {
  max-width: 960px; margin: 0 auto; padding: 32px 20px;
}
.pws-situations h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem); color: var(--gold-light);
  margin-bottom: 8px; text-align: center;
}
.pws-situations-sub {
  text-align: center; color: rgba(255,255,255,0.75); margin-bottom: 24px;
  max-width: 52ch; margin-left: auto; margin-right: auto; font-size: 0.9375rem;
}
.pws-situations-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px;
}
.pws-situation-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(212,175,55,0.2);
  border-radius: var(--radius); padding: 14px 16px; color: rgba(255,255,255,0.9);
}
.pws-situation-card summary {
  cursor: pointer; font-weight: 600; font-size: 0.9375rem; color: var(--gold-light);
  list-style: none; padding: 4px 0;
}
.pws-situation-card .message { color: rgba(255,255,255,0.75); font-size: 0.875rem; margin: 10px 0; }
.pws-situation-response { font-size: 0.875rem; margin: 10px 0 12px; color: rgba(255,255,255,0.85); }
.pws-faq { max-width: 800px; margin: 32px auto 0; padding: 0 20px 24px; }
.pws-faq h2 { font-size: 1.25rem; color: var(--gold-light); margin-bottom: 16px; }
.pws-faq-item {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 12px 16px; margin-bottom: 8px; color: rgba(255,255,255,0.9);
}
.pws-faq-item summary { cursor: pointer; font-weight: 600; font-size: 0.9375rem; color: var(--cream-warm); }
.pws-faq-item p { margin-top: 10px; font-size: 0.875rem; line-height: 1.65; color: rgba(255,255,255,0.75); }
.pws-flow-steps {
  list-style: none; counter-reset: flow; margin: 14px 0; padding: 0;
}
.pws-flow-steps li {
  counter-increment: flow; display: flex; gap: 10px; align-items: center;
  padding: 8px 0; font-size: 0.875rem; border-bottom: 1px solid var(--border);
}
.pws-flow-steps li::before {
  content: counter(flow); background: var(--gold); color: var(--navy);
  width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 0.75rem; font-weight: 700; flex-shrink: 0;
}

/* BT-009 — Carousel métiers (une diapositive, hauteur stable) */
.cockpit-metiers .cockpit-stage { align-items: stretch; min-height: 0; }
.cockpit-metiers .cockpit-visual.metier-visual {
  position: relative; min-height: 0; height: 100%;
  display: flex; flex-direction: column; overflow: hidden;
}
.cockpit-metiers .metier-carousel {
  position: relative; flex: 1 1 auto; width: 100%; min-height: 280px;
  display: flex; flex-direction: column; outline: none;
}
.cockpit-metiers .metier-frame.cockpit-visual-frame {
  position: relative; flex: 1 1 auto; width: 100%;
  min-height: 280px; aspect-ratio: 4 / 3; overflow: hidden;
}
.cockpit-metiers .metier-slides {
  position: absolute; inset: 0; overflow: hidden;
  contain: layout style paint;
}
.cockpit-metiers .metier-slide {
  position: absolute; inset: 0; margin: 0; padding: 0;
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 0;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}
.cockpit-metiers .metier-slide.is-active {
  opacity: 1; visibility: visible; pointer-events: auto; z-index: 1;
}
.cockpit-metiers .metier-slide img {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover; object-position: center; display: block;
}
.metier-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35);
  background: rgba(7,20,38,0.55); backdrop-filter: blur(8px);
  color: var(--white); font-size: 1.5rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.metier-nav:hover, .metier-nav:focus-visible {
  background: rgba(212,175,55,0.45); border-color: var(--gold); outline: none;
}
.metier-prev { left: 12px; }
.metier-next { right: 12px; }
.metier-dots {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 8px; padding: 6px 12px;
  background: rgba(7,20,38,0.5); backdrop-filter: blur(8px); border-radius: 999px;
}
.metier-dot {
  width: 10px; height: 10px; min-width: 10px; min-height: 10px;
  border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,0.45); cursor: pointer;
}
.metier-dot.is-active { background: var(--gold); transform: scale(1.2); }
.metier-dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* BT-011 — Parcours guidé accueil */
.cockpit-journey { grid-template-columns: var(--rail-w) 1fr; grid-template-rows: auto 1fr auto; }
.cockpit-journey .cockpit-rail,
.cockpit-journey .cockpit-mobile-steps,
.cockpit-journey .cockpit-dock { display: none !important; }
.pws-journey-rail {
  grid-row: 1 / -1; grid-column: 1;
  background: var(--navy-soft); border-right: 1px solid rgba(212,175,55,0.15);
  padding: 20px 14px; overflow-y: auto;
}
.pws-journey-rail-title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 14px; font-weight: 600; }
.pws-journey-steps-list { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.pws-journey-step-btn {
  width: 100%; text-align: left; display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 12px; border-radius: 10px; border: 1px solid transparent;
  background: transparent; color: rgba(255,255,255,0.88); cursor: pointer; font-family: inherit;
}
.pws-journey-step-btn.is-active, .pws-journey-step-btn:hover {
  background: rgba(212,175,55,0.12); border-color: rgba(212,175,55,0.25); color: var(--white);
}
.pws-journey-step-num {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
}
.pws-journey-step-btn.is-active .pws-journey-step-num { background: var(--gold); color: var(--navy); }
.pws-journey-step-label { font-size: 0.8125rem; line-height: 1.35; font-weight: 500; }
.pws-journey-progress-bar { grid-column: 2; height: 4px; background: rgba(255,255,255,0.08); }
.pws-journey-progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--electric)); transition: width 0.4s ease; }
.pws-journey-mobile-header {
  display: none; grid-column: 2; padding: 10px 16px; align-items: center; justify-content: space-between;
  background: var(--navy-soft); border-bottom: 1px solid rgba(212,175,55,0.15); gap: 10px;
}
.pws-journey-progress-text { margin: 0; font-size: 0.8125rem; color: rgba(255,255,255,0.92); flex: 1; font-weight: 500; }
.cockpit-journey .cockpit-stage { grid-column: 2; grid-row: 2; }
.pws-journey-nav {
  grid-column: 2; grid-row: 3; display: flex; gap: 12px; justify-content: space-between;
  padding: 14px 20px; background: var(--navy-soft); border-top: 1px solid rgba(212,175,55,0.15);
}
.pws-journey-panel { display: none; animation: panelReveal 0.4s ease; }
.pws-journey-panel.is-active { display: block; }
.pws-journey-content { overflow-y: auto; max-height: 100%; }
.pws-aide-subnav { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.pws-aide-tab {
  padding: 8px 12px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--cream-warm); font-size: 0.8125rem; cursor: pointer; font-family: inherit;
}
.pws-aide-tab.is-active { background: var(--gold); border-color: var(--gold-dark); color: var(--navy); font-weight: 600; }
.pws-aide-panel { display: none; }
.pws-aide-panel.is-active { display: block; }
.pws-situation-panel, .pws-example-card { display: none; }
.pws-situation-panel.is-active, .pws-example-card.is-active { display: block; }
.pws-subnav { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 12px 0 16px; }
.pws-subnav-prev, .pws-subnav-next {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border);
  background: var(--white); cursor: pointer; font-size: 1.25rem; line-height: 1;
}
.pws-subnav-indicator { font-size: 0.875rem; font-weight: 600; color: var(--text-muted); }
.pws-change-grid { display: grid; gap: 12px; margin-top: 16px; }
.pws-change-card { padding: 14px; border-radius: var(--radius); background: var(--cream-warm); border: 1px solid var(--border); }
.pws-faq-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; align-items: center; }
.pws-faq-search { flex: 1; min-width: 180px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--border); }
.pws-faq-cats { display: flex; flex-wrap: wrap; gap: 6px; }
.pws-faq-cat-btn { padding: 6px 10px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); font-size: 0.75rem; cursor: pointer; }
.pws-faq-cat-btn.is-active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.pws-journey-summary-fab { display: none; }
.pws-journey-summary { border: none; border-radius: var(--radius-lg); padding: 0; max-width: 720px; width: 92vw; }
.pws-journey-summary::backdrop { background: rgba(7,20,38,0.55); }
.pws-journey-summary-inner { max-height: 80vh; overflow: auto; }
.pws-journey-summary-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--white); }
.pws-journey-summary-body { padding: 16px 20px; }
.pws-journey-summary-body section { margin-bottom: 20px; }
.pws-journey-summary-body ul { list-style: none; padding: 0; margin: 8px 0 0; }
.pws-journey-summary-body li { margin: 6px 0; }
.pws-journey-summary-body button, .pws-journey-summary-body a { font-size: 0.875rem; color: var(--navy); font-weight: 500; background: none; border: none; cursor: pointer; text-align: left; padding: 0; font-family: inherit; text-decoration: underline; text-underline-offset: 2px; }
.pws-situation-all.hidden { display: none; }
.pws-situation-all:not(.hidden) { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.cockpit-metiers .cockpit-content .eyebrow { color: var(--gold-dark); }
.hidden { display: none !important; }

/* BT-PWS-HOMEPAGE-HERO-MATCH-REFERENCE-003 — dark luxury central panel */
.cockpit-home .cockpit-content:has(.pws-lux-hero.is-active) {
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(212, 175, 55, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #0a1a2f 0%, #071426 45%, #0f2847 100%);
  border-left: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, 0.16),
    -8px 0 40px rgba(0, 0, 0, 0.35);
}
.pws-lux-hero {
  display: none;
  animation: panelReveal 0.45s ease;
}
.pws-journey-panel.pws-lux-hero.is-active {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vh, 26px);
  justify-content: center;
  min-height: 100%;
  padding: clamp(8px, 1.2vh, 14px) 2px;
}
.pws-lux-hero .pws-lux-block { margin: 0; }
.pws-lux-badge {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--gold-light);
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.pws-lux-hero h1 {
  max-width: 30ch;
  font-size: clamp(1.4rem, 2.7vw, 2.15rem);
  margin-bottom: 14px;
  letter-spacing: 0.015em;
  color: var(--champagne);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.pws-lux-highlight {
  color: var(--gold-light);
}
.pws-lux-hero .pws-lux-subtitle,
.pws-lux-hero .message.pws-lux-subtitle {
  color: rgba(245, 230, 200, 0.82);
  font-size: clamp(0.9375rem, 1.35vw, 1.05rem);
  line-height: 1.65;
  max-width: 48ch;
  margin: 0;
}
.pws-lux-path-heading {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 16px;
}
.pws-lux-path-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(6px, 1.2vw, 14px);
  margin: 0;
  padding: 18px 12px 8px;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    linear-gradient(180deg, rgba(15, 40, 71, 0.75), rgba(7, 20, 38, 0.55));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 28px rgba(0, 0, 0, 0.25);
}
.pws-lux-path-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  max-width: 160px;
}
.pws-lux-path-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 18px;
  opacity: 0.95;
}
.pws-lux-path-arrow svg { width: 32px; height: 20px; }
.pws-lux-path-circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(232, 197, 71, 0.22), transparent 55%),
    linear-gradient(145deg, #122a3f 0%, #071426 100%);
  border: 2px solid rgba(212, 175, 55, 0.55);
  box-shadow:
    0 0 0 4px rgba(212, 175, 55, 0.08),
    0 10px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.pws-lux-path-visual {
  width: 64px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pws-lux-path-visual svg { width: 100%; height: 100%; display: block; }
.pws-lux-path-visual--brands { width: 70px; height: 58px; }
.pws-lux-path-step {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.pws-lux-path-title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--champagne);
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.pws-lux-results {
  padding: 16px 18px 18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(7, 20, 38, 0.92), rgba(15, 40, 71, 0.88));
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(212, 175, 55, 0.12);
}
.pws-lux-results-title {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--champagne);
  margin: 0 0 14px;
  letter-spacing: 0.03em;
  text-align: center;
}
.pws-lux-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pws-lux-results-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 12px 0 0;
  border-right: 1px solid rgba(212, 175, 55, 0.22);
  text-align: center;
}
.pws-lux-results-list li:last-child { border-right: none; padding-right: 0; }
.pws-lux-results-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
.pws-lux-results-icon svg { width: 100%; height: 100%; display: block; }
.pws-lux-results-list strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-light);
}
.pws-lux-results-list span {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
/* No CTAs inside central luxury panel (reference) */
.pws-lux-hero .cockpit-actions { display: none !important; }

@media (max-width: 1100px) {
  .pws-lux-path-list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
  }
  .pws-lux-path-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    max-width: none;
    gap: 14px;
  }
  .pws-lux-path-arrow {
    margin: 0;
    transform: rotate(90deg);
    align-self: center;
  }
  .pws-lux-path-circle { width: 72px; height: 72px; flex-shrink: 0; }
  .pws-lux-path-visual { width: 52px; height: 46px; }
  .pws-lux-results-list { grid-template-columns: 1fr; }
  .pws-lux-results-list li {
    border-right: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    padding: 0 0 10px;
    text-align: left;
  }
  .pws-lux-results-list li:last-child { border-bottom: none; padding-bottom: 0; }
}

@media (min-width: 961px) and (max-height: 820px) {
  .pws-journey-panel.pws-lux-hero.is-active { gap: 12px; }
  .pws-lux-hero h1 { font-size: 1.35rem; margin-bottom: 8px; }
  .pws-lux-path-circle { width: 76px; height: 76px; }
  .pws-lux-results { padding: 12px 14px; }
}

.footer-mini {
  text-align: center; padding: 18px; font-size: 0.8125rem;
  color: rgba(255,255,255,0.45); background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-link-employe { color: rgba(255,255,255,0.45); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.2); }
.footer-link-employe:hover { color: rgba(255,255,255,0.7); }

.cockpit-mobile-steps {
  display: none; overflow-x: auto; gap: 8px; padding: 10px 14px;
  background: var(--navy-soft); border-bottom: 1px solid rgba(212,175,55,0.2);
}
.cockpit-mobile-step {
  flex-shrink: 0; padding: 10px 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06);
  font-size: 0.8125rem; cursor: pointer; font-family: inherit; color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.cockpit-mobile-step.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); border-color: var(--gold); font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .cockpit-float { animation: none; }
  .cockpit-metiers .metier-slide {
    transition-duration: 0.15s !important; transition-property: opacity, visibility !important;
  }
}

@media (max-width: 960px) {
  :root { --nav-h: 64px; --dock-h: 48px; }
  .cockpit-shell { grid-template-columns: 1fr; grid-template-rows: auto 1fr var(--dock-h); height: auto; max-height: none; min-height: calc(100vh - var(--nav-h)); }
  .cockpit-rail { display: none; }
  .cockpit-mobile-steps { display: flex; }
  .cockpit-stage { grid-template-columns: 1fr !important; }
  .cockpit-visual { min-height: 220px; max-height: 280px; order: 1 !important; }
  .cockpit-content { order: 2 !important; padding: 20px 16px; }
  .cockpit-handles { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .menu {
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-soft) 100%);
    flex-direction: column; padding: 32px 24px; gap: 20px;
    transform: translateX(100%); transition: transform 0.35s; z-index: 999;
  }
  body.menu-open .menu { transform: translateX(0); }
  .menu a { font-size: 1rem; padding: 8px 0; border-bottom: none; }
  .menu a.nav-link-signature { margin-left: 0; margin-top: 10px; padding-left: 0; padding-top: 14px; border-left: none; border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.85rem; width: 100%; }
  .menu a.nav-link-employe { margin-left: 0; margin-top: 10px; padding-left: 0; padding-top: 14px; border-left: none; border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.85rem; width: 100%; }
  .form-grid, .cockpit-compare { grid-template-columns: 1fr; }
  .cockpit-contact .cockpit-stage { grid-template-columns: 1fr; }
  .cockpit-about .cockpit-stage { grid-template-columns: 1fr; }
  .metier-nav { width: 36px; height: 36px; font-size: 1.25rem; }
  .metier-prev { left: 8px; }
  .metier-next { right: 8px; }
  .cockpit-journey { grid-template-columns: 1fr; grid-template-rows: auto auto 1fr auto auto; }
  .pws-journey-rail { display: none; }
  .pws-journey-mobile-header { display: flex; grid-column: 1; }
  .pws-journey-progress-bar { grid-column: 1; }
  .cockpit-journey .cockpit-stage { grid-column: 1; grid-row: 3; }
  .pws-journey-nav { grid-column: 1; grid-row: 4; }
}

@media (min-width: 961px) and (max-height: 820px) {
  :root { --nav-h: 60px; --dock-h: 46px; --rail-w: 220px; }
  .cockpit-content { padding: 16px 24px; }
  .cockpit-panel h1 { font-size: 1.5rem; }
  .cockpit-panel .message { font-size: 0.9375rem; margin-bottom: 10px; }
  .cockpit-benefit { padding: 6px 12px; font-size: 0.75rem; }
  .cockpit-handle { padding: 6px 10px; font-size: 0.75rem; }
  .btn { padding: 10px 20px; min-height: 44px; font-size: 0.875rem; }
  .brand-logo { width: 44px; height: 44px; }
}
