
    :root {
      --ink: #11142a;
      --muted: #68708a;
      --soft: #fbfbff;
      --line: rgba(73, 78, 124, .12);
      --purple: #7c3aed;
      --purple-2: #a78bfa;
      --purple-3: #c4b5fd;
      --cyan: #67e8f9;
      --green: #36d399;
      --pink: #f0abfc;
      --radius-xl: 34px;
      --shadow: 0 28px 90px rgba(34, 35, 70, .11);
      --shadow-strong: 0 42px 140px rgba(34, 35, 70, .18);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--soft);
      font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x: hidden;
    }
    a { color: inherit; }
    h1, h2, h3, p { margin-top: 0; }

    .page {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      background:
        linear-gradient(90deg, rgba(2,4,18,.94) 0%, rgba(5,7,26,.82) 22%, rgba(6,8,28,.30) 54%, rgba(6,8,28,.13) 100%),
        linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(2,4,16,.08) 45%, rgba(1,4,14,.88) 100%),
        url("/images/crocobrain-background.webp") center center / cover no-repeat;
      background-color: #020412;
      color: white;
    }
    .page::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        radial-gradient(circle at 18% 58%, rgba(94, 67, 255, .32), transparent 34%),
        radial-gradient(circle at 45% 86%, rgba(255, 154, 205, .17), transparent 25%),
        radial-gradient(circle at 83% 26%, rgba(132, 90, 255, .20), transparent 29%);
      mix-blend-mode: screen;
    }
    .page::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background: linear-gradient(180deg, transparent 62%, rgba(2,5,18,.86) 100%);
    }

    #brainCanvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      opacity: .66;
    }

    #heroCursor {
      position: fixed;
      top: 0;
      left: 0;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(196, 181, 253, .55);
      border-radius: 999px;
      pointer-events: none;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      transform: translate(-100px, -100px);
      mix-blend-mode: exclusion;
      backdrop-filter: blur(1px);
    }
    #heroCursor::after {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #ddd6fe;
      box-shadow: 0 0 14px rgba(196, 181, 253, .9);
    }
    @media (min-width: 768px) {
      .hero.cursor-active,
      .hero.cursor-active * { cursor: none; }
      body.hero-cursor-visible #heroCursor { display: flex; }
    }

    .nav {
      position: relative;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: min(100%, 1530px);
      margin: 0 auto;
      padding: 30px 52px 0;
    }
    .nav-left,
    .nav-actions {
      display: flex;
      align-items: center;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 850;
      letter-spacing: -0.045em;
      font-size: 28px;
      line-height: 1;
      text-shadow: 0 6px 20px rgba(0,0,0,.28);
    }
    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #b69cff 0%, #7c3aed 58%, #5b21b6 100%);
      box-shadow: 0 0 34px rgba(139,92,246,.55);
      position: relative;
      transform: rotate(-8deg);
      overflow: hidden;
    }
    .brand-mark::before {
      content: "";
      width: 22px;
      height: 17px;
      border-radius: 55% 45% 50% 50%;
      background: rgba(255,255,255,.94);
      clip-path: polygon(0 34%, 28% 12%, 60% 16%, 100% 0, 78% 32%, 100% 62%, 58% 78%, 20% 96%, 8% 66%);
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 46px;
      margin-left: 76px;
      font-size: 15px;
      font-weight: 650;
      color: rgba(255,255,255,.86);
    }
    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      white-space: nowrap;
    }
    .chevron {
      width: 8px;
      height: 8px;
      border-right: 1.8px solid rgba(255,255,255,.8);
      border-bottom: 1.8px solid rgba(255,255,255,.8);
      transform: rotate(45deg) translateY(-2px);
    }
    .nav-actions {
      gap: 28px;
      font-size: 15px;
      font-weight: 750;
    }
    .login {
      color: rgba(255,255,255,.88);
      text-decoration: none;
      white-space: nowrap;
    }
    .nav-cta,
    .primary-btn,
    .secondary-btn,
    .cta-button {
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .nav-cta:hover,
    .primary-btn:hover,
    .secondary-btn:hover,
    .cta-button:hover {
      transform: translateY(-2px);
    }
    .nav-cta {
      appearance: none;
      border: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      font: inherit;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
      padding: 14px 26px;
      border-radius: 12px;
      cursor: pointer;
      background: linear-gradient(135deg, #2bd388 0%, #13ae74 100%);
      box-shadow: 0 18px 44px rgba(19,174,116,.30), inset 0 1px 0 rgba(255,255,255,.22);
      white-space: nowrap;
    }

    .hero {
      position: relative;
      z-index: 3;
      width: min(100%, 1530px);
      margin: 0 auto;
      padding: 108px 52px 0;
      min-height: calc(100vh - 74px);
      display: flex;
      flex-direction: column;
    }
    .hero-copy {
      width: min(720px, 50vw);
      position: relative;
      z-index: 2;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 10px 18px;
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 999px;
      color: rgba(255,255,255,.90);
      background: rgba(255,255,255,.075);
      backdrop-filter: blur(12px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 20px 60px rgba(0,0,0,.12);
      font-size: 15px;
      font-weight: 650;
      margin-bottom: 36px;
    }
    .sparkle {
      position: relative;
      width: 19px;
      height: 19px;
      flex: 0 0 auto;
      filter: drop-shadow(0 0 10px rgba(255,255,255,.8));
    }
    .sparkle::before,
    .sparkle::after {
      content: "";
      position: absolute;
      background: white;
      inset: 0;
      clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
    }
    .sparkle::after {
      width: 8px;
      height: 8px;
      left: 15px;
      top: -1px;
      opacity: .85;
      transform: rotate(18deg);
    }
    .spotlight-title {
      position: relative;
      display: inline-block;
    }
    h1 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-weight: 500;
      letter-spacing: -0.06em;
      line-height: .94;
      font-size: clamp(70px, 6.4vw, 108px);
      text-shadow: 0 14px 70px rgba(0,0,0,.35);
    }
    .accent {
      color: var(--purple-3);
      text-shadow: 0 0 36px rgba(167,139,250,.42);
    }
    .overlay-title {
      position: absolute;
      inset: 0;
      color: transparent;
      background: linear-gradient(to right, #c4b5fd, #ffffff, #a78bfa);
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
      -webkit-mask-image: radial-gradient(circle 0px at 0px 0px, black 0%, transparent 0%);
      mask-image: radial-gradient(circle 0px at 0px 0px, black 0%, transparent 0%);
    }
    .overlay-title .accent {
      color: transparent;
      background: linear-gradient(to right, #f0abfc, #a78bfa);
      -webkit-background-clip: text;
      background-clip: text;
    }
    .subtitle {
      width: min(650px, 100%);
      margin: 31px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 21px;
      line-height: 1.55;
      letter-spacing: -.018em;
      text-shadow: 0 10px 34px rgba(0,0,0,.42);
    }
    .subtitle strong {
      color: white;
      font-weight: 850;
    }
    .hero-buttons {
      display: flex;
      align-items: center;
      gap: 22px;
      margin-top: 36px;
    }
    .primary-btn,
    .secondary-btn {
      height: 54px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: white;
      white-space: nowrap;
    }
    .primary-btn {
      min-width: 344px;
      padding: 0 35px;
      background: linear-gradient(135deg, #2bd388 0%, #13ae74 100%);
      box-shadow: 0 26px 70px rgba(19, 174, 116, .34), inset 0 1px 0 rgba(255,255,255,.20);
    }
    .arrow {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
    }
    .arrow::before {
      content: "";
      position: absolute;
      top: 9px;
      left: 0;
      width: 20px;
      height: 2px;
      background: currentColor;
      border-radius: 10px;
    }
    .arrow::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
      top: 5px;
      right: 0;
    }
    .secondary-btn {
      min-width: 207px;
      padding: 0 30px;
      border: 1px solid rgba(255,255,255,.30);
      background: rgba(255,255,255,.075);
      backdrop-filter: blur(12px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }
    .secondary-btn:hover {
      border-color: rgba(255,255,255,.52);
      box-shadow: 0 18px 46px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.11);
    }
    .play {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      border: 3px solid rgba(255,255,255,.92);
      display: grid;
      place-items: center;
      flex: 0 0 auto;
    }
    .play::before {
      content: "";
      width: 0;
      height: 0;
      margin-left: 2px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid white;
    }
    .proofs {
      display: flex;
      align-items: center;
      gap: 43px;
      margin-top: 29px;
      color: rgba(255,255,255,.75);
      font-size: 14px;
      font-weight: 650;
    }
    .proof {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      white-space: nowrap;
    }
    .proof-icon,
    .card-icon,
    .clock-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
    .proof-icon {
      border-radius: 999px;
      border: 1.3px solid rgba(255,255,255,.75);
      display: grid;
      place-items: center;
      color: rgba(255,255,255,.92);
      font-size: 11px;
      line-height: 1;
    }
    .card-icon {
      border-radius: 4px;
      width: 19px;
      height: 14px;
      border: 1.3px solid rgba(255,255,255,.65);
      position: relative;
    }
    .card-icon::before {
      content: "";
      position: absolute;
      left: 2px;
      right: 2px;
      top: 4px;
      height: 1px;
      background: rgba(255,255,255,.55);
    }
    .clock-icon {
      border-radius: 999px;
      border: 1.3px solid rgba(255,255,255,.65);
      position: relative;
    }
    .clock-icon::before {
      content: "";
      position: absolute;
      width: 1.4px;
      height: 5px;
      background: rgba(255,255,255,.75);
      left: 7.7px;
      top: 4px;
      border-radius: 999px;
    }
    .clock-icon::after {
      content: "";
      position: absolute;
      width: 5px;
      height: 1.4px;
      background: rgba(255,255,255,.75);
      left: 7.5px;
      top: 8px;
      transform: rotate(20deg);
      transform-origin: left center;
      border-radius: 999px;
    }

    .social-proof {
      margin-top: auto;
      padding-bottom: 42px;
      text-align: center;
      color: rgba(255,255,255,.86);
      font-size: 16px;
      font-weight: 650;
      text-shadow: 0 10px 30px rgba(0,0,0,.46);
    }
    .logos {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(34px, 5vw, 74px);
      margin-top: 26px;
      color: white;
      opacity: .94;
      filter: drop-shadow(0 10px 26px rgba(0,0,0,.35));
    }
    .logo {
      font-size: clamp(19px, 1.7vw, 28px);
      font-weight: 850;
      letter-spacing: -0.05em;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }
    .logo-symbol {
      display: inline-grid;
      place-items: center;
      width: 27px;
      height: 27px;
      border: 2px solid currentColor;
      border-radius: 7px;
      font-size: 16px;
      font-weight: 900;
      line-height: 1;
    }

    .light-wrap {
      position: relative;
      isolation: isolate;
      background:
        radial-gradient(circle at 8% 4%, rgba(124, 58, 237, .16), transparent 30%),
        radial-gradient(circle at 92% 10%, rgba(103, 232, 249, .16), transparent 26%),
        linear-gradient(180deg, #fbfbff 0%, #f6f7ff 46%, #ffffff 100%);
      overflow: hidden;
    }
    .light-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .72;
      background-image:
        linear-gradient(rgba(68, 71, 110, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 71, 110, .055) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(180deg, black 0%, transparent 80%);
    }
    .light-section {
      position: relative;
      width: min(100%, 1440px);
      margin: 0 auto;
      padding: 104px 52px;
    }
    .light-section.first { padding-top: 76px; }
    .section-head {
      text-align: center;
      max-width: 900px;
      margin: 0 auto 58px;
    }
    .kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 34px;
      padding: 8px 14px;
      border-radius: 999px;
      color: #5f36d8;
      background: rgba(124, 58, 237, .09);
      border: 1px solid rgba(124, 58, 237, .13);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: -.01em;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    }
    .kicker::before {
      content: "✦";
      font-size: 12px;
    }
    .light-title,
    .showcase-copy h2,
    .split-copy h2,
    .feed-copy h2,
    .pricing-copy h2,
    .experience-copy h2 {
      margin: 20px 0 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-weight: 500;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: .98;
      letter-spacing: -.06em;
      color: #11142a;
    }
    .light-title .gradient-word,
    .gradient-word {
      color: transparent;
      background: linear-gradient(120deg, #7c3aed 0%, #a78bfa 44%, #06b6d4 100%);
      -webkit-background-clip: text;
      background-clip: text;
      filter: drop-shadow(0 14px 34px rgba(124,58,237,.16));
    }
    .light-subtitle,
    .showcase-copy p,
    .split-copy p,
    .feed-copy p,
    .pricing-copy p,
    .experience-copy p {
      max-width: 790px;
      margin: 22px auto 0;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.65;
      letter-spacing: -.018em;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }
    .tilt-element {
      transform-style: preserve-3d;
      transition: transform .18s ease-out, box-shadow .25s ease, border-color .25s ease;
      will-change: transform;
    }
    .feature-card {
      position: relative;
      min-height: 348px;
      padding: 26px;
      border-radius: 26px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
        radial-gradient(circle at 50% 0%, rgba(124,58,237,.13), transparent 42%);
      border: 1px solid rgba(73, 78, 124, .12);
      box-shadow: 0 24px 80px rgba(34, 35, 70, .10), inset 0 1px 0 white;
      overflow: hidden;
    }
    .feature-card:hover {
      border-color: rgba(124,58,237,.26);
      box-shadow: 0 36px 110px rgba(93, 72, 180, .17), inset 0 1px 0 white;
    }
    .feature-card::before {
      content: "";
      position: absolute;
      width: 160px;
      height: 160px;
      right: -56px;
      top: -64px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(167,139,250,.28), transparent 68%);
    }
    .icon-box {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: #6d40f6;
      background: linear-gradient(180deg, #ffffff, #f5f2ff);
      border: 1px solid rgba(124,58,237,.14);
      box-shadow: 0 14px 34px rgba(109,64,246,.14);
      font-size: 22px;
    }
    .feature-card h3 {
      margin: 22px 0 0;
      font-size: 22px;
      line-height: 1.12;
      letter-spacing: -.04em;
      color: #15182e;
    }
    .feature-card p {
      margin: 10px 0 0;
      color: #68708a;
      font-size: 15px;
      line-height: 1.55;
      letter-spacing: -.012em;
    }
    .mini-ui {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      min-height: 124px;
      border-radius: 20px;
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(73, 78, 124, .11);
      box-shadow: 0 20px 55px rgba(45, 50, 93, .11);
      overflow: hidden;
    }
    .note-ui { padding: 18px; }
    .note-ui strong,
    .ai-ui strong,
    .feed-ui strong,
    .folder-ui strong {
      display: block;
      margin-bottom: 8px;
      color: #242842;
      font-size: 13px;
      letter-spacing: -.02em;
    }
    .note-lines { display: grid; gap: 8px; }
    .line {
      height: 8px;
      border-radius: 999px;
      background: #e8eafd;
    }
    .line.short { width: 48%; }
    .line.mid { width: 70%; }
    .line.long { width: 88%; }
    .plus-button {
      position: absolute;
      right: 14px;
      bottom: 14px;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: white;
      font-size: 28px;
      background: linear-gradient(135deg, #a78bfa, #6d40f6);
      box-shadow: 0 18px 38px rgba(109,64,246,.32);
    }
    .ai-ui { padding: 17px; }
    .mini-graph {
      position: relative;
      height: 68px;
      margin-top: 6px;
    }
    .mini-graph::before,
    .mini-graph::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(28deg, transparent 49%, rgba(124,58,237,.25) 50%, transparent 51%),
        linear-gradient(-24deg, transparent 49%, rgba(6,182,212,.20) 50%, transparent 51%);
      background-size: 122px 72px;
      opacity: .7;
    }
    .dot {
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #8b5cf6;
      box-shadow: 0 0 22px rgba(139,92,246,.8);
    }
    .dot.d1 { left: 8%; top: 38%; }
    .dot.d2 { left: 32%; top: 12%; background: #67e8f9; }
    .dot.d3 { left: 52%; top: 58%; background: #c4b5fd; }
    .dot.d4 { left: 78%; top: 26%; background: #36d399; }
    .feed-ui {
      padding: 14px;
      display: grid;
      gap: 9px;
    }
    .feed-item {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 10px;
      align-items: center;
      padding: 9px;
      border-radius: 13px;
      background: #f6f5ff;
      color: #4a516b;
      font-size: 12px;
      font-weight: 750;
    }
    .feed-badge {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: white;
      color: #7c3aed;
      box-shadow: 0 8px 20px rgba(60, 50, 120, .08);
    }
    .folder-ui {
      padding: 16px;
      display: grid;
      gap: 10px;
    }
    .folder-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 11px;
      border-radius: 13px;
      background: #f7f8ff;
      color: #404762;
      font-size: 13px;
      font-weight: 750;
    }
    .folder-count {
      color: #8b90a8;
      font-size: 12px;
    }

    .experience-section {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 56px;
      align-items: center;
    }
    .experience-copy p { margin-left: 0; }
    .experience-lab {
      position: relative;
      min-height: 660px;
      border-radius: 42px;
      padding: 30px;
      background:
        radial-gradient(circle at 14% 22%, rgba(124,58,237,.18), transparent 26%),
        radial-gradient(circle at 86% 20%, rgba(103,232,249,.16), transparent 24%),
        rgba(255,255,255,.74);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-strong);
      overflow: hidden;
    }
    .lab-grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(68, 71, 110, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 71, 110, .05) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: radial-gradient(circle at 50% 48%, black 0%, transparent 84%);
      pointer-events: none;
    }
    .lab-step {
      position: relative;
      z-index: 1;
      border-radius: 26px;
      padding: 20px;
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(73,78,124,.11);
      box-shadow: 0 22px 70px rgba(44,50,90,.08), inset 0 1px 0 white;
      animation: revealStep 10s ease-in-out infinite;
    }
    .lab-step + .lab-step { margin-top: 16px; }
    .lab-step:nth-child(2) { margin-left: 56px; animation-delay: .7s; }
    .lab-step:nth-child(3) { margin-left: 108px; animation-delay: 1.4s; }
    .lab-step:nth-child(4) { margin-left: 32px; animation-delay: 2.1s; }
    .lab-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #6d40f6;
      background: rgba(124,58,237,.08);
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 12px;
      font-weight: 900;
    }
    .lab-step h3 {
      margin: 13px 0 0;
      font-size: 22px;
      letter-spacing: -.04em;
      line-height: 1.12;
      color: #14172e;
    }
    .lab-step p {
      margin: 9px 0 0;
      color: #68708a;
      font-size: 14px;
      line-height: 1.52;
    }
    .connection-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 13px;
    }
    .connection-tags span {
      display: inline-flex;
      padding: 8px 10px;
      border-radius: 999px;
      color: #343852;
      background: #f2f3ff;
      font-size: 12px;
      font-weight: 800;
    }
    .knowledge-card-final {
      color: white;
      background:
        radial-gradient(circle at 90% 0%, rgba(255,255,255,.30), transparent 26%),
        linear-gradient(135deg, #171a31, #4c1d95 62%, #7c3aed);
      box-shadow: 0 32px 110px rgba(76,29,149,.25);
    }
    .knowledge-card-final h3,
    .knowledge-card-final p { color: white; }
    .knowledge-card-final p { color: rgba(255,255,255,.76); }
    .knowledge-card-final .lab-label { color: white; background: rgba(255,255,255,.16); }
    .brutal-comparison {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 28px;
    }
    .brutal-col {
      border-radius: 26px;
      overflow: hidden;
      border: 1px solid rgba(73,78,124,.12);
      background: rgba(255,255,255,.80);
      box-shadow: 0 22px 70px rgba(44,50,90,.08);
    }
    .brutal-col.new {
      background: linear-gradient(135deg, #15152f, #432098 58%, #7c3aed);
      color: white;
      border-color: rgba(255,255,255,.16);
      box-shadow: 0 28px 90px rgba(76,29,149,.25);
    }
    .brutal-head {
      padding: 18px 20px;
      font-weight: 950;
      letter-spacing: -.03em;
      border-bottom: 1px solid rgba(73,78,124,.10);
    }
    .brutal-col.new .brutal-head { border-bottom-color: rgba(255,255,255,.14); }
    .brutal-list {
      list-style: none;
      margin: 0;
      padding: 12px;
      display: grid;
      gap: 10px;
    }
    .brutal-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px;
      border-radius: 16px;
      background: rgba(246,247,255,.92);
      color: #4d5570;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 730;
    }
    .brutal-col.new .brutal-list li {
      color: rgba(255,255,255,.86);
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.10);
    }

    .showcase {
      display: grid;
      grid-template-columns: 1.18fr .82fr;
      gap: 58px;
      align-items: center;
    }
    .app-window {
      position: relative;
      min-height: 650px;
      border-radius: 34px;
      background: #060a1c;
      box-shadow: 0 42px 140px rgba(16, 20, 50, .30);
      border: 10px solid white;
      overflow: hidden;
      transform: perspective(1200px) rotateY(3deg) rotateX(1.2deg);
    }
    .app-window::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 54% 42%, rgba(124,58,237,.34), transparent 28%),
        radial-gradient(circle at 78% 26%, rgba(103,232,249,.18), transparent 25%),
        linear-gradient(180deg, rgba(255,255,255,.04), transparent);
      pointer-events: none;
    }
    .sidebar {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 196px;
      padding: 24px 18px;
      background: rgba(255,255,255,.045);
      border-right: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.78);
    }
    .side-brand {
      display: flex;
      align-items: center;
      gap: 9px;
      font-weight: 900;
      letter-spacing: -.04em;
      margin-bottom: 26px;
    }
    .side-dot {
      width: 25px;
      height: 25px;
      border-radius: 9px;
      background: linear-gradient(135deg, #a78bfa, #6d40f6);
    }
    .search-chip {
      height: 39px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      background: rgba(255,255,255,.07);
      color: rgba(255,255,255,.46);
      font-size: 12px;
      margin-bottom: 22px;
    }
    .side-menu {
      display: grid;
      gap: 11px;
      font-size: 13px;
      font-weight: 750;
    }
    .side-menu span {
      padding: 8px 10px;
      border-radius: 11px;
    }
    .side-menu span.active {
      background: rgba(167,139,250,.15);
      color: white;
    }
    .window-main {
      position: absolute;
      left: 196px;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 28px;
    }
    .window-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
      font-weight: 850;
      letter-spacing: -.03em;
    }
    .window-actions {
      display: flex;
      gap: 10px;
    }
    .tiny-button {
      height: 33px;
      padding: 0 12px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      color: rgba(255,255,255,.72);
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.08);
      font-size: 12px;
      font-weight: 800;
    }
    .tiny-button.new {
      color: white;
      background: linear-gradient(135deg, #a78bfa, #6d40f6);
    }
    .knowledge-map {
      position: relative;
      height: 520px;
      margin-top: 32px;
      border-radius: 26px;
      background:
        radial-gradient(circle at 50% 50%, rgba(124,58,237,.18), transparent 36%),
        rgba(255,255,255,.025);
      border: 1px solid rgba(255,255,255,.08);
      overflow: hidden;
    }
    .knowledge-map::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(32deg, transparent 49.5%, rgba(103,232,249,.16) 50%, transparent 50.5%),
        linear-gradient(-28deg, transparent 49.5%, rgba(167,139,250,.17) 50%, transparent 50.5%);
      background-size: 220px 180px, 260px 210px;
      opacity: .8;
      mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 75%);
    }
    .map-core {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 132px;
      height: 132px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background:
        radial-gradient(circle at 36% 25%, rgba(255,255,255,.9), transparent 11%),
        linear-gradient(135deg, #d8b4fe, #7c3aed);
      box-shadow: 0 0 52px rgba(124,58,237,.8), 0 0 140px rgba(103,232,249,.22);
      color: white;
      font-size: 42px;
      animation: corePulse 3.8s ease-in-out infinite;
    }
    .map-node {
      position: absolute;
      min-width: 136px;
      padding: 14px 15px;
      border-radius: 16px;
      color: rgba(255,255,255,.88);
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(14px);
      box-shadow: 0 18px 52px rgba(0,0,0,.24);
      font-size: 12px;
      line-height: 1.25;
      font-weight: 750;
    }
    .map-node::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      left: 13px;
      top: -24px;
      background: var(--node-color, #a78bfa);
      box-shadow: 0 0 24px var(--node-color, #a78bfa);
    }
    .node-1 { left: 14%; top: 22%; --node-color: #fbbf24; }
    .node-2 { left: 55%; top: 17%; --node-color: #67e8f9; }
    .node-3 { right: 8%; top: 43%; --node-color: #f0abfc; }
    .node-4 { left: 12%; bottom: 18%; --node-color: #36d399; }
    .node-5 { left: 47%; bottom: 12%; --node-color: #fb7185; }
    .node-6 { left: 34%; top: 39%; --node-color: #bef264; }
    .showcase-copy { position: relative; padding: 10px 0; }
    .check-list {
      display: grid;
      gap: 16px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }
    .check-list li {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 13px;
      align-items: start;
      color: #353b58;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 650;
    }
    .check-list li::before {
      content: "✓";
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: #6d40f6;
      background: rgba(124,58,237,.09);
      font-weight: 900;
    }

    .split-section {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 36px;
      align-items: stretch;
    }
    .split-copy {
      padding: 44px;
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.70);
      border: 1px solid rgba(73, 78, 124, .12);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }
    .split-copy p { margin-left: 0; }
    .comparison-light {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .model-card {
      position: relative;
      min-height: 560px;
      padding: 30px;
      border-radius: var(--radius-xl);
      overflow: hidden;
      border: 1px solid rgba(73, 78, 124, .12);
      background: rgba(255,255,255,.78);
      box-shadow: var(--shadow);
    }
    .model-card.old {
      background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,248,255,.78));
    }
    .model-card.new {
      color: white;
      background:
        radial-gradient(circle at 72% 8%, rgba(255,255,255,.30), transparent 28%),
        radial-gradient(circle at 50% 62%, rgba(103,232,249,.22), transparent 38%),
        linear-gradient(140deg, #15152f 0%, #442299 52%, #7c3aed 100%);
      box-shadow: 0 34px 120px rgba(93, 72, 180, .28);
    }
    .model-label {
      display: inline-flex;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(124,58,237,.08);
      color: #6d40f6;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .model-card.new .model-label {
      background: rgba(255,255,255,.16);
      color: white;
    }
    .model-card h3 {
      margin: 24px 0 0;
      font-size: clamp(30px, 3vw, 48px);
      line-height: 1.05;
      letter-spacing: -.05em;
    }
    .model-card p {
      margin: 15px 0 0;
      color: #68708a;
      font-size: 16px;
      line-height: 1.58;
    }
    .model-card.new p { color: rgba(255,255,255,.75); }
    .dead-search,
    .living-brain {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 28px;
      height: 230px;
      border-radius: 25px;
      overflow: hidden;
      border: 1px solid rgba(73, 78, 124, .12);
      background: rgba(255,255,255,.72);
    }
    .dead-search { padding: 18px; }
    .dead-bar {
      height: 52px;
      border-radius: 16px;
      background: #f1f2fb;
      border: 1px solid rgba(73, 78, 124, .08);
      display: flex;
      align-items: center;
      padding: 0 17px;
      color: #a0a6b9;
      font-size: 14px;
      font-weight: 650;
    }
    .dead-result {
      height: 45px;
      border-radius: 15px;
      background: #f7f8ff;
      margin-top: 11px;
      position: relative;
      overflow: hidden;
    }
    .dead-result::before,
    .dead-result::after {
      content: "";
      position: absolute;
      left: 14px;
      height: 7px;
      border-radius: 999px;
      background: #e3e6f6;
    }
    .dead-result::before { width: 42%; top: 12px; }
    .dead-result::after { width: 75%; top: 27px; opacity: .75; }
    .living-brain {
      border-color: rgba(255,255,255,.20);
      background:
        radial-gradient(circle at 50% 52%, rgba(255,255,255,.24), transparent 42%),
        rgba(255,255,255,.08);
      backdrop-filter: blur(16px);
    }
    .living-brain::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(28deg, transparent 49%, rgba(255,255,255,.20) 50%, transparent 51%),
        linear-gradient(-31deg, transparent 49%, rgba(103,232,249,.17) 50%, transparent 51%);
      background-size: 160px 120px;
      mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 72%);
    }
    .floating-card {
      position: absolute;
      width: 152px;
      padding: 13px;
      border-radius: 17px;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.22);
      color: rgba(255,255,255,.84);
      box-shadow: 0 18px 60px rgba(0,0,0,.15);
      font-size: 12px;
      line-height: 1.35;
      backdrop-filter: blur(18px);
    }
    .floating-card strong {
      display: block;
      color: white;
      font-size: 13px;
      margin-bottom: 5px;
    }
    .f1 { left: 20px; top: 36px; transform: rotate(-5deg); }
    .f2 { right: 22px; top: 28px; transform: rotate(5deg); }
    .f3 { left: 32%; bottom: 25px; transform: rotate(-1deg); }

    .process-ribbon {
      position: relative;
      border-radius: 42px;
      padding: 34px;
      background:
        radial-gradient(circle at 6% 20%, rgba(124,58,237,.18), transparent 22%),
        radial-gradient(circle at 96% 30%, rgba(103,232,249,.18), transparent 22%),
        rgba(255,255,255,.72);
      border: 1px solid rgba(73, 78, 124, .12);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .process-line {
      position: absolute;
      left: 9%;
      right: 9%;
      top: 128px;
      height: 3px;
      background: linear-gradient(90deg, transparent, rgba(124,58,237,.32), rgba(103,232,249,.32), transparent);
      border-radius: 999px;
    }
    .steps-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      z-index: 1;
    }
    .step-card {
      padding: 24px;
      border-radius: 28px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(73, 78, 124, .10);
      box-shadow: 0 22px 70px rgba(48, 51, 92, .08);
      min-height: 270px;
    }
    .step-index {
      width: 58px;
      height: 58px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      color: white;
      background: linear-gradient(135deg, #a78bfa, #6d40f6);
      font-weight: 900;
      font-size: 21px;
      box-shadow: 0 18px 48px rgba(109,64,246,.24);
    }
    .step-card h3 {
      margin: 26px 0 0;
      font-size: 23px;
      line-height: 1.12;
      letter-spacing: -.04em;
    }
    .step-card p {
      margin: 12px 0 0;
      color: #6c738c;
      font-size: 15px;
      line-height: 1.58;
    }

    .feed-section {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 54px;
      align-items: center;
    }
    .phone-stage {
      position: relative;
      min-height: 720px;
      border-radius: 44px;
      background:
        radial-gradient(circle at 50% 26%, rgba(124,58,237,.22), transparent 32%),
        radial-gradient(circle at 48% 82%, rgba(103,232,249,.17), transparent 28%),
        rgba(255,255,255,.68);
      border: 1px solid rgba(73, 78, 124, .10);
      box-shadow: var(--shadow-strong);
      overflow: hidden;
    }
    .phone {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(360px, 82%);
      height: 650px;
      border-radius: 46px;
      padding: 14px;
      background: #11142a;
      box-shadow: 0 40px 110px rgba(22, 24, 55, .34);
    }
    .phone-screen {
      height: 100%;
      border-radius: 36px;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 0%, rgba(167,139,250,.28), transparent 32%),
        linear-gradient(180deg, #fbfbff, #f1f3ff);
      padding: 22px;
    }
    .phone-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px;
      color: #12152c;
      font-weight: 900;
      letter-spacing: -.04em;
    }
    .today-chip {
      display: inline-flex;
      padding: 7px 11px;
      border-radius: 999px;
      color: #6d40f6;
      background: rgba(124,58,237,.09);
      font-size: 12px;
      font-weight: 850;
    }
    .memory-card {
      position: relative;
      padding: 18px;
      border-radius: 24px;
      background: white;
      border: 1px solid rgba(73, 78, 124, .10);
      box-shadow: 0 20px 55px rgba(44, 50, 90, .10);
      margin-bottom: 14px;
      animation: feedFloat 6s ease-in-out infinite;
    }
    .memory-card:nth-child(3) { animation-delay: -1.2s; }
    .memory-card:nth-child(4) { animation-delay: -2.4s; }
    .memory-tag {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 6px 9px;
      border-radius: 999px;
      color: #6d40f6;
      background: rgba(124,58,237,.08);
      font-size: 11px;
      font-weight: 850;
    }
    .pulse-tag::after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-left: 7px;
      border-radius: 999px;
      background: #67e8f9;
      box-shadow: 0 0 12px rgba(103,232,249,.85);
      animation: blink 1.6s ease-in-out infinite;
    }
    .memory-card h3 {
      margin: 0;
      font-size: 18px;
      line-height: 1.14;
      letter-spacing: -.04em;
      color: #171a31;
    }
    .memory-card p {
      margin: 9px 0 0;
      color: #6a718b;
      font-size: 13px;
      line-height: 1.48;
    }
    .memory-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 15px;
    }
    .memory-actions span {
      height: 40px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      background: #f4f1ff;
      color: #6d40f6;
      font-size: 12px;
      font-weight: 850;
    }
    .feed-connector {
      position: absolute;
      left: 48px;
      right: 48px;
      top: 246px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(124,58,237,.36), rgba(103,232,249,.42), transparent);
      transform: rotate(12deg);
      opacity: .65;
    }
    .floating-orb {
      position: absolute;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, #ffffff, #bda7ff 28%, rgba(124,58,237,.18) 70%, transparent 72%);
      filter: blur(.2px);
      opacity: .78;
      animation: float 7s ease-in-out infinite;
    }
    .orb-1 { left: 8%; top: 12%; }
    .orb-2 { right: 9%; bottom: 10%; width: 130px; height: 130px; animation-delay: -2.3s; }
    .feed-copy { padding-right: 30px; }
    .feed-copy p { margin-left: 0; }
    .stat-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 34px;
    }
    .stat {
      padding: 19px;
      border-radius: 22px;
      background: white;
      border: 1px solid rgba(73, 78, 124, .10);
      box-shadow: 0 20px 60px rgba(44, 50, 90, .08);
    }
    .stat strong {
      display: block;
      font-size: 26px;
      letter-spacing: -.05em;
      color: #171a31;
    }
    .stat span {
      display: block;
      margin-top: 5px;
      color: #747b94;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 650;
    }

    .testimonial-band {
      position: relative;
      padding: 54px;
      border-radius: 42px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.90), rgba(247,248,255,.82)),
        radial-gradient(circle at 92% 20%, rgba(124,58,237,.18), transparent 30%);
      border: 1px solid rgba(73, 78, 124, .12);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .testimonial-band::after {
      content: "“";
      position: absolute;
      right: 40px;
      top: -40px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 220px;
      line-height: 1;
      color: rgba(124,58,237,.08);
    }
    .testimonial-text {
      position: relative;
      max-width: 970px;
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(34px, 4.2vw, 66px);
      line-height: 1.05;
      letter-spacing: -.055em;
      color: #12152c;
      z-index: 1;
    }
    .testimonial-source {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-top: 30px;
      color: #596079;
      font-weight: 750;
      z-index: 1;
    }
    .avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(135deg, #c4b5fd, #7c3aed);
      box-shadow: 0 16px 36px rgba(124,58,237,.18);
    }
    .pricing-strip {
      display: grid;
      grid-template-columns: 1fr 400px;
      gap: 30px;
      align-items: stretch;
      padding: 42px;
      border-radius: 44px;
      color: white;
      background:
        radial-gradient(circle at 82% 10%, rgba(255,255,255,.24), transparent 22%),
        radial-gradient(circle at 18% 70%, rgba(103,232,249,.20), transparent 26%),
        linear-gradient(135deg, #11142a 0%, #32156c 52%, #7c3aed 100%);
      box-shadow: 0 44px 140px rgba(70, 46, 170, .32);
      overflow: hidden;
    }
    .pricing-copy h2 { color: white; }
    .pricing-copy p { color: rgba(255,255,255,.74); max-width: 770px; margin-left: 0; }
    .price-card {
      padding: 26px;
      border-radius: 32px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(20px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }
    .price-card small {
      color: rgba(255,255,255,.72);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .price {
      margin-top: 14px;
      display: flex;
      align-items: baseline;
      gap: 8px;
    }
    .price strong {
      font-size: 66px;
      letter-spacing: -.08em;
      line-height: 1;
    }
    .price span { color: rgba(255,255,255,.72); font-weight: 700; }
    .cta-button {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 62px;
      margin-top: 24px;
      border-radius: 17px;
      background: white;
      color: #34106f;
      text-decoration: none;
      font-weight: 900;
      box-shadow: 0 22px 60px rgba(255,255,255,.20);
    }
    .price-points {
      display: grid;
      gap: 11px;
      padding: 0;
      margin: 22px 0 0;
      list-style: none;
      color: rgba(255,255,255,.76);
      font-size: 14px;
      font-weight: 650;
    }
    .price-points li::before {
      content: "✓";
      margin-right: 9px;
      color: #c4b5fd;
      font-weight: 900;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0) translateX(0); }
      50% { transform: translateY(-22px) translateX(10px); }
    }
    @keyframes corePulse {
      0%, 100% { transform: translate(-50%, -50%) scale(1); }
      50% { transform: translate(-50%, -50%) scale(1.045); }
    }
    @keyframes blink {
      0%, 100% { opacity: .45; transform: scale(.9); }
      50% { opacity: 1; transform: scale(1.12); }
    }
    @keyframes revealStep {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-5px); }
    }
    @keyframes feedFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-7px); }
    }

    @media (max-width: 1280px) {
      .hero-copy { width: min(760px, 70vw); }
    }
    @media (max-width: 1180px) {
      .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
      .showcase, .split-section, .feed-section, .pricing-strip, .experience-section { grid-template-columns: 1fr; }
      .showcase-copy, .feed-copy { padding-right: 0; }
      .app-window { transform: none; }
      .pricing-strip { padding: 34px; }
      .brutal-comparison { grid-template-columns: 1fr; }
    }
    @media (max-width: 1100px) {
      .nav { padding: 28px 28px 0; }
      .nav-links { display: none; }
      .hero { padding: 90px 28px 0; }
      .hero-copy { width: min(680px, 78vw); }
      h1 { font-size: clamp(58px, 8vw, 92px); }
      .subtitle { font-size: 19px; }
      .light-section { padding: 86px 28px; }
    }
    @media (max-width: 820px) {
      .comparison-light { grid-template-columns: 1fr; }
      .app-window { min-height: 560px; border-width: 7px; }
      .sidebar { display: none; }
      .window-main { left: 0; }
      .knowledge-map { height: 440px; }
      .stat-row { grid-template-columns: 1fr; }
      .experience-lab { min-height: auto; }
      .lab-step, .lab-step:nth-child(2), .lab-step:nth-child(3), .lab-step:nth-child(4) { margin-left: 0; }
    }
    @media (max-width: 760px) {
      .page {
        min-height: 100svh;
        background:
          linear-gradient(180deg, rgba(2,4,18,.42) 0%, rgba(2,4,18,.74) 38%, rgba(2,4,18,.92) 100%),
          url("/images/crocobrain-background.webp") 62% center / cover no-repeat;
        background-color: #020412;
      }
      #brainCanvas { opacity: .34; }
      .nav { padding: 22px 18px 0; }
      .brand { font-size: 22px; }
      .brand-mark { width: 32px; height: 32px; border-radius: 12px; }
      .login { display: none; }
      .nav-cta { padding: 13px 16px; border-radius: 11px; font-size: 13px; }
      .hero { padding: 68px 18px 0; min-height: calc(100svh - 58px); }
      .hero-copy { width: 100%; }
      .eyebrow { font-size: 13px; padding: 9px 14px; margin-bottom: 26px; }
      h1 { font-size: clamp(54px, 15.5vw, 78px); line-height: .96; }
      .subtitle { font-size: 17px; line-height: 1.58; margin-top: 24px; }
      .hero-buttons { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 30px; }
      .primary-btn, .secondary-btn { width: 100%; min-width: 0; height: 62px; font-size: 16px; }
      .proofs { flex-wrap: wrap; gap: 15px 22px; font-size: 13px; margin-top: 24px; }
      .social-proof { padding-bottom: 26px; margin-top: 70px; font-size: 14px; }
      .logos { flex-wrap: wrap; gap: 22px 30px; margin-top: 20px; }
      .light-section { padding: 74px 18px; }
      .light-section.first { padding-top: 58px; }
      .section-head { margin-bottom: 38px; }
      .light-title, .showcase-copy h2, .split-copy h2, .feed-copy h2, .pricing-copy h2, .experience-copy h2 { font-size: clamp(32px, 8vw, 46px); }
      .light-subtitle, .showcase-copy p, .split-copy p, .feed-copy p, .pricing-copy p, .experience-copy p { font-size: 16px; }
      .feature-grid, .steps-grid { grid-template-columns: 1fr; }
      .feature-card { min-height: 318px; padding: 22px; }
      .split-copy, .process-ribbon, .testimonial-band, .pricing-strip, .experience-lab { border-radius: 28px; padding: 24px; }
      .model-card { min-height: 520px; border-radius: 28px; padding: 24px; }
      .dead-search, .living-brain { left: 20px; right: 20px; bottom: 20px; }
      .process-line { display: none; }
      .step-card { min-height: auto; }
      .phone-stage { min-height: 640px; }
      .phone { height: 590px; }
      .testimonial-text { font-size: clamp(31px, 10vw, 45px); }
      .price-card { padding: 22px; }
      .price strong { font-size: 54px; }
      .window-actions { display: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
      }
      #brainCanvas,
      #heroCursor { display: none !important; }
      .tilt-element { transform: none !important; }
      .df-chat-step {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
      }
      .df-typing-row { display: none !important; }
      .overlay-title {
        -webkit-mask-image: none !important;
        mask-image: none !important;
        opacity: .18;
      }
    }

    .landing-suite {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      color: #11131d;
      background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.98) 0 14%, rgba(249,248,255,.78) 36%, transparent 62%),
        radial-gradient(circle at 7% 12%, rgba(124, 92, 255, .13), transparent 25%),
        radial-gradient(circle at 92% 28%, rgba(77, 141, 255, .12), transparent 24%),
        linear-gradient(180deg, #fbfbff 0%, #f7f6ff 48%, #ffffff 100%);
    }

    .landing-suite::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(112, 92, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112, 92, 255, .045) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: linear-gradient(180deg, black 0%, transparent 82%);
    }

    .suite-section {
      position: relative;
      width: min(100%, 1320px);
      margin: 0 auto;
      padding: 112px 52px;
    }

    .suite-section + .suite-section {
      padding-top: 62px;
    }

    .suite-head {
      max-width: 860px;
      margin: 0 auto 62px;
      text-align: center;
    }

    .suite-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(112, 92, 255, .16);
      background: rgba(255,255,255,.72);
      color: #6f55ee;
      box-shadow: 0 16px 48px rgba(103, 84, 205, .08), inset 0 1px 0 rgba(255,255,255,.92);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .13em;
      text-transform: uppercase;
      backdrop-filter: blur(16px);
    }

    .suite-kicker::before {
      content: "✦";
      font-size: 14px;
      line-height: 1;
    }

    .suite-title {
      margin: 24px 0 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: .92;
      letter-spacing: -.06em;
      font-weight: 500;
      color: #11131d;
    }

    .suite-title span {
      display: block;
      color: transparent;
      background: linear-gradient(115deg, #4568db 0%, #7c5cff 48%, #a486ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      filter: drop-shadow(0 18px 48px rgba(124,92,255,.16));
    }

    .suite-lead {
      max-width: 720px;
      margin: 26px auto 0;
      color: #5f6885;
      font-size: 19px;
      line-height: 1.62;
      letter-spacing: -.018em;
    }

    .suite-lead strong {
      color: #30364f;
      font-weight: 850;
    }

    .suite-divider {
      position: relative;
      width: min(520px, 72vw);
      height: 48px;
      margin: 54px auto 62px;
    }

    .suite-divider::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124,92,255,.34), rgba(77,141,255,.25), transparent);
      box-shadow: 0 0 18px rgba(124,92,255,.22);
    }

    .suite-divider::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 30px;
      transform: translate(-50%, -50%) rotate(45deg);
      border-radius: 8px;
      background: linear-gradient(135deg, #ffffff, #f1edff);
      border: 1px solid rgba(124,92,255,.18);
      box-shadow: 0 0 28px rgba(124,92,255,.34);
    }

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

    .suite-card {
      position: relative;
      overflow: hidden;
      min-height: 456px;
      padding: 28px;
      border-radius: 28px;
      border: 1px solid rgba(73, 78, 124, .12);
      background: rgba(255,255,255,.66);
      box-shadow: 0 24px 80px rgba(79,70,229,.08), inset 0 1px 0 rgba(255,255,255,.92);
      backdrop-filter: blur(18px);
    }

    .suite-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 84% 24%, rgba(124,92,255,.12), transparent 32%);
      opacity: 0;
      transition: opacity .3s ease;
      pointer-events: none;
    }

    .suite-card:hover::before {
      opacity: 1;
    }

    .suite-card-top {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 24px;
    }

    .suite-card-copy {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 16px;
      min-width: 0;
    }

    .suite-number {
      padding-top: 5px;
      color: #151827;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: -.02em;
    }

    .suite-card h3 {
      margin: 0;
      color: #151827;
      font-size: 24px;
      line-height: 1.05;
      letter-spacing: -.045em;
    }

    .suite-card p {
      margin: 12px 0 0;
      max-width: 390px;
      color: #65708f;
      font-size: 15px;
      line-height: 1.55;
      letter-spacing: -.012em;
    }

    .suite-icon {
      flex: 0 0 auto;
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      color: #6f55ee;
      background: linear-gradient(180deg, #f4f1ff, #ffffff);
      border: 1px solid rgba(124,92,255,.14);
      box-shadow: 0 14px 32px rgba(124,92,255,.13);
      font-size: 22px;
      font-weight: 900;
    }

    .suite-image-slot {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      min-height: 270px;
      border-radius: 22px;
      overflow: hidden;
      color: rgba(255,255,255,.78);
      background:
        radial-gradient(circle at 72% 18%, rgba(124,92,255,.34), transparent 27%),
        radial-gradient(circle at 20% 100%, rgba(77,141,255,.24), transparent 35%),
        linear-gradient(145deg, #111525 0%, #0a0e1c 100%);
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: 0 28px 90px rgba(88,80,236,.18), inset 0 1px 0 rgba(255,255,255,.08);
    }

    .suite-image-slot::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .34;
      background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 24px 24px;
      mask-image: radial-gradient(circle at 50% 50%, black, transparent 76%);
    }

    .suite-image-slot span {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      max-width: calc(100% - 48px);
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.075);
      color: rgba(255,255,255,.74);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      text-align: center;
      backdrop-filter: blur(12px);
    }

    .suite-answer {
      width: 100%;
      max-width: none;
      padding-left: 0;
      padding-right: 0;
    }

    .suite-answer-inner {
      width: min(100%, 1220px);
      margin: 0 auto;
      padding: 0 52px;
    }

    .suite-chat-stage {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 52px;
      align-items: center;
    }

    .suite-chat-card {
      position: relative;
      overflow: hidden;
      min-height: 620px;
      padding: 34px;
      border-radius: 28px;
      color: white;
      background:
        radial-gradient(circle at 86% 4%, rgba(124,92,255,.26), transparent 30%),
        linear-gradient(145deg, rgba(9,13,26,.99), rgba(17,23,42,.99));
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: 0 34px 110px rgba(15,12,54,.34), inset 0 1px 0 rgba(255,255,255,.10);
    }

    .suite-message-row {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .suite-message-row + .suite-message-row,
    .suite-notes-panel + .suite-message-row {
      margin-top: 26px;
    }

    .suite-message-row.user {
      justify-content: flex-end;
      margin: 30px 0 24px;
    }

    .suite-spark {
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      color: #dcd7ff;
      filter: drop-shadow(0 0 10px rgba(129,104,255,.78));
      font-size: 20px;
    }

    .suite-message {
      color: rgba(255,255,255,.92);
      font-size: 16px;
      line-height: 1.55;
    }

    .suite-message strong {
      display: block;
      margin-bottom: 8px;
      color: #fff;
    }

    .suite-user-bubble {
      width: min(420px, 82%);
      padding: 18px 22px;
      border-radius: 16px;
      border: 1px solid rgba(164,137,255,.50);
      background: linear-gradient(145deg, rgba(98,70,217,.80), rgba(50,38,122,.90));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 38px rgba(46,30,126,.30);
      color: white;
      font-size: 15px;
      line-height: 1.48;
    }

    .suite-notes-panel {
      margin: 20px 0 26px 42px;
      padding: 16px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.035);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    }

    .suite-panel-title {
      margin-bottom: 12px;
      color: rgba(255,255,255,.78);
      font-size: 14px;
      font-weight: 760;
    }

    .suite-note-item {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 13px;
      align-items: center;
      padding: 13px 14px;
      border-radius: 13px;
      border: 1px solid rgba(255,255,255,.09);
      background: rgba(255,255,255,.04);
    }

    .suite-note-item + .suite-note-item {
      margin-top: 9px;
    }

    .suite-file-icon {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      color: white;
      font-weight: 900;
      background: linear-gradient(135deg, #4d8dff, #7c5cff);
    }

    .suite-note-item:nth-child(3) .suite-file-icon {
      background: linear-gradient(135deg, #f59e0b, #7c5cff);
    }

    .suite-note-item:nth-child(4) .suite-file-icon {
      background: linear-gradient(135deg, #22c55e, #4568db);
    }

    .suite-note-copy {
      min-width: 0;
    }

    .suite-note-copy b {
      display: block;
      color: rgba(255,255,255,.94);
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .suite-note-copy span {
      display: block;
      margin-top: 4px;
      color: rgba(205,211,233,.60);
      font-size: 12px;
    }

    .suite-chat-input {
      display: grid;
      grid-template-columns: 1fr 48px;
      gap: 12px;
      align-items: center;
      margin-top: 20px;
      padding: 10px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.13);
      background: rgba(255,255,255,.04);
    }

    .suite-chat-input span {
      min-width: 0;
      padding: 0 10px;
      color: rgba(215,218,236,.58);
      font-size: 14px;
    }

    .suite-send {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: white;
      background: linear-gradient(135deg, #8f6cff, #4568db);
      box-shadow: 0 12px 28px rgba(105,69,244,.34), inset 0 1px 0 rgba(255,255,255,.24);
      font-size: 24px;
    }

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

    .suite-mini-card {
      min-height: 260px;
      padding: 24px;
      border-radius: 24px;
      border: 1px solid rgba(73,78,124,.12);
      background: rgba(255,255,255,.68);
      box-shadow: 0 20px 60px rgba(92,77,150,.08), inset 0 1px 0 rgba(255,255,255,.90);
      backdrop-filter: blur(16px);
    }

    .suite-mini-card h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.08;
      letter-spacing: -.045em;
      color: #171827;
    }

    .suite-mini-card p {
      margin: 11px 0 18px;
      color: #62708f;
      font-size: 14px;
      line-height: 1.5;
    }

    .suite-mini-card .suite-image-slot {
      min-height: 126px;
      border-radius: 18px;
      box-shadow: 0 18px 52px rgba(88,80,236,.16), inset 0 1px 0 rgba(255,255,255,.08);
    }

    .suite-journey {
      width: min(100%, 1180px);
    }

    .suite-journey-grid {
      display: grid;
      gap: 44px;
    }

    .suite-step {
      position: relative;
      display: grid;
      grid-template-columns: 260px minmax(0, 1fr);
      gap: 58px;
      align-items: center;
    }

    .suite-step-copy {
      align-self: start;
      padding-top: 14px;
    }

    .suite-step-number {
      display: grid;
      place-items: center;
      width: 64px;
      height: 64px;
      margin-bottom: 22px;
      border-radius: 50%;
      border: 1px solid rgba(126,104,245,.13);
      background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,238,255,.88));
      color: #3b3a67;
      box-shadow: 0 18px 44px rgba(100,82,202,.10), inset 0 1px 0 rgba(255,255,255,.95);
      font-size: 21px;
      font-weight: 900;
    }

    .suite-step h3 {
      margin: 0 0 13px;
      color: #12121f;
      font-size: 38px;
      line-height: 1;
      letter-spacing: -.045em;
    }

    .suite-step p {
      margin: 0 0 24px;
      color: #606b89;
      font-size: 16px;
      line-height: 1.52;
    }

    .suite-checks {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #65708f;
      font-size: 15px;
      font-weight: 650;
    }

    .suite-checks li {
      display: flex;
      align-items: center;
      gap: 11px;
    }

    .suite-checks span {
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid rgba(117,92,245,.42);
      background: rgba(255,255,255,.72);
      color: #6f55ee;
      font-size: 13px;
      line-height: 1;
    }

    .suite-visual-frame {
      position: relative;
      min-height: 338px;
      padding: 28px;
      border-radius: 34px;
      border: 1px solid rgba(126,104,245,.12);
      background: rgba(255,255,255,.58);
      box-shadow: 0 24px 80px rgba(103,84,205,.12), inset 0 1px 0 rgba(255,255,255,.86);
      backdrop-filter: blur(18px);
    }

    .suite-visual-frame .suite-image-slot {
      min-height: 278px;
    }

    .suite-down-arrow {
      position: absolute;
      left: 50%;
      bottom: -56px;
      z-index: 4;
      width: 42px;
      height: 66px;
      transform: translateX(-50%);
      color: #ad98ff;
      filter: drop-shadow(0 16px 20px rgba(141,112,255,.24));
    }

    .suite-step:last-child .suite-down-arrow {
      display: none;
    }

    .suite-final {
      padding-bottom: 130px;
    }

    .suite-final-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 370px;
      gap: 32px;
      align-items: stretch;
      padding: 42px;
      border-radius: 34px;
      color: white;
      background:
        radial-gradient(circle at 86% 8%, rgba(255,255,255,.24), transparent 24%),
        radial-gradient(circle at 14% 84%, rgba(77,141,255,.18), transparent 28%),
        linear-gradient(135deg, #11142a 0%, #32216f 54%, #7357ff 100%);
      box-shadow: 0 44px 130px rgba(70,46,170,.28);
      overflow: hidden;
    }

    .suite-final-panel h2 {
      margin: 0;
      max-width: 780px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: .96;
      letter-spacing: -.055em;
      font-weight: 500;
    }

    .suite-final-panel p {
      max-width: 760px;
      margin: 22px 0 0;
      color: rgba(255,255,255,.76);
      font-size: 18px;
      line-height: 1.6;
    }

    .suite-price-card {
      padding: 26px;
      border-radius: 28px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(18px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .suite-price-card small {
      color: rgba(255,255,255,.72);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .suite-price {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-top: 14px;
    }

    .suite-price strong {
      font-size: 58px;
      letter-spacing: -.07em;
      line-height: 1;
    }

    .suite-price span {
      color: rgba(255,255,255,.72);
      font-weight: 750;
    }

    .suite-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      margin-top: 22px;
      border-radius: 16px;
      background: white;
      color: #34106f;
      text-decoration: none;
      font-weight: 900;
      box-shadow: 0 22px 60px rgba(255,255,255,.18);
    }

    .suite-price-points {
      display: grid;
      gap: 11px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
      color: rgba(255,255,255,.78);
      font-size: 14px;
      line-height: 1.35;
      font-weight: 650;
    }

    .suite-price-points li::before {
      content: "✓";
      margin-right: 9px;
      color: #c4b5fd;
      font-weight: 900;
    }

    @media (max-width: 1120px) {
      .suite-title { font-size: 46px; }
      .suite-chat-stage,
      .suite-final-panel { grid-template-columns: 1fr; }
      .suite-step { grid-template-columns: 1fr; gap: 24px; }
      .suite-step-copy {
        display: grid;
        grid-template-columns: 72px 1fr;
        column-gap: 16px;
        align-items: start;
        padding-top: 0;
      }
      .suite-step-number {
        grid-row: span 3;
        margin: 0;
      }
      .suite-step-copy p,
      .suite-checks { grid-column: 2; }
    }

    @media (max-width: 820px) {
      .suite-section,
      .suite-answer-inner {
        padding-left: 22px;
        padding-right: 22px;
      }
      .suite-section { padding-top: 78px; padding-bottom: 78px; }
      .suite-title { font-size: 48px; }
      .suite-lead { font-size: 16px; }
      .suite-feature-grid,
      .suite-mini-grid { grid-template-columns: 1fr; }
      .suite-card { min-height: auto; padding: 22px; }
      .suite-chat-card { min-height: auto; padding: 24px; }
      .suite-notes-panel { margin-left: 0; }
      .suite-final-panel { padding: 26px; border-radius: 28px; }
      .suite-final-panel h2 { font-size: 42px; }
    }

    @media (max-width: 560px) {
      .suite-section,
      .suite-answer-inner {
        padding-left: 18px;
        padding-right: 18px;
      }
      .suite-title { font-size: 40px; }
      .suite-head { margin-bottom: 42px; }
      .suite-card-top { gap: 14px; }
      .suite-card-copy { grid-template-columns: 1fr; gap: 8px; }
      .suite-number { padding-top: 0; }
      .suite-icon { width: 42px; height: 42px; border-radius: 15px; }
      .suite-image-slot { min-height: 220px; }
      .suite-step-copy { grid-template-columns: 56px 1fr; }
      .suite-step-number { width: 50px; height: 50px; font-size: 16px; }
      .suite-step h3 { font-size: 29px; }
      .suite-visual-frame { padding: 14px; border-radius: 26px; }
      .suite-visual-frame .suite-image-slot { min-height: 230px; border-radius: 18px; }
      .suite-down-arrow { display: none; }
    }

    /* ============================================================ */
    /* BODY SECTIONS (cp-* and df-* prefixed to isolate from hero)   */
    /* ============================================================ */

    .cp-stack {
      position: relative;
      width: 100%;
      padding: 64px 24px 80px;
      background:
        radial-gradient(circle at 50% 8%, rgba(173, 143, 255, 0.20), transparent 22%),
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.92), transparent 28%),
        radial-gradient(circle at 92% 6%, rgba(184, 146, 255, 0.18), transparent 18%),
        linear-gradient(180deg, #faf9ff 0%, #f7f6ff 47%, #fbfaff 100%);
      color: #11131d;
      overflow: clip;
    }

    .cp-orb {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      filter: blur(0.2px);
      z-index: 0;
    }
    .cp-orb.one { width: 9px; height: 9px; left: 14%; top: 9%; background: #fff; box-shadow: 0 0 24px 9px rgba(255, 255, 255, 0.95), 0 0 34px 12px rgba(140, 98, 255, 0.35); }
    .cp-orb.two { width: 6px; height: 6px; right: 13%; top: 16%; background: #fff; box-shadow: 0 0 22px 8px rgba(255, 255, 255, 0.95), 0 0 30px 12px rgba(140, 98, 255, 0.38); }
    .cp-orb.three { width: 8px; height: 8px; right: 10%; bottom: 18%; background: #fff; box-shadow: 0 0 24px 8px rgba(255, 255, 255, 0.95), 0 0 30px 12px rgba(140, 98, 255, 0.28); }

    .cp-network {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.5;
      background-image:
        linear-gradient(115deg, transparent 0 78%, rgba(128, 84, 255, 0.18) 78.2%, transparent 78.6%),
        linear-gradient(32deg, transparent 0 74%, rgba(128, 84, 255, 0.13) 74.2%, transparent 74.5%);
      mask-image: radial-gradient(circle at 50% 30%, black, transparent 68%);
    }

    .cp-wrap {
      width: min(100%, 1320px);
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .cp-intro { padding-top: 24px; padding-bottom: 120px; }
    .cp-intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
      gap: 80px;
      align-items: center;
      position: relative;
    }
    .cp-intro-text { text-align: left; position: relative; z-index: 2; }
    .cp-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.58);
      border: 1px solid rgba(19, 174, 116, 0.28);
      color: #0f8a5c;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 32px;
    }
    .cp-badge svg { color: #0f8a5c; }
    .cp-h2 {
      margin: 0;
      max-width: none;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 400;
      color: #0f111a;
      text-align: left;
    }
    .cp-h2 .gradient {
      display: inline-block;
      background: linear-gradient(92deg, #4e3aae 0%, #6d54ff 48%, #9d72ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .cp-subhead {
      max-width: none;
      margin: 28px 0 0;
      color: #6d7598;
      font-size: clamp(17px, 1.6vw, 19px);
      line-height: 1.55;
      font-weight: 500;
      letter-spacing: -0.015em;
      text-align: left;
    }
    .cp-features-list {
      list-style: none;
      margin: 40px 0 0;
      padding: 0;
      display: grid;
      gap: 26px;
    }
    .cp-feature {
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 20px;
      align-items: start;
    }
    .cp-feature-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      display: grid; place-items: center;
      background: rgba(125, 92, 255, 0.10);
      border: 1px solid rgba(125, 92, 255, 0.18);
      color: #6d54ff;
    }
    .cp-feature h3 {
      margin: 0;
      font-family: "Plus Jakarta Sans", system-ui, sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.025em;
      color: #11131d;
    }
    .cp-feature p {
      margin: 6px 0 0;
      color: #6d7598;
      font-size: 15px;
      line-height: 1.5;
      letter-spacing: -0.01em;
    }

    .cp-visual-stage {
      position: relative;
      width: 100%;
      min-height: 620px;
      margin: 0;
    }
    .cp-brain {
      position: absolute;
      inset: 0;
      opacity: 0.98;
      pointer-events: none;
      overflow: visible;
    }
    .cp-brain::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 55%;
      transform: translate(-50%, -50%);
      width: min(70vw, 880px);
      aspect-ratio: 1.33 / 1;
      background: url("/images/LP%20-%20section%20arreter%20de%20penser/brain.webp") center / cover no-repeat;
      -webkit-mask-image: radial-gradient(ellipse 60% 60% at center, black 48%, transparent 86%);
      mask-image: radial-gradient(ellipse 60% 60% at center, black 48%, transparent 86%);
      filter: saturate(1.08) brightness(1.02);
    }
    .cp-brain-lines {
      display: none;
      position: absolute;
      width: min(88vw, 790px);
      height: 545px;
      top: 50%; left: 50%;
      transform: translate(-50%, -49%);
      border-radius: 50%;
      background-image:
        linear-gradient(36deg, transparent 0 44%, rgba(255,255,255,0.70) 44.2%, transparent 44.6%),
        linear-gradient(128deg, transparent 0 51%, rgba(107, 76, 255, 0.16) 51.2%, transparent 51.6%),
        linear-gradient(82deg, transparent 0 38%, rgba(255,255,255,0.6) 38.2%, transparent 38.6%);
      mask-image: radial-gradient(circle, black, transparent 69%);
      opacity: 0.78;
      pointer-events: none;
    }

    .cp-dashboard {
      position: relative;
      width: min(82%, 470px);
      min-height: 440px;
      margin: 30px auto 0;
      padding: 22px;
      border-radius: 18px;
      border: 1px solid rgba(147, 138, 255, 0.30);
      background:
        linear-gradient(180deg, rgba(14, 20, 43, 0.96), rgba(8, 13, 30, 0.98)),
        radial-gradient(circle at 56% -10%, rgba(105, 80, 255, 0.42), transparent 34%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 -5px 24px rgba(139, 100, 255, 0.58),
        0 44px 95px rgba(34, 24, 104, 0.42);
      color: white;
      text-align: left;
      overflow: hidden;
      z-index: 3;
    }
    .cp-dashboard::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 0%, rgba(115, 92, 255, 0.42), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.06), transparent 22%);
      pointer-events: none;
    }
    .cp-dash-inner { position: relative; z-index: 1; }
    .cp-dash-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
    .cp-dash-brand {
      display: flex; align-items: center; gap: 9px;
      color: white;
      font-size: 18px; font-weight: 800;
      letter-spacing: -0.03em;
    }
    .cp-dash-sparkle { width: 18px; height: 18px; color: #a68bff; filter: drop-shadow(0 0 8px rgba(155, 115, 255, 0.85)); }
    .cp-dash-actions { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,0.72); }
    .cp-icon-btn {
      width: 42px; height: 42px; border: 0; border-radius: 12px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, #7c3aed, #7758ff);
      color: white;
      box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
      cursor: pointer;
    }
    .cp-tabs {
      display: flex; align-items: center; gap: 16px;
      margin-top: 20px;
      font-size: 12px; color: rgba(255,255,255,0.58);
    }
    .cp-tab { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
    .cp-tab.active {
      padding: 6px 9px; border-radius: 7px;
      color: white; background: rgba(121, 94, 255, 0.32);
    }
    .cp-welcome {
      margin-top: 18px;
      padding: 22px 0 6px;
      border-top: 1px solid rgba(255,255,255,0.10);
    }
    .cp-welcome h3 {
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 22px;
      letter-spacing: -0.035em;
      line-height: 1.05;
      font-weight: 400;
      margin: 0;
    }
    .cp-welcome p {
      margin: 5px 0 0;
      color: rgba(255,255,255,0.66);
      font-size: 15px;
      letter-spacing: -0.02em;
    }
    .cp-welcome p span { color: #8b71ff; }
    .cp-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 22px;
    }
    .cp-stat-card {
      min-height: 124px;
      padding: 13px 11px 10px;
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
      position: relative;
      overflow: hidden;
    }
    .cp-stat-card small {
      color: rgba(255,255,255,0.82);
      font-size: 10.5px; font-weight: 700;
      letter-spacing: -0.02em;
    }
    .cp-stat-card strong {
      display: block;
      margin-top: 6px;
      color: #fff;
      font-size: 25px; line-height: 1;
      letter-spacing: -0.04em;
    }
    .cp-stat-card span {
      display: block;
      margin-top: 5px;
      color: #75a3ff;
      font-size: 10.5px; font-weight: 600;
    }
    .cp-mini-chart {
      position: absolute;
      left: 10px; right: 10px; bottom: 10px;
      height: 30px;
    }
    .cp-mini-chart svg { width: 100%; height: 100%; overflow: visible; }
    .cp-activity { margin-top: 20px; }
    .cp-activity-title {
      font-size: 12.5px;
      color: rgba(255,255,255,0.74);
      font-weight: 700;
      letter-spacing: -0.03em;
    }
    .cp-activity-list { margin-top: 12px; display: grid; gap: 12px; }
    .cp-activity-item { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; }
    .cp-activity-icon {
      width: 28px; height: 28px; border-radius: 7px;
      display: grid; place-items: center;
      color: white;
      box-shadow: 0 8px 22px rgba(0,0,0,0.16);
    }
    .cp-activity-icon.blue { background: linear-gradient(135deg, #4987ff, #6a5cff); }
    .cp-activity-icon.red { background: linear-gradient(135deg, #ff765a, #ff4d55); }
    .cp-activity-icon.violet { background: linear-gradient(135deg, #6a5cff, #9b6dff); }
    .cp-activity-copy { margin: 0; }
    .cp-activity-copy b {
      display: block; font-size: 14px;
      letter-spacing: -0.025em;
      color: rgba(255,255,255,0.93);
    }
    .cp-activity-copy span {
      display: block; margin-top: 3px;
      font-size: 13px;
      color: rgba(255,255,255,0.48);
    }

    .cp-float-card {
      position: absolute;
      z-index: 4;
      border-radius: 19px;
      text-align: left;
      backdrop-filter: blur(18px);
    }
    .cp-idea-card {
      width: 215px;
      left: 20px; top: 320px;
      padding: 19px 20px;
      background: rgba(255, 255, 255, 0.80);
      border: 1px solid rgba(126, 110, 255, 0.17);
      box-shadow: 0 22px 50px rgba(79, 65, 160, 0.14);
      transform: rotate(-5deg);
    }
    .cp-idea-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .cp-idea-title {
      display: flex; align-items: center; gap: 8px;
      font-weight: 800; font-size: 14px;
      letter-spacing: -0.03em;
      color: #171a2b;
    }
    .cp-tiny-icon {
      width: 22px; height: 22px;
      border-radius: 8px;
      display: grid; place-items: center;
      color: white;
      background: linear-gradient(135deg, #ffa33e, #ffbe5b);
    }
    .cp-close { color: #8f6bff; font-size: 22px; line-height: 1; }
    .cp-idea-card p {
      margin: 19px 0 0;
      color: #69708f;
      font-size: 15px; line-height: 1.45;
      letter-spacing: -0.02em;
    }
    .cp-tag-row {
      display: flex; justify-content: space-between; align-items: center;
      margin-top: 18px; gap: 10px;
    }
    .cp-tag {
      display: inline-flex; align-items: center;
      height: 28px; padding: 0 11px;
      border-radius: 8px;
      background: rgba(121, 94, 255, 0.18);
      color: #7154e8;
      font-size: 13px; font-weight: 800;
      letter-spacing: -0.02em;
    }
    .cp-quote-card {
      width: 220px;
      right: -40px; top: 140px;
      padding: 22px 22px 19px;
      color: white;
      background:
        radial-gradient(circle at 100% 0%, rgba(122, 85, 255, 0.42), transparent 42%),
        linear-gradient(145deg, rgba(16, 15, 48, 0.96), rgba(28, 22, 83, 0.95));
      border: 1px solid rgba(171, 147, 255, 0.24);
      box-shadow: 0 0 24px rgba(117, 80, 255, 0.30), 0 22px 55px rgba(47, 33, 132, 0.35);
      transform: rotate(5deg);
    }
    .cp-quote-label {
      display: flex; align-items: center; gap: 9px;
      font-size: 14px; font-weight: 800;
      color: rgba(255,255,255,0.72);
    }
    .cp-quote-card p {
      margin: 16px 0 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 18px; line-height: 1.46;
      letter-spacing: -0.01em;
      font-weight: 400;
    }
    .cp-quote-card cite {
      display: block; margin-top: 14px;
      font-style: normal;
      color: rgba(255,255,255,0.48);
      font-size: 13px;
    }
    .cp-synth-card {
      width: 280px;
      right: 0; bottom: 20px;
      padding: 22px 22px 19px;
      color: white;
      background:
        radial-gradient(circle at 90% 12%, rgba(119, 87, 255, 0.30), transparent 42%),
        linear-gradient(145deg, rgba(17, 20, 43, 0.96), rgba(13, 17, 39, 0.96));
      border: 1px solid rgba(151, 133, 255, 0.26);
      box-shadow: 0 0 22px rgba(111, 83, 255, 0.24), 0 26px 58px rgba(38, 31, 111, 0.34);
      transform: rotate(7deg);
    }
    .cp-synth-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .cp-synth-label {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 10px;
      border-radius: 999px;
      color: #b3a1ff;
      background: rgba(130, 100, 255, 0.18);
      font-size: 13px; font-weight: 800;
      letter-spacing: -0.03em;
    }
    .cp-check-ring {
      width: 32px; height: 32px;
      border-radius: 999px;
      display: grid; place-items: center;
      border: 2px solid rgba(255,255,255,0.82);
      color: #fff;
    }
    .cp-synth-card h3 {
      margin: 21px 0 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 25px; line-height: 1.05;
      letter-spacing: -0.04em;
      font-weight: 400;
    }
    .cp-synth-card p {
      margin: 13px 0 0;
      color: rgba(255,255,255,0.67);
      font-size: 15px; line-height: 1.43;
      letter-spacing: -0.02em;
    }
    .cp-sources { margin-top: 18px; }
    .cp-sources > span {
      display: block;
      color: rgba(255,255,255,0.55);
      font-size: 13px; font-weight: 700;
      margin-bottom: 9px;
    }
    .cp-source-icons { display: flex; gap: 10px; }
    .cp-source-icon {
      width: 26px; height: 26px;
      border-radius: 6px;
      display: grid; place-items: center;
      font-size: 13px; font-weight: 900;
      color: white;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.12);
      font-style: normal;
    }
    .cp-source-icon.notion { background: rgba(255,255,255,0.14); }
    .cp-source-icon.pdf { background: #ff5f50; }
    .cp-source-icon.doc { background: #4d8dff; }
    .cp-source-icon.web { background: rgba(255,255,255,0.10); }

    /* CTA shell + trust row */
    .cp-cta-shell {
      width: min(100%, 1010px);
      margin: 30px auto 0;
      padding: 44px 40px 34px;
      border-radius: 34px;
      border: 1px solid rgba(106, 107, 166, 0.14);
      background: rgba(255, 255, 255, 0.62);
      backdrop-filter: blur(18px);
      box-shadow: 0 34px 90px rgba(87, 70, 175, 0.16), inset 0 1px 0 rgba(255,255,255,0.94);
      position: relative;
      z-index: 2;
    }
    .cp-cta-row { display: grid; grid-template-columns: 1fr 0.78fr; gap: 34px; }
    .cp-btn-primary, .cp-btn-secondary {
      min-height: 94px;
      border-radius: 18px;
      border: 0;
      font-family: inherit;
      font-size: 22px; font-weight: 800;
      letter-spacing: -0.025em;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      gap: 28px;
      text-decoration: none;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }
    .cp-btn-primary {
      color: #fff;
      background: linear-gradient(135deg, #8a62ff 0%, #673eff 100%);
      box-shadow: 0 26px 62px rgba(107, 76, 255, 0.34), inset 0 1px 0 rgba(255,255,255,0.25);
    }
    .cp-btn-secondary {
      color: #202337;
      background: rgba(255, 255, 255, 0.48);
      border: 1px solid rgba(106, 107, 166, 0.19);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.88);
    }
    .cp-btn-primary:hover, .cp-btn-secondary:hover { transform: translateY(-2px); }
    .cp-btn-arrow { font-size: 32px; line-height: 1; transform: translateY(-1px); }
    .cp-btn-play {
      width: 34px; height: 34px;
      border-radius: 999px;
      display: grid; place-items: center;
      border: 3px solid rgba(54, 65, 100, 0.74);
      color: #37415f;
      font-size: 14px;
    }
    .cp-trust-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      margin-top: 38px;
      padding-top: 34px;
      border-top: 1px solid rgba(106, 107, 166, 0.12);
      text-align: left;
    }
    .cp-trust-item { display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: start; }
    .cp-trust-icon {
      width: 36px; height: 36px;
      border-radius: 999px;
      display: grid; place-items: center;
      color: #6b4cff;
      background: rgba(107, 76, 255, 0.08);
      border: 1px solid rgba(107, 76, 255, 0.21);
      box-shadow: 0 10px 30px rgba(107, 76, 255, 0.12);
    }
    .cp-trust-copy { margin: 0; }
    .cp-trust-copy b {
      display: block;
      color: #151827;
      font-size: 15px;
      letter-spacing: -0.025em;
      line-height: 1.2;
      font-weight: 800;
    }
    .cp-trust-copy span {
      display: block; margin-top: 5px;
      color: #747b98;
      font-size: 13px; line-height: 1.35;
      letter-spacing: -0.02em;
    }

    /* Social card */
    .cp-social-card {
      width: min(100%, 1010px);
      margin: 34px auto 0;
      padding: 43px 70px;
      border-radius: 34px;
      border: 1px solid rgba(106, 107, 166, 0.12);
      background: rgba(255, 255, 255, 0.56);
      backdrop-filter: blur(18px);
      box-shadow: 0 20px 70px rgba(60, 56, 130, 0.08), inset 0 1px 0 rgba(255,255,255,0.86);
      display: grid;
      grid-template-columns: 310px 1fr;
      align-items: center;
      gap: 48px;
      position: relative;
      z-index: 2;
    }
    .cp-avatars { display: flex; align-items: center; justify-content: center; }
    .cp-avatar {
      width: 72px; height: 72px;
      border-radius: 999px;
      border: 4px solid rgba(255,255,255,0.96);
      margin-left: -14px;
      display: grid; place-items: center;
      background:
        radial-gradient(circle at 42% 32%, rgba(255,255,255,0.95), transparent 18%),
        linear-gradient(135deg, rgba(107, 76, 255, 0.24), rgba(255,255,255,0.8));
      color: rgba(76, 61, 155, 0.52);
      font-size: 11px; font-weight: 800;
      letter-spacing: -0.04em;
      box-shadow: 0 12px 30px rgba(80, 67, 150, 0.14);
      overflow: hidden;
    }
    .cp-avatar:first-child { margin-left: 0; }
    .cp-avatar.a1 { background: linear-gradient(135deg, #342a2b, #f0c9a9); color: transparent; }
    .cp-avatar.a2 { background: linear-gradient(135deg, #233350, #e0b08e); color: transparent; }
    .cp-avatar.a3 { background: linear-gradient(135deg, #efc9bb, #e9e8f6); color: transparent; }
    .cp-avatar.more {
      color: #7459ff;
      background: linear-gradient(135deg, #eeeaff, #ffffff);
      font-size: 24px;
      letter-spacing: -0.06em;
    }
    .cp-social-copy { text-align: left; }
    .cp-social-copy h3 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1.12;
      letter-spacing: -0.035em;
      color: #131725;
      font-weight: 400;
    }
    .cp-social-copy h3 span { color: #6d54ff; }
    .cp-rating {
      display: flex; align-items: center; gap: 13px;
      margin: 22px 0 0;
      flex-wrap: wrap;
      color: #5e667f;
      font-size: 14px; font-weight: 700;
    }
    .cp-stars { color: #ffb01f; letter-spacing: 2px; font-size: 19px; line-height: 1; }
    .cp-product-hunt {
      width: 24px; height: 24px;
      border-radius: 999px;
      display: inline-grid; place-items: center;
      background: #ff5d35;
      color: white;
      font-size: 14px; font-weight: 800;
    }

    /* Closing */
    .cp-closing {
      width: min(100%, 540px);
      margin: 56px auto 0;
      display: grid;
      grid-template-columns: 72px 1fr;
      align-items: center;
      gap: 24px;
      text-align: left;
      position: relative;
      z-index: 2;
    }
    .cp-closing-icon {
      width: 72px; height: 72px;
      border-radius: 999px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, rgba(107, 76, 255, 0.11), rgba(255, 255, 255, 0.82));
      border: 1px solid rgba(107, 76, 255, 0.12);
      box-shadow: 0 18px 55px rgba(107, 76, 255, 0.12);
      color: #7a5cff;
    }
    .cp-closing p {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      color: #2e344c;
      font-size: 23px;
      line-height: 1.22;
      letter-spacing: -0.03em;
      font-weight: 400;
    }
    .cp-closing p span { color: #6d54ff; }

    /* ============================================================ */
    /* DIFFERENCES — "Votre cerveau vous répond" (df-* prefixed)    */
    /* ============================================================ */
    .df-section {
      position: relative;
      width: 100%;
      padding: 90px 22px 60px;
      overflow: hidden;
    }
    .df-shell { width: min(100%, 1150px); margin: 0 auto; position: relative; z-index: 1; }
    .df-bg-network { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
    .df-cluster {
      position: absolute;
      width: 260px; height: 260px;
      opacity: 0.42;
      filter: drop-shadow(0 0 20px rgba(133, 98, 255, 0.34));
    }
    .df-cluster.left-top { top: -16px; left: -52px; transform: rotate(-16deg); }
    .df-cluster.right-top { top: -26px; right: -30px; transform: rotate(22deg); }
    .df-cluster.left-mid { top: 880px; left: -64px; transform: rotate(12deg) scale(0.95); }
    .df-cluster.right-bottom { right: -74px; bottom: -20px; transform: rotate(-12deg) scale(1.1); }
    .df-cluster span {
      position: absolute;
      width: 7px; height: 7px;
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 0 16px 5px rgba(147, 106, 255, 0.6);
      animation: df-twinkle 4s ease-in-out infinite;
    }
    .df-cluster span:nth-child(1) { top: 38px; left: 72px; }
    .df-cluster span:nth-child(2) { top: 86px; left: 146px; animation-delay: 0.4s; }
    .df-cluster span:nth-child(3) { top: 148px; left: 112px; animation-delay: 0.9s; }
    .df-cluster span:nth-child(4) { top: 112px; left: 38px; animation-delay: 1.3s; }
    .df-cluster span:nth-child(5) { top: 198px; left: 188px; animation-delay: 1.8s; }
    .df-cluster svg { width: 100%; height: 100%; }
    .df-cluster path { stroke: rgba(139, 112, 255, 0.35); stroke-width: 1; fill: none; }
    @keyframes df-twinkle {
      0%, 100% { opacity: 0.35; transform: scale(0.9); }
      50% { opacity: 1; transform: scale(1.18); }
    }

    .df-eyebrow {
      width: fit-content;
      margin: 0 auto 24px;
      display: inline-flex; align-items: center; gap: 10px;
      padding: 11px 20px;
      border: 1px solid rgba(112, 86, 220, 0.16);
      border-radius: 999px;
      color: #6b5cff;
      background: rgba(255, 255, 255, 0.72);
      box-shadow: 0 10px 40px rgba(101, 88, 184, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
      font-size: 13px; font-weight: 800;
      letter-spacing: 0.075em;
      text-transform: uppercase;
      backdrop-filter: blur(18px);
    }
    .df-eyebrow-icon {
      width: 18px; height: 18px;
      border-radius: 8px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, rgba(123, 92, 255, 0.14), rgba(123, 92, 255, 0.03));
      color: #7b5cff;
    }
    .df-hero { text-align: center; position: relative; padding-bottom: 18px; }
    .df-hero h2 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 400;
    }
    .df-hero h2 span {
      display: block;
      color: #7b5cff;
      text-shadow: 0 12px 38px rgba(122, 92, 255, 0.22);
    }
    .df-hero p {
      max-width: 620px;
      margin: 28px auto 0;
      color: #5c6685;
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.55;
      letter-spacing: -0.015em;
    }
    .df-hero p strong { color: #485574; font-weight: 800; }
    .df-divider-star {
      width: min(480px, 72vw);
      height: 46px;
      margin: 54px auto 38px;
      position: relative;
    }
    .df-divider-star::before {
      content: "";
      position: absolute;
      top: 50%; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(120, 92, 255, 0.36), transparent);
      box-shadow: 0 0 16px rgba(120, 92, 255, 0.34);
    }
    .df-divider-star::after {
      content: "";
      position: absolute;
      top: 50%; left: 50%;
      width: 34px; height: 34px;
      transform: translate(-50%, -50%) rotate(45deg);
      background: radial-gradient(circle, white 0 14%, rgba(148, 107, 255, 0.92) 16% 26%, transparent 46%);
      filter: blur(0.1px) drop-shadow(0 0 18px rgba(132, 92, 255, 0.9));
    }
    /* ===== Bento (2-column dark): text + chat ===== */
    .df-bento {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: clamp(28px, 3.6vw, 56px);
      align-items: stretch;
      margin: 0 auto 60px;
      padding: clamp(38px, 4vw, 60px);
      border-radius: clamp(28px, 2.8vw, 40px);
      background:
        radial-gradient(circle at 8% 12%, rgba(122, 88, 255, 0.22), transparent 32%),
        radial-gradient(circle at 96% 8%, rgba(157, 134, 255, 0.10), transparent 38%),
        radial-gradient(circle at 50% 100%, rgba(122, 88, 255, 0.12), transparent 30%),
        linear-gradient(160deg, #060617 0%, #0a0a22 50%, #050514 100%);
      border: 1px solid rgba(149, 124, 255, 0.16);
      box-shadow: 0 60px 140px rgba(20, 15, 60, 0.4), inset 0 1px 0 rgba(255,255,255,0.06);
      position: relative;
      overflow: hidden;
      color: #fff;
    }
    .df-bento-text {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: clamp(0px, 1vw, 16px);
    }
    .df-bento-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      align-self: flex-start;
      margin-bottom: 28px;
      padding: 9px 18px;
      border: 1px solid rgba(45, 211, 136, 0.32);
      border-radius: 999px;
      background: rgba(19, 174, 116, 0.12);
      color: #6fe3b0;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .df-bento-eyebrow-icon {
      width: 18px; height: 18px;
      border-radius: 6px;
      display: grid; place-items: center;
      background: rgba(45, 211, 136, 0.22);
      color: #9ff0c8;
    }
    .df-bento-eyebrow-icon svg { width: 12px; height: 12px; }
    .df-bento-title {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.0;
      letter-spacing: -0.035em;
      font-weight: 400;
      color: #fff;
    }
    .df-bento-accent {
      display: block;
      background: linear-gradient(92deg, #a890ff 0%, #c9b5ff 50%, #a890ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 14px 38px rgba(168, 144, 255, 0.22);
    }
    .df-bento-lead {
      margin: 26px 0 36px;
      color: rgba(255, 255, 255, 0.68);
      font-size: clamp(15px, 1.35vw, 17px);
      line-height: 1.6;
      font-weight: 500;
      max-width: 440px;
    }
    .df-bento-lead strong { color: #fff; font-weight: 700; }
    .df-bento-feats {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 22px;
    }
    .df-bento-feat {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 18px;
      align-items: start;
    }
    .df-bento-feat-icon {
      width: 48px; height: 48px;
      display: grid; place-items: center;
      border-radius: 14px;
      background: rgba(149, 124, 255, 0.12);
      border: 1px solid rgba(149, 124, 255, 0.22);
      color: #c9b5ff;
    }
    .df-bento-feat-icon svg { width: 22px; height: 22px; }
    .df-bento-feat h3 {
      margin: 0 0 6px;
      font-family: "Plus Jakarta Sans", system-ui, sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #fff;
    }
    .df-bento-feat p {
      margin: 0;
      color: rgba(255, 255, 255, 0.56);
      font-size: 14px;
      line-height: 1.5;
    }
    .df-bento-stage {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: stretch;
    }
    .df-bento .df-chat-card {
      width: 100%;
      max-width: none;
      margin: 0;
    }

    .df-chat-stage { position: relative; display: flex; justify-content: center; margin-bottom: 66px; }
    .df-chat-glow {
      position: absolute;
      inset: -100px -120px -120px;
      background:
        radial-gradient(circle at 86% 32%, rgba(111, 88, 255, 0.42), transparent 18%),
        radial-gradient(circle at 14% 72%, rgba(91, 151, 255, 0.34), transparent 22%),
        radial-gradient(circle at 52% 100%, rgba(122, 92, 255, 0.3), transparent 32%);
      filter: blur(26px);
      z-index: -1;
      opacity: 0.75;
    }
    .df-orbit {
      position: absolute;
      z-index: 2;
      width: 88px; height: 88px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.72);
      background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0 5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgba(123, 92, 255, 0.44), rgba(123, 92, 255, 0.03) 58%, transparent 62%);
      box-shadow: 0 0 36px rgba(126, 94, 255, 0.52), inset 0 0 22px rgba(255, 255, 255, 0.64);
    }
    .df-orbit::before, .df-orbit::after {
      content: "";
      position: absolute;
      inset: 16px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.7);
      transform: rotate(25deg) scaleX(1.38);
    }
    .df-orbit::after { transform: rotate(-35deg) scaleX(1.3); }
    .df-orbit .dot {
      position: absolute;
      width: 9px; height: 9px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 0 18px rgba(255, 255, 255, 0.95);
    }
    .df-orbit .dot:nth-child(1) { top: 20px; left: 24px; }
    .df-orbit .dot:nth-child(2) { top: 32px; right: 17px; }
    .df-orbit .dot:nth-child(3) { bottom: 20px; left: 38px; }
    .df-orbit.one { top: 98px; right: clamp(-16px, 11vw, -76px); }
    .df-orbit.two { bottom: 78px; left: clamp(-10px, 9vw, -72px); }
    .df-chat-card {
      width: min(850px, 100%);
      border-radius: 24px;
      padding: 34px;
      background:
        radial-gradient(circle at 85% 2%, rgba(113, 82, 255, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(9, 13, 26, 0.98), rgba(16, 21, 39, 0.98));
      color: white;
      box-shadow:
        0 24px 70px rgba(15, 12, 54, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
      position: relative;
      overflow: hidden;
    }
    .df-chat-card::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 55%;
      background: linear-gradient(180deg, transparent, rgba(88, 72, 255, 0.13));
      pointer-events: none;
    }
    .df-chat-card > * { position: relative; z-index: 1; }
    .df-assistant-row, .df-user-row { display: flex; gap: 12px; align-items: flex-start; }
    .df-chat-step {
      opacity: 0;
      transform: translateY(12px) scale(0.985);
      filter: blur(2px);
      will-change: opacity, transform, filter;
    }
    .df-chat-step-1 { animation: df-chat-step-1 12s ease-in-out infinite both; }
    .df-chat-step-2 { animation: df-chat-step-2 12s ease-in-out infinite both; }
    .df-chat-step-3 { animation: df-chat-step-3 12s ease-in-out infinite both; }
    .df-chat-step-4 { animation: df-chat-step-4 12s ease-in-out infinite both; }
    @keyframes df-chat-step-1 {
      0%, 5% { opacity: 0; transform: translateY(12px) scale(0.985); filter: blur(2px); }
      10%, 84% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
      92%, 100% { opacity: 0; transform: translateY(-5px) scale(0.995); filter: blur(1px); }
    }
    @keyframes df-chat-step-2 {
      0%, 18% { opacity: 0; transform: translateY(12px) scale(0.985); filter: blur(2px); }
      25%, 84% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
      92%, 100% { opacity: 0; transform: translateY(-5px) scale(0.995); filter: blur(1px); }
    }
    @keyframes df-chat-step-3 {
      0%, 42% { opacity: 0; transform: translateY(12px) scale(0.985); filter: blur(2px); }
      49%, 84% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
      92%, 100% { opacity: 0; transform: translateY(-5px) scale(0.995); filter: blur(1px); }
    }
    @keyframes df-chat-step-4 {
      0%, 56% { opacity: 0; transform: translateY(12px) scale(0.985); filter: blur(2px); }
      63%, 84% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
      92%, 100% { opacity: 0; transform: translateY(-5px) scale(0.995); filter: blur(1px); }
    }
    .df-spark {
      flex: 0 0 auto;
      width: 20px; height: 20px;
      margin-top: 2px;
      display: grid; place-items: center;
      color: #dcd7ff;
      filter: drop-shadow(0 0 10px rgba(129, 104, 255, 0.8));
    }
    .df-message { color: rgba(255, 255, 255, 0.95); font-size: 14px; line-height: 1.48; }
    .df-message strong { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; color: #f7f5ff; }
    .df-user-row { justify-content: flex-end; margin: 22px 0 16px; }
    .df-user-bubble {
      width: min(360px, 78%);
      padding: 15px 18px;
      border: 1px solid rgba(164, 137, 255, 0.56);
      border-radius: 16px;
      background: linear-gradient(145deg, rgba(98, 70, 217, 0.78), rgba(50, 38, 122, 0.88));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 38px rgba(46, 30, 126, 0.34);
      font-size: 13.5px; line-height: 1.46;
    }
    .df-typing-row {
      display: flex;
      gap: 12px;
      align-items: center;
      margin: -2px 0 16px;
      opacity: 0;
      animation: df-chat-typing 12s ease-in-out infinite both;
    }
    .df-typing-bubble {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 10px 12px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .df-typing-bubble span {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: rgba(222, 216, 255, 0.9);
      animation: df-typing-dot 0.9s ease-in-out infinite;
    }
    .df-typing-bubble span:nth-child(2) { animation-delay: 0.15s; }
    .df-typing-bubble span:nth-child(3) { animation-delay: 0.3s; }
    @keyframes df-chat-typing {
      0%, 30%, 47%, 100% { opacity: 0; transform: translateY(8px); filter: blur(2px); }
      34%, 43% { opacity: 1; transform: translateY(0); filter: blur(0); }
    }
    @keyframes df-typing-dot {
      0%, 100% { transform: translateY(0); opacity: 0.45; }
      50% { transform: translateY(-3px); opacity: 1; }
    }
    .df-notes-panel {
      margin: 16px 0 0 32px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.025);
      padding: 14px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    .df-panel-title { color: rgba(255, 255, 255, 0.82); font-size: 12.5px; margin-bottom: 10px; }
    .df-note-item {
      display: flex; gap: 11px; align-items: center;
      padding: 11px 12px;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 11px;
      background: rgba(255, 255, 255, 0.035);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    }
    .df-note-item + .df-note-item { margin-top: 8px; }
    .df-file-icon {
      width: 28px; height: 28px;
      border-radius: 8px;
      display: grid; place-items: center;
      color: white;
      font-size: 13px; font-weight: 800;
      flex: 0 0 auto;
    }
    .df-file-icon.green { background: linear-gradient(135deg, #40c795, #247c66); }
    .df-file-icon.purple { background: linear-gradient(135deg, #7b5cff, #5135d6); }
    .df-file-icon.red { background: linear-gradient(135deg, #ff6e66, #d33b32); }
    .df-note-copy { min-width: 0; }
    .df-note-copy b {
      display: block;
      font-size: 12.5px; font-weight: 700;
      color: rgba(255, 255, 255, 0.94);
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }
    .df-note-copy span { display: block; margin-top: 4px; color: rgba(205, 211, 233, 0.62); font-size: 11px; }
    .df-chip {
      display: inline-flex;
      padding: 2px 7px;
      border-radius: 7px;
      color: #b8a8ff;
      background: rgba(124, 92, 255, 0.2);
      margin-right: 6px;
    }
    .df-more-button {
      margin-top: 14px;
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
      color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 11px 14px;
      cursor: pointer;
      font-family: inherit;
      font-size: 12.5px;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }
    .df-more-button:hover {
      transform: translateY(-1px);
      border-color: rgba(168, 141, 255, 0.65);
      background: rgba(255, 255, 255, 0.04);
    }
    .df-feature-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      margin-top: 12px;
    }
    .df-feature-card {
      position: relative;
      min-height: 346px;
      padding: 34px 34px 30px;
      border: 1px solid rgba(87, 75, 140, 0.12);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.54);
      box-shadow: 0 20px 60px rgba(92, 77, 150, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(18px);
      overflow: hidden;
    }
    .df-feature-card::before {
      content: "";
      position: absolute;
      inset: -90px -90px auto auto;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124, 92, 255, 0.16), transparent 64%);
    }
    .df-feature-icon {
      position: absolute;
      top: 34px; right: 34px;
      width: 42px; height: 42px;
      border-radius: 50%;
      display: grid; place-items: center;
      color: #7b5cff;
      background: rgba(123, 92, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    }
    .df-feature-head { display: flex; gap: 20px; align-items: baseline; margin-bottom: 16px; padding-right: 52px; }
    .df-feature-number { font-weight: 800; letter-spacing: -0.02em; font-size: 18px; }
    .df-feature-card h3 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(22px, 2.4vw, 28px);
      line-height: 1.05;
      letter-spacing: -0.035em;
      font-weight: 400;
    }
    .df-feature-card p {
      margin: 0 0 24px;
      max-width: 360px;
      color: #62708f;
      font-size: 15.5px;
      line-height: 1.5;
      letter-spacing: -0.01em;
    }
    .df-mini-screen {
      position: relative;
      width: min(100%, 390px);
      min-height: 196px;
      padding: 26px;
      border-radius: 14px;
      background:
        radial-gradient(circle at 100% 12%, rgba(119, 90, 255, 0.22), transparent 32%),
        linear-gradient(145deg, #0d1325, #12182c);
      box-shadow: 0 22px 52px rgba(30, 20, 78, 0.22), 0 0 0 1px rgba(255,255,255,0.08);
      color: white;
      overflow: visible;
    }
    .df-mini-title { font-size: 14px; color: rgba(255, 255, 255, 0.9); margin-bottom: 16px; }
    .df-context-list, .df-angle-list { display: grid; gap: 14px; }
    .df-context-line, .df-angle-line { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.82); font-size: 14px; }
    .df-tiny-doc {
      width: 18px; height: 18px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.12);
      display: grid; place-items: center;
      color: #cbc5ff;
      font-size: 10px;
    }
    .df-status-pill {
      margin-left: auto;
      padding: 6px 10px;
      border-radius: 8px;
      background: rgba(123, 92, 255, 0.26);
      color: #c7b9ff;
      font-size: 12px;
    }
    .df-brain {
      position: absolute;
      top: 44px; right: -58px;
      width: 118px; height: 118px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0 3%, transparent 4%),
        radial-gradient(circle, rgba(124, 92, 255, 0.42), rgba(124, 92, 255, 0.06) 62%, transparent 70%);
      box-shadow: 0 0 34px rgba(124, 92, 255, 0.68), inset 0 0 25px rgba(255,255,255,0.44);
    }
    .df-brain::before, .df-brain::after {
      content: "";
      position: absolute;
      inset: 25px 22px;
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: 46% 54% 42% 58%;
      transform: rotate(18deg);
    }
    .df-brain::after { inset: 31px 28px; transform: rotate(-26deg); }
    .df-forgotten-note {
      display: flex; gap: 13px;
      padding: 18px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.09);
      background: rgba(255, 255, 255, 0.03);
    }
    .df-forgotten-note b { display: block; font-size: 14px; line-height: 1.35; color: rgba(255, 255, 255, 0.92); }
    .df-forgotten-note span { display: block; margin-top: 8px; color: rgba(214, 218, 236, 0.56); font-size: 12px; }
    .df-why-now { margin-top: 16px; display: inline-flex; color: #d5caff; font-size: 14px; font-weight: 700; text-decoration: none; }
    .df-round-action, .df-bulb, .df-check {
      position: absolute;
      width: 88px; height: 88px;
      border-radius: 50%;
      display: grid; place-items: center;
      color: #fff;
      background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.38), transparent 22%), linear-gradient(145deg, #8b73ff, #5c3df0);
      box-shadow: 0 0 42px rgba(105, 79, 255, 0.72), inset 0 1px 0 rgba(255,255,255,0.4);
      border: 1px solid rgba(255,255,255,0.42);
    }
    .df-round-action { right: -30px; top: 82px; }
    .df-bulb { right: -34px; bottom: -18px; width: 92px; height: 92px; }
    .df-check { right: -28px; bottom: 28px; }
    .df-angle-list { gap: 10px; margin-bottom: 22px; }
    .df-angle-line { font-size: 13px; color: rgba(255,255,255,0.68); }
    .df-angle-line::before { content: "✦"; color: #a99aff; font-size: 12px; }
    .df-small-button {
      display: inline-flex;
      border: 0; border-radius: 9px;
      padding: 12px 22px;
      color: rgba(255,255,255,0.92);
      background: rgba(255,255,255,0.09);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
      cursor: pointer;
      font-family: inherit;
    }
    .df-action-card { padding: 18px; border-radius: 13px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.09); }
    .df-action-card b {
      display: block;
      color: rgba(255,255,255,0.9);
      font-size: 14px; line-height: 1.45;
      max-width: 280px;
      margin-bottom: 17px;
    }
    .df-action-card button {
      width: 100%;
      border: 0; border-radius: 9px;
      padding: 12px 14px;
      color: rgba(255,255,255,0.94);
      background: rgba(255,255,255,0.1);
      cursor: pointer;
      font-family: inherit;
    }
    .df-bottom-cta {
      margin-top: 28px;
      padding: 26px 36px;
      border-radius: 25px;
      border: 1px solid rgba(87, 75, 140, 0.12);
      background: rgba(255,255,255,0.68);
      display: flex; align-items: center; gap: 28px;
      box-shadow: 0 20px 60px rgba(92, 77, 150, 0.08), inset 0 1px 0 rgba(255,255,255,0.9);
      backdrop-filter: blur(18px);
      text-decoration: none;
      color: inherit;
    }
    .df-cta-orb {
      width: 72px; height: 72px;
      border-radius: 50%;
      flex: 0 0 auto;
      display: grid; place-items: center;
      color: white;
      background: radial-gradient(circle at 35% 28%, rgba(255,255,255,0.55), transparent 22%), linear-gradient(145deg, #171c3a, #6047ee);
      box-shadow: 0 0 36px rgba(92, 65, 238, 0.45), inset 0 1px 0 rgba(255,255,255,0.35);
      border: 1px solid rgba(255,255,255,0.5);
    }
    .df-bottom-cta h3 {
      margin: 0 0 6px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(22px, 2.4vw, 30px);
      line-height: 1.05;
      letter-spacing: -0.035em;
      font-weight: 400;
    }
    .df-bottom-cta p { margin: 0; color: #7b5cff; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
    .df-cta-arrow {
      margin-left: auto;
      width: 64px; height: 64px;
      border-radius: 50%;
      display: grid; place-items: center;
      color: #13ae74;
      background: rgba(19, 174, 116, 0.12);
      flex: 0 0 auto;
      transition: transform 0.2s ease, background 0.2s ease;
    }
    .df-bottom-cta:hover .df-cta-arrow {
      transform: translateX(4px);
      background: rgba(19, 174, 116, 0.18);
    }

    /* Responsive for body sections */
    @media (max-width: 980px) {
      .df-feature-grid { grid-template-columns: 1fr; }
      .df-feature-card { min-height: auto; }
      .df-mini-screen { width: 100%; }
      .df-brain, .df-round-action, .df-bulb, .df-check { right: 18px; transform: scale(0.85); }
      .df-brain { top: auto; bottom: 20px; }
      .df-round-action { top: auto; bottom: 24px; }
      .df-chat-card { padding: 26px; }
      .df-notes-panel { margin-left: 0; }
      .df-orbit.one { right: -28px; }
      .df-orbit.two { left: -28px; }
      .df-bento { grid-template-columns: 1fr; gap: 32px; padding: 32px 26px; }
      .df-bento-title { font-size: clamp(36px, 7vw, 48px); }
      .df-bento-lead { max-width: none; }
    }
    @media (max-width: 1024px) {
      .cp-intro-grid { grid-template-columns: 1fr; gap: 48px; }
      .cp-intro-text { text-align: center; max-width: 720px; margin: 0 auto; }
      .cp-h2, .cp-subhead { text-align: center; }
      .cp-features-list { max-width: 560px; margin-left: auto; margin-right: auto; text-align: left; }
      .cp-visual-stage { margin-top: 18px; min-height: 720px; }
      .cp-brain::before { left: 50%; width: min(95vw, 760px); }
      .cp-dashboard { width: min(92vw, 560px); margin-top: 100px; }
      .cp-quote-card { right: 0; top: 232px; width: 230px; }
      .cp-idea-card { left: 0; top: 364px; width: 225px; }
      .cp-synth-card { right: 7px; bottom: 10px; width: 320px; }
      .cp-social-card { grid-template-columns: 1fr; gap: 28px; padding: 36px 28px; }
      .cp-social-copy { text-align: center; }
      .cp-rating { justify-content: center; }
    }
    @media (max-width: 930px) {
      .cp-stack { padding: 48px 18px 60px; }
    }
    @media (max-width: 680px) {
      .cp-stack { padding: 36px 14px 60px; }
      .cp-h2 { max-width: 420px; margin: 0 auto; font-size: clamp(34px, 8vw, 46px); line-height: 1.05; letter-spacing: -0.025em; }
      .cp-subhead { max-width: 385px; font-size: 17px; margin-left: auto; margin-right: auto; }
      .cp-features-list { gap: 22px; }
      .cp-feature { grid-template-columns: 44px 1fr; gap: 16px; }
      .cp-feature-icon { width: 44px; height: 44px; border-radius: 12px; }
      .cp-feature h3 { font-size: 17px; }
      .cp-feature p { font-size: 14px; }
      .cp-visual-stage { min-height: 720px; width: 100%; }
      .cp-brain::before { width: 140vw; max-width: 720px; opacity: 0.9; }
      .cp-dashboard { width: min(95vw, 390px); margin-top: 60px; min-height: 470px; padding: 18px; border-radius: 16px; }
      .cp-dash-brand { font-size: 16px; }
      .cp-tabs { gap: 10px; overflow: hidden; font-size: 11px; }
      .cp-tab:nth-child(n+4) { display: none; }
      .cp-welcome { padding-top: 24px; }
      .cp-welcome h3 { font-size: 22px; }
      .cp-welcome p { font-size: 16px; }
      .cp-stats { gap: 9px; }
      .cp-stat-card { min-height: 127px; padding: 13px 10px; }
      .cp-stat-card small { font-size: 10px; }
      .cp-stat-card strong { font-size: 25px; }
      .cp-stat-card span { font-size: 10px; }
      .cp-mini-chart { left: 8px; right: 8px; bottom: 10px; }
      .cp-activity-list { gap: 12px; }
      .cp-quote-card { width: 205px; top: 220px; right: -18px; padding: 18px; border-radius: 16px; }
      .cp-quote-card p { font-size: 14px; }
      .cp-idea-card { width: 196px; top: 390px; left: -10px; padding: 17px; border-radius: 16px; }
      .cp-idea-card p { font-size: 13px; }
      .cp-synth-card { width: 275px; right: -8px; bottom: 8px; padding: 18px; border-radius: 16px; }
      .cp-synth-card h3 { font-size: 20px; }
      .cp-synth-card p { font-size: 13px; }
      .cp-social-card { margin-top: 24px; padding: 30px 18px; border-radius: 26px; }
      .cp-avatar { width: 58px; height: 58px; border-width: 3px; margin-left: -10px; }
      .cp-avatar.more { font-size: 18px; }
      .cp-social-copy h3 { font-size: 22px; }
      .cp-closing { grid-template-columns: 58px 1fr; gap: 18px; margin-top: 38px; }
      .cp-closing-icon { width: 58px; height: 58px; }
      .cp-closing p { font-size: 20px; }
    }
    @media (max-width: 640px) {
      .df-section { padding-inline: 14px; }
      .df-hero h2 { font-size: clamp(34px, 8vw, 46px); }
      .df-hero p { font-size: 17px; }
      .df-eyebrow { font-size: 11px; padding: 10px 14px; }
      .df-chat-card { border-radius: 20px; padding: 20px; }
      .df-user-bubble { width: 94%; }
      .df-note-item { align-items: flex-start; }
      .df-note-copy b { white-space: normal; }
      .df-orbit { width: 66px; height: 66px; }
      .df-feature-card { padding: 26px 22px; }
      .df-feature-head { gap: 14px; }
      .df-feature-icon { top: 24px; right: 22px; }
      .df-mini-screen { padding: 20px; min-height: 176px; }
      .df-brain, .df-round-action, .df-bulb, .df-check { width: 70px; height: 70px; right: 12px; }
      .df-bottom-cta { padding: 22px; gap: 18px; }
      .df-cta-orb { width: 56px; height: 56px; }
      .df-bottom-cta p { font-size: 15px; }
      .df-cta-arrow { width: 48px; height: 48px; }
    }
    @media (max-width: 420px) {
      .cp-h2 { font-size: 32px; }
      .cp-visual-stage { min-height: 690px; }
      .cp-dashboard { width: 96vw; }
      .cp-quote-card { top: 210px; right: -38px; transform: rotate(4deg) scale(0.92); }
      .cp-idea-card { left: -36px; transform: rotate(-5deg) scale(0.9); }
      .cp-synth-card { right: -28px; transform: rotate(6deg) scale(0.93); }
    }

    /* ============================================================ */
    /* DU CHAOS AU RÉSEAU VIVANT (dc-* prefixed) — Apple scrollytelling */
    /* ============================================================ */

    .dc-section {
      position: relative;
      width: 100%;
      padding: 0;
      overflow: visible;
      background:
        radial-gradient(circle at 18% 14%, rgba(173, 143, 255, 0.12), transparent 26%),
        radial-gradient(circle at 82% 88%, rgba(125, 102, 255, 0.10), transparent 30%),
        linear-gradient(180deg, #faf9ff 0%, #f5f3ff 100%);
    }
    .dc-container { width: min(100%, 1280px); margin: 0 auto; position: relative; z-index: 1; padding: 72px 24px 0; }
    /* Compact hero (inside the sticky pane, stays during scroll) */
    .dc-hero { text-align: center; margin: 0 auto; max-width: 860px; }
    .dc-eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      min-height: 38px;
      padding: 0 22px;
      border: 1px solid rgba(19, 174, 116, .22);
      border-radius: 999px;
      background: rgba(255,255,255,.66);
      color: #0f8a5c;
      font-size: 12px; font-weight: 800;
      letter-spacing: .15em; text-transform: uppercase;
      box-shadow: 0 18px 40px rgba(110, 86, 207, .08), inset 0 1px 0 rgba(255,255,255,.8);
      backdrop-filter: blur(16px);
    }
    .dc-eyebrow svg { width: 14px; height: 14px; }
    .dc-hero h2 {
      margin: 18px 0 14px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -.03em;
      font-weight: 400;
    }
    .dc-hero h2 .accent {
      color: transparent;
      background: linear-gradient(135deg, #6d55f6 8%, #9d80ff 58%, #7d66ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      text-shadow: 0 18px 60px rgba(139,108,255,.22);
    }
    .dc-hero p {
      margin: 0 auto;
      max-width: 560px;
      color: #586381;
      font-size: clamp(15px, 1.4vw, 17px);
      line-height: 1.5;
      font-weight: 500;
    }

    /* Scrollytelling wrapper: 4 steps × 100vh = 400vh of scroll */
    .dc-scrolly {
      position: relative;
      height: 400vh;
    }
    .dc-sticky {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 5vh 24px 4vh;
      overflow: hidden;
      gap: 20px;
    }
    .dc-sticky-header { flex: 0 0 auto; }
    /* Vertical 4-dot step indicator (left side, curved column) */
    .dc-stepdots {
      position: absolute;
      left: clamp(8px, 2vw, 36px);
      top: 50%;
      transform: translateY(-50%);
      list-style: none;
      margin: 0;
      padding: 14px 10px;
      display: flex;
      flex-direction: column;
      gap: 26px;
      z-index: 5;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.55);
      border: 1px solid rgba(127, 110, 217, 0.16);
      box-shadow: 0 18px 40px rgba(110, 86, 207, 0.08), inset 0 1px 0 rgba(255,255,255,.85);
      backdrop-filter: blur(14px);
    }
    /* Curved connector line passing through the dots */
    .dc-stepdots::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 26px;
      bottom: 26px;
      width: 1px;
      transform: translateX(-50%);
      background: linear-gradient(180deg, transparent, rgba(125, 92, 255, 0.22), transparent);
      pointer-events: none;
    }
    .dc-stepdot {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: default;
    }
    .dc-stepdot-bullet {
      flex: 0 0 auto;
      width: 10px; height: 10px;
      border-radius: 999px;
      background: rgba(125, 92, 255, 0.22);
      transition: all .55s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .dc-stepdot-label {
      font-family: "Plus Jakarta Sans", system-ui, sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: rgba(50, 40, 100, 0.35);
      transition: color .55s ease, opacity .55s ease, transform .55s ease;
      opacity: 0;
      transform: translateX(-4px);
      pointer-events: none;
    }
    .dc-stepdot.is-active .dc-stepdot-bullet {
      width: 10px; height: 28px;
      border-radius: 999px;
      background: #6d54ff;
      box-shadow: 0 0 18px rgba(109, 84, 255, 0.5);
    }
    .dc-stepdot.is-active .dc-stepdot-label {
      color: #6d54ff;
      opacity: 1;
      transform: translateX(0);
    }
    .dc-stepdot.is-past .dc-stepdot-bullet { background: rgba(109, 84, 255, 0.55); }

    .dc-panels {
      position: relative;
      width: min(100%, 1180px);
      height: clamp(460px, 60vh, 560px);
      margin: auto;
      min-height: 0;
      border-radius: 28px;
      border: 1px solid rgba(255, 255, 255, 0.55);
      background: rgba(255, 255, 255, 0.42);
      -webkit-backdrop-filter: blur(22px) saturate(150%);
      backdrop-filter: blur(22px) saturate(150%);
      box-shadow:
        0 30px 80px rgba(34, 35, 70, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(124, 92, 255, 0.10);
      overflow: hidden;
    }
    .dc-panel {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      align-items: center;
      gap: 60px;
      padding: clamp(16px, 1.8vw, 26px) clamp(34px, 4vw, 60px);
      opacity: 0;
      pointer-events: none;
      will-change: transform, opacity;
      /* JS sets opacity/transform per scroll frame — no CSS transition here */
    }
    .dc-panel.is-active { pointer-events: auto; }

    .dc-panel-text { position: relative; z-index: 2; }
    .dc-panel-num {
      display: inline-flex;
      align-items: center; justify-content: center;
      min-width: 78px; height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(109, 84, 255, 0.12), rgba(157, 128, 255, 0.16));
      border: 1px solid rgba(109, 84, 255, 0.22);
      color: #5a48d8;
      font-family: "Plus Jakarta Sans", system-ui, sans-serif;
      font-size: 14px; font-weight: 800;
      letter-spacing: 0.08em;
      margin-bottom: 26px;
    }
    .dc-panel-text h3 {
      margin: 0 0 18px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(26px, 3.0vw, 38px);
      letter-spacing: -.035em;
      line-height: 1.02;
      font-weight: 400;
      color: #0f111a;
    }
    .dc-panel-text > p {
      margin: 0 0 28px;
      color: #586381;
      font-size: clamp(17px, 1.4vw, 19px);
      line-height: 1.55;
      font-weight: 500;
      max-width: 440px;
    }
    .dc-checks { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; color: #475569; font-size: 15px; font-weight: 500; }
    .dc-checks li {
      display: flex; align-items: center; gap: 12px;
      opacity: 0;
      transform: translateX(-8px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .dc-panel.is-active .dc-checks li {
      opacity: 1;
      transform: translateX(0);
    }
    .dc-panel .dc-checks li:nth-child(1) { transition-delay: .18s; }
    .dc-panel .dc-checks li:nth-child(2) { transition-delay: .26s; }
    .dc-panel .dc-checks li:nth-child(3) { transition-delay: .34s; }
    .dc-panel .dc-checks li:nth-child(4) { transition-delay: .42s; }
    .dc-panel .dc-checks li:nth-child(5) { transition-delay: .50s; }
    .dc-panel .dc-checks li:nth-child(6) { transition-delay: .58s; }
    .dc-panel .dc-checks li:nth-child(7) { transition-delay: .66s; }
    .dc-checks span {
      flex: 0 0 auto;
      width: 22px; height: 22px;
      display: grid; place-items: center;
      border-radius: 50%;
      color: #6d55f6;
      border: 1px solid rgba(117, 92, 245, .4);
      background: rgba(255,255,255,.85);
      font-size: 13px; line-height: 1;
    }

    .dc-panel-visual {
      position: relative;
      width: 100%;
      height: clamp(300px, 44vh, 440px);
      display: grid;
      place-items: center;
    }
    .dc-panel-visual::before {
      content: "";
      position: absolute;
      width: 80%;
      height: 80%;
      top: 10%; left: 10%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(125, 92, 255, 0.28), transparent 65%);
      filter: blur(40px);
      opacity: 0;
      transition: opacity .9s ease;
    }
    .dc-panel.is-active .dc-panel-visual::before { opacity: 1; }
    .dc-panel-img {
      position: relative;
      z-index: 1;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 22px;
      filter: drop-shadow(0 30px 70px rgba(80, 60, 180, 0.22));
    }
    .dc-visual-shell {
      position: relative;
      border: 1px solid rgba(126, 104, 245, .10);
      border-radius: 34px;
      background: rgba(255,255,255,.34);
      box-shadow: 0 24px 80px rgba(99, 79, 207, .13), inset 0 1px 0 rgba(255,255,255,.8);
      padding: clamp(20px, 4vw, 34px);
      min-height: 330px;
      overflow: visible;
      backdrop-filter: blur(18px);
    }
    .dc-visual-shell::before {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.52);
      pointer-events: none;
    }
    .dc-arrow {
      position: absolute;
      left: 50%; bottom: -54px;
      transform: translateX(-50%);
      width: 44px; height: 70px;
      z-index: 5;
      color: #ad96ff;
      filter: drop-shadow(0 18px 20px rgba(139,108,255,.26));
    }
    .dc-step:last-child .dc-arrow { display: none; }
    .dc-mock-window {
      position: relative;
      width: 100%;
      min-height: 250px;
      overflow: hidden;
      border-radius: 24px;
      background:
        radial-gradient(circle at 83% 18%, rgba(135, 103, 255, .34), transparent 28%),
        radial-gradient(circle at 20% 105%, rgba(135, 103, 255, .28), transparent 36%),
        linear-gradient(145deg, #171929 0%, #0c0f1d 62%, #111322 100%);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 28px 90px rgba(132, 103, 255, .34), inset 0 1px 0 rgba(255,255,255,.09);
    }
    .dc-mock-window::after {
      content: "";
      position: absolute;
      inset: -80px -50px auto auto;
      width: 250px; height: 250px;
      border-radius: 50%;
      background: rgba(139, 108, 255, .18);
      filter: blur(44px);
      pointer-events: none;
    }
    .dc-replace-image {
      position: relative;
      isolation: isolate;
      display: grid; place-items: center;
      min-height: 250px;
      border-radius: 24px;
      color: rgba(255,255,255,.72);
      font-size: 14px; font-weight: 700;
      letter-spacing: .08em; text-transform: uppercase;
      text-align: center;
      overflow: hidden;
    }
    .dc-replace-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.08) 49% 51%, transparent 52% 100%),
        linear-gradient(45deg, transparent 0 48%, rgba(255,255,255,.08) 49% 51%, transparent 52% 100%);
      opacity: .45;
      z-index: -1;
    }
    .dc-replace-image::after {
      content: attr(data-placeholder);
      position: relative;
      padding: 12px 16px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      border-radius: 999px;
      backdrop-filter: blur(10px);
    }
    .dc-floating-icons { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
    .dc-float-icon {
      position: absolute;
      width: 66px; height: 66px;
      display: grid; place-items: center;
      border-radius: 22px;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(126,104,245,.14);
      box-shadow: 0 20px 50px rgba(110, 86, 207, .18), inset 0 1px 0 rgba(255,255,255,.86);
      backdrop-filter: blur(16px);
      font-size: 24px;
      animation: dc-float 5.5s ease-in-out infinite;
    }
    .dc-float-icon:nth-child(2) { animation-delay: -1.1s; }
    .dc-float-icon:nth-child(3) { animation-delay: -2.1s; }
    .dc-float-icon:nth-child(4) { animation-delay: -3.2s; }
    .dc-float-icon:nth-child(5) { animation-delay: -4.2s; }
    .dc-float-icon:nth-child(6) { animation-delay: -2.8s; }
    @keyframes dc-float {
      0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
      50% { transform: translate3d(0, -12px, 0) rotate(4deg); }
    }
    .dc-capture-mock { padding: 30px; }
    .dc-capture-title { margin: 0 0 22px; color: #fff; font-size: 18px; font-weight: 600; }
    .dc-source-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .dc-source-card {
      min-height: 90px;
      padding: 16px;
      border-radius: 12px;
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    }
    .dc-source-card .dc-icon {
      display: inline-grid; place-items: center;
      width: 24px; height: 24px;
      margin-bottom: 8px;
      border-radius: 7px;
      background: rgba(139,108,255,.18);
      font-size: 14px;
    }
    .dc-source-card b { display: block; color: #fff; font-size: 14px; margin-bottom: 8px; }
    .dc-source-card small { color: rgba(255,255,255,.58); font-size: 11px; }
    .dc-ingest-mock { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: center; padding: 28px; }
    .dc-analysis-box {
      position: relative;
      z-index: 2;
      max-width: 290px;
      padding: 26px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
    }
    .dc-analysis-heading {
      display: flex; align-items: center; gap: 10px;
      color: #fff; font-weight: 700;
      margin-bottom: 26px;
    }
    .dc-spinner {
      width: 24px; height: 24px;
      border-radius: 50%;
      border: 2px solid rgba(139,108,255,.28);
      border-top-color: #9d80ff;
      animation: dc-spin 1.1s linear infinite;
    }
    @keyframes dc-spin { to { transform: rotate(360deg); } }
    .dc-progress-label { color: rgba(255,255,255,.62); font-size: 12px; margin-bottom: 12px; }
    .dc-progress-row { display: flex; align-items: center; gap: 12px; }
    .dc-progress-track {
      flex: 1;
      height: 7px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255,255,255,.1);
    }
    .dc-progress-fill {
      width: 73%; height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #7a5cff, #bd9cff);
      box-shadow: 0 0 22px rgba(139,108,255,.7);
    }
    .dc-progress-percent { color: #fff; font-size: 12px; font-weight: 700; }
    .dc-brain-placeholder-img {
      min-height: 210px;
      border-radius: 22px;
      background:
        radial-gradient(circle at 58% 48%, rgba(255,255,255,.20), transparent 4%),
        radial-gradient(circle at 66% 42%, rgba(169,143,255,.38), transparent 10%),
        radial-gradient(circle at 70% 48%, rgba(111,86,255,.23), transparent 18%),
        linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
    }
    .dc-knowledge-mock { padding: 24px; }
    .dc-mock-header {
      display: flex; justify-content: space-between; align-items: center;
      margin-bottom: 22px;
      color: #fff; font-weight: 700;
    }
    .dc-plus {
      width: 28px; height: 28px;
      display: grid; place-items: center;
      border-radius: 50%;
      background: rgba(139,108,255,.16);
      color: #fff;
      border: 1px solid rgba(255,255,255,.12);
    }
    .dc-cards-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
    .dc-knowledge-card {
      min-height: 140px;
      padding: 18px;
      border-radius: 15px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.12);
    }
    .dc-tag {
      display: inline-flex; align-items: center;
      margin-bottom: 12px;
      padding: 5px 9px;
      border-radius: 8px;
      color: #e5dcff;
      background: rgba(139,108,255,.26);
      font-size: 11px; font-weight: 700;
    }
    .dc-knowledge-card h4 { margin: 0 0 10px; color: #fff; font-size: 16px; font-weight: 700; }
    .dc-knowledge-card p { margin: 0 0 20px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.45; }
    .dc-sources { color: rgba(255,255,255,.58); font-size: 11px; }
    .dc-chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
    .dc-chip {
      padding: 8px 13px;
      border-radius: 8px;
      color: #d6ccff;
      font-size: 12px; font-weight: 700;
      background: rgba(139,108,255,.16);
      border: 1px solid rgba(255,255,255,.08);
    }
    .dc-graph-mock { position: relative; min-height: 300px; padding: 22px; }
    .dc-graph-area {
      position: relative;
      min-height: 215px;
      margin-top: 14px;
      border-radius: 20px;
      background:
        radial-gradient(circle at 50% 50%, rgba(139,108,255,.26), transparent 26%),
        radial-gradient(circle at 28% 36%, rgba(64,157,255,.12), transparent 20%),
        radial-gradient(circle at 78% 34%, rgba(255,170,82,.09), transparent 20%);
    }
    .dc-node {
      position: absolute;
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 14px;
      border-radius: 10px;
      color: #fff;
      font-size: 12px; font-weight: 700;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: 0 12px 28px rgba(0,0,0,.18);
    }
    .dc-node::before {
      content: "";
      width: 10px; height: 10px;
      border-radius: 50%;
      background: #8b6cff;
      box-shadow: 0 0 18px #8b6cff;
    }
    .dc-node.center {
      left: 42%; top: 42%;
      padding: 13px 18px;
      background: linear-gradient(135deg, rgba(139,108,255,.84), rgba(99,75,220,.78));
      box-shadow: 0 0 34px rgba(139,108,255,.55);
    }
    .dc-node.n1 { left: 6%; top: 16%; }
    .dc-node.n2 { left: 8%; top: 56%; }
    .dc-node.n3 { left: 20%; top: 75%; }
    .dc-node.n4 { left: 60%; top: 12%; }
    .dc-node.n5 { left: 62%; top: 70%; }
    .dc-graph-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .85; }
    .dc-insight-card {
      position: absolute;
      right: -18px; top: 86px;
      width: 220px;
      padding: 22px;
      border-radius: 16px;
      background: rgba(24, 26, 45, .82);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 24px 58px rgba(0,0,0,.32), 0 0 30px rgba(139,108,255,.16);
      backdrop-filter: blur(18px);
    }
    .dc-play {
      width: 38px; height: 38px;
      display: grid; place-items: center;
      margin-bottom: 14px;
      border-radius: 50%;
      background: #fff;
      color: #735bff;
      box-shadow: 0 0 28px rgba(255,255,255,.38);
    }
    .dc-insight-card b { display: block; color: #fff; margin-bottom: 10px; font-size: 14px; }
    .dc-insight-card p { margin: 0 0 16px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
    .dc-button-mini {
      display: inline-flex; align-items: center; justify-content: center;
      height: 34px;
      padding: 0 14px;
      border-radius: 9px;
      color: #fff;
      font-size: 12px; font-weight: 800;
      background: rgba(139,108,255,.34);
    }
    .dc-tabs { display: flex; gap: 8px; position: absolute; left: 24px; bottom: 22px; }
    .dc-tab {
      padding: 9px 14px;
      border-radius: 9px;
      color: rgba(255,255,255,.62);
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.07);
      font-size: 11px; font-weight: 800;
    }
    .dc-tab.active { color: #fff; background: rgba(139,108,255,.26); }

    @media (max-width: 940px) {
      .dc-container { padding: 48px 16px 0; }
      .dc-hero { margin-bottom: 32px; }

      /* Mobile: collapse sticky scrollytelling into static full-screen panels with scroll-snap */
      .dc-scrolly {
        height: auto;
        scroll-snap-type: y proximity;
      }
      .dc-sticky {
        position: static;
        height: auto;
        padding: 0;
      }
      .dc-stepdots { display: none; }
      .dc-panels {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
        overflow: visible;
      }
      .dc-panel {
        position: relative;
        inset: auto;
        opacity: 1;
        transform: none !important;
        pointer-events: auto;
        min-height: 90vh;
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 8vh 0;
        scroll-snap-align: start;
      }
      .dc-panel-visual { height: clamp(280px, 42vh, 420px); }
      .dc-panel-text > p { max-width: none; }
      .dc-checks li { opacity: 1; transform: none; }
      .dc-panel-visual::before { opacity: 1; }
    }
    @media (max-width: 620px) {
      .dc-eyebrow { min-height: 36px; padding: 0 16px; font-size: 11px; }
      .dc-hero h2 { font-size: clamp(34px, 8vw, 46px); }
      .dc-hero p { font-size: 17px; }
      .dc-panel-text h3 { font-size: clamp(24px, 6vw, 32px); }
      .dc-panel-num { font-size: 12px; height: 38px; }
      .dc-checks { font-size: 14px; }
    }

    /* ============================================================ */
    /* PAS UN WIKI AUGMENTÉ — UN CERVEAU VIVANT (pw-* prefixed)     */
    /* ============================================================ */

    .pw-section {
      position: relative;
      overflow: hidden;
      background: #f7f6ff;
      color: #0f172a;
      padding: 96px 20px;
    }
    .pw-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
    .pw-bg::before {
      content: "";
      position: absolute;
      top: -320px; left: 50%;
      transform: translateX(-50%);
      width: 980px; height: 720px;
      background: #fff;
      filter: blur(60px);
      border-radius: 50%;
    }
    .pw-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.95), transparent 34%),
        radial-gradient(circle at 92% 7%, rgba(168, 85, 247, 0.12), transparent 22%),
        radial-gradient(circle at 92% 95%, rgba(168, 85, 247, 0.13), transparent 24%);
    }
    .pw-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
      pointer-events: none;
    }
    .pw-blob.right { right: -210px; top: -80px; width: 620px; height: 620px; background: rgba(196, 181, 253, 0.35); }
    .pw-blob.bottom-left { bottom: -260px; left: -220px; width: 560px; height: 560px; background: rgba(199, 210, 254, 0.5); }
    .pw-lines {
      position: absolute;
      pointer-events: none;
      opacity: .45;
    }
    .pw-lines.top-right { right: -64px; top: 0; width: 360px; height: 360px; }
    .pw-lines.mid-left { left: -112px; top: 42%; width: 320px; height: 320px; transform: rotate(90deg); opacity: .25; }
    .pw-lines.bottom-right { right: -80px; bottom: 0; width: 420px; height: 420px; transform: rotate(180deg); opacity: .35; }
    .pw-dot {
      position: absolute;
      border-radius: 999px;
      background: #fff;
      pointer-events: none;
    }
    .pw-dot.d1 { left: 8%; top: 8%; width: 8px; height: 8px; box-shadow: 0 0 22px rgba(167,139,250,.75); }
    .pw-dot.d2 { right: 18%; top: 12%; width: 8px; height: 8px; box-shadow: 0 0 22px rgba(167,139,250,.75); }
    .pw-dot.d3 { bottom: 18%; left: 6%; width: 12px; height: 12px; box-shadow: 0 0 28px rgba(167,139,250,.85); }

    .pw-container { position: relative; z-index: 10; width: min(100%, 1150px); margin: 0 auto; }
    .pw-header { max-width: 980px; margin: 0 auto; text-align: center; }
    .pw-eyebrow {
      display: inline-flex; align-items: center; gap: 12px;
      margin-bottom: 36px;
      padding: 12px 28px;
      border: 1px solid #c4ead8;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.58);
      color: #0f8a5c;
      font-size: 13px; font-weight: 900;
      letter-spacing: 0.17em; text-transform: uppercase;
      box-shadow: 0 18px 60px rgba(87, 67, 175, 0.08);
      backdrop-filter: blur(16px);
    }
    .pw-eyebrow svg { width: 16px; height: 16px; }
    .pw-h2 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 400;
      color: #0f172a;
    }
    .pw-h2 .accent {
      display: block;
      background: linear-gradient(90deg, #8d84ee, #9b7df5, #8d5cf6);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .pw-lead {
      max-width: 710px;
      margin: 36px auto 0;
      color: #475569;
      font-size: 20px;
      line-height: 1.62;
      font-weight: 500;
    }
    .pw-lead strong { color: #334155; font-weight: 800; }

    .pw-divider {
      position: relative;
      margin: 72px auto;
      max-width: 560px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.8), transparent);
    }
    .pw-divider::after {
      content: "";
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 20px; height: 20px;
      border-radius: 3px;
      background: #fff;
      box-shadow: 0 0 28px rgba(167, 139, 250, .95);
    }

    .pw-grid {
      display: grid;
      gap: 28px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pw-card {
      position: relative;
      overflow: hidden;
      padding: 32px;
      border: 1px solid #e7e5f4;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.52);
      box-shadow: 0 22px 80px rgba(59, 40, 130, 0.06);
      backdrop-filter: blur(18px);
    }
    .pw-card::before {
      content: "";
      position: absolute;
      right: -90px; top: -90px;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: rgba(196, 181, 253, 0.45);
      filter: blur(40px);
      pointer-events: none;
    }
    .pw-card-top {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }
    .pw-card-head { display: flex; gap: 20px; }
    .pw-card-num {
      padding-top: 4px;
      font-size: 17px; font-weight: 900;
      line-height: 1;
      letter-spacing: -0.02em;
      color: #0f172a;
    }
    .pw-card-title {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 24px;
      line-height: 1;
      letter-spacing: -0.035em;
      color: #0f172a;
      font-weight: 400;
    }
    .pw-card-text {
      margin: 16px 0 0;
      max-width: 360px;
      color: #64748b;
      font-size: 15.5px;
      line-height: 1.65;
    }
    .pw-card-icon {
      flex-shrink: 0;
      width: 48px; height: 48px;
      display: grid; place-items: center;
      border-radius: 999px;
      background: rgba(196, 181, 253, 0.5);
      color: #8b5cf6;
      box-shadow: 0 12px 30px rgba(139, 92, 246, 0.14);
    }
    .pw-card-icon svg { width: 20px; height: 20px; }
    .pw-card-image {
      position: relative;
      margin-top: 24px;
      aspect-ratio: 1.58 / 1;
      overflow: hidden;
      border-radius: 18px;
      border: 1px solid rgba(203, 213, 225, 0.7);
      background: #0c0f1d;
      box-shadow: 0 24px 70px rgba(87, 67, 175, 0.18);
    }
    .pw-card-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.28), transparent 38%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%);
    }
    .pw-card-image::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .2;
      background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 26px 26px;
    }
    .pw-image-inner {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 32px;
      text-align: center;
    }
    .pw-image-badge {
      padding: 20px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(4px);
    }
    .pw-image-badge svg {
      display: block;
      margin: 0 auto 12px;
      width: 24px; height: 24px;
      color: #c4b5fd;
    }
    .pw-image-badge b {
      display: block;
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px; font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .pw-image-badge small {
      display: block;
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.42);
      font-size: 12px;
    }
    .pw-image-glow {
      position: absolute;
      left: 40px; right: 40px;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, #c4b5fd, transparent);
      box-shadow: 0 0 26px rgba(167, 139, 250, .9);
    }

    /* --- pw curved spotlight carousel --- */
    .pw-carousel { position: relative; margin-top: 12px; }
    .pw-marquee {
      position: relative;
      height: 540px;
      overflow: visible;
      padding: 30px 0 60px;
    }
    .pw-track {
      position: relative;
      width: 100%;
      height: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .pw-mcard {
      position: absolute;
      top: 0;
      left: 50%;
      width: 340px;
      display: flex;
      flex-direction: column;
      padding: 28px 24px 24px;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(228, 225, 243, 0.85);
      box-shadow: 0 24px 60px rgba(59, 40, 130, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(14px);
      transform-origin: top center;
      transform: translateX(-50%);
      transition: transform .7s cubic-bezier(0.4, 0, 0.2, 1), opacity .7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .7s ease;
      will-change: transform, opacity;
      pointer-events: none;
    }
    .pw-mcard.is-active {
      box-shadow: 0 36px 90px rgba(59, 40, 130, 0.18), 0 0 0 1px rgba(139, 92, 246, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
      background: rgba(255, 255, 255, 0.92);
      pointer-events: auto;
    }
    .pw-mcard.is-near { pointer-events: auto; }
    .pw-mcard-num {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: #94a3b8;
    }
    .pw-mcard-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-top: 10px;
    }
    .pw-mcard-title {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1.08;
      letter-spacing: -0.035em;
      font-weight: 400;
      color: #0f172a;
      flex: 1;
    }
    .pw-mcard-icon {
      flex-shrink: 0;
      width: 34px; height: 34px;
      display: grid; place-items: center;
      border-radius: 10px;
      background: rgba(196, 181, 253, 0.40);
      color: #8b5cf6;
    }
    .pw-mcard-icon svg { width: 17px; height: 17px; }
    .pw-mcard-text {
      margin: 14px 0 0;
      color: #64748b;
      font-size: 14.5px;
      line-height: 1.5;
      letter-spacing: -0.005em;
    }
    .pw-mcard-img {
      margin-top: 20px;
      width: 100%;
      aspect-ratio: 1.33 / 1;
      object-fit: cover;
      object-position: center;
      border-radius: 18px;
      border: 1px solid rgba(15, 23, 42, 0.12);
      background: #0c0f1d;
      box-shadow: 0 20px 50px rgba(20, 14, 60, 0.32);
    }

    .pw-controls {
      margin-top: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 28px;
    }
    .pw-arrow {
      width: 48px; height: 48px;
      border-radius: 999px;
      border: 1px solid rgba(228, 225, 243, 0.95);
      background: rgba(255, 255, 255, 0.7);
      color: #8b5cf6;
      display: grid; place-items: center;
      cursor: pointer;
      transition: transform .2s ease, background .2s ease;
      backdrop-filter: blur(10px);
    }
    .pw-arrow:hover { transform: scale(1.06); background: rgba(196, 181, 253, 0.45); }
    .pw-arrow svg { width: 18px; height: 18px; }
    .pw-bullets {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 10px 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.55);
      border: 1px solid rgba(228, 225, 243, 0.7);
      backdrop-filter: blur(10px);
    }
    .pw-bullet {
      width: 8px; height: 8px;
      border-radius: 999px;
      background: rgba(139, 92, 246, 0.25);
      transition: all .3s ease;
    }
    .pw-bullet.active {
      width: 28px;
      background: #8b5cf6;
      box-shadow: 0 0 18px rgba(139, 92, 246, 0.55);
    }
    .pw-loop-label {
      margin-top: 22px;
      text-align: center;
    }
    .pw-loop-text {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #8b5cf6;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: -0.01em;
    }
    .pw-loop-text svg { width: 18px; height: 18px; }
    .pw-loop-label p {
      margin: 6px 0 0;
      color: #64748b;
      font-size: 13.5px;
      font-weight: 500;
    }

    @media (prefers-reduced-motion: reduce) {
      .pw-mcard { transition: none; }
    }

    .pw-bottom {
      margin-top: 56px;
      overflow: hidden;
      padding: 32px;
      border: 1px solid #e7e5f4;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.58);
      box-shadow: 0 24px 90px rgba(59, 40, 130, 0.07);
      backdrop-filter: blur(18px);
    }
    .pw-bottom-row {
      display: flex; flex-direction: column;
      align-items: flex-start;
      gap: 32px;
    }
    @media (min-width: 720px) {
      .pw-bottom-row { flex-direction: row; align-items: center; justify-content: space-between; }
    }
    .pw-bottom-left { display: flex; align-items: center; gap: 28px; }
    .pw-bottom-orb {
      flex-shrink: 0;
      width: 78px; height: 78px;
      display: grid; place-items: center;
      border-radius: 999px;
      background: #21155f;
      color: #fff;
      box-shadow: 0 0 42px rgba(89, 65, 218, .45);
    }
    .pw-bottom-orb svg { width: 36px; height: 36px; }
    .pw-bottom-text h3 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.15;
      letter-spacing: -0.035em;
      color: #0f172a;
      font-weight: 400;
    }
    .pw-bottom-text p {
      margin: 8px 0 0;
      font-size: 17px;
      font-weight: 700;
      color: #8b5cf6;
    }
    .pw-bottom-cta {
      flex-shrink: 0;
      width: 74px; height: 74px;
      display: grid; place-items: center;
      border-radius: 999px;
      background: rgba(133, 224, 184, 0.45);
      color: #0f8a5c;
      border: 0;
      cursor: pointer;
      text-decoration: none;
      transition: transform 0.2s ease, background 0.2s ease;
    }
    .pw-bottom-cta:hover { transform: scale(1.05); background: rgba(120, 214, 170, 0.55); }
    .pw-bottom-cta svg { width: 32px; height: 32px; }

    @media (max-width: 880px) {
      .pw-section { padding: 64px 18px; }
      .pw-h2 { font-size: clamp(34px, 8vw, 46px); }
      .pw-lead { font-size: 17px; }
      .pw-divider { margin: 48px auto; }
      .pw-bottom { padding: 28px; }
      .pw-marquee { height: 460px; }
      .pw-mcard { width: 280px; padding: 22px 18px 18px; }
      .pw-mcard-title { font-size: 22px; }
      .pw-arrow { width: 42px; height: 42px; }
    }
    @media (max-width: 560px) {
      .pw-card { padding: 24px; }
      .pw-card-head { gap: 14px; }
      .pw-card-num { font-size: 15px; }
      .pw-card-title { font-size: 21px; }
      .pw-card-icon { width: 40px; height: 40px; }
      .pw-bottom-left { gap: 18px; flex-wrap: wrap; }
      .pw-bottom-orb { width: 60px; height: 60px; }
      .pw-bottom-text h3 { font-size: 21px; }
      .pw-bottom-cta { width: 60px; height: 60px; }
    }

    /* ============================================================ */
    /* LA CONNAISSANCE, ENFIN EXPLOITABLE (ce-* prefixed)            */
    /* ============================================================ */

    .ce-section {
      position: relative;
      overflow: hidden;
      background: #f7f7ff;
      color: #111019;
      padding: 96px 20px 64px;
    }
    .ce-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
    .ce-bg .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
    }
    .ce-bg .blob.tl { left: -15%; top: -10%; width: 520px; height: 520px; background: rgba(202, 189, 255, .38); }
    .ce-bg .blob.tr { right: -12%; top: 16%; width: 560px; height: 560px; background: rgba(218, 213, 255, .55); }
    .ce-bg .blob.bl { bottom: -15%; left: 15%; width: 660px; height: 660px; background: rgba(232, 227, 255, .70); }
    .ce-bg .ring {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, transparent 0, transparent 54%, rgba(112,92,255,0.08) 55%, transparent 56%);
    }
    .ce-bg svg {
      position: absolute;
      inset: 0;
      width: 100%; height: 100%;
      opacity: .55;
    }

    .ce-container {
      position: relative;
      width: min(100%, 1150px);
      margin: 0 auto;
    }
    .ce-header { max-width: 1024px; margin: 0 auto; text-align: center; }
    .ce-eyebrow {
      display: inline-flex; align-items: center; gap: 12px;
      margin-bottom: 36px;
      padding: 12px 24px;
      border: 1px solid #c4ead8;
      border-radius: 999px;
      background: rgba(255,255,255,.55);
      color: #0f8a5c;
      font-size: 12px; font-weight: 800;
      letter-spacing: 0.22em; text-transform: uppercase;
      box-shadow: 0 20px 80px rgba(103, 88, 255, .12);
      backdrop-filter: blur(16px);
    }
    .ce-eyebrow svg { width: 16px; height: 16px; }
    .ce-h2 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 400;
      color: #111019;
    }
    .ce-h2 .accent {
      display: block;
      background: linear-gradient(90deg, #6f58ff, #8068ff, #a486ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .ce-lead {
      margin: 32px auto 0;
      max-width: 760px;
      color: #60677e;
      font-size: 19px;
      line-height: 1.66;
    }
    .ce-lead strong { color: #30364f; font-weight: 600; }

    .ce-stage {
      position: relative;
      margin: 80px auto 0;
      max-width: 1150px;
    }
    .ce-tilt {
      position: relative;
      transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
      transform-style: preserve-3d;
      transition: transform 150ms ease-out;
      will-change: transform;
    }
    .ce-stage-img {
      display: block;
      width: 100%;
      height: auto;
    }
    @media (prefers-reduced-motion: reduce) {
      .ce-tilt { transition: none; transform: none; }
    }
    .ce-top-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      place-items: center;
      margin-bottom: 28px;
    }
    @media (min-width: 1024px) {
      .ce-top-row {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        place-items: end;
        margin-bottom: 8px;
      }
      .ce-top-row .ce-fc-img.book { justify-self: start; }
      .ce-top-row .ce-fc-img.podcast { justify-self: end; }
    }

    .ce-mid-row {
      position: relative;
      display: grid;
      place-items: center;
      gap: 32px;
    }
    @media (min-width: 1024px) {
      .ce-mid-row { gap: 0; }
    }

    .ce-bottom-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      place-items: center;
      margin-top: 56px;
    }
    @media (min-width: 1024px) {
      .ce-bottom-row {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
      }
      .ce-bottom-row .ce-fc-img.map { justify-self: start; transform: translateX(20px); }
      .ce-bottom-row .ce-fc-img.search { justify-self: end; transform: translateX(-20px); }
    }
    .ce-fc {
      position: relative;
      width: 100%;
      max-width: 360px;
      padding: 22px;
      border-radius: 26px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(13, 16, 32, .95);
      color: white;
      box-shadow: 0 26px 80px rgba(20, 18, 70, .32), 0 0 0 1px rgba(113, 92, 255, .20), 0 0 34px rgba(112, 92, 255, .28);
      backdrop-filter: blur(18px);
    }
    .ce-fc::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background:
        radial-gradient(circle at 20% 0%, rgba(125, 102, 255, .22), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(88, 70, 255, .14), transparent 45%);
      pointer-events: none;
    }
    .ce-fc > * { position: relative; z-index: 1; }

    .ce-fc-head {
      display: flex; align-items: center; justify-content: space-between;
      gap: 14px;
    }
    .ce-fc-head .label {
      display: flex; align-items: center; gap: 12px;
    }
    .ce-fc-icon {
      display: grid; place-items: center;
      width: 32px; height: 32px;
      border-radius: 12px;
      background: #765fff;
      color: #fff;
      font-size: 14px;
      box-shadow: 0 0 30px rgba(118, 95, 255, .55);
    }
    .ce-fc-title { font-size: 14px; font-weight: 800; color: #fff; margin: 0; }
    .ce-fc-more { color: rgba(255,255,255,.58); }

    .ce-img-placeholder {
      display: grid; place-items: center;
      border-radius: 16px;
      border: 1px dashed rgba(142, 130, 255, .4);
      background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
      color: rgba(255,255,255,.45);
      text-align: center;
      font-size: 10px; font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      padding: 12px;
    }

    .ce-badge {
      display: inline-block;
      padding: 8px 12px;
      border-radius: 12px;
      background: #2d2551;
      color: #c5bbff;
      font-size: 12px;
      font-weight: 800;
    }
    .ce-chip {
      display: inline-block;
      padding: 8px 12px;
      border-radius: 12px;
      background: #2a2447;
      color: #c8c0ff;
      font-size: 12px;
      font-weight: 700;
    }

    /* Book card */
    .ce-fc.book .ce-book-row {
      display: flex; gap: 20px;
      margin-top: 20px;
    }
    .ce-fc.book .ce-book-cover {
      flex-shrink: 0;
      width: 96px; height: 144px;
    }
    .ce-fc.book .ce-book-side {
      flex: 1; min-width: 0;
      padding-top: 12px;
    }
    .ce-fc.book .ce-book-side p {
      margin: 16px 0 0;
      font-size: 14px;
      line-height: 1.5;
      color: rgba(255,255,255,.78);
    }
    .ce-chip-row {
      display: flex; flex-wrap: wrap; gap: 8px;
      margin-top: 24px;
    }

    /* Podcast card */
    .ce-fc.podcast { max-width: 380px; }
    .ce-podcast-row {
      display: flex; align-items: center; gap: 16px;
      margin-top: 20px;
    }
    .ce-podcast-avatar { width: 64px; height: 64px; flex-shrink: 0; }
    .ce-podcast-meta b { display: block; font-size: 16px; font-weight: 600; color: #fff; }
    .ce-podcast-meta span { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.7); }
    .ce-waveform {
      margin-top: 20px;
      display: flex; align-items: center; gap: 6px;
      padding: 12px 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.07);
      background: #111321;
    }
    .ce-waveform i {
      display: block;
      width: 4px;
      border-radius: 999px;
      background: rgba(255,255,255,.42);
    }
    .ce-waveform .time {
      margin-left: auto;
      font-size: 12px;
      color: rgba(255,255,255,.45);
    }
    .ce-fc-insight {
      margin-top: 20px;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
    }
    .ce-fc-insight .kicker {
      margin: 0;
      font-size: 12px; font-weight: 700;
      color: #a99cff;
    }
    .ce-fc-insight p {
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 1.5;
      color: rgba(255,255,255,.82);
    }

    /* Web card */
    .ce-fc.web { max-width: 280px; }
    .ce-fc.web .ce-web-host { font-size: 12px; color: rgba(255,255,255,.48); margin: 0; }
    .ce-fc.web .ce-web-title { margin: 12px 0 0; font-size: 15px; font-weight: 600; line-height: 1.4; color: #fff; }
    .ce-fc.web .ce-web-img { margin-top: 20px; height: 96px; }
    .ce-fc.web .ce-fc-box {
      margin-top: 16px;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: #151728;
    }
    .ce-fc.web .ce-fc-box .kicker {
      margin: 0; font-size: 12px; font-weight: 700;
      color: #a99cff;
    }
    .ce-fc.web .ce-fc-box p {
      margin: 8px 0 0;
      font-size: 14px; line-height: 1.5;
      color: rgba(255,255,255,.72);
    }
    .ce-fc.web .ce-web-summary {
      margin-top: 20px;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
    }

    /* Concept card */
    .ce-fc.concept { max-width: 280px; }
    .ce-fc.concept .ce-concept-box {
      margin-top: 20px;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.04);
    }
    .ce-fc.concept .ce-concept-box h4 { margin: 0; font-size: 18px; font-weight: 600; color: #fff; }
    .ce-fc.concept .ce-concept-box p { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.72); }
    .ce-fc.concept .ce-concept-examples {
      margin-top: 20px;
      font-size: 14px;
      color: rgba(255,255,255,.7);
    }
    .ce-fc.concept .ce-concept-examples p {
      margin: 0 0 12px;
      font-weight: 600;
      color: rgba(255,255,255,.9);
    }
    .ce-fc.concept .ce-concept-examples ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 16px;
    }
    .ce-fc.concept .ce-concept-examples li {
      position: relative;
      margin-bottom: 8px;
    }
    .ce-fc.concept .ce-concept-examples li::before {
      content: "•";
      position: absolute;
      left: -16px;
    }

    /* Connection map card */
    .ce-fc.map { max-width: 500px; }
    .ce-fc.map .ce-map {
      position: relative;
      margin-top: 24px;
      height: 250px;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.08);
      background: radial-gradient(circle at center, rgba(67, 111, 255, .28), transparent 28%), #0b0e1b;
    }
    .ce-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
    .ce-map .ce-map-focus {
      position: absolute;
      left: 38%; top: 38%;
      padding: 16px 20px;
      border-radius: 999px;
      background: #438cff;
      color: #fff;
      font-size: 14px; font-weight: 800;
      box-shadow: 0 0 38px rgba(67, 140, 255, .9);
    }
    .ce-map-label {
      position: absolute;
      padding: 12px 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(6px);
      color: rgba(255,255,255,.72);
      font-size: 12px;
      font-weight: 600;
    }
    .ce-map-label.l1 { left: 32px; top: 80px; }
    .ce-map-label.l2 { right: 32px; top: 64px; }
    .ce-map-label.l3 { right: 40px; top: 144px; }
    .ce-map-label.l4 { bottom: 24px; left: 50%; transform: translateX(-50%); }

    /* Semantic search card */
    .ce-fc.search { max-width: 560px; }
    .ce-fc.search .ce-search-input {
      margin-top: 20px;
      padding: 12px 16px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.07);
      background: #111321;
      font-size: 14px;
      color: rgba(255,255,255,.7);
    }
    .ce-fc.search .ce-search-results {
      margin-top: 20px;
      display: flex; flex-direction: column;
      gap: 16px;
    }
    .ce-search-result {
      display: flex; align-items: center; gap: 16px;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.07);
      background: rgba(255,255,255,.035);
    }
    .ce-search-thumb { width: 44px; height: 44px; flex-shrink: 0; }
    .ce-search-info { flex: 1; min-width: 0; }
    .ce-search-info b {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ce-search-info span {
      display: block;
      margin-top: 4px;
      font-size: 12px;
      color: rgba(255,255,255,.48);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ce-search-day { font-size: 12px; color: rgba(255,255,255,.48); flex-shrink: 0; }
    .ce-search-more {
      margin-top: 20px;
      display: flex; align-items: center; justify-content: center;
      gap: 12px;
      width: 100%;
      padding: 16px;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 16px;
      background: rgba(255,255,255,.05);
      color: rgba(255,255,255,.8);
      font-size: 14px;
      font-weight: 600;
      font-family: inherit;
      cursor: pointer;
      transition: background 0.2s ease;
    }
    .ce-search-more:hover { background: rgba(255,255,255,.08); }

    /* Dashboard */
    .ce-dashboard-wrap {
      grid-column: 1 / -1;
      width: 100%;
      margin-top: 32px;
    }
    @media (min-width: 1024px) {
      .ce-dashboard-wrap { margin-top: 0; padding: 0 40px; }
    }
    .ce-dashboard {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      padding: 16px;
      border-radius: 28px;
      border: 1px solid rgba(118, 95, 255, .30);
      background: #0b0e1a;
      color: #fff;
      box-shadow: 0 34px 110px rgba(27, 23, 97, .42), 0 0 46px rgba(103, 82, 255, .38);
    }
    .ce-dashboard-spark {
      position: absolute;
      top: -92px; left: 50%;
      transform: translateX(-50%);
      display: none;
    }
    @media (min-width: 1024px) {
      .ce-dashboard-spark { display: grid; }
    }
    .ce-spark-orb {
      width: 80px; height: 80px;
      display: grid; place-items: center;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 25%, #ffffff 0%, #ffffff 12%, #7b65ff 13%, #17134b 65%, #0b0f28 100%);
      color: #fff;
      font-size: 28px;
      box-shadow: 0 18px 60px rgba(103, 82, 255, .45), inset 0 0 0 2px rgba(255,255,255,.22);
    }
    .ce-dashboard-inner {
      display: grid;
      grid-template-columns: 1fr;
      min-height: 470px;
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,.08);
    }
    @media (min-width: 1024px) {
      .ce-dashboard-inner { grid-template-columns: 230px 1fr; }
    }
    .ce-dash-side {
      padding: 24px;
      border-bottom: 1px solid rgba(255,255,255,.08);
      background: #090d18;
    }
    @media (min-width: 1024px) {
      .ce-dash-side { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.08); }
    }
    .ce-dash-brand {
      display: flex; align-items: center; gap: 12px;
    }
    .ce-dash-brand-mark {
      display: grid; place-items: center;
      width: 36px; height: 36px;
      border-radius: 12px;
      background: #725cff;
      color: #fff;
      font-size: 14px;
      box-shadow: 0 0 30px rgba(114, 92, 255, .55);
    }
    .ce-dash-brand b { font-size: 16px; font-weight: 700; color: #fff; }
    .ce-dash-nav {
      margin-top: 28px;
      display: flex; flex-direction: column; gap: 4px;
      font-size: 14px;
      color: rgba(255,255,255,.62);
    }
    .ce-dash-nav-item {
      display: flex; align-items: center; gap: 12px;
      padding: 8px 12px;
      border-radius: 12px;
    }
    .ce-dash-nav-item .glyph { color: #a99cff; }
    .ce-dash-nav-item.active {
      background: rgba(255,255,255,.06);
      color: #fff;
    }
    .ce-dash-main {
      padding: 24px;
      background: #0d1020;
    }
    .ce-dash-search {
      display: flex; align-items: center; gap: 16px;
    }
    .ce-dash-search-input {
      flex: 1;
      padding: 12px 20px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: #101421;
      font-size: 14px;
      color: rgba(255,255,255,.42);
    }
    .ce-dash-search-btn {
      width: 48px; height: 48px;
      display: grid; place-items: center;
      border-radius: 16px;
      background: rgba(255,255,255,.05);
      color: rgba(255,255,255,.7);
    }
    .ce-dash-title {
      margin: 28px 0 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: -0.025em;
      color: #fff;
    }
    .ce-dash-tabs {
      margin-top: 16px;
      display: flex; gap: 8px;
      font-size: 14px;
    }
    .ce-dash-tab {
      padding: 8px 16px;
      border-radius: 999px;
      color: rgba(255,255,255,.52);
    }
    .ce-dash-tab.active {
      background: #715cff;
      color: #fff;
      font-weight: 800;
    }
    .ce-dash-grid {
      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    @media (min-width: 1024px) {
      .ce-dash-grid { grid-template-columns: 1.25fr 0.8fr; }
    }
    .ce-dash-items { display: flex; flex-direction: column; gap: 14px; }
    .ce-dash-item {
      display: flex; gap: 16px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.045);
    }
    .ce-dash-thumb { width: 56px; height: 56px; flex-shrink: 0; }
    .ce-dash-info { flex: 1; min-width: 0; }
    .ce-dash-info b {
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
    }
    .ce-dash-info p {
      margin: 4px 0 0;
      font-size: 13px;
      line-height: 1.4;
      color: rgba(255,255,255,.55);
    }
    .ce-dash-info .tags {
      margin-top: 12px;
      display: flex; flex-wrap: wrap; gap: 8px;
    }
    .ce-dash-time { font-size: 12px; color: rgba(255,255,255,.42); flex-shrink: 0; }
    .ce-dash-side-card {
      padding: 18px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.045);
    }
    .ce-dash-side-card h4 {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
    }
    .ce-dash-connexions {
      margin-top: 20px;
      display: flex; flex-direction: column; gap: 16px;
    }
    .ce-dash-connexion { display: flex; gap: 12px; }
    .ce-dash-bullet {
      flex-shrink: 0;
      margin-top: 4px;
      width: 16px; height: 16px;
      border-radius: 999px;
      border: 4px solid #fff;
      background: #765fff;
    }
    .ce-dash-connexion-text b {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
    }
    .ce-dash-connexion-text span {
      font-size: 12px;
      color: rgba(255,255,255,.48);
    }
    .ce-dash-tags-list {
      margin-top: 20px;
      display: flex; flex-direction: column; gap: 8px;
      font-size: 14px;
      color: rgba(255,255,255,.62);
    }
    .ce-dash-tag-row { display: flex; justify-content: space-between; }

    /* Floating card desktop positions */
    @media (min-width: 1024px) {
      .ce-fc.book { transform: translate(40px, 8px); }
      .ce-fc.podcast { transform: translate(-16px, 20px); }
      .ce-fc.web {
        position: absolute;
        left: 0; top: 50%;
        transform: translate(-12px, -50%);
        z-index: 5;
      }
      .ce-fc.concept {
        position: absolute;
        right: 0; top: 50%;
        transform: translate(12px, -50%);
        z-index: 5;
      }
      .ce-fc.map {
        position: absolute;
        bottom: -340px; left: 7%;
      }
      .ce-fc.search {
        position: absolute;
        bottom: -340px; right: 7%;
      }
    }

    /* "Tout est connecté" section */
    .ce-summary {
      position: relative;
      margin-top: 80px;
      width: 100%;
      padding: 32px;
      border: 1px solid rgba(255,255,255,.75);
      border-radius: 32px;
      background: rgba(255,255,255,.58);
      box-shadow: 0 35px 120px rgba(88, 76, 180, .16);
      backdrop-filter: blur(18px);
    }
    @media (min-width: 1024px) {
      .ce-summary { margin-top: 440px; }
    }
    .ce-summary-head {
      display: flex; flex-direction: column;
      gap: 28px;
    }
    @media (min-width: 1024px) {
      .ce-summary-head { flex-direction: row; align-items: center; gap: 28px; }
    }
    .ce-summary-head h3 {
      margin: 0;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(24px, 3vw, 30px);
      letter-spacing: -0.035em;
      line-height: 1.15;
      color: #171827;
      font-weight: 400;
    }
    .ce-features-grid {
      margin-top: 44px;
      display: grid;
      gap: 28px;
      grid-template-columns: 1fr;
    }
    @media (min-width: 640px) { .ce-features-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .ce-features-grid { grid-template-columns: repeat(4, 1fr); } }
    .ce-feature {
      padding: 16px;
      border-radius: 24px;
      transition: background 0.2s ease;
    }
    .ce-feature:hover { background: rgba(255,255,255,.5); }
    .ce-feature-icon {
      display: grid; place-items: center;
      width: 48px; height: 48px;
      margin-bottom: 24px;
      border-radius: 16px;
      background: #ebe7ff;
      color: #705cff;
      font-size: 18px;
      box-shadow: 0 12px 40px rgba(112, 92, 255, .18);
    }
    .ce-feature h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 800;
      color: #191a28;
    }
    .ce-feature p {
      margin: 12px 0 0;
      font-size: 14px;
      line-height: 1.6;
      color: #68708a;
    }

    /* Bottom CTA */
    .ce-bottom {
      position: relative;
      margin-top: 32px;
      display: flex; flex-direction: column;
      gap: 32px;
      padding: 32px;
      border: 1px solid rgba(255,255,255,.75);
      border-radius: 32px;
      background: rgba(255,255,255,.62);
      box-shadow: 0 28px 110px rgba(88, 76, 180, .14);
      backdrop-filter: blur(18px);
    }
    @media (min-width: 1024px) {
      .ce-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
    }
    .ce-bottom-left {
      display: flex; flex-direction: column;
      align-items: flex-start; gap: 24px;
    }
    @media (min-width: 640px) {
      .ce-bottom-left { flex-direction: row; align-items: center; }
    }
    .ce-bottom-text p {
      margin: 0;
      font-size: 18px;
      color: #505872;
    }
    .ce-bottom-text p + p {
      margin-top: 8px;
      font-family: "Forum", Georgia, "Times New Roman", serif;
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 400;
      letter-spacing: -0.03em;
      color: #6d55ff;
    }
    .ce-bottom-cta {
      display: inline-flex; align-items: center; justify-content: center;
      gap: 14px;
      padding: 18px 30px;
      border-radius: 18px;
      background: linear-gradient(90deg, #2bd388, #13ae74);
      color: #fff;
      font-size: 16px; font-weight: 700;
      text-decoration: none;
      box-shadow: 0 18px 45px rgba(19, 174, 116, .32);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .ce-bottom-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 24px 60px rgba(19, 174, 116, .42);
    }
    .ce-bottom-cta .arrow { font-size: 20px; }

    @media (max-width: 1023px) {
      .ce-fc.book, .ce-fc.podcast, .ce-fc.web, .ce-fc.concept, .ce-fc.map, .ce-fc.search {
        max-width: 520px;
      }
    }
    @media (max-width: 560px) {
      .ce-section { padding: 64px 16px 48px; }
      .ce-stage { margin-top: 56px; }
      .ce-summary { padding: 24px; margin-top: 60px; }
      .ce-bottom { padding: 24px; }
    }

    /* ---- Image cards (replace mockup cards with rendered PNGs) ---- */
    .ce-fc-img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 360px;
      border-radius: 26px;
      box-shadow: 0 26px 80px rgba(20, 18, 70, .32);
    }
    .ce-fc-img.podcast { max-width: 380px; }
    .ce-fc-img.web { max-width: 280px; }
    .ce-fc-img.concept { max-width: 280px; }
    .ce-fc-img.map { max-width: 500px; }
    .ce-fc-img.search { max-width: 560px; }

    @media (min-width: 1024px) {
      .ce-fc-img.web {
        position: absolute;
        left: 0; top: 50%;
        transform: translate(-30px, -50%);
        z-index: 5;
      }
      .ce-fc-img.concept {
        position: absolute;
        right: 0; top: 50%;
        transform: translate(30px, -50%);
        z-index: 5;
      }
    }

    @media (max-width: 1023px) {
      .ce-fc-img.book, .ce-fc-img.podcast, .ce-fc-img.web,
      .ce-fc-img.concept, .ce-fc-img.map, .ce-fc-img.search {
        max-width: 520px;
        margin: 0 auto;
      }
    }

    .ce-dashboard-img {
      display: block;
      width: 100%;
      max-width: 900px;
      height: auto;
      margin: 0 auto;
      border-radius: 28px;
      box-shadow: 0 34px 110px rgba(27, 23, 97, .42), 0 0 46px rgba(103, 82, 255, .38);
    }

    .ce-spark-orb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* ---- Living brain section: real images for the 6 feature cards ---- */
    .pw-card-img {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 24px;
      border-radius: 18px;
      box-shadow: 0 24px 70px rgba(87, 67, 175, 0.18);
    }
    .pw-bottom-orb {
      background: transparent;
      box-shadow: none;
      padding: 0;
    }
    .pw-bottom-orb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* ---- From chaos to living network: real images for the 4 steps ---- */
    .dc-step-img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 24px;
      box-shadow: 0 22px 52px rgba(30, 20, 78, 0.22);
    }
    .dc-arrow-img {
      position: absolute;
      left: 50%;
      bottom: -54px;
      transform: translateX(-50%);
      width: 64px;
      height: auto;
      z-index: 5;
      filter: drop-shadow(0 18px 20px rgba(139, 108, 255, .26));
    }
    .dc-step:last-child .dc-arrow-img { display: none; }

/* === LANDING SECTION-FLOW REFLOW v2 (override layer) === */
/* Founder steer: DISCRETE full-bleed sections, NOT a continuous gradient.
   The light run stays genuinely LIGHT (no "boxed" tinted rectangles / weird
   margins); the dark df band uses a CLEAN edge + a grey separator (not a
   feather). Trivially reversible: delete from this marker to END REFLOW v2. */

:root{
  --bg-light:#f7f6ff;            /* the ONE light tone for the whole light run */
  --bg-clear:#fbfaff;            /* clarity end tone */
  --band-dark:#0c1030;           /* df dark band */
  --sep:rgba(158,162,192,.55);   /* grey light<->dark separator line */
  --nm-line:139,112,255;         /* ONE purple RGB for every wire/node */
  --nm-line-op:.30;
  --nm-node-op:.45;
  --nm-glow:0 0 16px 5px rgba(147,106,255,.55);
  --nm-blob-blur:60px;
  --wash:173,143,255;
  --nm-accent:19,174,116;
  --band-pad:clamp(72px,8vw,104px);
  --band-pad-lg:clamp(96px,9vw,128px);
  --band-pad-tight:clamp(56px,6vw,84px);
  --band-pad-x:clamp(22px,3vw,40px);
  --dc-scroll-len:320vh;
}

/* (1) LIGHT BACKBONE -- uniform, light, no radial blobs, no boxes. */
.cp-stack{
  padding:var(--band-pad) var(--band-pad-x);
  background:linear-gradient(180deg, var(--bg-light) 0%, #f4f3ff 55%, var(--bg-clear) 100%);
}

/* (1b) Light sections ride the backbone -- TRANSPARENT, full-bleed, NO veil boxes. */
.pw-section{ background:transparent; }
.ce-section{ background:transparent; }
.dc-section{
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--wash),.08), transparent 34%),
    radial-gradient(circle at 84% 88%, rgba(125,102,255,.06), transparent 38%);
}

/* (2) DF = discrete flat DARK band, CLEAN edges + grey separators (no feather). */
.df-section{
  background:var(--band-dark);
  color:#fff;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.df-feature-card{
  border:1px solid rgba(var(--nm-line),.22);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 60px rgba(8,10,34,.42), inset 0 1px 0 rgba(255,255,255,.08);
}
.df-feature-card h3{ color:#fff; }
.df-feature-card p{ color:rgba(255,255,255,.72); }
.df-feature-number{ color:rgba(255,255,255,.55); }
.df-feature-icon{ color:#cdbcff; background:rgba(var(--nm-line),.14); box-shadow:inset 0 1px 0 rgba(255,255,255,.12); }
.df-bottom-cta{ background:rgba(255,255,255,.94); color:#11142a; }
.df-bottom-cta h3{ color:#11142a; }
.df-bottom-cta p{ color:#4733b0; }

/* (3) MOTIF UNIFICATION -- one purple, hue-preserved. One subtle green orb only. */
.cp-network{
  background-image:
    linear-gradient(115deg, transparent 0 78%, rgba(var(--nm-line), var(--nm-line-op)) 78.2%, transparent 78.6%),
    linear-gradient(32deg, transparent 0 74%, rgba(var(--nm-line), var(--nm-line-op)) 74.2%, transparent 74.5%);
}
.cp-orb.one{ box-shadow:var(--nm-glow); }
.cp-orb.three{ box-shadow:var(--nm-glow); }
.cp-orb.two{ box-shadow:0 0 26px 10px rgba(var(--nm-accent),.45); }
.pw-blob{ filter:blur(var(--nm-blob-blur)); }
.pw-blob.right{ background:rgba(var(--wash),.32); }
.pw-blob.bottom-left{ background:rgba(var(--wash),.42); }
.pw-lines g{ stroke:rgba(var(--nm-line), var(--nm-line-op)); }
.pw-lines path{ stroke:rgba(var(--nm-line), var(--nm-line-op)); }
.pw-lines circle{ stroke:rgba(var(--nm-line), var(--nm-node-op)); }
.pw-dot.d1{ box-shadow:var(--nm-glow); }
.pw-dot.d2{ box-shadow:var(--nm-glow); }
.pw-dot.d3{ box-shadow:var(--nm-glow); }
.df-cluster{ filter:drop-shadow(0 0 20px rgba(var(--nm-line), var(--nm-line-op))); }
.df-cluster path{ stroke:rgba(var(--nm-line), var(--nm-line-op)); }
.df-cluster span{ box-shadow:var(--nm-glow); }
.ce-bg .blob{ filter:blur(var(--nm-blob-blur)); }
.ce-bg .blob.tl{ background:rgba(var(--wash),.34); }
.ce-bg .blob.tr{ background:rgba(var(--wash),.48); }
.ce-bg .blob.bl{ background:rgba(var(--wash),.60); }
.ce-bg .ring{ background:radial-gradient(circle at center, transparent 0, transparent 54%, rgba(var(--nm-line), var(--nm-line-op)) 55%, transparent 56%); }
.ce-bg svg g{ stroke:rgba(var(--nm-line), var(--nm-line-op)); opacity:1; }
.ce-bg svg path{ stroke:rgba(var(--nm-line), var(--nm-line-op)); }
.ce-bg svg circle{ fill:rgba(var(--nm-line), var(--nm-node-op)); opacity:1; }

/* (4) VERTICAL RHYTHM -- normalize section padding to the token scale. */
.cp-intro{ padding-top:var(--band-pad); padding-bottom:var(--band-pad-lg); }
.pw-section{ padding:var(--band-pad-lg) var(--band-pad-x); }
.df-section{ padding:var(--band-pad) var(--band-pad-x); }
.ce-section{ padding:var(--band-pad-lg) var(--band-pad-x) var(--band-pad); }

/* (5) CODA -- tighten the social card + closing; a quiet navy floor bookend. */
.cp-social-card{
  margin:var(--band-pad-tight) auto 0;
  box-shadow:0 34px 90px rgba(40,36,110,.18), 0 8px 24px rgba(40,36,110,.10), inset 0 1px 0 rgba(255,255,255,.9);
}
.cp-closing{ margin:var(--band-pad-tight) auto 0; position:relative; padding-top:var(--band-pad-tight); padding-bottom:var(--band-pad-tight); }
.cp-closing::before{
  content:""; position:absolute; left:-18%; right:-18%; top:6%; bottom:-6%;
  pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 70% 90% at 50% 70%, rgba(12,16,48,.14) 0%, rgba(12,16,48,.06) 45%, transparent 78%);
}

/* (6) SCROLLYTELLING LENGTH -- 400vh -> 320vh. */
.dc-scrolly{ height:var(--dc-scroll-len); }

/* (7) MOBILE RHYTHM */
@media (max-width: 930px){ .cp-stack{ padding:var(--band-pad) var(--band-pad-x); } }
@media (max-width: 880px){ .pw-section{ padding:var(--band-pad-lg) var(--band-pad-x); } }
@media (max-width: 680px){
  .cp-stack{ padding:var(--band-pad) var(--band-pad-x); }
  .cp-social-card{ margin-top:var(--band-pad-tight); }
  .cp-closing{ margin-top:var(--band-pad-tight); }
}
@media (max-width: 640px){ .df-section{ padding:var(--band-pad) var(--band-pad-x); } }
@media (max-width: 560px){ .ce-section{ padding:var(--band-pad-lg) var(--band-pad-x) var(--band-pad); } }
@media (max-width: 940px){ .dc-scrolly{ height:auto; } }

/* (8) FULL-BLEED -- kill the .cp-stack side padding so section backgrounds (esp.
   the dark df band) run EDGE TO EDGE (founder: "tout est dans un conteneur, regarde
   sur les cotes"). Content stays centered via the inner max-width wrappers
   (.cp-wrap 1320 / .pw-container 1150 / .df-shell 1150 / .dc-container 1280 /
   .ce-container). Re-add a gutter only where a wrapper has none of its own. */
.cp-stack{ padding-left:0; padding-right:0; }
.cp-intro{ padding-left:clamp(20px,4vw,40px); padding-right:clamp(20px,4vw,40px); }
.cp-social-card{ width:min(100% - 32px, 1010px); }
.cp-closing{ padding-left:clamp(20px,4vw,40px); padding-right:clamp(20px,4vw,40px); }
@media (max-width: 930px){ .cp-stack{ padding-left:0; padding-right:0; } }
@media (max-width: 680px){ .cp-stack{ padding-left:0; padding-right:0; } }
/* === END REFLOW v2 === */

/* === LANDING ANIM (sexy layer) === */
/* Reversible: delete to END ANIM. Gated behind html.anim-on (added by JS only when
   motion allowed) + the global prefers-reduced-motion block => no-JS/RM = perfect static. */

/* === LANDING SCROLL-REVEAL SYSTEM (slice) === */
/* No-JS / reduced-motion safe: .reveal is fully visible unless html.anim-on is present. */
/* html.anim-on is added by JS ONLY when motion is allowed (see reduced-motion guard in JS). */
html.anim-on .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1);
  transition-delay: calc(var(--rv, 0) * 70ms);
  will-change: opacity, transform;
}
html.anim-on .reveal.is-in {
  opacity: 1;
  transform: none;
}
/* Once revealed, drop the compositor hint to cap memory. */
html.anim-on .reveal.is-in {
  will-change: auto;
}
/* === END LANDING SCROLL-REVEAL SYSTEM === */

/* === LIVING NEURAL MOTIF (signature ambient effect) === */
/* All motion gated behind html.anim-on so no-JS / reduced-motion = perfect static. */
/* CSS-first: zero JS RAF loops. Slow, low-amplitude, low-opacity. transform/opacity/filter only. */

@keyframes nm-drift-a {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(10px, -8px, 0) scale(1.015); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes nm-drift-b {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-9px, 7px, 0) scale(1.012); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes nm-drift-c {
  0%   { transform: translate3d(0, 0, 0); }
  50%  { transform: translate3d(7px, 9px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes nm-pulse {
  0%   { opacity: 0.55; transform: scale(1); }
  50%  { opacity: 1; transform: scale(1.18); }
  100% { opacity: 0.55; transform: scale(1); }
}
@keyframes nm-node-pulse {
  0%   { opacity: 0.4; }
  50%  { opacity: 0.95; }
  100% { opacity: 0.4; }
}
@keyframes nm-orb-breathe {
  0%   { opacity: 0.78; transform: scale(1); }
  50%  { opacity: 1; transform: scale(1.12); }
  100% { opacity: 0.78; transform: scale(1); }
}
/* Synapse firing: a short bright dash slides along each path. dashoffset travels;
   the base unified-purple stroke stays underneath, so this overlays, never replaces. */
@keyframes nm-fire {
  0%   { stroke-dashoffset: 0; opacity: 0; }
  8%   { opacity: 0.9; }
  60%  { opacity: 0.9; }
  100% { stroke-dashoffset: -560; opacity: 0; }
}
@keyframes nm-fire-flicker {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(139, 112, 255, 0)); }
  50%      { filter: drop-shadow(0 0 4px rgba(167, 139, 250, 0.55)); }
}

/* ---- cp band: orb breathe + container drift (no SVG paths here, div motif) ---- */
html.anim-on .cp-network {
  animation: nm-drift-c 26s ease-in-out infinite;
  will-change: transform;
}
html.anim-on .cp-orb {
  animation: nm-orb-breathe 9s ease-in-out infinite;
}
html.anim-on .cp-orb.two   { animation-duration: 11s; animation-delay: 1.4s; }
html.anim-on .cp-orb.three { animation-duration: 13s; animation-delay: 2.6s; }

/* ---- pw band: drift the inner group (no layout transform on <g>), pulse nodes + dots, fire paths ---- */
html.anim-on .pw-lines g {
  animation: nm-drift-a 22s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
html.anim-on .pw-lines.mid-left g     { animation-name: nm-drift-b; animation-duration: 28s; }
html.anim-on .pw-lines.bottom-right g { animation-name: nm-drift-c; animation-duration: 25s; }

html.anim-on .pw-lines circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: nm-pulse 6s ease-in-out infinite;
}
html.anim-on .pw-lines circle:nth-child(2n)  { animation-delay: 0.7s; animation-duration: 7s; }
html.anim-on .pw-lines circle:nth-child(3n)  { animation-delay: 1.5s; animation-duration: 8s; }
html.anim-on .pw-lines circle:nth-child(5n)  { animation-delay: 2.2s; }

html.anim-on .pw-dot {
  animation: nm-orb-breathe 7s ease-in-out infinite;
}
html.anim-on .pw-dot.d2 { animation-delay: 1.1s; animation-duration: 8.5s; }
html.anim-on .pw-dot.d3 { animation-delay: 2.3s; animation-duration: 9.5s; }

html.anim-on .pw-lines path {
  stroke-dasharray: 26 540;
  animation: nm-fire 9s linear infinite;
  will-change: stroke-dashoffset;
}
html.anim-on .pw-lines path:nth-child(2) { animation-delay: 1.6s; animation-duration: 10s; }
html.anim-on .pw-lines path:nth-child(3) { animation-delay: 3.1s; animation-duration: 11s; }
html.anim-on .pw-lines path:nth-child(4) { animation-delay: 4.4s; }
html.anim-on .pw-lines path:nth-child(5) { animation-delay: 5.7s; animation-duration: 12s; }
html.anim-on .pw-lines path:nth-child(6) { animation-delay: 2.4s; }

/* ---- df dark band (EMPHASIZED): drift the inner svg (cluster keeps its layout rotate/scale),
        existing df-twinkle on spans stays; add firing on the cluster path ---- */
html.anim-on .df-cluster svg {
  animation: nm-drift-b 20s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
html.anim-on .df-cluster.right-top svg     { animation-name: nm-drift-a; animation-duration: 24s; }
html.anim-on .df-cluster.left-mid svg      { animation-name: nm-drift-c; animation-duration: 27s; }
html.anim-on .df-cluster.right-bottom svg  { animation-name: nm-drift-a; animation-duration: 23s; animation-delay: 1.5s; }

html.anim-on .df-cluster path {
  stroke-dasharray: 22 360;
  animation: nm-fire 8s linear infinite, nm-fire-flicker 8s ease-in-out infinite;
  will-change: stroke-dashoffset, filter;
}
html.anim-on .df-cluster.right-top path     { animation-delay: 2s, 2s; }
html.anim-on .df-cluster.left-mid path      { animation-delay: 4s, 4s; }
html.anim-on .df-cluster.right-bottom path  { animation-delay: 6s, 6s; }

/* ---- ce band: drift the big svg, pulse circles, fire paths, breathe blobs ---- */
html.anim-on .ce-bg svg {
  animation: nm-drift-c 30s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
html.anim-on .ce-bg svg circle {
  animation: nm-node-pulse 7s ease-in-out infinite;
}
html.anim-on .ce-bg svg circle:nth-child(2n) { animation-delay: 0.9s; animation-duration: 8s; }
html.anim-on .ce-bg svg circle:nth-child(3n) { animation-delay: 1.8s; animation-duration: 9s; }
html.anim-on .ce-bg svg circle:nth-child(4n) { animation-delay: 2.6s; }

html.anim-on .ce-bg svg path {
  stroke-dasharray: 30 520;
  animation: nm-fire 11s linear infinite;
  will-change: stroke-dashoffset;
}
html.anim-on .ce-bg svg path:nth-child(2) { animation-delay: 2.2s; animation-duration: 12s; }
html.anim-on .ce-bg svg path:nth-child(3) { animation-delay: 4.4s; }
html.anim-on .ce-bg svg path:nth-child(4) { animation-delay: 6.6s; animation-duration: 13s; }
html.anim-on .ce-bg svg path:nth-child(5) { animation-delay: 8.8s; }

html.anim-on .ce-bg .blob {
  animation: nm-orb-breathe 18s ease-in-out infinite;
}
html.anim-on .ce-bg .blob.tr { animation-delay: 3s; animation-duration: 21s; }
html.anim-on .ce-bg .blob.bl { animation-delay: 6s; animation-duration: 24s; }
html.anim-on .ce-bg .ring {
  animation: nm-drift-b 28s ease-in-out infinite;
  will-change: transform;
}
/* === END LIVING NEURAL MOTIF === */

/* === SLICE: animated counters + living CTA === */
/* shimmer + glow only run when JS has confirmed motion is allowed (html.anim-on). */
/* without html.anim-on (no-JS / reduced-motion) the green CTAs are perfectly static. */
html.anim-on .nav-cta,
html.anim-on .primary-btn,
html.anim-on .ce-bottom-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
html.anim-on .nav-cta::after,
html.anim-on .primary-btn::after,
html.anim-on .ce-bottom-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 50%, rgba(255,255,255,0) 100%);
  transform: translateX(-220%) skewX(-18deg);
  animation: ctaShimmer 5.5s ease-in-out infinite;
}
html.anim-on .primary-btn::after { animation-duration: 6s; animation-delay: 1.1s; }
html.anim-on .ce-bottom-cta::after { animation-duration: 5.8s; animation-delay: 2.2s; }
/* keep the real label/arrow above the sweep without changing markup */
html.anim-on .nav-cta > *,
html.anim-on .primary-btn > *,
html.anim-on .ce-bottom-cta > * {
  position: relative;
  z-index: 1;
}
@keyframes ctaShimmer {
  0%   { transform: translateX(-220%) skewX(-18deg); }
  62%  { transform: translateX(320%) skewX(-18deg); }
  100% { transform: translateX(320%) skewX(-18deg); }
}
html.anim-on .nav-cta { animation: ctaGlow 5.5s ease-in-out infinite; }
html.anim-on .primary-btn { animation: ctaGlowBig 6s ease-in-out infinite; }
html.anim-on .ce-bottom-cta { animation: ctaGlowCe 5.8s ease-in-out infinite; }
@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 18px 44px rgba(19,174,116,.30), inset 0 1px 0 rgba(255,255,255,.22); }
  50%      { box-shadow: 0 22px 52px rgba(19,174,116,.46), inset 0 1px 0 rgba(255,255,255,.22); }
}
@keyframes ctaGlowBig {
  0%, 100% { box-shadow: 0 26px 70px rgba(19,174,116,.34), inset 0 1px 0 rgba(255,255,255,.20); }
  50%      { box-shadow: 0 30px 80px rgba(19,174,116,.50), inset 0 1px 0 rgba(255,255,255,.20); }
}
@keyframes ctaGlowCe {
  0%, 100% { box-shadow: 0 18px 45px rgba(19,174,116,.32); }
  50%      { box-shadow: 0 24px 60px rgba(19,174,116,.48); }
}
/* magnetic-hover transition only when motion allowed; hover translateY rules already exist */
html.anim-on .primary-btn { transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease; }
/* === END SLICE: animated counters + living CTA === */

/* === SLICE: AURORA BACKGROUND + HOVER MICRO-INTERACTIONS (CSS-only) === */

/* (1) AURORA -- slow-drifting violet depth behind the hero + dark df band.
   Uses the FREE ::before on .hero and .df-section (verified: neither defines
   ::before/::after). pointer-events:none, low z-index, low alpha so it reads
   as depth, never a color wash. Drift/scale are CSS @keyframes (the global
   prefers-reduced-motion block at line 1770 neutralizes the animation to a
   static soft gradient -- no hidden initial state, so no html.anim-on gate
   is needed here; aurora is always visible as depth). */
.hero::before {
  content: "";
  position: absolute;
  inset: -12% -10% auto -10%;
  height: 78%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(38% 46% at 26% 34%, rgba(139,112,255,.22), transparent 70%),
    radial-gradient(34% 40% at 74% 22%, rgba(173,143,255,.16), transparent 72%),
    radial-gradient(30% 38% at 58% 70%, rgba(139,112,255,.13), transparent 74%);
  filter: blur(8px);
  opacity: .85;
  will-change: transform, opacity;
  animation: auroraDrift 24s ease-in-out infinite alternate;
}
/* keep hero text/content above the aurora (positioned children paint on top;
   spotlight title + buttons are above this z-index:0 layer) */
.hero > * { position: relative; z-index: 1; }

.df-section::before {
  content: "";
  position: absolute;
  inset: -8% -12% auto -12%;
  height: 70%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(40% 50% at 22% 30%, rgba(139,112,255,.20), transparent 72%),
    radial-gradient(36% 44% at 80% 26%, rgba(173,143,255,.15), transparent 72%),
    radial-gradient(32% 40% at 54% 84%, rgba(139,112,255,.12), transparent 76%);
  filter: blur(10px);
  opacity: .9;
  mix-blend-mode: screen;
  will-change: transform, opacity;
  animation: auroraDrift2 28s ease-in-out infinite alternate;
}

@keyframes auroraDrift {
  0%   { transform: translate3d(0, 0, 0) scale(1); opacity: .72; }
  50%  { transform: translate3d(2.5%, -1.5%, 0) scale(1.06); opacity: .92; }
  100% { transform: translate3d(-2%, 1.5%, 0) scale(1.03); opacity: .8; }
}
@keyframes auroraDrift2 {
  0%   { transform: translate3d(0, 0, 0) scale(1.02); opacity: .78; }
  50%  { transform: translate3d(-2.5%, 1.8%, 0) scale(1.08); opacity: .95; }
  100% { transform: translate3d(2%, -1.2%, 0) scale(1.04); opacity: .82; }
}

/* (2) HOVER MICRO-INTERACTIONS -- desktop only (pointer:fine). Lift + glow +
   faint violet ring. Resting look untouched; only :hover state added.
   Each transition is short ease-out; the global reduced-motion block already
   collapses transition-duration so this stays safe. */
@media (hover: hover) and (pointer: fine) {
  .df-feature-card,
  .cp-stat-card {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  /* .ce-feature already transitions background .2s ease -- extend, don't drop it */
  .ce-feature {
    transition: background .2s ease, transform .3s ease, box-shadow .3s ease;
  }
  /* .df-bottom-cta is an <a>; lift the whole card (its inner arrow keeps its
     own existing :hover translate -- different properties, no conflict) */
  .df-bottom-cta {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }

  .df-feature-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 30px 80px rgba(8,10,34,.5),
      0 0 0 1px rgba(139,112,255,.4),
      inset 0 1px 0 rgba(255,255,255,.1);
    border-color: rgba(139,112,255,.4);
  }
  /* .df-feature-card has overflow:hidden + a corner ::before glow; ::after is
     free -- add a faint inner violet ring that brightens on hover */
  .df-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(139,112,255,0);
    transition: box-shadow .3s ease;
  }
  .df-feature-card:hover::after {
    box-shadow: inset 0 0 0 1px rgba(173,143,255,.32);
  }

  .cp-stat-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 18px 44px rgba(8,10,34,.45),
      0 0 0 1px rgba(139,112,255,.35),
      inset 0 1px 0 rgba(255,255,255,.12);
    border-color: rgba(139,112,255,.35);
  }

  .ce-feature:hover {
    transform: translateY(-5px);
    box-shadow:
      0 22px 56px rgba(59,40,130,.14),
      0 0 0 1px rgba(139,112,255,.3);
  }

  .df-bottom-cta:hover {
    transform: translateY(-5px);
    box-shadow:
      0 30px 80px rgba(92,77,150,.16),
      0 0 0 1px rgba(139,112,255,.32),
      inset 0 1px 0 rgba(255,255,255,.9);
    border-color: rgba(139,112,255,.32);
  }

  /* .pw-mcard is carousel-owned (position:absolute; transform:translateX(-50%);
     pointer-events:none unless active). DON'T touch transform (carousel owns it)
     and only react on the ACTIVE card so we never fight the marquee. Glow via
     box-shadow only -- additive over its is-active shadow. */
  .pw-mcard.is-active {
    transition: transform .7s cubic-bezier(0.4,0,0.2,1), opacity .7s cubic-bezier(0.4,0,0.2,1), box-shadow .35s ease;
  }
  .pw-mcard.is-active:hover {
    box-shadow:
      0 40px 96px rgba(59,40,130,.22),
      0 0 0 1px rgba(139,112,255,.4),
      inset 0 1px 0 rgba(255,255,255,.95);
  }
}
/* === END SLICE: AURORA + HOVER === */

/* === SLICE: scroll parallax depth (gated; transform via --pf only) === */
html.anim-on .pw-blob.right,
html.anim-on .pw-blob.bottom-left,
html.anim-on .pw-lines.top-right,
html.anim-on .ce-bg .blob.tl,
html.anim-on .ce-bg .blob.tr,
html.anim-on .ce-bg .blob.bl {
  transform: translate3d(0, var(--pf, 0px), 0);
}
html.anim-on .pw-blob.right,
html.anim-on .pw-blob.bottom-left,
html.anim-on .pw-lines.top-right,
html.anim-on .ce-bg .blob.tl,
html.anim-on .ce-bg .blob.tr,
html.anim-on .ce-bg .blob.bl {
  will-change: transform;
}
/* === END ANIM === */

/* === LANG (footer + language banner) === */
.lp-footer{ background:var(--bg-clear,#fbfaff); border-top:1px solid rgba(124,58,237,.12); padding:48px clamp(20px,4vw,40px) 36px; color:var(--ink,#11142a); position:relative; z-index:2; }
.lp-footer-inner{ max-width:1150px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.lp-footer-brand{ display:flex; align-items:baseline; gap:10px; }
.lp-footer-logo{ font-weight:700; font-size:18px; letter-spacing:-.01em; }
.lp-footer-tag{ font-size:13px; color:rgba(17,20,42,.62); }
.lp-footer-links{ display:flex; align-items:center; gap:18px; font-size:14px; flex-wrap:wrap; }
.lp-footer-links a{ color:rgba(17,20,42,.6); text-decoration:none; transition:color .2s ease; }
.lp-footer-links a:hover{ color:var(--purple,#7c3aed); }
.lp-footer-lang{ display:inline-flex; align-items:center; gap:9px; padding-left:18px; border-left:1px solid rgba(17,20,42,.12); }
.lp-footer-lang .lp-lang{ color:rgba(17,20,42,.62); text-decoration:none; transition:color .2s ease; }
.lp-footer-lang .lp-lang:hover{ color:var(--purple,#7c3aed); }
.lp-footer-lang .lp-lang.is-active{ color:var(--ink,#11142a); font-weight:600; }
.lp-lang-sep{ color:rgba(17,20,42,.25); }
.lp-footer-copy{ max-width:1150px; margin:18px auto 0; font-size:12.5px; color:rgba(17,20,42,.42); }
.lp-langbar{ position:fixed; left:50%; bottom:22px; transform:translateX(-50%) translateY(150%); z-index:9999; display:flex; align-items:center; gap:12px; padding:10px 12px 10px 18px; border-radius:999px; background:rgba(18,15,38,.94); color:#fff; box-shadow:0 18px 50px rgba(18,15,38,.42); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); opacity:0; transition:transform .5s cubic-bezier(.22,.61,.36,1), opacity .45s ease; font-size:14px; max-width:calc(100vw - 28px); }
.lp-langbar.is-show{ transform:translateX(-50%) translateY(0); opacity:1; }
.lp-langbar-icon{ font-size:15px; }
.lp-langbar-text{ opacity:.9; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.lp-langbar-cta{ color:#fff; font-weight:600; text-decoration:none; background:linear-gradient(135deg,#13ae74,#0f9d68); padding:7px 15px; border-radius:999px; white-space:nowrap; transition:filter .2s ease; }
.lp-langbar-cta:hover{ filter:brightness(1.09); }
.lp-langbar-close{ background:transparent; border:0; color:rgba(255,255,255,.55); font-size:14px; cursor:pointer; padding:4px 6px; line-height:1; }
.lp-langbar-close:hover{ color:#fff; }
@media (max-width:560px){ .lp-langbar{ left:14px; right:14px; transform:translateY(150%); font-size:13px; } .lp-langbar.is-show{ transform:translateY(0); } .lp-footer-inner{ flex-direction:column; align-items:flex-start; gap:18px; } }
/* nav EN/FR switch (light-on-dark, matches .nav-links) */
.nav-lang{ display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:700; letter-spacing:.03em; }
.nav-lang-opt{ color:rgba(255,255,255,.55); text-decoration:none; transition:color .2s ease; }
.nav-lang-opt:hover{ color:#fff; }
.nav-lang-opt.is-active{ color:#fff; }
.nav-lang-sep{ color:rgba(255,255,255,.3); }
.nav-lang-opt:focus-visible{ outline:2px solid #2bd388; outline-offset:3px; border-radius:4px; }
@media (max-width:760px){ .nav-lang{ display:none; } }
/* === END LANG === */
