
:root {
  --bg: #020813;
  --bg-2: #06111e;
  --bg-3: #0a1b2c;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.085);
  --text: #f4fbff;
  --muted: #a8bad0;
  --muted-2: #7d92aa;
  --line: rgba(139,213,255,.16);
  --c1: #45d1c2;
  --c2: #7bcdf8;
  --gold: #e5c06f;
  --gold-2: #c9943f;
  --danger: #ff6f91;
  --shadow: 0 26px 90px rgba(0,0,0,.42);
  --radius: 28px;
  --max: 1200px;
  --header: 100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(69,209,194,.19), transparent 28%),
    radial-gradient(circle at 88% 7%, rgba(123,205,248,.13), transparent 30%),
    radial-gradient(circle at 50% 70%, rgba(229,192,111,.055), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 58%, var(--bg-3) 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 76%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; transition: .22s ease; }
img, svg { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(69,209,194,.34); color: #fff; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { max-width: 920px; margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: rgba(2,8,19,.76);
  backdrop-filter: blur(22px);
}
.nav-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand { overflow: visible; align-self: stretch; }
.brand img {
  width: 168px;
  height: auto;
  max-height: none;
  object-fit: contain;
  padding: 0;
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(69,209,194,.20));
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.desktop-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.desktop-nav a:hover, .desktop-nav a.active {
  color: #fff;
  background: rgba(255,255,255,.095);
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #04101b;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 14px 36px rgba(69,209,194,.18);
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #fff;
  cursor: pointer;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
}
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 10px 0 18px;
}
.mobile-nav a {
  display: block;
  padding: 13px 4px;
  color: var(--muted);
  font-weight: 750;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mobile-nav a.active { color: #fff; }
.site-header.menu-open .mobile-nav { display: block; }

main { min-height: 70vh; }
section { padding: 82px 0; }

.hero, .page-hero {
  position: relative;
  overflow: hidden;
}
.hero {
  min-height: calc(100svh - var(--header));
  display: grid;
  align-items: center;
  padding: 82px 0 62px;
}
.hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(69,209,194,.18), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(229,192,111,.10), transparent 30%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}
.hero-copy { position: relative; z-index: 1; }
.hero-media {
  position: relative;
  z-index: 1;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(229,192,111,.23);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.04);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(2,8,19,.76));
  pointer-events: none;
}
.hero-media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.hero-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(2,8,19,.72);
  backdrop-filter: blur(14px);
}
.hero-badge strong { display: block; color: #fff; }
.hero-badge span { display: block; color: var(--muted); margin-top: 4px; }

.page-hero {
  padding: 76px 0 48px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.page-hero .lead { margin-left: auto; margin-right: auto; }
.page-hero-inner { position: relative; z-index: 1; }

.eyebrow, .pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--c1);
  background: rgba(69,209,194,.095);
  border: 1px solid rgba(69,209,194,.22);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.pill.gold { color: var(--gold); background: rgba(229,192,111,.09); border-color: rgba(229,192,111,.22); }
.pill.center { margin-left: auto; margin-right: auto; }

h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0 0 24px;
  max-width: 980px;
  font-size: clamp(42px, 6.8vw, 82px);
  line-height: 1.02;
  letter-spacing: -.057em;
}
h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.06;
  letter-spacing: -.047em;
}
h3 {
  margin: 0 0 11px;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.022em;
}
.kicker { color: var(--gold); font-weight: 900; }
.gradient-text {
  background: linear-gradient(90deg, #fff 0%, var(--c1) 35%, var(--c2) 70%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  max-width: 850px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 22px);
}
.text-muted { color: var(--muted); }
.text-small { font-size: 14px; color: var(--muted-2); }

.actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.actions.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: .22s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: #03101a;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 16px 40px rgba(69,209,194,.22);
}
.btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.055);
  border-color: var(--line);
}
.btn-gold {
  color: #07101a;
  background: linear-gradient(135deg, #f1d98c, #c9943f);
  box-shadow: 0 16px 40px rgba(229,192,111,.18);
}

.section-head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }

.logo-strip {
  padding: 26px 0;
  border-block: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.025);
}
.logo-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.logo-pill {
  min-height: 66px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
}
.logo-pill strong { color: #fff; }

.grid-2, .grid-3, .grid-4, .process-grid, .service-grid {
  display: grid;
  gap: 22px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3, .process-grid, .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card, .panel, .service-card, .step-card, .cta-box, .split-box, .diagram, .form-card, .quote-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.card, .service-card, .step-card, .quote-card { padding: 30px; }
.card::before, .service-card::before, .step-card::before, .quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(69,209,194,.09), transparent 38%);
  pointer-events: none;
}
.card > *, .service-card > *, .step-card > *, .quote-card > * { position: relative; }
.card:hover, .service-card:hover, .step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(69,209,194,.34);
  background: var(--panel-strong);
}
.card, .service-card, .step-card { transition: .28s ease; }
.card p, .service-card p, .step-card p, .quote-card p { color: var(--muted); margin: 0; }
.card .number, .step-card .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 13px;
  color: #03101a;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  font-weight: 950;
}
.icon-box {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(69,209,194,.24);
  color: var(--c1);
  background: rgba(69,209,194,.08);
}
.icon-box svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.9; }

.service-card {
  display: grid;
  min-height: 340px;
  align-content: space-between;
}
.service-card .tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--gold);
  border: 1px solid rgba(229,192,111,.22);
  background: rgba(229,192,111,.085);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.service-card ul, .check-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.service-card li, .check-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
  align-items: flex-start;
}
.service-card li::before, .check-list li::before {
  content: "✓";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #04101a;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  font-weight: 950;
  font-size: 12px;
  margin-top: 1px;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #fff;
  font-weight: 900;
}
.card-link:hover { color: var(--c1); }

.split-box {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.025));
}
.split-box.reverse { grid-template-columns: .95fr 1.05fr; }
.visual-card {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  min-height: 340px;
  background: rgba(255,255,255,.04);
}
.visual-card img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.visual-contain {
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255,255,255,.92);
}
.visual-contain img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 22px;
}

.visual-gradient {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 42% 34%, rgba(69,209,194,.22), transparent 29%),
    radial-gradient(circle at 68% 64%, rgba(229,192,111,.13), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.device-mockup {
  width: min(300px, 80%);
  border-radius: 38px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(2,8,19,.76);
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}
.device-screen {
  min-height: 390px;
  border-radius: 28px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(69,209,194,.18), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.11);
}
.device-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: var(--muted);
  font-size: 14px;
}
.device-row strong { color: #fff; }
.switch {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  position: relative;
}
.switch::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background: #fff;
}


