  @media (max-width: 1024px) {
      .container-wrapper {
          /* Change from 2 columns to 1 column */
          grid-template-columns: 1fr !important;
          padding: 20px;
          gap: 40px;
      }

      .card-container {
          /* Allow height to grow if content is long */
          height: auto !important;
          min-height: 600px;
      }
  }

  /* --- 2. CONTENT ALIGNMENT RESET --- */
  @media (max-width: 991px) {
      .content-overlay {
          padding: 25px;
          /* Less padding on mobile */
          display: flex;
          flex-direction: column;
          align-items: center;
          /* Center everything for better mobile look */
          text-align: center;
      }

      /* Resetting your inline margin-left: -21rem and margin-top */
      .vkt-graph-wrapper h1,
      .vkt-graph-wrapper p {
          margin-left: 0 !important;
          margin-top: 20px !important;
          text-align: center;
          width: 100%;
      }

      .circles-group {
          justify-content: center;
          flex-wrap: wrap;
          /* Circles will wrap if screen is too narrow */
          gap: 10px;
      }

      .circle {
          width: 70px;
          /* Slightly smaller circles for mobile */
          height: 70px;
          font-size: 1rem;
      }
  }

  /* --- 3. GRAPH AND BUTTON MOBILE FIX --- */
  @media (max-width: 768px) {
      .vkt-graph-wrapper {
          width: 100%;
          max-width: 100%;
          margin-top: 30px !important;
          float: none;
      }

      /* Resetting the inline margin-top: -12rem */
      .vkt-graph-content {
          margin-top: 0 !important;
          height: 150px;
          /* Give it a fixed height on mobile */
      }

      .analizy-data {
          align-self: center !important;
          /* Center the button */
          margin: 20px 0 !important;
          width: 80%;
          /* Wider button for easier tapping */
      }

      .vkt-bar-vertical {
          gap: 2px;
          /* Tighter bars for mobile */
      }
  }

  /*nueva card actualizada*/
  /* ============================================================
   ESTILOS: IMPLANTATION ET CROISSANCE
   ============================================================ */

  /* El botón naranja de la imagen */
  .analizy4 {
      background: #FF8C00;
      /* Naranja vibrante de la imagen analizada */
      color: white;
      border: none;
      padding: 12px 35px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 1rem;
      transition: 0.3s;
      width: fit-content;
      box-shadow: 3px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }

  .analizy4:hover {
      background: #e67e00;
      transform: scale(1.05);
  }

  .analizy5:hover {
      background: #ed975d;
      transform: scale(1.05);
  }

  .analizy5 {
      background: #ee8e4e;
      /* Naranja vibrante de la imagen analizada */
      color: white;
      border: none;
      padding: 12px 35px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 1rem;
      transition: 0.3s;
      width: fit-content;
      box-shadow: 3px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }


  .analizy6:hover {
      background: #dc8246;
      transform: scale(1.05);
  }

  .analizy6 {
      background: #de8c2e;
      /* Naranja vibrante de la imagen analizada */
      color: white;
      border: none;
      padding: 12px 35px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 1rem;
      transition: 0.3s;
      width: fit-content;
      box-shadow: 3px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }

  /* Contenedor de las 3 columnas de texto inferior */
  .container-info {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 columnas iguales */
      gap: 1.5rem;
      padding-top: 25px;
      margin-top: auto;
      /* Empuja el contenido hacia abajo */
      border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .info-column {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .column-title {
      font-weight: bold;
      color: #FF8C00;
      /* Color de énfasis */
      font-size: 0.9rem;
      text-transform: uppercase;
  }

  .info-column p {
      font-size: 0.85rem;
      line-height: 1.4;
      color: rgba(0, 0, 0, 0.7);
      margin: 0;
  }

  /* ============================================================
   RESPONSIVE: COLUMNAS DE INFORMACIÓN
   ============================================================ */
  @media (max-width: 768px) {
      .container-info {
          grid-template-columns: 1fr;
          /* Una columna en móvil */
          gap: 20px;
          text-align: center;
      }

      .info-column {
          align-items: center;
      }

      .analizy3 {
          align-self: center;
          /* Botón centrado en móvil */
      }
  }

  /*sante et croisesan*/
  /* ============================================================
   ESTILOS ESPECÍFICOS PARA: SANTÉ ET CROISSANCE
   ============================================================ */

  /* Aplicamos un sutil tinte verde al overlay para diferenciarla */
  .vkt-health-card .content-overlay {}

  /* Colores de las etiquetas basados en el magenta/naranja de la imagen */
  .vkt-health-card .vkt-label {
      color: #ffffff;
      /* Magenta brillante para destacar */
  }

  /* Gráfico de Flechas Verticales (Inspirado en la imagen) */
  .vkt-arrows-visual {
      display: flex;
      align-items: flex-end;
      gap: 12px;
      margin-top: 25px;
      padding-bottom: 10px;
  }



  /* Alturas escalonadas para mostrar crecimiento (Croissance) */
  .vkt-arrow-1 {
      height: 45px;
      opacity: 0.5;
  }

  .vkt-arrow-2 {
      height: 80px;
      opacity: 0.8;
  }

  .vkt-arrow-3 {
      height: 115px;
      opacity: 1;
  }

  .vkt-arrow:hover {
      transform: translateY(-8px) scale(1.1);
      filter: brightness(1.2);
  }

  /* Mantenemos el grid que ya tenemos para que queden una al lado de la otra */
  /*implementacio et croisanse*/
  /* ============================================================
   SECCIÓN: PLANIFICATION STRATÉGIQUE (QUEBEC)
   ============================================================ */

  /* Estilo para los círculos de métricas */
  .circles-group {
      display: flex;
      gap: 20px;
      margin-top: 15px;
  }

  .circle {
      width: 85px;
      height: 85px;
      border-radius: 50%;
      border: 3px solid #00d4ff;
      /* Azul cian analizado en la imagen */
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.5);
      font-weight: bold;
      color: white;
  }

  /* Estilo del botón (Naranja identificado en la imagen) */


  /* --- RESPONSIVE: AJUSTE DE MÁRGENES INLINE --- */
  @media (max-width: 1024px) {

      /* Reset de la imagen con estilo inline */
      .content-overlay img[style*="margin-left"] {
          margin-left: 0 !important;
          margin-top: 20px !important;
          width: 100% !important;
          max-width: 300px;
          display: block;
      }

      /* Reset del contenedor de info inline */
      .container-info[style*="display: flex"] {
          flex-direction: column !important;
          gap: 1rem !important;
          text-align: center;
      }
  }

  /*clientes clientes */
  /* ============================================================
   SECCIÓN: NOS CLIENTS (Vektor Stratégie - Quebec)
   ============================================================ */


  /* Estilo para el botón Detalles */

  /* --- RESPONSIVE: NOS CLIENTS --- */
  @media (max-width: 1024px) {

      /* Quitamos los márgenes inline forzados para que las fotos se apilen */
      .content-overlay img[style*="margin-left"] {
          margin-left: 0 !important;
          margin-top: 15px !important;
          width: 100% !important;
          max-width: 280px;
          display: block;
          margin-right: auto;
      }

      .content-overlay {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
      }
  }