* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #020913;
  --nav: rgba(4, 12, 22, .78);
  --panel: rgba(6, 20, 34, .72);
  --panel-2: rgba(8, 24, 40, .86);
  --line: rgba(160, 210, 235, .18);
  --line-strong: rgba(76, 231, 255, .35);
  --text: #f4f8ff;
  --soft: #cbd6e5;
  --muted: #8fa0b4;
  --cyan: #25e1ee;
  --cyan-2: #43f0ff;
  --lime: #bfff67;
  --white: #f8fbff;
  --shadow: 0 35px 120px rgba(0,0,0,.48);
  --ease: cubic-bezier(.19, 1, .22, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 22%, rgba(35, 210, 230, .14), transparent 30%),
    radial-gradient(circle at 46% 66%, rgba(40, 180, 210, .08), transparent 34%),
    linear-gradient(180deg, #020913 0%, #061321 50%, #020913 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(140, 210, 230, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 210, 230, .055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.85) 70%, transparent 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .075;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  width: min(1470px, calc(100% - 56px));
  margin: 22px auto 0;
  position: sticky;
  top: 20px;
  z-index: 50;
}

.navbar {
  min-height: 70px;
  padding: 10px 16px 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--nav);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  display: grid;
  grid-template-columns: 260px 1fr 160px;
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: #06111c;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(37,225,238,.28);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #aebbc9;
  font-size: 16px;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 14px 0;
  transition: color .3s var(--ease);
}

.nav-links a.active,
.nav-links a:hover {
  color: white;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(37,225,238,.65);
}

.nav-cta {
  justify-self: end;
  min-width: 142px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 800;
  background: rgba(255,255,255,.025);
  transition: .35s var(--ease);
}

.nav-cta span {
  color: var(--cyan);
  font-size: 22px;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: rgba(37,225,238,.08);
}

.hero {
  width: min(1470px, calc(100% - 56px));
  margin: 76px auto 0;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  gap: 36px;
  align-items: center;
}

.hero-left {
  min-width: 0;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  padding: 12px 17px;
  border-radius: 999px;
  border: 1px solid rgba(37,225,238,.32);
  background: rgba(37,225,238,.055);
  color: #dbe8f3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(191,255,103,.8);
  flex: 0 0 auto;
}

h1 {
  margin-top: 34px;
  max-width: 820px;
  font-size: clamp(58px, 5.9vw, 96px);
  line-height: 1.06;
  letter-spacing: -.065em;
  font-weight: 900;
  color: var(--white);
  overflow: visible;
}

.grad {
  display: inline-block;
  padding-right: .08em;
  background: linear-gradient(110deg, var(--cyan) 0%, #6ff0d6 32%, var(--lime) 65%, #f5fbff 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textGlow 10s linear infinite;
}

@keyframes textGlow {
  to { background-position: 220% center; }
}

.hero-text {
  margin-top: 26px;
  max-width: 610px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  transition: .35s var(--ease);
}

.btn.primary {
  color: #06111c;
  background: linear-gradient(135deg, var(--cyan), #28d8e5);
  box-shadow: 0 20px 70px rgba(37,225,238,.18);
}

.btn.secondary {
  border: 1px solid rgba(180,210,235,.22);
  background: rgba(255,255,255,.025);
  color: #dbe6f1;
}

.btn:hover {
  transform: translateY(-3px);
}

.hero-right {
  min-width: 0;
}

.portrait-wrap {
  position: relative;

  min-height: 760px;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  overflow: visible;

  background: transparent;

  border: 0;

  box-shadow: none;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(150,220,235,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,220,235,.035) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: .7;
}

.portrait-wrap img,
.hero-photo,
.photo-zone img {
    height: 100% !important;
    width: auto !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    transform: none !important;
    object-fit: contain !important;
}

.portrait-glow {
  position: absolute;
  right: 16%;
  top: 24%;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,225,238,.16), transparent 67%);
  filter: blur(12px);
  z-index: 1;
}