.tab-visual-image {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(139,213,255,.16);
  background:
    radial-gradient(circle at 40% 28%, rgba(69,209,194,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.tab-visual-image img {
  width: 100%;
  height: min(390px, 44vw);
  min-height: 280px;
  object-fit: contain;
  border-radius: 22px;
}
.tab-visual-image.contain-white { background: rgba(255,255,255,.92); }
.tab-visual-image.contain-dark { background: linear-gradient(135deg, rgba(0,0,0,.84), rgba(6,17,30,.96)); }
.tab-visual-image.cover img { object-fit: cover; }

.tabs-shell {
  border-radius: 36px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.tabs-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.08);
}
.tab-button {
  border: 0;
  min-height: 74px;
  padding: 18px;
  background: rgba(2,8,19,.82);
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}
.tab-button[aria-selected="true"] {
  color: #03101a;
  background: linear-gradient(135deg, var(--c1), var(--c2));
}
.tab-panel {
  display: none;
  grid-template-columns: 1fr .86fr;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
  align-items: center;
}
.tab-panel.active { display: grid; }
.tab-panel h3 { font-size: clamp(30px, 4vw, 46px); }
.tab-panel p { color: var(--muted); font-size: 18px; }
.feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.feature-mini {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: var(--muted);
}
.feature-mini strong { color: #fff; display: block; margin-bottom: 4px; }

.process-line {
  display: grid;
  gap: 14px;
}
.process-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.process-index {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #03101a;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-weight: 950;
}
.process-item h3 { font-size: 20px; }
.process-item p { margin: 0; color: var(--muted); }

.diagram { padding: clamp(26px, 5vw, 46px); }
.diagram-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: center;
}
.diagram-node {
  position: relative;
  min-height: 138px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 800;
}
.diagram-node strong { color: #fff; display: block; margin-bottom: 5px; }
.diagram-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -19px;
  color: var(--c1);
  font-weight: 950;
  z-index: 2;
}

.cta-box {
  padding: clamp(34px, 5vw, 64px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(69,209,194,.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.cta-box p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 18px; }

.form-card { padding: clamp(28px, 5vw, 44px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 8px; color: #fff; font-weight: 800; font-size: 14px; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  color: #fff;
  background: rgba(255,255,255,.055);
  outline: none;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: rgba(69,209,194,.52); box-shadow: 0 0 0 4px rgba(69,209,194,.09); }

.cert-card {
  border-left: 4px solid var(--gold);
}
.cert-card strong { color: var(--gold); }

.site-footer {
  padding: 54px 0 34px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(1,5,12,.38);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .75fr .75fr .8fr;
  gap: 26px;
  align-items: start;
}
.footer-brand img { width: 210px; max-height: 112px; object-fit: contain; margin-bottom: 14px; }
.footer-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-brand p { color: var(--muted); }
.footer-links a:hover { color: var(--c1); }
.footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted-2);
  font-size: 13px;
  flex-wrap: wrap;
}

.lux-chat-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border: 0;
  border-radius: 999px;
  color: #03101a;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 18px 45px rgba(69,209,194,.31);
  font-weight: 950;
  cursor: pointer;
}
.lux-chat-button:hover { transform: translateY(-3px); }
.lux-chat-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #03101a;
  color: var(--c2);
}

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width: 940px) {
  :root { --header: 92px; }
  section { padding: 62px 0; }
  .hero-grid, .grid-2, .grid-3, .grid-4, .process-grid, .service-grid, .split-box, .split-box.reverse, .tab-panel, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 56px 0 52px; }
  .hero-media { max-width: 620px; margin: 0 auto; }
  .logo-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .diagram-flow { grid-template-columns: 1fr; }
  .diagram-node:not(:last-child)::after { content: "↓"; right: 50%; bottom: -22px; transform: translateX(50%); }
  .tabs-nav { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 148px; max-height: none; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .lead { font-size: 17px; }
  .actions { display: grid; }
  .btn { width: 100%; }
  .feature-mini-grid, .form-grid, .logo-strip-grid { grid-template-columns: 1fr; }
  .process-item { grid-template-columns: 1fr; }
  .lux-chat-button span { display: none; }
  .lux-chat-button { right: 14px; bottom: 14px; padding: 12px; }
}


.app-preview {
  width: 100%;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 90, 35, .16), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.08), transparent 30%),
    rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 80px rgba(0,0,0,.32);
}

.app-preview img {
  width: min(100%, 620px);
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0,0,0,.44));
}

@media (max-width: 700px) {
  .app-preview {
    min-height: auto;
    padding: 14px;
  }
}

.visual-contain.dark-image {
  background: radial-gradient(circle at 70% 0%, rgba(123,205,248,.18), transparent 36%), #05080d;
}
.visual-contain.dark-image img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

/* Corrections Lux&Tech */
.hero-badge { display: none !important; }
.brand, .site-header, .nav-inner { overflow: visible; }

/* Nouvelle page accueil waouh */
.home-wow-page .site-header { background: rgba(2,8,19,.68); }
.home-wow-page .nav-inner { min-height: 84px; }
.home-wow-page .brand { align-self: center; height: 74px; display: flex; align-items: center; overflow: visible; }
.home-wow-page .brand img {
  width: 176px !important;
  height: 66px !important;
  object-fit: contain !important;
  padding: 4px 0 !important;
  max-height: none !important;
}
.home-wow-page .footer-brand img {
  width: 170px;
  height: 68px;
  object-fit: contain;
}
.wow-home { overflow: hidden; }
.snap-section { min-height: calc(100svh - 84px); display: grid; align-items: center; padding: 88px 0; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.wow-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(69,209,194,.24), transparent 29%),
    radial-gradient(circle at 88% 16%, rgba(123,205,248,.18), transparent 30%),
    linear-gradient(135deg, rgba(2,8,19,.98), rgba(8,26,42,.92));
}
.wow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 88%);
  pointer-events: none;
}
.wow-glow { position: absolute; border-radius: 999px; filter: blur(40px); opacity: .52; pointer-events: none; }
.wow-glow.one { width: 280px; height: 280px; background: var(--c1); top: 18%; left: -90px; }
.wow-glow.two { width: 360px; height: 360px; background: var(--c2); right: -120px; bottom: 10%; }
.wow-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 6vw, 90px); align-items: center; }
.wow-hero-copy h1 { font-size: clamp(54px, 8vw, 104px); line-height: .92; letter-spacing: -.072em; margin-bottom: 22px; }
.wow-hero-copy h1 span { display: block; color: transparent; background: linear-gradient(90deg, var(--c1), var(--c2), #fff); -webkit-background-clip: text; background-clip: text; }
.wow-hero-copy p { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); }
.wow-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.wow-hero-showcase { position: relative; min-height: 560px; display: grid; place-items: center; perspective: 1200px; }
.showcase-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 42px 110px rgba(0,0,0,.48); background: rgba(255,255,255,.06); }
.main-card { width: min(100%, 620px); border-radius: 38px; transform: rotateY(-8deg) rotateX(4deg); }
.main-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 34%, rgba(69,209,194,.10)); pointer-events: none; }
.main-card img { width: 100%; aspect-ratio: 1.05/1; object-fit: cover; }

.main-card.logo-card {
  display: grid;
  place-items: center;
  min-height: 480px;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 22% 18%, rgba(69,209,194,.18), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(123,205,248,.14), transparent 34%),
    rgba(2,8,19,.72);
}
.main-card.logo-card img {
  width: min(100%, 520px);
  max-height: 300px;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 54px rgba(69,209,194,.22));
}

