:root {
      --bg: #f5f1ea;
      --bg-dark: #111111;
      --text: #151515;
      --muted: #151515;
      --line: rgba(21, 21, 21, 0.12);
      --card: #fffaf2;
      --accent: #656EDE;
      --accent-dark: #4F58C9;
      --cream: #fffaf2;
      --radius: 28px;
      --max: 1180px;
      --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --transition: .35s cubic-bezier(.4,0,.2,1);

    }

    body.dark-mode {
      --bg: #0d0d10;
      --bg-dark: #050505;
      --text: #f4f1eb;
      --muted: rgba(244,241,235,.68);
      --line: rgba(255,255,255,.1);
      --card: #17171c;
      --cream: #17171c;
      --accent: #656EDE;
      --accent-dark: #656EDE;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      transition:
        background var(--transition),
        color var(--transition);
      font-family: var(--font);
      background:
        radial-gradient(circle at 16% 12%, rgba(101, 110, 222, 0.18), transparent 28%),
        radial-gradient(circle at 85% 8%, rgba(17, 17, 17, 0.08), transparent 26%),
        var(--bg);
      color: var(--text);
      line-height: 1.5;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(21,21,21,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21,21,21,0.035) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 70%);
      z-index: -2;
    }



    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .16;
      z-index: 0;
      background-image:
        radial-gradient(rgba(0,0,0,.36) 0.75px, transparent 0.75px),
        radial-gradient(rgba(0,0,0,.16) 0.75px, transparent 0.75px);
      background-position: 0 0, 2px 2px;
      background-size: 4px 4px;
      mix-blend-mode: multiply;
    }

    body.dark-mode::after {
      opacity: .18;
      background-image:
        radial-gradient(rgba(255,255,255,.26) 0.75px, transparent 0.75px),
        radial-gradient(rgba(255,255,255,.12) 0.75px, transparent 0.75px);
      background-position: 0 0, 2px 2px;
      background-size: 4px 4px;
      mix-blend-mode: screen;
    }

    header,
    main,
    footer {
      position: relative;
      z-index: 1;
    }



    .cursor-glow {
      position: fixed;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,0.68), transparent 68%);
      pointer-events: none;
      z-index: -1;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity .35s ease;
    }

    body.dark-mode .cursor-glow {
    background: radial-gradient(circle, rgba(101,110,222,0.42), transparent 68%);
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

    .nav {
      transition: background var(--transition), border-color var(--transition);
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(245, 241, 234, 0.82);
      border-bottom: 1px solid var(--line);
    }

    .nav-inner {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .theme-toggle {
      position: relative;
      width: 64px;
      height: 38px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.45);
      cursor: pointer;
      overflow: hidden;
      transition: var(--transition);
      backdrop-filter: blur(12px);
    }

    body.dark-mode .theme-toggle {
      background: rgba(255,255,255,.08);
    }

    .theme-toggle::before {
      content: "☀";
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px;
      opacity: .75;
    }

    .theme-toggle::after {
      content: "☾";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px;
      opacity: .75;
    }

    .theme-toggle span {
      position: absolute;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--text);
      top: 4px;
      left: 4px;
      transition: var(--transition);
      box-shadow: 0 6px 14px rgba(0,0,0,.18);
    }

    body.dark-mode .theme-toggle span {
      transform: translateX(26px);
      background: #656EDE;
    }
    .logo {
      font-weight: 700;
      letter-spacing: -0.08em;
      font-size: 1.7rem;
    }
    .logo span { color: var(--accent); }
    .logo img {
      height: 34px;
      width: auto;
      display: block;
    }

    body.dark-mode .logo img {
      filter: brightness(0) invert(1);
    }

    .case-fake-image {
      position: relative;
      z-index: 1;
      width: 100%;
      aspect-ratio: 16 / 10;
      border-radius: 22px;
      margin: 34px 0 auto;
      overflow: hidden;
      border: 1px solid #c9c8c5;
      background:
        radial-gradient(circle at 18% 18%, rgba(101,110,222,.42), transparent 26%),
        linear-gradient(135deg, rgba(21,21,21,.08), rgba(101,110,222,.18)),
        repeating-linear-gradient(90deg, rgba(21,21,21,.06) 0 1px, transparent 1px 18px),
        repeating-linear-gradient(0deg, rgba(21,21,21,.06) 0 1px, transparent 1px 18px),
        rgba(255,250,242,.74);
    }

    .case-fake-image::after {
      content: "";
      position: absolute;
      inset: 20px;
      border-radius: 18px;
      pointer-events: none;
    }

    .case-fake-image.v2 {
      background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.48), transparent 24%),
        linear-gradient(135deg, rgba(101,110,222,.86), rgba(79,88,201,.64)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px);
    }

    .case-fake-image.v3 {
      background:
        radial-gradient(circle at 24% 76%, rgba(101,110,222,.42), transparent 28%),
        linear-gradient(135deg, rgba(21,21,21,.88), rgba(59,51,43,.72)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 20px);
    }

    .nav-links { display: flex; gap: 30px; color: var(--muted); font-size: 1rem; }
    .nav-links a:hover { color: var(--accent);text-shadow: 0 0 0.01px var(--accent), 0 0 0.01px var(--accent); }

    .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }

    .submenu {
      position: absolute;
      top: calc(100% + 18px);
      left: 50%;
      min-width: 160px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255,250,242,.94);
      box-shadow: 0 18px 40px rgba(0,0,0,.10);
      backdrop-filter: blur(16px);
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(8px);
      transition: .25s ease;
      pointer-events: none;
    }

    .submenu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%;
      height: 18px;
    }

    .submenu a {
      display: block;
      padding: 10px 12px;
      border-radius: 12px;
      white-space: nowrap;
      color: var(--muted);
      transition: .25s ease;
    }

    .submenu a:hover {
      background:rgba(101,110,222,.8);
      color:#FFF;
    }

    .nav-dropdown:hover .submenu,
    .nav-dropdown:focus-within .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
      pointer-events: auto;
    }

    body.dark-mode .submenu {
      background: rgba(17,17,22,.94);
      border-color: rgba(255,255,255,.10);
      box-shadow: 0 18px 40px rgba(0,0,0,.34);
    }

    body.dark-mode .submenu a:hover {
      background: rgba(101,110,222,.16);
      color: #A7AEFF;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 12px 22px;
      background: var(--text);
      color: white;
      font-weight: 700;
      border: 1px solid var(--text);
      transition: 0.25s ease;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .btn::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,0.22), transparent);
      transform: translateX(-120%);
      transition: .55s ease;
    }

    .btn:hover::after { transform: translateX(120%); }
    .btn:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); }
    .btn-secondary { background: transparent; color: var(--text); border-color: var(--line); }
    .btn-secondary:hover { background: var(--text); color: white; border-color: var(--text); }

    .hero { padding: 92px 0 64px; position: relative; }
    .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }

    .eye {
      width: 22px;
      height: 35px;
      border-radius: 999px;
      background:
        radial-gradient(circle at 50% 38%, #ffffff 0 24%, #eaffff 44%, #aefcff 68%, #6df1ff 100%);
      box-shadow:
        0 0 8px rgba(234,255,255,.95),
        0 0 18px rgba(109,241,255,.85),
        0 0 34px rgba(101,110,222,.58);
      animation: blink 5s infinite;
      position: relative;
    }

    .eyebrow::before { content: ""; width: 38px; height: 2px; background: var(--accent); display: inline-block; }

    h1 {
      font-size: clamp(3rem, 7vw, 3.6rem);
      line-height: 0.92;
      letter-spacing: -0.075em;
      max-width: 940px;
      margin-bottom: 28px;
    }

.highlight-blue {
  color: #656EDE;
}

    .gradient-word {
      background: linear-gradient(90deg, var(--text), var(--accent), var(--text));
      background-size: 220% auto;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: shineText 7s ease-in-out infinite;
    }

    .hero p { font-size: clamp(1.12rem, 1.5vw, 1.35rem); max-width: 680px; margin-bottom: 34px; }
    .hero strong { color: var(--text); }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 42px; }
    .proofs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

    .proof {
      transition: background var(--transition), border-color var(--transition), transform var(--transition);
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 250, 242, 0.62);
      backdrop-filter: blur(10px);
      transform-style: preserve-3d;
    }

    .proof b { display: block; font-size: 1.4rem; letter-spacing: -0.04em; margin-bottom: 2px; }
    .proof span { color: var(--muted); font-size: 0.88rem; }

    body.dark-mode .proof {
      background:transparent;
    }

    .visual-stage {
      position: relative;
      min-height: 580px;
      perspective: 1200px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-octopus {
  width: min(100%, 650px);
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
  animation: heroOctopusFloat 5s ease-in-out infinite;
  will-change: transform;
}

    .orb {
      position: absolute;
      border-radius: 999px;
      filter: blur(.2px);
      opacity: .9;
      animation: float 8s ease-in-out infinite;
    }

    .orb.one { width: 110px; height: 110px; background: var(--accent); top: 20px; right: 40px; }
    .orb.two { width: 70px; height: 70px; background: #111; bottom: 36px; left: 18px; animation-delay: -2s; }
    .orb.three { width: 44px; height: 44px; background: #fffaf2; border: 1px solid var(--line); top: 190px; left: 0; animation-delay: -4s; }

    .mockup-card {
      position: absolute;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(17,17,17,.92);
      color: white;
      box-shadow: 0 30px 80px rgba(0,0,0,.18);
      overflow: hidden;
      transform-style: preserve-3d;
    }

    .mockup-main {
      inset: 54px 24px 24px 64px;
      padding: 28px;
      animation: cardFloat 7s ease-in-out infinite;
    }

    .mockup-secondary {
      width: 260px;
      min-height: 190px;
      left: 0;
      top: 18px;
      background: var(--cream);
      color: var(--text);
      border-color: var(--line);
      padding: 20px;
      transform: rotate(-6deg);
      animation: cardFloat 8s ease-in-out infinite reverse;
    }

    .mockup-tertiary {
      width: 235px;
      min-height: 170px;
      right: 0;
      bottom: 0;
      background: #656EDE;
      color: white;
      padding: 22px;
      transform: rotate(5deg);
      animation: cardFloat 9s ease-in-out infinite;
      animation-delay: -2s;
    }

    .mockup-bar { height: 9px; border-radius: 999px; background: rgba(255,255,255,.18); margin-bottom: 10px; overflow: hidden; }
    .mockup-bar span { display: block; height: 100%; width: 62%; border-radius: inherit; background: var(--accent); animation: growBar 3.6s ease-in-out infinite; }
    .mockup-main h2 {
      color: white; font-size: clamp(2.2rem, 3.8vw, 4.2rem); margin: 78px 0 18px; }
    .mockup-main p { color: rgba(255,255,255,.68); max-width: 360px; }

    .mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
    .mini-grid i { aspect-ratio: 1; border-radius: 14px; background: rgba(255,255,255,.1); display: block; }
    .mockup-secondary .mini-grid i { background: rgba(21,21,21,.1); }
    .mockup-secondary h3, .mockup-tertiary h3 {
      font-size: 1.3rem; margin-bottom: 12px; }
    .mockup-tertiary p, .mockup-secondary p { font-size: .95rem; opacity: .75; }

    section { padding: 86px 0; }
    .section-head { display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; margin-bottom: 42px; }

    .section-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 180px;
    }

    .robot {
      position: relative;
      width: 184px;
      height: 158px;
      animation: robotFloat 5s ease-in-out infinite;
      filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
      transform-style: preserve-3d;
    }

    .robot::before,
    .robot::after {
      content: "";
      position: absolute;
      top: 58px;
      width: 25px;
      height: 58px;
      border-radius: 18px;
      background:
        linear-gradient(90deg, rgba(101,110,222,.55), rgba(101,110,222,.18) 18%, transparent 20%),
        linear-gradient(145deg, #ffffff 0%, #e7edf0 55%, #cfd6d8 100%);
      border: 1px solid rgba(255,255,255,.85);
      box-shadow:
        inset 0 0 12px rgba(101,110,222,.38),
        0 0 16px rgba(101,110,222,.28);
      z-index: 1;
    }

    .robot::before { left: 8px; }
    .robot::after { right: 8px; transform: scaleX(-1); }

    .robot-head {
      position: absolute;
      left: 26px;
      right: 26px;
      top: 24px;
      height: 112px;
      border-radius: 58px 58px 46px 46px;
      background:
        linear-gradient(115deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.18) 38%, transparent 48%),
        linear-gradient(145deg, #ffffff 0%, #f4f5f3 44%, #dfe3e2 100%);
      border: 1px solid rgba(255,255,255,.95);
      overflow: visible;
      box-shadow:
        inset -10px -12px 18px rgba(0,0,0,.055),
        inset 8px 8px 16px rgba(255,255,255,.95),
        0 18px 34px rgba(0,0,0,.10);
      z-index: 2;
    }

    .robot-head::before {
      content: "";
      position: absolute;
      left: 28px;
      right: 28px;
      top: 11px;
      height: 1px;
      background: rgba(18,18,18,.12);
      box-shadow:
        -7px 31px 0 rgba(18,18,18,.10),
        7px 80px 0 rgba(18,18,18,.08);
      pointer-events: none;
      z-index: 3;
    }

    .robot-head::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 26px;
      background: rgba(18,18,18,.14);
      transform: translateX(-50%);
      box-shadow:
        -52px 16px 0 rgba(18,18,18,.10),
        52px 16px 0 rgba(18,18,18,.10);
      pointer-events: none;
      z-index: 3;
    }

    .robot-face {
      position: absolute;
      left: 22px;
      right: 22px;
      top: 32px;
      height: 58px;
      border-radius: 28px;
      background:
        linear-gradient(110deg, transparent 0 63%, rgba(255,255,255,.15) 64% 78%, transparent 79%),
        linear-gradient(180deg, #22252a 0%, #0d1012 100%);
      overflow: hidden;
      box-shadow:
        inset 0 0 22px rgba(0,0,0,.58),
        0 1px 0 rgba(255,255,255,.8);
      z-index: 4;
    }

    .robot-face::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(101,110,222,.08), transparent 48%),
        radial-gradient(circle at 28% 42%, rgba(101,110,222,.13), transparent 20%),
        radial-gradient(circle at 72% 42%, rgba(101,110,222,.13), transparent 20%);
      opacity: .8;
      pointer-events: none;
    }

    .robot-eyes {
      position: absolute;
      top: 11px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      gap: 34px;
      z-index: 5;
    }

    .eye {
      width: 24px;
      height: 32px;
      border-radius: 50%;
      background:
        repeating-linear-gradient(180deg, rgba(255,255,255,.25) 0 1px, transparent 1px 4px),
        linear-gradient(180deg, #C5C9FF 0%, #656EDE 100%);
      box-shadow:
        0 0 14px rgba(101,110,222,.75),
        0 0 34px rgba(101,110,222,.24);
      animation: blink 5s infinite;
      position: relative;
    }

    .eye::after {
      content: "";
      position: absolute;
      inset: -7px -8px;
      border-radius: inherit;
      background: radial-gradient(circle, rgba(214,255,255,.72), transparent 68%);
      filter: blur(8px);
      opacity: .9;
      z-index: -1;
    }

    .mouth {
      position: absolute;
      left: 50%;
      bottom: 7px;
      width: 46px;
      height: 17px;
      border: 0;
      border-radius: 0 0 999px 999px;
      background:
        radial-gradient(circle at 50% 20%, #ffffff 0 18%, #eaffff 42%, #aefcff 72%, #6df1ff 100%);
      transform: translateX(-50%);
      z-index: 5;
      box-shadow:
        0 0 8px rgba(234,255,255,.95),
        0 0 18px rgba(109,241,255,.78),
        0 0 30px rgba(101,110,222,.44);
      filter: none;
    }

    .robot-antenna {
      position: absolute;
      width: 3px;
      height: 37px;
      background: linear-gradient(to bottom, #a9b0af, #5f6768);
      top: 12px;
      left: 37px;
      border-radius: 999px;
      z-index: 0;
      box-shadow: 108px 0 0 #7f8888;
    }

    .robot-antenna::after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #A7AEFF;
      left: 50%;
      top: -8px;
      transform: translateX(-50%);
      box-shadow:
        108px 0 0 #A7AEFF,
        0 0 16px rgba(101,110,222,.58),
        108px 0 16px rgba(101,110,222,.58),
        inset 0 0 6px rgba(255,255,255,.85);
    }

    .robot-shadow {
      position: absolute;
      width: 108px;
      height: 18px;
      border-radius: 50%;
      background: rgba(0,0,0,.12);
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      filter: blur(8px);
      animation: shadowPulse 5s ease-in-out infinite;
    }

    .robot-ring {
      display: none;
    }

    .premium-open {
      width: 46px;
      height: 17px;
      border: 0;
      border-radius: 0 0 999px 999px;
      background:
        radial-gradient(circle at 50% 20%, #ffffff 0 18%, #eaffff 42%, #aefcff 72%, #6df1ff 100%);
      bottom: 7px;
      opacity: 1;
    }

    .premium-neutral {
      width: 42px;
      height: 13px;
      border: 0;
      border-radius: 0 0 999px 999px;
      background:
        radial-gradient(circle at 50% 20%, #ffffff 0 18%, #eaffff 42%, #aefcff 72%, #6df1ff 100%);
      bottom: 9px;
    }

    .premium-subtle {
      width: 38px;
      height: 13px;
      border: 0;
      border-radius: 0 0 999px 999px;
      background:
        radial-gradient(circle at 50% 20%, #ffffff 0 18%, #eaffff 42%, #aefcff 72%, #6df1ff 100%);
      bottom: 9px;
      opacity: .96;
    }

    .premium-smile {
      width: 46px;
      height: 17px;
    }

    h2 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); line-height: 0.98; letter-spacing: -0.065em; }
    .lead { font-size: 1.2rem; color: var(--text); max-width: 980px; margin-top: 20px; }

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

    .problem-card, .service-card, .case-card {
      transition:
        background var(--transition),
        border-color var(--transition),
        color var(--transition),
        transform .25s ease,
        box-shadow .25s ease;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 30px;
      transition: 0.25s ease;
      position: relative;
      overflow: hidden;
    }

    .problem-card::after, .service-card::after, .case-card::after {
      content: "";
      position: absolute;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
      right: -55px;
      top: -55px;
      transition: .3s ease;
    }

    .problem-card:hover::after, .service-card:hover::after, .case-card:hover::after { transform: scale(1.6); }
    .problem-card:hover, .service-card:hover, .case-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
    .number { font-size: 0.88rem; color: var(--accent-dark); font-weight: 900; margin-bottom: 42px; }
    h3 { font-size: 1.55rem; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 14px; position: relative; z-index: 1; }
    .muted { color: var(--muted); position: relative; z-index: 1; }

    .mon-lien {
    text-decoration: none; /* Enlève le soulignement par défaut */
    color: inherit;        /* Garde la couleur du texte parent par défaut */
    transition: color 0.3s ease; /* Animation fluide du changement de couleur */
  }
  .mon-lien:hover h3 {
    color: #656EDE;
  }

  /* Effet au survol (Hover) */
  .mon-lien:hover h3 {
    color: #656EDE;
  }
.dynamic-strip {
      margin: 38px 0 0;
      overflow: hidden;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255,250,242,.45);
    }

body.dark-mode .dynamic-strip {
      background:rgba(5, 5, 5, 0.2);
    }

    .ticker {
      display: flex;
      width: max-content;
      animation: ticker 28s linear infinite;
    }

    .ticker span {
      padding: 18px 26px;
      font-weight: 850;
      letter-spacing: -0.03em;
      color: rgba(21,21,21,.72);
      white-space: nowrap;
    }

body.dark-mode .ticker span {
      color:#FFF;
    }

    .ticker span::after { content: "·"; color: var(--accent); margin-left: 26px; }

    .dark { background: var(--bg-dark); color: white;position: relative; overflow: hidden;margin-bottom:45px;}
    .dark .container { position: relative; z-index: 1; }
    .dark .muted, .dark .lead { color: rgba(255,255,255,0.66); }
    .dark .section-kicker, .service-card .number { color: #A7AEFF; }
    .service-card { background: rgba(255,255,255,0.055); border-color: rgba(255,255,255,0.12); }

    .method { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .method-step { display: grid; grid-template-columns: 40px 1fr; gap: 2px; padding: 28px 0; border-top: 1px solid var(--line); }
    .method-step:last-child { border-bottom: 1px solid var(--line); }
    .step-num { color: var(--accent-dark); font-weight: 900; font-size: 1.1rem; }

    .visual-divider {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
      margin-top: 44px;
    }

    .tile {
      min-height: 130px;
      border-radius: 24px;
      background: var(--card);
      border: 1px solid var(--line);
      position: relative;
      overflow: hidden;
      transform: translateY(var(--shift, 0));
    }

    .tile::before {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(101,110,222,.75), rgba(17,17,17,.08));
      opacity: .78;
    }

    .tile:nth-child(even) { --shift: 22px; }
    .tile:nth-child(3n) { --shift: -12px; }

    .cases-carousel { position: relative; }

    .cases-viewport {
      overflow: hidden;
      border-radius: 36px;
    }

    .cases-track {
      display: flex;
      gap: 20px;
      transition: transform .65s cubic-bezier(.22,.61,.36,1);
      will-change: transform;
    }

    .case-slide {
      min-width: calc((100% - 40px) / 3);
      display: flex;
    }

    .case-card {
      min-height: 430px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      isolation: isolate;
      background:
        linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,250,242,.9)),
        radial-gradient(circle at 80% 10%, rgba(101,110,222,.28), transparent 34%);
    }

    .case-card::before {
      content: "";
      position: absolute;
      inset: 24px 24px auto auto;
      width: 46%;
      height: 38%;
      border-radius: 24px;
      background:
        linear-gradient(90deg, rgba(21,21,21,.13) 1px, transparent 1px),
        linear-gradient(rgba(21,21,21,.13) 1px, transparent 1px);
      background-size: 18px 18px;
      opacity: .34;
      z-index: 0;
    }

    .case-card.featured {
      min-height: 480px;
      background:
        linear-gradient(135deg, rgba(255,250,242,.98) 0%, rgba(255,224,194,.88) 100%),
        radial-gradient(circle at 82% 18%, rgba(101,110,222,.32), transparent 36%);
    }

body.dark-mode .case-card {
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.12);
}

    .case-index {
      position: absolute;
      top: 26px;
      left: 28px;
      z-index: 1;
      font-size: .82rem;
      color: var(--accent-dark);
      font-weight: 900;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; margin-top: 15px; position: relative; z-index: 1; }
    .tag { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-size: 0.8rem; color: var(--muted); background: rgba(255,250,242,.7); backdrop-filter: blur(8px); }

body.dark-mode .tag {
  background: rgba(101, 110, 222, 0.12);
  border-color: rgba(101, 110, 222, 0.28);
  color: var(--text);
}

    .case-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      margin-top: 24px;
    }

    .case-dots {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .case-dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      border: 0;
      background: rgba(21,21,21,.18);
      cursor: pointer;
      transition: var(--transition);
    }

    .case-dot.active {
      width: 34px;
      background: var(--accent);
    }

    .case-arrows { display: flex; gap: 10px; }

    .case-arrow {
      width: 48px;
      height: 48px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--card);
      color: var(--text);
      cursor: pointer;
      font-size: 1.25rem;
      transition: .25s ease;
    }

    .case-arrow:hover { background: var(--accent); border-color: var(--accent); color: white; transform: translateY(-2px); }
    .quote {font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -0.065em;text-align: center;}
    .quote span { color: var(--accent); }

    .cta { padding: 110px 0; text-align: center; position: relative; }
    .cta::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 45%;
      width: 520px;
      height: 520px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(101,110,222,.18), transparent 67%);
      z-index: -1;
    }
    .cta h2 { max-width: 900px; margin: 0 auto 24px; }
    .cta p {margin: 0 auto 34px; color: var(--muted); font-size: 1.18rem; }

    footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.92rem; overflow: visible; }
    .footer-tentacle {
      position: absolute;
      right: clamp(190px, 24.5vw, 470px);
      bottom: -8px;
      width: clamp(240px, 16.5vw, 313px);
      height: auto;
      pointer-events: none;
      user-select: none;
      z-index: 0;
      filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
    }
    .footer-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

    .reveal { opacity: 0; transform: translateY(24px); transition: 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-22px) scale(1.04); } }
    @keyframes cardFloat { 0%,100% { transform: rotateX(0deg) rotateY(0deg) translateY(0); } 50% { transform: rotateX(3deg) rotateY(-4deg) translateY(-18px); } }
    @keyframes growBar { 0%,100% { width: 38%; } 50% { width: 86%; } }
    @keyframes shineText { 0%,100% { background-position: 0% center; } 50% { background-position: 100% center; } }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    @keyframes rotateGlow { from { transform: rotate(0); } to { transform: rotate(360deg); } }
    @keyframes heroOctopusReveal {
      from { opacity: 0; transform: translateY(34px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes heroOctopusFloat {
      0%, 100% { transform: translateY(0) rotate(-1deg); }
      50% { transform: translateY(-14px) rotate(1deg); }
    }

    @keyframes robotFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
    @keyframes shadowPulse { 0%,100% { transform: translateX(-50%) scale(1); opacity: .18; } 50% { transform: translateX(-50%) scale(.82); opacity: .08; } }
    @keyframes spinSlow { from { transform: rotate(0); } to { transform: rotate(360deg); } }
    @keyframes blink { 0%,45%,100% { transform: scaleY(1); } 48% { transform: scaleY(.15); } 52% { transform: scaleY(1); } }


    .case-carousel {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
    }

    .carousel-track {
      display: flex;
      gap: 22px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 10px;
      scrollbar-width: none;
    }

    .carousel-track::-webkit-scrollbar {
      display: none;
    }

    .carousel-item {
      min-width: 420px;
      scroll-snap-align: start;
      position: relative;
    }

    .case-image {
      aspect-ratio: 16/10;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      margin-bottom: 22px;
      background: #ddd;
    }

    .case-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .case-image::after {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.32);
      pointer-events: none;
    }

    .case-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      isolation: isolate;
    }

    .case-placeholder::before {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,.38);
      background:
        linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: .7;
    }

    .case-placeholder span {
      position: relative;
      z-index: 2;
      font-size: clamp(2rem, 4vw, 4.2rem);
      font-weight: 900;
      letter-spacing: -0.08em;
      color: rgba(255,255,255,.92);
    }

    .placeholder-one {
      background:
        radial-gradient(circle at 18% 18%, rgba(101,110,222,.42), transparent 28%),
        linear-gradient(135deg, #f5f1ea, #151515);
    }

    .placeholder-two {
      background:
        radial-gradient(circle at 78% 18%, rgba(255,255,255,.38), transparent 26%),
        linear-gradient(135deg, #656EDE, #4B53B8);
    }

    .placeholder-three {
      background:
        radial-gradient(circle at 22% 80%, rgba(101,110,222,.48), transparent 30%),
        linear-gradient(135deg, #151515, #3b332b);
    }

    .case-placeholder::after {
      content: "";
    }

    .carousel-nav {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
      margin-top: 20px;
    }

    .carousel-btn {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid var(--line);
      background: var(--card);
      color: var(--text);
      font-size: 1.2rem;
      cursor: pointer;
      transition: .25s ease;
    }

    .carousel-btn:hover {
      background: var(--accent);
      color: white;
      border-color: var(--accent);
    }

    @media (max-width: 680px) {
      .carousel-item {
        min-width: 88%;
      }
    }





    /* Header dark mode corrections */
    body.dark-mode .nav {
      background: rgba(10, 10, 14, 0.88);
      border-bottom: 1px solid rgba(255,255,255,.08);
      backdrop-filter: blur(18px);
    }

    body.dark-mode .logo,
    body.dark-mode .nav-links a {
      color: rgba(244,241,235,.78);
    }

    body.dark-mode .nav-links a:hover {
      color: #ffffff;
    }

    body.dark-mode .theme-toggle {
      background: rgba(255,255,255,.06);
      border-color: rgba(255,255,255,.12);
    }

    body.dark-mode .theme-toggle span {
      background: #656EDE;
    }

    body.dark-mode .nav .btn {
      background: #656EDE;
      border-color: #656EDE;
      color: #ffffff;
    }

    body.dark-mode .nav .btn:hover {
      background: #7C84F0;
      border-color: #7C84F0;
      color: #ffffff;
    }

    body.dark-mode .btn-secondary {
      background: transparent;
      color: #f4f1eb;
      border-color: rgba(255,255,255,.12);
    }

    body.dark-mode .btn-secondary:hover {
      background: #656EDE;
      border-color: #656EDE;
      color: #ffffff;
    }

    body.dark-mode .btn {
      background:transparent;
    }


    .web-showcase {
      padding: 110px 0 120px;
      position: relative;
      overflow: hidden;
    }

    .web-showcase::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 52%;
      width: 760px;
      height: 760px;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: radial-gradient(circle, rgba(101,110,222,.18), transparent 68%);
      z-index: -1;
    }

    .laptop-scroll-scene {
      position: relative;
      min-height: 230vh;
      margin-top: 34px;
    }

    .laptop-sticky {
      position: sticky;
      top: 118px;
      min-height: calc(100vh - 118px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 34px;
    }

    .laptop {
      width: min(920px, 100%);
      margin: 0 auto;
      perspective: 1800px;
      transform-style: preserve-3d;
    }

    .laptop-screen {
      position: relative;
      width: min(820px, 92%);
      aspect-ratio: 16/10;
      margin: 0 auto;
      border-radius: 30px 30px 18px 18px;
      background: linear-gradient(145deg, #1d1d25, #07070b);
      border: 1px solid rgba(255,255,255,.16);
      padding: 16px;
      box-shadow:
        0 42px 90px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.05);
      transform-origin: bottom center;
      transform: rotateX(var(--laptop-open, 0deg));
      transition: transform .18s linear;
      overflow: hidden;
    }

    .laptop-camera {
      position: absolute;
      top: 7px;
      left: 50%;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      transform: translateX(-50%);
      background: rgba(255,255,255,.34);
      z-index: 3;
    }

    .laptop-display {
      position: relative;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      background: #f5f1ea;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    }

    .web-project-frame {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateY(18px) scale(.985);
      transition: opacity .45s ease, transform .45s ease;
      background: #f5f1ea;
    }

    .web-project-frame.active {
      opacity: 1;
      transform: translateY(0) scale(1);
      z-index: 2;
    }

    .web-project-scroll {
      height: 100%;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(101,110,222,.55) rgba(0,0,0,.08);
    }

    .web-project-scroll::-webkit-scrollbar {
      width: 7px;
    }

    .web-project-scroll::-webkit-scrollbar-track {
      background: rgba(0,0,0,.08);
    }

    .web-project-scroll::-webkit-scrollbar-thumb {
      background: rgba(101,110,222,.65);
      border-radius: 999px;
    }

    .project-browser-bar {
      height: 34px;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 12px;
      background: rgba(255,255,255,.72);
      border-bottom: 1px solid rgba(21,21,21,.08);
      position: sticky;
      top: 0;
      z-index: 4;
      backdrop-filter: blur(10px);
    }

    .browser-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(21,21,21,.26);
    }

    .project-url {
      margin-left: 8px;
      height: 19px;
      flex: 1;
      border-radius: 999px;
      background: rgba(21,21,21,.07);
      color: rgba(21,21,21,.54);
      font-size: .68rem;
      display: flex;
      align-items: center;
      padding: 0 10px;
      overflow: hidden;
      white-space: nowrap;
    }

    .project-shot {
      min-height: 720px;
      padding: 34px;
      background:
        linear-gradient(135deg, rgba(101,110,222,.18), transparent 32%),
        linear-gradient(180deg, #fffaf2, #efe7db);
    }

    .project-shot.dark-shot {
      color: white;
      background:
        linear-gradient(135deg, rgba(101,110,222,.58), transparent 34%),
        linear-gradient(180deg, #11111a, #050508);
    }

    .project-shot.accent-shot {
      color: white;
      background:
        radial-gradient(circle at 80% 12%, rgba(255,255,255,.28), transparent 26%),
        linear-gradient(135deg, #656EDE, #252a76);
    }

    .project-hero-line {
      width: 62%;
      height: 58px;
      border-radius: 18px;
      background: currentColor;
      opacity: .13;
      margin-bottom: 24px;
    }

    .project-grid-preview {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
      margin-bottom: 22px;
    }

    .project-block {
      min-height: 180px;
      border-radius: 24px;
      background: currentColor;
      opacity: .12;
    }

    .project-block.small {
      min-height: 118px;
    }

    .project-lines {
      display: grid;
      gap: 12px;
      margin: 26px 0;
    }

    .project-lines span {
      display: block;
      height: 13px;
      border-radius: 999px;
      background: currentColor;
      opacity: .14;
    }

    .project-lines span:nth-child(2) { width: 82%; }
    .project-lines span:nth-child(3) { width: 64%; }

    .project-image-placeholder {
      min-height: 220px;
      border-radius: 26px;
      border: 1px dashed rgba(101,110,222,.45);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 26px;
      background:
        linear-gradient(90deg, rgba(101,110,222,.16) 1px, transparent 1px),
        linear-gradient(rgba(101,110,222,.16) 1px, transparent 1px);
      background-size: 22px 22px;
      color: inherit;
      font-weight: 850;
      letter-spacing: -.04em;
      font-size: clamp(1.4rem, 3vw, 2.8rem);
      opacity: .92;
    }

    .laptop-base {
      width: min(940px, 100%);
      height: 52px;
      margin: -2px auto 0;
      border-radius: 0 0 36px 36px;
      background:
        linear-gradient(180deg, #d6d2cb, #9d9890);
      position: relative;
      box-shadow: 0 34px 70px rgba(0,0,0,.18);
    }

    .laptop-base::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 170px;
      height: 14px;
      border-radius: 0 0 16px 16px;
      transform: translateX(-50%);
      background: rgba(0,0,0,.14);
    }

    .laptop-base::after {
      content: "";
      position: absolute;
      inset: auto 7% -14px;
      height: 22px;
      border-radius: 50%;
      background: rgba(0,0,0,.18);
      filter: blur(13px);
    }

    .project-caption-window {
      width: min(760px, 100%);
      margin: 0 auto;
      text-align: center;
      min-height: 150px;
      position: relative;
    }

    .project-caption {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .45s ease, transform .45s ease;
    }

    .project-caption.active {
      opacity: 1;
      transform: translateY(0);
    }

    .project-caption .case-tags {
      justify-content: center;
      margin-bottom: 14px;
    }

    .project-caption h3 {
      font-size: clamp(1.8rem, 2.4vw, 3.2rem) !important;
      margin-bottom: 12px;
    }

    .project-caption p {
      color: var(--muted);
      font-size: 1.08rem;
      max-width: 660px;
      margin: 0 auto;
    }

    body.dark-mode .laptop-base {
      background: linear-gradient(180deg, #2b2b35, #111118);
    }

    body.dark-mode .laptop-screen {
      border-color: rgba(255,255,255,.13);
      box-shadow:
        0 42px 90px rgba(0,0,0,.45),
        inset 0 0 0 1px rgba(255,255,255,.05);
    }

    body.dark-mode .project-browser-bar {
      background: rgba(15,15,20,.84);
      border-bottom-color: rgba(255,255,255,.08);
    }

    body.dark-mode .project-url {
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.62);
    }

    /* Laptop enhanced rendering + project slider */
    .laptop {
      width: min(980px, 100%);
    }

    .laptop-screen {
      width: min(850px, 92%);
      border-radius: 26px 26px 14px 14px;
      padding: 12px;
      background:
        linear-gradient(145deg, #20202a 0%, #0b0b10 48%, #020204 100%);
      border: 1px solid rgba(255,255,255,.18);
      box-shadow:
        0 38px 80px rgba(0,0,0,.28),
        0 0 0 1px rgba(0,0,0,.52),
        inset 0 0 0 1px rgba(255,255,255,.06);
    }

    .laptop-screen::before {
      content: "";
      position: absolute;
      inset: 5px;
      border-radius: 22px 22px 12px 12px;
      border: 1px solid rgba(255,255,255,.06);
      pointer-events: none;
      z-index: 5;
    }

    .laptop-display {
      border-radius: 16px;
    }

    .laptop-camera {
      top: 5px;
      width: 5px;
      height: 5px;
      background: rgba(255,255,255,.26);
    }

    .laptop-base {
      width: min(940px, 98%);
      height: 24px;
      margin: -1px auto 0;
      border-radius: 0 0 30px 30px;
      background:
        linear-gradient(180deg, #e4e1da 0%, #b8b4ac 45%, #817d76 100%);
      box-shadow:
        0 24px 54px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.7);
    }

    .laptop-base::before {
      top: 0;
      width: 150px;
      height: 8px;
      border-radius: 0 0 14px 14px;
      background: rgba(0,0,0,.16);
    }

    .laptop-base::after {
      inset: auto 9% -12px;
      height: 16px;
      background: rgba(0,0,0,.16);
      filter: blur(12px);
    }

    .laptop-hinge {
      width: min(720px, 76%);
      height: 10px;
      margin: -3px auto 0;
      border-radius: 999px;
      background:
        linear-gradient(90deg, transparent, rgba(0,0,0,.26), transparent),
        linear-gradient(180deg, #b7b2aa, #7b766f);
      position: relative;
      z-index: 2;
    }

    body.dark-mode .laptop-base {
      background: linear-gradient(180deg, #343440 0%, #23232d 46%, #101017 100%);
      box-shadow:
        0 24px 54px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.14);
    }

    body.dark-mode .laptop-hinge {
      background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent),
        linear-gradient(180deg, #30303b, #111118);
    }

    .web-slider-nav {
      width: min(760px, 100%);
      margin: 18px auto 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .web-slider-arrows {
      display: flex;
      gap: 10px;
      flex-shrink: 0;
    }

    .web-slider-btn {
      width: 48px;
      height: 48px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--card);
      color: var(--text);
      cursor: pointer;
      font-size: 1.25rem;
      transition: .25s ease;
    }

    .web-slider-btn:hover {
      background: var(--accent);
      border-color: var(--accent);
      color: white;
      transform: translateY(-2px);
    }

    .web-project-count {
      font-size: .84rem;
      color: var(--muted);
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .web-slider-dots {
      display: flex;
      gap: 7px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .web-slider-dot {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 999px;
      background: rgba(21,21,21,.18);
      cursor: pointer;
      transition: var(--transition);
    }

    .web-slider-dot.active {
      width: 28px;
      background: var(--accent);
    }

    body.dark-mode .web-slider-dot {
      background: rgba(255,255,255,.18);
    }

    body.dark-mode .web-slider-dot.active {
      background: var(--accent);
    }

    body.dark-mode .web-slider-btn {
      background: var(--card);
      color: var(--text);
      border-color: var(--line);
    }

    @media (max-width: 680px) {
      .web-slider-nav {
        align-items: flex-start;
        flex-direction: column;
      }

      .web-slider-dots {
        justify-content: flex-start;
      }

      .laptop-base {
        height: 18px;
      }

      .laptop-hinge {
        height: 7px;
      }
    }


    /* Force strict 2-column inline layout */
    .web-showcase-layout {
      display: grid !important;
      grid-template-columns: 58% 42% !important;
      align-items: center !important;
      gap: 54px !important;
      width: 100%;
    }

    .web-showcase-left,
    .web-showcase-right {
      width: 100%;
      min-width: 0;
    }

    .web-showcase-left {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .web-showcase-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding-right: 10px;
    }

    .laptop-scroll-scene,
    .laptop-sticky {
      width: 100%;
      min-height: auto !important;
    }

    .laptop {
      max-width: 640px;
      margin: 0;
    }

    .project-caption-window {
      width: 100%;
      min-height: 240px;
      text-align: left;
    }

    .project-caption h3 {
      max-width: 520px;
    }

    .project-caption p {
      max-width: 520px;
    }

    .web-slider-nav {
      width: 100%;
      justify-content: flex-start;
      align-items: center;
    }


    /* Strict inline 2-column laptop section */
    .web-showcase-layout {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 72px !important;
      width: 100%;
      margin-top: 46px;
    }

    .web-showcase-left {
      flex: 0 0 58%;
      max-width: 58%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .web-showcase-right {
      flex: 0 0 42%;
      max-width: 42%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }

    .laptop-scroll-scene,
    .laptop-sticky {
      width: 100%;
      min-height: auto !important;
      position: relative !important;
      top: auto !important;
    }

    .laptop {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
    }

    .laptop-screen {
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
    }

    /* Better laptop base */
    .laptop-hinge {
      width: 72%;
      height: 8px;
      margin: -2px auto 0;
      border-radius: 999px;
      background:
        linear-gradient(90deg, transparent, rgba(0,0,0,.18), transparent),
        linear-gradient(180deg, #bab5ae, #78736d);
      position: relative;
      z-index: 3;
    }

    .laptop-base {
      width: 122%;
      max-width: 760px;
      height: 22px;
      margin: -1px auto 0;
      margin-left: -11%;
      border-radius: 0 0 34px 34px;
      background:
        linear-gradient(180deg, #ece8e0 0%, #c6c1ba 38%, #8b867f 100%);
      box-shadow:
        0 26px 60px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.8);
      position: relative;
    }

    .laptop-base::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 160px;
      height: 7px;
      border-radius: 0 0 14px 14px;
      transform: translateX(-50%);
      background: rgba(0,0,0,.16);
    }

    .laptop-base::after {
      content: "";
      position: absolute;
      inset: auto 7% -14px;
      height: 16px;
      border-radius: 50%;
      background: rgba(0,0,0,.16);
      filter: blur(14px);
    }

    body.dark-mode .laptop-base {
      background:
        linear-gradient(180deg, #3a3a46 0%, #23232d 42%, #0f0f15 100%);
      box-shadow:
        0 28px 64px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.14);
    }

    body.dark-mode .laptop-hinge {
      background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent),
        linear-gradient(180deg, #30303a, #111117);
    }

    .project-caption-window {
      width: 100%;
      min-height: 260px;
      position: relative;
      text-align: left;
    }

    .project-caption {
      width: 100%;
    }

    .project-caption .case-tags {
      justify-content: flex-start;
    }

    .project-caption h3,
    .project-caption p {
      max-width: 500px;
    }

    .web-slider-nav {
      width: 100%;
      margin-top: 34px;
      justify-content: flex-start;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .web-showcase-layout {
        flex-direction: column !important;
        gap: 54px !important;
      }

      .web-showcase-left,
      .web-showcase-right {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
      }

      .laptop-base {
        width: 112%;
        margin-left: -6%;
      }

      .project-caption-window {
        min-height: 220px;
      }
    }

    @media (max-width: 980px) {
      .web-showcase-layout {
        grid-template-columns: 1fr !important;
      }

      .web-showcase-left,
      .web-showcase-right {
        width: 100%;
      }

      .laptop {
        margin: 0 auto;
      }
    }

    /* Web showcase 2 columns layout */
    .web-showcase-layout {
      display: grid;
      grid-template-columns: minmax(420px, 0.95fr) minmax(320px, 0.75fr);
      gap: 70px;
      align-items: center;
      margin-top: 40px;
    }

    .web-showcase-left {
      position: relative;
    }

    .web-showcase-right {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 620px;
    }

    .laptop-scroll-scene {
      min-height: auto;
      margin-top: 0;
    }

    .laptop-sticky {
      position: sticky;
      top: 120px;
      min-height: auto;
      display: block;
    }

    .laptop {
      width: 100%;
      max-width: 620px;
      margin: 0 auto;
    }

    .laptop-screen {
      width: 100%;
    }

    .project-caption-window {
      width: 100%;
      margin: 0;
      min-height: 260px;
      text-align: left;
    }

    .project-caption .case-tags {
      justify-content: flex-start;
    }

    .project-caption p {
      margin: 0;
    }

    .web-slider-nav {
      width: 100%;
      margin-top: 28px;
      justify-content: flex-start;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .web-showcase-layout {
        grid-template-columns: 1fr;
        gap: 50px;
      }

      .web-showcase-right {
        min-height: auto;
      }

      .project-caption-window {
        min-height: 210px;
      }

      .laptop {
        max-width: 100%;
      }
    }

    @media (max-width: 980px) {
      .laptop-sticky {
        top: 96px;
        min-height: calc(100vh - 96px);
      }

      .laptop-screen {
        width: 100%;
        border-radius: 24px 24px 14px 14px;
        padding: 12px;
      }

      .laptop-base {
        height: 42px;
      }

      .project-shot {
        min-height: 620px;
        padding: 24px;
      }
    }

    @media (max-width: 680px) {
      .web-showcase {
        padding: 70px 0 88px;
      }

      .laptop-scroll-scene {
        min-height: auto;
      }

      .laptop-sticky {
        position: relative;
        top: auto;
        min-height: auto;
      }

      .laptop-screen {
        transform: rotateX(0deg) !important;
      }

      .project-caption-window {
        min-height: 230px;
      }
    }

    @media (max-width: 980px) {
      .hero-grid, .method { grid-template-columns: 1fr; }
      .case-slide { min-width: calc((100% - 20px) / 2); }
      .section-head { grid-template-columns: 1fr; gap: 24px; }
      .section-visual { justify-content: flex-start; min-height: 120px; }
      .services, .problems { grid-template-columns: 1fr 1fr; }
      .visual-stage { min-height: 520px; }
      .visual-divider { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 680px) {
      .nav-links { display: none; }
      .nav-inner { height: 68px; }
      .container { width: min(100% - 28px, var(--max)); }
      .hero { padding-top: 58px; }
      .proofs, .services, .problems { grid-template-columns: 1fr; }
      .hero-actions { flex-direction: column; }
      .btn { width: 100%; }
      section { padding: 62px 0; }
      .dark { border-radius: 30px; margin: 10px; }
      .visual-stage { min-height: 480px; }
      .mockup-main { inset: 82px 0 26px 18px; }
      .mockup-secondary { width: 210px; }
      .mockup-tertiary { width: 205px; }
      .visual-divider { grid-template-columns: repeat(2, 1fr); }
      .case-slide { min-width: 100%; }
      .case-card, .case-card.featured { min-height: 420px; }
      .case-nav { align-items: flex-start; flex-direction: column; }
    }

    /* FINAL override: laptop and text must be side by side on desktop */
    #web .web-showcase-layout {
      display: grid !important;
      grid-template-columns: minmax(0, 58%) minmax(0, 42%) !important;
      gap: 64px !important;
      align-items: center !important;
      width: 100% !important;
      margin-top: 46px !important;
    }

    #web .web-showcase-left,
    #web .web-showcase-right {
      min-width: 0 !important;
      width: auto !important;
      max-width: none !important;
    }

    #web .web-showcase-left {
      grid-column: 1 !important;
      grid-row: 1 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }

    #web .web-showcase-right {
      grid-column: 2 !important;
      grid-row: 1 !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: flex-start !important;
    }

    #web .laptop-sticky {
      position: relative !important;
      top: auto !important;
      min-height: 0 !important;
      width: 100% !important;
      display: block !important;
    }

    #web .laptop {
      width: 100% !important;
      max-width: 660px !important;
      margin: 0 auto !important;
    }

    #web .project-caption-window {
      width: 100% !important;
      margin: 0 !important;
      min-height: 260px !important;
      text-align: left !important;
    }

    #web .project-caption .case-tags {
      justify-content: flex-start !important;
    }

    #web .project-caption p {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    #web .web-slider-nav {
      width: 100% !important;
      margin: 32px 0 0 !important;
      justify-content: flex-start !important;
    }

    #web .laptop-base {
      width: 118% !important;
      max-width: 780px !important;
      margin-left: -9% !important;
      height: 24px !important;
    }

    @media (max-width: 980px) {
      #web .web-showcase-layout {
        grid-template-columns: 1fr !important;
      }

      #web .web-showcase-left,
      #web .web-showcase-right {
        grid-column: 1 !important;
      }

      #web .web-showcase-left {
        grid-row: 1 !important;
      }

      #web .web-showcase-right {
        grid-row: 2 !important;
      }
    }


    /* Precise alignment fix from visual review */
    #web .web-showcase-layout {
      display: grid !important;
      grid-template-columns: minmax(420px, 620px) minmax(360px, 520px) !important;
      justify-content: center !important;
      align-items: center !important;
      column-gap: 90px !important;
      row-gap: 0 !important;
      margin-top: 80px !important;
    }

    #web .web-showcase-left {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-end !important;
    }

    #web .web-showcase-right {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: flex-start !important;
      align-self: center !important;
      padding-top: 30px !important;
    }

    #web .laptop {
      max-width: 620px !important;
      transform: translateY(20px);
    }

    #web .project-caption-window {
      min-height: auto !important;
      max-width: 470px !important;
    }

    #web .project-caption {
      position: relative !important;
      inset: auto !important;
      opacity: 1 !important;
      transform: none !important;
    }

    #web .project-caption:not(.active) {
      display: none !important;
    }

    #web .project-caption h3 {
      font-size: clamp(2.2rem, 5vw, 2.2rem) !important;
      line-height: .95 !important;
      letter-spacing: -.08em !important;
      margin: 14px 0 20px !important;
    }

    #web .project-caption p {
      font-size: 1.1rem !important;
      line-height: 1.5 !important;
      max-width: 420px !important;
    }

    #web .web-slider-nav {
      margin-top: 26px !important;
      gap: 22px !important;
      align-items: center !important;
    }

    #web .web-project-count {
      width: 100%;
      margin-bottom: -8px;
    }

    #web .laptop-base {
      width: 128% !important;
      margin-left: -14% !important;
      height: 26px !important;
      border-radius: 0 0 42px 42px !important;
    }

    @media (max-width: 980px) {
      #web .web-showcase-layout {
        grid-template-columns: 1fr !important;
        row-gap: 40px !important;
      }

      #web .web-showcase-left {
        justify-content: center !important;
      }

      #web .web-showcase-right {
        padding-top: 0 !important;
      }

      #web .project-caption h3 {
        font-size: clamp(2.2rem, 10vw, 2.2rem) !important;
      }
    }

    /* FINAL composition alignment for web laptop section */
    #web .web-showcase-layout {
      width: min(1080px, 100%) !important;
      margin: 76px auto 0 !important;
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
      gap: 64px !important;
      align-items: center !important;
      justify-content: center !important;
    }

    #web .web-showcase-left,
    #web .web-showcase-right {
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
      grid-row: 1 !important;
    }

    #web .web-showcase-left {
      grid-column: 1 !important;
      display: flex !important;
      justify-content: flex-end !important;
      align-items: center !important;
      overflow: visible !important;
    }

    #web .web-showcase-right {
      grid-column: 2 !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: flex-start !important;
      padding: 0 !important;
    }

    #web .laptop-sticky {
      position: relative !important;
      top: auto !important;
      width: 100% !important;
      min-height: 0 !important;
      display: flex !important;
      justify-content: flex-end !important;
    }

    #web .laptop {
      width: 100% !important;
      max-width: 520px !important;
      margin: 0 !important;
      transform: none !important;
    }

    #web .laptop-screen {
      width: 100% !important;
      max-width: 520px !important;
      margin: 0 !important;
    }

    #web .laptop-hinge {
      width: 72% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    #web .laptop-base {
      width: 112% !important;
      max-width: none !important;
      height: 24px !important;
      margin: -1px -6% 0 !important;
      border-radius: 0 0 36px 36px !important;
    }

    #web .project-caption-window {
      width: 100% !important;
      max-width: 460px !important;
      min-height: auto !important;
      margin: 0 !important;
      text-align: left !important;
    }

    #web .project-caption {
      position: relative !important;
      inset: auto !important;
      width: 100% !important;
      opacity: 1 !important;
      transform: none !important;
    }

    #web .project-caption:not(.active) {
      display: none !important;
    }

    #web .project-caption .case-tags {
      justify-content: flex-start !important;
      margin-bottom: 18px !important;
    }

    #web .project-caption h3 {
      font-size: clamp(2.2rem, 5vw, 2.2rem) !important;
      line-height: .95 !important;
      letter-spacing: -.08em !important;
      margin: 14px 0 20px !important;
    }

    #web .project-caption p {
      margin: 0 !important;
      font-size: 1.05rem !important;
      line-height: 1.5 !important;
    }

    #web .web-slider-nav {
      width: 100% !important;
      max-width: 460px !important;
      margin: 30px 0 0 !important;
      display: flex !important;
      justify-content: flex-start !important;
      align-items: center !important;
      gap: 20px !important;
      flex-wrap: wrap !important;
    }

    #web .web-project-count {
      width: 100% !important;
      margin: 0 0 -4px !important;
    }

    #web .web-slider-dots {
      justify-content: flex-start !important;
    }

    @media (max-width: 980px) {
      #web .web-showcase-layout {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 42px !important;
      }

      #web .web-showcase-left,
      #web .web-showcase-right {
        grid-column: 1 !important;
      }

      #web .web-showcase-left {
        grid-row: 1 !important;
        justify-content: center !important;
      }

      #web .web-showcase-right {
        grid-row: 2 !important;
      }

      #web .laptop-sticky {
        justify-content: center !important;
      }

      #web .laptop {
        max-width: 620px !important;
      }

      #web .project-caption h3 {
        font-size: clamp(2.2rem, 10vw, 2.2rem) !important;
      }
    }

    /* Clean rebuilt web split section */
    #web .web-split {
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 560px) minmax(0, 480px);
      gap: 80px;
      align-items: center;
      justify-content: center;
      margin-top: 72px;
    }

    #web .web-split-media,
    #web .web-split-content {
      min-width: 0;
    }

    #web .web-split-media {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    #web .web-split-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }

    #web .laptop {
      width: 100%;
      max-width: 540px;
      margin: 0;
      perspective: 1800px;
    }

    #web .laptop-screen {
      width: 100%;
      aspect-ratio: 16 / 10;
      margin: 0;
      padding: 12px;
      border-radius: 26px 26px 14px 14px;
      background: linear-gradient(145deg, #20202a 0%, #0b0b10 48%, #020204 100%);
      border: 1px solid rgba(255,255,255,.18);
      box-shadow: 0 38px 80px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.06);
      transform-origin: bottom center;
      transform: rotateX(var(--laptop-open, 4deg));
      overflow: hidden;
    }

    #web .laptop-display {
      height: 100%;
      border-radius: 16px;
      overflow: hidden;
      background: #f5f1ea;
    }

    #web .laptop-hinge {
      width: 72%;
      height: 8px;
      margin: -2px auto 0;
      border-radius: 999px;
      background: linear-gradient(180deg, #bab5ae, #78736d);
      position: relative;
      z-index: 3;
    }

    #web .laptop-base {
      width: 116%;
      height: 24px;
      margin: -1px -8% 0;
      border-radius: 0 0 38px 38px;
      background: linear-gradient(180deg, #ece8e0 0%, #c6c1ba 38%, #8b867f 100%);
      box-shadow: 0 26px 60px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.8);
      position: relative;
    }

    #web .laptop-base::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 160px;
      height: 7px;
      transform: translateX(-50%);
      border-radius: 0 0 14px 14px;
      background: rgba(0,0,0,.16);
    }

    #web .project-caption-window {
      width: 100%;
      max-width: 460px;
      min-height: 0;
      margin: 0;
      text-align: left;
      position: relative;
    }

    #web .project-caption {
      display: none;
      position: relative;
      opacity: 1;
      transform: none;
    }

    #web .project-caption.active {
      display: block;
    }

    #web .project-caption .case-tags {
      justify-content: flex-start;
      margin-bottom: 18px;
    }

    #web .project-caption h3 {
      font-size: clamp(2.2em, 4.6vw, 2.2rem);
      line-height: .94;
      letter-spacing: -.08em;
      margin: 0 0 22px;
      max-width: 460px;
    }

    #web .project-caption p {
      max-width: 400px;
      margin: 0;
      font-size: 1.05rem;
      line-height: 1.62;
      color: var(--text);
    }

    #web .web-slider-nav {
      width: 100%;
      max-width: 460px;
      margin: 30px 0 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    #web .web-project-count {
      width: 100%;
      margin: 0 0 -4px;
    }

    #web .web-slider-dots {
      justify-content: flex-start;
    }

    body.dark-mode #web .laptop-base {
      background: linear-gradient(180deg, #3a3a46 0%, #23232d 42%, #0f0f15 100%);
      box-shadow: 0 28px 64px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.14);
    }

    @media (max-width: 980px) {
      #web .web-split {
        grid-template-columns: 1fr;
        gap: 44px;
      }

      #web .web-split-media {
        justify-content: center;
      }

      #web .web-split-content {
        align-items: flex-start;
      }

      #web .project-caption h3 {
        font-size: clamp(2.2rem, 10vw, 2.2rem);
      }
    }

    /* Section réalisations web — version stable reconstruite */
    #web .web-portfolio-layout {
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 560px) minmax(0, 480px);
      gap: 80px;
      align-items: center;
      justify-content: center;
      margin-top: 72px;
    }

    #web .web-portfolio-media,
    #web .web-portfolio-content {
      min-width: 0;
    }

    #web .web-portfolio-media {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    #web .web-portfolio-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }

    #web .portfolio-laptop {
      width: 100%;
      max-width: 540px;
      perspective: 1600px;
    }

    #web .portfolio-laptop-screen {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      padding: 12px;
      border-radius: 26px 26px 14px 14px;
      background: linear-gradient(145deg, #20202a 0%, #0b0b10 48%, #020204 100%);
      border: 1px solid rgba(255,255,255,.18);
      box-shadow:
        0 38px 80px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.06);
      transform-origin: bottom center;
      transform: rotateX(var(--laptop-open, 0deg));
      transition: transform .95s cubic-bezier(.22,.8,.2,1);
      overflow: hidden;
    }

    #web .portfolio-laptop-display {
      height: 100%;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      position: relative;
    }

    #web .web-project-frame {
      display: none;
      height: 100%;
    }

    #web .web-project-frame.active {
      display: block;
    }

    #web .web-project-scroll {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      background: #ffffff;
      scrollbar-width: thin;
      scrollbar-color: rgba(101,110,222,.65) rgba(0,0,0,.08);
    }

    #web .web-project-scroll::-webkit-scrollbar {
      width: 7px;
    }

    #web .web-project-scroll::-webkit-scrollbar-track {
      background: rgba(0,0,0,.08);
    }

    #web .web-project-scroll::-webkit-scrollbar-thumb {
      background: rgba(101,110,222,.7);
      border-radius: 999px;
    }

    #web .project-shot {
      padding: 0;
      margin: 0;
      background: #ffffff;
      line-height: 0;
    }

    #web .project-shot img {
      width: 100%;
      height: auto;
      display: block;
    }

    #web .portfolio-laptop-hinge {
      width: 72%;
      height: 8px;
      margin: -2px auto 0;
      border-radius: 999px;
      background: linear-gradient(180deg, #bab5ae, #78736d);
      position: relative;
      z-index: 2;
    }

    #web .portfolio-laptop-base {
      width: 116%;
      height: 24px;
      margin: -1px -8% 0;
      border-radius: 0 0 38px 38px;
      background: linear-gradient(180deg, #ece8e0 0%, #c6c1ba 38%, #8b867f 100%);
      box-shadow:
        0 26px 60px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.8);
      position: relative;
    }

    #web .portfolio-laptop-base::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 160px;
      height: 7px;
      transform: translateX(-50%);
      border-radius: 0 0 14px 14px;
      background: rgba(0,0,0,.16);
    }

    #web .project-caption-window {
      width: 100%;
      max-width: 460px;
      margin: 0;
      text-align: left;
    }

    #web .project-caption {
      display: none;
      position: relative;
      opacity: 1;
      transform: none;
    }

    #web .project-caption.active {
      display: block;
    }

    #web .project-caption .case-tags {
      justify-content: flex-start;
      margin-bottom: 18px;
    }

    #web .project-caption h3 {
      font-size: clamp(2.2rem, 4.6vw, 2.2rem);
      line-height: .94;
      letter-spacing: -.08em;
      margin: 0 0 22px;
      max-width: 460px;
    }

    #web .project-caption p {
      max-width: 400px;
      margin: 0;
      font-size: 1.05rem;
      line-height: 1.62;
      color: var(--muted);
    }

    #web .web-slider-nav {
      width: 100%;
      max-width: 460px;
      margin: 30px 0 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    #web .web-project-count {
      width: 100%;
      margin: 0 0 -4px;
    }

    #web .web-slider-dots {
      justify-content: flex-start;
    }

    body.dark-mode #web .portfolio-laptop-display,
    body.dark-mode #web .web-project-scroll,
    body.dark-mode #web .project-shot {
      background: #0f0f15;
    }

    body.dark-mode

    body.dark-mode

    body.dark-mode #web .portfolio-laptop-base {
      background: linear-gradient(180deg, #3a3a46 0%, #23232d 42%, #0f0f15 100%);
      box-shadow:
        0 28px 64px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.14);
    }

    @media (max-width: 980px) {
      #web .web-portfolio-layout {
        grid-template-columns: 1fr;
        gap: 44px;
      }

      #web .web-portfolio-media {
        justify-content: center;
      }

      #web .project-caption h3 {
        font-size: clamp(2.2vrem, 10vw, 2.2rem);
      }
    }

    /* État initial réellement fermé avant animation */
    #web .portfolio-laptop-screen,
    #web .laptop-screen {
      --laptop-open: -68deg;
    }

    /* Theme toggle icon alignment fix */
    .theme-toggle::before,
    .theme-toggle::after {
      z-index: 2;
      line-height: 1;
      pointer-events: none;
    }

    .theme-toggle::before {
      left: 13px;
      color: #ffffff;
    }

    .theme-toggle::after {
      right: 14px;
    }

    .theme-toggle span {
      z-index: 1;
    }

    body.dark-mode .theme-toggle::after {
      color: #ffffff;
    }

    /* Robot V02 integrated — clean variant without orbit, points, glare sweep or antennas */
    .robot-ring,
    .robot-antenna {
      display: none !important;
    }

    .robot {
      width: 156px !important;
      height: 156px !important;
      animation: robotFloat 5.2s ease-in-out infinite !important;
      filter: drop-shadow(0 24px 30px rgba(0,0,0,.14)) !important;
    }

    .robot-head {
      position: absolute;
      inset: 8px !important;
      border-radius: 48px !important;
      background:
        linear-gradient(145deg, #ffffff 0%, #f7f5ef 42%, #dcd8cf 100%) !important;
      border: 1px solid rgba(255,255,255,.78) !important;
      overflow: hidden !important;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.72),
        inset -12px -14px 22px rgba(0,0,0,.045),
        0 0 0 8px rgba(101,110,222,.04) !important;
    }

    .robot-head::before {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      background: linear-gradient(145deg, rgba(255,255,255,.14), transparent 40%) !important;
      pointer-events: none !important;
    }

    .robot-face {
      position: absolute;
      inset: 26px 18px 30px !important;
      border-radius: 34px !important;
      background:
        linear-gradient(145deg, rgba(255,255,255,.08), transparent 35%),
        linear-gradient(180deg, #181848 0%, #07070d 100%) !important;
      overflow: hidden !important;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.06),
        inset 0 -14px 28px rgba(101,110,222,.08),
        0 0 20px rgba(101,110,222,.18) !important;
    }

    .robot-face::after {
      display: none !important;
      content: none !important;
    }

    .robot-eyes {
      top: 20px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      gap: 22px !important;
      z-index: 2 !important;
    }

    .eye {
      width: 24px !important;
      height: 24px !important;
      border-radius: 50% !important;
      background: #656EDE !important;
      box-shadow:
        0 0 10px rgba(101,110,222,.9),
        0 0 28px rgba(101,110,222,.34) !important;
      animation: blink 5.2s infinite !important;
    }

    .eye::after {
      display: none !important;
      content: none !important;
    }

    .mouth {
      left: 50% !important;
      bottom: 1px !important;
      width: 36px !important;
      height: 14px !important;
      transform: translateX(-50%) !important;
      border: 0 !important;
      border-bottom: 5px solid #656EDE !important;
      border-radius: 0 0 42px 42px !important;
      filter: drop-shadow(0 0 9px rgba(101,110,222,.56)) !important;
      z-index: 2 !important;
      animation: smilePulse 3.4s ease-in-out infinite !important;
      background: transparent !important;
      opacity: 1 !important;
    }

    .premium-smile {
      width: 40px !important;
    }

    .robot-shadow {
      width: 96px !important;
      height: 18px !important;
      border-radius: 50% !important;
      background: rgba(0,0,0,.12) !important;
      bottom: -14px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      filter: blur(8px) !important;
      animation: shadowPulse 5.2s ease-in-out infinite !important;
    }

    /* Project contact popup */
    body.modal-open {
      overflow: hidden;
    }

    .project-modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }

    .project-modal.active {
      display: flex;
    }

    .project-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(10,10,12,.58);
      backdrop-filter: blur(16px);
      opacity: 0;
      transition: opacity .28s ease;
    }

    .project-modal.active .project-modal-backdrop {
      opacity: 1;
    }

    .project-modal-panel {
      position: relative;
      width: min(720px, 100%);
      max-height: min(820px, calc(100vh - 42px));
      overflow: auto;
      border-radius: 34px;
      border: 1px solid rgba(255,255,255,.26);
      background:
        radial-gradient(circle at 18% 8%, rgba(101,110,222,.20), transparent 34%),
        rgba(255,250,242,.96);
      color: var(--text);
      box-shadow: 0 40px 110px rgba(0,0,0,.32);
      padding: 26px;
      transform: translateY(18px) scale(.98);
      opacity: 0;
      transition: transform .28s ease, opacity .28s ease, background var(--transition), color var(--transition);
    }

    .project-modal.active .project-modal-panel {
      transform: translateY(0) scale(1);
      opacity: 1;
    }

    body.dark-mode .project-modal-panel {
      background:
        radial-gradient(circle at 18% 8%, rgba(101,110,222,.34), transparent 34%),
        rgba(18,18,24,.97);
      border-color: rgba(255,255,255,.12);
      color: var(--text);
    }

    .project-modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.55);
      color: var(--text);
      cursor: pointer;
      font-size: 1.4rem;
      line-height: 1;
      transition: .25s ease;
      z-index: 2;
    }

    body.dark-mode .project-modal-close {
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.12);
    }

    .project-modal-close:hover {
      background: var(--accent);
      border-color: var(--accent);
      color: white;
      transform: rotate(8deg) scale(1.04);
    }

    .chat-form-head {
      padding: 12px 56px 22px 4px;
    }

    .chat-form-head .section-kicker {
      display: block;
      margin-bottom: 12px;
    }

    .chat-form-head h2 {
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      margin-bottom: 14px;
    }

    .chat-form-head p {
      color: var(--muted);
      font-size: 1.05rem;
      max-width: 560px;
    }

    .chat-thread {
      display: grid;
      gap: 16px;
      margin-top: 8px;
    }

    .chat-bubble {
      width: fit-content;
      max-width: 88%;
      border-radius: 24px;
      padding: 15px 18px;
      line-height: 1.45;
      font-weight: 650;
    }

    .chat-bubble.bot {
      background: var(--accent);
      color: var(--bg);
      border-bottom-left-radius: 8px;
    }

    .chat-field {
      justify-self: end;
      width: min(560px, 100%);
      display: grid;
      gap: 8px;
    }

    .chat-field label {
      font-size: .82rem;
      color: var(--muted);
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding-right: 14px;
      text-align: right;
    }

    .chat-field input,
    .chat-field textarea {
      width: 100%;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.72);
      color: var(--text);
      border-radius: 24px 24px 8px 24px;
      padding: 16px 18px;
      font: inherit;
      outline: none;
      transition: border-color .25s ease, box-shadow .25s ease, background var(--transition), color var(--transition);
      resize: vertical;
    }

    .chat-field textarea {
      min-height: 128px;
    }

    body.dark-mode .chat-field input,
    body.dark-mode .chat-field textarea {
      background: rgba(255,255,255,.07);
      border-color: rgba(255,255,255,.12);
    }

    .chat-field input:focus,
    .chat-field textarea:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 4px rgba(101,110,222,.16);
    }

    .chat-form-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 18px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .chat-submit {
      min-width: 190px;
    }

    .calendly-choice {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-weight: 750;
      transition: .25s ease;
    }

    .calendly-choice:hover {
      color: var(--accent);
      transform: translateX(4px);
    }

    .form-status {
      display: none;
      margin: 0 0 18px;
      padding: 14px 16px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(101,110,222,.10);
      color: var(--text);
      font-weight: 750;
    }

    .form-status.visible {
      display: block;
    }

    .form-status.error {
      background: rgba(196,29,61,.10);
    }

    .form-status.success {
      width: fit-content;
      max-width: 88%;
      margin: 0 0 18px;
      border: 0;
      border-radius: 24px 24px 24px 8px;
      background: #656ede;
      color: #FFFFFF;
      font-weight: 650;
      line-height: 1.45;
    }

    .hp-field {
      position: absolute;
      left: -9999px;
      opacity: 0;
      pointer-events: none;
      height: 0;
      overflow: hidden;
    }

    @media (max-width: 680px) {
      .project-modal {
        padding: 14px;
      }

      .project-modal-panel {
        border-radius: 26px;
        padding: 20px;
      }

      .chat-form-head {
        padding-right: 48px;
      }

      .chat-bubble,
      .chat-field {
        max-width: 100%;
      }

      .chat-form-actions .btn,
      .chat-submit {
        width: 100%;
      }
    }