.portrait-card {
  position: absolute;

  left: 0;
  bottom: 48px;

  z-index: 5;

  background:
    linear-gradient(
      90deg,
      rgba(4,12,22,.82),
      rgba(4,12,22,.48)
    );

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,.10);

  border-radius: 28px;

  padding: 24px 28px;

  min-width: 420px;
}

.portrait-card strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.055em;
}

.portrait-card span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: #d6e1ec;
  font-size: 15px;
}

.portrait-card i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--cyan);
}

.stats-section {
  margin-top: 58px;
  border-top: 1px solid rgba(180,210,235,.12);
  padding: 30px 0 48px;
}

.section-separator {
  width: min(1470px, calc(100% - 56px));
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--cyan);
  font-size: 17px;
  font-weight: 700;
}

.section-separator span {
  width: 62px;
  height: 1px;
  background: rgba(37,225,238,.32);
}

.stats-grid {
  width: min(1470px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  min-width: 0;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 20%, rgba(37,225,238,.09), transparent 42%),
    rgba(6, 18, 31, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  padding: 30px 26px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  overflow: visible;
}

.stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(180,210,235,.17);
  background: rgba(255,255,255,.025);
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-size: 27px;
  flex: 0 0 auto;
}

.stat-content {
  min-width: 0;
}

.stat-content strong {
  display: block;
  width: 100%;
  min-width: 0;
  font-size: clamp(38px, 3.45vw, 54px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 900;
  background: linear-gradient(110deg, var(--cyan), var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  overflow: visible;
}

.stat-content span {
  display: block;
  margin-top: 13px;
  color: #cbd6e5;
  font-size: 16px;
  line-height: 1.42;
}

.below-section {
  width: min(1470px, calc(100% - 56px));
  margin: 58px auto 90px;
}

.section-head {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.kicker {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.section-head h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.07em;
}

.section-head > p {
  color: var(--soft);
  line-height: 1.75;
  font-size: 18px;
  max-width: 680px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  min-height: 230px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.036);
  padding: 28px;
}

.card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  border: 1px solid rgba(37,225,238,.24);
  background: rgba(37,225,238,.08);
  color: var(--cyan);
  font-weight: 900;
  margin-bottom: 22px;
}

.card h3 {
  font-size: 24px;
  letter-spacing: -.05em;
  margin-bottom: 13px;
}

.card p {
  color: var(--soft);
  line-height: 1.68;
}

@media (max-width: 1180px) {
  .navbar {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 4px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .hero-right {
    order: -1;
  }

  .portrait-wrap {
    min-height: 460px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head,
  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .stats-grid,
  .section-separator,
  .below-section {
    width: min(100% - 28px, 1470px);
  }

  h1 {
    font-size: clamp(52px, 15vw, 74px);
  }

  .portrait-wrap {
    min-height: 410px;
  }

  .portrait-card {
    left: 18px;
    right: 18px;
    bottom: 22px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    grid-template-columns: 48px 1fr;
    padding: 26px 22px;
  }

  .stat-content strong {
    font-size: 48px;
  }
}


/* --- FIX anti-coupure homepage --- */
.hero-left,
.hero-right,
.stat-card,
.stat-content,
.stat-content strong,
h1,
.grad {
  overflow: visible !important;
}

.hero-left {
  padding-left: 2px;
  padding-right: 22px;
}

.stats-grid {
  align-items: stretch;
}

.stat-card {
  min-width: 0;
}

.stat-content strong {
  white-space: nowrap;
  text-overflow: clip;
}

@media (max-width: 1380px) {
  h1 {
    font-size: clamp(56px, 5.55vw, 88px);
    max-width: 760px;
  }

  .stat-content strong {
    font-size: clamp(36px, 3.2vw, 48px);
  }

  .stat-card {
    padding: 28px 22px;
    gap: 18px;
  }
}

@media (max-width: 1180px) {
  h1 {
    max-width: 100%;
  }
}


/* --- Photo intégrée premium --- */

.portrait-wrap::before{
  content:"";
  position:absolute;
  inset:-60px -40px -40px -40px;
  background:
    radial-gradient(circle at 65% 35%, rgba(37,225,238,.18), transparent 34%),
    radial-gradient(circle at 58% 50%, rgba(191,255,103,.08), transparent 38%);
  z-index:0;
  filter:blur(10px);
}

.portrait-wrap img{
  position:absolute;
  right:-3%;
  bottom:-8px;
  height:108%;
  width:auto;
  object-fit:contain;
  object-position:bottom right;
  z-index:2;
  filter:
    drop-shadow(0 45px 120px rgba(0,0,0,.55))
    saturate(1.04)
    contrast(1.02);
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.95) 12%,
    rgba(0,0,0,1) 100%
  );
}

.portrait-card{
  left:2%;
  right:8%;
  bottom:42px;
  background:rgba(5,13,25,.55);
  backdrop-filter:blur(22px);
}

.hero-right{
  position:relative;
}

.hero-right::after{
  content:"";
  position:absolute;
  inset:10% 0 0 20%;
  background:
    linear-gradient(
      180deg,
      rgba(5,9,20,0) 0%,
      rgba(5,9,20,.16) 42%,
      rgba(5,9,20,.88) 100%
    );
  z-index:1;
  pointer-events:none;
}

@media (max-width:1180px){
  .portrait-wrap img{
    right:50%;
    transform:translateX(50%);
    height:102%;
  }
}


/* --- Pages internes complètes --- */

.inner-page {
  width: min(1470px, calc(100% - 56px));
  margin: 92px auto 90px;
}

.inner-hero {
  padding: 40px 0 44px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 60px;
  align-items: end;
}

.inner-hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 5.6vw, 92px);
  line-height: 1.02;
  letter-spacing: -.075em;
}