.floating-chip { position: absolute; z-index: 3; padding: 13px 18px; border-radius: 999px; font-weight: 950; letter-spacing: .08em; border: 1px solid rgba(255,255,255,.18); background: rgba(2,8,19,.78); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.chip-a { top: 52px; left: 8%; color: var(--c1); }
.chip-b { right: 7%; top: 42%; color: var(--c2); }
.chip-c { left: 14%; bottom: 64px; color: var(--gold); }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: inline-grid; place-items: center; gap: 9px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.scroll-cue span { width: 2px; height: 36px; border-radius: 999px; background: linear-gradient(var(--c1), transparent); animation: scrollCue 1.7s ease-in-out infinite; }
@keyframes scrollCue { 0%,100%{ transform: translateY(-4px); opacity:.45;} 50%{ transform: translateY(6px); opacity:1;} }
.wow-section-head { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.wow-section-head h2 { font-size: clamp(40px, 6vw, 76px); line-height: .98; }
.wow-services { background: linear-gradient(180deg, rgba(2,8,19,.08), rgba(69,209,194,.045)); }
.wow-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.wow-service-card { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; border: 1px solid rgba(139,213,255,.18); box-shadow: var(--shadow); background: #020813; transform: translateZ(0); }
.wow-service-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.wow-service-card:nth-child(1) img { object-fit: contain; padding: 22px; background: #050505; }
.wow-service-card:nth-child(2) img { object-fit: contain; padding: 36px; background: radial-gradient(circle at 72% 8%, rgba(123,205,248,.28), transparent 38%), #02050a; }
.wow-service-card:nth-child(3) img { object-fit: cover; }
.wow-service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(2,8,19,.88)); pointer-events: none; }
.wow-service-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.service-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 24px; border-radius: 24px; border: 1px solid rgba(255,255,255,.16); background: rgba(2,8,19,.74); backdrop-filter: blur(16px); }
.service-overlay span { display: inline-block; color: var(--c1); font-weight: 950; margin-bottom: 10px; }
.service-overlay h3 { margin: 0 0 6px; font-size: 28px; }
.service-overlay p { margin: 0; color: var(--muted); }
.wow-panel { background: radial-gradient(circle at 20% 20%, rgba(69,209,194,.12), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.035)); }
.wow-panel-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(34px, 6vw, 86px); }
.wow-panel-copy h2, .wow-partnership h2, .wow-method h2 { font-size: clamp(40px, 6vw, 78px); line-height: .98; }
.wow-panel-copy p, .wow-partnership p { color: var(--muted); font-size: clamp(18px, 2vw, 24px); max-width: 620px; }
.wow-device { border-radius: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 50% 0%, rgba(255,99,41,.18), transparent 36%), rgba(0,0,0,.36); box-shadow: 0 38px 110px rgba(0,0,0,.38); }
.wow-device img { width: 100%; border-radius: 18px; object-fit: contain; filter: drop-shadow(0 26px 46px rgba(0,0,0,.48)); }
.wow-partnership { background: linear-gradient(135deg, rgba(229,192,111,.075), rgba(69,209,194,.055)); }
.wow-partnership-card { min-height: 560px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 36px; align-items: center; padding: clamp(28px, 5vw, 58px); border-radius: 42px; border: 1px solid rgba(229,192,111,.22); background: rgba(255,255,255,.045); box-shadow: var(--shadow); overflow: hidden; }
.wow-partnership-card img { width: 100%; border-radius: 30px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 26px 80px rgba(0,0,0,.36); }
.btn-gold { color: #06101d; background: linear-gradient(135deg, var(--gold), #fff2bd); box-shadow: 0 14px 38px rgba(229,192,111,.18); }
.wow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.wow-steps div { padding: 30px; min-height: 210px; border-radius: 30px; border: 1px solid rgba(139,213,255,.18); background: rgba(255,255,255,.052); box-shadow: var(--shadow); display: grid; align-content: end; }
.wow-steps span { color: var(--c1); font-weight: 950; font-size: 14px; }
.wow-steps strong { display: block; margin-top: 10px; font-size: 28px; }
.wow-steps small { display: block; margin-top: 8px; color: var(--muted); font-size: 15px; }
.wow-final-cta { margin-top: 26px; padding: clamp(30px, 5vw, 56px); border-radius: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(69,209,194,.24); background: linear-gradient(135deg, rgba(69,209,194,.12), rgba(123,205,248,.08)); }
.wow-final-cta h2 { margin: 0; font-size: clamp(34px, 5vw, 62px); }
@media (max-width: 1040px) {
  .wow-hero-grid, .wow-panel-grid, .wow-partnership-card { grid-template-columns: 1fr; }
  .wow-hero-showcase { min-height: 440px; }
  .wow-card-grid { grid-template-columns: 1fr; }
  .wow-service-card, .wow-service-card img { min-height: 430px; }
  .wow-steps { grid-template-columns: 1fr; }
  .wow-final-cta { display: grid; }
}
@media (max-width: 620px) {
  .home-wow-page .nav-inner { min-height: 78px; }
  .home-wow-page .brand { height: 68px; }
  .home-wow-page .brand img { width: 142px !important; height: 58px !important; }
  .snap-section { min-height: auto; padding: 58px 0; }
  .wow-hero-copy h1 { font-size: clamp(46px, 14vw, 68px); }
  .wow-actions { display: grid; }
  .wow-hero-showcase { min-height: 320px; }
  .main-card { transform: none; border-radius: 26px; }
  .floating-chip { display: none; }
  .scroll-cue { display: none; }
  .wow-section-head h2, .wow-panel-copy h2, .wow-partnership h2, .wow-method h2 { font-size: clamp(36px, 11vw, 52px); }
  .wow-service-card, .wow-service-card img { min-height: 390px; }
  .service-overlay { left: 14px; right: 14px; bottom: 14px; padding: 18px; }
}

/* Correctif page accueil - mise en page hero plus propre */
@media (min-width: 1041px) {
  .home-wow-page .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .snap-section {
    min-height: calc(100svh - 84px);
    padding: 70px 0;
  }
  .wow-hero-grid {
    grid-template-columns: minmax(420px, .82fr) minmax(480px, .98fr);
    gap: clamp(44px, 5vw, 82px);
    max-width: 1220px;
    margin: 0 auto;
  }
  .wow-hero-copy {
    max-width: 560px;
  }
  .wow-hero-copy h1 {
    font-size: clamp(56px, 5.7vw, 82px);
    line-height: .96;
    letter-spacing: -.065em;
    margin: 0 0 22px;
  }
  .wow-hero-copy p {
    max-width: 520px;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.58;
  }
  .wow-hero-showcase {
    min-height: 430px;
    align-self: center;
  }
  .main-card.logo-card {
    width: min(100%, 560px);
    min-height: 360px;
    max-height: 390px;
    padding: 48px 56px;
    border-radius: 34px;
    transform: rotateY(-5deg) rotateX(3deg);
  }
  .main-card.logo-card img {
    width: min(100%, 430px);
    max-height: 210px;
  }
  .wow-glow.two {
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: 18%;
    opacity: .38;
  }
  .scroll-cue {
    bottom: 16px;
  }
}

@media (min-width: 621px) and (max-width: 1040px) {
  .wow-hero-copy {
    text-align: center;
    margin: 0 auto;
  }
  .wow-hero-copy p {
    margin: 0 auto;
  }
  .wow-actions {
    justify-content: center;
  }
  .main-card.logo-card {
    width: min(100%, 620px);
    min-height: 340px;
    padding: 42px;
    transform: none;
  }
  .main-card.logo-card img {
    width: min(100%, 430px);
    max-height: 210px;
  }
}

/* Section Qui sommes-nous - avatars cartoon premium */
.team-cartoon {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(69,209,194,.16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(45,126,255,.18), transparent 31%),
    linear-gradient(180deg, rgba(2,8,19,.96), rgba(3,12,25,.98));
}
.team-cartoon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .55;
  pointer-events: none;
}
.team-doodle {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(58px);
  opacity: .28;
  pointer-events: none;
}
.team-doodle.glow-left { left: -150px; top: 18%; background: var(--c1); }
.team-doodle.glow-right { right: -130px; bottom: 12%; background: var(--c2); }
.team-cartoon-inner { position: relative; z-index: 1; }
.team-title { text-align: center; max-width: 900px; margin: 0 auto 36px; }
.team-title h2 {
  margin: 0;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}
.team-title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
}
.team-title p {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
}
.team-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, .78fr) minmax(260px, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}
.team-avatar-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(139,213,255,.24);
  background: rgba(255,255,255,.045);
  box-shadow: 0 32px 100px rgba(0,0,0,.42);
  min-height: 520px;
}
.team-avatar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.13), transparent 28%, rgba(69,209,194,.08));
}
.team-avatar-card.thinker { transform: rotate(-1.2deg); }
.team-avatar-card.technician { transform: rotate(1.2deg); border-color: rgba(80,156,255,.30); }
.team-avatar-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.team-center-quote {
  text-align: center;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  border: 1px solid rgba(139,213,255,.20);
  background: radial-gradient(circle at 50% 0%, rgba(69,209,194,.12), transparent 38%), rgba(255,255,255,.045);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}
.team-center-quote img {
  width: min(240px, 80%);
  height: auto;
  max-height: 150px;
  object-fit: contain;
  margin: 0 auto 22px;
  filter: drop-shadow(0 14px 34px rgba(69,209,194,.26));
}
.team-center-quote p {
  margin: 0;
  color: var(--text);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}