/* --- Optimisations finales : mobile, accessibilité, placeholders --- */
.logo img {
  max-height: 34px;
  transition: filter var(--transition), opacity var(--transition);
}

body.dark-mode .logo img {
  filter: brightness(0) invert(1) contrast(1.1);
}

.case-image::after,
.case-placeholder::after {
  content: "" !important;
  display: none !important;
}

.project-image-placeholder {
  font-size: 0 !important;
}

#web .project-shot img,
.project-shot img {
  width: 100%;
  height: auto;
  display: block;
}

#web .web-project-scroll {
  overscroll-behavior: contain;
}

body.modal-open {
  overflow: hidden;
}

.project-modal-panel {
  max-height: min(92vh, 820px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chat-field input,
.chat-field textarea {
  font-size: 16px;
}

@media (max-width: 1180px) {
  #web .web-portfolio-layout,
  #web .web-showcase-layout {
    column-gap: 48px !important;
  }
}

@media (max-width: 980px) {
  body {
    background:
      radial-gradient(circle at 18% 6%, rgba(101, 110, 222, 0.14), transparent 26%),
      var(--bg);
  }

  .nav-inner {
    gap: 14px;
  }

  .nav-actions .btn {
    padding: 12px 16px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 3.5rem );
  }

  .hero-grid {
    gap: 34px;
  }

  .visual-stage {
    min-height: 430px;
  }

  #web .web-portfolio-layout,
  #web .web-showcase-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    margin-top: 44px !important;
  }

  #web .web-portfolio-media,
  #web .web-showcase-left,
  #web .web-showcase-right {
    grid-column: 1 !important;
    max-width: 100% !important;
  }

  #web .web-portfolio-text,
  #web .web-showcase-right {
    padding-top: 0 !important;
    align-items: flex-start !important;
  }

  #web .portfolio-laptop,
  #web .laptop {
    max-width: 720px !important;
    transform: none !important;
  }

  #web .project-caption h3 {
    font-size: clamp(2.2rem, 8vw, 2.2rem) !important;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    position: sticky;
  }

  .nav-inner {
    height: 66px;
  }

  .logo img {
    height: 30px;
  }

  .theme-toggle {
    width: 58px;
    height: 34px;
  }

  .theme-toggle span {
    width: 24px;
    height: 24px;
  }

  body.dark-mode .theme-toggle span {
    transform: translateX(24px);
  }

  .hero {
    padding: 48px 0 42px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.9rem);
    line-height: .94;
    letter-spacing: -.07em;
  }

  .hero p,
  .lead {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .hero-actions .btn,
  .nav-actions .btn {
    width: auto;
  }

  .nav-actions .btn {
    display: none;
  }

  .proofs,
  .services,
  .problems,
  .method {
    grid-template-columns: 1fr !important;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 28px;
  }

  section {
    padding: 58px 0;
  }

  .problem-card,
  .service-card,
  .case-card {
    padding: 24px;
    border-radius: 22px;
  }

  .visual-stage {
    min-height: 390px;
  }

  .mockup-secondary,
  .mockup-tertiary {
    display: none;
  }

  .mockup-main {
    inset: 20px 0 20px 0;
    border-radius: 24px;
  }

  .robot {
    transform: scale(.88);
    transform-origin: left center;
  }

  #web .portfolio-laptop-screen,
  #web .laptop-screen {
    border-radius: 20px 20px 12px 12px !important;
    padding: 8px !important;
  }

  #web .portfolio-laptop-display,
  #web .laptop-display {
    border-radius: 12px !important;
  }

  #web .portfolio-laptop-base,
  #web .laptop-base {
    width: 110% !important;
    margin-left: -5% !important;
    height: 18px !important;
  }

  #web .web-slider-nav {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .project-modal {
    padding: 12px;
    align-items: flex-end;
  }

  .project-modal-panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 18px 18px;
    padding: 24px 18px 18px;
  }

  .chat-form-head h2 {
    font-size: clamp(1.9rem, 11vw, 3.1rem);
  }

  .chat-bubble,
  .chat-field input,
  .chat-field textarea {
    border-radius: 18px;
  }

  .chat-form-actions {
    gap: 12px;
  }

  .chat-submit {
    width: 100%;
  }

  .calendly-choice {
    width: 100%;
    text-align: center;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Faux chat progressif */
.chat-progressive-form {
  gap: 18px;
}

.chat-rdv-choice {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 18px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}

.chat-step {
  display: none;
  animation: chatStepIn .38s ease both;
}

.chat-step.active,
.chat-step.done {
  display: grid;
  gap: 16px;
}

.chat-step.done .chat-field {
  display: none;
}

.chat-bubble.user {
  justify-self: end;
  background: rgba(101,110,222,.12);
  color: var(--text);
  border: 1px solid rgba(101,110,222,.22);
  border-bottom-right-radius: 8px;
  white-space: pre-line;
}

body.dark-mode .chat-bubble.user {
  background: rgba(101,110,222,.22);
  border-color: rgba(101,110,222,.34);
}

.chat-bubble.success {
  background: #656ede;
  color: #FFFFFF;
  border: 0;
}

.chat-progressive-form.is-sending .chat-rdv-choice,
.chat-progressive-form.is-sending .chat-step:not(.is-final-message),
.chat-progressive-form.is-submitted {
  display: none !important;
}

.chat-progressive-form.is-sending .chat-step.is-final-message {
  display: grid;
}

.chat-progressive-form.is-sending .chat-step.is-final-message .chat-field,
.chat-progressive-form.is-sending .chat-step.is-final-message .chat-bubble:not(.success) {
  display: none !important;
}

.chat-field select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  color: var(--text);
  border-radius: 24px 24px 8px 24px;
  padding: 16px 18px;
  font: inherit;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background var(--transition), color var(--transition);
  appearance: none;
}

