:root {
      --ec-ink: #151515;
      --ec-anthracite: #242427;
      --ec-graphite: #353539;
      --ec-grey: #75757d;
      --ec-soft: #f5f2f3;
      --ec-soft-2: #ebe6e8;
      --ec-bordeaux: #7b1738;
      --ec-bordeaux-dark: #551025;
      --ec-magenta: #c2185b;
      --ec-rose: #ef5b8a;
      --ec-white: #ffffff;
      --ec-shadow: 0 28px 80px rgba(0,0,0,.10);
      --ec-radius-xl: 32px;
      --ec-radius-lg: 24px;
    }

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

    body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ec-ink);
      background: var(--ec-white);
      overflow-x: hidden;
    }

    a { transition: .22s ease; }

    .text-gradient {
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta), var(--ec-rose));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .navbar-premium {
      min-height: 82px;
      background: rgba(255,255,255,.84);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      border-bottom: 1px solid rgba(0,0,0,.065);
      box-shadow: 0 18px 55px rgba(0,0,0,.055);
      z-index: 1050;
    }

    .navbar-premium .navbar-brand img {
      height: 30px;
      width: auto;
      display: block;
    }

    .navbar-premium .nav-link {
      font-size: .92rem;
      font-weight: 750;
      letter-spacing: -.01em;
      color: #252528;
      padding: .76rem 1rem;
      border-radius: 999px;
    }

    .navbar-premium .nav-link:hover,
    .navbar-premium .nav-link.show {
      color: var(--ec-bordeaux);
      background: rgba(123,23,56,.055);
    }

    .nav-pill {
      border-radius: 999px;
      background: rgba(245,242,243,.74);
      border: 1px solid rgba(0,0,0,.055);
      padding: .25rem;
    }

    .btn-ec {
      border: none;
      color: #fff;
      border-radius: 999px;
      padding: .8rem 1.25rem;
      font-weight: 850;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta));
      box-shadow: 0 16px 36px rgba(123,23,56,.26);
    }

    .btn-ec:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 22px 46px rgba(123,23,56,.35);
    }

    .btn-ghost-dark {
      border: 1px solid rgba(0,0,0,.12);
      border-radius: 999px;
      padding: .78rem 1.18rem;
      font-weight: 800;
      color: var(--ec-anthracite);
      background: rgba(255,255,255,.55);
    }

    .btn-ghost-dark:hover {
      background: #fff;
      color: var(--ec-bordeaux);
      border-color: rgba(123,23,56,.28);
    }

    .btn-outline-light-premium {
      border: 1px solid rgba(255,255,255,.52);
      color: white;
      border-radius: 999px;
      padding: .92rem 1.35rem;
      font-weight: 850;
      background: rgba(255,255,255,.06);
      backdrop-filter: blur(12px);
    }

    .btn-outline-light-premium:hover {
      background: #fff;
      color: var(--ec-bordeaux);
    }

    .mega-dropdown { position: static; }

    .mega-menu {
      width: min(1140px, calc(100vw - 28px));
      left: 50% !important;
      transform: translateX(-50%);
      top: 72px;
      border: 0;
      border-radius: 30px;
      padding: 1.25rem;
      background:
        radial-gradient(circle at top right, rgba(194,24,91,.13), transparent 28%),
        rgba(255,255,255,.97);
      backdrop-filter: blur(26px);
      -webkit-backdrop-filter: blur(26px);
      box-shadow: 0 34px 95px rgba(0,0,0,.17);
    }

    .mega-title {
      font-size: .72rem;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .13em;
      color: var(--ec-bordeaux);
      margin-bottom: .72rem;
    }

    .mega-link {
      display: flex;
      gap: .92rem;
      padding: .9rem;
      border-radius: 19px;
      text-decoration: none;
      color: #222;
      transition: .2s ease;
    }

    .mega-link:hover {
      background: rgba(123,23,56,.065);
      transform: translateX(4px);
      color: #111;
    }

    .mega-link i {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: white;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta));
      flex-shrink: 0;
      box-shadow: 0 12px 25px rgba(123,23,56,.22);
    }

    .mega-link strong {
      display: block;
      font-size: .96rem;
      line-height: 1.18;
      margin-bottom: .18rem;
    }

    .mega-link span {
      display: block;
      font-size: .82rem;
      color: #73737a;
      line-height: 1.33;
    }

    .mega-feature {
      height: 100%;
      border-radius: 26px;
      padding: 1.55rem;
      color: white;
      background:
        radial-gradient(circle at top right, rgba(240,90,138,.46), transparent 40%),
        linear-gradient(135deg, #222226, #681733);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
      overflow: hidden;
      position: relative;
    }

    .mega-feature::after {
      content: "";
      position: absolute;
      right: -42px;
      bottom: -42px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.18);
    }

    .lang-switch .dropdown-menu {
      min-width: 190px;
      border: 0;
      border-radius: 22px;
      box-shadow: 0 24px 70px rgba(0,0,0,.14);
      padding: .55rem;
    }

    .lang-switch .dropdown-item {
      border-radius: 14px;
      font-weight: 750;
      padding: .65rem .85rem;
    }

    .hero {
      min-height: 96vh;
      padding-top: 118px;
      color: white;
      background:
        radial-gradient(circle at 78% 17%, rgba(194,24,91,.42), transparent 31%),
        radial-gradient(circle at 12% 82%, rgba(239,91,138,.25), transparent 31%),
        linear-gradient(135deg, #151515 0%, #2a2a2d 48%, #5b122d 100%);
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.2) 75%, transparent);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      width: 680px;
      height: 680px;
      border-radius: 50%;
      right: -250px;
      top: 90px;
      background: radial-gradient(circle, rgba(255,255,255,.10), transparent 68%);
      pointer-events: none;
    }

    .hero .container { position: relative; z-index: 2; }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: .58rem;
      padding: .62rem 1.02rem;
      border-radius: 999px;
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.91);
      font-weight: 800;
      margin-bottom: 1.45rem;
    }

    .hero h1 {
      font-size: clamp(2.75rem, 6.1vw, 6.15rem);
      line-height: .93;
      letter-spacing: -.07em;
      font-weight: 950;
      max-width: 980px;
    }

    .hero p {
      max-width: 740px;
      font-size: 1.18rem;
      color: rgba(255,255,255,.78);
    }

    .trust-strip {
      display: flex;
      gap: .7rem;
      flex-wrap: wrap;
      margin-top: 2rem;
    }

    .trust-pill {
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.78);
      border-radius: 999px;
      padding: .58rem .85rem;
      font-size: .86rem;
      font-weight: 720;
    }

    .orbits { position: relative; min-height: 500px; }

    .orbit-card {
      position: absolute;
      width: 235px;
      padding: 1.2rem;
      border-radius: 26px;
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.16);
      backdrop-filter: blur(18px);
      box-shadow: 0 26px 80px rgba(0,0,0,.25);
    }

    .orbit-card i { font-size: 1.85rem; }
    .orbit-card h5 { margin-top: .85rem; margin-bottom: .35rem; font-weight: 900; }
    .orbit-card p { font-size: .85rem; color: rgba(255,255,255,.72); margin: 0; }
    .orbit-1 { top: 14px; right: 70px; }
    .orbit-2 { top: 145px; left: 18px; }
    .orbit-3 { bottom: 58px; right: 22px; }
    .orbit-4 { bottom: 8px; left: 96px; }

    .orbit-center {
      position: absolute;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%);
      width: 190px;
      height: 190px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      text-align: center;
      background: rgba(255,255,255,.95);
      color: var(--ec-bordeaux);
      box-shadow: 0 30px 90px rgba(0,0,0,.28);
      font-weight: 950;
      letter-spacing: -.04em;
      font-size: 1.45rem;
    }

    .section { padding: 6.3rem 0; }
    .section-soft { background: linear-gradient(180deg, var(--ec-soft), #fff); }

    .eyebrow {
      color: var(--ec-bordeaux);
      font-weight: 950;
      letter-spacing: .12em;
      font-size: .78rem;
      text-transform: uppercase;
      margin-bottom: .75rem;
    }

    .section-title {
      font-size: clamp(2.1rem, 4.15vw, 3.7rem);
      font-weight: 950;
      letter-spacing: -.052em;
      line-height: 1;
    }

    .lead-soft { color: #676770; font-size: 1.15rem; }

    .solution-card,
    .service-box,
    .sector-card,
    .partner-card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(0,0,0,.065);
      border-radius: var(--ec-radius-xl);
      padding: 2rem;
      box-shadow: 0 20px 58px rgba(0,0,0,.055);
      transition: .25s ease;
      position: relative;
      overflow: hidden;
    }

    .solution-card::before,
    .sector-card::before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -70px;
      top: -70px;
      background: radial-gradient(circle, rgba(194,24,91,.18), transparent 72%);
    }

    .solution-card:hover,
    .service-box:hover,
    .sector-card:hover,
    .partner-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 82px rgba(123,23,56,.13);
      border-color: rgba(123,23,56,.22);
    }

    .icon-box {
      width: 64px;
      height: 64px;
      border-radius: 21px;
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 1.7rem;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta));
      box-shadow: 0 16px 35px rgba(123,23,56,.25);
      margin-bottom: 1.25rem;
    }

    .link-ec {
      color: var(--ec-bordeaux);
      font-weight: 850;
      text-decoration: none;
    }

    .link-ec:hover { color: var(--ec-magenta); }

    .dark-section {
      color: white;
      background:
        radial-gradient(circle at 82% 20%, rgba(194,24,91,.36), transparent 36%),
        linear-gradient(135deg, #161616, #2a2a2d 55%, #61152f);
      position: relative;
      overflow: hidden;
    }

    .kpi {
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 26px;
      padding: 1.65rem;
      height: 100%;
    }

    .kpi strong {
      display: block;
      font-size: 2.55rem;
      color: white;
      line-height: 1;
      letter-spacing: -.045em;
    }

    .kpi span { color: rgba(255,255,255,.72); font-weight: 700; }
    .service-box i { color: var(--ec-bordeaux); }

    .process-step {
      display: flex;
      gap: 1rem;
      padding: 1.2rem;
      border-radius: 24px;
      border: 1px solid rgba(0,0,0,.07);
      background: rgba(255,255,255,.72);
      height: 100%;
    }

    .step-number {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      color: white;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta));
      font-weight: 950;
    }

    .cta-panel {
      background:
        radial-gradient(circle at top right, rgba(240,90,138,.36), transparent 36%),
        linear-gradient(135deg, var(--ec-anthracite), var(--ec-bordeaux));
      color: white;
      border-radius: 38px;
      padding: clamp(2.3rem, 5vw, 4.6rem);
      box-shadow: 0 32px 90px rgba(123,23,56,.23);
      position: relative;
      overflow: hidden;
    }

    .cta-panel::after {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.16);
      right: -90px;
      bottom: -120px;
    }

    .form-control,
    .form-select {
      border-radius: 16px;
      border-color: rgba(0,0,0,.1);
      padding: .9rem 1rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(123,23,56,.42);
      box-shadow: 0 0 0 .25rem rgba(123,23,56,.12);
    }

    footer {
      background: #141414;
      color: rgba(255,255,255,.68);
    }

    footer a {
      color: rgba(255,255,255,.68);
      text-decoration: none;
      line-height: 2;
    }

    footer a:hover { color: #fff; }

    .footer-logo {
      height: 32px;
      width: auto;
      filter: brightness(0) invert(1);
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: .75s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991px) {
      .navbar-premium { min-height: 72px; }
      .navbar-premium .navbar-brand img { height: 28px; }
      .nav-pill {
        border-radius: 20px;
        padding: .65rem;
        margin-top: 1rem;
        align-items: stretch !important;
      }
      .mega-menu {
        width: 100%;
        transform: none;
        left: 0 !important;
        top: auto;
        box-shadow: none;
        border-radius: 22px;
        margin: .35rem 0 1rem;
      }
      .lang-switch { width: 100%; margin-top: .75rem; }
      .lang-switch .dropdown-toggle { width: 100%; justify-content: center; }
      .lang-switch .dropdown-menu { width: 100%; position: static !important; transform: none !important; margin-top: .5rem; }
      .hero { padding-top: 110px; min-height: auto; padding-bottom: 4rem; }
      .orbits { min-height: auto; margin-top: 2rem; }
      .orbit-card, .orbit-center {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
      }
      .orbit-center { border-radius: 26px; padding: 2rem; }
    }

/* Styles complementaires pour les pages interieures issues du modele. */
:root {
      --ec-ink: #151515;
      --ec-anthracite: #242427;
      --ec-graphite: #353539;
      --ec-grey: #75757d;
      --ec-soft: #f5f2f3;
      --ec-soft-2: #ebe6e8;
      --ec-bordeaux: #7b1738;
      --ec-bordeaux-dark: #551025;
      --ec-magenta: #c2185b;
      --ec-rose: #ef5b8a;
      --ec-white: #ffffff;
      --ec-shadow: 0 28px 80px rgba(0,0,0,.10);
      --ec-radius-xl: 32px;
      --ec-radius-lg: 24px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ec-ink);
      background: var(--ec-white);
      overflow-x: hidden;
    }
    a { transition: .22s ease; }

    .navbar-premium {
      min-height: 82px;
      background: rgba(255,255,255,.82);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      border-bottom: 1px solid rgba(0,0,0,.065);
      box-shadow: 0 18px 55px rgba(0,0,0,.055);
      z-index: 1050;
    }
    .navbar-premium .navbar-brand img { height: 30px; width: auto; display: block; }
    .navbar-premium .nav-link {
      font-size: .92rem; font-weight: 750; letter-spacing: -.01em; color: #252528;
      padding: .76rem 1rem; border-radius: 999px;
    }
    .navbar-premium .nav-link:hover, .navbar-premium .nav-link.show { color: var(--ec-bordeaux); background: rgba(123,23,56,.055); }
    .nav-pill { border-radius: 999px; background: rgba(245,242,243,.74); border: 1px solid rgba(0,0,0,.055); padding: .25rem; }

    .btn-ec {
      border: none; color: #fff; border-radius: 999px; padding: .8rem 1.25rem; font-weight: 850;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta));
      box-shadow: 0 16px 36px rgba(123,23,56,.26);
    }
    .btn-ec:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 46px rgba(123,23,56,.35); }
    .btn-ghost-dark {
      border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: .78rem 1.18rem;
      font-weight: 800; color: var(--ec-anthracite); background: rgba(255,255,255,.55);
    }
    .btn-ghost-dark:hover { background: #fff; color: var(--ec-bordeaux); border-color: rgba(123,23,56,.28); }
    .btn-outline-light-premium {
      border: 1px solid rgba(255,255,255,.52); color: white; border-radius: 999px; padding: .92rem 1.35rem;
      font-weight: 850; background: rgba(255,255,255,.06); backdrop-filter: blur(12px);
    }
    .btn-outline-light-premium:hover { background: #fff; color: var(--ec-bordeaux); }

    .mega-dropdown { position: static; }
    .mega-menu {
      width: min(1140px, calc(100vw - 28px)); left: 50% !important; transform: translateX(-50%); top: 72px;
      border: 0; border-radius: 30px; padding: 1.25rem;
      background: radial-gradient(circle at top right, rgba(194,24,91,.13), transparent 28%), rgba(255,255,255,.97);
      backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px); box-shadow: 0 34px 95px rgba(0,0,0,.17);
    }
    .mega-title { font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; color: var(--ec-bordeaux); margin-bottom: .72rem; }
    .mega-link { display: flex; gap: .92rem; padding: .9rem; border-radius: 19px; text-decoration: none; color: #222; transition: .2s ease; }
    .mega-link:hover { background: rgba(123,23,56,.065); transform: translateX(4px); color: #111; }
    .mega-link i {
      width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; color: white;
      background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta)); flex-shrink: 0;
      box-shadow: 0 12px 25px rgba(123,23,56,.22);
    }
    .mega-link strong { display: block; font-size: .96rem; line-height: 1.18; margin-bottom: .18rem; }
    .mega-link span { display: block; font-size: .82rem; color: #73737a; line-height: 1.33; }
    .mega-feature {
      height: 100%; border-radius: 26px; padding: 1.55rem; color: white;
      background: radial-gradient(circle at top right, rgba(240,90,138,.46), transparent 40%), linear-gradient(135deg, #222226, #681733);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12); overflow: hidden; position: relative;
    }
    .mega-feature::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }

    .page-hero {
      padding: 145px 0 92px; color: white; position: relative; overflow: hidden;
      background: radial-gradient(circle at 78% 17%, rgba(194,24,91,.42), transparent 31%), radial-gradient(circle at 12% 82%, rgba(239,91,138,.25), transparent 31%), linear-gradient(135deg, #151515 0%, #2a2a2d 48%, #5b122d 100%);
    }
    .page-hero::before {
      content: ""; position: absolute; inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
      background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.2) 75%, transparent); pointer-events: none;
    }
    .page-hero .container { position: relative; z-index: 2; }
    .breadcrumb-premium {
      display: inline-flex; align-items: center; gap: .55rem; flex-wrap: wrap; padding: .62rem 1.02rem; border-radius: 999px;
      background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.86); font-weight: 750; margin-bottom: 1.45rem;
    }
    .breadcrumb-premium a { color: rgba(255,255,255,.9); text-decoration: none; }
    .breadcrumb-premium a:hover { color: white; }
    .page-hero h1 { font-size: clamp(2.75rem, 5.7vw, 5.65rem); line-height: .94; letter-spacing: -.07em; font-weight: 950; max-width: 980px; }
    .page-hero p { max-width: 740px; font-size: 1.18rem; color: rgba(255,255,255,.78); }
    .hero-visual {
      min-height: 430px; border-radius: 34px; background: rgba(255,255,255,.105); border: 1px solid rgba(255,255,255,.16);
      backdrop-filter: blur(18px); box-shadow: 0 26px 80px rgba(0,0,0,.25); display: grid; place-items: center; text-align: center; padding: 2rem;
    }
    .hero-visual i { font-size: 8rem; text-shadow: 0 22px 60px rgba(0,0,0,.28); }

    .section { padding: 6.3rem 0; }
    .section-soft { background: linear-gradient(180deg, var(--ec-soft), #fff); }
    .eyebrow { color: var(--ec-bordeaux); font-weight: 950; letter-spacing: .12em; font-size: .78rem; text-transform: uppercase; margin-bottom: .75rem; }
    .section-title { font-size: clamp(2.1rem, 4.15vw, 3.7rem); font-weight: 950; letter-spacing: -.052em; line-height: 1; }
    .lead-soft { color: #676770; font-size: 1.15rem; }

    .premium-card, .sector-card, .partner-card {
      height: 100%; background: #fff; border: 1px solid rgba(0,0,0,.065); border-radius: var(--ec-radius-xl); padding: 2rem;
      box-shadow: 0 20px 58px rgba(0,0,0,.055); transition: .25s ease; position: relative; overflow: hidden;
    }
    .premium-card::before, .sector-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; top: -70px; background: radial-gradient(circle, rgba(194,24,91,.18), transparent 72%); }
    .premium-card:hover, .sector-card:hover, .partner-card:hover { transform: translateY(-8px); box-shadow: 0 30px 82px rgba(123,23,56,.13); border-color: rgba(123,23,56,.22); }
    .icon-box { width: 64px; height: 64px; border-radius: 21px; display: grid; place-items: center; color: #fff; font-size: 1.7rem; background: linear-gradient(135deg, var(--ec-bordeaux), var(--ec-magenta)); box-shadow: 0 16px 35px rgba(123,23,56,.25); margin-bottom: 1.25rem; }
    .link-ec { color: var(--ec-bordeaux); font-weight: 850; text-decoration: none; }
    .link-ec:hover { color: var(--ec-magenta); }
    .robot-partner-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid rgba(0,0,0,.065); border-radius: var(--ec-radius-xl); overflow: hidden; box-shadow: 0 20px 58px rgba(0,0,0,.055); transition: .25s ease; }
    .robot-partner-card:hover { transform: translateY(-8px); box-shadow: 0 30px 82px rgba(123,23,56,.13); border-color: rgba(123,23,56,.22); }
    .robot-partner-image { aspect-ratio: 4 / 3; background: #f7f7f8; display: grid; place-items: center; overflow: hidden; }
    .robot-partner-image img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
    .robot-partner-body { padding: 1.55rem; display: flex; flex-direction: column; gap: .8rem; flex: 1; }

    .dark-section { color: white; background: radial-gradient(circle at 82% 20%, rgba(194,24,91,.36), transparent 36%), linear-gradient(135deg, #161616, #2a2a2d 55%, #61152f); position: relative; overflow: hidden; }
    .kpi { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 1.65rem; height: 100%; }
    .kpi strong { display: block; font-size: 2.55rem; color: white; line-height: 1; letter-spacing: -.045em; }
    .kpi span { color: rgba(255,255,255,.72); font-weight: 700; }
    .timeline-item { border-left: 2px solid rgba(123,23,56,.18); padding-left: 1.4rem; position: relative; margin-bottom: 2rem; }
    .timeline-item::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--ec-bordeaux); position: absolute; left: -8px; top: .4rem; }
    .usecase-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1rem; border-radius: 999px; background: rgba(123,23,56,.07); color: var(--ec-bordeaux); font-weight: 850; margin: .25rem; }
    .accordion-button:not(.collapsed) { color: var(--ec-bordeaux); background: rgba(123,23,56,.06); box-shadow: none; }
    .cta-panel { background: radial-gradient(circle at top right, rgba(240,90,138,.36), transparent 36%), linear-gradient(135deg, var(--ec-anthracite), var(--ec-bordeaux)); color: white; border-radius: 38px; padding: clamp(2.3rem, 5vw, 4.6rem); box-shadow: 0 32px 90px rgba(123,23,56,.23); position: relative; overflow: hidden; }
    .cta-panel::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); right: -90px; bottom: -120px; }

    footer { background: #141414; color: rgba(255,255,255,.68); }
    footer a { color: rgba(255,255,255,.68); text-decoration: none; line-height: 2; }
    footer a:hover { color: #fff; }
    .footer-logo { height: 32px; width: auto; filter: brightness(0) invert(1); }
    .reveal { opacity: 0; transform: translateY(28px); transition: .75s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 991px) {
      .navbar-premium { min-height: 72px; }
      .navbar-premium .navbar-brand img { height: 28px; }
      .nav-pill { border-radius: 20px; padding: .65rem; margin-top: 1rem; align-items: stretch !important; }
      .mega-menu { width: 100%; transform: none; left: 0 !important; top: auto; box-shadow: none; border-radius: 22px; margin: .35rem 0 1rem; }
      .page-hero { padding-top: 118px; }
      .hero-visual { min-height: 280px; }
      .hero-visual i { font-size: 5rem; }
    }