.team-center-quote strong {
  display: block;
  margin-top: 18px;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.team-values {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 960px;
  border: 1px solid rgba(139,213,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}
.team-values span {
  padding: 18px 22px;
  text-align: center;
  color: var(--muted);
  font-weight: 800;
  border-right: 1px solid rgba(139,213,255,.12);
}
.team-values span:last-child { border-right: 0; }
@media (max-width: 1040px) {
  .team-layout { grid-template-columns: 1fr 1fr; }
  .team-center-quote { grid-column: 1 / -1; order: 3; }
  .team-avatar-card { min-height: 500px; transform: none !important; }
  .team-avatar-card img { min-height: 500px; }
  .team-values { grid-template-columns: 1fr 1fr; border-radius: 26px; }
}
@media (max-width: 620px) {
  .team-title { text-align: left; }
  .team-layout { grid-template-columns: 1fr; }
  .team-avatar-card, .team-avatar-card img { min-height: 520px; }
  .team-values { grid-template-columns: 1fr; border-radius: 24px; }
  .team-values span { border-right: 0; border-bottom: 1px solid rgba(139,213,255,.12); }
  .team-values span:last-child { border-bottom: 0; }
}

/* Ajustements section Qui sommes-nous */
.team-center-quote .quote-luxtech-logo {
  width: clamp(74px, 8vw, 104px) !important;
  max-height: 112px !important;
  margin-bottom: 24px !important;
}
.team-avatar-card.technician::before {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  top: 105px;
  width: 96px;
  height: 255px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2,8,19,0), rgba(2,8,19,.94) 72%, rgba(2,8,19,.98));
}
@media (max-width: 620px) {
  .team-center-quote .quote-luxtech-logo { width: 86px !important; }
  .team-avatar-card.technician::before { width: 78px; top: 96px; height: 240px; }
}

/* =========================================================
   Accueil finale Lux&Tech - premium + fun, sans blabla
   ========================================================= */
.home-best-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(69,209,194,.20), transparent 30%),
    radial-gradient(circle at 90% 6%, rgba(45,126,255,.16), transparent 34%),
    radial-gradient(circle at 58% 62%, rgba(229,192,111,.06), transparent 38%),
    linear-gradient(180deg, #020813 0%, #06111f 54%, #081827 100%);
}
.home-best-page .best-header {
  background: rgba(2,8,19,.74);
}
.home-best-page .nav-inner {
  min-height: 84px;
}
.home-best-page .brand {
  height: 76px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.home-best-page .brand img {
  width: 176px !important;
  height: 64px !important;
  object-fit: contain !important;
  max-height: none !important;
  padding: 3px 0 !important;
}
.home-best-page .desktop-nav a {
  padding: 9px 12px;
  font-size: 12px;
}
.home-best-page main {
  overflow: hidden;
}
.best-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}
.best-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.best-hero {
  position: relative;
  min-height: calc(100svh - 84px);
  display: grid;
  align-items: center;
  padding: clamp(58px, 7vw, 92px) 0 clamp(70px, 7vw, 96px);
  overflow: hidden;
  border-bottom: 1px solid rgba(139,213,255,.12);
}
.best-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.78), transparent 90%);
  pointer-events: none;
}
.best-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(52px);
  opacity: .38;
  pointer-events: none;
}
.best-glow-left {
  width: 320px;
  height: 320px;
  left: -140px;
  top: 16%;
  background: var(--c1);
}
.best-glow-right {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: 9%;
  background: var(--c2);
}
.best-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, .88fr) minmax(440px, 1fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}
.best-hero-copy {
  max-width: 610px;
}
.best-hero-copy h1 {
  margin: 0 0 24px;
  font-size: clamp(52px, 6.3vw, 92px);
  line-height: .96;
  letter-spacing: -.068em;
}
.best-hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2), #f4fbff);
  -webkit-background-clip: text;
  background-clip: text;
}
.best-hero-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.58;
}
.best-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.best-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.best-proof-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(139,213,255,.14);
  font-size: 13px;
  font-weight: 850;
}
.best-proof-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 0 16px rgba(69,209,194,.8);
}
.best-hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}
.best-logo-orb {
  position: relative;
  width: min(100%, 620px);
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 38px;
  border: 1px solid rgba(139,213,255,.19);
  background:
    radial-gradient(circle at 18% 15%, rgba(69,209,194,.20), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(123,205,248,.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
  box-shadow: 0 42px 120px rgba(0,0,0,.48);
  overflow: hidden;
  transform: rotateY(-4deg) rotateX(2deg);
}
.best-logo-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 32%, rgba(69,209,194,.08));
  pointer-events: none;
}
.best-logo-orb img {
  position: relative;
  z-index: 1;
  width: min(100%, 510px);
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 28px 64px rgba(69,209,194,.25));
}
.best-floating-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(2,8,19,.82);
  backdrop-filter: blur(14px);
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 18px 50px rgba(0,0,0,.36);
}
.tag-dovit { top: 12%; left: 7%; color: var(--c1); }
.tag-2n { right: 8%; top: 48%; color: var(--c2); }
.tag-risco { left: 12%; bottom: 12%; color: var(--gold); }
.best-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-grid;
  place-items: center;
  gap: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 950;
  font-size: 12px;
}
.best-scroll span {
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(var(--c1), transparent);
  animation: scrollCue 1.7s ease-in-out infinite;
}
.best-section-head,
.best-team-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 42px;
}
.best-section-head h2,
.best-team-head h2 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: -.055em;
}
.best-team-head h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
}
.best-services {
  padding: clamp(74px, 8vw, 112px) 0;
  background: linear-gradient(180deg, rgba(2,8,19,.08), rgba(69,209,194,.044));
}
.best-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.best-service-card {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(139,213,255,.18);
  background: rgba(255,255,255,.035);
  box-shadow: 0 26px 90px rgba(0,0,0,.42);
  transform: translateZ(0);
}
.best-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 30%, rgba(2,8,19,.90));
  pointer-events: none;
}
.best-service-image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.best-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
.best-service-image.app-image {
  background: #050505;
}
.best-service-image.app-image img {
  object-fit: contain;
  padding: 22px;
}
.best-service-image.dark-product {
  background: radial-gradient(circle at 72% 8%, rgba(123,205,248,.24), transparent 38%), #02050a;
}
.best-service-image.dark-product img {
  object-fit: contain;
  padding: 34px;
}
.best-service-card:hover .best-service-image img {
  transform: scale(1.045);
  filter: saturate(1.08);
}
.best-service-content {
  position: relative;
  z-index: 2;
  align-self: end;
  margin: 24px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(2,8,19,.76);
  backdrop-filter: blur(16px);
}
.best-service-content span {
  color: var(--c1);
  font-weight: 950;
}
.best-service-content h3 {
  margin: 10px 0 8px;
  font-size: 28px;
}
.best-service-content p {
  margin: 0;
  color: var(--muted);
}
.best-team {
  position: relative;
  padding: clamp(76px, 8vw, 116px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 10%, rgba(69,209,194,.14), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(45,126,255,.19), transparent 30%),
    linear-gradient(180deg, rgba(2,8,19,.97), rgba(3,12,25,.99));
  border-block: 1px solid rgba(139,213,255,.10);
}
.best-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .55;
  pointer-events: none;
}
.best-team > .wrap {
  position: relative;
  z-index: 1;
}
.best-team-head p {
  max-width: 730px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
}
.best-team-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, .70fr) minmax(280px, 1.04fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}
.best-avatar-card {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(139,213,255,.24);
  background: rgba(255,255,255,.045);
  box-shadow: 0 32px 100px rgba(0,0,0,.42);
}
.best-avatar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 29%, rgba(69,209,194,.08));
}
.best-avatar-card.mathieu-card { transform: rotate(-1deg); }
.best-avatar-card.jeremy-card { transform: rotate(1deg); border-color: rgba(80,156,255,.30); }
.best-avatar-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: contain;
  object-position: center;
  background: #020813;
}
.best-team-quote {
  text-align: center;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  border: 1px solid rgba(139,213,255,.20);
  background: radial-gradient(circle at 50% 0%, rgba(69,209,194,.13), transparent 38%), rgba(255,255,255,.045);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}