body.dark-mode .chat-field select {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
}

.chat-field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(101,110,222,.16);
}

.chat-next {
  justify-self: end;
  margin-top: 4px;
  border: 1px solid var(--line);
  background: var(--text);
  color: var(--bg);
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 800;
  cursor: pointer;
  transition: .25s ease;
}

.chat-next:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.chat-next:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.form-status.visible {
  animation: chatStepIn .35s ease both;
}

@keyframes chatStepIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .chat-rdv-choice {
    justify-content: flex-start;
  }

  .chat-next {
    width: 100%;
  }
}

/* Ligne d'arguments */
.arguments-line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.argument-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(101, 110, 222, 0.25);
  border-radius: 999px;
  background: rgba(101, 110, 222, 0.06);
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  transition: var(--transition);
}

.argument-icon {
  color: var(--accent);
  font-size: 17px;
  line-height: 1;
  flex-shrink: 0;
}

.argument-item:hover {
  border-color: rgba(101, 110, 222, 0.45);
  background: rgba(101, 110, 222, 0.11);
  transform: translateY(-2px);
}

body.dark-mode .argument-item {
  background: rgba(101, 110, 222, 0.12);
  border-color: rgba(101, 110, 222, 0.28);
  color: var(--text);
}

@media (max-width: 680px) {
  .arguments-line {
    gap: 10px;
    margin-top: 26px;
  }

  .argument-item {
    width: 100%;
    font-size: 14px;
    padding: 12px 16px;
  }
}