.inner-hero p {
  color: var(--soft);
  line-height: 1.75;
  font-size: 18px;
  max-width: 720px;
}

.page-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.page-card {
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 10%, rgba(37,225,238,.08), transparent 38%),
    rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  padding: 28px;
  min-height: 245px;
}

.page-card .num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  border: 1px solid rgba(37,225,238,.24);
  background: rgba(37,225,238,.08);
  color: var(--cyan);
  font-weight: 900;
  margin-bottom: 22px;
}

.page-card h3 {
  font-size: 25px;
  letter-spacing: -.055em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.page-card p,
.page-card li {
  color: var(--soft);
  line-height: 1.68;
}

.page-card ul {
  padding-left: 18px;
  margin-top: 14px;
}

.page-card li {
  margin: 8px 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag {
  border: 1px solid rgba(180,210,235,.16);
  background: rgba(255,255,255,.035);
  border-radius: 999px;
  padding: 9px 12px;
  color: #d7e3ef;
  font-size: 13px;
  font-weight: 700;
}

.case-card {
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.026));
  overflow: hidden;
}

.case-top {
  min-height: 150px;
  padding: 28px;
  background:
    radial-gradient(circle at 80% 40%, rgba(37,225,238,.18), transparent 38%),
    linear-gradient(135deg, rgba(37,225,238,.10), rgba(191,255,103,.055));
  display: flex;
  align-items: end;
}

.case-top strong {
  font-size: 34px;
  letter-spacing: -.065em;
}

.case-body {
  padding: 28px;
}

.case-body h3 {
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -.06em;
  margin-bottom: 16px;
}

.case-body p,
.case-body li {
  color: var(--soft);
  line-height: 1.68;
}

.case-body ul {
  padding-left: 18px;
  margin-top: 16px;
}

.method-row {
  display: grid;
  gap: 14px;
}

.method-step {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  padding: 24px;
}

.method-step .step-number {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(37,225,238,.25);
  background: rgba(37,225,238,.075);
  font-weight: 900;
}

.method-step h3 {
  font-size: 24px;
  letter-spacing: -.05em;
  margin-bottom: 8px;
}

.method-step p {
  color: var(--soft);
  line-height: 1.65;
}

.contact-panel {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 24px;
  align-items: stretch;
}

.contact-main {
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 10%, rgba(37,225,238,.12), transparent 35%),
    rgba(255,255,255,.035);
  padding: 42px;
}