.best-team-quote img {
  width: clamp(78px, 8vw, 110px);
  height: auto;
  margin: 0 auto 22px;
  filter: drop-shadow(0 16px 36px rgba(69,209,194,.26));
}
.best-team-quote p {
  margin: 0;
  color: var(--text);
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.45;
}
.best-team-quote strong {
  display: block;
  margin-top: 18px;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1;
}
.best-values {
  margin: 34px auto 0;
  max-width: 1020px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(139,213,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}
.best-values div {
  padding: 18px 20px;
  text-align: center;
  border-right: 1px solid rgba(139,213,255,.12);
}
.best-values div:last-child { border-right: 0; }
.best-values strong {
  display: block;
  color: #fff;
  font-size: 16px;
}
.best-values span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.best-focus,
.best-partnership,
.best-method {
  padding: clamp(74px, 8vw, 110px) 0;
}
.best-focus-card,
.best-partnership-card {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 42px;
  border: 1px solid rgba(139,213,255,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.032));
  box-shadow: 0 30px 100px rgba(0,0,0,.38);
  overflow: hidden;
}
.best-focus-copy h2,
.best-partnership-copy h2,
.best-method h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5.6vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}
.best-focus-copy p,
.best-partnership-copy p {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 23px);
}
.best-device-card {
  padding: 24px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 50% 0%, rgba(255,99,41,.16), transparent 36%), rgba(0,0,0,.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 30px 90px rgba(0,0,0,.32);
}
.best-device-card img {
  width: 100%;
  border-radius: 18px;
  object-fit: contain;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.48));
}
.best-partnership {
  background: linear-gradient(135deg, rgba(229,192,111,.075), rgba(69,209,194,.055));
}
.best-partnership-card {
  border-color: rgba(229,192,111,.23);
}
.best-partnership-image img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 26px 80px rgba(0,0,0,.36);
}
.best-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.best-steps div {
  min-height: 210px;
  display: grid;
  align-content: end;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(139,213,255,.18);
  background: rgba(255,255,255,.052);
  box-shadow: 0 26px 90px rgba(0,0,0,.36);
}
.best-steps span {
  color: var(--c1);
  font-size: 14px;
  font-weight: 950;
}
.best-steps strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}
.best-steps small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}
.best-final-cta {
  margin-top: 26px;
  padding: clamp(30px, 5vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 36px;
  border: 1px solid rgba(69,209,194,.24);
  background: linear-gradient(135deg, rgba(69,209,194,.12), rgba(123,205,248,.08));
}
.best-final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
}
.home-best-page .footer-brand img {
  width: 172px;
  height: 66px;
  object-fit: contain;
}
@media (max-width: 1180px) {
  .home-best-page .desktop-nav,
  .home-best-page .header-cta { display: none; }
  .home-best-page .menu-toggle { display: block; }
}
@media (max-width: 1040px) {
  .best-hero-grid,
  .best-focus-card,
  .best-partnership-card {
    grid-template-columns: 1fr;
  }
  .best-hero-copy {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }
  .best-hero-copy p {
    margin: 0 auto;
  }
  .best-actions,
  .best-proof-strip {
    justify-content: center;
  }
  .best-hero-visual {
    min-height: 390px;
  }
  .best-logo-orb {
    min-height: 330px;
    transform: none;
  }
  .best-service-grid,
  .best-steps {
    grid-template-columns: 1fr;
  }
  .best-service-card {
    min-height: 440px;
  }
  .best-team-layout {
    grid-template-columns: 1fr 1fr;
  }
  .best-team-quote {
    grid-column: 1 / -1;
    order: 3;
  }
  .best-avatar-card {
    min-height: 520px;
    transform: none !important;
  }
  .best-avatar-card img {
    min-height: 520px;
  }
  .best-values {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 28px;
  }
  .best-values div:nth-child(2) {
    border-right: 0;
  }
  .best-values div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(139,213,255,.12);
  }
  .best-final-cta {
    display: grid;
  }
}
@media (max-width: 620px) {
  .home-best-page .nav-inner {
    min-height: 76px;
  }
  .home-best-page .brand {
    height: 68px;
  }
  .home-best-page .brand img {
    width: 144px !important;
    height: 58px !important;
  }
  .best-hero {
    min-height: auto;
    padding: 56px 0 72px;
  }
  .best-hero-copy {
    text-align: left;
  }
  .best-hero-copy h1 {
    font-size: clamp(46px, 14vw, 66px);
  }
  .best-hero-copy p {
    font-size: 17px;
  }
  .best-actions {
    display: grid;
  }
  .best-proof-strip {
    justify-content: flex-start;
  }
  .best-hero-visual {
    min-height: 290px;
  }
  .best-logo-orb {
    min-height: 260px;
    padding: 28px;
    border-radius: 28px;
  }
  .best-logo-orb img {
    max-height: 160px;
  }
  .best-floating-tag,
  .best-scroll {
    display: none;
  }
  .best-services,
  .best-team,
  .best-focus,
  .best-partnership,
  .best-method {
    padding: 58px 0;
  }
  .best-section-head,
  .best-team-head {
    text-align: left;
    margin-bottom: 28px;
  }
  .best-section-head .pill,
  .best-team-head .pill {
    margin-left: 0;
  }
  .best-section-head h2,
  .best-team-head h2,
  .best-focus-copy h2,
  .best-partnership-copy h2,
  .best-method h2 {
    font-size: clamp(34px, 11vw, 52px);
  }
  .best-service-card {
    min-height: 395px;
    border-radius: 28px;
  }
  .best-service-content {
    margin: 14px;
    padding: 18px;
  }
  .best-team-layout {
    grid-template-columns: 1fr;
  }
  .best-avatar-card,
  .best-avatar-card img {
    min-height: auto;
  }
  .best-avatar-card img {
    height: auto;
  }
  .best-values {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .best-values div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(139,213,255,.12);
  }
  .best-values div:last-child {
    border-bottom: 0;
  }
  .best-focus-card,
  .best-partnership-card {
    padding: 22px;
    border-radius: 30px;
  }
  .best-device-card {
    padding: 14px;
    border-radius: 24px;
  }
}

/* =========================================================
   Accueil stable Lux&Tech - version corrigée sans bugs de grille
   ========================================================= */