/* --- Agrandissement visuel carrousel projets --- */
.case-fake-image {
  cursor: zoom-in;
}

.case-fake-image:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.project-visual-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.project-visual-lightbox.active {
  display: flex;
}

.project-visual-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,10,12,.72);
  backdrop-filter: blur(18px);
}

.project-visual-lightbox-panel {
  position: relative;
  z-index: 1;
  max-height: calc(100vh - 48px);
  border-radius: 34px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 42px 120px rgba(0,0,0,.42);
  transform: translateY(16px) scale(.98);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease, background var(--transition);
}

.project-visual-lightbox.active .project-visual-lightbox-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.project-visual-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(15,15,18,.72);
  color: #fff;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
  transition: .25s ease;
}

.project-visual-lightbox-close:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(8deg) scale(1.04);
}

.project-visual-lightbox-content {
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.project-visual-lightbox-content .case-fake-image {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  cursor: default;
  min-height: min(70vh, 720px);
}

.project-visual-lightbox-content .case-fake-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 680px) {
  .project-visual-lightbox {
    padding: 14px;
  }

  .project-visual-lightbox-panel {
    border-radius: 24px;
  }

  .project-visual-lightbox-close {
    top: 12px;
    right: 12px;
  }
}

.about-premium {
  padding: 32px 0 74px;
}