.contact-main h2 {
  font-size: clamp(40px, 5vw, 76px);
  letter-spacing: -.075em;
  line-height: .98;
  max-width: 760px;
}

.contact-main p {
  margin-top: 22px;
  color: var(--soft);
  max-width: 670px;
  line-height: 1.75;
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 14px;
}

.contact-item {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  padding: 24px;
}

.contact-item span {
  display: block;
  color: var(--cyan);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  margin-bottom: 10px;
}

.contact-item strong {
  font-size: 22px;
  letter-spacing: -.04em;
}

.page-section {
  margin-top: 70px;
}

@media (max-width: 980px) {
  .inner-hero,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .page-grid-2,
  .page-grid-3,
  .page-grid-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  img { max-width: 100%; }

  .site-header {
    position: sticky !important;
    top: 8px !important;
    z-index: 9999 !important;
    width: calc(100% - 18px) !important;
    margin: 8px auto 0 !important;
  }

  .navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    border-radius: 22px !important;
  }

  .brand { flex: 0 0 auto !important; gap: 8px !important; }

  .brand-mark {
    width: 36px !important;
    height: 36px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }

  .brand span:last-child { display: none !important; }

  .nav-links {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 82px) !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 0 4px !important;
    font-size: 13px !important;
    scrollbar-width: none !important;
  }

  .nav-links::-webkit-scrollbar { display: none !important; }
  .nav-links a { flex: 0 0 auto !important; padding: 10px 0 !important; }
  .nav-cta { display: none !important; }

  main,
  section,
  .hero,
  .home-page,
  .home-premium,
  .inner-page,
  .expertise-premium,
  .approach-premium,
  .insights-page,
  .insights-clean-premium,
  .below-section,
  .stats-grid,
  .section-separator {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main { overflow-x: hidden !important; }

  h1,
  .hero h1,
  .hero-left h1,
  .hero-copy h1,
  .expertise-copy h1,
  .approach-copy h1,
  .insights-copy h1,
  .clean-hero h1,
  .inner-hero h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.045em !important;
    max-width: 100% !important;
  }

  h2,
  .section-head h2,
  .expertise-head h2,
  .tools-deck-head h2,
  .tool-showcase-intro h2,
  .contact-main h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.045em !important;
  }

  p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .hero,
  .home-hero,
  .hero-premium {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    min-height: auto !important;
    margin-top: 42px !important;
    padding-top: 0 !important;
    overflow: visible !important;
  }

  .hero-left,
  .hero-copy {
    max-width: 100% !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .eyebrow,
  .hero-badge,
  .hero-eyebrow {
    width: 100% !important;
    font-size: 13px !important;
    padding: 10px 13px !important;
    border-radius: 18px !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .btn {
    width: 100% !important;
    justify-content: center !important;
    min-height: 48px !important;
  }

  .hero-right,
  .portrait-wrap,
  .hero-photo-area,
  .photo-zone {
    order: -1 !important;
    width: 100% !important;
    min-height: 390px !important;
    height: 390px !important;
    overflow: hidden !important;
    border-radius: 28px !important;
  }

  .portrait-wrap img,
  .hero-photo,
  .photo-zone img {
    height: 92% !important;
    width: auto !important;
    right: 50% !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateX(50%) !important;
    object-fit: contain !important;
    object-position: bottom center !important;
  }

  .portrait-card,
  .identity-card {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 16px 18px !important;
    border-radius: 20px !important;
    transform: none !important;
  }

  .portrait-card strong,
  .identity-card strong { font-size: 19px !important; }

  .portrait-card span,
  .identity-card span {
    font-size: 12px !important;
    flex-wrap: wrap !important;
  }

  .stats-grid,
  .cards,
  .page-grid-2,
  .page-grid-3,
  .page-grid-4,
  .category-grid,
  .editorial-grid,
  .belief-list,
  .soft-skills-section,
  .expertise-hero,
  .approach-hero,
  .insights-hero,
  .featured-clean,
  .principles,
  .micro-grid,
  .contact-panel,
  .section-head,
  .expertise-head,
  .tools-deck-head,
  .tool-showcase-layout,
  .inner-hero,
  .featured-section,
  .editorial-layout,
  .impact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .stat-card,
  .card,
  .page-card,
  .category-card,
  .small-card,
  .micro-card,
  .feature-card,
  .contact-main,
  .contact-item,
  .soft-list {
    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .stat-card {
    grid-template-columns: 48px 1fr !important;
    gap: 16px !important;
  }

  .stat-content strong { font-size: 40px !important; }

  .radar-panel {
    width: 310px !important;
    height: 310px !important;
    min-height: 310px !important;
    margin: 32px auto 0 !important;
  }

  .radar-core {
    width: 96px !important;
    height: 96px !important;
    border-radius: 22px !important;
    font-size: 13px !important;
  }

  .radar-label {
    font-size: 11px !important;
    padding: 7px 9px !important;
  }

  .tool-showcase-section,
  .tools-deck-section {
    width: calc(100% - 28px) !important;
    margin: 64px auto 0 !important;
  }

  .tool-showcase-controls { display: flex !important; gap: 10px !important; }

  .tool-slider {
    width: 100% !important;
    overflow-x: auto !important;
    padding: 8px 0 16px !important;
    scrollbar-width: none !important;
  }

  .tool-slider::-webkit-scrollbar { display: none !important; }

  .tool-track {
    transform: none !important;
    display: flex !important;
    gap: 14px !important;
  }

  .tool-feature-card {
    flex: 0 0 82vw !important;
    min-height: 390px !important;
    padding: 22px !important;
    border-radius: 26px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .tool-feature-logo {
    width: 86px !important;
    height: 86px !important;
    border-radius: 22px !important;
    padding: 16px !important;
  }

  .tool-mini-logos {
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .tool-mini-logos img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    padding: 8px !important;
  }

  .tool-usage-panel {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .tool-usage div {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .tool-dots { display: none !important; }

  .carousel-slide {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .slide-visual {
    min-height: 260px !important;
    padding: 22px !important;
  }

  .client-logo {
    width: 180px !important;
    height: auto !important;
  }

  .client-logo img {
    max-width: 180px !important;
    max-height: 90px !important;
  }

  .slide-content { padding: 24px !important; }

  .slide-content h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .slide-actions { grid-template-columns: 1fr !important; }

  .contact-main { min-height: auto !important; }
}

@media (max-width: 420px) {
  .nav-links {
    max-width: calc(100vw - 68px) !important;
    gap: 12px !important;
    font-size: 12px !important;
  }

  h1,
  .hero h1,
  .hero-left h1,
  .hero-copy h1 {
    font-size: 42px !important;
  }

  h2 { font-size: 34px !important; }

  .hero-right,
  .portrait-wrap,
  .hero-photo-area,
  .photo-zone {
    height: 350px !important;
    min-height: 350px !important;
  }

  .tool-feature-card { flex-basis: 86vw !important; }
}
@media (min-width: 901px) {
  .portrait-wrap img {
    height: 78% !important;
    right: 2% !important;
    bottom: 0 !important;
    transform: none !important;
    object-fit: contain !important;
  }

  .portrait-wrap {
    overflow: hidden !important;
  }
}
/* =========================
   MOBILE FINAL FIXES
========================= */

@media (max-width: 900px) {

  /* Sections internes */
  .expertise-hero,
  .approach-hero,
  .insights-hero,
  .inner-hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  /* Grilles */
  .featured-clean,
  .principles,
  .micro-grid,
  .belief-list,
  .editorial-grid,
  .impact-grid,
  .category-grid,
  .page-grid-2,
  .page-grid-3,
  .page-grid-4 {
    grid-template-columns: 1fr !important;
  }

  /* Cartes outils */
  .tool-track {
    transform: none !important;
    gap: 14px !important;
  }

  .tool-slider {
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .tool-slider::-webkit-scrollbar {
    display: none;
  }

  .tool-feature-card {
    flex: 0 0 84vw !important;
    min-height: auto !important;
  }

  /* Radar */
  .radar-panel {
    transform: scale(.82) !important;
    transform-origin: top center !important;
    margin: 0 auto !important;
  }

  /* Titres */
  h1 {
    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: .96 !important;
  }
}
/* FIX MOBILE EXPERTISES + APPROCHE */
@media (max-width: 900px) {

  /* EXPERTISES : on supprime le slider mobile, tout devient lisible */
  .tool-showcase-layout {
    display: block !important;
  }

  .tool-slider {
    overflow: visible !important;
  }

  .tool-track {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    transform: none !important;
  }

  .tool-feature-card {
    width: 100% !important;
    flex: none !important;
    min-height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    padding: 22px !important;
  }

  .tool-showcase-controls,
  .tool-dots {
    display: none !important;
  }

  .tool-usage-panel {
    display: none !important;
  }

  /* APPROCHE : on empêche les textes de se superposer */
  .approach-premium,
  .approach-hero,
  .approach-copy,
  .principles,
  .micro-grid,
  .belief-list,
  .approach-section,
  .approach-card {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .approach-hero,
  .principles,
  .micro-grid,
  .belief-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .approach-card,
  .principle-card,
  .micro-card,
  .belief-card,
  .page-card {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    height: auto !important;
    padding: 22px !important;
  }

  .approach-copy h1,
  .approach-copy h2,
  .approach-premium h1,
  .approach-premium h2 {
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
  }
}
/* Réduit espace sous navbar */
.hero,
.home-hero,
.hero-premium {
  margin-top: 5px !important;
  padding-top: 0 !important;
}
.contact-main {
  position: relative;
}

.contact-main {
  position: relative;
}

.contact-portrait {
  position: absolute;
  top: 24px;
  right: 24px;

  width: 92px;
  height: 92px;

  object-fit: cover;
  object-position: center top;

  border-radius: 999px;

  overflow: hidden;
}
.contact-portrait {
  width: 120px !important;
  height: 120px !important;

  top: 34px !important;
  right: 34px !important;

  border: 2px solid rgba(255,255,255,.12) !important;

  box-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 0 40px rgba(0,220,255,.12) !important;
}
.contact-portrait {
  width: 105px !important;
  height: 105px !important;

  top: 34px !important;
  right: 22px !important;

  transform: translateX(20px) !important;
}
.contact-main {
  position: relative;
  overflow: hidden;
}

.contact-portrait {
  position: absolute !important;

  top: 38px !important;
  right: 42px !important;

  width: 128px !important;
  height: 128px !important;

  border-radius: 999px !important;

  object-fit: cover !important;
  object-position: center top !important;

  border: 1px solid rgba(0,220,255,.45) !important;

  box-shadow:
    0 0 0 4px rgba(0,220,255,.06),
    0 12px 40px rgba(0,0,0,.35),
    0 0 40px rgba(0,220,255,.14) !important;

  background: #07111f !important;

  overflow: hidden !important;

  z-index: 3 !important;
}
.contact-portrait {
  top: 18px !important;
  right: 18px !important;

  width: 110px !important;
  height: 110px !important;
}
.contact-main {
  position: relative;
}

.contact-portrait {
  position: absolute !important;

  top: 34px !important;
  right: 70px !important;

  width: 112px !important;
  height: 112px !important;

  border-radius: 999px !important;

  object-fit: cover !important;
  object-position: center top !important;

  border: 1px solid rgba(0,220,255,.35) !important;

  box-shadow:
    0 0 0 3px rgba(0,220,255,.05),
    0 10px 30px rgba(0,0,0,.35),
    0 0 25px rgba(0,220,255,.10) !important;

  background: #07111f !important;

  z-index: 5 !important;
}
.contact-main {
  position: relative;
  overflow: visible !important;
}

.contact-portrait {
  position: absolute !important;

  top: 26px !important;

  /* IMPORTANT */
  right: -56px !important;

  width: 108px !important;
  height: 108px !important;

  border-radius: 999px !important;

  object-fit: cover !important;
  object-position: center top !important;

  border: 1px solid rgba(0,220,255,.35) !important;

  box-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 0 30px rgba(0,220,255,.10) !important;

  background: #07111f !important;

  z-index: 20 !important;
}