.home-stable-page {
  background:
    radial-gradient(circle at 7% 2%, rgba(69,209,194,.20), transparent 29%),
    radial-gradient(circle at 88% 8%, rgba(45,126,255,.17), transparent 32%),
    linear-gradient(180deg, #020813 0%, #06111f 54%, #081827 100%);
}
.home-stable-page main { overflow: clip; }
.stable-header { background: rgba(2,8,19,.80); }
.stable-nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.stable-brand { display: flex; align-items: center; flex: 0 0 auto; }
.stable-brand img {
  width: 158px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(69,209,194,.18));
}
.stable-desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(139,213,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.stable-desktop-nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}
.stable-desktop-nav a:hover,
.stable-desktop-nav a.active {
  color: #fff;
  background: rgba(255,255,255,.10);
}
.stable-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #04101b;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  font-weight: 950;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 14px 36px rgba(69,209,194,.18);
}
.stable-hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(52px, 7vw, 92px) 0;
  border-bottom: 1px solid rgba(139,213,255,.12);
}
.stable-hero::before,
.stable-team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.78), transparent 92%);
}
.stable-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(58px);
  opacity: .35;
  pointer-events: none;
}
.stable-bg-one { width: 320px; height: 320px; left: -135px; top: 22%; background: var(--c1); }
.stable-bg-two { width: 430px; height: 430px; right: -165px; bottom: 11%; background: var(--c2); }
.stable-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}
.stable-hero-copy { max-width: 590px; }
.stable-hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: .99;
  letter-spacing: -.062em;
}
.stable-hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2), #f4fbff);
  -webkit-background-clip: text;
  background-clip: text;
}
.stable-hero-copy p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 22px);
}
.stable-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.stable-hero-card {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 38px;
  border: 1px solid rgba(139,213,255,.20);
  background:
    radial-gradient(circle at 17% 13%, rgba(69,209,194,.20), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(123,205,248,.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
  box-shadow: 0 38px 110px rgba(0,0,0,.48);
  overflow: hidden;
}
.stable-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 30%, rgba(69,209,194,.07));
}
.stable-hero-card > img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 28px 60px rgba(69,209,194,.24));
}
.stable-hero-badges {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.stable-hero-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(2,8,19,.70);
  backdrop-filter: blur(12px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
.stable-section { position: relative; padding: clamp(70px, 8vw, 110px) 0; }
.stable-section-head,
.stable-team-head { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.stable-section-head h2,
.stable-team-head h2 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.stable-team-head h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
}
.stable-team-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
}
.stable-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.stable-service-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-content: end;
  border-radius: 32px;
  border: 1px solid rgba(139,213,255,.18);
  background: rgba(255,255,255,.04);
  box-shadow: 0 26px 90px rgba(0,0,0,.40);
}
.stable-service-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  background: #05070a;
}
.stable-service-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(2,8,19,.92));
}
.stable-service-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.stable-service-card figure.product-contain img {
  object-fit: contain;
  padding: 34px;
  background: radial-gradient(circle at 65% 12%, rgba(123,205,248,.18), transparent 42%), #02050a;
}
.stable-service-card figure.light-product img { background: #f4f7fb; }
.stable-service-card:hover figure img { transform: scale(1.04); filter: saturate(1.08); }
.stable-service-card > div {
  position: relative;
  z-index: 1;
  margin: 22px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(2,8,19,.78);
  backdrop-filter: blur(15px);
}
.stable-service-card span { color: var(--c1); font-weight: 950; }
.stable-service-card h3 { margin: 8px 0; font-size: 27px; }
.stable-service-card p { margin: 0; color: var(--muted); }
.stable-team-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(69,209,194,.15), transparent 32%),
    radial-gradient(circle at 88% 13%, rgba(45,126,255,.18), transparent 31%),
    linear-gradient(180deg, rgba(2,8,19,.98), rgba(3,12,25,.99));
  border-block: 1px solid rgba(139,213,255,.11);
}
.stable-team-section > .wrap { position: relative; z-index: 1; }
.stable-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 490px));
  justify-content: center;
  align-items: start;
  gap: clamp(22px, 4vw, 52px);
}
.stable-person-card {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(139,213,255,.24);
  background: rgba(255,255,255,.045);
  box-shadow: 0 32px 100px rgba(0,0,0,.42);
}
.stable-person-mathieu { transform: rotate(-1deg); }
.stable-person-jeremy { transform: rotate(1deg); border-color: rgba(80,156,255,.30); }
.stable-person-card img {
  width: 100%;
  height: auto;
  display: block;
}
.stable-team-quote {
  max-width: 860px;
  margin: 36px auto 0;
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(139,213,255,.18);
  background: radial-gradient(circle at 20% 0%, rgba(69,209,194,.12), transparent 42%), rgba(255,255,255,.04);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}
.stable-team-quote img { width: 72px; filter: drop-shadow(0 16px 34px rgba(69,209,194,.24)); }
.stable-team-quote p { margin: 0; color: var(--text); font-size: clamp(18px, 1.6vw, 22px); }
.stable-team-quote strong {
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1;
  white-space: nowrap;
}
.stable-focus-card,
.stable-partnership-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 40px;
  border: 1px solid rgba(139,213,255,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.032));
  box-shadow: 0 30px 100px rgba(0,0,0,.38);
  overflow: hidden;
}
.stable-focus-copy h2,
.stable-partnership-copy h2,
.stable-method-section h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.stable-focus-copy p,
.stable-partnership-copy p { margin: 0 0 24px; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); }
.stable-device-card {
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 50% 0%, rgba(255,99,41,.14), transparent 36%), rgba(0,0,0,.30);
}
.stable-device-card img { width: 100%; border-radius: 18px; object-fit: contain; }
.stable-partnership-section { background: linear-gradient(135deg, rgba(229,192,111,.075), rgba(69,209,194,.055)); }
.stable-partnership-card { border-color: rgba(229,192,111,.22); }
.stable-partnership-card > img { width: 100%; border-radius: 28px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 26px 80px rgba(0,0,0,.36); }
.stable-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stable-steps article {
  min-height: 190px;
  display: grid;
  align-content: end;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(139,213,255,.18);
  background: rgba(255,255,255,.052);
  box-shadow: 0 26px 90px rgba(0,0,0,.34);
}
.stable-steps span { color: var(--c1); font-weight: 950; }
.stable-steps strong { margin-top: 8px; font-size: 28px; }
.stable-steps p { margin: 8px 0 0; color: var(--muted); }
.stable-final-cta {
  margin-top: 26px;
  padding: clamp(28px, 5vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 34px;
  border: 1px solid rgba(69,209,194,.24);
  background: linear-gradient(135deg, rgba(69,209,194,.12), rgba(123,205,248,.08));
}
.stable-final-cta h2 { margin: 0; }
.home-stable-page .footer-brand img { width: 160px; height: auto; max-height: 54px; object-fit: contain; }
@media (max-width: 1180px) {
  .home-stable-page .stable-desktop-nav,
  .home-stable-page .stable-header-cta { display: none; }
  .home-stable-page .menu-toggle { display: block; }
}
@media (max-width: 980px) {
  .stable-hero { min-height: auto; }
  .stable-hero-grid,
  .stable-focus-card,
  .stable-partnership-card { grid-template-columns: 1fr; }
  .stable-hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .stable-hero-copy p { margin: 0 auto; }
  .stable-actions { justify-content: center; }
  .stable-hero-card { min-height: 330px; }
  .stable-service-grid,
  .stable-steps { grid-template-columns: 1fr; }
  .stable-service-card { min-height: 390px; }
  .stable-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stable-team-quote { grid-template-columns: 1fr; text-align: center; }
  .stable-team-quote img { margin: 0 auto; }
  .stable-team-quote strong { white-space: normal; }
  .stable-final-cta { display: grid; }
}
@media (max-width: 620px) {
  .stable-nav-inner { min-height: 72px; }
  .stable-brand img { width: 140px; max-height: 48px; }
  .stable-hero { padding: 44px 0 56px; }
  .stable-hero-copy { text-align: left; }
  .stable-hero-copy h1 { font-size: clamp(43px, 13vw, 60px); }
  .stable-hero-copy p { font-size: 17px; }
  .stable-actions { display: grid; justify-content: stretch; }
  .stable-hero-card { min-height: 255px; border-radius: 28px; padding: 28px; }
  .stable-hero-card > img { max-height: 160px; }
  .stable-hero-badges { display: none; }
  .stable-section { padding: 56px 0; }
  .stable-section-head,
  .stable-team-head { text-align: left; margin-bottom: 28px; }
  .stable-section-head .pill,
  .stable-team-head .pill { margin-left: 0; }
  .stable-section-head h2,
  .stable-team-head h2,
  .stable-focus-copy h2,
  .stable-partnership-copy h2,
  .stable-method-section h2 { font-size: clamp(33px, 10vw, 48px); }
  .stable-service-card { min-height: 370px; border-radius: 26px; }
  .stable-service-card > div { margin: 14px; padding: 18px; }
  .stable-team-grid { grid-template-columns: 1fr; gap: 22px; }
  .stable-person-card { transform: none !important; border-radius: 28px; }
  .stable-team-quote { margin-top: 24px; padding: 24px; }
  .stable-focus-card,
  .stable-partnership-card { padding: 22px; border-radius: 28px; }
  .stable-device-card { padding: 14px; border-radius: 22px; }
}

/* Correction anti-coupure de mots sur l'accueil */
.home-stable-page h1,
.home-stable-page h2,
.home-stable-page h3,
.home-stable-page p,
.home-stable-page a,
.home-stable-page strong,
.home-stable-page span {
  overflow-wrap: normal;
  word-break: normal;
}
@media (max-width: 390px) {
  .stable-hero-copy h1 { font-size: 38px; }
}


/* =========================================================
   Correctif logo Lux&Tech officiel SVG - anti-coupure globale
   ========================================================= */
.site-header,
.nav-inner,
.stable-nav-inner,
.brand,
.stable-brand,
.footer-brand,
.stable-hero-card {
  overflow: visible;
}

.brand img,
.stable-brand img,
.footer-brand img,
.home-stable-page .footer-brand img {
  display: block;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: none !important;
  flex: 0 0 auto;
}

/* Menu accueil */
.home-stable-page .stable-nav-inner {
  min-height: 94px;
}
.home-stable-page .stable-brand {
  min-height: 94px;
  display: flex;
  align-items: center;
}
.home-stable-page .stable-brand img {
  width: auto !important;
  height: 74px !important;
  max-width: 150px !important;
  padding: 0 !important;
}

/* Menu pages internes */
.brand {
  min-height: 96px;
  display: flex;
  align-items: center;
}
.brand img {
  width: auto !important;
  height: 76px !important;
  max-width: 155px !important;
  padding: 0 !important;
}

/* Grand logo dans le hero d'accueil */
.stable-hero-card {
  overflow: visible !important;
  min-height: 430px;
}
.stable-hero-card > img {
  width: min(100%, 500px) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
}

/* Footer */
.footer-brand img,
.home-stable-page .footer-brand img {
  width: auto !important;
  height: 82px !important;
  max-width: 170px !important;
  margin-bottom: 14px;
}

@media (max-width: 1180px) {
  .home-stable-page .stable-nav-inner {
    min-height: 86px;
  }
  .home-stable-page .stable-brand {
    min-height: 86px;
  }
  .home-stable-page .stable-brand img,
  .brand img {
    height: 68px !important;
    max-width: 140px !important;
  }
}

@media (max-width: 620px) {
  .home-stable-page .stable-nav-inner,
  .home-stable-page .stable-brand,
  .brand {
    min-height: 78px;
  }
  .home-stable-page .stable-brand img,
  .brand img {
    height: 60px !important;
    max-width: 124px !important;
  }
  .stable-hero-card {
    min-height: 320px;
    padding: 34px 24px;
  }
  .stable-hero-card > img {
    width: min(100%, 330px) !important;
  }
  .footer-brand img,
  .home-stable-page .footer-brand img {
    height: 64px !important;
    max-width: 132px !important;
  }
}

/* Corrections demandées : images complètes + équipe équilibrée */
.home-stable-page .stable-service-card figure {
  padding: 20px;
  background: radial-gradient(circle at 70% 10%, rgba(123,205,248,.18), transparent 38%), #05070a;
}
.home-stable-page .stable-service-card figure::after {
  background: linear-gradient(180deg, rgba(2,8,19,.05) 0%, rgba(2,8,19,.16) 44%, rgba(2,8,19,.92) 100%);
}
.home-stable-page .stable-service-card figure img,
.home-stable-page .stable-service-card figure.product-contain img,
.home-stable-page .stable-service-card figure.light-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border-radius: 18px;
}
.home-stable-page .stable-service-card:nth-child(1) figure img {
  object-position: center center;
}
.home-stable-page .stable-service-card:nth-child(3) figure {
  background: #f4f7fb;
}
.home-stable-page .stable-service-card:nth-child(3) figure img {
  border-radius: 12px;
}