.about-premium-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.4vw, 52px);
  border-radius: 28px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background:
    radial-gradient(circle at 92% 18%, rgba(101,110,222,.10), transparent 30%),
    linear-gradient(180deg, rgba(255,250,242,.94), rgba(255,255,255,.84));
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.07);
}

.about-premium-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -36% 12%;
  height: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  transform: rotate(-3deg);
  pointer-events: none;
}

.about-premium-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 28px;
  align-items: start;
}

.about-premium-photo img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid rgba(101, 110, 222, 0.16);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
}

.about-premium-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-premium-copy h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.9vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.about-premium-body {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.about-premium-body .lead {
  margin: 0 0 16px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.45;
}

.about-premium-body .muted {
  font-size: 0.98rem;
}

.about-premium-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.about-premium-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-size:15px;
  transition: .25s ease;
}

.about-premium-email {
  background: #050505;
  color: #fff;
}

.about-premium-phone {
  background: var(--accent);
  color: #fff;
}

.about-premium-whatsapp {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #22C55E;
  transition: .25s ease;
}

.about-premium-whatsapp svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.about-premium-link:hover,
.about-premium-whatsapp:hover {
  transform: translateY(-2px);
}

body.dark-mode .about-premium-card {
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}

body.dark-mode .about-premium-card::after {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
}

body.dark-mode .about-premium-photo img {
  border-color: rgba(101, 110, 222, 0.35);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

body.dark-mode .about-premium-email {
  background: #fff;
  color: #050505;
}

@media (max-width: 860px) {
  .about-premium-header {
    grid-template-columns: 86px 1fr;
    gap: 20px;
  }

  .about-premium-photo img {
    width: 86px;
    height: 86px;
  }

  .about-premium-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .about-premium-card {
    padding: 28px;
  }

  .about-premium-header {
    grid-template-columns: 1fr;
  }

  .about-premium-copy h2 {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }

  .about-premium-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-premium-link,
  .about-premium-whatsapp {
    width: 100%;
  }
}

.logo-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 18px 0 2px;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  background: transparent;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logoMarqueeScroll 32s linear infinite;
}

.logo-track img {
  width: auto;
  max-width: 160px;
  margin: 0 26px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
  transition: .25s ease;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img:hover {
  filter: grayscale(0);
  opacity: 1;
}

body.dark-mode .logo-marquee {
  border-top-color: rgba(255,255,255,.10);
}

body.dark-mode .logo-track img {
  background:#FFF;
  border-radius: 10px;
  padding: 6px 10px;
  opacity: .84;
}

@keyframes logoMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .logo-marquee {
    margin-top: 28px;
    padding-top: 16px;
  }

  .logo-track img {
    height: 52px;
    max-width: 130px;
    margin: 0 20px;
  }
}

/* Illustration perception — remplace uniquement le robot de la section "Je construis une perception" */
.perception-icon {
  position: relative;
  width: 184px;
  height: 158px;
  animation: perceptionFloat 5.4s ease-in-out infinite;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.18));
  transform-style: preserve-3d;
}

.perception-icon::before {
  content: "";
  position: absolute;
  inset: 10px 2px 8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 50%, rgba(101,110,222,.34), transparent 31%),
    radial-gradient(circle at 34% 50%, rgba(255,255,255,.10), transparent 29%);
  opacity: .95;
  filter: blur(.2px);
}

.perception-shape {
  position: absolute;
  left: 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 14px 28px rgba(0,0,0,.18);
}

.shape-a {
  width: 54px;
  height: 54px;
  top: 34px;
  background:
    linear-gradient(145deg, rgba(101,110,222,.95), rgba(79,88,201,.72));
}

.shape-a::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.shape-b {
  width: 42px;
  height: 42px;
  left: 68px;
  top: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
}

.shape-b::before,
.shape-b::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,.48);
  transform: rotate(45deg);
}

.shape-b::after {
  transform: rotate(-45deg);
}

.shape-c {
  width: 78px;
  height: 28px;
  left: 30px;
  bottom: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.shape-c::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 14px;
  top: 50%;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  transform: translateY(-50%);
}

.shape-c::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 14px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  transform: translateY(-50%);
}

.perception-beam {
  position: absolute;
  left: 78px;
  right: 50px;
  height: 2px;
  top: 78px;
  background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(101,110,222,.95), rgba(255,255,255,.18));
  transform-origin: right center;
  box-shadow: 0 0 18px rgba(101,110,222,.65);
}

.beam-a {
  transform: rotate(-16deg);
}

.beam-b {
  transform: rotate(16deg);
  opacity: .74;
}

.perception-lens {
  position: absolute;
  width: 78px;
  height: 78px;
  right: 0;
  top: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(101,110,222,.95) 0 15%, rgba(21,21,21,.95) 16% 42%, rgba(255,255,255,.14) 43% 44%, rgba(101,110,222,.84) 45% 64%, rgba(255,255,255,.18) 65% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.22),
    inset 12px 8px 26px rgba(255,255,255,.12),
    0 0 0 12px rgba(101,110,222,.10),
    0 0 36px rgba(101,110,222,.58);
}

.perception-lens::before {
  content: "";
  position: absolute;
  inset: -18px -26px;
  border-radius: 62% 38% 38% 62% / 50%;
  border: 1px solid rgba(255,255,255,.20);
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(255,255,255,.09) 48%, rgba(101,110,222,.34) 72%, transparent 100%);
  z-index: -1;
}

.perception-lens::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.36);
}

.perception-core {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 8%, #A7AEFF 24%, #656EDE 72%);
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 12px rgba(255,255,255,.52),
    0 0 26px rgba(101,110,222,.82);
}

.perception-orbit {
  position: absolute;
  right: -11px;
  top: 29px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  animation: orbitPulse 4.8s ease-in-out infinite;
}

.orbit-b {
  right: -22px;
  top: 18px;
  width: 122px;
  height: 122px;
  opacity: .42;
  animation-delay: -1.6s;
}

.perception-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A7AEFF;
  box-shadow: 0 0 16px rgba(101,110,222,.78);
}

.dot-a {
  left: 116px;
  top: 49px;
}

.dot-b {
  left: 126px;
  bottom: 45px;
  width: 5px;
  height: 5px;
  background: rgba(255,255,255,.78);
}

@keyframes perceptionFloat {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes orbitPulse {
  0%,100% { transform: scale(1); opacity: .42; }
  50% { transform: scale(1.06); opacity: .72; }
}

body:not(.dark-mode) .dark .perception-shape,
body:not(.dark-mode) .dark .shape-c {
  border-color: rgba(255,255,255,.16);
}

@media (max-width: 980px) {
  .perception-icon {
    width: 166px;
    height: 142px;
  }
}

/* Brand studio icons replacing robot heads */
.brand-studio-icon {
  position: relative;
  width: 184px;
  height: 158px;
  animation: studioFloat 5.4s ease-in-out infinite;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.18));
  transform-style: preserve-3d;
}

.studio-halo {
  position: absolute;
  inset: 4px 0 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 62% 44%, rgba(101,110,222,.34), transparent 38%),
    radial-gradient(circle at 28% 66%, rgba(255,255,255,.12), transparent 36%);
  filter: blur(10px);
  opacity: .9;
}

.studio-card {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 112px;
  height: 104px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,236,255,.88));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -14px 28px rgba(101,110,222,.08),
    0 22px 44px rgba(0,0,0,.24);
  overflow: hidden;
}

.studio-topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 22px;
  background:
    linear-gradient(90deg, rgba(101,110,222,.96), rgba(79,88,201,.82));
}

.studio-topbar::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  box-shadow:
    10px 0 0 rgba(255,255,255,.52),
    20px 0 0 rgba(255,255,255,.34);
}

.studio-logo-mark {
  position: absolute;
  left: 13px;
  top: 36px;
  width: 33px;
  height: 33px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, #656EDE, #4F58C9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    0 10px 20px rgba(101,110,222,.34);
}

.studio-logo-mark::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.22);
}

.studio-line {
  position: absolute;
  left: 55px;
  height: 5px;
  border-radius: 999px;
  background: rgba(21,21,21,.18);
}

.line-one {
  top: 39px;
  width: 42px;
}

.line-two {
  top: 52px;
  width: 34px;
}

.line-three {
  top: 65px;
  width: 48px;
  background: rgba(101,110,222,.24);
}

.studio-button {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 74px;
  height: 14px;
  border-radius: 999px;
  background: rgba(21,21,21,.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.studio-button::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.46);
  transform: translateY(-50%);
}

.studio-palette {
  position: absolute;
  right: 11px;
  top: 42px;
  width: 62px;
  height: 82px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 18px 34px rgba(0,0,0,.20);
  backdrop-filter: blur(10px);
}

.studio-swatch {
  position: absolute;
  left: 13px;
  width: 36px;
  height: 12px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}

.swatch-one {
  top: 17px;
  background: #656EDE;
}

.swatch-two {
  top: 35px;
  background: #fffaf2;
}

.swatch-three {
  top: 53px;
  background: #151515;
}

.studio-cursor {
  position: absolute;
  right: 31px;
  bottom: 19px;
  width: 30px;
  height: 38px;
  background: #fffaf2;
  clip-path: polygon(0 0, 100% 50%, 61% 61%, 82% 100%, 66% 100%, 46% 66%, 20% 88%);
  transform: rotate(-9deg);
  box-shadow:
    0 12px 22px rgba(0,0,0,.22),
    0 0 0 1px rgba(21,21,21,.16);
  animation: cursorNudge 4.2s ease-in-out infinite;
}

.studio-spark {
  position: absolute;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}

.studio-spark::before,
.studio-spark::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.88);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(101,110,222,.62);
}

.studio-spark::before {
  left: 8px;
  top: 0;
  width: 2px;
  height: 18px;
}

.studio-spark::after {
  left: 0;
  top: 8px;
  width: 18px;
  height: 2px;
}

.spark-one {
  right: 29px;
  top: 18px;
  animation: sparkPulse 3.8s ease-in-out infinite;
}

.spark-two {
  left: 6px;
  bottom: 24px;
  width: 13px;
  height: 13px;
  opacity: .72;
  animation: sparkPulse 4.4s ease-in-out infinite;
  animation-delay: -1.2s;
}

.spark-two::before {
  left: 6px;
  height: 13px;
}

.spark-two::after {
  top: 6px;
  width: 13px;
}

.studio-shadow {
  position: absolute;
  left: 42px;
  bottom: 4px;
  width: 104px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  filter: blur(9px);
  animation: studioShadowPulse 5.4s ease-in-out infinite;
}

@keyframes studioFloat {
  0%,100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

@keyframes cursorNudge {
  0%,100% { transform: translate(0, 0) rotate(-9deg); }
  50% { transform: translate(-4px, -5px) rotate(-13deg); }
}

@keyframes sparkPulse {
  0%,100% { transform: rotate(45deg) scale(.88); opacity: .52; }
  50% { transform: rotate(45deg) scale(1.12); opacity: 1; }
}

@keyframes studioShadowPulse {
  0%,100% { transform: scale(1); opacity: .22; }
  50% { transform: scale(.84); opacity: .12; }
}

@media (max-width: 980px) {
  .brand-studio-icon {
    width: 166px;
    height: 142px;
  }

  .studio-card {
    left: 16px;
    top: 20px;
    width: 101px;
    height: 94px;
  }

  .studio-palette {
    right: 10px;
    top: 38px;
    transform: scale(.9);
    transform-origin: top right;
  }

  .studio-cursor {
    right: 27px;
    bottom: 18px;
    transform: scale(.9) rotate(-9deg);
  }
}

/* Variantes des icônes de section */
.brand-studio-icon.studio-problem .studio-logo-mark {
  border-radius: 50%;
}

.brand-studio-icon.studio-problem .studio-logo-mark::after {
  inset: 8px;
  border-radius: 50%;
}

.brand-studio-icon.studio-builder .studio-card {
  transform: rotate(-1deg);
}

.brand-studio-icon.studio-builder .studio-palette {
  transform: rotate(4deg);
}

.brand-studio-icon.studio-method .studio-card {
  width: 116px;
}

.brand-studio-icon.studio-method .studio-line {
  background: rgba(21,21,21,.16);
}

.brand-studio-icon.studio-method .studio-logo-mark {
  background: linear-gradient(145deg, #151515, #656EDE);
}

.brand-studio-icon.studio-web .studio-card {
  height: 96px;
  border-radius: 22px;
}

.brand-studio-icon.studio-web .studio-button {
  width: 82px;
  background: #656EDE;
}

.brand-studio-icon.studio-proof .studio-logo-mark::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffaf2;
  font-size: 18px;
  font-weight: 900;
  z-index: 2;
}

.brand-studio-icon.studio-proof .studio-logo-mark::after {
  display: none;
}

body:not(.dark-mode) .brand-studio-icon .studio-palette {
  background: rgba(255,250,242,.86);
  border-color: rgba(21,21,21,.08);
}

body:not(.dark-mode) .brand-studio-icon .studio-spark::before,
body:not(.dark-mode) .brand-studio-icon .studio-spark::after {
  background: rgba(101,110,222,.82);
}

/* Icônes contextualisées par section : chaque visuel répond au titre associé */
.brand-studio-icon.studio-problem,
.brand-studio-icon.studio-builder,
.brand-studio-icon.studio-method,
.brand-studio-icon.studio-web,
.brand-studio-icon.studio-proof {
  isolation: isolate;
}

.brand-studio-icon.studio-problem .studio-halo,
.brand-studio-icon.studio-builder .studio-halo,
.brand-studio-icon.studio-method .studio-halo,
.brand-studio-icon.studio-web .studio-halo,
.brand-studio-icon.studio-proof .studio-halo {
  background:
    radial-gradient(circle at 58% 48%, rgba(101,110,222,.36), transparent 42%),
    radial-gradient(circle at 32% 70%, rgba(255,250,242,.12), transparent 38%);
}

/* 1 — Votre image marque les esprits : carte de marque + signal d'impact */
.brand-studio-icon.studio-problem .studio-card {
  left: 24px;
  top: 25px;
  width: 106px;
  height: 98px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 43%, rgba(101,110,222,.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(241,242,255,.9));
}

.brand-studio-icon.studio-problem .studio-topbar {
  height: 0;
  background: transparent;
}

.brand-studio-icon.studio-problem .studio-topbar::before {
  display: none;
}

.brand-studio-icon.studio-problem .studio-logo-mark {
  left: 30px;
  top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, #151515, #33364a);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 12px 24px rgba(0,0,0,.18),
    0 0 0 8px rgba(101,110,222,.12),
    0 0 0 18px rgba(101,110,222,.055);
}

.brand-studio-icon.studio-problem .studio-logo-mark::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 8px;
  background: #656EDE;
  transform: rotate(45deg);
  box-shadow: 0 0 20px rgba(101,110,222,.55);
}

