:root {
  --navy-950: #031126;
  --navy-900: #06152b;
  --navy-850: #091d36;
  --navy-800: #0d2d50;
  --navy-700: #153c67;
  --blue: #1c93ff;
  --blue-strong: #087de9;
  --cyan: #1ab8ef;
  --cyan-soft: #7fdcff;
  --white: #ffffff;
  --ink: #07172d;
  --muted: #8ea6c1;
  --line: rgba(143, 190, 235, .22);
  --light-bg: #f4f8fd;
  --light-line: #d7e5f4;
  --green: #24d366;
  --shadow: 0 24px 70px rgba(0, 15, 40, .28);
  --radius: 24px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--navy-900);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; overflow: clip; }
.section-light { background: var(--light-bg); color: var(--ink); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; color: #000; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(3, 17, 38, .84);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 20px; min-width: 365px; }
.brand-mark { display: grid; place-items: center; width: 98px; height: 98px; flex: 0 0 98px; border-radius: 50%; background: transparent; border: 0; box-shadow: none; }
.brand img { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 0 14px rgba(28,147,255,.48)); }
.brand-text { display: grid; line-height: .95; min-width: 0; }
.brand strong { font-size: 2.16rem; font-weight: 950; letter-spacing: .045em; white-space: nowrap; }
.brand small { margin-top: 10px; color: var(--cyan); font-weight: 850; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 21px; font-size: .88rem; font-weight: 700; color: #c4d3e4; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--cyan); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(127,220,255,.35); border-radius: 12px; background: rgba(28,147,255,.12); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.07); padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .25s; }

.hero { min-height: 100vh; padding-top: 160px; background: radial-gradient(circle at 80% 16%, rgba(25,134,255,.13), transparent 32%), linear-gradient(145deg, var(--navy-950), var(--navy-900) 46%, #082446); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 74px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 850; letter-spacing: .16em; color: var(--cyan-soft); }
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); box-shadow: 0 0 16px rgba(26,184,239,.7); }
.eyebrow.dark { color: var(--blue-strong); }
.hero h1 { margin: 20px 0 26px; font-size: clamp(3.25rem, 6vw, 6.2rem); line-height: .96; letter-spacing: -.055em; max-width: 720px; }
.hero h1 em { font-style: normal; color: var(--cyan); text-shadow: 0 0 40px rgba(26,184,239,.2); }
.hero-lead { max-width: 690px; margin: 0; color: #b9c9db; font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-strong)); box-shadow: 0 14px 32px rgba(7,125,233,.28); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(7,125,233,.4); }
.button-ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; color: #9eb3c9; font-size: .88rem; }
.trust-row span::first-letter { color: var(--cyan); }
.hero-visual { position: relative; min-height: 610px; }
.desktop-frame { position: absolute; inset: 24px 0 auto 0; overflow: hidden; border-radius: 18px; background: #0c2746; border: 1px solid rgba(67,170,255,.42); box-shadow: var(--shadow), 0 0 0 7px rgba(17,58,102,.25); transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); }
.frame-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #102745; color: #93abc2; font-size: .7rem; }
.frame-bar i, .browser-top span { width: 8px; height: 8px; border-radius: 50%; background: #54718f; }
.frame-bar span { margin-left: 7px; }
.desktop-frame img { width: 100%; aspect-ratio: 1.84 / 1; object-fit: cover; object-position: top left; }
.mobile-frame { position: absolute; width: 210px; height: 430px; right: -16px; bottom: -10px; z-index: 4; border: 8px solid #08182e; border-radius: 34px; overflow: hidden; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px #2b5680; }
.mobile-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 0 0; }
.mobile-speaker { position: absolute; z-index: 2; top: 9px; left: 50%; transform: translateX(-50%); width: 58px; height: 5px; border-radius: 10px; background: #142b48; }
.mobile-home { position: absolute; bottom: 7px; left: 50%; width: 52px; height: 4px; border-radius: 6px; transform: translateX(-50%); background: rgba(9,31,57,.35); }
.live-pill { position: absolute; right: 150px; bottom: 28px; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 99px; background: rgba(4,18,39,.93); border: 1px solid rgba(87,181,255,.4); box-shadow: 0 16px 30px rgba(0,0,0,.3); font-size: .77rem; font-weight: 800; color: #dcecff; }
.live-pill span { width: 9px; height: 9px; border-radius: 50%; background: #24d366; box-shadow: 0 0 0 6px rgba(36,211,102,.12), 0 0 16px #24d366; animation: pulse 1.8s infinite; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: -180px; top: 180px; background: rgba(23,144,255,.08); }
.hero-glow-two { width: 280px; height: 280px; left: -140px; bottom: 120px; background: rgba(26,184,239,.06); }
.feature-strip { margin-top: 86px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(11,39,70,.66); overflow: hidden; }
.feature-strip article { padding: 24px; border-right: 1px solid var(--line); }
.feature-strip article:last-child { border-right: 0; }
.feature-strip strong, .feature-strip span { display: block; }
.feature-strip strong { color: #fff; margin-bottom: 4px; }
.feature-strip span { color: var(--muted); font-size: .84rem; }

.section-heading { max-width: 820px; margin-bottom: 56px; }
.section-heading h2, .dashboard-copy h2, .custom-copy h2, .contact-card h2 { margin: 16px 0 18px; font-size: clamp(2.35rem, 4.7vw, 4.4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: #5d7590; font-size: 1.08rem; }
.manager-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.manager-screen { border: 1px solid #c9dff4; border-radius: 22px; overflow: hidden; box-shadow: 0 26px 70px rgba(24,71,118,.16); background: #06152b; }
.manager-points { display: grid; gap: 18px; }
.manager-points article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--light-line); border-radius: 18px; background: #fff; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: #e9f4ff; color: var(--blue-strong); font-weight: 900; }
.manager-points h3 { margin: 0 0 5px; font-size: 1.05rem; }
.manager-points p { margin: 0; color: #60758c; font-size: .92rem; }
.ecosystem-row { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ecosystem-row article { padding: 26px; border: 1px solid var(--light-line); border-radius: 19px; background: #fff; box-shadow: 0 12px 30px rgba(24,71,118,.07); }
.ecosystem-row article.featured { color: #fff; background: linear-gradient(145deg,#0d2d50,#0a4675); border-color: #1c93ff; }
.ecosystem-tag { display: block; margin-bottom: 19px; color: var(--blue-strong); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.ecosystem-row .featured .ecosystem-tag { color: var(--cyan-soft); }
.ecosystem-row h3 { margin: 0 0 8px; font-size: 1.2rem; }
.ecosystem-row p { margin: 0; color: #60758c; font-size: .9rem; }
.ecosystem-row .featured p { color: #bfd0e1; }

.network-section { background: radial-gradient(circle at 75% 38%, rgba(28,147,255,.14), transparent 32%), linear-gradient(145deg, #031126, #071e39 60%, #0a2d50); }
.network-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.network-copy h2 { margin: 16px 0 20px; font-size: clamp(2.35rem, 4.7vw, 4.25rem); line-height: 1.03; letter-spacing: -.045em; }
.network-lead { margin: 0; color: #b8cadd; font-size: 1.08rem; }
.network-highlight { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin: 30px 0 26px; padding: 20px 22px; border: 1px solid rgba(64,184,255,.4); border-radius: 18px; background: rgba(17,61,105,.65); }
.network-highlight strong { color: var(--cyan); font-size: 1.65rem; letter-spacing: .08em; white-space: nowrap; }
.network-highlight span { color: #d2e2f1; font-size: .92rem; }
.network-benefits { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 14px; }
.network-benefits li { position: relative; padding-left: 31px; color: #b8cadd; }
.network-benefits li::before { content: ""; position: absolute; left: 0; top: .56em; width: 11px; height: 11px; border: 3px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(26,184,239,.1); }
.network-benefits strong { color: #fff; }
.network-note { margin: 0 0 28px; padding-left: 14px; border-left: 3px solid var(--cyan); color: #8fa8c0; font-size: .85rem; }
.network-diagram { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-template-rows: auto auto auto; gap: 16px; min-height: 560px; align-content: center; padding: 28px; border: 1px solid rgba(93,182,255,.26); border-radius: 30px; background: radial-gradient(circle at center, rgba(27,147,255,.16), transparent 48%), rgba(4,20,42,.76); box-shadow: 0 34px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04); overflow: hidden; }
.network-diagram::before, .network-diagram::after { content: ""; position: absolute; z-index: 0; background: linear-gradient(90deg, transparent, rgba(50,176,255,.42), transparent); }
.network-diagram::before { left: 8%; right: 8%; top: 50%; height: 1px; }
.network-diagram::after { top: 10%; bottom: 10%; left: 50%; width: 1px; background: linear-gradient(180deg, transparent, rgba(50,176,255,.42), transparent); }
.network-node, .network-core { position: relative; z-index: 2; display: grid; align-content: center; min-height: 112px; padding: 18px; border-radius: 18px; text-align: center; }
.network-node { border: 1px solid rgba(99,183,255,.28); background: linear-gradient(145deg, rgba(18,59,101,.92), rgba(8,31,58,.94)); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.network-node span { color: #fff; font-size: .83rem; font-weight: 950; letter-spacing: .08em; }
.network-node small { margin-top: 5px; color: #8fb2d1; font-size: .75rem; }
.network-core { grid-column: 2; grid-row: 2; min-height: 172px; border: 1px solid var(--cyan); background: linear-gradient(145deg, #0f4778, #092845); box-shadow: 0 0 0 7px rgba(27,184,239,.08), 0 24px 48px rgba(0,0,0,.34); }
.network-core small { color: var(--cyan-soft); font-weight: 900; letter-spacing: .14em; }
.network-core strong { margin: 5px 0 2px; color: #fff; font-size: 1.4rem; }
.network-core em { color: #b9d2e7; font-size: .82rem; font-style: normal; }
.network-core b { margin-top: 12px; color: #69ef9b; font-size: .72rem; letter-spacing: .04em; }
.core-signal { position: absolute; right: 15px; top: 15px; width: 10px; height: 10px; border-radius: 50%; background: #24d366; box-shadow: 0 0 0 7px rgba(36,211,102,.11), 0 0 18px #24d366; animation: pulse 1.8s infinite; }
.node-caisse-one { grid-column: 1; grid-row: 1; }
.node-caisse-two { grid-column: 3; grid-row: 1; }
.node-stock { grid-column: 1; grid-row: 2; }
.node-accueil { grid-column: 3; grid-row: 2; }
.node-compta { grid-column: 1; grid-row: 3; }
.node-direction { grid-column: 3; grid-row: 3; }
.network-infinity { position: relative; z-index: 2; grid-column: 2; grid-row: 3; display: grid; place-items: center; color: var(--cyan); font-size: 4rem; font-weight: 900; line-height: 1; text-shadow: 0 0 34px rgba(26,184,239,.6); }

.module-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.module-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(160deg, rgba(18,58,99,.92), rgba(7,29,54,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); transition: transform .25s, border-color .25s, box-shadow .25s; }
.module-card:hover { transform: translateY(-5px); border-color: rgba(57,178,255,.58); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.module-number { color: var(--cyan); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.module-card h3 { margin: 28px 0 10px; font-size: 1.36rem; }
.module-card p { margin: 0; color: #a9bdd1; font-size: .95rem; }
.screen-link { position: absolute; left: 30px; bottom: 25px; padding: 0; border: 0; border-bottom: 1px solid rgba(26,184,239,.5); background: none; color: var(--cyan-soft); font-weight: 800; cursor: pointer; }

.dashboard-section { background: linear-gradient(145deg, #041326 0%, #082445 58%, #0c3155 100%); }
.dashboard-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: center; }
.dashboard-lead { color: #bacbdd; font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 18px; }
.check-list li { position: relative; padding-left: 34px; color: #b9c9d9; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(26,184,239,.14); color: var(--cyan); font-size: .75rem; font-weight: 900; }
.check-list strong { color: #fff; }
.dashboard-showcase { position: relative; min-height: 690px; }
.dashboard-browser { position: absolute; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid rgba(100,180,255,.35); box-shadow: 0 26px 70px rgba(0,0,0,.35); }
.browser-top { height: 32px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #102846; color: #a3b8cd; }
.browser-top small { margin-left: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dashboard-browser img { width: 100%; }
.main-shot { width: 78%; top: 0; right: 0; transform: rotate(2deg); }
.secondary-shot { width: 62%; left: 0; top: 265px; transform: rotate(-3deg); }
.third-shot { width: 54%; right: 12px; bottom: 0; transform: rotate(2.5deg); }


/* V4 — identité renforcée, effets premium et matériel */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .22;
  background-image: linear-gradient(rgba(62,160,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(62,160,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(41,189,255,.75), transparent);
  opacity: .55;
}
.brand-mark { position: relative; isolation: isolate; }
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(21,147,255,.26);
  filter: blur(18px);
  animation: logoBreath 4s ease-in-out infinite;
}
.brand img, .footer-brand img { background: transparent; }
.brand-text strong, .footer-wordmark strong {
  text-shadow: 0 0 28px rgba(47,165,255,.14);
}
.button-primary, .whatsapp-button { position: relative; overflow: hidden; isolation: isolate; }
.button-primary::after, .whatsapp-button::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -45%;
  width: 36%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transition: left .65s ease;
}
.button-primary:hover::after, .whatsapp-button:hover::after { left: 120%; }
.module-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 90% 5%, rgba(34,181,255,.16), transparent 34%);
}

.hardware-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(25,163,255,.18), transparent 30%),
    radial-gradient(circle at 87% 80%, rgba(19,209,237,.12), transparent 34%),
    linear-gradient(145deg, #031127 0%, #061a34 52%, #082a4d 100%);
}
.hardware-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .33;
  background-image: linear-gradient(rgba(71,181,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(71,181,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.hardware-heading { position: relative; z-index: 2; max-width: 930px; }
.hardware-heading p { color: #aebfd1; }
.hardware-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.hardware-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102,192,255,.28);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(16,57,96,.95), rgba(6,27,52,.97));
  box-shadow: 0 26px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.hardware-card:hover { transform: translateY(-7px); border-color: rgba(65,196,255,.68); box-shadow: 0 34px 85px rgba(0,0,0,.38), 0 0 44px rgba(25,153,255,.1); }
.hardware-card-featured { border-color: rgba(42,179,255,.48); }
.hardware-media { position: relative; min-height: 355px; padding: 28px; display: grid; place-items: center; background: linear-gradient(150deg, #f9fcff, #edf6ff); overflow: hidden; }
.hardware-media::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,150,255,.18), rgba(20,150,255,0) 67%);
}
.hardware-media img { position: relative; z-index: 2; width: 100%; height: 310px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(5,28,55,.2)); transition: transform .45s ease; }
.hardware-card:hover .hardware-media img { transform: scale(1.035); }
.hardware-badge { position: absolute; z-index: 3; left: 22px; top: 20px; padding: 8px 12px; border-radius: 999px; background: #071a34; color: #75d9ff; font-size: .68rem; font-weight: 950; letter-spacing: .11em; box-shadow: 0 12px 25px rgba(0,0,0,.18); }
.hardware-glow { position: absolute; left: 12%; right: 12%; bottom: -35px; height: 80px; border-radius: 50%; background: rgba(26,168,255,.21); filter: blur(25px); }
.hardware-content { padding: 31px 32px 34px; }
.product-kicker { color: var(--cyan); font-size: .69rem; font-weight: 950; letter-spacing: .13em; }
.hardware-content h3 { margin: 9px 0 12px; font-size: clamp(1.75rem,3vw,2.45rem); line-height: 1.05; }
.hardware-content p { margin: 0; color: #abc0d4; }
.hardware-content ul { list-style: none; padding: 0; margin: 24px 0 27px; display: grid; gap: 12px; }
.hardware-content li { position: relative; padding-left: 28px; color: #c4d4e4; }
.hardware-content li::before { content: "✓"; position: absolute; left: 0; color: #4ddfff; font-weight: 950; }
.product-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 900; border-bottom: 1px solid rgba(83,210,255,.55); padding-bottom: 4px; }
.product-link span { color: var(--cyan); transition: transform .2s; }
.product-link:hover span { transform: translateX(5px); }
.hardware-service-bar { position: relative; z-index: 2; margin-top: 28px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(104,190,255,.25); border-radius: 22px; overflow: hidden; background: rgba(5,25,49,.78); backdrop-filter: blur(12px); }
.hardware-service-bar div { padding: 22px 24px; border-right: 1px solid rgba(104,190,255,.16); }
.hardware-service-bar div:last-child { border-right: 0; }
.hardware-service-bar strong, .hardware-service-bar span { display: block; }
.hardware-service-bar strong { color: #fff; margin-bottom: 5px; }
.hardware-service-bar span { color: #8fa9c1; font-size: .84rem; }
.hardware-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hardware-orb-one { width: 300px; height: 300px; top: 7%; right: -120px; background: rgba(31,149,255,.08); }
.hardware-orb-two { width: 240px; height: 240px; bottom: 3%; left: -100px; background: rgba(36,210,234,.07); }

@keyframes logoBreath { 0%,100% { transform: scale(.94); opacity: .5; } 50% { transform: scale(1.08); opacity: .9; } }

.gallery-section { color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-item { padding: 0; border: 1px solid #d3e3f2; border-radius: 18px; overflow: hidden; background: #fff; color: var(--ink); text-align: left; cursor: zoom-in; box-shadow: 0 15px 35px rgba(28,74,120,.08); transition: transform .25s, box-shadow .25s; }
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(28,74,120,.15); }
.gallery-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.gallery-item span { display: block; padding: 16px 18px; font-weight: 850; }

.custom-section { background: radial-gradient(circle at 15% 50%, rgba(26,184,239,.09), transparent 30%), var(--navy-900); }
.custom-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.custom-copy p { color: #b2c5d8; }
.process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.process-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(13,45,80,.74); }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg,var(--blue),var(--cyan)); color: #fff; font-weight: 900; }
.process-grid h3 { margin: 25px 0 8px; font-size: 1.08rem; }
.process-grid p { margin: 0; color: #9eb2c7; font-size: .9rem; }

.contact-section { padding-top: 40px; background: var(--navy-900); }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 48px; border: 1px solid rgba(88,183,255,.3); border-radius: 28px; background: linear-gradient(130deg, #0b3158, #071c35); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.contact-card h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-card p { margin: 0; color: #b7c9db; }
.contact-actions { display: grid; gap: 13px; text-align: center; }
.whatsapp-button { background: #20bf5b; color: #fff; box-shadow: 0 14px 30px rgba(32,191,91,.25); }
.phone-link { color: var(--cyan-soft); font-weight: 850; }

.site-footer { padding: 38px 0; border-top: 1px solid rgba(255,255,255,.08); background: #031023; }
.footer-grid { display: grid; grid-template-columns: 1.2fr auto auto; gap: 40px; align-items: center; color: #8da5bd; font-size: .9rem; }
.footer-brand { display: flex; align-items: center; gap: 22px; min-width: 430px; }
.footer-mark { width: 108px; height: 108px; flex-basis: 108px; border-radius: 50%; }
.footer-brand img { width: 106px; height: 106px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 0 13px rgba(28,147,255,.38)); }
.footer-wordmark strong, .footer-wordmark span { display: block; }
.footer-wordmark strong { color: #fff; font-size: 1.98rem; font-weight: 950; letter-spacing: .055em; line-height: 1; }
.footer-wordmark span { margin-top: 9px; color: #93abc2; font-size: .94rem; }
.footer-grid a { color: var(--cyan-soft); font-weight: 800; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--green); box-shadow: 0 14px 32px rgba(0,0,0,.35); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 32px; fill: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 34px; background: rgba(1,8,18,.92); backdrop-filter: blur(12px); }
.lightbox[hidden] { display: none; }
.lightbox figure { width: min(1400px, 95vw); margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox figcaption { margin-top: 14px; text-align: center; font-weight: 800; }
.lightbox-close { position: fixed; right: 26px; top: 18px; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(36,211,102,0), 0 0 22px #24d366; } }


@media (max-width: 1180px) {
  .header-inner { min-height: 102px; }
  .brand { min-width: 0; }
  .brand-mark { width: 82px; height: 82px; flex-basis: 82px; }
  .brand img { width: 80px; height: 80px; }
  .brand strong { font-size: 1.82rem; }
  .brand small { font-size: .72rem; }
  .menu-toggle { display: block; color: #fff; cursor: pointer; }
  .main-nav { position: fixed; inset: 102px 20px auto; display: grid; gap: 0; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #071a32; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 18px; font-size: .84rem; }
  .hero-grid, .dashboard-grid, .custom-grid, .network-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 620px; }
  .feature-strip { grid-template-columns: repeat(2,1fr); }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manager-intro { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(2,1fr); }
  .ecosystem-row { grid-template-columns: 1fr; }
  .dashboard-showcase { max-width: 820px; width: 100%; margin-inline: auto; }
  .network-diagram { max-width: 820px; width: 100%; margin-inline: auto; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .site-header { background: rgba(3,17,38,.96); }
  .header-inner { min-height: 88px; gap: 16px; }
  .brand { gap: 12px; }
  .brand-mark { width: 70px; height: 70px; flex-basis: 70px; border-radius: 50%; }
  .brand img { width: 68px; height: 68px; }
  .brand strong { font-size: 1.48rem; }
  .brand small { font-size: .62rem; letter-spacing: .065em; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 88px 14px auto; display: grid; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #071a32; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-visual { min-height: 470px; }
  .desktop-frame { inset: 15px 0 auto; transform: none; }
  .mobile-frame { width: 150px; height: 310px; right: 0; bottom: 0; border-width: 6px; border-radius: 26px; }
  .live-pill { right: 95px; bottom: 20px; max-width: 210px; font-size: .68rem; }
  .feature-strip { margin-top: 60px; grid-template-columns: 1fr; }
  .feature-strip article, .feature-strip article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-strip article:last-child { border-bottom: 0; }
  .module-grid, .gallery-grid, .process-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 285px; }
  .dashboard-showcase { min-height: 560px; }
  .main-shot { width: 88%; }
  .secondary-shot { width: 70%; top: 225px; }
  .third-shot { width: 62%; }
  .contact-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .network-diagram { min-height: 510px; padding: 18px; gap: 10px; }
  .network-node { min-height: 96px; padding: 12px 8px; }
  .network-core { min-height: 145px; }
  .network-highlight { grid-template-columns: 1fr; }
  .contact-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .footer-brand { min-width: 0; }
  .footer-mark { width: 84px; height: 84px; flex-basis: 84px; }
  .footer-brand img { width: 82px; height: 82px; }
  .footer-wordmark strong { font-size: 1.55rem; }
}

@media (max-width: 520px) {
  .brand strong { font-size: 1.25rem; }
  .brand small { font-size: .56rem; }
  .footer-brand strong { font-size: 1.4rem; }
  .footer-brand span { font-size: .82rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 390px; }
  .mobile-frame { width: 120px; height: 250px; }
  .live-pill { left: 0; right: auto; bottom: 2px; }
  .dashboard-showcase { min-height: 440px; }
  .main-shot { width: 92%; }
  .secondary-shot { width: 72%; top: 175px; }
  .third-shot { width: 62%; }
  .floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
  .network-diagram { grid-template-columns: 1fr 1fr; grid-template-rows: auto; min-height: auto; }
  .network-diagram::before, .network-diagram::after { display: none; }
  .network-core { grid-column: 1 / -1; grid-row: 1; }
  .node-caisse-one, .node-caisse-two, .node-stock, .node-accueil, .node-compta, .node-direction { grid-column: auto; grid-row: auto; }
  .network-infinity { grid-column: 1 / -1; grid-row: auto; min-height: 70px; }
  .network-highlight strong { font-size: 1.35rem; }
  .lightbox { padding: 14px; }
}


@media (max-width: 1080px) {
  .hardware-grid { grid-template-columns: 1fr; }
  .hardware-card { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; }
  .hardware-media { min-height: 100%; }
  .hardware-service-bar { grid-template-columns: repeat(2,1fr); }
  .hardware-service-bar div:nth-child(2) { border-right: 0; }
  .hardware-service-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(104,190,255,.16); }
}
@media (max-width: 780px) {
  .hardware-card { grid-template-columns: 1fr; }
  .hardware-media { min-height: 310px; }
  .hardware-media img { height: 260px; }
  .hardware-content { padding: 26px 24px 29px; }
}
@media (max-width: 520px) {
  .brand { min-width: 0; gap: 10px; }
  .brand-mark { width: 64px; height: 64px; flex-basis: 64px; }
  .brand img { width: 62px; height: 62px; }
  .brand strong { font-size: 1.14rem; letter-spacing: .025em; }
  .brand small { max-width: 180px; font-size: .49rem; line-height: 1.2; white-space: normal; }
  .header-inner { min-height: 80px; }
  .main-nav { inset: 80px 14px auto; }
  .hardware-service-bar { grid-template-columns: 1fr; }
  .hardware-service-bar div, .hardware-service-bar div:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(104,190,255,.16); }
  .hardware-service-bar div:last-child { border-bottom: 0; }
  .hardware-media { min-height: 265px; padding: 18px; }
  .hardware-media img { height: 225px; }
  .hardware-badge { left: 14px; top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* V5 — corrections responsive, cartes lisibles et contenu métier détaillé */
.hero-grid { position: relative; z-index: 2; }
.feature-strip { position: relative; z-index: 3; clear: both; }

.module-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
}
.module-card h3 { position: relative; z-index: 1; }
.module-card p { position: relative; z-index: 1; margin-bottom: 22px; }
.module-card-wide { grid-column: span 2; }
.module-detail-list {
  position: relative;
  z-index: 1;
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  color: #b9ccde;
  font-size: .91rem;
}
.module-detail-list li { position: relative; padding-left: 24px; }
.module-detail-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cyan);
  font-weight: 950;
}
.module-detail-list strong { color: #fff; }
.screen-link {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 2;
  align-self: flex-start;
  margin-top: auto;
  flex: 0 0 auto;
}

/* Le menu bascule avant de manquer de place : aucun texte ne se chevauche. */
@media (max-width: 1480px) {
  .menu-toggle { display: block; color: #fff; cursor: pointer; flex: 0 0 44px; }
  .main-nav {
    position: fixed;
    inset: 116px 20px auto;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: #071a32;
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
}

@media (max-width: 1180px) {
  .main-nav { inset: 102px 20px auto; }
}

@media (max-width: 1080px) {
  .module-card-wide { grid-column: span 2; }
}

@media (max-width: 780px) {
  .module-card,
  .module-card-wide { grid-column: 1; min-height: auto; }
  .module-card { padding: 26px 24px; }
  .module-card h3 { margin-top: 20px; }
  .screen-link { margin-top: 8px; }
}

@media (max-width: 520px) {
  .module-card { padding: 24px 20px; }
  .module-card p,
  .module-detail-list { font-size: .92rem; }
}

/* L'en-tête dispose d'une largeur dédiée afin de préserver le grand logo et le menu complet sur les grands écrans. */
.site-header .header-inner { width: min(calc(100% - 40px), 1600px); }


/* V6 — identité algérienne et site bilingue FR/AR */
.header-meta { display:flex; align-items:center; justify-content:center; gap:12px; margin-inline:auto 10px; flex:0 0 auto; }
.national-badge { display:inline-flex; align-items:center; gap:9px; min-height:40px; padding:7px 11px; border:1px solid rgba(62,176,255,.28); border-radius:13px; color:#eaf5ff; background:linear-gradient(135deg,rgba(8,122,62,.16),rgba(255,255,255,.045)); box-shadow:0 8px 26px rgba(0,0,0,.14); font-size:.76rem; font-weight:850; letter-spacing:.025em; white-space:nowrap; }
.dz-flag { width:30px; height:20px; flex:0 0 30px; border-radius:3px; box-shadow:0 0 0 1px rgba(255,255,255,.32),0 4px 12px rgba(0,0,0,.24); overflow:hidden; }
.language-switch { display:inline-flex; align-items:center; padding:4px; border:1px solid rgba(62,176,255,.28); border-radius:12px; background:rgba(255,255,255,.045); }
.language-switch a { min-width:42px; padding:7px 9px; border-radius:8px; color:#c7d7e8; text-align:center; font-size:.75rem; font-weight:900; line-height:1; transition:.2s ease; }
.language-switch a:hover,.language-switch a:focus-visible { color:#fff; background:rgba(30,150,255,.13); }
.language-switch a.active { color:#fff; background:linear-gradient(135deg,#138fff,#16c7f3); box-shadow:0 5px 16px rgba(22,160,255,.25); }

html[dir="rtl"] body { direction:rtl; text-align:right; }
html[dir="rtl"] .header-inner,html[dir="rtl"] .footer-grid { direction:rtl; }
html[dir="rtl"] .brand-text,html[dir="rtl"] .footer-wordmark { text-align:right; }
html[dir="rtl"] .main-nav a:not(.nav-cta)::after { left:100%; right:0; }
html[dir="rtl"] .main-nav a:hover::after,html[dir="rtl"] .main-nav a:focus-visible::after { left:0; }
html[dir="rtl"] .eyebrow,html[dir="rtl"] .product-kicker,html[dir="rtl"] .ecosystem-tag { letter-spacing:0; }
html[dir="rtl"] .network-benefits,html[dir="rtl"] .check-list,html[dir="rtl"] .hardware-content ul,html[dir="rtl"] .module-detail-list { padding-left:0; padding-right:0; }
html[dir="rtl"] .network-benefits li,html[dir="rtl"] .check-list li,html[dir="rtl"] .hardware-content li,html[dir="rtl"] .module-detail-list li { padding-left:0; padding-right:30px; }
html[dir="rtl"] .network-benefits li::before,html[dir="rtl"] .check-list li::before,html[dir="rtl"] .hardware-content li::before,html[dir="rtl"] .module-detail-list li::before { left:auto; right:0; }
html[dir="rtl"] .product-link span { transform:rotate(180deg); }
html[dir="rtl"] .lightbox-close { right:auto; left:18px; }
html[dir="rtl"] .floating-whatsapp { right:auto; left:24px; }
html[dir="rtl"] .hero-copy,html[dir="rtl"] .dashboard-copy,html[dir="rtl"] .network-copy,html[dir="rtl"] .custom-copy { text-align:right; }
html[dir="rtl"] .trust-row { justify-content:flex-start; }
html[dir="rtl"] .manager-points article { direction:rtl; }
html[dir="rtl"] .contact-actions { align-items:flex-start; }

@media (max-width:1480px){
  .header-meta { margin-inline:auto 4px; }
  .national-badge { min-height:38px; }
}
@media (max-width:780px){
  .header-meta { gap:7px; margin-inline:auto 0; }
  .national-badge { padding:6px; }
  .national-badge span { display:none; }
  .dz-flag { width:27px; height:18px; flex-basis:27px; }
  .language-switch a { min-width:36px; padding:7px 6px; font-size:.7rem; }
}
@media (max-width:520px){
  .header-meta { gap:5px; }
  .national-badge { display:none; }
  .language-switch a { min-width:34px; }
}