.home-stable-page .stable-team-grid-centered {
  grid-template-columns: minmax(270px, 410px) minmax(230px, 310px) minmax(270px, 410px);
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
}
.home-stable-page .stable-team-grid-centered .stable-team-quote {
  margin: 0;
  width: 100%;
  min-height: 280px;
  padding: 30px 24px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 18px;
}
.home-stable-page .stable-team-grid-centered .stable-team-quote img {
  width: 86px;
  margin: 0 auto;
}
.home-stable-page .stable-team-grid-centered .stable-team-quote p {
  line-height: 1.5;
  max-width: 240px;
}
.home-stable-page .stable-team-grid-centered .stable-team-quote strong {
  white-space: normal;
  line-height: 1.08;
}
.home-stable-page .stable-person-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .home-stable-page .stable-team-grid-centered {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
  .home-stable-page .stable-team-grid-centered .stable-team-quote {
    grid-column: 1 / -1;
    order: 3;
    max-width: 680px;
    justify-self: center;
  }
}
@media (max-width: 620px) {
  .home-stable-page .stable-team-grid-centered {
    grid-template-columns: 1fr;
  }
  .home-stable-page .stable-team-grid-centered .stable-team-quote {
    grid-column: auto;
    order: 2;
    min-height: auto;
  }
  .home-stable-page .stable-person-jeremy { order: 3; }
}