.brand-studio-icon.studio-problem .studio-logo-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fffaf2;
  transform: translate(-50%, -50%);
}

.brand-studio-icon.studio-problem .studio-line {
  left: 24px;
  height: 4px;
  background: rgba(21,21,21,.14);
}

.brand-studio-icon.studio-problem .line-one { top: 80px; width: 58px; }
.brand-studio-icon.studio-problem .line-two { top: 90px; width: 44px; }
.brand-studio-icon.studio-problem .line-three { display: none; }

.brand-studio-icon.studio-problem .studio-button {
  left: 25px;
  bottom: 13px;
  width: 50px;
  height: 10px;
  background: rgba(101,110,222,.92);
}

.brand-studio-icon.studio-problem .studio-palette {
  right: 8px;
  top: 34px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 27%, rgba(101,110,222,.24) 28% 31%, transparent 32% 48%, rgba(255,255,255,.28) 49% 52%, transparent 53%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}

.brand-studio-icon.studio-problem .studio-swatch {
  display: none;
}

.brand-studio-icon.studio-problem .studio-cursor {
  right: 30px;
  bottom: 32px;
  width: 20px;
  height: 20px;
  clip-path: none;
  border-radius: 50%;
  background: #656EDE;
  transform: none;
  animation: impactPulse 3.8s ease-in-out infinite;
}

/* 2 — Je construis une perception : atelier concret, carte web + palette + curseur */
.brand-studio-icon.studio-builder .studio-card {
  left: 17px;
  top: 22px;
  width: 116px;
  height: 105px;
  transform: rotate(-1deg);
}

.brand-studio-icon.studio-builder .studio-palette {
  right: 9px;
  top: 43px;
  transform: rotate(4deg);
}

.brand-studio-icon.studio-builder .studio-logo-mark {
  border-radius: 13px;
  background: linear-gradient(145deg, #656EDE, #4F58C9);
}

.brand-studio-icon.studio-builder .studio-logo-mark::before {
  display: none;
}

/* 3 — Méthode claire : roadmap/checklist en étapes */
.brand-studio-icon.studio-method .studio-card {
  left: 28px;
  top: 18px;
  width: 104px;
  height: 118px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,244,252,.92));
}

.brand-studio-icon.studio-method .studio-topbar {
  height: 20px;
  background: linear-gradient(90deg, #151515, #656EDE);
}

.brand-studio-icon.studio-method .studio-logo-mark {
  left: 15px;
  top: 35px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #656EDE;
}

.brand-studio-icon.studio-method .studio-logo-mark::before {
  content: "1";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffaf2;
  font-size: 12px;
  font-weight: 900;
}

.brand-studio-icon.studio-method .studio-logo-mark::after {
  display: none;
}

.brand-studio-icon.studio-method .studio-line {
  left: 47px;
  height: 6px;
  background: rgba(21,21,21,.16);
}

.brand-studio-icon.studio-method .line-one { top: 42px; width: 40px; }
.brand-studio-icon.studio-method .line-two { top: 65px; width: 46px; background: rgba(101,110,222,.22); }
.brand-studio-icon.studio-method .line-three { top: 88px; width: 35px; }

.brand-studio-icon.studio-method .studio-button {
  left: 15px;
  bottom: 17px;
  width: 74px;
  height: 14px;
  background: rgba(101,110,222,.92);
}

.brand-studio-icon.studio-method .studio-palette {
  right: 13px;
  top: 47px;
  width: 46px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255,255,255,.14);
}

.brand-studio-icon.studio-method .studio-swatch {
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #151515;
}

.brand-studio-icon.studio-method .swatch-one { top: 8px; background: #151515; }
.brand-studio-icon.studio-method .swatch-two { top: 24px; background: #656EDE; }
.brand-studio-icon.studio-method .swatch-three { top: 40px; background: #fffaf2; }

.brand-studio-icon.studio-method .studio-cursor {
  right: 31px;
  bottom: 26px;
  width: 38px;
  height: 18px;
  clip-path: polygon(0 36%, 70% 36%, 70% 0, 100% 50%, 70% 100%, 70% 64%, 0 64%);
  background: #656EDE;
  transform: rotate(0deg);
  animation: arrowStep 4s ease-in-out infinite;
}

/* 4 — Sites sur mesure : navigateur + CTA + mobile responsive */
.brand-studio-icon.studio-web .studio-card {
  left: 14px;
  top: 24px;
  width: 122px;
  height: 92px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,240,255,.9));
}

.brand-studio-icon.studio-web .studio-topbar {
  height: 24px;
  background: linear-gradient(90deg, #151515, #252739);
}

.brand-studio-icon.studio-web .studio-logo-mark {
  left: 14px;
  top: 39px;
  width: 42px;
  height: 32px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(101,110,222,.88), rgba(101,110,222,.38));
}

.brand-studio-icon.studio-web .studio-logo-mark::before {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 8px;
  width: 20px;
  height: 10px;
  border-radius: 9px 9px 3px 3px;
  background: rgba(255,255,255,.35);
}

.brand-studio-icon.studio-web .studio-logo-mark::after {
  display: none;
}

.brand-studio-icon.studio-web .studio-line { left: 66px; height: 5px; }
.brand-studio-icon.studio-web .line-one { top: 40px; width: 38px; }
.brand-studio-icon.studio-web .line-two { top: 52px; width: 28px; }
.brand-studio-icon.studio-web .line-three { top: 64px; width: 44px; background: rgba(101,110,222,.25); }

.brand-studio-icon.studio-web .studio-button {
  left: 66px;
  bottom: 14px;
  width: 42px;
  height: 13px;
  background: #656EDE;
}

.brand-studio-icon.studio-web .studio-palette {
  right: 14px;
  top: 58px;
  width: 38px;
  height: 66px;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,236,255,.8));
  border-color: rgba(255,255,255,.6);
}

.brand-studio-icon.studio-web .studio-palette::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 10px;
  height: 32px;
  border-radius: 8px;
  background: rgba(101,110,222,.28);
}

.brand-studio-icon.studio-web .studio-swatch {
  display: none;
}

.brand-studio-icon.studio-web .studio-cursor {
  right: 42px;
  bottom: 18px;
  width: 28px;
  height: 36px;
  background: #fffaf2;
  animation: clickCta 4.2s ease-in-out infinite;
}

/* 5 — Réalisations : portfolio + validation/preuve */
.brand-studio-icon.studio-proof .studio-card {
  left: 20px;
  top: 28px;
  width: 108px;
  height: 86px;
  border-radius: 22px;
  transform: rotate(-5deg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(240,241,255,.88));
}

.brand-studio-icon.studio-proof .studio-card::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto;
  height: 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 30%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(135deg, rgba(101,110,222,.72), rgba(21,21,21,.26));
  z-index: 1;
}

.brand-studio-icon.studio-proof .studio-topbar {
  display: none;
}

.brand-studio-icon.studio-proof .studio-logo-mark {
  left: 80px;
  top: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #656EDE, #4F58C9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 14px 28px rgba(101,110,222,.34);
  z-index: 5;
}

.brand-studio-icon.studio-proof .studio-logo-mark::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffaf2;
  font-size: 24px;
  font-weight: 900;
  z-index: 2;
}

.brand-studio-icon.studio-proof .studio-logo-mark::after {
  display: none;
}

.brand-studio-icon.studio-proof .studio-line {
  left: 18px;
  height: 5px;
  background: rgba(21,21,21,.16);
  z-index: 3;
}

.brand-studio-icon.studio-proof .line-one { top: 60px; width: 66px; }
.brand-studio-icon.studio-proof .line-two { top: 72px; width: 48px; }
.brand-studio-icon.studio-proof .line-three { display: none; }

.brand-studio-icon.studio-proof .studio-button {
  display: none;
}

.brand-studio-icon.studio-proof .studio-palette {
  right: 14px;
  top: 52px;
  width: 88px;
  height: 66px;
  border-radius: 20px;
  transform: rotate(5deg);
  background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.06));
}

.brand-studio-icon.studio-proof .studio-swatch {
  left: 14px;
  width: 58px;
  height: 11px;
  background: rgba(255,255,255,.5);
}

.brand-studio-icon.studio-proof .swatch-one { top: 16px; background: #656EDE; }
.brand-studio-icon.studio-proof .swatch-two { top: 32px; background: #fffaf2; }
.brand-studio-icon.studio-proof .swatch-three { top: 48px; background: rgba(21,21,21,.72); }

.brand-studio-icon.studio-proof .studio-cursor {
  right: 21px;
  bottom: 24px;
  width: 28px;
  height: 28px;
  clip-path: none;
  border-radius: 50%;
  background: #fffaf2;
  transform: none;
  animation: proofPop 4.2s ease-in-out infinite;
}

.brand-studio-icon.studio-proof .studio-cursor::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 11px;
  height: 6px;
  border-left: 3px solid #656EDE;
  border-bottom: 3px solid #656EDE;
  transform: rotate(-45deg);
}

body:not(.dark-mode) .brand-studio-icon.studio-method .studio-palette,
body:not(.dark-mode) .brand-studio-icon.studio-web .studio-palette,
body:not(.dark-mode) .brand-studio-icon.studio-proof .studio-palette {
  background: rgba(255,250,242,.88);
  border-color: rgba(21,21,21,.08);
}

@keyframes impactPulse {
  0%,100% { transform: scale(.92); opacity: .86; box-shadow: 0 0 0 0 rgba(101,110,222,.28); }
  50% { transform: scale(1.08); opacity: 1; box-shadow: 0 0 0 13px rgba(101,110,222,0); }
}

@keyframes arrowStep {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

@keyframes clickCta {
  0%,100% { transform: translate(0, 0) rotate(-9deg); }
  50% { transform: translate(-4px, -6px) rotate(-13deg); }
}

@keyframes proofPop {
  0%,100% { transform: scale(.96); }
  50% { transform: scale(1.08); }
}

/* Contextual section icons */
.context-icon {
  position: relative;
  width: 184px;
  height: 158px;
  animation: iconFloat 5s ease-in-out infinite;
}

.context-icon span {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.context-icon .ci-shadow {
  width: 106px;
  height: 18px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0,0,0,.14);
  filter: blur(8px);
  animation: shadowPulse 5s ease-in-out infinite;
}

.target-icon .ci-ring {
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 2px solid rgba(101,110,222,.85);
  transform: translate(-50%, -50%);
}

.target-icon .ring-one { width: 112px; height: 112px; border-color: rgba(101,110,222,.22); }
.target-icon .ring-two { width: 78px; height: 78px; border-color: rgba(101,110,222,.42); }
.target-icon .ring-three { width: 42px; height: 42px; border-color: rgba(101,110,222,.85); }

.target-icon .ci-center {
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #656EDE;
  box-shadow: 0 0 0 8px rgba(101,110,222,.14), 0 0 18px rgba(101,110,222,.28);
}

.target-icon .ci-arrow {
  width: 76px;
  height: 4px;
  top: 44px;
  left: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #151515, #656EDE);
  transform: rotate(28deg);
  transform-origin: left center;
}

.target-icon .ci-arrow-head {
  width: 16px;
  height: 16px;
  top: 69px;
  left: 100px;
  border-top: 4px solid #656EDE;
  border-right: 4px solid #656EDE;
  transform: rotate(74deg);
}

.build-icon .ci-screen-frame {
  width: 122px;
  height: 82px;
  left: 31px;
  top: 18px;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(160deg, #ffffff 0%, #f1f3f6 100%);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.06), 0 16px 28px rgba(0,0,0,.12);
  overflow: hidden;
  transform-origin: bottom center;
  transform: perspective(220px) rotateX(10deg);
}

.build-icon .ci-browser-bar {
  inset: 10px 10px auto 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(21,21,21,.08);
}

.build-icon .ci-page-card {
  background: rgba(101,110,222,.12);
  border-radius: 10px;
}

.build-icon .page-main { left: 12px; top: 30px; width: 52px; height: 28px; }
.build-icon .page-side { right: 12px; top: 30px; width: 32px; height: 40px; }

.build-icon .ci-page-line {
  left: 12px;
  height: 5px;
  border-radius: 999px;
  background: rgba(21,21,21,.14);
}

.build-icon .line-one { top: 64px; width: 58px; }
.build-icon .line-two { top: 74px; width: 46px; }
.build-icon .line-three { top: 84px; width: 34px; display:none; }

.build-icon .ci-page-cta {
  right: 16px;
  bottom: 14px;
  width: 22px;
  height: 8px;
  border-radius: 999px;
  background: #656EDE;
}

.build-icon .ci-laptop-base {
  width: 138px;
  height: 14px;
  left: 23px;
  top: 99px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, #ddd9d2, #a7a29b);
  box-shadow: 0 16px 24px rgba(0,0,0,.14);
}

.build-icon .ci-laptop-base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 36px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  transform: translateX(-50%);
  background: rgba(0,0,0,.14);
}

.build-icon .ci-build-block {
  border-radius: 8px;
  background: linear-gradient(145deg, #656EDE, #7d84f0);
  box-shadow: 0 10px 16px rgba(101,110,222,.18);
}

.build-icon .block-one { width: 18px; height: 18px; right: 12px; top: 26px; }
.build-icon .block-two { width: 14px; height: 14px; right: 0; top: 48px; background: #151515; }
.build-icon .block-three { width: 12px; height: 12px; right: 20px; top: 48px; background: #fffaf2; border: 1px solid rgba(21,21,21,.12); }

.steps-icon .ci-steps-sheet {
  width: 116px;
  height: 120px;
  left: 34px;
  top: 10px;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffffff 0%, #f3f1ec 100%);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 16px 28px rgba(0,0,0,.11);
}

.steps-icon .ci-steps-sheet::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  height: 8px;
  border-radius: 999px;
  background: rgba(101,110,222,.16);
}

.steps-icon .ci-step-row {
  left: 48px;
  width: 88px;
  height: 18px;
}

.steps-icon .row-one { top: 34px; }
.steps-icon .row-two { top: 56px; }
.steps-icon .row-three { top: 78px; }
.steps-icon .row-four { top: 100px; }

.steps-icon .ci-step-num {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #656EDE;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 14px rgba(101,110,222,.24);
}

.steps-icon .ci-step-line {
  left: 28px;
  top: 6px;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: rgba(21,21,21,.14);
}

.kpi-icon .ci-kpi-card {
  width: 124px;
  height: 106px;
  left: 30px;
  top: 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffffff 0%, #f3f1ec 100%);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 16px 28px rgba(0,0,0,.11);
}

.kpi-icon .ci-kpi-grid {
  left: 44px;
  top: 30px;
  width: 90px;
  height: 66px;
  border-left: 2px solid rgba(21,21,21,.18);
  border-bottom: 2px solid rgba(21,21,21,.18);
}

.kpi-icon .ci-kpi-grid::before,
.kpi-icon .ci-kpi-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(21,21,21,.08);
}

.kpi-icon .ci-kpi-grid::before { top: 20px; }
.kpi-icon .ci-kpi-grid::after { top: 40px; }

.kpi-icon .ci-kpi-bar {
  bottom: 30px;
  width: 12px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #8e95ff, #656EDE);
}

.kpi-icon .bar-one { left: 56px; height: 16px; }
.kpi-icon .bar-two { left: 76px; height: 28px; }
.kpi-icon .bar-three { left: 96px; height: 42px; }
.kpi-icon .bar-four { left: 116px; height: 54px; background: linear-gradient(180deg, #151515, #4a4a52); }

.kpi-icon .ci-kpi-line {
  left: 56px;
  top: 66px;
  width: 74px;
  height: 42px;
  border-left: 0;
  border-bottom: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
}

.kpi-icon .ci-kpi-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 24px;
  height: 3px;
  background: #151515;
  transform: rotate(-18deg);
  transform-origin: left center;
}

.kpi-icon .ci-kpi-line::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  width: 24px;
  height: 3px;
  background: #151515;
  transform: rotate(-12deg);
  transform-origin: left center;
  box-shadow: 22px -9px 0 #151515;
}

.kpi-icon .ci-kpi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #151515;
}

.kpi-icon .dot-one { left: 76px; top: 75px; }
.kpi-icon .dot-two { left: 98px; top: 66px; }
.kpi-icon .dot-three { left: 120px; top: 52px; }

.portfolio-icon .ci-portfolio-card {
  border-radius: 16px;
  background: linear-gradient(160deg, #ffffff 0%, #f3f1ec 100%);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 16px 28px rgba(0,0,0,.11);
}

.portfolio-icon .back-card {
  width: 92px;
  height: 112px;
  left: 40px;
  top: 18px;
  transform: rotate(-7deg);
}

.portfolio-icon .front-card {
  width: 100px;
  height: 120px;
  left: 54px;
  top: 14px;
  transform: rotate(4deg);
}

.portfolio-icon .ci-portfolio-thumb {
  left: 12px;
  right: 12px;
  top: 12px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(101,110,222,.78), rgba(101,110,222,.16));
}

.portfolio-icon .ci-portfolio-line {
  left: 12px;
  height: 6px;
  border-radius: 999px;
  background: rgba(21,21,21,.14);
}

.portfolio-icon .line-one { top: 72px; width: 52px; }
.portfolio-icon .line-two { top: 84px; width: 38px; }

.portfolio-icon .ci-portfolio-badge {
  right: 12px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #656EDE;
  box-shadow: 0 10px 16px rgba(101,110,222,.24);
}

.portfolio-icon .ci-portfolio-badge::before,
.portfolio-icon .ci-portfolio-badge::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 999px;
}

.portfolio-icon .ci-portfolio-badge::before {
  width: 10px;
  height: 3px;
  left: 7px;
  top: 14px;
  transform: rotate(45deg);
}

.portfolio-icon .ci-portfolio-badge::after {
  width: 15px;
  height: 3px;
  left: 11px;
  top: 12px;
  transform: rotate(-45deg);
}

.dark .context-icon .ci-steps-sheet,
.dark .context-icon .ci-kpi-card,
.dark .context-icon .ci-portfolio-card,
.dark .context-icon .ci-screen-frame {
  background: linear-gradient(160deg, #ffffff 0%, #f3f1ec 100%);
}

body.dark-mode .target-icon .ring-one { border-color: rgba(167,174,255,.22); }
body.dark-mode .target-icon .ring-two { border-color: rgba(167,174,255,.45); }
body.dark-mode .target-icon .ring-three,
body.dark-mode .target-icon .ci-center,
body.dark-mode .steps-icon .ci-step-num,
body.dark-mode .build-icon .ci-page-cta,
body.dark-mode .kpi-icon .ci-kpi-bar,
body.dark-mode .portfolio-icon .ci-portfolio-badge {
  background: #A7AEFF;
}

body.dark-mode .target-icon .ci-arrow {
  background: linear-gradient(90deg, #f4f1eb, #A7AEFF);
}

body.dark-mode .target-icon .ci-arrow-head {
  background: transparent;
  border-top-color: #A7AEFF;
  border-right-color: #A7AEFF;
}

body.dark-mode .kpi-icon .bar-four { background: linear-gradient(180deg, #f4f1eb, #8c8f9d); }

@keyframes iconFloat {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

/* Premium refinements for contextual icons */
.context-icon {
  width: 188px;
  height: 164px;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.10));
}

.context-icon .ci-shadow {
  width: 116px;
  height: 18px;
  bottom: -10px;
  background: rgba(0,0,0,.11);
  filter: blur(10px);
}

/* 1. Target / impact */
.target-icon .ci-ring {
  border-width: 2px;
  border-style: solid;
  border-color: #656EDE;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.92), 0 12px 18px rgba(101,110,222,.08);
}

.target-icon .ring-one {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,255,255,.96) 64%, rgba(255,255,255,0) 65%);
}

.target-icon .ring-two {
  width: 82px;
  height: 82px;
  background: radial-gradient(circle, rgba(255,255,255,.98) 58%, rgba(255,255,255,0) 59%);
}

.target-icon .ring-three {
  width: 42px;
  height: 42px;
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff, 0 10px 16px rgba(101,110,222,.12);
}

.target-icon .ci-center {
  width: 14px;
  height: 14px;
  background: #656EDE;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 8px rgba(101,110,222,.14), 0 0 20px rgba(101,110,222,.20);
}

.target-icon .ci-arrow {
  width: 82px;
  height: 8px;
  top: 46px;
  left: 26px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid #656EDE;
  box-shadow: 0 8px 16px rgba(101,110,222,.16);
  transform: rotate(28deg);
  transform-origin: 10px center;
}

.target-icon .ci-arrow::before,
.target-icon .ci-arrow::after {
  content: "";
  position: absolute;
  left: -7px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #656EDE;
}

.target-icon .ci-arrow::before {
  top: -8px;
  border-top: 3px solid #656EDE;
  transform: skewX(-18deg);
}

.target-icon .ci-arrow::after {
  bottom: -8px;
  border-bottom: 3px solid #656EDE;
  transform: skewX(18deg);
}

.target-icon .ci-arrow-head {
  width: 0;
  height: 0;
  top: 67px;
  left: 105px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #656EDE;
  transform: rotate(28deg);
  filter: drop-shadow(0 6px 10px rgba(101,110,222,.18));
}

.target-icon .ci-arrow-head::after {
  content: "";
  position: absolute;
  left: -17px;
  top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
}

/* 2. Computer building a website */
.build-icon .ci-screen-frame {
  width: 126px;
  height: 84px;
  left: 30px;
  top: 16px;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(180deg, #fefefe 0%, #f1f2f6 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.06), inset 0 18px 26px rgba(255,255,255,.72), 0 18px 28px rgba(0,0,0,.14);
  transform: perspective(220px) rotateX(11deg);
}

.build-icon .ci-screen-frame::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(101,110,222,.28);
  box-shadow: 12px 0 0 rgba(101,110,222,.16), 24px 0 0 rgba(101,110,222,.10);
}

.build-icon .ci-browser-bar {
  left: 10px;
  right: 10px;
  top: 10px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(101,110,222,.14), rgba(21,21,21,.04));
}

.build-icon .ci-page-card {
  border-radius: 12px;
  border: 1px solid rgba(101,110,222,.12);
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(101,110,222,.10);
}

.build-icon .page-main {
  left: 12px;
  top: 34px;
  width: 60px;
  height: 34px;
  background: linear-gradient(160deg, #ffffff 0%, rgba(101,110,222,.10) 100%);
}

.build-icon .page-side {
  right: 12px;
  top: 34px;
  width: 34px;
  height: 34px;
  background: linear-gradient(160deg, rgba(101,110,222,.16) 0%, #ffffff 100%);
}

.build-icon .ci-page-line {
  left: 14px;
  height: 6px;
  border-radius: 999px;
  background: rgba(21,21,21,.12);
}

.build-icon .line-one { top: 75px; width: 64px; }
.build-icon .line-two { top: 86px; width: 52px; display:none; }

.build-icon .ci-page-cta {
  right: 18px;
  bottom: 14px;
  width: 28px;
  height: 9px;
  border-radius: 999px;
  background: #656EDE;
  box-shadow: 0 8px 12px rgba(101,110,222,.20);
}

.build-icon .ci-laptop-base {
  width: 142px;
  height: 16px;
  left: 23px;
  top: 100px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #eeece7 0%, #c0bbb5 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 14px 20px rgba(0,0,0,.10);
}

.build-icon .ci-build-block {
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.9);
  background: linear-gradient(145deg, #ffffff 0%, #656EDE 100%);
  box-shadow: 0 10px 16px rgba(101,110,222,.18);
}

.build-icon .block-one { width: 20px; height: 20px; right: 10px; top: 24px; }
.build-icon .block-two { width: 14px; height: 14px; right: 4px; top: 48px; background: linear-gradient(145deg, #151515, #4a4a52); }
.build-icon .block-three { width: 12px; height: 12px; right: 24px; top: 50px; background: linear-gradient(145deg, #ffffff, #f2f2f2); }

/* 3. Steps list */
.steps-icon .ci-steps-sheet {
  width: 120px;
  height: 122px;
  left: 32px;
  top: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f1ed 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 18px 30px rgba(0,0,0,.12);
}

.steps-icon .ci-steps-sheet::before {
  left: 16px;
  right: 16px;
  top: 14px;
  height: 10px;
  background: linear-gradient(90deg, rgba(101,110,222,.18), rgba(101,110,222,.06));
}

.steps-icon .ci-step-row { left: 44px; width: 94px; }
.steps-icon .row-one { top: 38px; }
.steps-icon .row-two { top: 60px; }
.steps-icon .row-three { top: 82px; }
.steps-icon .row-four { top: 104px; }

.steps-icon .ci-step-num {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #656EDE;
  color: #656EDE;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(101,110,222,.14);
}

.steps-icon .ci-step-line {
  left: 30px;
  top: 7px;
  width: 50px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(101,110,222,.28), rgba(21,21,21,.12));
}

/* 4. KPI chart */
.kpi-icon .ci-kpi-card {
  width: 126px;
  height: 110px;
  left: 30px;
  top: 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f1ed 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 18px 30px rgba(0,0,0,.12);
}

.kpi-icon .ci-kpi-grid {
  left: 44px;
  top: 28px;
  width: 90px;
  height: 68px;
  border-left: 2px solid rgba(21,21,21,.14);
  border-bottom: 2px solid rgba(21,21,21,.14);
}

.kpi-icon .ci-kpi-grid::before,
.kpi-icon .ci-kpi-grid::after {
  background: rgba(21,21,21,.07);
}

.kpi-icon .ci-kpi-bar {
  bottom: 28px;
  width: 12px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(101,110,222,.28) 0%, #656EDE 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}

.kpi-icon .bar-one { left: 56px; height: 18px; }
.kpi-icon .bar-two { left: 76px; height: 30px; }
.kpi-icon .bar-three { left: 96px; height: 44px; }
.kpi-icon .bar-four { left: 116px; height: 58px; background: linear-gradient(180deg, #ffffff 0%, #151515 100%); border: 1px solid rgba(21,21,21,.06); }

.kpi-icon .ci-kpi-line::before,
.kpi-icon .ci-kpi-line::after {
  height: 4px;
  background: #151515;
  border-radius: 999px;
}

.kpi-icon .ci-kpi-line::before { width: 24px; top: 18px; }
.kpi-icon .ci-kpi-line::after { width: 24px; top: 10px; box-shadow: 22px -9px 0 #151515; }

.kpi-icon .ci-kpi-line {
  left: 56px;
  top: 66px;
}

.kpi-icon .ci-kpi-line span { display:none; }

.kpi-icon .dot-one,
.kpi-icon .dot-two,
.kpi-icon .dot-three {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #656EDE;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 8px rgba(101,110,222,.16);
}

.kpi-icon .dot-one { left: 76px; top: 75px; }
.kpi-icon .dot-two { left: 98px; top: 66px; }
.kpi-icon .dot-three { left: 120px; top: 52px; }

.kpi-icon .dot-three::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #151515;
}

/* 5. Portfolio / réalisations */
.portfolio-icon .ci-portfolio-card {
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f2ee 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: inset 0 0 0 1px rgba(21,21,21,.05), 0 18px 30px rgba(0,0,0,.12);
}

.portfolio-icon .back-card {
  width: 94px;
  height: 114px;
  left: 38px;
  top: 18px;
  transform: rotate(-8deg);
}

.portfolio-icon .front-card {
  width: 102px;
  height: 122px;
  left: 54px;
  top: 12px;
  transform: rotate(4deg);
}

.portfolio-icon .ci-portfolio-thumb {
  left: 12px;
  right: 12px;
  top: 12px;
  height: 50px;
  border-radius: 13px;
  background: linear-gradient(135deg, #656EDE 0%, rgba(101,110,222,.16) 100%);
}

.portfolio-icon .ci-portfolio-thumb::before {
  content: "";
  position: absolute;
  inset: 10px 12px 18px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.32);
}

.portfolio-icon .ci-portfolio-line {
  left: 12px;
  height: 6px;
  border-radius: 999px;
  background: rgba(21,21,21,.14);
}

.portfolio-icon .line-one { top: 74px; width: 56px; }
.portfolio-icon .line-two { top: 86px; width: 42px; }

.portfolio-icon .ci-portfolio-badge {
  width: 30px;
  height: 30px;
  right: 12px;
  bottom: 14px;
  background: #ffffff;
  border: 2px solid #656EDE;
  box-shadow: 0 10px 18px rgba(101,110,222,.18);
}

.portfolio-icon .ci-portfolio-badge::before,
.portfolio-icon .ci-portfolio-badge::after {
  background: #656EDE;
}

body.dark-mode .target-icon .ci-arrow,
.dark .target-icon .ci-arrow {
  background: #ffffff;
}

body.dark-mode .target-icon .ci-arrow-head,
.dark .target-icon .ci-arrow-head {
  border-left-color: #A7AEFF;
}

body.dark-mode .target-icon .ci-arrow-head::after,
.dark .target-icon .ci-arrow-head::after {
  border-left-color: #ffffff;
}

body.dark-mode .target-icon .ci-arrow,
body.dark-mode .steps-icon .ci-step-num,
body.dark-mode .portfolio-icon .ci-portfolio-badge,
body.dark-mode .kpi-icon .dot-one,
body.dark-mode .kpi-icon .dot-two,
body.dark-mode .kpi-icon .dot-three {
  border-color: #A7AEFF;
}

body.dark-mode .steps-icon .ci-step-num,
body.dark-mode .portfolio-icon .ci-portfolio-badge {
  color: #A7AEFF;
}

body.dark-mode .target-icon .ci-ring,
body.dark-mode .target-icon .ci-center,
body.dark-mode .steps-icon .ci-step-num,
body.dark-mode .build-icon .ci-page-cta,
body.dark-mode .kpi-icon .ci-kpi-bar,
body.dark-mode .portfolio-icon .ci-portfolio-badge::before,
body.dark-mode .portfolio-icon .ci-portfolio-badge::after {
  border-color: #A7AEFF;
}

body.dark-mode .target-icon .ci-center,
body.dark-mode .build-icon .ci-page-cta,
body.dark-mode .kpi-icon .ci-kpi-bar,
body.dark-mode .portfolio-icon .ci-portfolio-badge::before,
body.dark-mode .portfolio-icon .ci-portfolio-badge::after {
  background: #A7AEFF;
}

/* Ultra-premium refinements */
.context-icon {
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.10));
}

/* TARGET ICON — true target look */
.target-icon .ring-one,
.target-icon .ring-two,
.target-icon .ring-three {
  border-radius: 50%;
  border-style: solid;
  border-color: #656EDE;
  background: #ffffff;
}

.target-icon .ring-one {
  width: 122px;
  height: 122px;
  border-width: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    0 14px 26px rgba(101,110,222,.12);
}

.target-icon .ring-two {
  width: 76px;
  height: 76px;
  border-width: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.92);
}

.target-icon .ring-three {
  width: 26px;
  height: 26px;
  border-width: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.target-icon .ci-center {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #656EDE;
  border: 2px solid #ffffff;
  box-shadow:
    0 0 0 8px rgba(101,110,222,.10),
    0 10px 16px rgba(101,110,222,.18);
}

.target-icon .ci-arrow {
  width: 88px;
  height: 8px;
  top: 47px;
  left: 23px;
  border-radius: 999px;
  background: linear-gradient(180deg, #232323 0%, #050505 100%);
  border: 0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 8px 14px rgba(0,0,0,.12);
  transform: rotate(22deg);
  transform-origin: 8px center;
}

.target-icon .ci-arrow::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -1px;
  width: 18px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2d2d2d 0%, #0b0b0b 100%);
}

.target-icon .ci-arrow::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 32px;
  background:
    linear-gradient(135deg, #656EDE 0%, #7b83ff 100%);
  clip-path: polygon(0 50%, 100% 0, 82% 50%, 100% 100%);
  filter: drop-shadow(0 6px 8px rgba(101,110,222,.18));
}

.target-icon .ci-arrow-head {
  width: 26px;
  height: 18px;
  top: 40px;
  left: 98px;
  background:
    linear-gradient(135deg, rgba(101,110,222,.96) 0%, rgba(123,131,255,.96) 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
  transform: rotate(22deg);
  box-shadow: 0 6px 10px rgba(101,110,222,.18);
}

.target-icon .ci-arrow-head::before,
.target-icon .ci-arrow-head::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: 4px;
  background: rgba(255,255,255,.28);
  border-radius: 999px;
}

.target-icon .ci-arrow-head::before { top: 5px; }
.target-icon .ci-arrow-head::after { top: 10px; }

/* Web-build icon refinement */
.build-icon .ci-screen-frame {
  box-shadow:
    inset 0 0 0 1px rgba(21,21,21,.05),
    inset 0 18px 26px rgba(255,255,255,.72),
    0 20px 34px rgba(0,0,0,.13);
}

.build-icon .page-main::before,
.build-icon .page-side::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  height: 6px;
  border-radius: 999px;
  background: rgba(101,110,222,.18);
}

.build-icon .page-main::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 18px;
  top: 18px;
  height: 6px;
  border-radius: 999px;
  background: rgba(21,21,21,.12);
}

.build-icon .page-side::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 8px;
  border-radius: 999px;
  background: #656EDE;
}

/* Steps icon refinement */
.steps-icon .ci-step-row {
  height: 20px;
}

.steps-icon .ci-step-num {
  background: #ffffff;
  border-width: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 8px 14px rgba(101,110,222,.12);
}

.steps-icon .ci-step-line {
  height: 6px;
  background: linear-gradient(90deg, rgba(101,110,222,.36), rgba(21,21,21,.10));
}

/* KPI icon refinement */
.kpi-icon .ci-kpi-bar {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    0 8px 14px rgba(101,110,222,.10);
}

.kpi-icon .bar-four {
  background: linear-gradient(180deg, #ffffff 0%, #222222 100%);
}

.kpi-icon .ci-kpi-line::before,
.kpi-icon .ci-kpi-line::after {
  background: #232323;
}

/* Portfolio icon refinement */
.portfolio-icon .ci-portfolio-thumb {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}

.portfolio-icon .ci-portfolio-badge {
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 10px 18px rgba(101,110,222,.16);
}

/* Dark mode polish */
body.dark-mode .target-icon .ring-one,
body.dark-mode .target-icon .ring-two,
body.dark-mode .target-icon .ring-three {
  border-color: #A7AEFF;
  background: #ffffff;
}

body.dark-mode .target-icon .ci-center {
  background: #A7AEFF;
  border-color: #ffffff;
}

body.dark-mode .target-icon .ci-arrow::after,
body.dark-mode .target-icon .ci-arrow-head {
  background: linear-gradient(135deg, #A7AEFF 0%, #c3c8ff 100%);
}

body.dark-mode .build-icon .page-side::after,
body.dark-mode .build-icon .ci-page-cta {
  background: #A7AEFF;
}

body.dark-mode .steps-icon .ci-step-num {
  color: #A7AEFF;
  border-color: #A7AEFF;
}

body.dark-mode .portfolio-icon .ci-portfolio-badge {
  border-color: #A7AEFF;
}

body.dark-mode .portfolio-icon .ci-portfolio-badge::before,
body.dark-mode .portfolio-icon .ci-portfolio-badge::after,
body.dark-mode .kpi-icon .dot-one,
body.dark-mode .kpi-icon .dot-two,
body.dark-mode .kpi-icon .dot-three {
  background: #A7AEFF;
}

/* PNG section icons */
.section-icon-float {
  width: 184px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  animation: iconPngFloat 5s ease-in-out infinite;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
  will-change: transform;
}

.dark .section-icon-float {
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.32));
}

@keyframes iconPngFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@media (max-width: 760px) {
  .section-icon-float {
    width: 142px;
  }
}

@media (max-width: 760px) {
  .hero-octopus {
    width: min(100%, 520px);
  }
}

/* Footer final */
footer {
  position: relative;
  min-height: 112px;
  padding: 34px 0;
  border-top: 0;
  background: #151817;
  color: rgba(255,255,255,.86);
  overflow: visible;
  isolation: isolate;
}

.footer-tentacle {
  position: absolute;
  right: clamp(220px, 30vw, 540px);
  bottom: -44px;
  width: clamp(245px, 16.5vw, 315px);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.18));
}

.footer-inner {
  position: relative;
  z-index: 1;
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-inner p,
.footer-legal-link {
  margin: 0;
  font-size:12px;
  letter-spacing: .09em;
  line-height: 1.2;
  color: rgba(255,255,255,.86);
}

.footer-legal-link {
  transition: color .25s ease, transform .25s ease;
}

.footer-legal-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* Page mentions légales */
.legal-page {
  padding: 96px 0 110px;
}

.legal-hero {
  max-width: 920px;
  margin-bottom: 54px;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
}

.legal-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,250,242,.72);
  padding: clamp(24px, 3vw, 38px);
  backdrop-filter: blur(10px);
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.legal-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

body.dark-mode .legal-card {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.12);
}

@media (max-width: 760px) {
  footer {
    padding: 30px 0 34px;
    overflow: hidden;
  }

  .footer-tentacle {
    right: -38px;
    bottom: -62px;
    width: 230px;
    opacity: .82;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-inner p,
  .footer-legal-link {
    max-width: calc(100% - 120px);
    font-size: .98rem;
    letter-spacing: .04em;
  }

  .legal-page {
    padding: 70px 0 86px;
  }
}

/* Correction footer calé en bas */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  min-height: 136px;
  padding: 36px 0;
  background: #151817;
  border-top: 0;
  overflow: visible;
}

.footer-tentacle {
  right: clamp(240px, 30vw, 535px);
  bottom: 0;
  width: clamp(260px, 16.8vw, 320px);
}

.footer-inner {
  min-height: 64px;
  align-items: center;
}

@media (max-width: 760px) {
  footer {
    min-height: 118px;
    padding: 30px 0 34px;
    overflow: hidden;
  }

  .footer-tentacle {
    right: -40px;
    bottom: 0;
    width: 230px;
  }
}


/* Styles centralisés depuis creation-de-sites.html */
/* Page complémentaire : CSS volontairement limité et aligné sur la charte existante */
    .digital-hero {
      padding: 92px 0 64px;
      position: relative;
      overflow: hidden;
    }

    .digital-hero::before {
      content: "";
      position: absolute;
      right: -180px;
      top: -140px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(101,110,222,.22), transparent 66%);
      z-index: -1;
    }

    .digital-hero-grid {
      display: grid;
      grid-template-columns: 1.02fr .78fr;
      gap: 56px;
      align-items: center;
    }

    .digital-kicker {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 14px;
      background: rgba(255,250,242,.68);
      color: var(--accent-dark);
      font-size: .78rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .1em;
    }

    .digital-hero h1 {
      margin-top: 24px;
      max-width: 880px;
    }

    .digital-hero p {
      font-size: clamp(1.12rem, 1.5vw, 1.35rem);
      max-width: 660px;
      margin-bottom: 34px;
    }

    .digital-hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .digital-hero-visual {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .digital-hero-octopus {
      position: relative;
      z-index: 1;
      width: min(100%, 600px);
      height: auto;
      filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
      animation: heroOctopusFloat 5s ease-in-out infinite;
      will-change: transform;
    }

    .digital-intro-line {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255,250,242,.45);
    }

    .digital-intro-grid {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 34px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .digital-intro-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 16px;
      border: 1px solid rgba(101, 110, 222, 0.25);
      border-radius: 999px;
      background: rgba(101, 110, 222, 0.06);
      color: var(--text);
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      transition: var(--transition);
    }

    .digital-intro-icon {
      color: var(--accent);
      font-size: 17px;
      line-height: 1;
      flex-shrink: 0;
    }

    .digital-intro-item:hover {
      border-color: rgba(101, 110, 222, 0.45);
      background: rgba(101, 110, 222, 0.11);
      transform: translateY(-2px);
    }

    .offers-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .offer-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 30px;
      min-height: 100%;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform .25s ease, box-shadow .25s ease, border-color var(--transition), background var(--transition);
    }

    .offer-card::after {
      content: "";
      position: absolute;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
      right: -55px;
      top: -55px;
      transition: .3s ease;
    }

    .offer-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(0,0,0,.08);
    }

    .offer-card:hover::after { transform: scale(1.6); }

    .offer-card.featured {
      background: var(--bg-dark);
      color: #fff;
      border-color: var(--bg-dark);
    }

    .offer-card.featured h3,
    .offer-card.featured .offer-price { color: #fff; }

    .offer-card.featured p,
    .offer-card.featured li,
    .offer-card.featured .offer-price small { color: rgba(255,255,255,.68); }

    .offer-label {
      position: relative;
      z-index: 1;
      width: max-content;
      padding: 8px 11px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--accent-dark);
      font-size: .78rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
      background: rgba(255,250,242,.62);
    }

    .offer-card.featured .offer-label {
      color: #fff;
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.14);
    }

    .offer-card h3 {
      margin-top: 24px;
      margin-bottom: 14px;
    }

    .offer-card p {
      position: relative;
      z-index: 1;
      color: var(--muted);
      line-height: 1.55;
      margin-bottom: 24px;
    }

    .offer-price {
      position: relative;
      z-index: 1;
      margin-bottom: 24px;
      color: var(--text);
      font-size: clamp(1.75rem, 2.2vw, 2rem);
      line-height: .95;
      font-weight: 900;
      letter-spacing: -.06em;
    }

    .offer-price small {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: .84rem;
      letter-spacing: 0;
      font-weight: 700;
    }

    .offer-card ul {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0 0 28px;
      list-style: none;
    }

    .offer-card li {
      color: var(--muted);
      line-height: 1.42;
      font-size: .95rem;
    }

    .offer-card li::before {
      content: "✓";
      color: var(--accent);
      font-weight: 900;
      margin-right: 8px;
    }

    .offer-card .btn {
      position: relative;
      z-index: 1;
      margin-top: auto;
      width: 100%;
      text-align: center;
    }

    .included-strip {
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }

    .included-item {
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 16px;
      background: rgba(255,250,242,.62);
      color: var(--text);
      font-weight: 850;
      text-align: center;
    }

    .digital-emailing-card {
      display: grid;
      grid-template-columns:1.1fr 1.1fr;
      gap: 28px;
      align-items: center;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 34px;
      overflow: hidden;
      position: relative;
    }

    .digital-emailing-card::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -90px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
    }

    .digital-emailing-card h2 { margin-bottom: 18px; }
    .digital-emailing-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }

    .emailing-services {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .emailing-service {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255,250,242,.68);
      padding: 18px;
      font-weight: 850;
    }

    .emailing-service::before {
      content: "→";
      color: var(--accent);
      font-weight: 900;
      margin-right: 8px;
    }

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

    .process-light .problem-card { min-height: 210px; }

    body.dark-mode .digital-intro-line,
    body.dark-mode .digital-intro-item,
    body.dark-mode .included-item,
    body.dark-mode .digital-kicker,
    body.dark-mode .emailing-service {
      background: rgba(255,255,255,.055);
    }

    body.dark-mode .digital-hero::before,
    body.dark-mode .digital-hero-visual::before,
    body.dark-mode .digital-emailing-card::after {
      background: rgba(101,110,222,.18);
    }

    @media (max-width: 1120px) {
      .digital-hero-grid,
      .digital-emailing-card { grid-template-columns: 1fr; }
      .digital-hero-visual { min-height: 360px; }
      .digital-hero-octopus { width: min(100%, 460px); }
      .offers-grid { grid-template-columns: repeat(2, 1fr); }
      .included-strip { grid-template-columns: repeat(3, 1fr); }
      .digital-intro-grid { gap: 16px; }
    }

    @media (max-width: 760px) {
      .offers-grid,
      .included-strip,
      .emailing-services,
      .process-light { grid-template-columns: 1fr; }
      .digital-intro-grid { gap: 10px; }
      .digital-intro-item { width: 100%; font-size: 14px; padding: 12px 16px; }
      .digital-hero { padding-top: 72px; }
      .digital-hero-visual { min-height: 300px; }
    }