/* Version demandée : photos réelles dans la section Qui sommes-nous */
.home-stable-page .real-team-layout {
  grid-template-columns: minmax(270px, 390px) minmax(230px, 300px) minmax(270px, 390px);
  align-items: stretch;
  justify-content: center;
  gap: clamp(36px, 5vw, 76px);
}
.home-stable-page .real-person-card {
  position: relative;
  overflow: hidden;
  transform: none !important;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 34px;
  border: 1px solid rgba(139,213,255,.25);
  background:
    radial-gradient(circle at 50% 8%, rgba(69,209,194,.10), transparent 42%),
    rgba(255,255,255,.045);
  box-shadow: 0 32px 100px rgba(0,0,0,.42);
}
.home-stable-page .real-person-jeremy {
  border-color: rgba(80,156,255,.34);
  background:
    radial-gradient(circle at 55% 5%, rgba(45,126,255,.12), transparent 44%),
    rgba(255,255,255,.045);
}
.home-stable-page .real-person-photo {
  min-height: 390px;
  display: grid;
  place-items: end center;
  padding: 18px 18px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(2,8,19,.20)),
    radial-gradient(circle at center, rgba(255,255,255,.16), transparent 62%);
}
.home-stable-page .real-person-photo img {
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
  display: block;
  border-radius: 24px 24px 0 0;
}
.home-stable-page .real-person-info {
  position: relative;
  z-index: 2;
  padding: 24px 28px 30px;
  background: linear-gradient(180deg, rgba(2,8,19,.76), rgba(2,8,19,.96));
  border-top: 1px solid rgba(139,213,255,.15);
}
.home-stable-page .real-person-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.home-stable-page .real-person-title strong {
  color: #fff;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1;
}
.home-stable-page .real-person-title span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #06101d;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}
.home-stable-page .real-person-jeremy .real-person-title span {
  color: #fff;
  background: linear-gradient(135deg, #236bff, #62d3ff);
}
.home-stable-page .real-person-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.home-stable-page .real-person-info li {
  color: var(--muted);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-stable-page .real-person-info li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #06101d;
  font-size: 12px;
  font-weight: 950;
  flex: 0 0 auto;
}
.home-stable-page .real-person-jeremy .real-person-info li::before {
  color: #fff;
  background: linear-gradient(135deg, #236bff, #62d3ff);
}
.home-stable-page .real-team-center {
  align-self: center;
  min-height: 300px;
}
.home-stable-page .real-team-center img {
  width: 86px;
  height: auto;
}
@media (max-width: 1180px) {
  .home-stable-page .real-team-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .home-stable-page .real-team-center {
    grid-column: 1 / -1;
    order: 3;
    max-width: 680px;
    justify-self: center;
  }
}
@media (max-width: 720px) {
  .home-stable-page .real-team-layout {
    grid-template-columns: 1fr;
  }
  .home-stable-page .real-person-photo {
    min-height: 0;
    padding: 14px 14px 0;
  }
  .home-stable-page .real-person-photo img {
    max-height: none;
  }
  .home-stable-page .real-team-center {
    grid-column: auto;
    order: 2;
    min-height: auto;
  }
  .home-stable-page .real-person-jeremy { order: 3; }
  .home-stable-page .real-person-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Ajustement demandé : photos réelles + textes décalés façon avatar */
.home-stable-page .real-team-layout {
  grid-template-columns: minmax(280px, 420px) minmax(230px, 320px) minmax(280px, 420px);
  gap: clamp(38px, 5.5vw, 84px);
}
.home-stable-page .real-person-card {
  display: grid;
  grid-template-rows: auto auto;
}
.home-stable-page .real-person-photo {
  position: relative;
  min-height: 430px;
  padding: 20px 20px 0;
  display: grid;
  place-items: end center;
  overflow: hidden;
}
.home-stable-page .real-person-photo img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 26px 26px 0 0;
}
.home-stable-page .real-person-badge {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
  transform: rotate(-2deg);
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.38));
}
.home-stable-page .real-person-jeremy .real-person-badge {
  transform: rotate(2deg);
}
.home-stable-page .real-person-badge strong,
.home-stable-page .real-person-badge span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  line-height: 1;
  white-space: nowrap;
}
.home-stable-page .real-person-badge strong {
  background: rgba(255,255,255,.96);
  color: #07101b;
  border-radius: 9px 0 0 9px;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 950;
  letter-spacing: -.04em;
}
.home-stable-page .real-person-badge span {
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #06101d;
  border-radius: 0 9px 9px 0;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.home-stable-page .real-person-jeremy .real-person-badge span {
  color: #fff;
  background: linear-gradient(135deg, #236bff, #62d3ff);
}
.home-stable-page .real-person-info {
  padding: 28px 32px 34px;
}
.home-stable-page .real-person-info ul {
  max-width: 260px;
  margin-inline: auto;
}
.home-stable-page .real-team-center {
  align-self: center;
  min-height: 360px;
  padding: 34px 26px;
}
.home-stable-page .real-team-center img {
  width: 78px;
}
@media (max-width: 1180px) {
  .home-stable-page .real-team-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .home-stable-page .real-team-center {
    grid-column: 1 / -1;
    order: 3;
    max-width: 720px;
    min-height: auto;
  }
}
@media (max-width: 720px) {
  .home-stable-page .real-person-photo {
    min-height: 0;
  }
  .home-stable-page .real-person-photo img {
    max-height: none;
  }
  .home-stable-page .real-person-badge {
    left: 20px;
    right: 20px;
    bottom: 12px;
  }
  .home-stable-page .real-person-badge strong,
  .home-stable-page .real-person-badge span {
    min-height: 44px;
    padding: 9px 12px;
  }
  .home-stable-page .real-person-badge strong {
    font-size: 25px;
  }
  .home-stable-page .real-person-badge span {
    font-size: 12px;
  }
}
@media (max-width: 430px) {
  .home-stable-page .real-person-badge {
    grid-template-columns: 1fr;
    left: 18px;
    right: 18px;
    transform: rotate(-1deg);
  }
  .home-stable-page .real-person-jeremy .real-person-badge {
    transform: rotate(1deg);
  }
  .home-stable-page .real-person-badge strong,
  .home-stable-page .real-person-badge span {
    width: 100%;
    border-radius: 9px;
  }
}

/* Correctif photos réelles Qui sommes-nous : même taille, cadrage propre */
.home-stable-page .real-person-card {
  max-width: 430px;
  width: 100%;
  justify-self: center;
}
.home-stable-page .real-person-photo {
  height: 430px;
  min-height: 430px;
  padding: 0;
  border-radius: 28px 28px 0 0;
  background: radial-gradient(circle at 50% 18%, rgba(123,205,248,.18), transparent 46%), rgba(255,255,255,.025);
}
.home-stable-page .real-person-photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px 28px 0 0;
}
.home-stable-page .real-person-mathieu .real-person-photo img {
  object-position: center center;
}
.home-stable-page .real-person-jeremy .real-person-photo img {
  object-position: center top;
}
.home-stable-page .real-person-badge {
  bottom: 22px;
}
@media (max-width: 720px) {
  .home-stable-page .real-person-photo {
    height: min(92vw, 430px);
    min-height: 0;
  }
}

/* Correctif final demandé : logo propre + Jeremy moins zoomé */
.home-stable-page .real-team-center img,
.stable-team-quote.real-team-center img {
  content: url('../img/logo-luxtech-icon-correct.png');
  width: 96px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 34px rgba(69,209,194,.24));
}

.home-stable-page .real-person-photo {
  height: 430px;
  min-height: 430px;
  padding: 18px 18px 0;
  display: grid;
  place-items: end center;
  background: radial-gradient(circle at 50% 18%, rgba(123,205,248,.16), transparent 48%), rgba(255,255,255,.035);
}

.home-stable-page .real-person-photo img,
.home-stable-page .real-person-mathieu .real-person-photo img,
.home-stable-page .real-person-jeremy .real-person-photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain !important;
  object-position: center bottom !important;
  border-radius: 24px 24px 0 0;
  background: transparent;
}

.home-stable-page .real-person-jeremy .real-person-photo img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 720px) {
  .home-stable-page .real-person-photo {
    height: min(92vw, 430px);
    min-height: 0;
  }
}

/* FIX DEFINITIF PHOTOS QUI SOMMES-NOUS - 22/05 */
.home-stable-page .real-team-layout {
  grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 70px) !important;
}

.home-stable-page .real-person-card {
  width: 100% !important;
  max-width: 430px !important;
  min-height: auto !important;
  padding: 14px !important;
  justify-self: center !important;
  display: flex !important;
  flex-direction: column !important;
}

.home-stable-page .real-person-photo {
  width: 100% !important;
  height: 430px !important;
  min-height: 430px !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.035) !important;
}

.home-stable-page .real-person-photo img,
.home-stable-page .real-person-mathieu .real-person-photo img,
.home-stable-page .real-person-jeremy .real-person-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 30px !important;
  transform: none !important;
}

.home-stable-page .real-person-info {
  min-height: 150px !important;
}

.home-stable-page .real-person-badge {
  left: 22px !important;
  right: 22px !important;
  bottom: 132px !important;
  z-index: 4 !important;
}

.home-stable-page .real-team-center {
  width: 100% !important;
  max-width: 300px !important;
  justify-self: center !important;
}

@media (max-width: 1080px) {
  .home-stable-page .real-team-layout {
    grid-template-columns: 1fr 1fr !important;
  }
  .home-stable-page .real-team-center {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    max-width: 640px !important;
  }
}

@media (max-width: 720px) {
  .home-stable-page .real-team-layout {
    grid-template-columns: 1fr !important;
  }
  .home-stable-page .real-person-card {
    max-width: 420px !important;
  }
  .home-stable-page .real-person-photo {
    height: 400px !important;
    min-height: 400px !important;
  }
  .home-stable-page .real-person-badge {
    bottom: 132px !important;
  }
}


/* AJUSTEMENT FINAL - bandeaux prénoms plus bas */
.home-stable-page .real-person-badge {
  bottom: 92px !important;
}

@media (max-width: 720px) {
  .home-stable-page .real-person-badge {
    bottom: 88px !important;
  }
}