/* Styles centralisés depuis creations-graphique.html */
/* Page complémentaire : CSS volontairement limité et aligné sur la charte existante */
    .digital-hero {
      padding: 92px 0 64px;
      position: relative;
      overflow: hidden;
    }

    .digital-hero::before {
      content: "";
      position: absolute;
      right: -180px;
      top: -140px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(101,110,222,.22), transparent 66%);
      z-index: -1;
    }

    .digital-hero-grid {
      display: grid;
      grid-template-columns: 1.02fr .78fr;
      gap: 56px;
      align-items: center;
    }

    .digital-kicker {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 14px;
      background: rgba(255,250,242,.68);
      color: var(--accent-dark);
      font-size: .78rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .1em;
    }

    .digital-hero h1 {
      margin-top: 24px;
      max-width: 920px;
    }

    .digital-hero p {
      font-size: clamp(1.12rem, 1.5vw, 1.35rem);
      max-width: 710px;
      margin-bottom: 34px;
    }

    .digital-hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .digital-hero-visual {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .digital-hero-octopus {
      position: relative;
      z-index: 1;
      width: min(100%, 600px);
      height: auto;
      filter: drop-shadow(0 24px 34px rgba(0,0,0,.14));
      animation: heroOctopusFloat 5s ease-in-out infinite;
      will-change: transform;
    }

    .digital-intro-line {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255,250,242,.45);
    }

    .digital-intro-grid {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 34px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .digital-intro-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 16px;
      border: 1px solid rgba(101, 110, 222, 0.25);
      border-radius: 999px;
      background: rgba(101, 110, 222, 0.06);
      color: var(--text);
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      transition: var(--transition);
    }

    .digital-intro-icon {
      color: var(--accent);
      font-size: 17px;
      line-height: 1;
      flex-shrink: 0;
    }

    .digital-intro-item:hover {
      border-color: rgba(101, 110, 222, 0.45);
      background: rgba(101, 110, 222, 0.11);
      transform: translateY(-2px);
    }

    .layout-intro {
      padding-top: 86px;
    }

    .layout-intro-card {
      display: grid;
      align-items: center;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 36px;
      overflow: hidden;
      position: relative;
    }

    .layout-intro-card::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -90px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
    }

    .layout-intro-card p {
      color: var(--muted);
      font-size: 1.06rem;
      line-height: 1.7;
      position: relative;
      z-index: 1;
     margin-top:10px;
    }

    .offers-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .offer-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 30px;
      min-height: 100%;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform .25s ease, box-shadow .25s ease, border-color var(--transition), background var(--transition);
    }

    .offer-card::after {
      content: "";
      position: absolute;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
      right: -55px;
      top: -55px;
      transition: .3s ease;
    }

    .offer-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(0,0,0,.08);
    }

    .offer-card:hover::after { transform: scale(1.6); }

    .offer-card.featured {
      background: var(--bg-dark);
      color: #fff;
      border-color: var(--bg-dark);
    }

    .offer-card.featured h3 { color: #fff; }

    .offer-card.featured p,
    .offer-card.featured li { color: rgba(255,255,255,.72); }

    .offer-label {
      position: relative;
      z-index: 1;
      width: max-content;
      padding: 8px 11px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--accent-dark);
      font-size: .78rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
      background: rgba(255,250,242,.62);
    }

    .offer-card.featured .offer-label {
      color: #fff;
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.14);
    }

    .offer-card h3 {
      margin-top: 24px;
      margin-bottom: 14px;
    }

    .offer-card p {
      position: relative;
      z-index: 1;
      color: var(--muted);
      line-height: 1.55;
      margin-bottom: 24px;
    }

    .offer-card ul {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0 0 28px;
      list-style: none;
    }

    .offer-card li {
      color: var(--muted);
      line-height: 1.42;
      font-size: .95rem;
    }

    .offer-card li::before {
      content: "✓";
      color: var(--accent);
      font-weight: 900;
      margin-right: 8px;
    }

    .offer-card .btn {
      position: relative;
      z-index: 1;
      margin-top: auto;
      width: 100%;
      text-align: center;
    }

    .included-strip {
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }

    .included-item {
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 16px;
      background: rgba(255,250,242,.62);
      color: var(--text);
      font-weight: 850;
      text-align: center;
    }

    .digital-emailing-card {
      display: grid;
      grid-template-columns:1.1fr 1.1fr;
      gap: 28px;
      align-items: center;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 34px;
      overflow: hidden;
      position: relative;
    }

    .digital-emailing-card::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -90px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(101,110,222,.12);
    }

    .digital-emailing-card h2 { margin-bottom: 18px; }
    .digital-emailing-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }

    .emailing-services {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .emailing-service {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255,250,242,.68);
      padding: 18px;
      font-weight: 850;
    }

    .emailing-service::before {
      content: "→";
      color: var(--accent);
      font-weight: 900;
      margin-right: 8px;
    }

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

    .process-light .problem-card { min-height: 210px; }

    body.dark-mode .digital-intro-line,
    body.dark-mode .digital-intro-item,
    body.dark-mode .included-item,
    body.dark-mode .digital-kicker,
    body.dark-mode .layout-intro-card,
    body.dark-mode .emailing-service {
      background: rgba(255,255,255,.055);
    }

    body.dark-mode .digital-hero::before,
    body.dark-mode .layout-intro-card::after,
    body.dark-mode .digital-emailing-card::after {
      background: rgba(101,110,222,.18);
    }

    @media (max-width: 1120px) {
      .digital-hero-grid,
      .layout-intro-card,
      .digital-emailing-card { grid-template-columns: 1fr; }
      .digital-hero-visual { min-height: 360px; }
      .digital-hero-octopus { width: min(100%, 460px); }
      .offers-grid { grid-template-columns: repeat(2, 1fr); }
      .included-strip { grid-template-columns: repeat(3, 1fr); }
      .digital-intro-grid { gap: 16px; }
    }

    @media (max-width: 760px) {
      .offers-grid,
      .included-strip,
      .emailing-services,
      .process-light { grid-template-columns: 1fr; }
      .digital-intro-grid { gap: 10px; }
      .digital-intro-item { width: 100%; font-size: 14px; padding: 12px 16px; }
      .digital-hero { padding-top: 72px; }
      .digital-hero-visual { min-height: 300px; }
      .layout-intro-card,
      .digital-emailing-card { padding: 26px; }
    }

/* =========================================================
   Optimisations mise en ligne — menu, mobile, SEO technique
   ========================================================= */
.nav-links {
  align-items: center;
}

.nav-dropdown > a::after {
  content: "▾";
  display: inline-block;
  margin-left: 7px;
  font-size: .72em;
  transform: translateY(-1px);
  color: var(--accent);
}

.nav-dropdown > a[href="#"] {
  cursor: default;
}

@media (hover: none) {
  .nav-dropdown:focus-within .submenu,
  .nav-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 980px) {
  .nav-inner {
    height: auto;
    min-height: 72px;
    padding: 12px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 0 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links > a,
  .nav-dropdown > a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,250,242,.58);
    font-size: .92rem;
  }

  body.dark-mode .nav-links > a,
  body.dark-mode .nav-dropdown > a {
    background: rgba(255,255,255,.06);
  }

  .submenu {
    left: 0;
    transform: translateY(8px);
  }

  .nav-dropdown:hover .submenu,
  .nav-dropdown:focus-within .submenu {
    transform: translateY(0);
  }

  .digital-hero-grid,
  .offers-grid,
  .print-grid,
  .identity-grid,
  .emailing-grid,
  .layout-intro-card {
    grid-template-columns: 1fr !important;
  }

  .digital-hero-visual {
    min-height: 360px;
  }

  .digital-hero-octopus {
    width: min(100%, 500px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .nav-actions {
    margin-left: auto;
  }

  .nav-actions .btn {
    display: none !important;
  }

  .digital-hero {
    padding: 54px 0 42px;
  }

  .digital-hero h1,
  .legal-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
    line-height: .96;
  }

  .digital-hero p,
  .layout-intro-card p,
  .legal-hero p {
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .digital-intro-grid {
    justify-content: flex-start;
    gap: 10px;
  }

  .digital-intro-item {
    width: calc(50% - 5px);
    padding: 10px 12px;
    font-size: .9rem;
  }

  .offer-card,
  .layout-intro-card,
  .legal-card {
    padding: 24px;
    border-radius: 22px;
  }

  .footer-inner p,
  .footer-legal-link {
    font-size: .82rem;
  }
}

/* État final après envoi du formulaire : afficher uniquement la bulle de confirmation */
.project-modal.project-modal--sent .chat-form-head,
.project-modal.project-modal--sent .chat-progressive-form {
  display: none !important;
}

.project-modal.project-modal--sent .project-modal-panel {
  min-height: auto;
}

.project-modal.project-modal--sent #project-form-status {
  display: block !important;
  margin: 22px 0 0;
  padding: 20px 24px;
  border-radius: 18px;
  background: #656ede !important;
  color: #FFFFFF !important;
  border: 0 !important;
  font-weight: 800;
  line-height: 1.45;
}

.project-modal.project-modal--sent #project-form-status.visible.success {
  background: #656ede !important;
  color: #FFFFFF !important;
}

#project-form-status:not(.visible) {
  display: none;
}
